@charset "UTF-8";
/*

Theme Name: Hive Starter
Author: Chatter Buzz Media
Author URI: http://chatterbuzzmedia.com
Version: 1.0.0

Compiling all import files...

*/
/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600,800");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

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

/* End normalize.css */
/*
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

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

[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

.container, .woocommerce.columns-4 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container, .woocommerce.columns-4 {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container, .woocommerce.columns-4 {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container, .woocommerce.columns-4 {
    width: 1140px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.woocommerce.columns-4:before,
.container:after,
.woocommerce.columns-4:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.woocommerce.columns-4:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/* Used for hive template */
/* Used for hive template */
/* ----Responsive Font Sizing------------------------------------------------ */
h1 {
  font-size: 30px;
}

@media only screen and (min-width: 480px) {
  h1 {
    font-size: calc(30px + 4 * ((100vw - 480px) / 720));
  }
}

@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 34px;
  }
}

h2 {
  font-size: 26px;
}

@media only screen and (min-width: 480px) {
  h2 {
    font-size: calc(26px + 4 * ((100vw - 480px) / 720));
  }
}

@media only screen and (min-width: 1200px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 22px;
}

@media only screen and (min-width: 480px) {
  h3 {
    font-size: calc(22px + 4 * ((100vw - 480px) / 720));
  }
}

@media only screen and (min-width: 1200px) {
  h3 {
    font-size: 26px;
  }
}

h4,
h5,
h6 {
  font-size: 18px;
}

@media only screen and (min-width: 480px) {
  h4,
  h5,
  h6 {
    font-size: calc(18px + 4 * ((100vw - 480px) / 720));
  }
}

@media only screen and (min-width: 1200px) {
  h4,
  h5,
  h6 {
    font-size: 22px;
  }
}

/* ----Box Shadows----------------------------------------------------------- */
/* ----Border Radius--------------------------------------------------------- */
/* ----Borders--------------------------------------------------------------- */
/* ----Breakpoints----------------------------------------------------------- */
/* ----Truncate Strings------------------------------------------------------ */
/* ----z-index tracking------------------------------------------------------ */
.hive--start-here {
  padding: 40px 0 60px 0;
}

.hive--start-here h1 {
  font-size: 34px;
  font-weight: bold;
}

.hive--start-here h3 {
  font-weight: bold;
}

.hive--start-here p, .hive--start-here li {
  font-size: 18px;
}

.hive--start-here li {
  margin-top: 8px;
}

.hive--start-here span {
  background: #eee;
  border-radius: 2px;
  padding: 2px;
  font-family: monospace;
}

html {
  overflow-x: hidden;
}

body {
  font-size: 15px;
  position: relative !important;
  overflow-x: hidden !important;
  font-family: "Montserrat", "Helvetica", sans-serif;
  font-weight: 300;
  line-height: 27px;
}

@media only screen and (min-width: 480px) {
  body {
    font-size: calc(15px + 2 * ((100vw - 480px) / 720));
  }
}

@media only screen and (min-width: 1200px) {
  body {
    font-size: 17px;
  }
}

.container, .woocommerce.columns-4 {
  position: relative;
}

div.page-anchor {
  display: block;
  position: relative;
  top: -133px;
  visibility: hidden;
}

div.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

div.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 1400px) {
  .container, .woocommerce.columns-4 {
    width: 1340px;
    margin: auto;
  }
}

.section--small {
  padding: 30px 0;
}

.section-heading {
  font-size: clamp(3rem, 5vw, 6.5rem) !important;
  font-weight: bold !important;
  margin-bottom: 40px !important;
  color: #005291 !important;
}

.font-weight-bold {
  font-weight: bold;
}

.cta, #gform_5 .gform_footer .gform_button, #gform_8 .gform_footer .gform_button, .post-type-archive-kids-tag-art #tag-form input[type="submit"] {
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  color: #005291;
  display: inline-block;
  outline-offset: 5px;
}

@media screen and (max-width: 480px) {
  .cta, #gform_5 .gform_footer .gform_button, #gform_8 .gform_footer .gform_button, .post-type-archive-kids-tag-art #tag-form input[type="submit"] {
    font-size: 15px;
  }
}

.cta::after, #gform_5 .gform_footer .gform_button::after, #gform_8 .gform_footer .gform_button::after, .post-type-archive-kids-tag-art #tag-form input[type="submit"]::after {
  content: '\f061';
  display: inline-block;
  padding-left: 15px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.cta--inline {
  display: inline;
  white-space: nowrap;
}

.cta--inline::after {
  color: #38807B;
}

.cta--inline-secondary::after {
  background-color: #38807B;
  color: #fff;
  display: inline-block;
  height: 24px;
  width: 24px;
  padding: 0;
  margin-left: 12px;
  vertical-align: bottom;
  line-height: 24px;
  font-size: 14px;
  border-radius: 15px;
  text-align: center;
}

.cta--primary, .gform_wrapper input[type=submit], #gform_5 .gform_footer .gform_button, #gform_8 .gform_footer .gform_button, #dropdown-mini-cart .buttons a.button {
  background: #005291;
  padding: 3px 30px;
  color: #fff;
  text-transform: uppercase;
  border: 2px solid transparent;
  border-radius: 26px;
  transition: 250ms;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.5;
  text-align: center;
}

.cta--primary:hover, .gform_wrapper input:hover[type=submit], #gform_5 .gform_footer .gform_button:hover, #gform_8 .gform_footer .gform_button:hover, #dropdown-mini-cart .buttons a.button:hover, .cta--primary:focus, .gform_wrapper input:focus[type=submit], #gform_5 .gform_footer .gform_button:focus, #gform_8 .gform_footer .gform_button:focus, #dropdown-mini-cart .buttons a.button:focus {
  background: #006fc4;
  color: #fff;
  text-decoration: none;
}

.cta--secondary, .post-type-archive-kids-tag-art #tag-form input[type="submit"] {
  position: relative;
  background: #38807B;
  color: #fff;
  box-shadow: 0 18px 13px -13px rgba(0, 0, 0, 0.4);
  padding: 10px 24px;
  text-align: center;
  outline-offset: 0;
}

.cta--secondary:hover, .post-type-archive-kids-tag-art #tag-form input:hover[type="submit"], .cta--secondary:focus, .post-type-archive-kids-tag-art #tag-form input:focus[type="submit"] {
  color: #fff;
  font-weight: bold;
  outline-width: 8px;
  outline-color: #fff;
  box-shadow: 0 18px 13px -13px rgba(0, 0, 0, 0.8);
}

.cta--text-block {
  display: block;
  white-space: nowrap;
}

.cta--social {
  padding: 0;
  font-family: "Font Awesome 5 Brands";
}

.cta--social::after {
  display: none;
}

.cta--search {
  background: #005291;
  margin-left: 15px;
  padding: 5px 20px;
  color: #fff;
  border: none;
}

.cta--search::before {
  content: '\f002';
  padding-right: 8px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.cta--search::after {
  display: none;
}

.cta-alt {
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  color: #005291;
  display: inline-block;
  outline-offset: 5px;
}

@media screen and (max-width: 480px) {
  .cta-alt {
    font-size: 15px;
  }
}

.btn-v2, .woocommerce div.product form.cart .button, .woocommerce ul.products li.product .button {
  background: #005291;
  padding: 3px 30px;
  color: #fff;
  text-transform: uppercase;
  border: 2px solid transparent;
  border-radius: 26px;
  transition: 250ms;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.5;
  text-align: center;
  box-shadow: none;
}

.btn-v2:hover, .btn-v2:focus, .woocommerce div.product form.cart .button:hover, .woocommerce div.product form.cart .button:focus, .woocommerce ul.products li.product .button:hover, .woocommerce ul.products li.product .button:focus {
  background: #006fc4;
  color: #fff;
  text-decoration: none !important;
}

.btn-v2--white, .woocommerce div.product form.cart .button--white, .woocommerce ul.products li.product .button--white {
  background: #fff !important;
  color: #005291 !important;
  border: 2px solid #005291;
}

.btn-v2--white:hover, .woocommerce div.product form.cart .button--white:hover, .woocommerce ul.products li.product .button--white:hover {
  background: #005291 !important;
  color: #fff !important;
}

.select-mask {
  position: relative;
}

.select-mask::after {
  content: '\f078';
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  color: #005291;
  right: 10px;
  top: 0;
  line-height: 30px;
  vertical-align: middle;
  pointer-events: none;
  font-weight: 900;
}

.select-mask::-ms-expand {
  display: none;
}

.gform_wrapper ul li {
  padding: 0 !important;
}

.gform_wrapper textarea,
.gform_wrapper input:not([type=submit]):not([type=reset]):not([type=radio]) {
  border: 1px solid #979797;
  width: 100% !important;
  font-weight: 400;
}

.gform_wrapper select {
  padding: 7px 4px !important;
}

.gform_confirmation_wrapper {
  font-size: 22px;
  margin: 20px 0;
  display: inline-block;
  color: green;
}

#gform_5, #gform_8 {
  margin-top: 30px;
}

#gform_5 .ginput_container_product_price, #gform_8 .ginput_container_product_price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

#gform_5 .gform_footer .gform_button, #gform_8 .gform_footer .gform_button {
  border: 0;
}

/*

  HIVE STARTER KIT Rundown
  Included is two template footers. Footers are created using SCSS %placeholder
  elements. This means the CSS is not compiled unless the %placeholder
  element is called.

  Footer templates are created in ../templates/template-footer
  They are imported into this file, and can be used by extending the placeholder
  element onto .site-footer

  Currently there are two templates:
  %footer-1
  %footer-2

*/
.site-footer {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  color: #fff;
  padding-top: 40px;
}

.site-footer a {
  color: #fff;
}

.site-footer:before {
  content: "";
  background: linear-gradient(to bottom, #3874a2 0%, rgba(255, 255, 255, 0) 370%);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}

.site-footer .social-links {
  gap: 10px;
  margin-bottom: 20px;
}

.site-footer a.btn-v2 {
  margin: 10px 0;
}

.site-footer .site-branding__image {
  width: 100%;
}

@media (max-width: 1200px) {
  .site-footer .site-branding__image {
    max-width: 350px;
  }
}

.site-footer .footer-col--header {
  color: #fff;
  font-size: 2.8rem;
}

.site-footer .footer-col--header:after {
  content: "";
  display: block;
  width: 50px;
  height: 5px;
  background: #fff;
  margin: 20px 0;
}

.site-footer .footer-bottom {
  padding: 20px 0;
  margin-top: 60px;
  font-weight: 700;
}

.site-footer .footer-bottom > .container, .site-footer .footer-bottom > .woocommerce.columns-4 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media screen and (max-width: 1400px) {
  .site-footer .footer-bottom > .container, .site-footer .footer-bottom > .woocommerce.columns-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

@media screen and (max-width: 1400px) {
  .site-footer .footer-bottom .footer-nav {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.site-footer .footer-bottom .footer-nav ul {
  list-style: none;
}

.site-footer .footer-bottom .footer-nav ul li {
  display: inline-block;
}

.site-footer .footer-bottom .footer-nav ul li a {
  color: #fff;
}

.site-footer .footer-bottom .footer-nav ul li a:hover, .site-footer .footer-bottom .footer-nav ul li a:focus {
  text-decoration: underline;
  font-weight: bold;
}

.site-footer .footer-bottom .footer-nav ul li a::after {
  content: ' |';
}

.site-footer .footer-bottom .footer-nav ul li:last-child a:after {
  content: "";
}

.site-footer .footer-bottom .footer-legal {
  padding: 0 10px;
}

.section--announcement .d-flex {
  gap: 20px;
}

.section--announcement__btn-close {
  background: transparent;
  border: 2px solid #fff;
  border-radius: 100px;
  width: 26px;
  height: 26px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.section--announcement__icon {
  font-size: 4rem;
}

.section--announcement p:last-of-type {
  margin: 0;
}

.site-header {
  width: 100%;
  z-index: 9999;
  position: sticky;
  top: 0;
}

.site-header.fixed {
  position: fixed;
}

.site-header .header-nav {
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  position: sticky;
  top: 0;
  width: 100%;
}

.site-header .header-nav__inner {
  padding: 20px 20px 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media (min-width: 681px) {
  .site-header .header-nav__inner {
    padding: 10px 20px;
  }
}

.site-header .header-nav__inner .main-navigation {
  padding: 15px 20px;
}

.site-header .header-nav__inner .slideout-navicon {
  z-index: 100;
  display: none;
  margin-left: auto;
}

@media (max-width: 1570px) {
  .site-header .header-nav__inner .slideout-navicon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.site-header .header-nav__inner .slideout-navicon__text {
  font-size: 11px;
  font-family: "Montserrat", "Helvetica", sans-serif;
}

.site-header .language-switcher {
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: inherit;
  gap: 20px;
}

@media (max-width: 1570px) {
  .site-header .language-switcher {
    position: absolute;
    top: 25px;
    left: 10%;
    width: 100%;
    height: auto;
  }
}

@media (max-width: 680px) {
  .site-header .language-switcher {
    position: relative;
    -ms-flex: 100%;
        flex: 100%;
    background: linear-gradient(180deg, #005291 50%, #00182B 190.8%);
    margin: 0 -20px;
    padding: 10px 0 10px;
    left: 0;
  }
  .site-header .language-switcher select.goog-te-combo {
    color: #fff !important;
  }
  .site-header .language-switcher .toggle-search {
    color: #fff;
  }
}

@media (min-width: 1820px) {
  .site-header .language-switcher {
    width: auto;
  }
}

.site-header .language-switcher #google_language_translator {
  height: 34px;
}

.site-header .language-switcher #google_language_translator select.goog-te-combo {
  background: transparent;
  font-weight: 600;
  padding: 5px !important;
  width: 100%;
  height: 32px !important;
  font-size: clamp(12px, 0.8vw, 16px);
  margin: 0;
  display: block;
}

.site-header .language-switcher #google_language_translator .google-te-gadget {
  height: 40px;
}

.site-header .language-switcher #searchForm {
  visibility: hidden;
  width: 100%;
  transition: .3s ease;
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  padding: 15px;
  background: #fff;
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 10px;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1570px) {
  .site-header .language-switcher #searchForm {
    top: 52px;
    left: -10%;
  }
}

@media (max-width: 680px) {
  .site-header .language-switcher #searchForm {
    left: 0;
  }
}

.site-header .language-switcher #searchForm.expanded {
  visibility: visible;
}

.site-header .language-switcher #searchForm .search-field {
  color: #000;
  border-radius: 3px;
  border: 1px solid #000;
  padding: 3px;
  min-width: 250px;
}

.site-header .language-switcher #searchForm input[type="image"], .site-header .language-switcher #searchForm input[type="submit"] {
  padding: 7px;
  background: #005291;
  border-radius: 3px;
}

