
    

    /* GLOBAL STYLES
    -------------------------------------------------- */
    /* Padding below the footer and lighter body text */

    body {
      color: #5a5a5a;
    }

      .pbabuttonLRIS {
        background-color: #f59530;
        background-image:linear-gradient(to bottom, #ffb15d, #f59530);
        font-family: roboto, sans-serif;
      }
      .pbabuttonLRIS:hover {
        background-color: #f59530;
      }

      h1,
      .h1,
      h2,
      .h2,
      h3,
      .h3,
      h4,
      .h4,
      h5,
      .h5 {
          font-weight: 900;
          line-height: 1em;
          padding-bottom: 0.45em;
          font-family: museo-sans-condensed, sans-serif;
      }
      h2,
      .h2 {
          font-size: 1.9444rem;
      }
      h3,
      .h3 {
          font-size: 1.5556rem;
      }
      h4,
      .h4 {
          font-size: 1.333rem;
      }
      h5,
      .h5 {
          font-size: 1rem;
      }  

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

    /* Special class on .container surrounding .navbar, used for positioning it into place. */
    .navbar-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 10;
      margin-top: 20px;
      margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
    }
    .navbar {
      margin-bottom: 0px !important;
    }
    
    /* Remove border and change up box shadow for more contrast */
    .navbar .navbar-inner {
      border: 0;
      -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
         -moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
              box-shadow: 0 2px 10px rgba(0,0,0,.25);
      border-radius: 0;
    }

    /* Downsize the brand/project name a bit */
    .navbar .brand {
      padding: 14px 20px 16px; /* Increase vertical padding to match navbar links */
      font-size: 16px;
      font-weight: bold;
      text-shadow: 0 -1px 0 rgba(0,0,0,.5);
    }

    /* Navbar links: increase padding for taller navbar */
    .navbar .nav > li > a {
      padding: 15px 20px;
    }

    /* Offset the responsive button for proper vertical alignment */
    .navbar .btn-navbar {
      margin-top: 10px;
    }

    .pbanavbar {
        background: #162b53 !important;
      }
    .callus {
      color:#FFFFFF;
    }  
    .callus:hover {
      color:#F8F8F8;
    }  
    .callus:visited {
      color:#F8F8F8;
    }  
    .callus:active {
      color:#F8F8F8;
    }  

    /* Header Section  */

  .header-section {    
    background-size: cover!important;
    height: 200px;
    padding: 4em 0;
}

