.shogun-heading-component h1,.shogun-heading-component h2,.shogun-heading-component h3,.shogun-heading-component h4,.shogun-heading-component h5,.shogun-heading-component h6{margin:0;padding:0;display:block;color:#000;text-transform:none;font-weight:normal;font-style:normal;letter-spacing:normal;line-height:normal}.shogun-heading-component a{text-decoration:none !important;padding:0 !important;margin:0 !important;border:none !important}#s-365410ef-6bd3-4b28-9b32-ce0aca513824{padding-top:10px;padding-bottom:10px}#s-365410ef-6bd3-4b28-9b32-ce0aca513824 .shogun-heading-component h1{color:#000;font-weight:normal;font-style:normal;font-size:32px;text-align:center}.shogun-form>div{padding:0 0 1em}.shogun-form small{color:red;display:none}.shogun-form input,textarea{margin:0}.shogun-success-alert{background-color:#dff0d8;color:#3c763d;border-color:#d6e9c6;padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px;font-size:16px;line-height:1.5;min-height:55px;display:none}.shogun-form input,.shogun-form textarea{width:100%}#s-c6e080ba-80f7-4483-9372-3949e9684cb6{padding-top:25px;padding-left:50px;padding-right:50px;background-color:#fff}

/*
  $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%;
}
