/* Add here all your css styles (customizations) */
/*Parallax Quote Inner*/
.parallax-quote-in-nq {
  z-index: 1;
  padding: 0 80px;
  position: relative; 
}

.parallax-quote-in-nq p {
  color: #fff;
  font-size: 28px;
  text-transform: uppercase;
  font-family: "Open Sans", Arial, sans-serif;
}

.parallax-quote-in-nq p:after {
  margin-left: 3px;
}

.parallax-quote-in-nq p:before {
  margin-left: -15px;
}

.parallax-quote-in-nq small {
  color: #bbb;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

@media (max-width: 768px){
  .parallax-quote-in-nq {
    padding: 0 40px;
  }

  .parallax-quote-in-nq p {
    font-size: 20px;
  }
}
.highlight {
    font-size: larger;
}
td.highlight, th.highlight {
    background-color: #fcf8e3;
    border-color: #5cb85c;
}
@media (max-width: @screen-xs-max) {
    .pull-xs-right {
        float: right !important;
    }
    .pull-xs-left {
        float: left !important;
    }
}