.header-section .container {
    position: relative;
    z-index: 9;
}

    /* CUSTOMIZE THE CAROUSEL
    -------------------------------------------------- */

    /* Carousel base class */
    .carousel {
      margin-bottom: 60px;
      padding-top: 80px;
    }

    .carousel .container {
      position: relative;
      z-index: 9;
    }

    .carousel-control {
      height: 80px;
      margin-top: 0;
      font-size: 120px;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
      background-color: transparent;
      border: 0;
      z-index: 9;
      top:50%;
    }

    .carousel .item {
      height: 500px;
    }
    .carousel img {
      position: absolute;
      top: 0;
      left: 0;
      object-fit: cover;
      min-width: 100%;
      height: 500px;
    }

    .carousel-caption {
      background: transparent;
      position: static;
      max-width: 550px;
      padding: 0 20px;
      margin-top: 200px;
    }
    .carousel-caption h2 {
      margin: 10!important;
      padding: 10px!important;
      line-height: 1.25!important;
      color: #fff!important;
      text-shadow: 0 1px 1px rgba(0,0,0,.4)!important;
      display: inline-block!important;
      background-color: #162b535b!important;
      border-radius: 5px!important;
      font-size: 1.9444rem!important;
      text-transform: unset!important;
    }
    .carousel-caption .btn {
      margin-top: 10px;
    }

    .carousel-inner {
      border-bottom:3px solid #f59530;
    }

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

    .marketing p {
      font-family: roboto, sans-serif;
    }
    .marketing h3 {
      color: #162b53;
    }
    .marketing h2 {
      font-size: 3rem;
      line-height: 0.951em;
      color: #162b53;
      text-rendering: optimizelegibility;
    }
    .marketing .media-body {
      margin-left: 10px;
      margin-right: 10px;
    }

    .circle {
        width: 80px;
        line-height: 80px;
        border-radius: 50%;
        text-align: center;
        font-size: 32px;
        border: 1px solid #295083;
        color:#FFFFFF;
        text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
        background-color: #33619e;
        font-weight: 900;
        font-family: museo-sans-condensed, sans-serif;
      }


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

    .featurette-divider {
      margin: 5px 0;
    }
    .featurette {
      padding: 20px;
    }

    .featurette-heading {
      font-size: 3rem;
      line-height: 0.951em;
      color: #162b53;
      text-rendering: optimizelegibility;
      line-height: 1;
      letter-spacing: -1px;
      margin-top: 40px;
    }

    .featurette h6 {
      color: #162b53; 
    }

    /* client quote section
    -------------------------  */

    .quotes .card {
      padding: 30px;
      background-color: #f2f5f9;
      border-radius: 6px;
      border: 1px solid #d7dee8;
      color: #33619e;
      margin: 40px 0 40px;
    }

    .quote-card-left {
      font-size:2.5em;
    }

    /* security section
    -------------------------  */

    .security {
      background-color: #f2f5fa;
      border-top: 1px solid #d7dee8;
      padding: 60px 0;
    }
    .disclaimerinfo {
      color:#CCCCCC;
      padding:20px;
    }

    .footerbrand {
      margin:20px;
    }
    /* RESPONSIVE CSS
    -------------------------------------------------- */

    @media (max-width: 979px) {

        .header-section {    
            height: 100px;
        }
    
      .container.navbar-wrapper {
        margin-bottom: 0;
        width: auto;
      }
      .navbar-inner {
        border-radius: 0;
      }

      .carousel .item {
        height: 500px;
      }
      .carousel img {
        object-fit: cover;
        width: auto;
        height: 500px;
      }

      .featurette {
        height: auto;
      }
      .featurette-image.pull-left,
      .featurette-image.pull-right {
        display: block;
        float: none;
        max-width: 40%;
        margin: 0 auto 20px;
      }
    }


    @media (max-width: 767px) {
      .marketing{
        padding-right: 20px;
        padding-left: 20px;
      }
      .header-section {
        margin-left: -20px;
        margin-right: -20px;          
      }
      #banner.bannerSlides .bannerImg{
        position: absolute!important;
      }
      #banner.bannerSlides{
        height:300px!important;
      }
      #banner.bannerSlides ul .bannerSlide {
        height: 300px!important;
    }
    #banner.bannerSlides ul .bannerSlide h2 {
      font-size: 1.4rem!important;
      margin-top: 35px!important;
  }
  #banner .container {
    padding-left: 10px!important;
    padding-right: 10px!important;
}
#banner .bannerLinks{
  padding-top: 0.1rem!important;
}
      .carousel {
        margin-left: -20px;
        margin-right: -20px;
        padding-top: 70px;
      }

      .carousel .item {
        height: 300px;
      }
      .carousel img {
        object-fit: cover;
        height: 300px;
      }
      .carousel-caption {
        width: 65%;
        padding: 0 70px;
        margin-top: 70px;
      }
      .carousel-caption h2 {
        font-size: 30px;
      }
      .carousel-caption .lead,
      .carousel-caption .btn {
        font-size: 18px;
      }

      .marketing .span4 + .span4 {
        margin-top: 40px;
      }

      .featurette-heading {
        font-size: 30px;
      }
      .featurette .lead {
        font-size: 18px;
        line-height: 1.5;
      }

      .security {
        margin-left: -20px;
        margin-right: -20px;
        padding: 0px 20px;
      }
      

    }
    .widthBlueHolder {
      z-index: 9999;
      width: 100%;
  }
  .lris #banner.bannerSlides .bannerImg{
    width:100%!important;
    height:100%!important;
  }
  .lris #banner.bannerSlides .bannerImg:before{
    background:unset!important;
  }
  #banner.bannerSlides{
    height:500px;
  }
  #banner.bannerSlides ul .bannerSlide{
    padding:0px!important;
  }
  #banner.bannerSlides ul .bannerSlide h2{
    font-size: 1.9444rem!important;
    padding: 10px!important;
    line-height: 1.25!important;
    color: #fff!important;
    text-shadow: 0 1px 1px rgb(0 0 0 / 40%)!important;
    display: inline-block!important;
    background-color: #162b535b!important;
    border-radius: 5px!important;
    text-transform: unset!important;
    font-weight: bold!important;
    margin-top: 160px;
  }
  #banner .bannerLinks {
    padding-top: 1.1rem;
      padding-bottom: 58px;
  }
  #banner.bannerSlides ul .bannerSlide {
    height: 500px;
}
.holder{
  border-top: 3px solid #f59530;
  padding-top: 40px;
}
@media (max-width: 767px) {
  #banner.bannerSlides .bannerImg {
      height: unset!important;
  }
}
      