body {
  font-family: Roboto,"Helvetica Neue",Arial,sans-serif;
}
a {
  color: #286fcf;
  transition: all 0.5s ease;
}
*:focus {
  outline: none;
}
textarea:focus, input:focus{
  outline: none;
}
.btn {
  font-size: 13px;
  padding: 10px 20px 8px;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-weight: 700;
  box-shadow: 0px 4px 10px rgba(0,0,0,.2);
  border-color: transparent;
  transition: all 0.5s ease;
}
.btn:hover, .btn:focus, .btn:active {
  box-shadow: 0px 4px 10px rgba(0,0,0,.3);
  border-color: transparent;
  outline: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  border-color: transparent;
  outline: none;
}
.btn-default {
  background: #286fcf;
  color: #fff;
}
.btn-primary {
  background: #e89f12;
  color: #fff;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default:active:focus {
  background: #286fcf;
  color: #fff;
  border-color: transparent;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:focus {
  background: #e89f12;
  color: #fff;
  border-color: transparent;
}
img {
  width: 100%;
  height: auto;
}

.body-img {
  padding-bottom: 10px;
}

.photo-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: right;
}
.photo-wrapper.home {
  background-image: url(../img/background1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.photo-wrapper.people {
  background-image: url(../img/background2.jpg);
}
.photo-wrapper.background {
  background-image: url(../img/background3.jpg);
}
.photo-wrapper.phone {
  background-image: url(../img/background4.jpg);
}

.navbar {
  background: transparent;
  margin-bottom: 0;
  border-color: transparent;
}
.navbar-brand>img {
  margin: 0 auto;
  width: 100%;
  max-width: 410px;
}
.navbar-nav {
  margin: 20px 0;
  text-align: right;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: transparent;
}
.navbar-default .navbar-nav>li>a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .06em;
  font-size: 13px;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  color: #fff;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
  background-color: transparent;
  color: #fff;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
  margin-right: 10px;
    padding: 16px 12px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
  border-radius: 0;
  width: 26px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-nav .open .dropdown-menu {
  text-align: right;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: rgba(255,255,255,.1);
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p, ul {
  line-height: 1.5;
}

.jumbotron {
  background-color: transparent;
  color: #fff;
}
.jumbotron h1 {
  font-weight: 500;
  line-height: 1.1;
  margin: 0 auto 10px;
  max-width: 90%;
}
.jumbotron h3 {
  font-size: 17px;
  font-weight: 400;
  opacity: .6;
  margin: 0 auto 30px;
  max-width: 80%;
}
.form-inline .form-control {
  margin-right: -5px;
  height: 50px;
  font-size: 17px;
}
.smallotron {
  background-color: transparent;
  color: #fff;
  margin-bottom: 30px;
}
.smallotron h1 {
  font-weight: 500;
  line-height: 1.1;
  margin: 0 0 10px;
}
.smallotron p {
  opacity: .8;
}
.smallotron .form-wrapper {
  box-shadow: none;
}
.smallotron .form-inline .form-control {
  height: 38px;
  font-size: 14px;
}
.smallotron .select-wrap {
  padding: 8px 13px 0;
}
.smallotron .search-wrapper button {
  padding: 8px 30px;
}

.search-wrapper {
    padding: 10px;
}
.smallotron .search-wrapper {
  background: transparent;
  padding: 0 0 45px;
  box-shadow: none;
}
.form-wrapper  {
  box-shadow: 0px 9px 18px rgba(0,0,0,.22);
  display: block;
}
.form-wrapper.phone .form-control {
  font-size: 28px;
}
.search-wrapper p {
  font-size: 15px;
  font-weight: 400;
  opacity: .8;
  text-align: center;
}
.select-wrap {
  padding: 13px 13px 0;
}
.select-wrap select {
  border: 0;
  /* background: url(../img/down-arrow.svg) no-repeat right center; */
  background-color: #fff;
  background-size: 14px auto;
  width: 100%;
  display: block;
  -webkit-appearance: button;
}
.select-wrap select:focus {
  outline: none;
}
.form-control {
  border-radius: 0;
}
.form-control:focus {
  border-color: #ccc;
  box-shadow: none;
}
.search-wrapper button {
  padding: 14px 30px;
  font-size: 14px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: none;
  min-height: 50px;
}

.review-header {
  background: #f4f4f4;
  padding-top: 12px;
  color: #666;
}
.review-listing {
  background: #fff;
  border: 1px solid #e4e4e4;
  padding: 25px 0 25px;
  transition: all 0.5s ease;
  margin-top: -1px;
  position: relative;
}
.review-listing:hover {
  background: #fef5e3;
}
.review-listing h3 {
  margin: 0;
  line-height: 20px;
}
.block-link {
/*  display: block; */
  color: #272727;
}
.block-link:hover {
  text-decoration: none;
  color: #272727;
}
.review-link-hack {
  position: absolute;
/*  top: 37px; */
  top: 18%;
  right: 20px;
}
.review-listing h3 span {
  font-size: 14px;
  opacity: .8;
}
.review-listing h4 {
  margin-top: 0;
  line-height: 16px;
}
.review-listing h4 span {
  font-size: 13px;
  opacity: .6;
}
.review-listing .btn {
  display: inline-block;
  padding: 6px 12px;
}
.review-listing .padd-top {
  padding-top: 8px;
}
.review-listing .badge {
  margin-bottom: 10px;
  margin-top: 7px;
}
.star-rating  {
  margin: 6px 0 10px 0;
}
.star-rating p {
  padding-top: 4px;
  margin-bottom: 0;
  display: inline-block;
}
.star-rating p span.stars {
  top: -2px;
  display: inline-block;
  position: relative;
}
.star-rating img {
  width: 16px;
}
.star-rating .rating {
  margin: 4px 0 0 0;
  color: #666;
}
.banner-wrapper {
  height: 8px;
}
h4.banner {
  font-size: 11px;
  text-transform: uppercase;
  color: #ffffff;
  background: #85a008;
  font-weight: 700;
  float: left;
  left: -20px;
  position: relative;
  text-align: right;
  padding: 7px 12px 4px 12px;
  top: -20px;
  letter-spacing: .05em;
  box-shadow: 0px 1px 1px rgba(0,0,0,.2);
}
h4.banner:after {
  content: "";
  border-color: #85a008;
  position: absolute;
  border-style: solid;
  width: 0px;
  bottom: 0px;
  display: block;
  border-width: 13.5px;
  right: -13px;
  border-left-width: 0;
  border-right-color: transparent;
  box-shadow: 0px 1px 0px rgba(0,0,0,.2);
}
@media (max-width: 767px) {
  h4.banner{
    top: -6px;
  }
}
.sidebar {
  margin-bottom: 80px;
}
.sidebar h3 {
  font-size: 19px;
}
.sidebar h5 {
  margin: 20px 0 0;
}
.sidebar p, .sidebar ul li {
  opacity: .65;
}

.content-wrapper {
  background: #e0eeff;
/*  margin-top: 4em; */
  padding-bottom: 4em;
}
.container.content {
  padding-top: 4em;
}

.footer {
  background: #ffffff;
  color: #999;
  padding: 4em 0 5em;
  font-size: 90%;
  border-top: 1px solid #e4e4e4;
}
.footer-logo {
  padding: 20px 0 0 0;
}
.footer-logo img {
  width: 230px;
  opacity: .5;
}
.footer ul {
  list-style-type: none;
  padding: 0 0 10px;
}
.footer ul li {
  padding: 3px 9px;
  display: inline-block;
}
.footer a {
  color: #999;
  text-decoration: underline;
}
#frca-warning .warning {
  background: yellow;
  display: inline-block;
  padding: 5px 10px;
}
#frca-warning .modal-footer {
  text-align: center;
}

.copyright,
.disclaimer {
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.copyright .link {
  cursor: pointer;
}

@media (min-width: 768px) {
  .navbar>.container-fluid .navbar-brand {
    margin: 6px 0 0 10px;
    }
  .jumbotron {
    padding-top: 8em;
    padding-bottom: 10em;
    }
  .sidebar {
    padding-left: 30px;
    padding-right: 0px;
    }
}

@media (max-width: 767px) {
  .navbar-brand>img {
      max-width: 300px;
  }
  .navbar {
    background: transparent;
    }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
    }
  .photo-wrapper {
    background-size: auto 100%;
    background-position-x: -20px
    }
  .navbar-default .navbar-collapse {
    border-color: transparent;
    background: #286fcf;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #fff;
  }
  .jumbotron h1 {
    font-size: 24px;
    max-width: 95%;
  }
  .jumbotron h3 {
    font-size: 15px;
    max-width: 95%;
  }
  .search-wrapper p {
    font-size: 13px;
  }
  .review-header {
    display: none;
  }
  h1 {
    font-size: 32px !important;
  }
}
@media (max-width: 991px) {
  .search-wrapper button {
    display: block;
    width: 100%;
    border-bottom-left-radius: 2px;
    border-top-right-radius: 0;
    }
  .form-group {
    width: 100%;
    margin-bottom: -1px;
    }
  .form-control {
    width: 100% !important;
    display: block !important;
    }
  .smallotron .search-wrapper {
    display: block;
  }
}
@media (min-width: 991px) {
  .form-wrapper.phone {
    display: inline-block;
  }
}

body.review .navbar {
  background: #286fcf;
  border-radius: 0;
}
body.review .navbar-brand {
  padding: 8px 15px 0;
  height: auto;
}
body.review .navbar-nav {
  margin: 10px 0 5px;
}
body.review h1 {
  line-height: 1.1;
  margin-top: 35px;
}
body.review .review-details {
  background: #f8f8f8;
  border: 1px solid #e4e4e4;
  margin-bottom: 10px;
  padding: 0 20px 15px;
  box-shadow: 0px 4px 10px rgba(0,0,0,.06);
  margin-bottom: 4em;
}
.review-details ul {
  padding: 0 0 0 20px;
  margin-bottom: 20px;
}
.review-details h2 {
  font-size: 22px;
}
.review-details h3 {
  font-size: 18px;
  color: #666;
}
.review-details table {
  background: #ffffff;
}
.review-details .well {
  background: #ffffff;
}
body.review .sidebar p {
  opacity: 1;
}
body.review .sidebar h3 {
  margin-top: 0;
}
body.review .sidebar p .btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
body.review .sidebar .well {
  padding: 10px 19px 10px;
}
body.review .sidebar .well .border {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 6px;
}
body.review .sidebar h5 {
  padding-bottom: 20px;
  color: #666;
}
body.review .review-callout {
  padding: 20px 0;
  border-top: 1px solid #e4e4e4;
}
body.review .review-callout img {
  max-height: 40px;
  max-width: 130px;
}

@media (max-width: 767px) {
  body.review .navbar-brand {
    padding: 16px 15px 0;
  }
}

/* Questionnaire */

body.questionaire .carousel {
  min-height: 300px;
  margin-top: 30px;
}
body.questionaire .carousel .well {
  max-width: 340px;
  margin: 0 auto 50px;
  background: rgba(255,255,255,.8);
  border-radius: 0;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  border: 2px solid rgba(255,255,255,.9);
}
body.questionaire .carousel input.form-control.other {
  width: 220px !important;
  height: 22px !important;
  font-size: 13px !important;
  display: inline !important;
}
body.questionaire .carousel h3 {
  line-height: 1.3em;
  font-size: 18px;
  margin-top: 4px;
}
body.questionaire .carousel h6 {
  margin: 0;
  letter-spacing: .025em;
  font-weight: 700;
  text-transform: uppercase;
  opacity: .5;
}
body.questionaire .header h1 {
  color: #fff;
  line-height: 1.2em;
  margin-top: 1em;
  font-size: 48px;
}
body.questionaire .header h3 {
  color: #fff;
  font-weight: 100;
  font-size: 17px;
  opacity: .8;
  margin-top: 2em;
}
body.questionaire .radio + .radio, body.questionaire .checkbox + .checkbox {
    margin-top: 10px;
}

@media (max-width: 767px) {
body.questionaire .header h1 {
    font-size: 20px;
  }
body.questionaire .header h3 {
    font-size: 12px;
    margin-top: 0;
    text-align: center;
    }
}

body.questionaireTwo .header h3 {
  margin-top: 0;
  margin-bottom: 40px;
}
body.questionaireTwo .header h1 {
  margin-top: 10px;
  font-size: 39px;
}
body.questionaireTwo .faqs {
  margin-bottom: 30px;
}
body.questionaireTwo .faqs h5 {
  margin-top: 35px;
}
body.questionaireTwo .faqs a {
  font-weight: 700;
  font-size: 15px;
}
body.questionaireTwo .container.content {
    padding-top: 30px;
}
body.questionaireTwo .content-wrapper {
  margin: 0;
  background: #f9f9f9;
}
@media (max-width: 767px) {
body.questionaireTwo .header h1 {
    font-size: 22px;
  }
body.questionaireTwo .header h3 {
    font-size: 14px;
    margin-top: 0;
    text-align: center;
    }
}

/* v a1.2 */

body.a-one-point-two .smallotron {
  padding: 3em 0 5em;
}
body.a-one-point-two .select-wrap {
    padding: 7px 13px 0;
}
body.a-one-point-two form .btn {
    display: block;
    width: 100%;
}
@media (max-width: 767px) {
  body.a-one-point-two .photo-wrapper {
    background-size: cover;
    background-position-x: 0;
  }
}

/* v a1.3 */

body.a-one-point-three .form-inline .form-control {
  margin-right: 0;
  background-color: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.2);
}
body.a-one-point-three .form-inline input::placeholder {
  color: rgba(255,255,255,.6);
}
body.a-one-point-three .form-inline input {
  color: rgba(255,255,255,1);
}
body.a-one-point-three .form-inline .select-wrap {
  background-color: rgba(255,255,255,.1);
}
body.a-one-point-three .form-inline .select-wrap select {
  color: rgba(255,255,255,.6);
  background: transparent;
  background: url(../img/down-arrow-white.svg) no-repeat right center;
}
body.a-one-point-three .form-inline button {
  background-color: rgba(255,255,255,.1);
  border-radius: 0;
  color: rgba(255,255,255,.6);
  border-color: rgba(255,255,255,.2);
}
body.a-one-point-three .mobileOnly .select-wrap {
    padding: 7px 13px 0;
}
body.a-one-point-three .mobileOnly button {
  width: 100%;
}
@media (max-width: 767px) {
  body.a-one-point-three .photo-wrapper {
    background-size: cover;
    background-position-x: 0;
  }
}
