@charset "UTF-8";
/*
Theme Name: Blaisdell's Business Products
Theme URI: http://blaisdells.com/
Description: Custom WordPress theme created for Blaisdell's
Version: 2.1
Author: Topher McCulloch, Kris Stokes
Author URI: https://bonddigital.com/
Tags: HTML5, CSS3, Blaisdell's
*/
/**********
** Fonts **
**********/
@font-face {
  font-family: "PTSans-Regular";
  font-style: normal;
  src: local(""), url("../blaisdells/fonts/PTSans-Regular.woff") format("woff"), url("../blaisdells/fonts/PTSans-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "PTSans-Bold";
  font-style: normal;
  src: local(""), url("../blaisdells/fonts/PTSans-Bold.woff") format("woff"), url("../blaisdells/fonts/PTSans-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "PTSans-Narrow";
  font-style: normal;
  src: local(""), url("../blaisdells/fonts/PTSans-Narrow.woff") format("woff"), url("../blaisdells/fonts/PTSans-Narrow.woff2") format("woff2");
}
.has-ptsans-narrow-font-family {
  font-family: "PTSans-Narrow";
}

/**********
** Vars! **
**********/
/* Normalize */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: normal;
  font-family: "PTSans-Bold", sans-serif !important;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/************
** General **
************/
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html, body {
  height: 100%;
}

body {
  font-size: 16px;
  background: #fff;
  color: #808284;
  font-family: "PTSans-Regular", sans-serif;
  line-height: 1.5em;
  width: 100%;
}

main {
  padding-top: 59px;
  min-height: calc(100% - 317px);
}
@media all and (min-width: 767px) {
  main {
    padding-top: 0;
  }
}

.wrapper,
article.container {
  margin: 0 auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

img {
  max-width: 100%;
  height: auto;
}

.image-left {
  float: left;
  margin: 0 15px 15px 0;
}

/* Clearfix */
.group:after {
  content: "";
  display: table;
  clear: both;
}

/* Hiding */
.hidden {
  display: none;
}

.mobile-hidden, .tablet-hidden {
  display: none;
}

.desktop-hidden {
  display: inline-block;
}

/* Large Phones */
@media all and (min-width: 480px) {
  .mobile-hidden {
    display: inline-block;
  }
}
/* Tablets */
@media all and (min-width: 767px) {
  .tablet-hidden {
    display: inline-block;
  }

  .desktop-hidden {
    display: none;
  }
}
/* Desktop */
@media all and (min-width: 928px) {
  article.container {
    width: 928px;
    padding: 20px 0;
  }
}
@media all and (min-width: 980px) {
  .wrapper {
    width: 940px;
  }
}
@media all and (min-width: 1180px) {
  .wrapper {
    width: 1140px;
  }
}
/* Video Wrapper */
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.m-w-880 {
  max-width: 880px;
  margin: auto;
}

iframe.rebate-iframe {
  box-shadow: #00000029 0px 3px 6px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

@media only screen and (max-width: 781px) {
  .mobile-m-b--30 {
    margin-bottom: -30px !important;
  }
}

@media only screen and (max-width: 979px) {
  .tab-m-b--30 {
    margin-bottom: -30px !important;
  }
}

@media all and (max-width: 979px) {
  .tab-early-wrap-half {
    flex-wrap: wrap !important;
  }
  .tab-early-wrap-half > .wp-block-column {
    flex: 1 1 45% !important;
  }

  .tab-early-wrap-thirds {
    flex-wrap: wrap !important;
  }
  .tab-early-wrap-thirds > .wp-block-column {
    flex: 1 1 30% !important;
  }
}
@media all and (max-width: 979px) {
  .tab-early-wrap {
    flex-wrap: wrap !important;
  }
  .tab-early-wrap > .wp-block-column {
    flex: 1 1 30% !important;
  }
}
.featured-content {
  padding: 100px 0;
}
.featured-content h2 {
  font-family: "PTSans-Bold";
  text-align: center;
}
@media only screen and (max-width: 766px) {
  .featured-content .flex {
    flex-direction: column;
  }
}
.featured-content .post {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.featured-content .post img {
  height: 220px;
  width: 100%;
  object-fit: cover;
}
.featured-content .post h4 {
  font-size: 20px;
  color: #0065A2;
  padding: 20px 0 5px 0;
}
@media only screen and (max-width: 767px) {
  .featured-content .post h4 {
    margin: 0px;
  }
}
.featured-content .post p.author {
  color: #808284;
  font-weight: normal;
  padding-bottom: 20px;
}
.featured-content .post p.read-more {
  color: #ffffff;
  background-color: #0065A2;
  border-radius: 4px;
  padding: 10px 25px;
  width: fit-content;
}

.image-border-grey img {
  border: 1px solid #707070;
}

/************
** Imports **
************/
/* Typography */
/***************
** Typography **
***************/
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  line-height: 1.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4 {
  margin-bottom: 20px;
  font-family: "PTSans-Bold", sans-serif;
  color: #0065a2;
  font-weight: 400;
}
@media all and (min-width: 767px) {
  h1, h2, h3, h4 {
    letter-spacing: -0.5pt;
  }
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 40px;
  line-height: 45px;
}

h3 {
  font-size: 35px;
}

h4 {
  font-size: 1.25em;
  line-height: 1.25em;
}

p {
  font-size: 16px;
  line-height: 25px;
  margin: 0px;
}
p.has-medium-font-size {
  line-height: 30px;
}
p.has-large-font-size {
  line-height: 32px;
}

ul {
  margin: 0;
  padding-left: 20px;
}
ul li {
  padding: 5px 0;
}

a {
  color: #0065a2;
  text-decoration: none;
}
a:hover {
  color: #0065a2;
  text-decoration: underline;
}

@media all and (max-width: 767px) {
  .mobile-text-center {
    text-align: center;
  }
}

/* Dots */
.dot.dot-right::after {
  content: "•";
  color: #0065a2;
  font-size: 20px;
  line-height: 0;
  position: relative;
  top: 0;
  left: 12px;
}
.dot.dot-right.dot-orange::after {
  color: #F8971D;
}
.dot.dot-right.dot-yellow::after {
  color: #F8971D;
}
.dot.dot-left {
  padding-left: 5px;
}
.dot.dot-left::before {
  content: "•";
  color: #0065a2;
  font-size: 20px;
  line-height: 0;
  position: relative;
  top: 0;
  right: 5px;
}
.dot.dot-left::before::hover {
  text-decoration: none !important;
}
.dot.dot-left.dot-orange::before {
  color: #F8971D;
}
.dot.dot-left.dot-yellow::before {
  color: #F8971D;
}

a.dot:hover, a.dot:visited:hover {
  text-decoration: none;
}

/* Colors */
.blue {
  color: #0065a2;
}

.red {
  color: #f00;
}

.orange {
  color: #F8971D;
}

.gray {
  color: #7d8083;
}

/* Alignments */
.alignleft {
  float: left;
  margin: 20px 20px 20px 0;
}

.alignright {
  float: right;
}

.textright {
  text-align: right;
}

.title {
  color: #999;
  text-transform: uppercase;
}

em {
  font-weight: normal;
}

.emphasis {
  font-weight: bold;
  color: #0065a2;
  font-size: 24px;
}

.deemphasis {
  font-size: 0.85em;
  color: #999;
  font-weight: normal;
}

.label {
  color: #F8971D;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 14px;
}

hr {
  border-color: -moz-use-text-color -moz-use-text-color #ddd;
  border-image: none;
  border-style: none none solid;
  border-width: 0 0 1px;
  display: block;
  height: 1px;
  line-height: 0;
  margin: 0;
  padding: 0;
}

blockquote {
  font-size: 1.25em;
  color: #0065a2;
  margin: 40px;
}
blockquote cite {
  display: block;
  margin-top: -20px;
  text-align: right;
  font-weight: bold;
  font-size: 1em;
}

/* Header */
/***********
** Header **
***********/
.home header {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.5) 70%, rgba(9, 9, 121, 0) 100%);
}
.home .white-logo {
  display: block;
}
.home .non-white-logo {
  display: none;
}

.white-logo {
  display: none;
}

.non-white-logo {
  display: block;
}

/* Search Form */
.search-form {
  margin: 10px 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}
.search-form span {
  flex: 0 1 auto;
  margin-right: 15px;
  color: #F8971D;
  font-weight: 700;
}
.search-form .search {
  flex: 0 1 auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #ffffff;
}
.search-form .search input[type=search] {
  width: 250px;
  display: inline-block;
  padding: 5px;
  flex: 0 1 auto;
  border: none;
  background: transparent;
}
.search-form .search button.search-submit {
  padding: 2px 8px 0px 10px;
  display: inline-block;
  flex: 0 1 auto;
}

.no-flexbox .search-form input[type=search] {
  padding: 8px 9px 9px;
  margin: 0px -4px 0 0;
  width: 360px;
  position: relative;
  top: -9px;
}

/* Login Form */
.login-button.alt {
  color: #00ADEF;
}

.login-form {
  display: none;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 1px 1px 5px 0 rgba(50, 50, 50, 0.35);
  position: absolute;
  top: 35px;
  right: 30px;
  border: 3px solid #0065a2;
  text-align: left;
  z-index: 200;
  background-color: #fff;
  width: 300px;
}
.login-form.alt {
  right: 0;
  border: 3px solid #00ADEF;
}
.login-form a {
  padding-left: 5px;
}
.login-form span {
  display: inline-block;
}
.login-form .form_login {
  margin-bottom: 0;
}
.login-form .form_login input {
  margin-bottom: 10px;
}
.login-form .form_login input.button {
  margin-bottom: 0;
}

header {
  background: #ffffff;
  position: relative;
  z-index: 10;
}
header.top-header {
  padding: 40px 0 30px 0;
  opacity: 1;
  transition: opacity 0.2s linear 0s;
  display: none;
}
@media all and (min-width: 767px) {
  header.top-header {
    display: block;
  }
}
header.top-header > .wrapper {
  padding: 10px 20px 0;
  display: flex;
}
header.top-header .logo, header.top-header .logo-tagline {
  display: inline-block;
}
header.top-header .logo {
  width: 100%;
  max-width: 250px;
  padding-right: 20px;
  flex: 0 1 auto;
  align-self: center;
}
header.top-header .logo-img {
  max-width: 255px;
  max-height: 75px;
}
header.top-header .logo-tagline {
  margin: 5px 0 0 10px;
  box-sizing: border-box;
  padding: 0;
  width: 150px;
  position: relative;
  display: none;
}
@media all and (min-width: 880px) {
  header.top-header .logo-tagline {
    display: inline-block;
  }
}
header.top-header .logo-tagline span {
  display: block;
  font-size: 1.25em;
}
header.top-header .logo-tagline span.line2 {
  margin-left: 8px;
}
header.top-header .grid .right-section, header.top-header .grid .left-section {
  margin-bottom: 5px;
  vertical-align: bottom;
  flex: 0 1 auto;
}
header.top-header .grid .left-section {
  display: flex;
  align-items: center;
}
header.top-header .grid .right-section {
  float: right;
  font-size: 18px;
}
@media all and (min-width: 768px) {
  header.top-header .grid .right-section {
    width: 65%;
  }
  header.top-header .grid .left-section {
    width: 35%;
  }
}
@media all and (min-width: 880px) {
  header.top-header .grid .right-section {
    width: 55%;
  }
  header.top-header .grid .left-section {
    width: 45%;
  }
}
@media all and (min-width: 1180px) {
  header.top-header .grid .right-section {
    width: 50%;
  }
  header.top-header .grid .left-section {
    width: 50%;
  }
}
header.top-header .tertiary-nav {
  display: block;
  text-align: right;
  font-weight: normal;
  position: relative;
  top: -10px;
}
header.fixed-header {
  transition: all 0.2s linear 0s;
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  box-shadow: 1px 1px 5px 0 rgba(50, 50, 50, 0.35);
  z-index: 1000;
}
header.fixed-header.not-scrolled {
  height: auto;
}
header.fixed-header.not-scrolled.mobile .wrapper {
  height: auto;
}
header.fixed-header.mobile .search-form, header.fixed-header.mobile .menu-button {
  display: block;
}
header.fixed-header .search-form, header.fixed-header .menu-button {
  display: none;
}
header.fixed-header .wrapper {
  display: flex;
  padding: 10px;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}
header.fixed-header .wrapper .logo {
  width: 100%;
  flex: 1 1 20%;
}
header.fixed-header .wrapper .menu-button-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media all and (min-width: 767px) {
  header.fixed-header {
    opacity: 0;
    z-index: 0;
  }
  header.fixed-header.active {
    z-index: 1000;
  }
}
header.fixed-header .logo-img {
  max-width: 330px;
  max-height: 40px;
}
header .social-icons {
  display: inline-block;
  vertical-align: middle;
}
header .social-icon #scTx7e a, header .social-icon #scTx7e span {
  padding-right: 0;
}
header .social-icon #scTx7e a {
  display: block;
  color: #fff;
  background-color: #7c2b83;
  padding: 3px 10px;
  text-transform: lowercase;
}

.psmw_yWCX {
  bottom: 35px !important;
  right: 35px !important;
}

@media all and (max-width: 767px) {
  .logo-img, .white-logo {
    width: auto;
    max-width: 100% !important;
  }
}
.logged-in header.fixed-header {
  top: 28px;
}
@media all and (max-width: 782px) {
  .logged-in header.fixed-header {
    top: 46px;
  }
}
.logged-in nav.primary .menu-primary-nav {
  top: 106px;
}

/* Nav */
/********
** Nav **
********/
nav ul {
  margin: 0 auto;
  list-style: none;
  padding: 0;
}

nav.primary {
  padding: 0;
  position: relative;
  z-index: 100;
}
nav.primary .menu-primary-nav {
  display: none;
  width: 100%;
  position: fixed;
  overflow-x: hidden;
  overflow-y: scroll;
  top: 59px;
  left: 0;
  bottom: 0;
  box-shadow: 1px 1px 5px 0 rgba(50, 50, 50, 0.35);
}
@media all and (max-width: 767px) {
  nav.primary .menu-primary-nav {
    min-height: 100%;
  }
}
@media all and (min-width: 480px) {
  nav.primary .menu-primary-nav {
    bottom: auto;
  }
}
@media all and (min-width: 767px) {
  nav.primary .menu-primary-nav {
    display: flex;
    justify-content: flex-end;
    position: static;
    width: auto;
    box-shadow: none;
    overflow: visible;
  }
}
nav.primary .menu-primary-nav li {
  display: block;
}
nav.primary .menu-primary-nav li .sub-menu {
  display: none;
  width: 100%;
  background-color: #ffffff;
}
@media all and (min-width: 767px) {
  nav.primary .menu-primary-nav li:hover .sub-menu {
    display: block;
  }
  nav.primary .menu-primary-nav li.desktop-hidden {
    display: none;
  }
}
@media all and (min-width: 855px) {
  nav.primary .menu-primary-nav li .sub-menu {
    width: 100%;
  }
}
nav.primary .menu-primary-nav li > a {
  display: block;
  text-align: left;
  font-size: 16px;
  line-height: 16px;
  padding: 10px 7px;
  font-weight: normal;
  outline: none;
  position: relative;
}
@media all and (max-width: 765px) {
  nav.primary .menu-primary-nav li > a {
    padding: 10px 50px;
  }
}
nav.primary .menu-primary-nav > li > a {
  color: #808284;
  font-size: 16px;
  text-transform: lowercase;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  nav.primary .menu-primary-nav > li > a {
    padding-left: 30px;
    font-size: 20px;
  }
}
@media all and (max-width: 1400px) {
  nav.primary .menu-primary-nav > li:nth-last-child(2) ul.sub-menu, nav.primary .menu-primary-nav > li:last-child ul.sub-menu {
    right: 0;
  }
}
@media all and (min-width: 767px) {
  nav.primary .menu-primary-nav > li > a {
    border-bottom: none;
  }
  nav.primary .menu-primary-nav > li.menu-item-has-children > a {
    cursor: default;
  }
  nav.primary .menu-primary-nav > li ul.sub-menu {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #ffffff;
    padding: 5px 0;
    background-clip: padding-box;
    position: absolute;
    top: 97%;
    max-width: 250px;
  }
  nav.primary .menu-primary-nav > li ul.sub-menu li > a {
    font-size: 16px;
    text-transform: none;
    text-align: left;
    color: #0065a2;
    background-color: #ffffff;
    padding: 10px 20px;
    line-height: 1.25em;
    color: #333333;
  }
  nav.primary .menu-primary-nav > li ul.sub-menu li > a:hover {
    background-color: #0065a2;
    color: #ffffff;
  }
  nav.primary .menu-primary-nav > li ul.sub-menu li.menu-item-has-flyout:hover > a {
    background-color: #fff;
    color: #0065a2;
  }
  nav.primary .menu-primary-nav > li ul.sub-menu li.maintainHover > a {
    background-color: #0065a2;
    color: #ffffff;
  }
  nav.primary .menu-primary-nav > li ul.sub-menu li.maintainHover:hover > a {
    background-color: #0065a2;
    color: #ffffff;
  }
  nav.primary .menu-primary-nav > li ul.sub-menu > li:hover > a {
    background-color: #0065a2;
    color: #ffffff;
  }
}
.secondary-nav {
  display: flex;
  gap: 15px;
}
.secondary-nav .login-button {
  border-radius: 4px;
  background: #ffffff;
  padding: 5px 50px;
}
.secondary-nav .contact-btn {
  border-radius: 4px;
  background: #0065A2;
  color: #ffffff;
  padding: 5px 50px;
}

.fixed-header.mobile nav.primary .menu-primary-nav {
  background: #ffffff;
}
.fixed-header .nav-container nav.primary .menu-primary-nav > li {
  padding: 10px 0;
}
.fixed-header .nav-container nav.primary .menu-primary-nav > li > a {
  color: #808284 !important;
}
@media all and (min-width: 767px) {
  .fixed-header .nav-container nav.primary li .sub-menu {
    width: 150%;
  }
}
@media all and (min-width: 767px) and (min-width: 1145px) {
  .fixed-header .nav-container nav.primary li .sub-menu {
    width: 125%;
  }
}
@media all and (min-width: 767px) {
  .fixed-header .nav-container .menu-button-wrapper {
    display: none;
  }
}
.fixed-header .nav-container .menu-button {
  float: right;
  outline: none;
  cursor: pointer;
  background-color: #0065a2;
  border: 1px solid #0065a2;
  border-radius: 5px;
  text-transform: lowercase;
  padding: 5px 7px;
  font-size: 15px;
  line-height: 1em;
  color: #fff;
}
.fixed-header .nav-container .menu-button span {
  display: none;
  padding-top: 5px;
  vertical-align: top;
}
@media all and (min-width: 375px) {
  .fixed-header .nav-container .menu-button span {
    display: inline-block;
  }
}
.fixed-header .nav-container .menu-button:hover {
  text-decoration: none;
}
.fixed-header .nav-container .submenu-button {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 20px;
  left: 10px;
  z-index: 10;
}
@media all and (min-width: 767px) {
  .fixed-header .nav-container .submenu-button {
    display: none;
  }
}
.fixed-header .nav-container .arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #0065a2;
}
.fixed-header .nav-container .arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #0065a2;
}

