/* your styles go here */

@media (min-width: 1200px) {
  #navbar .container {
    align-items: center;
    display: flex;
  }

  #navbar .navbar-header {
    flex: 0 0 auto;
  }

  #navbar .navbar-brand {
    height: auto;
    padding-bottom: 12px;
    padding-top: 12px;
  }

  #navbar .navbar-brand img {
    max-height: 54px;
    width: auto;
  }

  #navbar .navbar-collapse {
    flex: 1 1 auto;
    padding-left: 18px;
  }

  #navbar .navbar-nav.navbar-right {
    align-items: center;
    display: flex;
    float: none !important;
    justify-content: flex-end;
    margin: 0;
    width: 100%;
  }

  #navbar .navbar-nav > li {
    float: none;
  }

  #navbar .navbar-nav > li > a {
    padding: 28px 10px;
    white-space: nowrap;
  }
}

@media (min-width: 1200px) and (max-width: 1450px) {
  #navbar .navbar-brand img {
    max-height: 46px;
  }

  #navbar .navbar-collapse {
    padding-left: 10px;
  }

  #navbar .navbar-nav > li > a {
    font-size: 13px;
    padding-left: 7px;
    padding-right: 7px;
  }
}

.sigsoft50-highlight {
  border-bottom: 1px solid #eeeeee;
}

.sigsoft50-highlight__row {
  align-items: center;
  display: flex;
}

.sigsoft50-highlight__eyebrow {
  color: #467fbf;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.sigsoft50-highlight h2 {
  font-size: 30px;
  margin-top: 0;
}

.sigsoft50-highlight .lead {
  margin-bottom: 24px;
}

.sigsoft50-highlight__image {
  border: 1px solid #dddddd;
  display: block;
  padding: 8px;
}

.sigsoft50-highlight__image img {
  display: block;
  height: auto;
  width: 100%;
}

@media (max-width: 991px) {
  .sigsoft50-highlight__row {
    display: block;
  }

  .sigsoft50-highlight__image {
    margin-top: 22px;
  }
}

.sigsoft50-page {
  color: #2f2f2f;
  font-size: 16px;
  line-height: 1.6;
}

.sigsoft50-hero {
  background: #f6f8fb;
  border: 1px solid #e3e8ef;
  margin-bottom: 36px;
  padding: 36px;
}

.sigsoft50-hero h2 {
  color: #1f3f68;
  font-size: 34px;
  letter-spacing: 0;
  line-height: 1.15;
  margin: 0 0 14px;
}

.sigsoft50-lead {
  color: #23384f;
  font-size: 22px;
  line-height: 1.35;
  margin-bottom: 14px;
}

.sigsoft50-eyebrow {
  color: #467fbf;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.sigsoft50-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.sigsoft50-section {
  border-top: 1px solid #e6e6e6;
  padding: 34px 0;
}

.sigsoft50-section-heading {
  max-width: 760px;
}

.sigsoft50-section-heading h2 {
  color: #242424;
  font-size: 30px;
  letter-spacing: 0;
  margin-top: 0;
}

.sigsoft50-outline {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 24px;
}

.sigsoft50-outline a {
  border: 1px solid #dddddd;
  color: #333333;
  display: block;
  min-height: 190px;
  padding: 18px;
  text-decoration: none;
}

.sigsoft50-outline a:hover,
.sigsoft50-outline a:focus {
  border-color: #467fbf;
  box-shadow: 0 3px 14px rgba(37, 63, 92, 0.14);
  color: #333333;
  text-decoration: none;
}

.sigsoft50-outline span {
  color: #467fbf;
  display: block;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 14px;
}

.sigsoft50-outline strong {
  color: #23384f;
  display: block;
  font-size: 19px;
  margin-bottom: 10px;
}

.sigsoft50-outline em {
  color: #666666;
  display: block;
  font-style: normal;
  line-height: 1.45;
}

.sigsoft50-embed-placeholder {
  align-items: center;
  aspect-ratio: 16 / 9;
  background: #1f2f44;
  color: #ffffff;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  justify-content: center;
  min-height: 320px;
  text-align: center;
}

.sigsoft50-story {
  padding-bottom: 10px;
}

.sigsoft50-act {
  margin-top: 36px;
}

.sigsoft50-act-intro {
  background: #f7f8fa;
  border-left: 5px solid #467fbf;
  margin-bottom: 20px;
  padding: 22px 24px;
}