.site-header .language-switcher button {
  background: 0;
  border: 0;
  font-size: 24px;
}

@media screen and (min-width: 1401px) {
  .site-header .container, .site-header .woocommerce.columns-4 {
    width: 1400px;
  }
}

.site-header .site-welcome {
  background-color: #38807B;
  padding: 5px 0;
  position: relative;
  z-index: 2;
}

.site-header .site-welcome--inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (max-width: 991px) {
  .site-header .site-welcome--inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.site-header .site-welcome--inner .right-side {
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 991px) {
  .site-header .site-welcome--inner .right-side {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-top: 5px;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

@media screen and (max-width: 480px) {
  .site-header .site-welcome--inner .right-side {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .site-header .site-welcome--inner .right-side > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-top: 5px;
    width: 100%;
  }
}

.site-header .site-welcome--inner .right-side .top-action-dd-container {
  margin-left: 5px;
}

@media screen and (max-width: 480px) {
  .site-header .site-welcome--inner .right-side .top-action-dd-container {
    margin-left: 0;
  }
}

.site-header .site-welcome--inner .right-side .top-action-dd-container .top-action-dd {
  margin: 0;
  line-height: 100%;
  -webkit-appearance: none;
  appearance: none;
  font-size: 16px;
  color: #000 !important;
  height: 30px !important;
  border-radius: 0 !important;
  position: relative;
  padding: 5px 40px 5px 10px !important;
  width: auto;
}

@media screen and (max-width: 480px) {
  .site-header .site-welcome--inner .right-side .top-action-dd-container .top-action-dd {
    width: 100%;
  }
}

.site-header .site-welcome--inner .right-side #google_language_translator {
  line-height: 0;
  position: relative;
  margin-left: 5px;
  background: #fff;
}

.site-header .site-welcome--inner .right-side #google_language_translator .goog-te-gadget {
  color: #666 !important;
}

@media screen and (max-width: 480px) {
  .site-header .site-welcome--inner .right-side #google_language_translator {
    margin-left: 0;
  }
}

.site-header .site-welcome--inner .right-side #google_language_translator::after {
  content: '\f078';
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  color: #005291;
  right: 10px;
  top: 0;
  line-height: 30px;
  vertical-align: middle;
  pointer-events: none;
  font-weight: 900;
}

.site-header .site-welcome--inner .right-side #google_language_translator select {
  margin: 0;
  line-height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 16px;
  color: #000 !important;
  height: 30px !important;
  border-radius: 0 !important;
  position: relative;
  padding: 5px 40px 5px 10px !important;
  width: auto;
}

.site-header .site-welcome--inner .right-side #google_language_translator select::-ms-expand {
  display: none;
}

@media screen and (max-width: 480px) {
  .site-header .site-welcome--inner .right-side #google_language_translator select {
    width: 100%;
  }
}

.site-header .site-welcome h1 {
  color: #fff;
  font-size: 16px;
  margin: 0;
}

.site-header .site-header__inner {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 20px 0;
}

@media screen and (max-width: 480px) {
  .site-header .site-header__inner {
    padding: 5px 0;
  }
}

.site-header .site-branding a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (max-width: 480px) {
  .site-header .site-branding a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    padding-right: 30px;
  }
}

.site-header .site-branding img {
  height: auto;
  max-width: 210px;
}

@media screen and (max-width: 480px) {
  .site-header .site-branding img {
    height: 75px;
    object-fit: contain;
  }
}

.site-header .site-branding .brand-copy {
  text-align: center;
  margin: 10px 0;
  padding-left: 30px;
}

@media screen and (max-width: 480px) {
  .site-header .site-branding .brand-copy {
    padding-left: 0;
  }
}

.site-header .site-branding .brand-copy span {
  display: block;
  color: #005291;
}

.site-header .site-branding .brand-copy--line-1 {
  font-size: 28px;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .site-header .site-branding .brand-copy--line-1 {
    font-size: 18px;
  }
}

.site-header .site-branding .brand-copy--line-2 {
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .site-header .site-branding .brand-copy--line-2 {
    font-size: 14px;
  }
}

.site-header .search-box {
  position: absolute;
  background: #fff;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -ms-flex-align: center;
      align-items: center;
  display: none;
}

@media screen and (min-width: 992px) {
  .site-header .search-box.show-search {
    display: -ms-flexbox;
    display: flex;
  }
}

.site-header .search-box .search-fields-container {
  display: -ms-flexbox;
  display: flex;
  height: auto;
  border-bottom: solid 3px #ccc;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
}

.site-header .search-box .search-fields-container .screen-reader-text {
  visibility: hidden;
  position: absolute;
}

.site-header .search-box .search-fields-container .search-form {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  overflow: visible;
  font-size: 48px;
  color: #ccc;
}

.site-header .search-box .search-fields-container .search-form .search-field {
  max-width: none;
  width: calc(100% - 100px);
  color: #333;
  border: none;
}

.site-header .search-box .search-fields-container .search-form .search-field:-ms-input-placeholder {
  font-size: 48px;
  color: #ccc;
}

.site-header .search-box .search-fields-container .search-form .search-field::placeholder {
  font-size: 48px;
  color: #ccc;
}

.site-header .search-box .search-fields-container .close-search {
  font-size: 48px;
  color: #ccc;
  padding-bottom: 10px;
}

.site-header .slideout-navicon {
  color: #fff;
}

.site-header.fixed .sticky-header, .site-header.mini-header .sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #005291;
  z-index: 10;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}

.site-header.fixed .sticky-header .site-header__inner, .site-header.mini-header .sticky-header .site-header__inner {
  padding: 5px 0;
}

.site-header.fixed .sticky-header .main-navigation, .site-header.mini-header .sticky-header .main-navigation {
  padding: 5px 0;
  margin: 0;
  background: #fff;
}

.site-header.fixed .sticky-header .site-branding, .site-header.mini-header .sticky-header .site-branding {
  margin-left: 0;
}

.site-header.fixed .sticky-header .site-branding a, .site-header.mini-header .sticky-header .site-branding a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (max-width: 480px) {
  .site-header.fixed .sticky-header .site-branding a, .site-header.mini-header .sticky-header .site-branding a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    padding-right: 30px;
  }
}

.site-header.fixed .sticky-header .site-branding a .brand-copy, .site-header.mini-header .sticky-header .site-branding a .brand-copy {
  padding-left: 10px;
}

@media screen and (max-width: 480px) {
  .site-header.fixed .sticky-header .site-branding a .brand-copy, .site-header.mini-header .sticky-header .site-branding a .brand-copy {
    padding-left: 0;
  }
}

.site-header.fixed .sticky-header .site-branding a .brand-copy--line-1, .site-header.mini-header .sticky-header .site-branding a .brand-copy--line-1 {
  font-size: 18px;
  line-height: 18px;
}

.site-header.fixed .sticky-header .site-branding a .brand-copy--line-2, .site-header.mini-header .sticky-header .site-branding a .brand-copy--line-2 {
  font-size: 14px;
}

.site-header.mini-header {
  padding-bottom: 0;
}

.site-header.mini-header .sticky-header {
  position: relative;
}

.site-header nav ul {
  margin: 0;
  padding: 0;
}

.site-header nav ul > li {
  display: inline-block;
}

.site-header nav ul > li > a {
  padding: 0 10px;
}

.main-navigation {
  margin: 0;
  padding: 15px 0;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1570px) {
  .main-navigation {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .main-navigation {
    padding: 5px 0;
    margin: 0 0 10px 0;
  }
}

.main-navigation .menu {
  position: relative;
  z-index: 3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 5px;
}

.main-navigation .menu > .menu-item {
  display: block;
}

.main-navigation .menu > .menu-item:hover > a, .main-navigation .menu > .menu-item:focus > a, .main-navigation .menu > .menu-item:focus-within > a {
  text-decoration: none;
}

.main-navigation .menu > .menu-item > a {
  padding: 10px;
  border-radius: 7px;
  background: linear-gradient(180deg, #005291 50%, #00182B 190.8%);
  color: #fff !important;
}

.main-navigation .menu > .menu-item.menu-item-has-children > a:after {
  content: '\f078';
  font-family: "Font Awesome 5 Free";
  padding-left: 5px;
}

.main-navigation .menu .menu-item {
  display: block;
}

.main-navigation .menu .menu-item a {
  white-space: nowrap;
  color: #000;
  font-weight: 600;
  transition: .2s ease;
  font-size: clamp(12px, 0.8vw, 14px);
}

.main-navigation .menu .menu-item a:hover, .main-navigation .menu .menu-item a:focus, .main-navigation .menu .menu-item a:focus-within {
  color: #005291;
}

.main-navigation .menu .menu-item:hover, .main-navigation .menu .menu-item:focus, .main-navigation .menu .menu-item:focus-within {
  z-index: 2;
}

.main-navigation .menu .menu-item:hover > .sub-menu, .main-navigation .menu .menu-item:focus > .sub-menu, .main-navigation .menu .menu-item:focus-within > .sub-menu {
  display: block;
}

.main-navigation .menu .sub-menu {
  background: #fff;
  display: none;
  border-radius: 3px;
  box-shadow: 0 26px 24px -10px rgba(0, 0, 0, 0.15);
}

.main-navigation .menu > .menu-item {
  position: relative;
}

.main-navigation .menu > .menu-item > .sub-menu {
  position: absolute;
  top: calc(100% + 2px);
  left: -1px;
  min-width: calc(100% + 2px);
  width: auto;
  padding-top: 5px;
  z-index: 100;
}

.main-navigation .menu > .menu-item > .sub-menu > .menu-item {
  position: relative;
  padding: 4px 10px;
}

.main-navigation .menu > .menu-item > .sub-menu > .menu-item-has-children {
  padding-right: 30px;
}

.main-navigation .menu > .menu-item > .sub-menu > .menu-item-has-children::after {
  content: '\f054';
  display: block;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  right: 10px;
  top: 4px;
  vertical-align: middle;
  font-weight: 900;
  height: 100%;
}

.main-navigation .menu > .menu-item > .sub-menu > .menu-item-has-children:hover::before, .main-navigation .menu > .menu-item > .sub-menu > .menu-item-has-children:focus::before, .main-navigation .menu > .menu-item > .sub-menu > .menu-item-has-children:focus-within::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -2px;
  background: #fff;
  width: 5px;
  height: 100%;
  z-index: 2;
}

.main-navigation .menu > .menu-item > .sub-menu > .menu-item .sub-menu {
  position: absolute;
  padding: 5px 0;
  left: 100%;
  top: -1px;
}

.main-navigation .menu .mega-menu:hover {
  z-index: 2;
}

.main-navigation .menu .mega-menu:hover > .sub-menu {
  display: -ms-flexbox;
  display: flex;
  max-width: 100vw;
  margin-left: -300px;
}

.main-navigation .menu .mega-menu:hover > .sub-menu > li {
  margin-top: 10px;
  font-weight: bold;
}

.main-navigation .menu .mega-menu:hover > .sub-menu > li:after {
  display: none;
}

.main-navigation .menu .mega-menu:hover > .sub-menu > li.menu-item-has-children:hover::before {
  display: none;
}

.main-navigation .menu .mega-menu:hover > .sub-menu .sub-menu {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  border: none;
  box-shadow: none;
  padding-left: 30px;
}

.main-navigation .menu .mega-menu:hover > .sub-menu .sub-menu li {
  display: block;
  font-weight: normal;
  font-size: 15px;
}

.quick-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 0;
  background: #005291;
  padding: 20px;
}

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

