/*
 * blue: #4C638F;
 * light gold: #F0DBA9;
 * dark gold: #C1B088;
 * above footer: #5F7485;
 */

/* - - - - - - -
- - - - GENERAL
- - - - - - - */
body,
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Catamaran', sans-serif;
}
body {
  color: #4C638F;
}
h1,
h2,
h3,
h4,
h5 {
  color: #C1B088;
}
ul {
  list-style: none;
}
.content-container {
  margin-bottom: 6rem;
}
.call-to-action-link {
  background-color: transparent;
  border: 3px solid #F0DBA9;
  color: #4C638F;
  font-size: 2.5rem;
  padding: 4px 50px 0 50px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.call-to-action-link:hover {
  background-color: #4C638F;
  border-color: #4C638F;
  color: white;
  cursor: pointer;
  text-decoration: none;
}
.tick-bullet-point-ul {
  list-style-image: url('/assets/img/pipa-sm.png');
}
.error {
  color: #c33;
  display: none;
}
.error-field {
  border-color: #c33 !important;
}
.honeypot {
  display: none;
}
.breadcrumb {
  background-color: white;
}
.breadcrumb a {
  color: #C1B088;
}
.breadcrumb .active {
  color: #4C638F
}
.no-scroll {
    overflow: hidden;
}
.layer {
    background: rgba(255, 255, 255, 0.9);
    height: 100%;
    left: 0;
    opacity: 0;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;

    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.layer.open {
    opacity: 1;
    z-index: 2000;
}
.layer .close-button {
    background: transparent;
    border: none;
    font-size: 2.2rem;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
}
.layer .content {
    padding-bottom: 60px;
    padding-top: 60px;
}

/* FIX CONTACT */
.fix-contact-us-container {
  position: fixed;
  right: 0;
  top: 300px;
  z-index: 1;
}
.fix-contact-us-container .btn {
  /* background-color: rgba(55, 75, 115, 0.5); */
  background-color: rgba(76, 143, 86, 0.5);
  border-radius: 0;
  color: white;
  font-size: 2rem;
  line-height: 1;
  padding: 1.5rem 2rem 4rem 2rem;
  transform: rotate(270deg) translateY(60%);
  -webkit-transform: rotate(270deg) translateY(60%);
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
}
.fix-contact-us-container .btn:hover {
  /*background-color: #F0DBA9;*/
  background-color: rgba(76, 143, 86, 1);
  /*color: #4C638F;*/
  padding: 1.5rem 2rem 1.2rem 2rem;
  transform: rotate(360deg) translateY(30%);
  -webkit-transform: rotate(360deg) translateY(30%);
}

/* CONTACT-FORM */
.contact-testimonials {
  font-size: 1.25em;
}
.why-choose-us-container strong {
  font-size: 1.75em;
}
.why-choose-us-container ul {
  margin: 4rem 0 0 30px;
  padding: 0;
}
.why-choose-us-container ul li {
  font-size: 1.25em;
  margin-bottom: 1.5rem; 
  padding-left: 28px;
}
.why-choose-us-container ul li .fa {
  color: #4a6;
  margin-left: -22px;
}
.home-contact-container h2 {
  color: #4C638F;
  font-size: 3em;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  width: 100%;
}

/* - - - - - - -
- - - - NAV
- - - - - - - */
.navbar {
  background-color: rgba(55, 75, 115, 0.5);
  border-color: transparent;
  margin-bottom: 0;
}
.navbar-brand {
  padding-top: 11px;
}
.navbar-brand img {
  width: 46px;
}
.nav>li {
  padding: 10px;
  text-align: center;
}
.nav>li>a {
  padding: 2px 0;
}
.navbar-default .navbar-nav>li>a {
  border-bottom: 4px solid transparent;
  color: white;
  font-size: 1.25em;
}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  background-color: transparent;
  border-bottom: 4px solid #F0DBA9;
  color: white;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}
@media (min-width: 768px) {
  .navbar-brand {
    padding-top: 15px;
  }
  .navbar-brand img {
    width: 64px;
  }
  .nav>li {
    padding: 25px 10px 20px 15px;
  }
}
@media (min-width: 992px) {
  .nav>li {
    padding: 25px 25px 20px 25px;
  }
}

/* - - - - - - -
- - - - FOOTER
- - - - - - - */
.footer-contact-us-container {
  padding-bottom: 50px;
  padding-top: 50px;
}
.above-footer {
  background-image: url('/assets/img/footer-top.png');
  background-repeat: repeat-x;
  height: 5px;
}
footer {
  background-color: #4C638F;
  color: white;
  padding-bottom: 40px;
  padding-top: 40px;
}
footer a:link,
footer a:active,
footer a:visited,
footer a:focus {
  color: white;
  font-size: 1.5em;
  margin: 0;
  opacity: 0.4;
}
footer a:hover {
  color: white;
  opacity: 1;
}
footer p {
  font-size: 1.5em;
  margin: 0;
}
.facebook-icon-link,
.google-plus-icon-link {
  display: inline-block;
  font-size: 1.75em;
}
footer .facebook-icon-link {
  margin-right: 1rem !important;
}
.facebook-link,
.google-plus-link {
  font-size: 0.8em;
}
.last-row {
  margin-top: 3rem;
  text-align: center;
}
.last-row p {
  opacity: 0.4;
}
footer .last-row .links a {
  display: block;
  font-size: 2rem;
}
@media (max-width: 767px) {
  footer .last-row .text-right {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  footer .last-row .links {
    position: absolute;
  }
  footer .last-row .links a {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  footer .last-row .links {
    position: absolute;
    top: -6px;
  }
}

/* - - - - - - -
- - - - JUMBOTRON
- - - - - - - */
.jumbotron {
  /*background-attachment: fixed;*/
  background-color: transparent;
  background-image: url(/assets/img/header_image.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: white;
  height: 300px;
  padding-top: 100px;
  text-align: center;
}
.jumbotron h1 {
  color: white;
  font-size: 32px;
  font-weight: bold;
}
.jumbotron h1 span {
  color: #F0DBA9;
}
.jumbotron h2 {
  color: white;
  font-size: 20px;
  font-weight: lighter;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .jumbotron {
    height: 459px;
    padding-top: 176px;
  }
  .jumbotron h1 {
    font-size: 56px;
  }
  .jumbotron h2 {
    font-size: 30px;
  }
}


/* - - - - - - -
- - - - ARTICLES
- - - - - - - */
.article-item {
  height: 550px;
}
.article-item h2 {
  min-height: 66px;
  margin-bottom: 2rem;
}
.article-item h3 {
  min-height: 52px;
  margin-bottom: 2rem;
}
.article-item a:hover {
  text-decoration: none;
}
.article-item a:hover h2,
.article-item a:hover h3 {
  color: #4C638F;
  text-decoration: none;
}
.article-item .article-img {
  background-position: center center;
  background-size: cover;
  height: 210px;
  margin-bottom: 2rem;
  width: 100%;
}
.article-item .lead {
  font-size: 1.25em;
  margin-bottom: 2rem;
}
