.bg-blue {
    background: #1861ad!important;
    }
.table td {
    padding: 0 0.75rem;
}
.table {
    border: 0px solid #ccc;
}
.table p {
    font-size: 1.25rem;
}
.table td, .table th {
    border-top: none!important;
   border-bottom: none!important;
}
.table-hover tbody tr:hover {
    color: #212529; 
    background-color: rgba(0,0,0,.075);
}
.bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
 
}

.btn-bluebackground {
   background-color: rgb(25, 25, 112);
   color: #fff;
}

.btn-outline-secondary {
	border-color: rgb(25, 25, 112) !important;
	color: rgb(25, 25, 112) !important;
}
.btn-outline-secondary:hover {
	border-color: rgb(25, 25, 112) !important;
	color: #ffffff !important;
    background-color: rgb(25, 25, 112) !important;
}


hr.nopad {
margin: 0px;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
}


/* Sections
----------------------------*/
.sectiononepara {
	background-color: #F5F5F5;
    padding: 20px;
}
.sectiononeparaodd {
	background-color: #FFFFFF;
    padding: 20px;
}
.sectiononeparaoddb {
	background-color: #FFFFFF;
    padding: 20px 20px 0px 20px;
}
.fontbenefits {
	margin: 8px 20px 20px 20px;
    font-size: 1.5em;
    color: #8b0000;
}
.sectionposition {
background-color: #8b0000;
padding: 20px;
}
.positiondarkblue {
background-color: rgb(25, 25, 112);
}
.positionlightblue {
background-color: #f3f3f8;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media only screen and (min-width: 300px) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .featurette-heading {
    font-size: 50px;
  }

.carousel-caption {
  bottom: 3rem;
  width: 100%;
}
}

@media only screen and (min-width: 768px) {
  .featurette-heading {
    margin-top: 7rem;
  }

.carousel-caption {
  bottom: 9rem;
  width: 30%;
}
}

/* #privacy banner
================================================== */
    
 .privacy-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    padding: 1rem .5rem;
    background: #fff;
    z-index: 1030;
    color: #000;
    font-size: 14px;
    margin: 0;
    display: none;
  }
  .banner-wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    position: relative;
    align-items: center;
  }
  .privacy-banner p {
    margin: 0;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-family: arial,helvetica,clean,sans-serif;
  }
  .privacy-banner .banner-wrapper p {
      padding-right: 3rem;
  }
  .privacy-banner a {
    text-decoration: none;
    margin: 20px auto 0 auto;
    display: block;
    max-width: 150px;
  }
  .privacy-banner a:hover {
    text-decoration: underline;
  }
  .privacy-banner button {
    position: absolute;
    right: 5px;
    top: calc(50% - 12.5px);
    color: #fff;
    outline: 0;
    height: 25px;
    width: 25px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    font-weight: 700;
    border-radius: 50%;
    text-align: center;
    padding: 0;
    line-height: 1;
    background: #000;
    cursor: pointer;
  }
  .banner-learn {
    color: #000;
  }
   a.banner-learn {
    text-decoration: underline;
    margin: auto;
    display: inline;
    max-width: auto;
  }
  .banner-accept {
    padding: 7px 15px;
    color: #fff;
    border-radius: 5px;
    background: #000;
  }