.quick-nav--item {
  width: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  gap: 10px;
  font-weight: 600;
  font-size: clamp(14px, 1vw, 20px);
  transition: 250ms;
}

.quick-nav--item:hover, .quick-nav--item:focus {
  text-decoration: none;
  color: #fff;
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}

.quick-nav--item:hover .fas, .quick-nav--item:focus .fas {
  text-decoration: none;
  color: #fff;
}

.quick-nav--item:hover .fas::before, .quick-nav--item:focus .fas::before {
  text-decoration: none;
}

.quick-nav--item span {
  font-size: 40px;
  color: #fff;
  margin-bottom: 10px;
}

.slideout-nav .search-box {
  position: relative;
  height: auto;
  width: 100%;
  padding: 30px 15px 10px 15px;
}

.slideout-nav .search-box .search-fields-container .search-form {
  font-size: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.slideout-nav .search-box .search-fields-container .search-form label {
  width: 100%;
}

.slideout-nav .search-box .search-fields-container .search-form .search-field {
  width: 95%;
}

.slideout-nav .search-box .search-fields-container .search-form .search-field:-ms-input-placeholder {
  font-size: 18px;
  color: #999;
}

.slideout-nav .search-box .search-fields-container .search-form .search-field::placeholder {
  font-size: 18px;
  color: #999;
}

.slideout-nav .search-box .search-fields-container .search-form input[type="image"] {
  height: 34px;
}

.slideout-nav .search-box .search-fields-container .close-search {
  font-size: 32px;
  padding-bottom: 5px;
  display: none;
}

.slideout-nav .search-box.show-search {
  display: block;
}

.takeover-popup {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 82, 145, 0.96);
  color: #fff;
  z-index: 22430001;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  display: none;
  overflow-y: auto;
  padding: 50vw 0 0;
}

@media only screen and (min-width: 768px) {
  .takeover-popup {
    padding: 0;
  }
}

.takeover-popup h1, .takeover-popup h2, .takeover-popup h3, .takeover-popup h4 {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.takeover-popup p {
  font-weight: 500;
  font-size: 22px;
}

.takeover-popup button.continue-link {
  font-weight: bold;
  background: transparent;
  border: 0;
  font-size: 20px;
  margin-top: 20px;
}

.takeover-popup button.continue-link:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .takeover-popup button.continue-link {
    float: right;
  }
}

.takeover-popup .close-icon {
  background: #000;
  border: 2px solid #fff;
  border-radius: 100%;
  padding: 0px 9px;
  float: right;
  text-align: center;
}

.takeover-popup .close-icon:hover {
  background: #38807B;
}

.takeover-popup__content {
  position: relative;
  padding: 20px;
  margin: 0 auto;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

@media only screen and (min-width: 560px) {
  .takeover-popup__content {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 1248px) {
  .takeover-popup__content {
    max-width: 70%;
  }
}

@media only screen and (min-width: 1440px) {
  .takeover-popup__content {
    max-width: 50%;
  }
}

.takeover-popup__content a {
  color: #38807B;
}

.takeover-popup__content a:hover {
  color: #fff;
}

.takeover-popup__description {
  margin: 20px 0 30px;
}

.takeover-popup__buttons a {
  width: 100%;
  margin-bottom: 20px;
  background-color: #fff;
  color: #0E4257;
  padding: 20px;
}

.takeover-popup__buttons a:hover, .takeover-popup__buttons a:focus {
  color: #0E4257;
}

/**************************
  Cart/Checkout
**************************/
.woocommerce-checkout .woocommerce,
.woocommerce-cart .woocommerce {
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 20px;
}

.woocommerce-cart .section--header {
  padding-bottom: 0;
}

.woocommerce-cart #coupon_code {
  width: 150px !important;
  padding: 10px 5px;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle {
  margin-top: 30px;
}

.woocommerce-checkout .checkout {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
}

.woocommerce-checkout .checkout #customer_details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.woocommerce-checkout .checkout #customer_details > div {
  width: 100%;
}

.woocommerce-checkout .woocommerce-checkout-review-order {
  margin-left: 50px;
}

.woocommerce-checkout .woocommerce-checkout-review-order::before {
  content: "Your Order";
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 20px;
  color: #0075B1;
}

.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-additional-fields h3 {
  font-weight: 700;
  font-size: 21px;
  color: #0075B1;
}

.woocommerce-checkout .woocommerce-additional-fields {
  margin-top: 20px;
}

.woocommerce-checkout #payment {
  background: #0075B1;
  color: #fff;
}

.woocommerce-checkout #payment div.payment_box {
  background-color: #fff;
}

.woocommerce-checkout #payment div.payment_box::before {
  display: none;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper input[type=text],
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper input[type=tel],
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper input[type=email],
.woocommerce-checkout .select2-container .select2-selection--single {
  padding: 10px 5px;
  height: 100%;
}

.woocommerce-checkout #place_order {
  display: inline-block;
  background: #fff !important;
  color: #38807B !important;
}

@media only screen and (max-width: 1024px) {
  .woocommerce-checkout .checkout {
    display: block;
  }
  .woocommerce-checkout .woocommerce-checkout-review-order {
    margin-left: 0;
    margin-top: 20px;
  }
}

.woocommerce-ordering {
  display: none;
}

.mini-cart-bar {
  padding: 10px;
  background: #f4f4f4;
  text-align: right;
  position: relative;
  z-index: 100;
}

@media only screen and (max-width: 767px) {
  .mini-cart-bar {
    margin-top: 25px;
  }
}

.mini-cart-bar .mini-cart-toggle {
  font-size: 20px;
}

.mini-cart-bar .mini-cart-toggle i {
  margin-right: 5px;
}

#dropdown-mini-cart {
  position: absolute;
  background: #fff;
  z-index: 10;
  padding: 20px;
  border: 3px solid #005291;
  display: none;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  right: 0;
}

#dropdown-mini-cart > li {
  list-style: none;
}

#dropdown-mini-cart ul.product_list_widget li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}

#dropdown-mini-cart .mini_cart_item {
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid;
  padding: 20px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

#dropdown-mini-cart .mini_cart_item img {
  width: 120px;
}

#dropdown-mini-cart .total {
  margin-top: 10px;
}

#dropdown-mini-cart .buttons a.button {
  margin-right: 10px;
}

.woof_sid_auto_shortcode {
  padding: 0;
  margin-bottom: 40px;
  background: #005291;
}

.woof_container_inner h4 {
  color: #fff;
}

@media only screen and (min-width: 1024px) {
  .woof_container_product_cat {
    margin-right: 20px;
  }
}

a.screen-reader-text, .screen-reader-text {
  position: fixed;
  top: -9999rem;
  left: -9999rem;
  z-index: 999999;
  background-color: #fff;
  padding: 1.071rem 1.643rem 1rem;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  color: #005291;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

a.screen-reader-text:focus {
  top: 0.313rem;
  left: 0.313rem;
  outline: none;
  text-decoration: underline;
}

.pagination {
  margin: 60px 0;
}

.pagination a, .pagination a:hover, .pagination a:focus {
  color: #005291;
}

.pagination .page-numbers {
  margin: 5px;
}

.pagination .page-numbers.current {
  color: #fff;
  background: #005291;
  padding: 1px 6px;
}

.container.flex-container, .flex-container.woocommerce.columns-4 {
  display: -ms-flexbox;
  display: flex;
}

h2 {
  font-size: 28px;
  color: #005291;
}

h3 {
  margin-top: 0;
  font-size: 21px;
}

p {
  margin-bottom: 20px;
}

p a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .container, .woocommerce.columns-4 {
    max-width: calc(100% - 30px);
  }
}

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

.subpage--page-icon {
  position: absolute;
  left: 30px;
  top: 50px;
  color: #38807B;
  font-size: 68px;
}

@media screen and (max-width: 991px) {
  .subpage--page-icon {
    position: relative;
    left: 0;
    top: 40px;
  }
}

.subpage--offset {
  position: relative;
}

.subpage--offset .section--content > .container, .subpage--offset .section--content > .woocommerce.columns-4 {
  padding-left: 150px;
}

@media screen and (max-width: 991px) {
  .subpage--offset .section--content > .container, .subpage--offset .section--content > .woocommerce.columns-4 {
    padding-left: 15px;
  }
}

.subpage--offset > .container, .subpage--offset > .woocommerce.columns-4 {
  padding-left: 150px;
}

@media screen and (max-width: 991px) {
  .subpage--offset > .container, .subpage--offset > .woocommerce.columns-4 {
    padding-left: 15px;
  }
}

.offset-section .section--content > .container, .offset-section .section--content > .woocommerce.columns-4 {
  padding-left: 150px;
}

@media screen and (max-width: 991px) {
  .offset-section .section--content > .container, .offset-section .section--content > .woocommerce.columns-4 {
    padding-left: 15px;
  }
}

@media screen and (max-width: 991px) {
  .offset-section .icon-container {
    text-align: center;
    margin-bottom: 20px;
  }
}

.offset-section .icon-container .section-icon {
  position: absolute;
  color: #38807B;
  font-size: 68px;
}

@media screen and (max-width: 991px) {
  .offset-section .icon-container .section-icon {
    position: relative;
    left: 0;
    top: 0;
  }
}

.offset-section.show-header .section--header {
  width: calc(100% + 150px);
  margin-left: -150px;
}

@media screen and (max-width: 767px) {
  .offset-section.show-header .section--header {
    width: 100%;
    margin-left: 0;
  }
}

.offset-section.show-header .section-icon {
  top: 90px;
}

@media screen and (max-width: 991px) {
  .offset-section.show-header .section-icon {
    top: 0;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .offset-section.show-header.header-align-center .icon-container {
    text-align: center;
  }
}

.offset-section + .container .divider, .offset-section + .woocommerce.columns-4 .divider {
  width: calc(100% - 120px);
  margin-left: 120px;
}

@media screen and (max-width: 991px) {
  .offset-section + .container .divider, .offset-section + .woocommerce.columns-4 .divider {
    width: 100%;
    margin-left: 0;
  }
}

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

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

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

.section {
  position: relative;
  padding: 50px 0;
}

.section--header {
  text-align: center;
  font-size: 28px;
  color: #005291;
  font-weight: bold;
  padding: 0 0 40px 0;
  margin: 0 0 10px 0;
}

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

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

@media screen and (max-width: 767px) {
  .section--header {
    padding: 0 0 20px 0;
  }
}

.section--cta-holder {
  margin: 70px 0 0 0;
  text-align: center;
}

.section--divider__large {
  border-top: solid 3px #eed86c;
  margin: 0;
}

@media screen and (min-width: 1260px) {
  .section--divider__large {
    margin: 0 -30px;
  }
}

.divider--small {
  border-top: solid 1px #c5c5c5;
  margin: 0;
}

.divider--large {
  margin: 0;
  border: solid 2px #005291;
}

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.article-card {
  background: #fff;
  padding: 30px;
  border-radius: 3px;
  box-shadow: 0 18px 23px -13px rgba(0, 0, 0, 0.3);
}

.section .flexible-content .content-row {
  margin: 30px 0;
}

.section .flexible-content .content-row:first-of-type {
  margin-top: 0;
}

.section .flexible-content .content-row:first-of-type > h2:first-of-type {
  margin-top: 0;
}

.section .flexible-content .content-row:last-of-type {
  margin-bottom: 0;
}

.section .flexible-content .content-row p:last-of-type {
  margin-bottom: 0;
}

.section .flexible-content .img-holder {
  margin-bottom: 10px;
}

.section .flexible-content h2 {
  font-size: 28px;
  font-weight: bold;
}

.section .flexible-content h3 {
  font-size: 18px;
  font-weight: bold;
  color: #474747;
  line-height: 130%;
  margin-bottom: 15px;
}

.section .flexible-content ul {
  list-style: none;
  padding-left: 0;
  margin: 0 0 20px 0;
}

.section .flexible-content ul li {
  padding: 5px 0 5px 30px;
}

.section .flexible-content ul li::before {
  content: '\f111';
  font-family: "Font Awesome 5 Free";
  color: #38807B;
  display: inline-block;
  font-size: 12px;
  margin-left: -30px;
  padding-right: 16px;
  font-weight: 500;
}

.section .flexible-content .cta--inline {
  margin-right: 20px;
}

.section .flexible-content .table-content {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}

.section .flexible-content .table-content::-webkit-scrollbar {
  width: 1em;
  margin-top: 5px;
}

.section .flexible-content .table-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}

.section .flexible-content .table-content::-webkit-scrollbar-thumb {
  background-color: #005291;
  outline: 1px solid slategrey;
  border-radius: 8px;
}

.section .flexible-content .table-content table {
  width: 100%;
}

.section .flexible-content .table-content table caption {
  text-align: left;
  margin-bottom: 10px;
}

.section .flexible-content .table-content table caption h2 {
  margin: 0 0 10px 0;
}

