/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
button, [type='button'], [type='reset'], [type='submit'] {
  appearance: none;
  background-color: black;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Overpass Mono", monospace;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, [type='button']:hover, [type='reset']:hover, [type='submit']:hover {
    background-color: black;
    color: #fff; }
  button:focus, [type='button']:focus, [type='reset']:focus, [type='submit']:focus {
    outline: 1px solid rgba(0, 0, 0, 0.6);
    outline-offset: 2px; }
  button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
      background-color: black; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

input,
select,
textarea {
  display: block;
  font-family: "Overpass Mono", monospace;
  font-size: 16px; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%; }
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
    border-color: #b1b1b1; }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
    border-color: black;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 0, 0, 0.7);
    outline: none; }
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
      border: 1px solid #ddd; }
  [type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
    color: #ebebeb; }

textarea {
  resize: vertical; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 0.75em;
  width: 100%; }

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
  outline: 1px solid rgba(0, 0, 0, 0.6);
  outline-offset: 2px; }

html {
  background-color: #fff;
  box-sizing: border-box; }

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

html,
body {
  height: 100%; }

body {
  margin: 0; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

table {
  border-collapse: collapse;
  margin: 1.5em 0;
  table-layout: fixed;
  text-align: left;
  width: 100%; }

thead {
  line-height: 1.2;
  vertical-align: bottom; }

tbody {
  vertical-align: top; }

tr {
  border-bottom: 1px solid #ddd; }

th {
  font-weight: 600; }

th,
td {
  padding: 0.75em 0.75em 0.75em 0; }

html {
  color: #ddd;
  font-family: "Overpass Mono", monospace;
  font-size: 100%;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Overpass Mono", monospace;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em;
  opacity: 1.0;
  font-size: 90%; }

a {
  color: black;
  text-decoration-skip: ink;
  transition: color 150ms ease; }
  a:hover {
    color: black; }
  a:focus {
    outline: 1px solid rgba(0, 0, 0, 0.6);
    outline-offset: 2px; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

/**
 * These values will not show up in content, but can be
 * queried by JavaScript to know which breakpoint is active.
 * Add or remove as many breakpoints as you like.
 */
body:before {
  content: "smartphone";
  display: none;
  /* Prevent from displaying. */ }

@media (min-width: 700px) {
  body:before {
    content: "tablet-portrait"; } }
@media (min-width: 901px) {
  body:before {
    content: "tablet-landscape"; } }
@media (min-width: 1201px) {
  body:before {
    content: "desktop"; } }
@media (min-width: 1600px) {
  body:before {
    content: "full-desktop"; } }
.canvas {
  overflow-x: hidden;
  height: auto; }
  .canvas::after {
    clear: both;
    content: "";
    display: block; }
  .canvas.dark {
    background-color: #111; }

header {
  width: calc(25% - 25px);
  float: left;
  margin-left: 20px;
  height: auto; }

main {
  padding-top: 40px;
  margin-left: calc(25% - 25px + 40px);
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px;
  width: 800px;
  overflow-x: hidden; }

sidebar {
  display: none;
  padding-top: 40px;
  width: calc(25% - 25px);
  float: left;
  margin-left: 20px; }

.logo {
  font-size: 29px;
  font-weight: 400;
  letter-spacing: 0px;
  margin-right: 25px;
  text-align: left;
  max-width: 333px;
  padding: 30px 30px 10px 22px;
  line-height: 1.2; }
  .logo a {
    background-color: red;
    color: white;
    padding: 3px 5px 3px 5px;
    text-decoration: none; }
    .logo a:hover {
      background-color: black; }
    .logo a:first-child, .logo a:nth-child(2) {
      color: black;
      background-color: white;
      border: 1px solid black;
      border: 0;
      font-size: 25px;
      word-spacing: -5px; }

footer {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  z-index: 100;
  background-color: red;
  margin-top: 75px;
  font-weight: 200; }
  footer .legal {
    padding: 20px 50px 10px 20px;
    background-color: white;
    text-align: right; }
  footer h2 {
    padding: 20px;
    min-height: 50px;
    font-weight: 200;
    color: white; }
  footer .pay-off {
    position: relative;
    background-color: white;
    border: 1px solid black;
    margin: 0;
    padding: 0; }
    footer .pay-off h3 {
      color: black;
      margin: 0;
      padding: 10px; }
      footer .pay-off h3 a {
        color: red; }

.template-home-page .pay-off {
  margin-top: 50px;
  background-color: red;
  border: 0; }
  .template-home-page .pay-off h3 {
    color: white;
    padding-left: 15px; }
    .template-home-page .pay-off h3 a {
      color: white; }
.template-home-page sidebar {
  display: block; }

.clear {
  clear: both; }

@media only screen and (max-width: 1680px) {
  main {
    width: 800px; }

  sidebar {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px; }

  .template-home-page sidebar {
    display: none; } }
.template-gallery-page.dark, .template-gallery-page.dark .overlay {
  background-color: #111;
  color: white; }
  .template-gallery-page.dark nav a, .template-gallery-page.dark .overlay nav a {
    color: white; }
    .template-gallery-page.dark nav a.interstateblog, .template-gallery-page.dark .overlay nav a.interstateblog {
      color: red; }
    .template-gallery-page.dark nav a:hover, .template-gallery-page.dark .overlay nav a:hover {
      color: red; }

@media only screen and (max-width: 1200px) {
  header {
    width: 100%;
    display: block;
    float: none;
    margin-bottom: 30px !important; }

  main {
    padding-top: 0px;
    padding-left: 20px; }

  .logo {
    margin-left: 40px; }

  sidebar {
    width: calc(75% - 35px);
    float: left;
    margin-left: 20px; } }
@media only screen and (max-width: 900px) {
  main {
    width: 100%;
    margin-left: 0; }

  .logo {
    padding-left: 0px;
    margin-left: 40px; } }
@media only screen and (max-width: 700px) {
  main {
    width: 100%;
    margin-left: 0;
    padding-left: 0; }

  footer h2 {
    padding-left: 0; }
  footer .legal {
    padding-left: 0px; }

  .logo {
    padding-top: 70px;
    font-size: 25px;
    padding-left: 0px;
    margin-left: 20px; }
    .logo a:first-child {
      font-size: 23px; }

  .indent, .rich-text, .block-paragraph_block, .block-slideshow_block p, .blog-header {
    padding: 0px 20px 0px 20px; } }
/* Make clicks pass-through */
#nprogress {
  pointer-events: none; }

#nprogress .bar {
  background: #29d;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px; }

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px); }

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 3px;
  right: 10px; }

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite; }