/* Home */
/**************
** Home Page **
**************/
.home main {
  position: relative;
  top: -190px;
  margin-bottom: -190px;
}
.home nav.primary .menu-primary-nav > li.menu-item > a {
  color: #ffffff;
}
.home header.fixed-header.not-scrolled {
  background: #0000004f;
}
.home header.fixed-header.not-scrolled .nav-container .menu-button {
  background-color: transparent;
  border: 1px solid transparent;
}

.tagline-image {
  position: relative;
}

.feature-circle {
  width: 250px;
  height: 250px;
  border-radius: 125px;
  background-color: #F8971D;
  padding: 40px;
  color: #fff;
  text-align: center;
}

/* Hero */
.home-hero {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 50vh;
  min-height: 500px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (max-height: 480px) {
  .home-hero {
    height: 100vh;
  }
}
.home-hero .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
}
.home-hero .tagline {
  position: absolute;
  bottom: 25px;
  right: 0;
  left: 0;
  /*
        background-image: url(images/talk-bubble-outline.svg);
        background-position:left center;
  background-repeat:no-repeat;
  */
  padding: 50px 25px 0;
  box-sizing: border-box;
}
.home-hero .tagline h1 {
  font-weight: 700;
  color: #fff;
  font-size: 4em;
  letter-spacing: 1px;
}
.no-background-attachment .home-hero {
  background-attachment: inherit;
}

