.shg-box{position:relative;display:-webkit-box;display:flex;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-flex:1;flex:1}.shg-box>.shg-box-content{z-index:4;position:relative}.shg-box-vertical-align-wrapper,.shg-box-vertical-center-wrapper{display:-webkit-box;display:flex;width:100%}.shg-box-vertical-align-top{-webkit-box-pack:start;justify-content:flex-start}.shg-box-vertical-align-center,.shg-box-vertical-center{-webkit-box-pack:center;justify-content:center}.shg-box-vertical-align-bottom{-webkit-box-pack:end;justify-content:flex-end}.shg-box-overlay{position:absolute;top:0;left:0;right:0;bottom:0;z-index:3;pointer-events:none}.shg-box-video-wrapper{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;z-index:-1}#s-7e20ee52-2df8-4e1b-8b9f-b54cb71cdffa{min-height:50px}#s-7e20ee52-2df8-4e1b-8b9f-b54cb71cdffa>.shg-box-overlay{background-color:#fff;opacity:0}#s-7e20ee52-2df8-4e1b-8b9f-b54cb71cdffa.shg-box.shg-c{-webkit-box-pack:center;justify-content:center}.hero-slider .slide .slide-content h2,.hero-slider .slide .slide-content p{font-weight:700}.btn-primary--dark{background:#42393c;color:#fff}.btn-primary--dark:hover{color:#42393c !important}#s-20ab95f6-8831-47e0-b297-b27da6b02553{opacity:1}#s-58195de0-1866-4e46-9b56-bd12e96e30af{opacity:1}#s-5a08cfc3-09e2-4224-9c2b-b1ced9fd5379{opacity:1}#s-9ebae030-a4d4-4d51-80e0-3680c7661351{opacity:1}#s-2a1ae072-35b4-48d4-ab55-64e9bb558e9a{min-height:50px}#s-2a1ae072-35b4-48d4-ab55-64e9bb558e9a>.shg-box-overlay{background-color:#fff;opacity:0}#s-2a1ae072-35b4-48d4-ab55-64e9bb558e9a.shg-box.shg-c{-webkit-box-pack:start;justify-content:flex-start}.two-column-categories--overlay .category{position:relative}.two-column-categories--overlay .category__link-wrapper{position:absolute !important;top:0;left:0;right:0;bottom:0;display:-webkit-box !important;display:flex !important;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.two-column-categories--overlay .category__link-text,.two-column-categories--overlay .category__link-description{color:black;text-align:center}.two-column-categories--overlay .category__link-text{font-family:'Crimson Text';font-size:4vw;text-transform:none;margin-bottom:0}.two-column-categories--overlay .category__link-description{font-family:'Questrial';text-decoration:underline}.two-column-categories--overlay a{padding-right:0 !important;display:block}.two-column-categories--overlay a::after{display:none}.two-column-categories--overlay .category{position:relative}.two-column-categories--overlay .category__link-wrapper{position:absolute !important;top:0;left:0;right:0;bottom:0;display:-webkit-box !important;display:flex !important;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.two-column-categories--overlay .category__link-text,.two-column-categories--overlay .category__link-description{color:black;text-align:center}.two-column-categories--overlay .category__link-text{font-family:'Crimson Text';font-size:4vw;text-transform:none;margin-bottom:0}.two-column-categories--overlay .category__link-description{font-family:'Questrial';text-decoration:underline}.two-column-categories--overlay a{padding-right:0 !important;display:block}.two-column-categories--overlay a::after{display:none}#s-9e69c09e-09a0-40be-bbb9-2ba6c03379cf{min-height:50px}#s-9e69c09e-09a0-40be-bbb9-2ba6c03379cf>.shg-box-overlay{background-color:#fff;opacity:0}#s-9e69c09e-09a0-40be-bbb9-2ba6c03379cf.shg-box.shg-c{-webkit-box-pack:start;justify-content:flex-start}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
