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

body {
  padding-bottom: 3rem;
  color: #000;
  font-family: 'Roboto Condensed', "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}


.bg-yellow {
  background-color: #f1b914;
}

.bg-dark {
  background-color: #13171e !important;
}

.bg-grey {
  background-color: #f3f4f5 !important;
}

.nv-full-bleed {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}

.header-img {
  clip-path: polygon(35% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.lead {
  font-family: 'Roboto Condensed', sans-serif !important;
}

p {
  font-family: 'Abel', sans-serif;
  font-size: 1.4rem;
}

.text-right {
  text-align: right !important;
}

.contact-wrap h3, .info-wrap h3 {
  color: #000;
  position: relative;
}

.contact-wrap h3::after, .info-wrap h3::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100px;
  height: 4px;
  background: #f1b914;
  content: '';
}

ul.dash {
  list-style: none;
  margin-left: 0;
  padding-left: 1em;
  font-family: 'Abel', sans-serif;
  font-size: 1.2rem;
}

ul.dash>li:before {
  display: inline-block;
  content: "-";
  width: 2em;
  margin-left: -1em;
}

@media (max-width: 768px) {
  .header-img {
    display: none;
  }
  .contact-header {
    text-align: left !important;
  }
  .header-h5 {
    font-size: 1.25rem !important;
  }
}

@media (max-width: 992px) {
  /* .header-img {
    display: none;
  } */
  .header-h5 {
    font-size: 1.1rem;
  }
}

/* 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;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* 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;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Roboto Condensed', sans-serif;
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

a,
a:hover {
  text-decoration: none !important;
}

.content {
  padding: 7rem 0;
}

h2 {
  font-size: 3.5rem;
  font-weight: 700;
}

h3 {
  font-size: 2rem;
  font-weight: 700;
}

.form-control {
  border: none;
  border-bottom: 1px solid #d9d9d9;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}
textarea.form-control {
  height: auto;
}

.form-control:active,
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #000;
}

.form-group {
  margin-bottom: 1rem;
}

.btn,
.form-control {
  height: 55px;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

form.border-right {
  padding-right: 6rem !important;
}


@media (max-width: 991.98px) {
  form.border-right {
    padding-right: 0 !important;
    border-right: none !important;
  }
}

label.error {
  font-size: 12px;
  color: red;
}

#message {
  resize: vertical;
}

i.circle-icon {
  display: inline-block;
  border-radius: 60px;
  box-shadow: 0 0 2px #888;
  padding: 0.5em 0.6em;
  color: #f1b914;

}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
