/* GLOBAL STYLES
-------------------------------------------------- */
body {
  padding-bottom: 0px;
  color: #5a5a5a;
  position: relative;
}

h2 {
  margin-top: 50px;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  /*position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;*/
  border-bottom: 1px solid #ddd;
  background-color: #FFF;
  position: fixed;
}

.navbar-default { background-color: transparent; border-color: transparent; }
.affix .navbar-default,.affix-bottom .navbar-default {
  border-color: #999;
  background-color: #39424E;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

.navbar-default .navbar-collapse { background-color: #39424E; }
@media (min-width: 768px) { .navbar-default .navbar-collapse { background-color: transparent; } }

.navbar-brand { padding: 3px; }
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
a.navbar-brand { font-style: italic; }
a.navbar-brand span {
  font-weight: bold;
  font-style: normal;
  color: #337AB7;
}
.navbar-brand img { height: 42px; }

.navbar-default .navbar-nav>li>a { color: #F6F6F6; text-transform: uppercase; font-size: 12px; }

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  color: #F6F6F6;
  border-bottom: 3px solid #F6F6F6;
  background-color: transparent;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  color: #A1A1A1;
  background-color: transparent;
}

.btn-outline {
  color: #FFF;
  background-color: transparent;
  border-color: #FFF;
}

.btn-outline:hover {
  color: #CCC;
  background-color: transparent;
  border-color: #CCC;
}
.jumbotron-home-top .btn-outline:hover {
  background-color: transparent;
  color: #EEE;
}
.jumbotron-home-top .btn-outline:visited, .jumbotron-home-top .btn-outline:focus { color: #fff; }
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel-top {
  height: 400px;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-top .carousel-caption {
  z-index: 10;
  bottom: 40px;
}

.carousel-top .carousel-caption h1 { font-size: 54px; }

/* Declare heights because of positioning of img element */
.carousel-top .item {
  height: 400px;
  /*background-color: #777;*/
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .carousel-top, .carousel-top .item { height: 550px; }
}

@media (min-width: 1500px) {
  .carousel-top, .carousel-top .item { height: 650px; }
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}


/* JUMBOTRONs 
-------------------------------------------------- */
.jumbotron {
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 0px;
}

.jumbotron-home-top {
  color: #fff;
  background-image: url(/images/pmp-reporting-software-banner.jpg);
  margin-top: 0px;
}
.jumbotron-home-top h1 { margin-top: 136px; font-size: 28px; }
.jumbotron-home-top p { font-size: 15px; }


.partners, .solutions { padding: 124px 0 0 0; margin-bottom: 0; }

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.features .col-md-4 {
  margin-bottom: 40px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}

.quote-tron p { font-size: 14px; margin-bottom: 8px; color: #f1f1f1; }
.quote-tron .col-lg-4,.quote-tron .col-lg-6 { height: 266px; }

.features-content .col-md-4, .features-content .col-md-6 { margin-bottom: 42px; text-align: center; }
.partner-content .caption { display: none; }

.partner-nav>li>a { padding: 24px 0; font-size: 18px; }
.partner-content .thumbnail>img { height: 48px; margin-top: 46px; margin-bottom: 46px; }
.caption>h4 { text-align: center; }

.list-inline>li { padding: 20px; }

.supported-states>.col-sm-4 { text-align: center; }

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 50px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

.featurette-btns {
  text-align: center;
  margin-bottom: 30px;
}

.featurette-image {
  margin: auto;
  height: 222px;
}

.agency-description p {
  font-size: 14px;
}

.agency-description {
  margin-top: 30px;
}

.pt-0 {
  padding-top: 0!important;
}

.pt-3 {
  padding-top: 1rem!important;
}

.mb-3 {
  margin-bottom: 1rem!important;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1.5rem;
}

.bg-main {
  background: #4a9901;
  color: #FFF;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(248,249,250,var(--bs-bg-opacity))!important;

}

.border-main {
  border-color: #4a9901!important;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0,0,0,.125);
}

.state-data {
  margin-top: 82px;
}

.icon {
  font-size: 35px;
  display: flex;
  justify-content: center;
}

.industries {
  display: flex;
  flex-direction: row;
}

.industries ul {
  margin-right: 10px;
}

.dashboard {
  height: 325px!important;
}

.data {
  width: 30%!important;
}

.coloredNumber {
  color: #00dd00;
  font-size: 24px;
}

.pmpFlex {
  display: flex;
}

.howToUseButton {
  font-size: 30px;
}

.howToUseButton:focus {
  outline: none!important;
}

.uploadContainer {
  position: relative;
  min-height: 70vh;
  width: 100%;
}

.uploadContentContainer {
  padding-bottom: 2.5rem;
  width: 80%;
  margin: 0 10% 0 10%;
}

.footerContainer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2.5rem;
}

.uploadAsapForm {
  margin-top: 20px;
}

.footer li>a, .footer, .footer a { color: #999; }

/* Table
-------------------------- */

/* RESPONSIVE CSS
-------------------------------------------------- */
.affix,.affix-bottom { z-index: 2000; }
.affix .navbar-brand,.affix-bottom .navbar-brand { float: left; }
.affix .navbar-nav,.affix-bottom .navbar-nav { margin: 15px 0 8px 0; }

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  .navbar-brand { float: none; }
  .navbar-brand img { height: 42px; }
  .navbar>.container .navbar-brand { padding-top: 15px; }

  .navbar-nav { margin: 22px 0 18px 0; }

  .jumbotron-home-top {
     margin-top: 0px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
  .featurette-image { height: auto; }

  .partners, .solutions { padding: 210px 0 0 0; margin-bottom: 0; }

  .jumbotron-home-top h1 { margin-top: 196px; font-size: 38px; }
  .jumbotron-home-top p { font-size: 22px; }

  .supported-states>.col-sm-4 { text-align: left; }

}

@media (max-width: 530px) {
  .recaptchaContainer {
    margin-left: 10%!important;
  }
}

@media (max-width: 400px) {
  .data {
    width: 35%!important;
  }
}

@media (max-width: 375px) {
  .recaptchaContainer {
    margin-left: 0%!important;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }

  .featurette-btns {
    text-align: left;
  }
  
  .features-content .col-md-4, .features-content .col-md-6 { text-align: left; }
  .navbar-brand img { height: 62px; }
  .navbar>.container .navbar-brand { padding-top: 5px; }
  .affix .navbar>.container .navbar-brand,.affix-bottom .navbar>.container .navbar-brand { padding-top: 15px; }
  .affix .navbar-brand img,.affix-bottom .navbar-brand img { height: 42px; }

  .navbar-nav { margin: 32px 0 18px 0; }

  .jumbotron-home-top {
     margin-top: 0px;
  }
  .partners, .solutions { padding: 340px 0 0 0; margin-bottom: 0; }

  .jumbotron-home-top h1 { margin-top: 386px; font-size: 48px; }
  #carousel-quotes .item { margin-top: 60px; }
}

@media (max-width: 768px) {
  .industries {
    display: none;
  }

  .industriesMobile {
    display: flex!important;
    flex-direction: row;
    justify-content: center;
  }
}

/* Super wide 4k etc */
@media (min-width: 2000px) {
  .jumbotron {
    width: 2000px;
    margin-left: auto;
    margin-right: auto;
  }

}
