h1, h2, h3 {
  color: #fff !important;
}

h1 {
  font-size: 18pt !important;
}

h3, h4 {
  margin-bottom: 20px !important;
}

small {
  font-style: italic;
}

.sticky-navigation {
  top: 0px;
  opacity: 1.0;
}

.dropdown-menu li a {
  color: #000 !important;
  font-weight: 400;
}

.dropdown-menu li a:hover {
  color: #0e1587 !important;
}

.left-intro {
  margin-top: 60px;
}

.less-padding-vertical {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.footer-links {
  text-align: center
}

.footer-links a {
  margin: 5px;
  white-space: nowrap;
}

.left-intro {
  padding-bottom: 0px;
}

.promo-text {
  color: #F74F4C;
  font-style: italic;
  font-size: 18pt;
  text-align: center;
}

.intro-buttons {
  margin-top: 25px;
}

.intro-image-wrapper {
  margin: 100px 0px;
  padding: 0px;
}

.video-tab-buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.video-tab-buttons a {
  text-decoration: none;
}

.video-tab-button {
  padding: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
  width: 150px;
  color: #fff;
  margin-right: 10px;
  border-width: 3px;
  border-style: solid;
  transition: all .3s ease;
}

.gray-outline {
  background-color: rgba(0, 0, 0, 0);
  border-color: #555;
  border-bottom-color: rgba(0, 0, 0, 0);
}

.gray-fill {
  background-color: #555;
  border-color: #555;
}

.video-tab-container {
  background-color: #555;
  padding: 10px;
  transition: background-color .3s ease;
}

.table {
  margin: 50px auto 0px auto;
  width: 100%;
  max-width: 600px;
  padding: 0;
}

.table td,
.table th {
  text-align: center;
}

.table td:first-child {
  text-align: left;
}

.green {
  color: #00ff00;
}

.red {
  color: #ff0000;
}

.testimonials {
  height: 400px;
}

.desktop-carousel-image {
  max-height: 400px;
}

.desktop-carousel-description {
  vertical-align: middle;
  display: flex;
  flex-direction: row;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin: 0px auto;
}

.desktop-carousel-description p {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

.latest-item {
  opacity: 1.0 !important;
}

.table tr td {
  font-size: 12pt;
}

footer {
  margin-top: 0px !important;
}

/* responsive style ----------------------------------------------------------------- */
/* Large Devices, Wide Screens */
@media only screen and (max-width : 992px) {
  #intro {
    margin-top: -70px !important;
  }

  .logo {
    margin-bottom: 0px;
    height: 50px;
  }

  .intro-image-wrapper {
    margin: 20px auto;
    padding: 0px;
    width: 100%;
  }

  .mobileBg {
    margin: 0px auto;
    padding: 0px;
  }

  .slogan {
    margin-bottom: 2px;
    font-size: 15pt !important;
  }

  .less-padding-vertical {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    line-height: 1.3;
    font-size: 12pt;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 430px) {
  .table tr td {
    font-size: 10pt;
  }
}

@media (max-width: 961px) {
  .navbar-header {
    float: left;
  }

  .navbar-toggle {
    display: block;
    margin: 5px;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    width: 100%;
    padding: 5px 0px 0px 0px;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: left;
  }

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

  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-text {
    float: none;
    margin: 15px 0;
  }

  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block !important;
  }

  .collapsing {
    overflow: hidden !important;
  }

  .navbar-default .navbar-nav>li>a {
    display: block;
    margin: 0px 10px;
    padding: 10px 5px 10px 5px;
  }

  .dropdown-menu {    
    float: none;
    position: relative;
    border: none;
    background-color: rgba(0,0,0,0);
    box-shadow: none;
    padding-left: 12px;
  }
}