﻿.placeholder {
    background-color: unset !important;
}

img {
  max-width: 100%;
  height: auto !important;
}
.bg-primary {
  background-color: #841617 !important;
}
a.bg-primary:focus, a.bg-primary:hover {
  background-color: #4e0002 !important;
}
a.bg-primary {
  background-color: #841617;
}

.bg-secondary {
  background-color: #232323 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
.btn-info {
  color: #fff !important;
  text-decoration: none !important;
  background-color: #323232;
  border: 0px !important;
  padding: 10px 20px;
}
.btn-info:hover {
  background-color: #0a0a0a;
  border: 0px !important;
}
.text-primary {
  color: #323232 !important;
}
.card {
  border: 0px;
}
.card-body h2 {
    font-size: 1.5em;
    text-transform: none;
	font-weight: 700;
    color: #841617;
}
.card-body h2 a:link {
    text-decoration: none;
}
.xxcard-body {
  border-bottom: 1px solid silver;
  border-left: 1px solid silver;
  border-right: 1px solid silver;
  border-radius: 0px 0px 5px 5px;
}
.noMargins {
  margin: 0px;
}
.noPadding {
  padding: 0px;
}
body {
  margin: 0px;
  padding: 0px;
  line-height: 1.6;
  background-color: #232323;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem !important;
  color: #1b1b1b;
  font-weight: 400;
}
#content_wrapper .dropdown:hover > .dropdown-menu {
  display: block;
}
.btn-primary {
  color: #fff;
  background-color: #841617;
  border-color: #841617;
  padding: 1rem 2rem;
}
.btn-primary:hover {
  color: #fff;
  background-color: #4e0002;
  border-color: #4e0002;
}
.btn-primary:focus, .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 3px rgb(255 199 200);
  box-shadow: 0 0 0 3px rgb(255 199 200);
}
/* GENERIC */
/*------------------------------------------------*/
/* ANCHOR STYLE */
/*------------------------------------------------*/
a, a:link, a:visited, a:active {
  color: #841617;
  text-decoration: underline;
  font-weight: 600;
}
a:hover {
  color: #4e0002;
  text-decoration: none;
}
/* Evoq Simple editor link editing */
.redactor-link-tooltip a:link {
  color: #fff;
}
.redactor-link-tooltip a:focus, .redactor-link-tooltip a:hover {
  color: yellow;
}
/* End Evoq Simple editor link editing */
H1 {
  font-weight: 700;
  font-size: 7rem;
  padding: 0px;
  margin: 30px 0px 20px 0px;
  font-family: Mongoose, serif;
  text-transform: uppercase;
  letter-spacing: -1px;
}
H1.serif_title {
  margin: 10px 0px 10px 0px;
  font-family: 'freight-text-pro', serif;
  font-size: 5rem;
  font-weight: 700;
  margin-top: 0;
  text-transform: none;
  letter-spacing: -1px;
}
H2 {
  font-family: 'Arboria', sans-serif;
  font-size: 2em;
  font-weight: 900;
  text-transform: uppercase;
}
H2.secondary_text {
  font-weight: 700;
  font-size: 3.5rem;
  color: #841617;
  padding: 0px;
  letter-spacing: normal;
  margin: 30px 0px 5px 0px;
  font-family: 'Mongoose', sans-serif;
  text-transform: uppercase;
}
H3 {
  font-family: Arboria, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
}
H4 {
  font-family: Arboria, sans-serif;
  font-size: 1.1em;
  font-weight: 700;
}
H5, DT {}
H6 {}
blockquote, blockquote p {
  margin: 0 0 1rem;
  font-size: 1.2em;
  line-height: normal;
  padding: 20px 20px;
  color: #903c3c;
  font-weight: 500;
  font-style: normal;
}
/* {
  background: #000 !important;
  color: #0f0 !important;
  outline: solid #f00 1px !important;
} */
#content_wrapper {
  width: 100%;
  background-color: #fff;
}
li.nav-item.dropdown.show {
  background-color: #000;
}
.navbar-toggler-text {
  margin-left: 45px;
  font-size: .975em !important;
  color: #fff;
}
@media (max-width: 479px) {
  img {
    max-width: 100%;
    height: auto !important;
  }
  .img_margin {
    padding: 0px;
    margin: 10px auto !important;
  }
  #topbar {
    display: none;
    padding-top: 20px;
  }
  #content_wrapper {
    width: 100%;
    background-color: #fff;
    margin-top: 0px;
  }
  #site_header {
    width: 100%;
    position: unset;
    top: 0;
  }
  #header_container {
    padding: 10px 0px 10px 0px;
    /* height: 100px; */
    margin: 0px auto;
    max-width: 1400px;
  }
  h1 {
    font-size: 4rem;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 767px) {
  .collapse {
    display: block;
    /* padding-top: 10px; */
  }
  .showhide {
    display: none;
  }
}
@media (max-width: 767px) {
  H1 {
    margin: 0px 0px 10px 0px;
    border: 0;
  }
  #main-nav {
    padding: 0px;
  }
  #nav_global a {
    display: block;
    color: #fff;
    text-align: left;
    padding: 10px 25px 10px 25px;
    font-size: 1em;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
  }
  #splash_banner {
    max-height: 300px;
    background-position: center;
  }
  .showhide {
    display: block;
    padding: 25px 0px 15px 0px;
  }
  .collapse.show {
    display: block;
    padding-top: 0px;
  }
  .menuGiving a:link, .menuGiving a:visited {
    background-color: #49943d;
    color: #fff;
    text-decoration: none;
    float: none;
    margin: 0px;
    border-radius: 0px;
    display: block;
  }
  .menuApply a:link, .menuApply a:visited {
    background-color: #0081dd;
    /*background-color: #00ade6;*/
    color: #fff;
    text-decoration: none;
    float: none;
    margin: 10px 0px 0px 0px;
    border-radius: 0px;
    display: block;
  }
}
@media (min-width: 768px) {
  .container {
    /* width: 90%; */
    padding: 0px 15px;
    margin: 0px auto;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: auto;
    left: auto;
  }
}
@media (min-width: 992px) {
  .container {
    /*  width: 90%; */
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1330px;
    padding: 0px 10px;
  }
  #breadCrumb {
    padding: 20px 10px 30px 10px;
  }
}
.show-hide {
  background-color: #ffa2a2;
  padding: 8px;
  display: none;
}