.nprogress-custom-parent {
  overflow: hidden;
  position: relative; }

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute; }

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.block-paragraph_block {
  margin: 50px 0px 50px 0px; }

a {
  text-decoration-color: darkgrey; }

h1 {
  font-weight: 200;
  font-size: 300%; }

h2, h3 {
  font-weight: 200;
  font-size: 150%; }

.rich-text ul {
  list-style-type: square; }
.rich-text .richtext-image {
  padding: 5px 25px 10px 0px;
  height: auto; }
  .rich-text .richtext-image.left {
    float: left; }

.label {
  background-color: red;
  color: white;
  border: 1px solid red; }

.label_addon {
  color: black;
  border: 1px solid black; }

.template-gallery-page.dark .label_addon {
  color: white;
  border: 1px solid white; }

@media only screen and (max-width: 700px) {
  h1 {
    font-weight: 200;
    font-size: 200%; }

  h2, h3 {
    font-weight: 200;
    font-size: 120%; } }
.template-gallery-page .swiper-pagination {
  top: 90%; }
.template-gallery-page main {
  margin-left: calc(25% - 25px + 40px);
  width: calc(75% - 35px);
  float: left;
  margin-left: 20px; }
.template-gallery-page .gallery-page-header {
  text-align: center;
  width: 100%;
  padding: 50px 0px 50px 0px; }
  .template-gallery-page .gallery-page-header .gallery-page-body {
    width: 50%;
    margin: 0 auto; }