.section .flexible-content .table-content table caption span {
  font-size: 17px;
  color: #333;
}

.section .flexible-content .table-content thead {
  background: #005291;
}

.section .flexible-content .table-content tr:nth-of-type(even) {
  background-color: #f7f7f7;
}

.section .flexible-content .table-content td, .section .flexible-content .table-content th {
  text-align: center;
  padding: 10px;
}

.section .flexible-content .table-content td:first-of-type, .section .flexible-content .table-content th:first-of-type {
  text-align: left;
  padding-left: 20px;
}

.section .flexible-content .table-content th {
  color: #fff;
}

.section .flexible-content .table-content td {
  font-weight: bold;
  color: #005291;
}

.section .flexible-content .table-content .not-available {
  color: #666;
  font-weight: normal;
}

.section .flexible-content .quote-content blockquote {
  position: relative;
  border: 0;
  font-size: 30px;
  font-weight: 600;
  font-style: italic;
  color: #005291;
  line-height: 130%;
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .section .flexible-content .quote-content blockquote {
    padding: 10px 40px;
  }
}

.section .flexible-content .quote-content blockquote small {
  font-size: 24px;
  text-align: right;
  margin-top: 20px;
}

.section .flexible-content .quote-content blockquote::before, .section .flexible-content .quote-content blockquote::after {
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  color: #38807B;
  position: absolute;
  font-weight: 900;
}

.section .flexible-content .quote-content blockquote::before {
  content: '\f10d';
  top: 0;
  left: -30px;
}

@media screen and (max-width: 991px) {
  .section .flexible-content .quote-content blockquote::before {
    left: 0;
  }
}

.section .flexible-content .quote-content blockquote::after {
  content: '\f10e';
  bottom: 60px;
  right: -30px;
}

@media screen and (max-width: 991px) {
  .section .flexible-content .quote-content blockquote::after {
    right: 0;
  }
}

.section .icon_list_custom_icon {
  color: #38807B;
  font-weight: 500;
  padding-right: 15px;
  font-size: 21px;
}

.section .icon_list_custom {
  display: -ms-flexbox;
  display: flex;
}

.hero-announcement .slider-container {
  position: relative;
  max-width: 640px;
  margin: 0 auto;
}

.hero-announcement .slideshow {
  max-width: 640px;
  margin: 0 auto;
  background-color: rgba(252, 252, 252, 0.96);
  padding: 40px 40px 70px 40px;
  box-sizing: border-box;
  position: relative;
}

.hero-announcement .slideshow button {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
}

.hero-announcement .slideshow::after {
  content: '\f077';
  position: absolute;
  top: 30px;
  right: 30px;
  color: #d8d8d8;
  font-weight: 900;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  font-family: "Font Awesome 5 Free";
  font-size: 40px;
}

.hero-announcement .slideshow .slide h2 {
  margin-top: 0;
  font-weight: 700;
}

.hero-announcement .slideshow .slick-dots {
  position: absolute;
  right: 30px;
  bottom: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0;
}

.hero-announcement .slideshow .slick-dots li {
  font-size: 0;
  list-style: none;
  height: 8px;
  width: 8px;
  border-radius: 4px;
  background: #757575;
  color: #fff;
  margin: 5px;
}

.hero-announcement .slideshow .slick-dots li.slick-active {
  height: 14px;
  width: 14px;
  border-radius: 7px;
  background: #005291;
}

.hero-announcement .slideshow-controls {
  position: absolute;
  bottom: 10px;
  left: 30px;
}

.hero-announcement .slideshow-controls .slick-pause {
  color: #005291;
  background: none;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  vertical-align: bottom;
}

.hero-announcement .slideshow-controls .slick-pause::before {
  content: '\f04c';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  vertical-align: bottom;
}

.hero-announcement .slideshow-controls .slick-pause:focus, .hero-announcement .slideshow-controls .slick-pause:hover {
  color: #005291;
}

.hero-announcement .slideshow-controls .slick-pause.paused::before {
  content: '\f04b';
}

.hero-announcement .slideshow-controls .slick-arrow {
  background: none;
  border: none;
  -webkit-appearance: none;
  appearance: none;
}

.hero-announcement .slideshow-controls .slick-arrow.slick-prev {
  font-size: 0;
}

.hero-announcement .slideshow-controls .slick-arrow.slick-prev::after {
  content: '\f053';
  font-size: 28px;
  font-weight: 900;
  color: #005291;
  font-family: "Font Awesome 5 Free";
  vertical-align: bottom;
}

.hero-announcement .slideshow-controls .slick-arrow.slick-next {
  font-size: 0;
}

.hero-announcement .slideshow-controls .slick-arrow.slick-next::after {
  content: '\f054';
  font-weight: 900;
  font-size: 28px;
  color: #005291;
  font-family: "Font Awesome 5 Free";
  vertical-align: bottom;
}

.about-section .section--content > .container > .row, .about-section .section--content > .woocommerce.columns-4 > .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

@media screen and (max-width: 991px) {
  .about-section .section--content > .container > .row, .about-section .section--content > .woocommerce.columns-4 > .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}

.about-section .section--content > .container > .row::before, .about-section .section--content > .woocommerce.columns-4 > .row::before {
  display: none;
}

.about-section .section--content > .container > .row::after, .about-section .section--content > .woocommerce.columns-4 > .row::after {
  display: none;
}

.about-section .left-column {
  width: auto !important;
}

.about-section .left-column .content-row {
  text-align: right;
  padding-right: 50px;
}

@media screen and (max-width: 991px) {
  .about-section .left-column .content-row {
    padding-right: 0;
  }
}

.about-section .left-column .content-row .img-holder {
  border: solid 3px #eed86c;
  display: inline-block;
  width: auto;
  margin-bottom: 0;
  position: relative;
  top: 15px;
}

.about-section .left-column .content-row .img-holder img {
  box-shadow: 0 18px 13px -13px rgba(0, 0, 0, 0.4);
  position: relative;
  top: -15px;
  right: -15px;
  max-width: 100%;
  width: calc(438 * .6px);
  height: calc(489 * .6px);
}

@media screen and (max-width: 340px) {
  .about-section .left-column .content-row .img-holder img {
    width: 100%;
    height: auto;
  }
}

.about-section .right-column h2 {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: bold;
}

.about-section .right-column .cta, .about-section .right-column #gform_5 .gform_footer .gform_button, #gform_5 .gform_footer .about-section .right-column .gform_button, .about-section .right-column #gform_8 .gform_footer .gform_button, #gform_8 .gform_footer .about-section .right-column .gform_button, .about-section .right-column .post-type-archive-kids-tag-art #tag-form input[type="submit"], .post-type-archive-kids-tag-art #tag-form .about-section .right-column input[type="submit"] {
  margin: 10px 0;
  display: inline-block;
}

.quick-services-section {
  padding: 50px 0 70px 0;
  background: #005291;
}

.quick-services-section .section--content > .container > .row, .quick-services-section .section--content > .woocommerce.columns-4 > .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  margin-top: -20px;
  margin-bottom: -20px;
}

.quick-services-section .section--header {
  color: #fff;
}

.quick-services-section .col {
  text-align: center;
  margin: 20px 0;
}

.quick-services-section .col .cta, .quick-services-section .col #gform_5 .gform_footer .gform_button, #gform_5 .gform_footer .quick-services-section .col .gform_button, .quick-services-section .col #gform_8 .gform_footer .gform_button, #gform_8 .gform_footer .quick-services-section .col .gform_button, .quick-services-section .col .post-type-archive-kids-tag-art #tag-form input[type="submit"], .post-type-archive-kids-tag-art #tag-form .quick-services-section .col input[type="submit"] {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 15px;
  padding: 10px 5px;
  width: 100%;
  margin-top: 20px;
}

.quick-services-section .flexible-content {
  background: #fff;
  padding: 30px;
}

.quick-services-section .flexible-content .img-holder {
  text-align: center;
  height: 50px;
  margin-bottom: 30px;
}

.quick-services-section .flexible-content .img-holder img {
  height: 100%;
  width: auto;
}

.quick-services-section .flexible-content h2 {
  font-size: 24px;
  font-weight: bold;
}

.quick-services-section .flexible-content h3 {
  font-size: 18px;
}

.records-search-section {
  height: 500px;
  padding: 0;
  margin: 75px 0 50px 0;
}

.records-search-section a {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .records-search-section {
    margin: 80px 0;
    height: auto;
  }
}

.records-search-section .section--header {
  padding: 0 0 60px 0;
}

@media screen and (max-width: 767px) {
  .records-search-section .section--header {
    margin-top: 0;
    padding: 30px 0 30px 0;
  }
}

.records-search-section .bg-image {
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .records-search-section .bg-image {
    background-size: 100px auto;
    background-position: 15% 0;
  }
}

@media screen and (max-width: 480px) {
  .records-search-section .bg-image {
    background-position: 0 0;
  }
}

.records-search-section .cta--primary, .records-search-section .gform_wrapper input[type=submit], .gform_wrapper .records-search-section input[type=submit], .records-search-section #gform_5 .gform_footer .gform_button, #gform_5 .gform_footer .records-search-section .gform_button, .records-search-section #gform_8 .gform_footer .gform_button, #gform_8 .gform_footer .records-search-section .gform_button, .records-search-section #dropdown-mini-cart .buttons a.button, #dropdown-mini-cart .buttons .records-search-section a.button {
  display: block;
  width: 100%;
}

.records-search-section .records-search--list {
  padding: 0;
  list-style: none;
  max-width: 1000px;
  margin: 0 auto;
}

.records-search-section .records-search--item {
  box-sizing: border-box;
  margin: 0 0 25px 0;
}

.records-search-section .records-search--item:nth-of-type(odd) {
  float: left;
  padding-right: 75px;
}

@media screen and (max-width: 767px) {
  .records-search-section .records-search--item:nth-of-type(odd) {
    padding-right: 15px;
  }
}

@media screen and (max-width: 480px) {
  .records-search-section .records-search--item:nth-of-type(odd) {
    padding-left: 0;
    padding-right: 0;
  }
}

.records-search-section .records-search--item:nth-of-type(even) {
  float: right;
  padding-left: 75px;
}

@media screen and (max-width: 767px) {
  .records-search-section .records-search--item:nth-of-type(even) {
    padding-left: 15px;
  }
}

@media screen and (max-width: 480px) {
  .records-search-section .records-search--item:nth-of-type(even) {
    padding-left: 0;
    padding-right: 0;
  }
}

.news-section {
  padding: 60px 0;
}

.news-section#latest-news {
  background: #005291;
}

.news-section .section--header {
  color: #fff;
}

.news-section .section--content > .container > .row, .news-section .section--content > .woocommerce.columns-4 > .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -20px;
  margin-bottom: -20px;
}

.news-section .news-item {
  margin: 20px 0;
}

.news-section .news-item .article-card {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: top;
      align-items: top;
}

.news-section .news-item h2 {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.1px;
  color: #474747;
}

.news-section .news-item h2, .news-section .news-item p {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-item-align: top;
      -ms-grid-row-align: top;
      align-self: top;
}

.news-section .news-item .cta, .news-section .news-item #gform_5 .gform_footer .gform_button, #gform_5 .gform_footer .news-section .news-item .gform_button, .news-section .news-item #gform_8 .gform_footer .gform_button, #gform_8 .gform_footer .news-section .news-item .gform_button, .news-section .news-item .post-type-archive-kids-tag-art #tag-form input[type="submit"], .post-type-archive-kids-tag-art #tag-form .news-section .news-item input[type="submit"] {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.news-section .cta, .news-section #gform_5 .gform_footer .gform_button, #gform_5 .gform_footer .news-section .gform_button, .news-section #gform_8 .gform_footer .gform_button, #gform_8 .gform_footer .news-section .gform_button, .news-section .post-type-archive-kids-tag-art #tag-form input[type="submit"], .post-type-archive-kids-tag-art #tag-form .news-section input[type="submit"] {
  display: inline-block;
  background: #fff;
  color: #38807B;
}

.testimonials-section {
  padding-bottom: 0;
}

.testimonials-section .section--content > .container > .row, .testimonials-section .section--content > .woocommerce.columns-4 > .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -20px;
  margin-bottom: -20px;
}

.testimonials-section .col {
  margin-top: 20px;
  margin-bottom: 20px;
}

.testimonials-section .article-card {
  height: 100%;
  display: block;
  box-shadow: none;
  border: solid 2px #005291;
}

.testimonials-section .testimonial {
  position: relative;
}

@media screen and (max-width: 991px) {
  .testimonials-section .testimonial {
    width: 100%;
  }
}