.hero-subheader p {
  font-size: 2em;
  margin-bottom: 0;
  margin-top: 10px;
  text-align: center;
  line-height: 1.5em;
}

/* Two-column Home Hero */
.no-background-attachment .home-hero {
  background-attachment: inherit;
}

.hero-subheader p {
  font-size: 2em;
  margin-bottom: 0;
  margin-top: 10px;
  text-align: center;
  line-height: 1.5em;
}

.home-hero {
  display: flex;
  flex-wrap: wrap;
  min-height: 600px;
}

.home-hero .home-hero-left, .home-hero .home-hero-right {
  width: 100%;
  flex: 2 1 auto;
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-hero .tagline h1 {
  font-size: 2em;
  line-height: 1em;
}

@media all and (min-width: 850px) {
  .home-hero {
    flex-wrap: nowrap;
    min-height: 500px;
  }

  .home-hero .home-hero-left, .home-hero .home-hero-right {
    width: 50%;
    flex: 2 1 auto;
  }

  .home-hero .tagline h1 {
    font-size: 3em;
  }

  .hero-line2 {
    display: block;
    margin-left: 50px;
  }

  .hero-button {
    margin-left: 100px;
  }
}
/* Parallax */
.home .parallax {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 550px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  align-items: center;
}
.home .parallax .wrapper {
  flex: 0 1 auto;
  align-self: center;
}

.parallax-text {
  max-width: 480px;
  box-sizing: border-box;
  background: rgba(0, 101, 162, 0.75);
  padding: 15px;
  border-radius: 10px;
  position: relative;
}
.parallax-text h2 {
  color: #fff;
  text-align: left;
  margin: 0;
  font-size: 2.5em;
}
.parallax-text p {
  color: #fff;
  font-size: 1.25em;
  text-align: left;
  margin-top: 0;
}
.parallax-text a {
  display: block;
  font-weight: inherit;
}
.parallax-text a:hover {
  text-decoration: none;
}
.parallax-text .talk-arrow {
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 65px solid transparent;
  border-top: 50px solid rgba(0, 101, 162, 0.75);
  bottom: -50px;
  right: 20%;
  position: absolute;
}
.parallax-text.orange-bg {
  background: #0065a2;
  padding-bottom: 1px;
  box-shadow: 0px 10px 0px 0px #F8971D;
}
.parallax-text.orange-bg p {
  font-size: 1.5em;
}
.parallax-text.orange-bg .talk-arrow {
  border-top: 50px solid #0065a2;
}

a.fancybox:hover {
  text-decoration: none;
}
a.fancybox:hover .callout h3 {
  text-decoration: none;
}

/* Features */
.primary-features {
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.primary-features h2 {
  font-size: 3em;
  margin: 25px 0;
  text-align: center;
}
.primary-features h2 strong {
  color: #0065a2;
}
@media all and (max-width: 1079px) {
  .primary-features .flex-grid {
    flex-flow: row wrap;
  }
}
@media all and (max-width: 420px) {
  .primary-features .flex-grid {
    flex-direction: column;
  }
}

.flex-grid {
  display: flex;
  justify-content: space-evenly;
}
.flex-grid .column {
  padding: 0 15px 30px 15px;
}
.flex-grid .column:first-child {
  padding-left: 0;
}
.flex-grid .column:last-child {
  padding-right: 0;
}

.feature-box {
  position: relative;
  text-align: center;
  /* Feature Icons */
}
.feature-box a {
  text-decoration: none;
  display: block;
}
.feature-box .feature-icon {
  height: 125px;
  width: 125px;
  border: 9px solid #0065a2;
  position: relative;
  /*&:before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: -19px; 
    left: -19px;
      right: -19px;
      bottom: -19px;
      border: 10px;
    border: 10px solid $blaisdells_lightgray;
      border-radius: 50%;
  }*/
}
.feature-box .feature-icon.orange {
  background-color: #F8971D;
}
.feature-box .feature-icon.yellow {
  background-color: #F8971D;
}
.feature-box .feature-icon .icon.icon-small {
  width: 50px;
  height: 50px;
  margin-left: 12px;
}
.feature-box .feature-icon .icon.icon-medium {
  width: 75px;
  height: 75px;
}
@media all and (min-width: 767px) and (max-width: 895px) {
  .feature-box .feature-icon {
    width: 170px;
    height: 170px;
  }
  .feature-box .feature-icon .icon.icon-small {
    width: 85px;
    height: 85px;
  }
  .feature-box .feature-icon .icon.icon-medium {
    width: 100px;
    height: 100px;
  }
}
.feature-box .feature-header h3 {
  margin: 0;
  font-size: 1.5em;
  text-transform: lowercase;
  color: #0065a2;
}
.feature-box .feature-header.orange h3 {
  color: #F8971D;
}
.feature-box .feature-header.yellow h3 {
  color: #F8971D;
}

.no-flexbox .feature-icon .icon {
  margin-top: 30px;
}
.no-flexbox .feature-icon .icon.icon_coffee-mug {
  margin-top: 52px;
}

/* About Features */
.about-feature {
  color: #fff;
  position: relative;
  z-index: 10;
}
.about-feature p {
  font-size: 1.25em;
  margin: 0;
}
.about-feature h2 {
  text-align: center;
}

.about-features.grid .column {
  margin-bottom: 25px;
}

.service-box {
  background: #0065a2;
  border-radius: 12px;
  padding: 30px;
  min-height: 350px;
}

.feature-copy {
  margin-bottom: 30px;
}
.feature-copy img {
  height: 240px;
  width: 240px;
  object-fit: cover;
}
@media all and (min-width: 980px) {
  .feature-copy img {
    float: right;
    margin-left: 20px;
  }
}
.feature-copy h3 {
  color: #fff;
  margin-top: 0;
}

/* Interstitial Content */
.interstitial-content {
  margin: 40px 0;
}
.interstitial-content p {
  max-width: 675px;
  font-size: 1.75em;
  text-align: center;
  margin: 20px auto;
}

/* About Us */
.home .about-us {
  width: 100%;
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.home .about-us .wrapper {
  flex: 0 1 auto;
  align-self: center;
}
@media all and (min-width: 767px) {
  .home .about-us {
    padding: 30px 0;
  }
}
.home .about-us h3, .home .about-us h2 {
  color: #fff;
  margin-top: 0;
}
.home .about-us p {
  color: #fff;
  font-size: 1.25em;
  line-height: 1.5em;
}

.about-us-copy {
  background: rgba(0, 101, 162, 0.75);
  padding: 30px;
  border-radius: 12px;
  position: relative;
}
.about-us-copy .talk-arrow {
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-right: 0px solid transparent;
  border-top: 70px solid rgba(0, 101, 162, 0.75);
  bottom: -70px;
  right: 20%;
  position: absolute;
}

.no-background-attachment .about-us {
  background-attachment: inherit;
}

/* Testimonials */
.home .testimonial:nth-of-type(even) .testimonial-image {
  border-right: none;
}
@media all and (min-width: 767px) {
  .home .testimonial:nth-of-type(even) .testimonial-image {
    border-left: 1px solid #999;
  }
}
.home .testimonial:nth-child(1n) {
  border-top: 3px solid #F8971D;
}
.home .testimonial:nth-child(1n) strong {
  color: #F8971D;
}
.home .testimonial:nth-child(2n) {
  border-top: 3px solid #F8971D;
}
.home .testimonial:nth-child(2n) strong {
  color: #F8971D;
}
.home .testimonial:nth-child(3n) {
  border-top: 3px solid #0065a2;
}
.home .testimonial:nth-child(3n) strong {
  color: #0065a2;
}
.home .testimonial-image {
  text-align: center;
}
@media all and (min-width: 767px) {
  .home .testimonial-image {
    border-right: 1px solid #999;
  }
}
.home .testimonial-image img {
  border-radius: 125px;
  margin: 0 auto;
  display: block;
}
.home .testimonial-copy {
  padding-top: 10px;
}
.home .testimonial-copy p {
  font-size: 1.25em;
  line-height: 1.5em;
  margin: 0;
}
.home .testimonial-copy blockquote {
  margin: 0;
}

/* Single Page */
/****************
** Single Page **
****************/
.hero {
  background-color: #ccc;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  margin: 0 0 20px;
  position: relative;
}
.hero .hero-headline {
  background: rgba(248, 151, 29, 0.8);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero .hero-headline h1 {
  font-size: 2em;
}
@media all and (min-width: 767px) {
  .hero .hero-headline h1 {
    font-size: 3em;
  }
}
@media all and (min-width: 480px) {
  .hero .hero-headline .feature-icon + h1 {
    margin-left: 125px;
  }
}
@media all and (min-width: 767px) {
  .hero .hero-headline .feature-icon + h1 {
    margin-left: 135px;
  }
}
@media all and (min-width: 480px) {
  .hero {
    height: 260px;
  }
}
@media all and (min-width: 767px) {
  .hero {
    height: 360px;
  }
}
.facility-supplies .hero, .catalog-request .hero {
  background-position: center 75%;
}

.technology-products .hero {
  background-position: center top;
}

.sanitation-janitorial .hero {
  background-position: center 100%;
}

.blaisdells-cares .hero {
  background-position: center -25px;
}
@media all and (min-width: 767px) {
  .blaisdells-cares .hero {
    background-position: center -100px;
  }
}
@media all and (min-width: 1450px) {
  .blaisdells-cares .hero {
    background-position: center -200px;
  }
}

.hero-headline {
  background: #F8971D;
  padding: 15px 0 10px;
}
.hero-headline.no-feature-image {
  background-color: #0065a2;
  margin-bottom: 20px;
  padding: 10px 0 0;
  min-height: 120px;
}
.hero-headline .wrapper {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.hero-headline .feature-icon {
  display: none;
  position: absolute;
  top: -40px;
  margin-bottom: 0;
}
@media all and (min-width: 480px) {
  .hero-headline .feature-icon {
    display: flex;
    left: 20px;
  }
}
@media all and (min-width: 767px) {
  .hero-headline .feature-icon {
    display: flex;
    left: 40px;
  }
}
@media all and (min-width: 960px) {
  .hero-headline .feature-icon {
    left: 20px;
  }
}
.hero-headline h1 {
  color: #fff;
  font-size: 3em;
  margin: 0 auto;
  display: inline-block;
}
.hero-headline a, .hero-headline a:hover, .hero-headline a:visited, .hero-headline a:visited:hover {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}

.feature-icon {
  height: 100px;
  width: 100px;
  max-width: 100%;
  border-radius: 50%;
  background-color: #0065a2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
}
.feature-icon .icon {
  width: 50px;
  height: 50px;
  flex: 0 1 auto;
}

.page-callout {
  background: #0065a2;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.page-callout h1, .page-callout h2, .page-callout h3, .page-callout h4 {
  color: inherit;
}

.after_page-callout {
  margin-top: 40px;
}

.body-content {
  margin-top: 30px;
  margin-bottom: 30px;
}
.body-content p, .body-content li, .body-content .excerpt, .body-content table {
  font-size: 1.25em;
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 1em;
}
.body-content p:first-child, .body-content li:first-child, .body-content .excerpt:first-child, .body-content table:first-child {
  margin-top: 0;
}
.body-content p[id^=comment], .body-content li[id^=comment], .body-content .excerpt[id^=comment], .body-content table[id^=comment] {
  font-size: 1em;
}
.body-content p ul li, .body-content li ul li, .body-content .excerpt ul li, .body-content table ul li {
  font-size: 1em;
  margin-bottom: 0.5em;
}
.body-content p ul li:first-child, .body-content li ul li:first-child, .body-content .excerpt ul li:first-child, .body-content table ul li:first-child {
  margin-top: 0.5em;
}
.body-content ul {
  padding-left: 20px;
}
.body-content li {
  margin-bottom: 0.5em;
}
.body-content table {
  font-size: 1.25em;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 1em;
}
.body-content table label {
  margin: 0;
}
.body-content table span.wpcf7-list-item:first-child {
  margin-left: 0;
}
.body-content h2:first-child {
  margin-top: 0;
}
.body-content .single-page-content .column.sidebar-column,
.body-content .single-page-content .column.main-column {
  float: right;
  margin-bottom: 0;
}
@media all and (min-width: 500px) {
  .body-content .single-page-content .main-column ul {
    column-count: 2;
    column-gap: 10px;
    column-rule: none;
  }
  .body-content .single-page-content .main-column ul li {
    margin-left: 1em;
  }
  .body-content .single-page-content .main-column ul.gform_fields {
    columns: auto auto;
  }
}
.body-content .grid .column {
  text-align: left;
}

/* Team */
.team-member {
  margin-bottom: 25px;
}

.img-circle {
  border-radius: 75px;
  margin-bottom: 5px;
}

.team .body-content h3 {
  border-bottom: 1px solid #0065a2;
}

/* Distributor/Reseller Tools */
.flyers .featured-product-box .image-link {
  min-height: 270px;
  display: block;
}
.flyers .featured-product-box .image-link img {
  box-shadow: 3px 3px 8px 0px rgba(50, 50, 50, 0.35);
  width: 235px;
}

/* Testimonials */
.single-page-content .testimonial-wrapper {
  margin: 0 auto;
  max-width: 600px;
  box-sizing: border-box;
  padding: 20px 0;
}
.single-page-content .testimonial-text p {
  text-align: center;
  font-size: 1.75em;
  line-height: 1.25em;
  margin-bottom: 10px;
}
.single-page-content .testimonial-attribution p {
  text-align: right;
  margin-bottom: 0;
  font-weight: bold;
}

/* Owl Carousel */
.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  bottom: 60%;
  text-indent: -9999px;
  outline: none;
  opacity: 0.95;
  padding: 0;
  width: 15px;
  height: 30px;
  z-index: 100;
  border-radius: 0;
  /* Phones + */
  /* Tablets */
  /* Large Tablets */
}
@media all and (min-width: 480px) {
  .owl-theme .owl-controls .owl-buttons div {
    top: 0;
    bottom: auto;
  }
}
@media all and (min-width: 685px) {
  .owl-theme .owl-controls .owl-buttons div {
    top: auto;
    bottom: 5px;
  }
}
@media all and (min-width: 805px) {
  .owl-theme .owl-controls .owl-buttons div {
    width: 25px;
    height: 50px;
    top: 50%;
    bottom: auto;
  }
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0;
  top: auto;
  bottom: -20px;
  background: url("images/icons/chevron-left.svg") no-repeat;
  /* Large Tablets */
}
@media all and (min-width: 1171px) {
  .owl-theme .owl-controls .owl-buttons .owl-prev {
    background-size: contain;
    left: -40px;
    top: 50%;
    bottom: auto;
  }
}
.owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
  top: auto;
  bottom: -20px;
  background: url("images/icons/chevron-right.svg") no-repeat;
  /* Phones + */
  /* Tablets */
  /* Large Tablets */
}
@media all and (min-width: 1171px) {
  .owl-theme .owl-controls .owl-buttons .owl-next {
    right: -40px;
    background-size: contain;
    top: 50%;
    bottom: auto;
  }
}

/* Tables */
table {
  text-align: left;
  width: 100%;
}
table td, table th {
  padding: 2px 5px;
}
table th {
  font-weight: normal;
  color: #F8971D;
}

/* Sidebar */
.sidebar h3 {
  font-size: 1.5em;
  line-height: 1em;
  text-transform: uppercase;
  color: #F8971D;
  margin: 0 0 0.25em;
}
.sidebar .widget {
  margin: 0 0 20px;
}
.sidebar .widget:last-child {
  margin-bottom: 0;
}
.sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar ul li {
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  font-size: 1.25em;
  line-height: 1em;
  margin: 0;
  padding: 5px 0;
}
.sidebar ul li:last-child {
  border-bottom: none;
}
.sidebar ul li a {
  display: block;
  padding: 5px 0 5px 20px;
  font-weight: normal;
  font-size: 1em;
  color: #7d8083;
  text-transform: lowercase;
}
.sidebar ul li a:hover {
  text-decoration: none;
  color: #0065a2;
}
.sidebar ul li a .accordion-indicator {
  font-size: 12px;
}
.sidebar ul li.current_page_item a {
  color: #0065a2;
}
.sidebar ul.children {
  display: none;
}
.sidebar ul.children li {
  margin: 0;
  padding: 5px 0;
}
.sidebar ul.children li a {
  color: #7d8083;
}
.sidebar ul.children li a:hover {
  color: #0065a2;
}
.sidebar ul.children li a:hover:before {
  content: "▶";
  position: absolute;
  top: 11px;
  left: 5px;
  font-size: 12px;
}
@media all and (min-width: 480px) {
  .sidebar ul.children li a {
    padding-left: 35px;
  }
}
.sidebar ul li.current_page_item ul.children {
  display: block;
}

.featured-product-sidebar {
  padding: 0 0 0 10px;
}
.featured-product-sidebar h3 {
  margin: 0;
  padding: 10px 0;
  background-color: #F8971D;
  color: #ffffff;
  font-size: 2em;
  text-align: center;
}
.featured-product-sidebar .owl-theme .owl-controls .owl-buttons div {
  height: 30px;
  width: 20px;
}
.featured-product-sidebar .owl-theme .owl-controls .owl-buttons .owl-prev {
  top: 33%;
  left: -15px;
}
.featured-product-sidebar .owl-theme .owl-controls .owl-buttons .owl-next {
  top: 33%;
  right: -15px;
}
.featured-product-sidebar .interior-wrapper {
  border: 1px solid #ccc;
}
.featured-product-sidebar .interior-wrapper .interior-wrapper-secondary {
  padding: 10px 15px 0;
}
.featured-product-sidebar .interior-wrapper .featured-product-description p {
  font-size: 1.1em;
}
.featured-product-sidebar .interior-wrapper .featured-product-description ul li {
  font-size: 1.1em;
  margin-bottom: 5px;
}
.featured-product-sidebar .interior-wrapper .featured-product-box {
  text-align: left;
}
.featured-product-sidebar .interior-wrapper .featured-product-box .featured-product-sku {
  display: block;
  color: #888;
  margin-bottom: 10px;
}
.featured-product-sidebar .interior-wrapper .featured-product-box h4 {
  font-size: 1.25em;
  margin-bottom: 0.5em;
}
.featured-product-sidebar .interior-wrapper .featured-product-box img {
  margin: 0 auto;
  display: block;
}
.featured-product-sidebar .interior-wrapper .featured-product-box .yith-wcwl-add-button {
  position: static;
}

.graphic-page-links > h3 {
  margin-top: 0;
}

/* Search */
.search-results .featured-product-box {
  border: 1px solid #ccc;
  padding: 10px;
  position: relative;
  text-align: center;
  height: 420px;
  overflow: hidden;
}
.search-results .featured-product-box p {
  font-size: 1.1em;
  text-align: left;
}

/* Gallery */
.gallery-tagline {
  text-align: center;
  background-color: #0065a2;
  padding: 5px;
  font-size: 20px;
  color: #ffffff;
  font-family: "fs_albertextrabold", arial, sans-serif;
  font-weight: normal;
}

.gallery {
  max-width: 715px;
  margin: 10px 0;
}
.gallery .column {
  margin: 0 1% 5px !important;
  text-align: center;
}
.gallery .col-third:nth-of-type(5n), .gallery .col-third:nth-of-type(6n) {
  float: right;
}
.gallery .col-two-thirds:nth-of-type(6n + 4) {
  float: right;
}
@media all and (min-width: 480px) {
  .gallery .column.col-third {
    width: 31.5% !important;
  }
  .gallery .column.col-two-thirds {
    width: 64.5% !important;
  }
}
@media all and (max-width: 480px) {
  .gallery img {
    width: 100%;
  }
}

.content-gallery img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.content-gallery .gallery-image {
  width: 100%;
}

/* Breadcrumbs */
.breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 10px 0;
}
.breadcrumbs li {
  display: inline-block;
  margin: 0 5px 0 0;
}
.breadcrumbs .separator {
  color: #999;
}

/* Blog */
/*********
** Blog **
*********/
.single main .post .wrapper {
  width: 850px;
}
.single main .post .blog-image {
  display: block;
  height: 400px;
  object-fit: cover;
  width: 100%;
}
.single main .post .post-meta {
  padding: 0 0 40px 0;
}
.single main .post section.content-wrapper {
  padding-top: 40px;
}

.blog-posts {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.blog-posts article.blog-post {
  flex: 0 1 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog-posts article.blog-post .blog-post-content img {
  display: block;
  height: 200px;
  object-fit: cover;
  width: 100%;
}
.blog-posts article.blog-post .blog-post-content h2 {
  padding: 10px 20px 20px;
  font-size: 18px;
  line-height: 30px;
}
.blog-posts article.blog-post .blog-post-content p {
  font-size: 16px;
  line-height: 25px;
  margin-top: 0;
  margin-bottom: 0;
}
.blog-posts article.blog-post .blog-post-content a.button {
  margin-top: 20px;
}
.blog-posts .cats {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5px;
  align-items: center;
  padding-top: 10px;
}
.blog-posts .cats .title {
  font-size: 12px;
  margin: 0px;
  text-transform: none;
}
.blog-posts .cats a {
  font-size: 12px;
  color: initial;
}
.blog-posts .pagination {
  display: flex;
  flex: 1 1 100%;
  justify-content: center;
  gap: 50px;
  margin-top: -30px;
  padding-bottom: 40px;
}

.posted-in p {
  margin-bottom: 5px;
}

.blog-post-sidebar-image {
  margin-bottom: 20px;
}
.blog-post-sidebar-image img {
  border: 1px solid #ddd;
}

.post-meta {
  padding: 0 20px 10px;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5em;
  color: #fff;
}
.post-meta.no-padding {
  padding: 0 0 10px;
}
.post-meta.single-entry {
  color: #808284;
}
.post-meta .post-date {
  display: inline-block;
}
.post-meta .post-author {
  display: inline-block;
}
.post-meta .post-author a, .post-meta .post-author a:hover {
  text-decoration: none;
  font-weight: normal;
  color: #fff;
}

.blog-header {
  position: relative;
}
.blog-header.hero {
  box-shadow: 1px 1px 5px 0 rgba(50, 50, 50, 0.35);
}
.blog-header h2 {
  color: #fff;
  margin: 0;
  padding: 10px 20px 0;
}

.blog-post-content h1 {
  margin: 10px 0 5px;
}

/* Comments */
.comments {
  margin-top: 40px;
  border-top: 3px solid #0065a2;
}
.comments ul {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}
.comments ul.children {
  margin-left: 40px;
}
.comments ul.children li {
  padding-left: 10px;
  border-left: 3px solid #0065a2;
}
.comments ul.children li:nth-child(odd) {
  border-left: 3px solid #F8971D;
}
.comments ul li.comment {
  margin: 0 0 20px;
  padding: 10px;
  background: #f3f3f3;
}
.comments ul li.comment:nth-child(odd) {
  background: #e9e9e9;
}
.comments ul li.comment .comment-author {
  font-size: 1.25em;
  color: #0065a2;
  font-weight: bold;
}
.comments ul li.comment .comment-meta {
  font-size: 0.85em;
  color: #999;
}

/* Blog Sidebar */
.blog-sidebar {
  padding: 20px;
}

/* Footer */
/***********
** Footer **
***********/
footer {
  padding: 40px 0 20px;
  background: #7d8083;
  color: #fff;
  position: relative;
  z-index: 10;
}
footer .desktop {
  display: block;
}
footer .desktop .footer-widget .social-wrapper.wp-block-columns {
  gap: 5px !important;
  padding-top: 10px;
}
footer .desktop .footer-widget .social-wrapper.wp-block-columns .wp-block-column {
  flex: 0 1 auto !important;
}
@media only screen and (max-width: 766px) {
  footer .desktop {
    display: none;
  }
}
footer .mobile {
  display: none;
}
@media only screen and (max-width: 766px) {
  footer .mobile {
    display: block;
    padding-bottom: 50px;
  }
}
footer p {
  padding: 0;
  margin: 0;
  font-size: 14px;
}
footer p.copyright {
  padding-top: 100px;
  text-align: center;
}
footer a {
  color: #fff;
  font-weight: normal;
}
footer a:hover {
  color: #fff;
  text-decoration: underline;
}
footer h3 {
  margin: 0;
  padding-bottom: 5px;
  font-size: 1.25em;
  letter-spacing: 0;
  color: #fff;
  border-bottom: 1px solid #fff;
  text-transform: capitalize;
}
footer .h3-title {
  margin: 0;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 1.25em;
  letter-spacing: 0;
  color: #fff;
  border-bottom: 1px solid #fff;
  text-transform: capitalize;
}
footer .h3-title a {
  cursor: default;
  text-decoration: none;
}
footer nav {
  font-size: 1em;
  line-height: 1.25em;
}
footer nav .column {
  margin-bottom: 0;
}
footer nav ul {
  margin-bottom: 10px;
}
footer nav ul li {
  padding: 5px 0;
}
footer nav ul li a {
  display: block;
}
footer nav ul li a.button.reverse:hover {
  color: #fff;
}
footer nav ul li a.nofollow {
  pointer-events: none;
  cursor: default;
}
footer nav ul li.contact-btn-blue {
  background-color: #0065a2;
  border-radius: 4px;
  display: inline-block;
  padding: 10px 20px;
}
footer nav ul li.contact-btn-blue a {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: bold;
}
footer nav ul li.list-header {
  padding: 0px;
}
footer nav ul li.list-header a {
  font-weight: bold;
  font-size: 1.25em;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
  text-transform: capitalize;
}

#menu-social li {
  display: inline-block;
  font-size: 24px;
}
#menu-social li a {
  display: inline-block;
  text-indent: -9999px;
  width: 22px;
  height: 22px;
  margin-left: -22px;
}

/* Grid */
/*********
** Grid **
*********/
.grid .column {
  margin: 0 0 10px 0;
  vertical-align: top;
  width: 100%;
}
@media all and (min-width: 500px) {
  .grid .column {
    float: left;
    margin: 0 2% 25px 0;
    text-align: left;
  }
  .grid .column.right {
    float: right;
  }
  .grid .column.center {
    float: none;
    margin: 0 auto !important;
  }
  .grid .column.col-sixth {
    width: 32%;
  }
  .grid .column.col-sixth:nth-of-type(3n) {
    margin-right: 0;
  }
  .grid .column.col-fifth {
    width: 18%;
  }
  .grid .column.col-fifth:nth-of-type(5n) {
    margin-right: 0;
  }
  .grid .column.col-two-fifths {
    width: 40%;
    margin-right: 0;
  }
  .grid .column.col-three-fifths {
    width: 58%;
    margin-right: 2%;
  }
  .grid .column.col-four-fifths {
    width: 78%;
    margin-right: 0;
  }
  .grid .column.col-fourth {
    width: 49%;
  }
  .grid .column.col-fourth:nth-of-type(2n) {
    margin-right: 0;
  }
  .grid .column.col-three-fourths {
    margin-right: 0;
  }
  .grid .column.col-three-fourths + .col-fourth {
    width: 100%;
  }
  .grid .column.col-half {
    width: 49%;
  }
  .grid .column.col-half:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media all and (min-width: 767px) {
  .grid .column.col-sixth {
    margin: 0 1% 25px 0;
    width: 15.5%;
  }
  .grid .column.col-sixth:nth-of-type(3n) {
    margin-right: 1%;
  }
  .grid .column.col-sixth:nth-of-type(6n) {
    margin-right: 0;
  }
  .grid .column.col-fourth {
    width: 23.5%;
  }
  .grid .column.col-fourth:nth-of-type(2n) {
    margin-right: 2%;
  }
  .grid .column.col-fourth:nth-of-type(4n) {
    margin-right: 0;
  }
  .grid .column.col-three-fourths {
    width: 74.5%;
    margin-right: 0;
  }
  .grid .column.col-three-fourths + .col-fourth {
    width: 23.5%;
  }
  .grid .column.col-third {
    width: 32%;
  }
  .grid .column.col-third:nth-of-type(3n) {
    margin-right: 0;
  }
  .grid .column.col-two-thirds {
    width: 64%;
  }
  .grid .column.col-two-thirds:nth-of-type(3n) {
    margin-right: 0;
  }
}
.grid .column.last {
  margin-right: 0;
}
@media all and (min-width: 767px) {
  .grid.no-sidebar .column.col-three-fourths {
    float: none;
    margin: 0 auto 10px;
  }
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

/***************
** WP COLUMNS **
****************/
.wp-block-columns.has-background {
  padding: 0px;
}
.wp-block-columns.gap-0 {
  gap: 0px !important;
}

:where(.wp-block-columns) {
  margin: 0px !important;
}

/********************
** The Cooler Grid **
*********************/
.flex {
  display: flex;
}
.flex .col {
  flex: 1;
  padding: 0px;
}
.flex .col.col-15 {
  flex: 0 0 15%;
}
.flex .col.col-20 {
  flex: 0 0 20%;
}
.flex .col.col-30 {
  flex: 0 0 30%;
}
.flex .col.col-60 {
  flex: 0 0 60%;
}
.flex .col.col-70 {
  flex: 0 0 70%;
}
.flex .col.self-center {
  align-self: center;
}
.flex.gap-0 {
  gap: 0px;
}
.flex.gap-15 {
  gap: 15px;
}
.flex.gap-20 {
  gap: 20px;
}
.flex.gap-30 {
  gap: 30px;
}
.flex.gap-50 {
  gap: 50px;
}
.flex.flex-wrap {
  flex-wrap: wrap;
}
.flex.justify-between {
  justify-content: space-between;
}

/* Icons, Buttons, and Forms */
/**********
** Icons **
**********/
.icon {
  display: inline-block;
  width: 32px;
  height: 32px;
}

.small .icon {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

.social-icon a {
  margin: 0;
  display: block;
}
.social-icon a .icon {
  color: #0065a2 !important;
}
.social-icon a .icon:hover {
  color: #0065a2 !important;
}

.icon-menu {
  vertical-align: middle;
  height: 30px;
  width: 30px;
  transition: fill 0.2s ease;
  color: #fff;
}

.social-icons {
  text-align: center;
}
.social-icons .social-icon {
  display: inline-block;
  vertical-align: top;
}
.social-icons .social-icon.gray {
  margin: 5px 5px 0 0;
}

@media all and (min-width: 480px) {
  .header .social-icons {
    text-align: right;
  }
}

@media all and (min-width: 480px) {
  footer .social-icons {
    text-align: left;
  }
}

.icon-search {
  width: 20px;
  height: 20px;
  color: #656565 !important;
}
.icon-search:hover {
  color: #656565 !important;
}

/************
** Buttons **
************/
:where(.wp-block-button__link) {
  border-radius: 4px;
}

.button, a.button, button {
  padding: 0;
  padding: 10px 25px 10px;
  display: inline-block;
  color: #0065a2;
  cursor: pointer;
  background-color: #fff;
  line-height: 1em;
  transition: background-color 0.2s ease 0s, color 0.2s ease 0s, border 0.2s ease 0s;
  border: 1px solid #0065a2;
  border-radius: 3px;
  font-size: 16px;
  font-weight: normal;
}
.button:hover, .button:visited:hover, a.button:hover, a.button:visited:hover, button:hover, button:visited:hover {
  text-decoration: none;
  background: #0065a2;
  color: #fff;
}
.button.gray, a.button.gray, button.gray {
  background: #F8971D;
}
.button.gray:hover, .button.gray:visited:hover, a.button.gray:hover, a.button.gray:visited:hover, button.gray:hover, button.gray:visited:hover {
  color: #F8971D;
}
.button.small, a.button.small, button.small {
  font-size: 1em;
  padding: 10px 20px 10px;
}
.button.button-row, a.button.button-row, button.button-row {
  display: inline-block;
  margin: 0 10px 20px;
}
@media all and (min-width: 665px) {
  .button.button-row:nth-of-type(3):after, a.button.button-row:nth-of-type(3):after, button.button-row:nth-of-type(3):after {
    content: "\a";
  }
  .button.button-row:nth-of-type(n+4), a.button.button-row:nth-of-type(n+4), button.button-row:nth-of-type(n+4) {
    margin-bottom: 0;
  }
}

a.button.alt, .button.alt, button.alt {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
a.button.alt:hover, a.button.alt:visited:hover, .button.alt:hover, .button.alt:visited:hover, button.alt:hover, button.alt:visited:hover {
  background: #fff;
  color: #0065a2;
}

a.button.reverse, .button.reverse, button.reverse {
  background: #0065a2;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 5px;
  height: 28px;
  margin-top: 2px;
  margin-right: 2px;
}
a.button.reverse span, .button.reverse span, button.reverse span {
  display: inline-block;
  vertical-align: middle;
}

a.button.button-solid, .button.button-solid, button.button.button-solid {
  background: #0065a2;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 15px;
  box-sizing: border-box;
  text-transform: none;
  font-weight: 600;
}
a.button.button-solid span, .button.button-solid span, button.button.button-solid span {
  display: inline-block;
  vertical-align: middle;
}
a.button.button-solid:hover, a.button.button-solid:visited:hover, .button.button-solid:hover, .button.button-solid:visited:hover, button.button.button-solid:hover, button.button.button-solid:visited:hover {
  background: #fff;
  color: #0065a2;
}
a.button.button-solid.button-orange, .button.button-solid.button-orange, button.button.button-solid.button-orange {
  background: #F8971D;
}
a.button.button-solid.button-orange:hover, a.button.button-solid.button-orange:visited:hover, .button.button-solid.button-orange:hover, .button.button-solid.button-orange:visited:hover, button.button.button-solid.button-orange:hover, button.button.button-solid.button-orange:visited:hover {
  background: #fff;
  color: #F8971D;
}

a.button.sidebar, .button.sidebar, button.sidebar {
  width: 100%;
  font-size: 1.25em;
  text-align: center;
  margin-top: 10px;
  text-transform: uppercase;
  padding: 15px 0 10px;
  border-radius: 0 !important;
}
a.button.sidebar:hover, a.button.sidebar:visited:hover, .button.sidebar:hover, .button.sidebar:visited:hover, button.sidebar:hover, button.sidebar:visited:hover {
  background: #fff;
  color: #0065a2;
}

.button-row-container {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}

/**********
** Forms **
**********/
input[type=checkbox]:checked::before {
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  height: 50%;
  width: 30%;
  transform: rotate(45deg) translateY(-20%) translateX(-10%);
}

.gform_wrapper {
  background: #F2F2F2;
  padding: 40px;
  color: #0065A2;
  border-radius: 15px;
}
.gform_wrapper .gform_required_legend {
  display: none;
}
.gform_wrapper .gform_body .gfield .gfield_required_asterisk {
  color: #0065A2 !important;
}
.gform_wrapper .gform_body .gfield .ginput_container .gfield_checkbox {
  display: flex;
  gap: 30px;
}
.gform_wrapper .gform_body .gfield .ginput_container .gfield_checkbox .gchoice {
  display: flex;
  align-items: center;
  gap: 15px;
}
.gform_wrapper .gform_body .gfield .ginput_container .gfield_checkbox .gchoice .gform-field-label {
  color: #656565;
  margin: 0px;
  font-weight: normal;
}
.gform_wrapper .gform_body .gfield .ginput_container .gfield_checkbox .gchoice .gfield-choice-input {
  padding: 0px;
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  height: 1.5em;
  width: 1.5em;
  display: inline-block;
  vertical-align: text-bottom;
  position: relative;
}
.gform_wrapper .gform_body .gfield .ginput_container .gfield_checkbox .gchoice .gfield-choice-input[disabled], .gform_wrapper .gform_body .gfield .ginput_container .gfield_checkbox .gchoice .gfield-choice-input[aria-disabled=true] {
  opacity: 0.4;
}
.gform_wrapper .gform_body .gfield .ginput_container .gfield_checkbox .gchoice .gfield-choice-input::before {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  top: 0;
}
.gform_wrapper .gform_body .gfield .ginput_container .gfield_checkbox .gchoice .gfield-choice-input::before:checked {
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  height: 50%;
  width: 30%;
  transform: rotate(45deg) translateY(-20%) translateX(-10%);
}
.gform_wrapper .gform_body .gfield .ginput_container .gfield_checkbox#input_4_21 {
  flex-wrap: wrap;
}
.gform_wrapper .gform_body .gfield .ginput_container .gfield_checkbox#input_4_21 .gchoice {
  flex: 1 1 40%;
}
.gform_wrapper .gform_body .gfield .ginput_container input, .gform_wrapper .gform_body .gfield .ginput_container select {
  padding: 15px 20px;
  border: 0;
}
.gform_wrapper .gform_body .gfield .gfield_description {
  color: #656565;
}
.gform_wrapper .gform_footer {
  gap: 40px;
}
.gform_wrapper .gform_footer .gform_button {
  font-weight: bold;
  margin: 0px !important;
  padding: 10px 40px;
  background: #0065a2;
  color: #ffffff;
  text-transform: uppercase;
}
.gform_wrapper .gform_footer .gform_button:hover {
  background: #ffffff;
  color: #0065a2;
}
.gform_wrapper .gform_footer .gform_save_link {
  margin: 0px !important;
  background: transparent !important;
  padding: 10px 40px;
  border: 0;
  font-weight: bold;
}
.gform_wrapper .gform_footer .gform_save_link svg {
  display: none !important;
}

form {
  margin: 0;
  padding: 0;
}
form[name=form_login] {
  display: inline-block;
}

.form-container {
  margin: 40px 0;
  /* display: none; */
}

label, .info-text {
  display: block;
  margin: 0.5em 0;
}

.forgetmenot label {
  display: inline-block;
  margin-left: 5px;
}

label {
  font-weight: bold;
}

input[type=text], input[type=password], input[type=email], input[type=search], input[type=tel], select, textarea {
  width: 100%;
  color: #666;
  padding: 3px;
  max-width: 650px;
  padding: 5px;
}

.info-text {
  font-style: italic;
  font-size: 0.85em;
}

input[type=submit] {
  font-size: 1em;
}

/* Import Blocks */
.theater-block {
  min-height: 830px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100%;
  display: flex;
}
@media only screen and (max-width: 600px) {
  .theater-block {
    background-position: 75%;
  }
}
.theater-block .theater-quote-wrapper {
  margin: 0 auto;
  width: 1140px;
  padding-left: 20px;
  padding-right: 20px;
  align-self: center;
}
@media only screen and (max-width: 1000px) {
  .theater-block .theater-quote-wrapper {
    margin-bottom: -200px;
  }
}
@media only screen and (max-width: 766px) {
  .theater-block .theater-quote-wrapper {
    width: auto;
    padding-left: 0px;
    padding-right: 0px;
    align-self: flex-end;
    margin-bottom: 70px;
  }
}
.theater-block .theater-quote-wrapper .theater-quote {
  max-width: 600px;
  padding: 40px 60px;
  background: #0065A2D9;
  border-radius: 40px;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .theater-block .theater-quote-wrapper .theater-quote {
    max-width: 435px;
  }
}
.theater-block .theater-quote-wrapper .theater-quote h1.headline {
  color: #ffffff;
  font-weight: 400;
  font-size: 50px;
  line-height: 52px;
  max-width: 400px;
}
.theater-block .theater-quote-wrapper .theater-quote .subhead {
  color: #ffffff;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 30px;
}
.theater-block .theater-quote-wrapper .theater-quote a {
  padding: 15px 30px;
  background: #ffffff;
  color: #0065A2;
  border-radius: 4px;
}
.theater-block .theater-quote-wrapper .theater-quote #triangle {
  width: 0;
  height: 0;
  border-top: 90px solid #0065A2D9;
  border-right: 90px solid transparent;
  position: absolute;
  bottom: -90px;
}
@media only screen and (max-width: 766px) {
  .theater-block .theater-quote-wrapper .theater-quote #triangle {
    width: 0;
    height: 0;
    border-top: 70px solid #0065A2D9;
    border-right: 70px solid transparent;
    position: absolute;
    bottom: -70px;
  }
}

.full-screen-stripe.orange-stripe {
  background-color: #F8971D;
}
.full-screen-stripe.blue-stripe {
  background-color: #0065a2;
}
.full-screen-stripe.grey-stripe {
  background-color: #656565;
}

.image-collage .large-image-right-wrapper .left-side {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media only screen and (max-width: 1000px) {
  .image-collage .large-image-right-wrapper .left-side {
    flex: 1;
  }
}
@media only screen and (max-width: 766px) {
  .image-collage .large-image-right-wrapper .left-side {
    flex: 1 1 100%;
  }
}
.image-collage .large-image-right-wrapper .right-side {
  flex: 1;
}
.image-collage .large-image-right-wrapper .right-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 680px;
}
@media only screen and (max-width: 766px) {
  .image-collage .large-image-right-wrapper .right-side {
    flex: 1 1 100%;
  }
}
.image-collage .large-image-center-wrapper .left-side {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media only screen and (max-width: 1000px) {
  .image-collage .large-image-center-wrapper .left-side {
    flex: 1;
  }
}
@media only screen and (max-width: 766px) {
  .image-collage .large-image-center-wrapper .left-side {
    flex: 1 1 100%;
  }
}
.image-collage .large-image-center-wrapper .center {
  flex: 1;
}
.image-collage .large-image-center-wrapper .center img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 680px;
}
@media only screen and (max-width: 766px) {
  .image-collage .large-image-center-wrapper .center {
    flex: 1 1 100%;
  }
}
.image-collage .large-image-center-wrapper .right-side {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media only screen and (max-width: 1000px) {
  .image-collage .large-image-center-wrapper .right-side {
    flex: 1;
  }
}
@media only screen and (max-width: 766px) {
  .image-collage .large-image-center-wrapper .right-side {
    flex: 1 1 100%;
  }
}
.image-collage .half-half-wrapper .left-side {
  flex: 1;
}
.image-collage .half-half-wrapper .left-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 680px;
}
@media only screen and (max-width: 766px) {
  .image-collage .half-half-wrapper .left-side {
    flex: 1 1 100%;
  }
}
.image-collage .half-half-wrapper .right-side {
  flex: 1;
}
.image-collage .half-half-wrapper .right-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 680px;
}
@media only screen and (max-width: 766px) {
  .image-collage .half-half-wrapper .right-side {
    flex: 1 1 100%;
  }
}
.image-collage .thirds-wrapper .left-side {
  flex: 1;
}
.image-collage .thirds-wrapper .left-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 680px;
}
@media only screen and (max-width: 766px) {
  .image-collage .thirds-wrapper .left-side {
    flex: 1 1 100%;
  }
}
.image-collage .thirds-wrapper .center {
  flex: 1;
}
.image-collage .thirds-wrapper .center img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 680px;
}
@media only screen and (max-width: 766px) {
  .image-collage .thirds-wrapper .center {
    flex: 1 1 100%;
  }
}
.image-collage .thirds-wrapper .right-side {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media only screen and (max-width: 1000px) {
  .image-collage .thirds-wrapper .right-side {
    flex: 1;
  }
  .image-collage .thirds-wrapper .right-side img {
    height: 100%;
  }
}
@media only screen and (max-width: 766px) {
  .image-collage .thirds-wrapper .right-side {
    flex: 1 1 100%;
  }
}
.image-collage .thirds-one-row-wrapper .left-side {
  flex: 1;
}
.image-collage .thirds-one-row-wrapper .left-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 350px;
}
@media only screen and (max-width: 766px) {
  .image-collage .thirds-one-row-wrapper .left-side {
    flex: 1 1 100%;
  }
}
.image-collage .thirds-one-row-wrapper .center {
  flex: 1;
}
.image-collage .thirds-one-row-wrapper .center img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 350px;
}
@media only screen and (max-width: 766px) {
  .image-collage .thirds-one-row-wrapper .center {
    flex: 1 1 100%;
  }
}
.image-collage .thirds-one-row-wrapper .right-side {
  flex: 1;
}
.image-collage .thirds-one-row-wrapper .right-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 350px;
}
@media only screen and (max-width: 766px) {
  .image-collage .thirds-one-row-wrapper .right-side {
    flex: 1 1 100%;
  }
}
.image-collage .fourths-one-row-wrapper .left-side, .image-collage .fourths-one-row-wrapper .center-left, .image-collage .fourths-one-row-wrapper .center-right, .image-collage .fourths-one-row-wrapper .right-side {
  flex: 1;
}
.image-collage .fourths-one-row-wrapper .left-side img, .image-collage .fourths-one-row-wrapper .center-left img, .image-collage .fourths-one-row-wrapper .center-right img, .image-collage .fourths-one-row-wrapper .right-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 350px;
}
@media only screen and (max-width: 766px) {
  .image-collage .fourths-one-row-wrapper .left-side, .image-collage .fourths-one-row-wrapper .center-left, .image-collage .fourths-one-row-wrapper .center-right, .image-collage .fourths-one-row-wrapper .right-side {
    flex: 1 1 100%;
  }
}
.image-collage .two-row-five-image-wrapper .left-side {
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex: 0 1 40%;
  max-width: 530px;
}
@media only screen and (max-width: 766px) {
  .image-collage .two-row-five-image-wrapper .left-side {
    max-width: 100%;
  }
}
.image-collage .two-row-five-image-wrapper .left-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 530px;
  max-height: 450px;
}
@media only screen and (max-width: 766px) {
  .image-collage .two-row-five-image-wrapper .left-side img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 766px) {
  .image-collage .two-row-five-image-wrapper .left-side {
    flex: 1 1 100%;
  }
}
.image-collage .two-row-five-image-wrapper .right-side {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media only screen and (max-width: 766px) {
  .image-collage .two-row-five-image-wrapper .right-side {
    flex: 1 1 100%;
  }
}
.image-collage .two-row-five-image-wrapper .right-side div {
  flex: 1;
  height: 450px;
}
.image-collage .two-row-five-image-wrapper .right-side div:first-child {
  flex: 1 1 100%;
}
.image-collage .two-row-five-image-wrapper .right-side div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: 450px;
}
@media only screen and (max-width: 766px) {
  .image-collage .two-row-five-image-wrapper .right-side div {
    flex: 1 1 100%;
  }
}