.template-gallery-page .swiper-pagination {
  position: absolute; }
.template-gallery-page .gallery-header {
  padding: 5px;
  text-align: center; }
.template-gallery-page .gallery h2 {
  z-index: 100; }
.template-gallery-page .overlay-close, .template-gallery-page .overlay-open {
  z-index: 100;
  text-align: center;
  cursor: pointer; }
.template-gallery-page footer {
  margin-top: 50px; }

@media only screen and (max-width: 1200px) {
  .template-gallery-page main {
    padding: 10px;
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px; } }
.template-archive-page main {
  margin-left: calc(25% - 25px + 40px);
  width: calc(75% - 35px);
  float: left;
  margin-left: 20px; }
.template-archive-page .slideshow {
  float: none;
  height: 250px; }
.template-archive-page .archive {
  margin-bottom: 60px; }
.template-archive-page .gallery-thumbnail {
  padding-right: 10px; }
.template-archive-page .overlay-close, .template-archive-page .overlay-open {
  z-index: 100;
  text-align: center;
  cursor: pointer; }
.template-archive-page .img-thumbnail {
  height: 250px; }

.thumbnails, .thumbnails-justified {
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out; }

@media only screen and (max-width: 1200px) {
  .template-archive-page main {
    padding-left: 10px;
    margin-left: calc(0% - 20px + 40px);
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px; } }
.template-cover-page main {
  padding: 0; }
.template-cover-page nav .dropdown-menu {
  display: none; }