.testimonials-section .testimonial::before {
  content: '\f10e';
  display: block;
  position: absolute;
  top: 30px;
  right: 40px;
  color: #38807B;
  font-size: 30px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.testimonials-section .testimonial--img {
  width: 90px;
  height: 90px;
  border-radius: 45px;
  overflow: hidden;
  display: block;
}

.testimonials-section .testimonial--img img {
  height: 100%;
  width: 100%;
}

.testimonials-section .testimonial h2, .testimonials-section .testimonial p {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -ms-flex-positive: 0;
      flex-grow: 0;
}

.testimonials-section .testimonial h2 {
  font-size: 20px;
}

.testimonials-section hr {
  border-top: solid 2px #005291;
  margin: 80px -30px 0 -30px;
}

@media screen and (max-width: 767px) {
  .testimonials-section hr {
    margin: 60px 0;
  }
}

.accordion-section .accordion, .cpt-accordion .accordion {
  list-style: none;
  padding: 0;
}

.accordion-section .accordion h3, .cpt-accordion .accordion h3 {
  pointer-events: none;
}

.accordion-section .accordion--row, .cpt-accordion .accordion--row {
  position: relative;
  border-bottom: solid #e3e3e3 1px;
  padding: 30px 30px 10px 20px;
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  .accordion-section .accordion--row, .cpt-accordion .accordion--row {
    padding: 30px 0 10px 0;
  }
}

.accordion-section .accordion--row h3, .cpt-accordion .accordion--row h3 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
  padding-right: 20px;
  line-height: 130%;
}

@media screen and (max-width: 480px) {
  .accordion-section .accordion--row h3, .cpt-accordion .accordion--row h3 {
    padding-left: 10px;
  }
}

.accordion-section .accordion--row .accordion--content, .cpt-accordion .accordion--row .accordion--content {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s;
  visibility: hidden;
  cursor: unset;
}

.accordion-section .accordion--row .accordion--content .accordion, .cpt-accordion .accordion--row .accordion--content .accordion {
  margin: 10px;
}

.accordion-section .accordion--row .accordion--content ul li, .cpt-accordion .accordion--row .accordion--content ul li {
  padding: 5px 0 5px 20px;
  list-style: none;
}

@media screen and (max-width: 480px) {
  .accordion-section .accordion--row .accordion--content ul li, .cpt-accordion .accordion--row .accordion--content ul li {
    padding: 5px 0 5px 10px;
  }
}

.accordion-section .accordion--row .accordion--content ul li:not(.accordion--row)::before, .cpt-accordion .accordion--row .accordion--content ul li:not(.accordion--row)::before {
  content: '\f111';
  font-family: "Font Awesome 5 Free";
  color: #38807B;
  display: inline-block;
  font-size: 12px;
  margin-left: -30px;
  padding-right: 16px;
  font-weight: 400;
}

.accordion-section .accordion--row .accordion--content .post-row, .cpt-accordion .accordion--row .accordion--content .post-row {
  list-style: none;
  border-bottom: solid #e3e3e3 1px;
}

.accordion-section .accordion--row .accordion--content .post-row::before, .accordion-section .accordion--row .accordion--content .post-row::after, .cpt-accordion .accordion--row .accordion--content .post-row::before, .cpt-accordion .accordion--row .accordion--content .post-row::after {
  display: none !important;
}

.accordion-section .accordion--row .accordion--content .post-row article.form-item, .cpt-accordion .accordion--row .accordion--content .post-row article.form-item {
  padding: 10px 0;
}

.accordion-section .accordion--row .accordion--content .post-row article.form-item .form--file-url, .cpt-accordion .accordion--row .accordion--content .post-row article.form-item .form--file-url {
  color: #666;
}

.accordion-section .accordion--row .accordion--content .post-row article.form-item p, .cpt-accordion .accordion--row .accordion--content .post-row article.form-item p {
  margin: 0;
}

.accordion-section .accordion--row .accordion--content .post-row:last-of-type, .cpt-accordion .accordion--row .accordion--content .post-row:last-of-type {
  border-bottom: none;
}

.accordion-section .accordion--row .accordion--content .accordion--sub-row, .cpt-accordion .accordion--row .accordion--content .accordion--sub-row {
  position: relative;
  border-bottom: solid #e3e3e3 1px;
  padding: 30px 30px 10px 20px;
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  .accordion-section .accordion--row .accordion--content .accordion--sub-row, .cpt-accordion .accordion--row .accordion--content .accordion--sub-row {
    padding: 30px 0 10px 0;
  }
}

.accordion-section .accordion--row .accordion--content .accordion--sub-row h3, .cpt-accordion .accordion--row .accordion--content .accordion--sub-row h3 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
  padding-left: 50px;
}

@media screen and (max-width: 480px) {
  .accordion-section .accordion--row .accordion--content .accordion--sub-row h3, .cpt-accordion .accordion--row .accordion--content .accordion--sub-row h3 {
    padding-left: 40px;
  }
}

.accordion-section .accordion--row .accordion--content .accordion--sub-row .accordion--sub-row-content, .cpt-accordion .accordion--row .accordion--content .accordion--sub-row .accordion--sub-row-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s;
  visibility: hidden;
}

.accordion-section .accordion--row .accordion--content .accordion--sub-row::after, .cpt-accordion .accordion--row .accordion--content .accordion--sub-row::after {
  content: '\f067';
  font-family: "Font Awesome 5 Free";
  font-size: 30px;
  color: #005291;
  position: absolute;
  left: 15px;
  top: 30px;
  font-weight: 900;
}

@media screen and (max-width: 480px) {
  .accordion-section .accordion--row .accordion--content .accordion--sub-row::after, .cpt-accordion .accordion--row .accordion--content .accordion--sub-row::after {
    left: 5px;
  }
}

.accordion-section .accordion--row .accordion--content .accordion--sub-row.accordion--open, .cpt-accordion .accordion--row .accordion--content .accordion--sub-row.accordion--open {
  cursor: initial;
}

.accordion-section .accordion--row .accordion--content .accordion--sub-row.accordion--open > h3, .cpt-accordion .accordion--row .accordion--content .accordion--sub-row.accordion--open > h3 {
  cursor: pointer;
}

.accordion-section .accordion--row .accordion--content .accordion--sub-row.accordion--open > .accordion--content, .cpt-accordion .accordion--row .accordion--content .accordion--sub-row.accordion--open > .accordion--content {
  visibility: visible;
  max-height: 100%;
}

.accordion-section .accordion--row .accordion--content .accordion--sub-row.accordion--open::after, .cpt-accordion .accordion--row .accordion--content .accordion--sub-row.accordion--open::after {
  content: '\f068';
}

.accordion-section .accordion--row .accordion--content .accordion--sub-row:last-of-type, .cpt-accordion .accordion--row .accordion--content .accordion--sub-row:last-of-type {
  border-bottom: none;
}

.accordion-section .accordion--row::after, .cpt-accordion .accordion--row::after {
  content: '\f067';
  font-family: "Font Awesome 5 Free";
  font-size: 30px;
  color: #005291;
  position: absolute;
  right: 15px;
  top: 25px;
  font-weight: 900;
}

.accordion-section .accordion--row.accordion--open > .accordion--content, .cpt-accordion .accordion--row.accordion--open > .accordion--content {
  visibility: visible;
  max-height: 100%;
}

.accordion-section .accordion--row.accordion--open::after, .cpt-accordion .accordion--row.accordion--open::after {
  content: '\f068';
  font-weight: 900;
}

.hero-simple {
  background-color: #005291;
  padding: 0;
}

.hero-simple .bg-image {
  padding: 10em 0;
  position: relative;
}

