.container-fluid {
  background-color: rgb(225, 232, 232);
/*   padding: 0 0 0 0; */
}

.jumbotron {
  background-color: rgb(255, 255, 255);
  margin: 15px 0;
/*   margin: 15px 10px; */
  padding: 18px 22px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.hrHeader {
  border: 2px solid;
  border-radius: 5px;
}

.imgClass {
  margin: 30px auto;
  display: block;
  width: 90%;
  border-radius: 4px;
}

.imgText {
  margin-bottom: 50px;
  margin: auto;
  display: block;
  width: 90%;
}

.locationBox {
  margin-top: 50px;
}

.resultBoxOuter {
  display: block;
  padding: 0;
  max-width: 500px;
  margin: 60px auto;
}

.resultBox {
  border: 1px solid #0f2862;
  padding: 15px 10px;
  background-color: #e9effc;
  width: 100%;
  margin: 0;
}

.emailFormBlock {
  margin-top: 5px;
}

.dstClass {
  margin: 0 auto;
  text-align: left;
}

.orClass {
  margin-top: 15px;
  margin-bottom: 15px;
}

.orHr {
  border: 0;
  border-top: 1px solid #8c8c8c;
  border-bottom: 1px solid #fff;
}

.footer-copyright,
.jumbotron,
.hrHeader,
.hrMiddle,
.headerText,
.btn,
.orHr {
  color: #0f2862;
  border-color: #0f2862;
}

.btn:hover,
.btn:active,
.btn:focus {
  background-color: #0f2862;
  border-color: #0f2862;
  color: lightgray;
}

.headerText,
.headerText:hover,
.headerText:focus,
.headerText:active {
  text-decoration: none;
  color: inherit;
}

.clickText {
  color: #33348e;
  text-decoration: underline;
  cursor: pointer;
}

.clickText:hover {
  color: #33348e;
  text-decoration: none;
}

.clickText:active {
  color: #7476b4;
  text-decoration: none;
}

.error {
  color: red;
}

.disclaimer {
  margin-top: 0;
}

.nocMarginBottom {
  margin-bottom: 0px;
}

.alignCenter {
  text-align: center;
}

.fullWidthDiv {
  width: 100%;
}

.noPaddingSides {
  padding-left 0;
  padding-right 0;
}

input, textarea{
  margin-bottom: 8px;
  }

#phone_number_email{
  display:none;
}
.bh{
  text-align: center;
  
}
.smallText{
 font-size: 14px; 
}