body {
  overflow-x: hidden;
}

html,
body {
  width: 100%;
}
.img-initiative {
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.btn-toggle img {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -khtml-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
  outline: 1px solid transparent;
}

.btn-toggle:hover img {
  opacity: 0.8;
}

.btn-toggle .bg-color-black {
  background: black;
  cursor: pointer;
}

.text-large {
  font-size: 115%;
}

.da-slide p i {
  background: rgba(132, 132, 0, 0.8);
}

.breadcrumbs-v6 h1 {
  color: #222;
  font-size: 44px;
  line-height: 48px;
  position: absolute;
  top: 22vh;
  left: 0;
  right: 0;
  padding: 40px 10px;
  text-align: center;
  font-family: helvetica, arial, sans-serif;
  font-weight: bold;
  text-shadow: -2px -2px 2px rgba(245, 245, 245, 0.5),
    2px -2px 2px rgba(245, 245, 245, 0.5), -2px 2px 2px rgba(245, 245, 245, 0.5),
    2px 2px 2px rgba(245, 245, 245, 0.5), 0px 0px 30px rgba(255, 255, 255, 0.9);
}

.breadcrumbs-v6 {
  z-index: 1;
  height: 86vh;
  position: relative;
}

.checkbox {
  line-height: 16px !important;
}

#uploaded {
  display: none;
  margin-top: 5px;
  padding: 8px 15px;
}

#botcheck {
  display: none;
}

#links a {
  padding: 7px 12px;
}

.footer a {
  font-size: 12px;
  margin: 0 6px;
}

.footer img {
  vertical-align: bottom;
}

.flinks {
  text-align: center;
}

.flinks:not(a) {
  color: #ddd;
}

/*RGBA Banner*/
.rgba-banner-position {
  position: relative;
}

.rgba-banner {
  top: 20px;
  left: -5px;
  color: #fff;
  font-size: 14px;
  padding: 3px 8px;
  font-weight: 600;
  position: absolute;
  text-transform: uppercase;
}

.text-block {
  background: #fff;
  border: 1px solid #ddd;
  padding: 0 20px;
  box-shadow: 1px 1px 2px #ddd;
}

.rgba-banner-v2 {
  right: 0;
  top: 20px;
  color: #fff;
  font-size: 14px;
  padding: 3px 8px;
  font-weight: 600;
  position: absolute;
  text-transform: uppercase;
}

.shop-rgba-dark {
  background: rgba(0, 0, 0, 0.5);
}

.addy {
  color: #eee;
  text-align: center;
  font-size: 11px;
}

.faq .panel-group {
  padding: 0;
  margin: 10px -10px;
}

.profile .profile-body {
  background: transparent !important;
  padding: 0;
  margin: 10px 0;
}

.text-block-footer {
  background: #f7f7f7;
  border-top: 1px dashed #ccc;
  padding: 10px;
  margin: 0 -20px;
}

.btn-tab {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 7px 0;
}

.btn-tab:hover,
.btn-tab:active,
.btn-tab:focus {
  text-decoration: none;
  color: #fff;
}

.profile .timeline-v2:before {
  background: #ccc;
}

.panel-grey .panel-heading:hover {
  background: #778b8c;
}

.required,
.required:hover,
.required:active,
.required:focus {
  border: 1px solid #d70000;
}

.red {
  color: #d70000;
  padding: 4px 1px;
}

.news-v3 h2 {
  text-align: center;
}

.media-heading {
  font-weight: bold;
}

.box-footer {
  border-top: 1px solid #eee;
  padding-top: 8px;
  color: #666;
  min-height: 115px;
}

.timeline-v2 > li .cbp_tmlabel {
  color: #f7f7f7;
}

#btn-follow {
  background: #536b9f;
  /*-webkit-filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.9));
  filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.9));*/
}

div.label {
  padding: 2px 5px;
  margin-left: 4px;
}

.modal-large {
  width: 60%;
  height: 70vh;
}

@media (max-width: 768px) {
  .modal-large {
    width: 97%;
    height: 95vh;
  }
}

.accordion-toggle {
  font-size: 130% !important;
  padding: 15px !important;
}

.box-footer a {
  margin-bottom: 5px;
}
.parallax-quote {
  background: url(https://www.ncpc.gov/images/questions.jpg) fixed;
  padding: 70px 0;
}
.parallax-quote:after {
  background: rgba(250, 250, 250, 0.8);
}
.red {
  text-align: left;
}