.slider-block a {
  color: initial;
}
.slider-block a:hover {
  text-decoration: none;
}
.slider-block .slick-track {
  display: flex;
  gap: 50px;
}
@media all and (max-width: 500px) {
  .slider-block .slick-track {
    gap: 0px;
  }
}
.slider-block .slick-track .img-wrapper {
  align-self: center;
}
.slider-block .slick-track .img-wrapper.slider-img-border {
  border: 1px solid #707070;
  align-self: flex-start;
  padding: 10px;
}
.slider-block .slick-track .img-wrapper img {
  margin: auto;
}
@media all and (max-width: 766px) {
  .slider-block .slick-track .img-wrapper img {
    max-width: 200px;
  }
}
.slider-block .slick-track .img-wrapper p {
  text-align: center;
}
.slider-block .slick-track .img-wrapper p.product-text {
  font-weight: bold;
  color: #0065a2;
  font-size: 14px;
  padding-bottom: 20px;
  min-height: 70px;
}
.slider-block .slick-arrow {
  position: absolute;
  top: 40%;
  z-index: 2;
  cursor: pointer;
  width: 20px;
}
.slider-block .slick-arrow.next {
  right: 0px;
}
.slider-block .slick-arrow.prev {
  left: 0px;
}
.slider-block .slick-dots {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: -40px;
  z-index: 2;
  position: relative;
  padding-bottom: 40px;
}
.slider-block .slick-dots li {
  list-style: none;
}
.slider-block .slick-dots li.slick-active button {
  padding: 0;
  color: transparent;
  user-select: none;
  border-radius: 99px;
  width: 15px;
  height: 15px;
  background: #0065a2;
  border: 1px solid #0065a2;
}
.slider-block .slick-dots li button {
  padding: 0;
  color: transparent;
  user-select: none;
  border-radius: 99px;
  width: 15px;
  height: 15px;
  border: 1px solid #707070;
}
.slider-block.slider-full .slick-track {
  gap: 30px;
}
.slider-block.slider-full .slick-dots {
  margin-top: 0px;
}
.slider-block.slider-full .slick-arrow.next {
  right: 20px;
}
.slider-block.slider-full .slick-arrow.prev {
  left: 20px;
}