.template-cover-page .header {
  width: 100%;
  padding: 30px 30px 10px 0px;
  margin: 0px 20px 10px 0px;
  position: relative;
  text-align: left;
  color: #fff; }
  .template-cover-page .header h1 {
    position: relative;
    margin-top: -20px;
    color: #fff;
    font-weight: 300;
    font-size: 90px; }
  .template-cover-page .header h2 {
    margin-top: -70px;
    margin-left: 7px;
    font-weight: 300;
    font-size: 13px;
    line-height: 20px; }
  .template-cover-page .header nav {
    margin-left: 5px;
    float: left; }
    .template-cover-page .header nav ul {
      padding: 0px; }
      .template-cover-page .header nav ul li {
        float: left;
        margin-right: 10px;
        margin-top: 0px;
        display: inline; }
        .template-cover-page .header nav ul li a {
          text-decoration: none;
          padding: 0px 5px 0px 5px;
          display: block;
          color: #000;
          background-color: #fff; }
          .template-cover-page .header nav ul li a :hover {
            background-color: #000;
            color: #fff; }

@media only screen and (max-width: 1200px) {
  .template-cover-page .header h1 {
    font-size: 70px; }
  .template-cover-page .header h2 {
    margin-top: -50px; }

  .cb-slideshow li div h3 {
    font-size: 140px; } }
@media screen and (max-width: 700px) {
  .template-cover-page .header {
    margin-top: 10px; }
    .template-cover-page .header h1 {
      font-size: 40px; }
    .template-cover-page .header h2 {
      margin-top: -50px; }
  .template-cover-page .subheader {
    margin-top: 50px;
    width: 100%; }

  .cb-slideshow li div h3 {
    font-size: 80px; } }
.cb-slideshow,
.cb-slideshow:after {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0; }

.cb-slideshow li span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden; }

.cb-slideshow li div h3 {
  font-family: 'Oxygen Mono', monospace;
  font-size: 240px;
  padding: 0;
  line-height: 200px; }

/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in; }
  8% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out; }
  17% {
    opacity: 1; }
  25% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@-moz-keyframes imageAnimation {
  0% {
    opacity: 0;
    -moz-animation-timing-function: ease-in; }
  8% {
    opacity: 1;
    -moz-animation-timing-function: ease-out; }
  17% {
    opacity: 1; }
  25% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@-o-keyframes imageAnimation {
  0% {
    opacity: 0;
    -o-animation-timing-function: ease-in; }
  8% {
    opacity: 1;
    -o-animation-timing-function: ease-out; }
  17% {
    opacity: 1; }
  25% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@-ms-keyframes imageAnimation {
  0% {
    opacity: 0;
    -ms-animation-timing-function: ease-in; }
  8% {
    opacity: 1;
    -ms-animation-timing-function: ease-out; }
  17% {
    opacity: 1; }
  25% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes imageAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in; }
  8% {
    opacity: 1;
    animation-timing-function: ease-out; }
  17% {
    opacity: 1; }
  25% {
    opacity: 0; }
  100% {
    opacity: 0; } }
/* Animation for the title */
@-webkit-keyframes titleAnimation {
  0% {
    opacity: 0; }
  8% {
    opacity: 1; }
  17% {
    opacity: 1; }
  19% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@-moz-keyframes titleAnimation {
  0% {
    opacity: 0; }
  8% {
    opacity: 1; }
  17% {
    opacity: 1; }
  19% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@-o-keyframes titleAnimation {
  0% {
    opacity: 0; }
  8% {
    opacity: 1; }
  17% {
    opacity: 1; }
  19% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@-ms-keyframes titleAnimation {
  0% {
    opacity: 0; }
  8% {
    opacity: 1; }
  17% {
    opacity: 1; }
  19% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes titleAnimation {
  0% {
    opacity: 0; }
  8% {
    opacity: 1; }
  17% {
    opacity: 1; }
  19% {
    opacity: 0; }
  100% {
    opacity: 0; } }
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span {
  opacity: 1; }

/**
 * Swiper 5.3.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 10, 2020
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal; }
:root {
  --swiper-theme-color: #007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }
  .swiper-button-prev:focus,
  .swiper-button-next:focus {
    outline: 0; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff; }

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000; }

.swiper-button-lock {
  display: none; }

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */ }

.swiper-pagination {
  position: relative;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */ }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

:root {
  --swiper-navigation-size: 24px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  display: none;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size); }
.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
  display: block; }

figcaption {
  position: absolute;
  bottom: 0;
  padding: 20px;
  color: red;
  font-size: 17px;
  font-weight: 400;
  background: rgba(0, 0, 0, 0); }
  figcaption.red {
    color: red; }
  figcaption.white {
    color: white; }
  figcaption.black {
    color: black; }

.block-slideshow_block .swiper-pagination {
  padding-top: 10px; }

.swiper-container {
  opacity: 1;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out; }
  .swiper-container.left {
    margin-right: 20px;
    float: left; }
  .swiper-container.big {
    width: 800px; }
    .swiper-container.big .img-slide {
      width: 800px;
      height: 600px; }
  .swiper-container.medium {
    width: 600px; }
    .swiper-container.medium .img-slide {
      width: 600px;
      height: 400px; }
  .swiper-container.small {
    width: 400px; }
    .swiper-container.small .img-slide {
      width: 400px;
      height: 300px; }

.features .feature {
  padding-right: 50px; }
  .features .feature .slideshow {
    margin-right: 20px; }
  .features .feature .slick-prev {
    left: 0;
    z-index: 100; }
  .features .feature .slick-next {
    right: 0; }

.overlay {
  position: fixed;
  width: calc(75%);
  height: 100%;
  top: 0;
  margin: 5px;
  background: white;
  transition: 0.2s;
  opacity: 0;
  padding-top: 0px;
  padding-right: 40px;
  z-index: -99;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out; }
  .overlay .swiper-button-next {
    right: 40px; }
  .overlay .swiper-button-prev,
  .overlay .swiper-button-next {
    top: 91%;
    display: block; }

.thumbnails-justified {
  opacity: 0;
  padding-bottom: 50px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.overlay-content {
  color: white;
  max-width: 100%;
  max-height: 100%;
  z-index: 90; }

.img-overlay {
  height: auto;
  max-height: 100%;
  overflow: hidden; }

@media only screen and (max-width: 1200px) {
  .overlay {
    width: calc(100% + 15px);
    padding: 0;
    margin-left: -15px; }
    .overlay .swiper-button-next {
      right: 20px; }

  .swiper-wrapper {
    margin-left: 0px; } }
@media only screen and (max-width: 835px) {
  .overlay {
    width: calc(100% + 15px);
    padding: 0;
    margin-left: -30px; }
    .overlay .swiper-button-next {
      right: 20px; }

  .swiper-container {
    margin-left: 0px; }
    .swiper-container.big {
      width: 600px; }
      .swiper-container.big .img-slide {
        width: 600px;
        height: 400px; } }
@media only screen and (max-width: 700px) {
  .overlay {
    width: calc(100%);
    padding: 0;
    margin-left: -30apx; }
    .overlay .swiper-button-next {
      right: 20px; }

  .swiper-container {
    padding: 0;
    margin: 0; }
    .swiper-container.big, .swiper-container.medium, .swiper-container.small {
      width: calc(100vw); }
      .swiper-container.big .img-slide, .swiper-container.medium .img-slide, .swiper-container.small .img-slide {
        width: calc(100vw);
        height: auto; } }
.swiper-slide {
  height: auto;
  max-height: 90%;
  text-align: center; }

.template-blog-index-page sidebar, .template-blog-page sidebar {
  display: block; }

.blog-latest-posts {
  position: relative;
  padding: 0px 20px 30px 25px;
  background-color: red;
  height: auto; }
  .blog-latest-posts .swiper-slide {
    text-align: left; }

.blog-latest-posts:first-line {
  text-decoration: underline; }

.include-blog {
  position: relative; }
  .include-blog h1 {
    padding: 40px 0px 30px 20px; }

.outline {
  font-weight: bold; }

.page-image {
  height: auto; }

.blog-index {
  text-align: right;
  padding-left: 75px; }
  .blog-index ul {
    margin-bottom: 50px; }

.blog-post h1, .blog-post h2, .blog-post h3 {
  color: red;
  padding-bottom: 50px; }
.blog-post figcaption {
  position: relative;
  font-style: italic;
  padding: 0;
  font-size: 13px;
  font-weight: 400;
  background: rgba(0, 0, 0, 0); }
  .blog-post figcaption.red {
    color: red; }
  .blog-post figcaption.white {
    color: white; }
  .blog-post figcaption.black {
    color: black; }
.blog-post img {
  height: auto; }
.blog-post .blog-meta {
  padding: 20px 0px 20px 0px;
  font-weight: bold; }
.blog-post blockquote {
  color: red;
  font-style: italic;
  font-size: 125%;
  max-width: 50%;
  margin-left: 150px; }

ul.blog-tags, ul.blog-categories {
  margin-bottom: 50px; }
  ul.blog-tags li, ul.blog-categories li {
    float: left;
    padding-right: 15px; }

.blog-list {
  display: flex;
  flex-wrap: wrap; }
  .blog-list > li.blog-list-item {
    flex: 0 50%; }
    .blog-list > li.blog-list-item.feature {
      flex: 0 100%; }
  .blog-list li.blog-list-item {
    padding: 50px 20px 20px 20px; }
    .blog-list li.blog-list-item:hover {
      background-color: #eee;
      text-decoration: none; }
    .blog-list li.blog-list-item a {
      text-decoration: none; }
      .blog-list li.blog-list-item a:hover h2 {
        text-decoration: underline; }
      .blog-list li.blog-list-item a:hover p {
        text-decoration: none; }
    .blog-list li.blog-list-item.feature {
      background-color: red;
      padding-top: 20px; }
      .blog-list li.blog-list-item.feature a {
        color: white; }
      .blog-list li.blog-list-item.feature:hover {
        background-color: black; }

footer .include-blog h1 {
  color: black;
  background-color: white;
  padding: 40px 0px 0px 40px; }
footer .include-blog .blog-latest-posts-single {
  position: relative;
  background-color: red; }
  footer .include-blog .blog-latest-posts-single a {
    color: white;
    text-decoration: none; }
    footer .include-blog .blog-latest-posts-single a h3 {
      text-decoration: underline; }
    footer .include-blog .blog-latest-posts-single a .more {
      font-weight: bold; }
      footer .include-blog .blog-latest-posts-single a .more:hover {
        text-decoration: underline; }

.blog-swiper-container {
  padding-left: 20px;
  padding-right: 50px;
  overflow: hidden; }
  .blog-swiper-container .swiper-button-prev,
  .blog-swiper-container .swiper-button-next {
    top: 95%; }

@media only screen and (max-width: 1600px) {
  .blog-index {
    text-align: center; } }
@media only screen and (max-width: 1200px) {
  .blog-post {
    margin-top: 50px; } }
@media only screen and (max-width: 900px) {
  .template-blog-index-page main, .template-blog-page main {
    padding-right: 20px; }

  ul.blog-tags, ul.blog-categories {
    padding-bottom: 40px; }

  .blog-list > li.blog-list-item {
    flex: 0 100%; } }
@media only screen and (max-width: 700px) {
  .blog-swiper-container {
    padding-left: 0px;
    padding-right: 35px; }

  footer .include-blog h1 {
    padding-left: 15px; }
  footer .include-blog .blog-latest-posts-single {
    padding: 0; } }
header nav {
  position: relative; }
  header nav ul {
    padding: 20px; }
    header nav ul.dropdown-menu {
      padding-top: 0px; }
    header nav ul li {
      margin-top: 10px;
      *display: inline;
      zoom: 1; }
      header nav ul li.active > a {
        font-weight: 800; }
      header nav ul li a {
        display: block;
        font-weight: 300;
        font-size: 16px;
        padding: 0px 3px 3px 3px;
        text-decoration: none; }
        header nav ul li a.interstateblog {
          color: red; }
        header nav ul li a.active {
          font-weight: 800; }
      header nav ul li.has-submenu {
        margin-top: 50px; }

.mobile-nav {
  position: absolute;
  top: 40px;
  right: 30px;
  font-weight: 800;
  cursor: pointer;
  display: none; }

@media only screen and (max-width: 1200px) {
  .mobile-nav {
    right: 20px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    display: block; }

  header {
    margin-bottom: 50px;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px); }
    header nav {
      background-color: red;
      width: calc(100% + 10px);
      margin-top: 25px;
      padding-left: 40px;
      margin-bottom: 50px;
      display: none; }
      header nav ul {
        padding-bottom: 20px; }
        header nav ul.dropdown-menu {
          padding-bottom: 0px; }
        header nav ul .nav-item {
          padding: 10px 0px 10px 0px;
          display: block;
          width: 100%;
          float: none;
          margin: 0; }
          header nav ul .nav-item.has-submenu {
            margin-top: 20px; }
          header nav ul .nav-item a {
            width: 100%;
            color: white; }
            header nav ul .nav-item a.interstateblog {
              color: black; } }
@media only screen and (max-width: 900px) {
  header nav {
    padding-left: 20px;
    width: calc(100% + 20px); } }
@media only screen and (max-width: 700px) {
  header nav {
    padding-left: 00px;
    width: calc(100% + 20px); } }
.message-banners {
  position: absolute;
  right: 0;
  top: 0; }
  .message-banners ul li {
    padding: 0px 10px 0px 10px;
    float: left; }
    .message-banners ul li.black {
      border: 1px solid black; }
    .message-banners ul li.red {
      color: white;
      background-color: red;
      border: 1px solid red; }

.block-image_block img {
  height: auto; }

.block-paragraph_block ul {
  list-style-type: square; }

body {
  background: white;
  font-weight: 200;
  font-size: 16px;
  color: black;
  overflow-x: hidden;
  height: auto; }

.template-cover-page nav {
  display: none; }

.block-slideshow_block {
  padding-bottom: 25px;
  position: relative; }

/* move to global */
.swiper-archive-container .swiper-slide {
  width: auto !important; }

.template-archive-page nav {
  display: none; }
.template-archive-page main {
  padding-left: 10px;
  margin-left: calc(0% - 20px + 40px);
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px; }

@media only screen and (max-width: 1200px) {
  .template-gallery-page.dark nav a.interstateblog {
    color: black; }
  .template-gallery-page.dark nav a:hover {
    color: white; } }

/*# sourceMappingURL=bangbangcloud.css.e588ea38d009.map */