.hero-simple .bg-image .bg-screen {
  height: 100%;
  width: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.hero-simple .section--content {
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero-simple .section--content > .container, .hero-simple .section--content > .woocommerce.columns-4 {
  height: 100%;
}

.hero-simple .section--header {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  font-size: 48px;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 480px) {
  .hero-simple .section--header {
    font-size: 32px;
  }
}

.cpt-list-section {
  background: #f7f7f7;
}

.cpt-list-section .empty-text {
  text-align: center;
  width: 100%;
  margin-top: 10px;
}

.cpt-list-section .flex-container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cpt-list-section.cpt-accordion {
  background: #ffffff;
  padding-top: 0;
}

.cpt-list-section.cpt-accordion .accordion--open {
  position: relative;
}

.cpt-list-section.cpt-accordion .accordion--open.accordion--row::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: #ebebeb;
  z-index: 0;
}

.cpt-list-section.cpt-accordion .accordion--open.accordion--row.accordion--sub-row::before {
  display: none;
}

.cpt-list-section.cpt-accordion .accordion--open h3 {
  position: relative;
  z-index: 2;
  color: #005291;
  margin-bottom: 40px;
}

.cpt-list-section.cpt-accordion .file {
  font-weight: bold;
  font-size: 16px;
  text-decoration: underline;
}

.cpt-list-section.cpt-accordion .file-description {
  font-size: 14px;
}

.cpt-list-section .cpt-list-filter {
  width: calc(100% - 160px);
  margin: 0 80px 40px 80px;
  background: #fff;
  box-shadow: 0 2px 15px -5px rgba(0, 0, 0, 0.5);
  padding: 20px 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .cpt-list-section .cpt-list-filter {
    width: calc(100% - 40px);
    margin: 0 20px 40px 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cpt-list-section .cpt-list-filter .left-side, .cpt-list-section .cpt-list-filter .right-side {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 10px 0;
  }
}

@media screen and (max-width: 600px) {
  .cpt-list-section .cpt-list-filter {
    padding: 20px;
    margin: 0 0 20px 0;
    width: 100%;
  }
}

.cpt-list-section .cpt-list-filter .right-side {
  text-align: right;
}

@media screen and (max-width: 991px) {
  .cpt-list-section .cpt-list-filter .right-side {
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media screen and (max-width: 600px) {
  .cpt-list-section .cpt-list-filter .right-side {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cpt-list-section .cpt-list-filter .right-side label {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .cpt-list-section .cpt-list-filter .right-side button[type='submit'] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 20px 0 0 0;
  }
}

.cpt-list-section .cpt-list-filter label {
  font-size: 14px;
  font-weight: 600;
  color: #666;
}

.cpt-list-section .cpt-list-filter .select {
  position: relative;
  display: block;
}

.cpt-list-section .cpt-list-filter .select select {
  margin-left: 10px;
  box-shadow: 0 6px 12px -5px rgba(0, 0, 0, 0.2);
  background-color: #fbfbfb;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 5px 20px;
  border: none;
  border-radius: 0;
  padding-right: 40px;
}

.cpt-list-section .cpt-list-filter .select .select-mask {
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 600px) {
  .cpt-list-section .cpt-list-filter .select .select-mask {
    width: 100%;
  }
  .cpt-list-section .cpt-list-filter .select .select-mask select {
    width: 100%;
    margin-left: 0;
  }
}

.cpt-list-section .cpt-list-filter .select .select-mask::after {
  content: '\f078';
  font-family: "Font Awesome 5 Free";
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 14px;
  padding: 5px 0;
  color: #005291;
  font-weight: 900;
}

.cpt-list-section .cpt-list-filter .category-filter {
  min-width: 250px;
}

.cpt-list-section .cpt-list-filter input[type="text"] {
  margin-left: 10px;
  box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.12);
  border: none;
  padding: 5px 20px;
  min-width: 250px;
}

@media screen and (max-width: 600px) {
  .cpt-list-section .cpt-list-filter input[type="text"] {
    width: 100%;
    margin-left: 0;
  }
}

.cpt-list-section .cpt-list-filter input[type="submit"] {
  background: #005291;
  margin-left: 15px;
  padding: 5px 30px;
  color: #fff;
  border: none;
}

.cpt-list-section .cpt-list-filter.loading {
  position: relative;
  margin-bottom: 40px;
}

.cpt-list-section .cpt-list-filter.loading::after {
  content: '\f110';
  animation: loading 1.2s infinite linear;
  font-family: "Font Awesome 5 Free";
  font-size: 28px;
  line-height: 28px;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  top: calc(100% + 15px);
  font-weight: 900;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.cpt-list-section .cpt-list-filter--year {
  -ms-flex-align: center;
      align-items: center;
}

@media (max-width: 991px) {
  .cpt-list-section .cpt-list-filter--year {
    display: block;
  }
}

.cpt-list-section .cpt-list-filter--year .filter-col:first-child {
  -ms-flex: 0 0 30%;
      flex: 0 0 30%;
}

.cpt-list-section .cpt-list-filter--year .filter-col:nth-child(2) {
  -ms-flex: 0 0 15%;
      flex: 0 0 15%;
}

.cpt-list-section .cpt-list-filter--year .filter-col:nth-child(3) {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
}

@media (max-width: 991px) {
  .cpt-list-section .cpt-list-filter--year .filter-col {
    margin: 0 0 15px;
  }
}

.cpt-list-section .cpt-list-filter--year .filter-col select {
  margin-left: 0;
}

@media (max-width: 991px) {
  .cpt-list-section .cpt-list-filter--year .filter-col select {
    min-width: 0;
  }
}

.cpt-list-section .cpt-list-filter--year .filter-col input[type="text"] {
  min-width: 0;
}

@media (max-width: 767px) {
  .cpt-list-section .cpt-list-filter--year .cta--search {
    display: block;
    width: 100%;
    margin: 10px 0 0;
  }
}

.cpt-list-section .article-card {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  margin: 20px;
  width: calc((100% / 3) - 40px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .cpt-list-section .article-card {
    width: calc((100%/2) - 40px);
  }
}

@media screen and (max-width: 767px) {
  .cpt-list-section .article-card {
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 600px) {
  .cpt-list-section .article-card {
    width: 100%;
    margin: 20px 0;
  }
}

.cpt-list-section .article-card--content {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.cpt-list-section .article-card--cta {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.cpt-list-section .article-card--title {
  font-size: 18px;
  margin: 15px 0;
  font-weight: bold;
}

.cpt-list-section .article-card--title span {
  font-weight: normal;
  font-size: 14px;
}

.cpt-list-section .article-card--date {
  color: #666;
  margin: 10px 0;
  text-transform: uppercase;
}

.cpt-list-section .article-card .img-holder {
  margin: -30px -30px 0 -30px;
  overflow: hidden;
}

.cpt-list-section .article-card .img-holder img {
  width: 100%;
}

.one-column-section .one-column-content {
  max-width: 800px;
  margin: 0 auto;
  float: none;
}

.one-column-section .one-column-content .quote-content {
  position: relative;
  left: -60px;
  width: calc(100% + 120px);
}

@media screen and (max-width: 991px) {
  .one-column-section .one-column-content .quote-content {
    left: 0;
    width: 100%;
  }
}

.one-column-section.sidebar-active .one-column-content {
  float: left;
  padding-right: 80px;
}

@media screen and (max-width: 991px) {
  .one-column-section.sidebar-active .one-column-content {
    float: none;
    padding-right: 15px;
  }
}

.one-column-section.sidebar-active .one-column-content .quote-content {
  width: 100%;
}

.one-column-section.sidebar-active .one-column-sidebar {
  box-shadow: 0 18px 13px -13px rgba(0, 0, 0, 0.4);
  background-color: #f7f7f7;
  padding: 30px;
  position: relative;
}

.one-column-section.sidebar-active .one-column-sidebar::before {
  content: '';
  position: absolute;
  top: 15px;
  left: -15px;
  height: 100%;
  width: 100%;
  border: solid 3px #eed86c;
  z-index: -1;
}

.one-column-section.sidebar-active .one-column-sidebar .cta, .one-column-section.sidebar-active .one-column-sidebar #gform_5 .gform_footer .gform_button, #gform_5 .gform_footer .one-column-section.sidebar-active .one-column-sidebar .gform_button, .one-column-section.sidebar-active .one-column-sidebar #gform_8 .gform_footer .gform_button, #gform_8 .gform_footer .one-column-section.sidebar-active .one-column-sidebar .gform_button, .one-column-section.sidebar-active .one-column-sidebar .post-type-archive-kids-tag-art #tag-form input[type="submit"], .post-type-archive-kids-tag-art #tag-form .one-column-section.sidebar-active .one-column-sidebar input[type="submit"] {
  white-space: initial;
}

@media screen and (max-width: 991px) {
  .one-column-section.sidebar-active .one-column-sidebar {
    margin-top: 40px;
  }
}

.one-column-section.offset-section .one-column-content {
  margin: 0;
}

.one-column-section#procurement-overview {
  background: url(/assets/uploads/2019/01/general-template-bg-left-1.jpg) no-repeat center center;
  background-size: cover;
}

.one-column-section#vendor-guidelines .one-column-content {
  margin-left: 0;
  margin-right: 0;
}

.subpage--offset .one-column-content {
  margin: 0;
}

.quote-section blockquote {
  position: relative;
  border: 0;
  font-size: 30px;
  font-weight: 600;
  font-style: italic;
  color: #005291;
  line-height: 130%;
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .quote-section blockquote {
    padding: 10px 40px;
  }
}

.quote-section blockquote small {
  font-size: 24px;
  text-align: right;
  margin-top: 20px;
}

.quote-section blockquote::before, .quote-section blockquote::after {
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  color: #38807B;
  position: absolute;
  font-weight: 900;
}

.quote-section blockquote::before {
  content: '\f10d';
  top: 0;
  left: -30px;
}

@media screen and (max-width: 991px) {
  .quote-section blockquote::before {
    left: 0;
  }
}

.quote-section blockquote::after {
  content: '\f10e';
  bottom: 60px;
  right: -30px;
}

@media screen and (max-width: 991px) {
  .quote-section blockquote::after {
    right: 0;
  }
}

.directions-section {
  padding: 0;
}

.directions-section hr {
  border-top: solid 3px #eed86c;
  margin: 50px auto;
  width: calc(100% - 120px);
}

@media screen and (max-width: 767px) {
  .directions-section hr {
    width: calc(100% - 40px);
  }
}

.directions-section iframe {
  width: 100%;
  box-shadow: 0 18px 13px -13px rgba(0, 0, 0, 0.4);
}

.single article.hentry {
  padding: 50px 0;
}

.single article.hentry header {
  padding-bottom: 10px;
}

.single article.hentry header .top-notice {
  font-size: 14px;
}

.single article.hentry header .top-notice strong {
  font-size: 16px;
}

.single article.hentry header h1 {
  border-bottom: 0;
  color: #474747;
  font-weight: bold;
  font-size: 22px;
  padding-bottom: 0;
}

.single article.hentry header h2 {
  font-size: 18px;
  font-weight: bold;
  color: #4a4a4a;
}

@media screen and (max-width: 991px) {
  .middle-column, .right-column {
    margin-top: 60px;
  }
}

.link-bar {
  box-shadow: 0 18px 13px -13px rgba(0, 0, 0, 0.4);
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.link-bar--title {
  font-weight: bold;
}

.link-bar nav {
  display: inline-block;
  padding: 0 20px;
}

@media screen and (max-width: 480px) {
  .link-bar nav {
    padding: 0;
  }
}

.link-bar nav a {
  margin: 10px;
}

@media screen and (max-width: 480px) {
  .link-bar nav a {
    width: 100%;
    margin: 10px 0;
  }
}

.link-section .link-section-holder {
  margin-bottom: -55px;
}

.link-section .link-section-holder .links {
  column-gap: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

.link-section .link-section-holder .links li {
  padding: 5px 0;
}

.link-section .link-section-holder .links .cta, .link-section .link-section-holder .links #gform_5 .gform_footer .gform_button, #gform_5 .gform_footer .link-section .link-section-holder .links .gform_button, .link-section .link-section-holder .links #gform_8 .gform_footer .gform_button, #gform_8 .gform_footer .link-section .link-section-holder .links .gform_button, .link-section .link-section-holder .links .post-type-archive-kids-tag-art #tag-form input[type="submit"], .post-type-archive-kids-tag-art #tag-form .link-section .link-section-holder .links input[type="submit"] {
  white-space: initial;
}

.link-section .link-section-holder .links-section-container {
  margin: 0 0 55px 0;
}

@media screen and (max-width: 767px) {
  .link-section .link-section-holder .links-section-container {
    margin: 20px 0;
    width: 100% !important;
  }
  .link-section .link-section-holder .links-section-container .links {
    columns: 1 !important;
  }
}

.link-section .link-section-holder .links-section-container h3 {
  font-weight: bold;
  margin-bottom: 20px;
}

.link-section .two-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.link-section .two-col .span-two-col {
  width: 100%;
}

.link-section .two-col .span-two-col .links {
  columns: 2;
}

.link-section .two-col .span-one-col {
  width: 50%;
}

.link-section .three-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.link-section .three-col .links-section-container.span-three-col {
  width: 100%;
}

.link-section .three-col .links-section-container.span-three-col .links {
  columns: 3;
}

.link-section .three-col .links-section-container.span-two-col {
  width: 66%;
}

.link-section .three-col .links-section-container.span-two-col .links {
  columns: 2;
}

.link-section .three-col .links-section-container.span-one-col {
  width: 33%;
}

.card-section .flex-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.card-section .article-card {
  padding: 20px;
}

.card-section .article-card--content .img-holder {
  margin: -20px -20px 0 -20px;
}

.card-section .article-card--cta {
  margin-top: 15px;
}

.card-section .article-card--cta .cta, .card-section .article-card--cta #gform_5 .gform_footer .gform_button, #gform_5 .gform_footer .card-section .article-card--cta .gform_button, .card-section .article-card--cta #gform_8 .gform_footer .gform_button, #gform_8 .gform_footer .card-section .article-card--cta .gform_button, .card-section .article-card--cta .post-type-archive-kids-tag-art #tag-form input[type="submit"], .post-type-archive-kids-tag-art #tag-form .card-section .article-card--cta input[type="submit"] {
  font-size: 16px;
  white-space: initial;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.share-nav--link {
  display: inline-block;
  padding: 0 10px;
  border: solid 2px #b9b9b9;
  font-size: 16px;
  color: #474747;
  border-radius: 2px;
  margin-right: 5px;
}

.share-nav--link:hover {
  cursor: pointer;
}

.share-nav--link::after {
  padding-left: 5px;
}

.share-nav--link.facebook::after {
  content: '\f09a';
  color: #3b5998;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.share-nav--link.twitter::after {
  content: '\f099';
  color: #0084b4;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.share-nav #copy-url {
  width: 100%;
  position: absolute;
  left: -999999px;
  font-size: 12px;
  border: none;
  height: 30px;
  width: 100%;
  resize: none;
}

.three-column-section {
  text-align: center;
}

.three-column-section .flexible-content .img-holder img {
  max-width: 100%;
}

.three-column-section .container > .cta, .three-column-section .woocommerce.columns-4 > .cta, .three-column-section #gform_5 .gform_footer .container > .gform_button, #gform_5 .gform_footer .three-column-section .container > .gform_button, .three-column-section #gform_5 .gform_footer .woocommerce.columns-4 > .gform_button, #gform_5 .gform_footer .three-column-section .woocommerce.columns-4 > .gform_button, .three-column-section #gform_8 .gform_footer .container > .gform_button, #gform_8 .gform_footer .three-column-section .container > .gform_button, .three-column-section #gform_8 .gform_footer .woocommerce.columns-4 > .gform_button, #gform_8 .gform_footer .three-column-section .woocommerce.columns-4 > .gform_button, .three-column-section .post-type-archive-kids-tag-art #tag-form .container > input[type="submit"], .post-type-archive-kids-tag-art #tag-form .three-column-section .container > input[type="submit"], .three-column-section .post-type-archive-kids-tag-art #tag-form .woocommerce.columns-4 > input[type="submit"], .post-type-archive-kids-tag-art #tag-form .three-column-section .woocommerce.columns-4 > input[type="submit"] {
  margin-top: 40px;
}

.tile-section {
  text-align: center;
  background: url(../images/blue-section-bg.png);
  background-size: cover;
  background-position: center center;
}

.tile-section .section--header {
  color: #fff;
}

.tile-section .flexible-content {
  border-radius: 3px;
  box-shadow: 0 18px 23px -13px rgba(0, 0, 0, 0.3);
  background-color: #fcfcfc;
  padding: 30px 15px;
}

.tile-section .flexible-content .img-holder img {
  max-width: 100%;
}

.wait-times-section table {
  width: 100%;
  min-width: 800px;
}

.wait-times-section .last-updated--container {
  position: relative;
}

.wait-times-section .last-updated--container::before {
  position: absolute;
  top: 25px;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #38807B;
  z-index: -1;
}

.wait-times-section .last-updated--copy {
  color: #005291;
  text-align: center;
  background: #fff;
  width: 200px;
  margin: 0 auto 30px auto;
  font-size: 16px;
}

.wait-times-section .last-updated--copy p {
  margin-bottom: 0;
}

.wait-times-section .last-updated--time {
  text-transform: lowercase;
  font-weight: bold;
  font-size: 24px;
}

@media (min-width: 992px) {
  .two-column-section .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

.two-column-section .img-holder img {
  width: 100%;
}

.four-column-icon .icon-image {
  margin-bottom: 15px;
}

.four-column-icon .icon-image img {
  max-width: 100%;
  max-height: 120px;
  height: auto;
  object-fit: contain;
}

.four-column-icon .section--content {
  text-align: center;
}

.four-column-icon .cta, .four-column-icon #gform_5 .gform_footer .gform_button, #gform_5 .gform_footer .four-column-icon .gform_button, .four-column-icon #gform_8 .gform_footer .gform_button, #gform_8 .gform_footer .four-column-icon .gform_button, .four-column-icon .post-type-archive-kids-tag-art #tag-form input[type="submit"], .post-type-archive-kids-tag-art #tag-form .four-column-icon input[type="submit"] {
  margin-top: 40px;
}

.bg-screen {
  background: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
}

.has-bg h2, .has-bg h3, .has-bg p {
  color: #fff !important;
}

/*

  HIVE STARTER KIT Rundown
  Included is one template for the 404 page. It was created using SCSSs %placeholder
  element. This means the CSS is not compiled unless the %placeholder
  element is called.

  The template was created in ../templates/template-404
  It is imported into this file, and can be used by extending the placeholder
  element onto .not-found

  Currently there is one template:
  %404-1

*/
.not-found {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 40px 0;
}

.not-found .page-404-title {
  color: #005291;
  font-size: 120px;
  margin: 0;
}

.not-found .page-404-explain {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
}

.not-found form {
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.not-found form label span {
  display: none;
}

.not-found form input[type="search"] {
  background: #eee;
  border: 0;
  border-radius: 4px;
  font-size: 18px;
  font-weight: lighter;
  padding: 8px 12px;
}

.not-found form input[type="submit"] {
  background: #eee;
  border: 0;
  border-radius: 4px;
  font-size: 18px;
  font-weight: lighter;
  padding: 8px 12px;
}

/*

  HIVE STARTER KIT Rundown
  Included is two template headers. Headers are created using SCSS %placeholder
  elements. This means the CSS is not compiled unless the %placeholder
  element is called.

  Header templates are created in ../templates/template-header
  They are imported into this file, and can be used by extending the placeholder
  element onto .site-header

  Currently there are two templates:
  %head-1 which is a generic logo on the left, nav on the right header
  %head-2 which is a centered logo and nav

*/
.about-template {
  padding: 40px 0;
}

.about-template .top-image {
  background-position: center center;
  background-size: cover;
  border-radius: 8px;
  height: 150px;
  width: 100%;
}

.post-featured-image {
  background-position: center center;
  background-size: cover;
  margin: 30px 0;
  max-height: 600px;
  min-height: 200px;
  width: 100%;
}

.entry-meta {
  font-size: 14px;
}

@media only screen and (min-width: 480px) {
  .entry-meta {
    font-size: calc(14px + 1 * ((100vw - 480px) / 720));
  }
}

@media only screen and (min-width: 1200px) {
  .entry-meta {
    font-size: 15px;
  }
}

@media screen and (min-width: 991px) {
  .post-type-archive-location .hours-section .left-column {
    padding-right: 100px;
  }
}

.post-type-archive-location .hours-section .right-column .flexible-content {
  position: relative;
  margin-top: 20px;
  top: -20px;
  left: 20px;
  padding: 25px;
  background: #f7f7f7;
  box-shadow: 0 18px 13px -13px rgba(0, 0, 0, 0.4);
}

.post-type-archive-location .hours-section .right-column .flexible-content::before {
  content: '';
  position: absolute;
  top: 20px;
  left: -20px;
  z-index: -1;
  height: 100%;
  width: 100%;
  border: solid 3px #eed86c;
}

.post-type-archive-location .hours-section .right-column .flexible-content table {
  width: 100%;
  position: relative;
  font-size: 14px;
}

.post-type-archive-location .hours-section .right-column .flexible-content table tr td {
  padding: 4px 0;
  color: #474747;
}

@media screen and (max-width: 480px) {
  .post-type-archive-location .hours-section .right-column .flexible-content table tr td {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .post-type-archive-location .hours-section .right-column .flexible-content table tr td:first-of-type {
    padding-bottom: 0;
    font-weight: bold;
  }
}

.post-type-archive-location .hours-section .right-column .flexible-content table tr td:last-of-type {
  text-align: right;
}

@media screen and (max-width: 480px) {
  .post-type-archive-location .hours-section .right-column .flexible-content table tr td:last-of-type {
    text-align: left;
    padding-top: 0;
    padding-bottom: 8px;
    line-height: 70%;
  }
}

@media screen and (max-width: 480px) {
  .post-type-archive-location .hours-section .right-column .flexible-content table tr th {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .post-type-archive-location .hours-section .right-column .flexible-content table tr th:first-of-type {
    padding-bottom: 5px;
  }
}

.post-type-archive-location .hours-section .right-column .flexible-content table tr th:last-of-type {
  text-align: right;
}

@media screen and (max-width: 480px) {
  .post-type-archive-location .hours-section .right-column .flexible-content table tr th:last-of-type {
    text-align: left;
    padding-top: 0;
    line-height: 70%;
    padding-left: 20px;
  }
}

@media screen and (min-width: 991px) {
  .post-type-archive-location .road-test-section .left-column {
    padding-right: 100px;
  }
}

.post-type-archive-location .road-test-section .right-column .flexible-content {
  margin-top: 40px;
}

.post-type-archive-location .road-test-section .right-column .flexible-content .cta, .post-type-archive-location .road-test-section .right-column .flexible-content #gform_5 .gform_footer .gform_button, #gform_5 .gform_footer .post-type-archive-location .road-test-section .right-column .flexible-content .gform_button, .post-type-archive-location .road-test-section .right-column .flexible-content #gform_8 .gform_footer .gform_button, #gform_8 .gform_footer .post-type-archive-location .road-test-section .right-column .flexible-content .gform_button, .post-type-archive-location .road-test-section .right-column .flexible-content .post-type-archive-kids-tag-art #tag-form input[type="submit"], .post-type-archive-kids-tag-art #tag-form .post-type-archive-location .road-test-section .right-column .flexible-content input[type="submit"] {
  margin-top: 20px;
}

.post-type-archive-location .article-card .img-holder {
  height: 190px;
  overflow: hidden;
}

.post-type-archive-location .article-card .img-holder img {
  min-height: 100%;
  min-width: 100%;
  max-width: unset;
  width: 100%;
  height: auto;
  position: relative;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
}

.post-type-archive-location .article-card__sub-text {
  margin-top: -20px;
  font-size: 15px;
  display: block;
}

.single-location .hours-section {
  padding-bottom: 20px;
}

.single-location .hours-section .section--content {
  padding-top: 34px;
}

.single-location .hours-section .left-column .content-row:first-of-type h2 {
  margin-top: -34px;
}

.single-location .hours-section .left-column li::before {
  content: '\f3c5';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 21px;
  padding-right: 17px;
}

.single-location .hours-section .right-column li::before {
  content: '\f017';
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  font-size: 18px;
  padding-right: 15px;
}

.single-location .wait-times-section {
  padding: 20px 0 60px 0;
}

.single-location .wait-times-section .cta--primary, .single-location .wait-times-section .gform_wrapper input[type=submit], .gform_wrapper .single-location .wait-times-section input[type=submit], .single-location .wait-times-section #gform_5 .gform_footer .gform_button, #gform_5 .gform_footer .single-location .wait-times-section .gform_button, .single-location .wait-times-section #gform_8 .gform_footer .gform_button, #gform_8 .gform_footer .single-location .wait-times-section .gform_button, .single-location .wait-times-section #dropdown-mini-cart .buttons a.button, #dropdown-mini-cart .buttons .single-location .wait-times-section a.button {
  margin-top: 40px;
}

.page-template-about-page .values-section {
  background: #f7f7f7;
  padding: 55px 0;
}

.page-template-about-page .values-section .flexible-content h2 {
  font-size: 22px;
}

.page-template-about-page .values-section .left-column {
  padding-right: 120px;
}

@media screen and (max-width: 991px) {
  .page-template-about-page .values-section .left-column {
    padding: 0 15px;
  }
}

.page-template-about-page .values-section .middle-column {
  padding-left: 60px;
  padding-right: 60px;
}

@media screen and (max-width: 991px) {
  .page-template-about-page .values-section .middle-column {
    padding: 0 15px;
  }
}

.page-template-about-page .values-section .right-column {
  padding-left: 120px;
}

@media screen and (max-width: 991px) {
  .page-template-about-page .values-section .right-column {
    padding: 0 15px;
  }
}

.page-template-about-page .staff-copy-section {
  padding: 0 0 50px 0;
}

.page-template-about-page .cpt-list-section .flex-container {
  -ms-flex-pack: center;
      justify-content: center;
}

.page-template-about-page .cpt-list-section .article-card {
  margin: 20px;
  width: calc((100% / 4) - 40px);
}

@media screen and (max-width: 767px) {
  .page-template-about-page .cpt-list-section .article-card {
    width: 320px;
  }
}

.page-template-about-page .cpt-list-section .article-card--title {
  line-height: 115%;
}

.page-template-about-page .cpt-list-section .article-card .img-holder {
  height: 274px;
  overflow: hidden;
}

.page-template-about-page .cpt-list-section .article-card .img-holder img {
  min-height: 100%;
  min-width: 100%;
  max-width: unset;
  width: 100%;
  height: auto;
  position: relative;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
}

.single-staff .site-main {
  min-height: 600px;
}

.single-staff .subpage--offset {
  position: relative;
  padding-top: 40px;
}

.single-staff .subpage--offset .section--content > .container, .single-staff .subpage--offset .section--content > .woocommerce.columns-4 {
  padding-left: 400px;
}

@media screen and (max-width: 991px) {
  .single-staff .subpage--offset .section--content > .container, .single-staff .subpage--offset .section--content > .woocommerce.columns-4 {
    padding-left: 200px;
  }
}

@media screen and (max-width: 767px) {
  .single-staff .subpage--offset .section--content > .container, .single-staff .subpage--offset .section--content > .woocommerce.columns-4 {
    padding-left: 15px;
  }
}

.single-staff .subpage--offset > .container, .single-staff .subpage--offset > .woocommerce.columns-4 {
  padding-left: 400px;
}

@media screen and (max-width: 991px) {
  .single-staff .subpage--offset > .container, .single-staff .subpage--offset > .woocommerce.columns-4 {
    padding-left: 200px;
  }
}

@media screen and (max-width: 767px) {
  .single-staff .subpage--offset > .container, .single-staff .subpage--offset > .woocommerce.columns-4 {
    padding-left: 15px;
  }
}

.single-staff .subpage--offset .img-holder {
  position: absolute;
  left: 0;
  top: 60px;
  border: solid 3px #38807B;
}

@media screen and (max-width: 767px) {
  .single-staff .subpage--offset .img-holder {
    position: relative;
    display: inline-block;
    top: 0;
    left: 0;
    margin-top: 60px;
  }
}

.single-staff .subpage--offset .img-holder img {
  position: relative;
  max-width: 320px;
  top: -20px;
  right: -20px;
  box-shadow: 0 18px 13px -13px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 991px) {
  .single-staff .subpage--offset .img-holder img {
    max-width: 150px;
  }
}

@media screen and (max-width: 767px) {
  .single-staff .subpage--offset .img-holder img {
    max-width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .single-staff .subpage--offset .staff-about-section {
    padding-top: 40px;
  }
}

.single-staff .staff-accordion-section {
  background-color: #f7f7f7;
}

.single-staff .staff-accordion-section .accordion--row:last-of-type {
  border-bottom: none;
}

.single-staff .section--header {
  padding: 0;
}

.single-staff .section__person-title {
  display: block;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
}

.post-type-archive-news .about-news-section {
  padding: 40px 0 60px 0;
}

@media screen and (max-width: 991px) {
  .post-type-archive-news .about-news-section .section--content > .container > .row, .post-type-archive-news .about-news-section .section--content > .woocommerce.columns-4 > .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}

@media screen and (min-width: 1200px) {
  .post-type-archive-news .about-news-section .left-column {
    padding-right: 100px;
  }
}

.post-type-archive-news .about-news-section .left-column .cta--inline:first-of-type {
  margin-right: 40px;
}

.post-type-archive-news .about-news-section .right-column .img-holder img {
  max-width: 100%;
  display: block;
  margin: 50px auto 0 auto;
}

@media screen and (max-width: 991px) {
  .post-type-archive-news .about-news-section .right-column .img-holder img {
    width: 100%;
    max-width: 250px;
    margin: 20px 0;
  }
}

.post-type-archive-news .article-card {
  font-size: 16px;
  display: block;
  color: initial;
}

.post-type-archive-news .article-card:hover, .post-type-archive-news .article-card:focus {
  text-decoration: none;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
}

.post-type-archive-news .article-card:hover .cta, .post-type-archive-news .article-card:hover #gform_5 .gform_footer .gform_button, #gform_5 .gform_footer .post-type-archive-news .article-card:hover .gform_button, .post-type-archive-news .article-card:hover #gform_8 .gform_footer .gform_button, #gform_8 .gform_footer .post-type-archive-news .article-card:hover .gform_button, .post-type-archive-news .article-card:hover .post-type-archive-kids-tag-art #tag-form input[type="submit"], .post-type-archive-kids-tag-art #tag-form .post-type-archive-news .article-card:hover input[type="submit"], .post-type-archive-news .article-card:focus .cta, .post-type-archive-news .article-card:focus #gform_5 .gform_footer .gform_button, #gform_5 .gform_footer .post-type-archive-news .article-card:focus .gform_button, .post-type-archive-news .article-card:focus #gform_8 .gform_footer .gform_button, #gform_8 .gform_footer .post-type-archive-news .article-card:focus .gform_button, .post-type-archive-news .article-card:focus .post-type-archive-kids-tag-art #tag-form input[type="submit"], .post-type-archive-kids-tag-art #tag-form .post-type-archive-news .article-card:focus input[type="submit"] {
  text-decoration: underline;
}

.post-type-archive-news .article-card--title {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.1px;
  color: #005291;
}

.page-template-hunting-license .hunting-links-section h2 {
  margin-bottom: 35px;
}

.page-template-hunting-license .hunting-links-section .cta--text-block {
  margin: 10px 0;
}

.page-template-real-estate-tax .section--header {
  text-align: left;
}

.search.search-results .site-main {
  margin-bottom: 40px;
}

.search.search-results .site-main .pagination {
  margin-bottom: 20px;
}

.search.search-results .site-main article {
  padding: 20px;
}

.search.search-results .site-main article h2 {
  font-size: 21px;
}

.search.search-results .site-main article h3 {
  font-size: 16px;
  color: #666;
  text-transform: capitalize;
}

.search.search-results .site-main article:nth-of-type(even) {
  background: #f7f7f7;
}

.d-flex {
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.align-items-center {
  -ms-flex-align: center;
      align-items: center;
}

.justify-content-center {
  -ms-flex-pack: center;
      justify-content: center;
}

.post-type-archive-kids-tag-art select {
  padding: 10px;
  width: 50%;
  background: #fff;
  border: 1px solid #005291;
  border-radius: 5px;
}

.post-type-archive-kids-tag-art .page-title {
  margin-top: 60px;
}

.post-type-archive-kids-tag-art .form-group {
  text-align: center;
}

.post-type-archive-kids-tag-art .form-group:not(:first-of-type) {
  margin-top: 20px;
}

.post-type-archive-kids-tag-art #kta-app .store-wrapper {
  background: #fafafa;
  padding: 40px;
  border: 5px solid #38807B;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.post-type-archive-kids-tag-art #tag-form {
  text-align: center;
}

.post-type-archive-kids-tag-art #tag-form input[type="submit"] {
  margin-top: 40px;
  border: 0;
}

.post-type-archive-kids-tag-art .tag-art__image {
  text-align: center;
}

.post-type-archive-kids-tag-art .tag-art__total-price {
  margin-top: 20px;
  text-align: right;
}

.post-type-archive-kids-tag-art .product-buttons input[type="submit"] {
  position: relative;
  background: #4aa9a7;
  color: #fff;
  box-shadow: 0 18px 13px -13px rgba(0, 0, 0, 0.4);
  padding: 10px 24px;
  text-align: center;
  outline-offset: 0;
  margin-left: 7px;
  border: 0;
  font-weight: bold;
}

.post-type-archive-kids-tag-art .product-buttons input[type="submit"]:hover {
  box-shadow: 0 18px 13px -13px rgba(0, 0, 0, 0.8);
}

.post-type-archive-kids-tag-art .product-buttons .cta:after, .post-type-archive-kids-tag-art .product-buttons #gform_5 .gform_footer .gform_button:after, #gform_5 .gform_footer .post-type-archive-kids-tag-art .product-buttons .gform_button:after, .post-type-archive-kids-tag-art .product-buttons #gform_8 .gform_footer .gform_button:after, #gform_8 .gform_footer .post-type-archive-kids-tag-art .product-buttons .gform_button:after, .post-type-archive-kids-tag-art .product-buttons #tag-form input[type="submit"]:after, .post-type-archive-kids-tag-art #tag-form .product-buttons input[type="submit"]:after {
  display: none;
}

.product-table {
  width: 100%;
  margin-top: 40px;
}

.product-table th {
  background: #005291;
  color: #fff;
}

.product-table td {
  padding: 7px;
}

.product-table td:not(:first-child) {
  text-align: center;
}

.product-table tr:nth-of-type(odd) {
  background: #f0f0f0;
}

.product-table .qty-btn {
  border-radius: 100%;
  width: 24px;
  height: 24px;
  line-height: 1;
  background: #38807B;
  color: #fff;
  border: 0;
  margin: 0 3px;
  float: right;
}

.product-table.order-details .tag-art-details {
  padding: 20px;
}

.product-table.order-details .tag-art-details img {
  max-width: 350px;
}

.product-table.order-details td:not(:first-child) {
  text-align: right;
}

.product-table.order-details td {
  width: 50%;
}

.payment-info {
  margin-top: 20px;
  background: #fafafa;
  padding: 40px;
  border: 5px solid #4aa9a7;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.payment-info #submit {
  border: 0;
  margin: 40px auto 0;
}

.payment-info input {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02);
  border-radius: 5px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  padding: 5px;
  width: 100%;
}

.payment-info label {
  font-size: 15px;
}

.page-template-tag-art-winners .tag-winner {
  margin-bottom: 60px;
}

.page-template-tag-art-winners .tag-winner img {
  max-width: 100%;
  height: auto;
}

.page-template-tag-art-winners .tag-winner__title {
  color: #005291;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
}

.slideout-nav {
  background: #fff;
  height: 100vh;
  padding: 20px;
  position: fixed;
  top: 0;
  right: -70vw;
  width: 60vw;
  z-index: 70;
  transition: right 0.3s ease-out;
}

@media screen and (max-width: 480px) {
  .slideout-nav {
    right: -600px;
    width: 90%;
  }
}

.slideout-nav__inner {
  height: calc(100% - 50px);
  overflow: auto;
  box-shadow: 0 -10px 30px -25px #000 inset;
}

.slideout-nav .navicon-close {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-bottom: 10px;
}

.slideout-nav .navicon-close .fas {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 100%;
  color: #fff;
  font-size: 22px;
  padding: 7px 10px 9px;
  transition: all 150ms;
  line-height: 18px;
}

.slideout-nav .navicon-close .fas:hover {
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.slideout-nav .mobile-navigation {
  padding-bottom: 20px;
}

.slideout-nav .mobile-navigation li {
  position: relative;
}

.slideout-nav .mobile-navigation #primary-menu-mobile {
  padding-left: 30px;
}

.slideout-nav .mobile-navigation #primary-menu-mobile > li > a {
  color: #005291;
  font-weight: bold;
  display: inline-block;
}

.slideout-nav .mobile-navigation .menu-item-has-children > .expander::before {
  content: '+';
  font-size: 42px;
  font-weight: bold;
  color: #005291;
  vertical-align: middle;
  position: absolute;
  left: -30px;
  display: block;
  line-height: 25px;
  text-align: center;
}

.slideout-nav .mobile-navigation .menu-item-has-children.menu-expanded > .sub-menu {
  max-height: 1000px;
}

.slideout-nav .mobile-navigation .menu-item-has-children.menu-expanded > .expander::before {
  content: '–';
  line-height: 50%;
}

.slideout-nav .mobile-navigation .sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s;
  position: relative;
  padding-left: 30px;
}

.slideout-nav .mobile-navigation ul > li {
  display: block;
  padding: 5px 0;
}

.slideout-nav .mobile-navigation ul > li a {
  font-size: 16px;
}

.slideout-nav .mobile-navigation .sub-menu .sub-menu {
  margin-top: 5px;
  background: #f7f7f7;
  padding-left: 0;
}

.slideout-nav .mobile-navigation .sub-menu .sub-menu li {
  border-bottom: solid 2px #fff;
  padding-left: 10px;
}

.slideout-nav .quick-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 0;
}

@media screen and (max-width: 1400px) {
  .slideout-nav .quick-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.slideout-nav .quick-nav--item {
  margin: 8px;
  text-align: center;
  color: #000;
  border-radius: 3px;
  box-shadow: 0 18px 23px -22px rgba(0, 0, 0, 0.4);
  background-color: #f3f3f3;
  width: 160px;
  height: 60px;
  padding: 0 10px;
  box-sizing: border-box;
  line-height: 120%;
  font-weight: 600;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 14px;
  -ms-flex-align: center;
      align-items: center;
  text-align: left;
  padding: 0 10px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-preferred-size: calc(50% - 20px);
      flex-basis: calc(50% - 20px);
}

@media screen and (max-width: 640px) {
  .slideout-nav .quick-nav--item {
    -ms-flex-pack: left;
        justify-content: left;
    -ms-flex-preferred-size: calc(100% - 20px);
        flex-basis: calc(100% - 20px);
  }
}

.slideout-nav .quick-nav--item:focus {
  box-shadow: 0 18px 23px -22px rgba(0, 0, 0, 0.8);
}

.slideout-nav .quick-nav--item span {
  font-size: 40px;
  color: #005291;
  margin-bottom: 10px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding-right: 5px;
  margin-bottom: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.slideout-navicon {
  font-size: 36px;
}

@media (min-width: 1774px) {
  .slideout-navicon {
    display: none !important;
  }
}

.slideout-nav--open {
  right: 0;
}

.body--overflow-hide {
  overflow: hidden;
}

.body--overflow-hide .sticky-header::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 11;
}

/**************************
  VARS
**************************/
/**************************
  WP BASE BLOG STYLES
**************************/
.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

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

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

.hive-page-header a {
  color: #fff;
}

/**************************
  BLOG INDEX STYLES
**************************/
article.type-post:not(:last-of-type) {
  margin-bottom: 40px;
}

.blog-index__image {
  content: '';
  height: 350px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 150ms;
  position: relative;
}

.blog-index__image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all ease 450ms;
}

.blog-index__image:hover:before {
  background: rgba(0, 82, 145, 0.5);
}

@media (max-width: 768px) {
  .blog-index__image {
    height: 300px;
  }
}

@media (max-width: 600px) {
  .blog-index__image {
    height: 250px;
  }
}

.blog-index__meta a {
  text-decoration: none;
}

.blog-index__title {
  font-size: 24px;
  line-height: 30px;
  color: #000;
  transition: all ease 350ms;
}

@media only screen and (min-width: 480px) {
  .blog-index__title {
    font-size: calc(24px + 4 * ((100vw - 480px) / 720));
  }
}

@media only screen and (min-width: 1200px) {
  .blog-index__title {
    font-size: 28px;
  }
}

.blog-index__title:hover {
  color: #005291;
}

.blog-index__excerpt {
  font-size: 14px;
  line-height: 1.5;
}

@media only screen and (min-width: 480px) {
  .blog-index__excerpt {
    font-size: calc(14px + 2 * ((100vw - 480px) / 720));
  }
}

@media only screen and (min-width: 1200px) {
  .blog-index__excerpt {
    font-size: 16px;
  }
}

.blog-index__extra {
  font-size: 13px;
  padding: 5px 0;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  margin-top: 20px;
}

@media only screen and (min-width: 480px) {
  .blog-index__extra {
    font-size: calc(13px + 2 * ((100vw - 480px) / 720));
  }
}

@media only screen and (min-width: 1200px) {
  .blog-index__extra {
    font-size: 15px;
  }
}

.blog-index__extra a {
  color: #000;
  transition: all ease 350ms;
}

.blog-index__extra a:hover {
  color: #38807B;
}

.blog-index__read-more {
  float: right;
}

.blog-index__read-more a {
  background: #005291;
  display: inline-block;
  padding: 4px 20px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  border: 2px solid #005291;
  position: relative;
  top: -6px;
}

.blog-index__read-more a:hover {
  color: #005291;
  background: #fff;
}

/**************************
  BLOG SINGLE STYLES
**************************/
.blog-single__content {
  padding: 10px 0;
}

.blog-single__content h1 {
  color: #000;
  font-size: 28px;
}

.blog-single__content p,
.blog-single__content ul,
.blog-single__content ol {
  font-size: 18px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 480px) {
  .blog-single__content p,
  .blog-single__content ul,
  .blog-single__content ol {
    font-size: calc(18px + -1 * ((100vw - 480px) / 720));
  }
}

@media only screen and (min-width: 1200px) {
  .blog-single__content p,
  .blog-single__content ul,
  .blog-single__content ol {
    font-size: 17px;
  }
}

.blog-single__content ol li {
  margin: 20px 0;
}

.blog-single__title {
  font-size: 26px;
  color: #005291;
  margin-bottom: 10px;
  margin-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #005291;
}

@media only screen and (min-width: 480px) {
  .blog-single__title {
    font-size: calc(26px + 8 * ((100vw - 480px) / 720));
  }
}

@media only screen and (min-width: 1200px) {
  .blog-single__title {
    font-size: 34px;
  }
}

.blog-single__image {
  content: '';
  height: 350px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .blog-single__image {
    height: 300px;
  }
}

@media (max-width: 600px) {
  .blog-single__image {
    height: 250px;
  }
}

/**************************
  BLOG SIDEBAR STYLES
**************************/
.blog-sidebar {
  padding-left: 40px;
}

.blog-sidebar aside section {
  background: #fff;
  padding-top: 0px;
  padding-bottom: 30px;
  margin-top: 0 !important;
}

.blog-sidebar aside section h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  padding: 15px 0;
}

.blog-sidebar aside section ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog-sidebar aside section ul li {
  border-bottom: 1px solid #e7e7e7;
  margin: 10px 0;
}

.blog-sidebar aside section ul li a {
  color: #000;
  font-size: 15px;
  line-height: 25px;
  text-decoration: none;
  transition: all 250ms;
}

.blog-sidebar aside section ul li a:hover {
  color: #38807B;
}

/**************************
  BLOG PAGINATION STYLES
**************************/
.blog-pagination a {
  color: #3d3d3d;
}

.video-grid {
  padding-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .video-grid__item {
    margin-bottom: 30px;
  }
}

.video-grid__heading {
  color: #005291;
  font-size: 24px;
}

.video-grid .row {
  padding-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .video-grid .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
  }
}

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