.quote-box-wrapper {
  position: relative;
  padding: 50px;
  background: #0065A2;
  border-radius: 40px;
  margin-bottom: 100px;
}
@media all and (max-width: 767px) {
  .quote-box-wrapper {
    padding: 30px;
  }
}
.quote-box-wrapper img {
  border-radius: 50px;
}
@media all and (max-width: 767px) {
  .quote-box-wrapper img {
    border-radius: 20px;
  }
}
.quote-box-wrapper ul li {
  padding: 0px;
  line-height: 20px;
}
.quote-box-wrapper #quote-box-wrapper-triangle {
  width: 0;
  height: 0;
  border-top: 90px solid #0065A2;
  border-right: 90px solid transparent;
  position: absolute;
  bottom: -90px;
  left: 120px;
}
.quote-box-wrapper .width-450 {
  width: 450px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 550px) {
  .quote-box-wrapper .width-450 {
    width: 250px;
  }
}

@media only screen and (max-width: 766px) {
  .product-boxes .flex {
    flex-direction: column;
  }
}
.product-boxes a {
  border-top: 10px solid #F8971D;
}
.product-boxes a img {
  width: 100%;
  max-height: 310px;
  object-fit: cover;
}
.product-boxes a h3 {
  text-align: center;
  color: #ffffff;
  background: #0065a2;
  padding: 15px;
  margin-top: -7px;
  font-size: 30px;
}