.sigsoft50-act-intro span {
  color: #467fbf;
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.sigsoft50-act-intro h3 {
  color: #23384f;
  font-size: 25px;
  letter-spacing: 0;
  margin: 0 0 8px;
}

.sigsoft50-act-intro p {
  margin-bottom: 0;
  max-width: 850px;
}

.sigsoft50-frame-grid {
  display: block;
}

.sigsoft50-bootstrap-carousel .carousel-inner {
  overflow: hidden;
}

.sigsoft50-frame-grid figure {
  border: 1px solid #dddddd;
  margin: 0;
  padding: 10px;
}

.sigsoft50-frame-grid img {
  background: #f2f2f2;
  display: block;
  height: auto;
  width: 100%;
}

.sigsoft50-frame-grid figcaption {
  align-items: center;
  border-top: 1px solid #eeeeee;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: space-between;
  margin-top: 10px;
  padding: 14px 4px 4px;
}

.sigsoft50-frame-grid figcaption strong {
  color: #23384f;
  display: block;
  flex: 1 1 auto;
  font-size: 18px;
  margin-bottom: 4px;
  min-width: 180px;
}

.sigsoft50-carousel-controls {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: flex-end;
  margin: 0;
}

.sigsoft50-carousel-button {
  align-items: center;
  background: #ffffff;
  border: 1px solid #cfd8e3;
  color: #23384f;
  display: inline-flex;
  font-size: 20px;
  font-weight: 700;
  height: 42px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  width: 42px;
}

.sigsoft50-carousel-button:hover,
.sigsoft50-carousel-button:focus {
  background: #467fbf;
  border-color: #467fbf;
  color: #ffffff;
  outline: none;
}

.sigsoft50-carousel-counter {
  background: #f6f8fb;
  border: 1px solid #cfd8e3;
  color: #23384f;
  font-size: 17px;
  font-weight: 700;
  min-width: 128px;
  padding: 8px 12px;
  text-align: center;
}

.sigsoft50-story-video {
  border: 1px solid #dddddd;
  margin: 0;
  padding: 10px;
}

.sigsoft50-story-video iframe {
  aspect-ratio: 16 / 9;
  border: 0;
  display: block;
  width: 100%;
}

.sigsoft50-story-video-caption {
  align-items: center;
  border-top: 1px solid #eeeeee;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: space-between;
  margin-top: 10px;
  padding: 14px 4px 4px;
}

.sigsoft50-story-video-caption strong {
  color: #23384f;
  display: block;
  flex: 1 1 auto;
  font-size: 18px;
  margin-bottom: 4px;
  min-width: 180px;
}

.sigsoft50-arc {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 20px;
}

.sigsoft50-arc div {
  border-left: 4px solid #467fbf;
  padding: 0 8px 0 16px;
}

.sigsoft50-arc span {
  color: #467fbf;
  display: block;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}

.sigsoft50-arc h3 {
  font-size: 18px;
  letter-spacing: 0;
  margin: 0 0 8px;
}

.sigsoft50-gallery-title {
  color: #23384f;
  font-size: 22px;
  letter-spacing: 0;
  margin: 32px 0 16px;
}

.sigsoft50-slide-gallery {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sigsoft50-slide-gallery figure {
  border: 1px solid #dddddd;
  margin: 0;
  padding: 8px;
}

.sigsoft50-slide-gallery img {
  background: #f2f2f2;
  display: block;
  height: auto;
  width: 100%;
}

.sigsoft50-slide-gallery figcaption {
  color: #666666;
  font-size: 13px;
  margin-top: 6px;
}

@media (max-width: 991px) {
  .sigsoft50-arc,
  .sigsoft50-outline {
    grid-template-columns: 1fr;
  }

  .sigsoft50-slide-gallery,
  .sigsoft50-frame-grid {
    grid-template-columns: 1fr;
  }

  .sigsoft50-carousel-controls {
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .sigsoft50-hero {
    padding: 24px 18px;
  }

  .sigsoft50-hero h2 {
    font-size: 28px;
  }

  .sigsoft50-lead {
    font-size: 19px;
  }
}
/* Example site test */

.box-image-text .image {
    min-height: 190px;
    max-height: 190px;
}

.box-image-text .image img {
    max-height: 190px;
    margin: auto;
}

.box-simple {
    min-height: 230px;
}

table {
    border-collapse: collapse;
}
td, th {
    border: 1px solid #333;
    padding: 0 .2em;
}
