/* BOOTSTRAP OVERRIDES */

a {
  color: #e03127;
}

body {
  font-family: "Open sans", sans-serif;
}
.btn.btn-primary {
  background: #e03127 !important;
  border: 1px solid #e03127 !important;
}

.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
  opacity: 0.8;
}
.admin-menu #admin-menu {
  z-index: 1031;
  position: fixed;
}
.admin-menu .fixed-top {
  top: 29px;
}
/* Menu Overrides */
ul.nav.navbar-nav > li > ul.nav.navbar-nav {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  display: none;
  margin: 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 6px 14px 12px rgba(0,0,0,.175);
  box-shadow: 6px 14px 12px rgba(0,0,0,.175);
  transition: background 0.3s ease-in-out;
}
ul.nav.navbar-nav > li > ul.nav.navbar-nav.open {
  display: block;
}
ul.nav.navbar-nav > li > ul.nav.navbar-nav > li > a {
  display: block;
  padding: 10px 20px;
  clear: both;
  font-weight: 400;
  white-space: nowrap;
}
ul.nav.navbar-nav > li > ul.nav.navbar-nav > li {
  width: 100%;
}
@media (max-width: 767px) {
  li.expanded.noclick > a {
      pointer-events: none;
  }
  li.expanded.noclick {
      cursor: pointer;
  }
  ul.nav.navbar-nav > li > ul.nav.navbar-nav > li > a {
      padding-left: 30px !important;
  }
  .not-front ul.nav.navbar-nav > li > ul.nav.navbar-nav, ul.nav.navbar-nav > li > ul.nav.navbar-nav {
      background: rgba(0,0,0,0.8);
      position: static;
  }
  .is-sticky ul.nav.navbar-nav > li > ul.nav.navbar-nav, .not-front ul.nav.navbar-nav > li > ul.nav.navbar-nav {
      background: transparent;
      box-shadow: none;
      width: 100%;
      border-top: 1px solid rgba(0,0,0,0.1);
      border-bottom: 1px solid rgba(0,0,0,0.1);
  }
}
ul.nav.navbar-nav > li > ul.nav.navbar-nav > li.first > a {
  position: relative;
}
@media (max-width: 767px) {
  ul.nav.navbar-nav > li > ul.nav.navbar-nav > li.first > a:before {
    content: "";
    position: absolute;
    height: 15px;
    width: 9px;
    border-left: 1px solid #777;
    border-bottom: 1px solid #777;
    left: 15px;
    top: 5px;
  }
}
ul.nav.navbar-nav > li > ul.nav.navbar-nav.open {
  display: block;
}
ul.nav.navbar-nav > li > ul.nav.navbar-nav > li > a {
  display: block;
  padding: 10px 20px;
  clear: both;
  font-weight: 400;
  white-space: nowrap;
}
ul.nav.navbar-nav > li > ul.nav.navbar-nav > li {
  width: 100%;
}
.navbar-brand {
  margin: 10px 30px 10px 0;
}

.wrapper-box {
  background: rgba(0,0,0,0.6);
  padding: 30px;
}

.wrapper-box h1, .wrapper-box p {
  color: #fff;
}

.wrapper-box-cta {
  text-align: center;
  background: #e9e9e9;
  padding: 30px 20px;
  padding-bottom: 84px;
  margin-bottom: 30px;
}

section.jumbotron {
  border-radius: 0;
}

html body.admin-menu {
  margin-top: 0 !important;
}

footer#footer {
  background: #777777;
  color: #fff;
  padding: 20px 0 10px;
  margin-top: 50px;
}
ul.footer-nav {
  padding: 0;
  text-align: right;
}
ul.footer-nav > li {
  list-style-type: none;
  display: inline-block;

}
ul.footer-nav > li > a {
  color: #fff;
  padding: 10px;
}

ul.footer-nav > li > a.active {
  color: #9e1117;
}

section.cta-boxes {
  padding: 50px 0;
}



.front .jumbotron {
  background-image: url(/sites/default/files/valuablesGoneInAnInstant_2400x400_0.jpg); 
}

.jumbotron {
  background-size: cover; 
  background-position: top center;
}
.wrapper-box-cta > p:first-child {
  margin-bottom: 0;
}
.wrapper-box-cta img {
  max-width: 128px;
  height: auto;
}

.wrapper-box-cta > p:last-child {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 60px;
}

.navbar-light .navbar-nav > .dropdown > .nav-link {
  position: relative;
  padding-right: 25px;
  cursor: pointer;
}

.navbar-light .navbar-nav > .dropdown > .nav-link:after {
  content: "\f107";
  position: absolute;
  right: 9px;
  font-family: "FontAwesome";
}

.not-front .wrapper-box {
  float: left;
}

.not-front section.jumbotron {
  padding: 64px 50px 136px;
}

form.entityform .form-actions > input {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
      background: #e03127 !important;
  border: 1px solid #e03127 !important;
  color: #fff;
}

form.entityform {
  width: 100%;
}

form.entityform .form-wrapper:not(.form-actions) input, form.entityform .form-wrapper:not(.form-actions) textarea {
  width: 100%;
  border: 1px solid #cccccc;
  padding: 10px 15px;
}

body.page-node-5 .messages.status {
  display: none;
}

.wrapper-box a:not(.btn) {
  color: #fff;
  text-decoration: underline;
}