.single-page-header {
  background: #0065a2;
}
.single-page-header .orange-line {
  background: #F8971D;
  width: 10px;
}
.single-page-header h1 {
  color: #ffffff;
  align-self: center;
  width: 565px;
  margin-left: auto;
  margin-bottom: 0;
  padding: 0 20px;
  font-family: "PTSans-Bold";
  font-size: 50px;
  line-height: 55px;
}
@media only screen and (max-width: 1179px) {
  .single-page-header h1 {
    width: 465px;
  }
}
.single-page-header .m-h-330 {
  max-height: 330px;
}
.single-page-header img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.full-screen-bg-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
}
.full-screen-bg-wrapper.bg-blue {
  background-color: #0065a2;
}
.full-screen-bg-wrapper.bg-blue a {
  text-decoration: underline;
}
.full-screen-bg-wrapper.bg-blue.image {
  box-shadow: inset 0 0 0 1000px #0065a2e6;
}
.full-screen-bg-wrapper.bg-blue * {
  color: #ffffff;
}
.full-screen-bg-wrapper.bg-grey {
  background: #8082841A;
}
.full-screen-bg-wrapper.bg-none {
  height: 660px;
}
@media all and (max-width: 1400px) {
  .full-screen-bg-wrapper.bg-none {
    height: 550px;
  }
}
@media all and (max-width: 1190px) {
  .full-screen-bg-wrapper.bg-none {
    height: 400px;
  }
}
@media all and (max-width: 850px) {
  .full-screen-bg-wrapper.bg-none {
    height: 250px;
  }
}
@media all and (max-width: 540px) {
  .full-screen-bg-wrapper.bg-none {
    height: 150px;
  }
}
.full-screen-bg-wrapper.bg-orange {
  background: #F8971D;
}
.full-screen-bg-wrapper .wp-block-columns {
  margin: 0px;
}

