/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@import url("https://fonts.googleapis.com/css2?family=Assistant:wght@400;600&display=swap");
@media only all and (max-width: 767px) {
  #g-navigation .leMenu {
    display: none !important;
  }
  #g-offcanvas {
    background: #000;
  }
  #g-offcanvas .leftDot, #g-offcanvas .rightDot {
    display: none !important;
  }
  #g-mobilemenu-container ul {
    background: #000 !important;
  }
  #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover, #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
    background: rgba(255, 255, 255, 0.1) !important;
  }
}
@media only all and (min-width: 1200px) {
  .masonry-4 {
    margin: auto;
    display: flex !important;
  }
  .masonry-4 > div {
    flex: 0 23%;
    width: 23%;
  }
}
@media only all and (max-width: 1199px) {
  .masonry-4 {
    margin: auto;
    display: flex !important;
    gap: 2rem;
  }
  .masonry-4 > div {
    flex: 0 31%;
    width: 31%;
  }
}
@media only all and (max-width: 791px) {
  .masonry-4 {
    margin: auto;
    display: flex !important;
    gap: 2rem;
  }
  .masonry-4 > div {
    flex: 0 48%;
    width: 48%;
  }
}
@media only all and (max-width: 693px) {
  .masonry-4 {
    margin: auto;
    display: flex !important;
    gap: 2rem;
  }
  .masonry-4 > div {
    flex: 0 98%;
    width: 98%;
  }
}
@media only all and (max-width: 1000px) {
  .spacer {
    display: none;
  }
  #g-footer .g-grid {
    justify-content: center !important;
  }
  #g-footer .footer-menu ul {
    margin: 0px;
    display: flex;
    justify-content: center;
    gap: 1rem;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  /*.g-container {
    width: calc(100% - 4rem);
  }*/
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-container {
    width: calc(100% - 4rem);
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .g-container {
    width: calc(100% - 2rem);
  }
}
@font-face {
  font-family: "gothambold";
  src: url('../../fonts/gotham-bold-webfont.woff2') format("woff2"), url('../../fonts/gotham-bold-webfont.woff') format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gothambold_italic";
  src: url('../../fonts/gotham-bolditalic-webfont.woff2') format("woff2"), url('../../fonts/gotham-bolditalic-webfont.woff') format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Assistant", sans-serif;
  color: #666;
  font-size: clamp(1rem, 1.1vw, 1.1rem);
  line-height: 1.3;
}
body ::selection {
  background: #fbad05;
}
html {
  font-size: 16px;
}
iframe {
  width: 100%;
  aspect-ratio: 1.7777777778;
}
h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: "Raleway", sans-serif;
}
h1 {
  font-size: clamp(1.7rem, 3.25vw, 3.25rem);
}
h2 {
  font-size: clamp(1.4rem, 2.25vw, 2.25rem);
}
h3 {
  font-size: clamp(1.1rem, 2vw, 2rem);
}
h4 {
  font-size: clamp(1.1rem, 2vw, 2rem);
}
h5 {
  font-size: clamp(1.1rem, 2vw, 2rem);
}
#g-navigation .g-container {
  width: calc(100% - 24vw);
}
#g-navigation::before {
  opacity: 1;
  transition: all 0.3s ease-in;
}
#g-navigation.slideUp::before {
  opacity: 0;
}
.fontLarge {
  font-size: clamp(1.1rem, 2vw, 2rem);
  font-weight: bold;
  font-family: "Raleway", sans-serif;
}
.jl-slider-items {
  position: relative;
}
.jl-slider-items li a {
  transition: all 0.2s;
}
.jl-slider-items li a .cardContent {
  padding: 30px;
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  opacity: 0;
  transition: all 0.3s;
  text-align: center;
}
.jl-slider-items li a:hover .cardContent {
  display: grid;
  place-content: center;
  opacity: 1;
}
.jl-slider-items li a:hover .cardContent .jl-button {
  display: inherit;
}
.jl-slider-items .jl-button-default {
  background-color: transparent;
  color: #fff;
  border: solid 1px #fff;
}
.jl-slider-items .jl-button-default:hover {
  background-color: transparent;
  color: #fff;
  border: solid 1px #fff;
  transition: all 0.3s;
}
.jl-slider-items .jl-button-default:hover:hover {
  transform: scale(1.05);
}
.jl-card-hover:not(.jl-card-default):not(.jl-card-primary):not(.jl-card-secondary):hover {
  background-color: #fff;
  box-shadow: none;
}
p a, #userForm a {
  color: #000;
  position: relative;
  display: inline-block;
  z-index: 0;
}
p a::before, #userForm a::before {
  content: "";
  background-color: rgba(251, 173, 5, 0.3);
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 3px;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
p a:hover::before, #userForm a:hover::before {
  bottom: 0;
  height: 100%;
}
@media screen and (min-width: 1527px) {
  #g-navigation::before {
    z-index: 99;
    position: absolute;
    top: 20px;
    left: 20px;
    content: "";
    height: 10vw;
    width: 10vw;
    background: url('../../../../images/logos/WisconsinVeteranOwnedLogo.png') no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 1525px) {
  #g-navigation::before {
    z-index: 99;
    position: absolute;
    top: 30px;
    left: 20px;
    content: "";
    height: 90px;
    width: 90px;
    background: url('../../../../images/logos/WisconsinVeteranOwnedLogo.png') no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  #g-navigation::before {
    z-index: 99;
    position: absolute;
    top: 15px;
    left: calc(100% - 105px);
    content: "";
    height: 90px;
    width: 90px;
    background: url('../../../../images/logos/WisconsinVeteranOwnedLogo.png') no-repeat;
    background-size: contain;
  }
}
.itemid-101 #g-navigation {
  background: rgba(0, 0, 0, 0.85) !important;
}
.itemid-101 #g-ankles {
  background: url('../../images/elements/plywood.jpg') center center no-repeat;
  min-height: 12vh;
}
.itemid-101 #g-header {
  margin-top: -175px !important;
  max-height: 750px;
  overflow-y: hidden;
}
.itemid-101 .vidBox .mod-custom video {
  object-fit: cover;
  object-position: center center;
}
.itemid-101 #g-container-main {
  display: none;
}
.itemid-101 #g-above h1, .itemid-101 #g-above h2, .itemid-101 #g-above h3 {
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-size: clamp(1.4rem, 2.2vw, 3rem);
  text-align: right;
  font-style: italic;
  font-weight: bold;
}
@media only all and (max-width: 767px) {
  .itemid-101 #g-navigation {
    background: black !important;
  }
  .itemid-101 #g-header {
    margin-top: 0px !important;
  }
}
#g-navigation .g-logo.g-logo-helium img, #g-navigation .g-logo.g-logo-helium svg {
  max-height: 100px;
  max-width: 170px;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container, #g-navigation .g-main-nav .g-sublevel > li > .g-menu-item-container {
  font-family: "Assistant", sans-serif;
  font-weight: 600;
}
#g-navigation .g-block:nth-of-type(2) {
  display: flex;
  align-items: center;
}
#g-navigation .leMenu > div {
  width: 100%;
}
#g-navigation .g-toplevel {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
#g-navigation .g-toplevel > li > .g-menu-item-container {
  font-size: clamp(1.1rem, 1.5vw, 1.5rem);
  text-transform: uppercase;
}
#g-navigation .g-main-nav .g-toplevel > li {
  height: 45px;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-parent-indicator::after {
  font-size: 1rem;
}
#g-navigation .g-sublevel .leftDot, #g-navigation .g-sublevel .rightDot {
  display: none;
}
#g-navigation .g-main-nav .g-dropdown {
  background: #000;
  border: none;
  border-radius: 0;
  margin-left: -15px;
}
#g-navigation .g-main-nav .g-sublevel > li:hover > .g-menu-item-container, #g-navigation .g-main-nav .g-sublevel > li.active > .g-menu-item-container {
  color: #fbad05;
}
#g-navigation .g-main-nav .g-sublevel > li > .g-menu-item-container {
  font-size: 1rem;
  font-weight: normal;
}
#g-navigation .g-menu-item-title:focus, #g-navigation .nav li a:focus {
  outline: solid 1px #fff;
  outline-offset: 3px;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container {
  padding: 0;
}
#g-container-main a {
  color: #000;
  border-bottom: solid 1px #090909;
  transition: all 0.2s ease-in-out;
}
#g-container-main a:hover {
  color: #fbad05;
  border-bottom: solid 1px #fbad05;
}
#g-container-main a:focus {
  outline: solid 1px #000;
  outline-offset: 3px;
}
#g-container-main a.ig-slideshow-button, #g-container-main a.ig-thumb-scroller-left, #g-container-main a.ig-thumb-scroller-right {
  color: #fff;
  border-bottom: none;
  transition: all 0.2s ease-in-out;
}
#g-container-main a.ig-slideshow-button:hover, #g-container-main a.ig-thumb-scroller-left:hover, #g-container-main a.ig-thumb-scroller-right:hover {
  color: #fbad05;
  border-bottom: none;
}
#g-container-main a.ig-slideshow-button:focus, #g-container-main a.ig-thumb-scroller-left:focus, #g-container-main a.ig-thumb-scroller-right:focus {
  outline: solid 1px #000;
  outline-offset: none;
}
#g-footer {
  background: #000;
}
#g-footer .whiteQuote {
  text-transform: uppercase;
}
#g-intro {
  padding-bottom: 0;
  padding-top: 0;
  height: calc(100% - 10px);
  color: #fff;
}
#g-intro .g-content {
  padding-bottom: 0;
  margin-bottom: 0;
}
#g-intro h1 {
  padding-bottom: 0;
  margin-top: 0;
  color: #fff;
  font-size: clamp(1.7rem, 4vw, 4rem);
  line-height: 1;
  margin-bottom: -10px;
}
#g-container-main .col {
  padding-left: 0;
  padding-right: 0;
}
#g-below {
  padding-bottom: 3rem;
}
#g-below .gallery-border {
  border-top: solid 3px #ccc;
  height: 3px;
}
#g-below .ig-main-scope-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.articleLayout {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
.articleLayout figure {
  margin: 0;
}
.articleLayout > div {
  flex: 0 50%;
  width: 50%;
}
.articleLayout .com-content-article__body {
  border-left: solid 3px #ccc;
  padding-left: 2rem;
}
.articleLayout h1 {
  text-transform: uppercase;
}
.category-desc {
  margin-bottom: 4rem;
}
.quote {
  border-left: solid 3px #ccc;
  padding-left: 2rem;
  margin-top: 8rem;
}
.whiteQuote {
  border-left: solid 3px #fff;
  padding-left: 2rem;
}
.footer-logo {
  max-width: 130px;
  display: block;
}
.footer-logo svg {
  fill: #fff;
}
.footer-menu ul {
  margin: 0px;
  display: flex;
  justify-content: space-between;
}
.footer-menu ul a {
  color: #fff;
  text-transform: uppercase;
}
.footer-menu ul a:hover {
  opacity: 0.8;
}
.footer-menu ul a:focus {
  outline: solid 1px #fff;
  outline-offset: 3px;
}
.jl-slideshow-items .panel-content {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 2rem;
  margin-top: 175px;
}
.jl-slideshow-items .panel-content h1, .jl-slideshow-items .panel-content h2, .jl-slideshow-items .panel-content h3 {
  color: #fff;
}
.jl-slideshow-items .panel-content a.jl-button {
  color: #fff;
}
.jl-slideshow-items .panel-content .jl-button {
  border: solid 1px #aaa;
}
.jl-slideshow-items .panel-content .tm-content {
  font-size: clamp(1.1rem, 1.3vw, 1.3rem);
}
.jl-slideshow-items .panel-content h3 {
  font-size: clamp(1.3rem, 2vw, 2rem);
}
.leftDot, .rightDot {
  opacity: 0;
  font-size: 1rem;
}
#g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container .leftDot, #g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container .rightDot {
  position: absolute;
  top: 25px;
  opacity: 0;
}
#g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container .leftDot {
  margin-left: calc(100% - 10px);
}
#g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container .rightDot {
  margin-left: 100%;
}
#g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container .leftDot {
  animation: slideLeftOne 0.3s ease-in forwards;
}
#g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container .rightDot {
  animation: slideLeftTwo 0.4s ease-in forwards;
}
#g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container > .g-menu-item-content {
  position: relative;
  box-shadow: none;
  /*&::after {
            content:'.';
            position:absolute;
            top:-5px;
            right:20px;
            font-size:2.5rem;
            
        }
        &::before {
           content:'.';
            position:absolute;
            top:-5px;
            left:20px;
            font-size:2.5rem;
        }*/
}
#g-navigation .g-main-nav .g-toplevel > li.g-parent .g-menu-parent-indicator::after {
  position: absolute;
  top: 10px;
  right: -20px;
}
.productsPage .blog-items .blog-item:nth-of-type(6) {
  display: none;
}
.productsPage .blog-items .blog-item {
  margin-bottom: 0;
}
@keyframes slideLeftOne {
  from {
    margin-left: calc(100% - 10px);
    opacity: 0;
  }
  to {
    margin-left: 6px;
    opacity: 1;
  }
}
@keyframes slideLeftTwo {
  from {
    opacity: 0;
  }
  to {
    margin-left: 22px;
    opacity: 1;
  }
}
@keyframes hover {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-3px);
  }
  100% {
    transform: translatey(0px);
  }
}
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  border: none;
  background: transparent;
  border-radius: 0rem;
  margin: -0.3rem 0 -0.2rem 0.5rem;
  padding: 0.2rem;
}
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover {
  background: transparent;
}
.g-offcanvas-toggle {
  font-size: 2rem;
  color: #fff;
}
#userForm {
  margin-top: 4rem;
}
#userForm .formControls {
  display: flex;
  gap: 1rem;
}
#userForm .formControls input, #userForm .formControls textarea {
  border-radius: 0;
}
#userForm .formControls input[type="color"]:hover, #userForm .formControls input[type="date"]:hover, #userForm .formControls input[type="datetime"]:hover, #userForm .formControls input[type="datetime-local"]:hover, #userForm .formControls input[type="email"]:hover, #userForm .formControls input[type="month"]:hover, #userForm .formControls input[type="number"]:hover, #userForm .formControls input[type="password"]:hover, #userForm .formControls input[type="search"]:hover, #userForm .formControls input[type="tel"]:hover, #userForm .formControls input[type="text"]:hover, #userForm .formControls input[type="time"]:hover, #userForm .formControls input[type="url"]:hover, #userForm .formControls input[type="week"]:hover, #userForm .formControls input:not([type]):hover, #userForm .formControls textarea:hover {
  border-color: #000;
}
#userForm .formControls input[type="color"]:focus, #userForm .formControls input[type="date"]:focus, #userForm .formControls input[type="datetime"]:focus, #userForm .formControls input[type="datetime-local"]:focus, #userForm .formControls input[type="email"]:focus, #userForm .formControls input[type="month"]:focus, #userForm .formControls input[type="number"]:focus, #userForm .formControls input[type="password"]:focus, #userForm .formControls input[type="search"]:focus, #userForm .formControls input[type="tel"]:focus, #userForm .formControls input[type="text"]:focus, #userForm .formControls input[type="time"]:focus, #userForm .formControls input[type="url"]:focus, #userForm .formControls input[type="week"]:focus, #userForm .formControls input:not([type]):focus, #userForm .formControls textarea:focus {
  border-color: #userForm .formControls input[type="color"]:focus, #userForm .formControls input[type="date"]:focus, #userForm .formControls input[type="datetime"]:focus, #userForm .formControls input[type="datetime-local"]:focus, #userForm .formControls input[type="email"]:focus, #userForm .formControls input[type="month"]:focus, #userForm .formControls input[type="number"]:focus, #userForm .formControls input[type="password"]:focus, #userForm .formControls input[type="search"]:focus, #userForm .formControls input[type="tel"]:focus, #userForm .formControls input[type="text"]:focus, #userForm .formControls input[type="time"]:focus, #userForm .formControls input[type="url"]:focus, #userForm .formControls input[type="week"]:focus, #userForm .formControls input:not([type]):focus, #userForm .formControls textarea:focus blk !important;
}
#userForm .formControls input[type="color"]:hover, #userForm .formControls input[type="date"]:hover, #userForm .formControls input[type="datetime"]:hover, #userForm .formControls input[type="datetime-local"]:hover, #userForm .formControls input[type="email"]:hover, #userForm .formControls input[type="month"]:hover, #userForm .formControls input[type="number"]:hover, #userForm .formControls input[type="password"]:hover, #userForm .formControls input[type="search"]:hover, #userForm .formControls input[type="tel"]:hover, #userForm .formControls input[type="text"]:hover, #userForm .formControls input[type="time"]:hover, #userForm .formControls input[type="url"]:hover, #userForm .formControls input[type="week"]:hover, #userForm .formControls input:not([type]):hover, #userForm .formControls textarea:hover {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.btn.btn-primary {
  background: #000;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 0;
  border: none;
  font-size: 1.3rem;
  text-transform: none;
}
.btn.btn-primary:hover, .btn.btn-primary:active {
  background: #666;
  color: #fff;
  border: none;
}
.btn.btn-danger {
  padding: 0.5rem 1rem;
  border-radius: 0;
  border: none;
  font-size: 1.3rem;
  background: #fbad05;
  color: #000;
}
.btn.btn-danger:hover, .btn.btn-danger:active {
  color: #fff;
  border: none;
}
.btn.btn-danger, .btn.btn-primary {
  height: 50px;
  display: flex;
  align-items: center;
  font-weight: normal;
}
#jmap_sitemap .folder {
  text-transform: uppercase;
  font-size: clamp(1.1rem, 2vw, 2rem);
}
#jmap_sitemap .folder:hover {
  color: #fbad05;
}
#jmap_sitemap .hitarea {
  display: none;
}
#jmap_sitemap .treeview li {
  background: none;
  padding: 0 0 0 0.5rem !important;
}
#jmap_sitemap .jmap_filetree span.folder {
  background: none;
}
#jmap_sitemap .jmap_filetree span.folder, #jmap_sitemap .jmap_filetree span.file {
  display: block;
  padding: 0;
}
#jmap_sitemap #jmap_sitemap ul.treeview li {
  list-style-type: none;
  padding: 0 0 0 1rem;
  text-align: left;
}
#jmap_sitemap .collapsable.lastCollapsable, #jmap_sitemap .expandable.lastExpandable {
  padding-left: 0;
}
#jmap_sitemap a {
  color: #000;
}
#jmap_sitemap a:hover {
  color: #fbad05;
}
#jmap_sitemap .jmap_filetree.treeview {
  margin-bottom: 2rem;
}
.contact-left p {
  margin-top: 0px;
  line-height: 1.3;
}
@media only all and (max-width: 1500px) {
  #g-intro h1 {
    padding-bottom: 0;
    margin-top: 0;
    color: #fff;
    font-size: clamp(1.7rem, 4vw, 4rem);
    line-height: 1;
    margin-bottom: -8px;
  }
}
@media only all and (max-width: 1100px) {
  #g-intro h1 {
    padding-bottom: 0;
    margin-top: 0;
    color: #fff;
    font-size: clamp(1.7rem, 4vw, 4rem);
    line-height: 1;
    margin-bottom: -6px;
  }
}
@media only all and (max-width: 900px) {
  #g-intro h1 {
    padding-bottom: 0;
    margin-top: 0;
    color: #fff;
    font-size: clamp(1.7rem, 4vw, 4rem);
    line-height: 1;
    margin-bottom: -4px;
  }
}
@media only all and (max-width: 767px) {
  .articleLayout {
    display: block;
  }
  .articleLayout > div {
    flex: 0 100%;
    width: 100%;
  }
  .articleLayout .articleImage {
    margin-bottom: 2rem;
  }
  .articleLayout picture.responsive-image > * {
    aspect-ratio: 1.7777777778;
    object-fit: cover;
  }
  #g-footer .footer-logo {
    margin: auto;
  }
  #g-footer .whiteQuote {
    width: fit-content;
    margin: auto;
  }
  .itemid-101 #g-above .g-content {
    padding-top: 0;
    padding-bottom: 0;
  }
  .itemid-101 #g-above .quote {
    margin-top: 0rem;
  }
  .itemid-101 #g-above h1, .itemid-101 #g-above h2, .itemid-101 #g-above h3 {
    text-align: left;
  }
}
.blog-items .item-content {
  padding-left: 1rem;
  border-left: solid 3px #ccc;
  margin-top: 1rem;
}
.blog-items .blog-item h2, .blog-items .blog-item h2 a {
  color: #000;
  font-size: 1.5rem;
}
.blog-items .itemCard {
  position: relative;
  adpsect-ratio: 1.7777777778;
  cursor: pointer;
}
.blog-items .itemCard .itemTitle {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-items .itemCard .itemTitle .page-header > * {
  padding: 1rem;
  margin: 0;
  text-align: center;
  color: #fff;
}
.blog-items .itemCard .itemTitle a {
  color: #fff !important;
  outline: none !important;
  border-bottom: none !important;
}
.blog-items .itemCard figure source, .blog-items .itemCard figure img {
  aspect-ratio: 1.7777777778;
  object-fit: cover;
}
.blog-items .itemCard .itemImage .item-image {
  margin-bottom: 0;
  position: relative;
}
.blog-items .itemCard .itemImage::after {
  content: "";
  position: absolute;
  inset: 3px 0 0 0;
  background: rgba(0, 0, 0, 0.5);
}
.blog-item, .galleryItem {
  opacity: 0;
}
.blog-item .jl-button, .galleryItem .jl-button {
  display: none;
}
.view-category .item-content {
  display: none;
}
.gallerySection .galleryContent .igui-scope:nth-of-type(1) {
  margin-top: 4rem;
  position: relative;
  padding-top: 4rem;
}
.gallerySection .galleryContent .igui-scope:nth-of-type(1)::before {
  position: absolute;
  content: "";
  height: 3px;
  width: 66%;
  display: flex;
  justify-content: center;
  top: 0;
  left: calc(50% - 33%);
  background: #ccc;
}
a.ig-slideshow-button, a.ig-thumb-scroller-left, a.ig-thumb-scroller-right {
  color: #fff;
  border-bottom: none;
  transition: all 0.2s ease-in-out;
}
a.ig-slideshow-button:hover, a.ig-thumb-scroller-left:hover, a.ig-thumb-scroller-right:hover {
  color: #fbad05;
  border-bottom: none;
}
a.ig-slideshow-button:focus, a.ig-thumb-scroller-left:focus, a.ig-thumb-scroller-right:focus {
  outline: solid 1px #000;
  outline-offset: none;
}
:focus-visible {
  outline: 2px dotted #fff;
  outline-offset: 3px;
}
em, .formError {
  color: #fb4505;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #fb4505;
}
/*# sourceMappingURL=custom_12.css.map */