.shogun-table { width: 100%; overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.shogun-table-column-container { display: -webkit-box; display: -ms-flexbox; display: flex; font-weight: bold; }

.shogun-table-column { padding: 10px; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.shogun-table-column:last-child { border-right: 0; }

.shogun-table-row-container { display: -webkit-box; display: -ms-flexbox; display: flex; }

.shogun-table-row-container:last-child > .shogun-table-row { border-bottom: 0; }

.shogun-table-row { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding: 10px; min-height: 45px; }

.shogun-table-row:last-child { border-right: 0; }

.shogun-table-row:first-child { border-left: 0; }

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

.shogun-root {
  /* create a new stacking context */
  transform: scale(1);
}

.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;
}