.closable-cta {
  background: #F8971D;
  color: #ffffff;
  padding: 10px 0;
  display: flex;
  position: relative;
}
.closable-cta div.wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.closable-cta div.wrapper p {
  margin: 0px;
}
.closable-cta div.wrapper .btn {
  background: #0065a2;
  color: #ffffff;
  display: inline-block;
  padding: 6px 10px;
  font-size: 12px;
  border-radius: 3px;
  color: #fff !important;
  outline: 0;
  border: 0;
  cursor: pointer;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.closable-cta .close {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: absolute;
  right: 20px;
  top: 16px;
}

.lightbox .lb-image {
  border-radius: 0px;
  border: none;
}
.lightbox .lb-nav a.lb-prev {
  width: 35px;
  height: 35px;
  opacity: 100;
  position: relative;
  top: 47%;
  background: url(../blaisdells/images/LeftArrow-smaller.png) no-repeat;
  background-size: contain;
}
.lightbox .lb-nav a.lb-next {
  width: 35px;
  height: 35px;
  opacity: 100;
  position: relative;
  top: 47%;
  background: url(../blaisdells/images/RightArrow-smaller.png) no-repeat;
  background-size: contain;
}
.lightbox .lb-dataContainer {
  padding-top: 0px;
}
.lightbox .lb-dataContainer .lb-data {
  background-color: #0065a2;
  color: #ffffff;
  padding: 15px 0;
}
.lightbox .lb-dataContainer .lb-data .lb-closeContainer {
  display: none;
}
.lightbox .lb-dataContainer .lb-data .lb-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  float: unset;
  text-align: unset;
}
.lightbox .lb-dataContainer .lb-data .lb-details .lb-caption {
  font-size: 16px;
  font-weight: normal;
  line-height: unset;
  padding-bottom: 5px;
}
.lightbox .lb-dataContainer .lb-data .lb-details .lb-caption-two {
  font-size: 24px;
}
.lightbox .lb-dataContainer .lb-data .lb-number {
  padding: 0px;
}

.lightbox-gallery-block a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.lightbox-gallery-block a .lightbox-btn {
  color: #ffffff;
  background: #0065a2;
  padding: 7px 22px;
  text-align: center;
  border-radius: 4px;
}

/*# sourceMappingURL=style.css.map */
