﻿.noMargins {
  margin: 0px;
}
.noPadding {
  padding: 0px;
}
body {
  margin: 0px;
  padding: 0px;
  line-height: 1.8;
  background-color: #161616;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem !important;
  color: #1b1b1b;
  font-weight: 400;
}
#content_wrapper .dropdown:hover > .dropdown-menu {
  display: block;
}
.card {
  border: none;
  border-radius: 0;
}

.text-white h2, .text-white h3, .text-white h4 {
	color:#ffffff;
}

.text-white a {
	color:#ffffff !important;
}
.link_noline a {
	text-decoration:none !important;
}
/* GENERIC */
/*------------------------------------------------*/
/* ANCHOR STYLE */
/*------------------------------------------------*/
a, a:link, a:visited, a:active {
  color: #910000;
  text-decoration: underline;
  font-weight: 600;
}
a:hover {
  color: #710000;
  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: 600;
  font-size: 3rem;
letter-spacing: normal;
  font-family: freight-text-pro, serif;
}
H2 {
  font-family: Arboria, sans-serif !important;
  font-size: 2em;
  font-weight: 900;
  text-transform: uppercase;
  color: #841617;
}
H3 {
  font-family: Arboria, sans-serif;
  font-size: 1.3em;
  font-weight: 700;
}
H4 {
  font-family: Arboria, sans-serif;
  font-size: 1.1em;
  font-weight: 700;
}
H5, DT {}
H6 {}
blockquote {
  position: relative;
  font-family: freight-text-pro !important;
     margin: 2vw 4vw 4vw 4vw;
  quotes: "\201C""\201D""\2018""\2019";
  color: #5a5a5a;
  font-size: 1.8em;
  line-height: 1.2em;
  padding-right: 20px;
border-right: 5px solid silver;
        padding: 4vw 6vw 3vw 4vw;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
blockquote p {
color: #5a5a5a;
    font-weight: 500;
    font-style: normal;
    font-family: freight-text-pro !important;
    font-size: .8em !important;
    line-height: 1.2em !important;
    padding-right: 20px;
    margin-bottom: 20px !important;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4.5em;
  line-height: .6em;
  padding-right: 5px;
  float: left;
}
.bg_crimson blockquote, .bg_crimson p {
  color: #ffffff !important;
}
/*blockquote {
  margin: 20px auto 20px auto;
  font-size: 1.1em;
  line-height: normal;
  padding: 10px 10px;
  font-weight: 700;
  font-style: normal;
  border: 1px dashed #838383;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ebebeb;
}
blockquote p {
  margin: 0px;
  font-size: 1.4em;
  line-height: normal;
  padding: 0px;
  color: #841617;
  font-weight: 500;
  font-style: normal;
}*/
.blockquote-footer {
  display: block;
  font-size: 1em;
  color: #841617 !important;
  margin-top: 25px;
  font-weight: 500;
}
#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;
}
/*------------------------------------------------*/
/* BREADCRUMBS */
/*------------------------------------------------*/
.breadcrumb span span > span:last-of-type {
  display: none;
}
.breadcrumb {
  text-transform: uppercase;
  color: #393939;
  font-size: 0.8em;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;
  background-color: unset;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
}
.breadcrumb a {
  color: #393939;
  text-decoration: none;
  font-weight: 400;
}
.breadcrumb a:hover {
  color: #4A0001;
  text-decoration: underline;
}
@media (max-width: 550px) {
  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: 2.5rem;
  }
	.hero_banner_content {
    padding: 25px !important;
    max-width: 1330px;
    margin: 0 auto;
		display:flex;
}
  .hero_title {
    font-weight: 500;
        font-size: 3.8rem;
        line-height: 3.5rem;
    margin: 0px 0px 0px 0px !important;
  }
  .hero_banner_container p {
    font-size: .9em;
    line-height: normal;
    padding: 10px 0px 20px 0px;
  }
  .hero_banner_scrim {
    background-color: #1a1a1a91;
  }
  .hero_banner_video {
    height: 550px !important;
    object-fit: cover;
  }
	blockquote {    position: relative;
    font-family: freight-text-pro !important;
    quotes: "\201C" "\201D" "\2018" "\2019";
    color: #878383;
    font-size: 1.4em;
    line-height: 1.2em;
    border-right:0px;
	}
	blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 3.5em;
    line-height: .6em;
    padding-right: 5px;
    float: left;
}
	
.text_impact h2, h2.text_impact, .text_impact h3, h3.text_impact, .text_impact h4, h4.text_impact {
    font-size: 5rem !important;
    line-height: 4rem !important;
}
	
	
  .ST_Box {
    margin: 0px 0px 0px 0px !important;
  }
  .ST_Padding {
    padding: 0px 0px;
    display: block;
  }
}
@media (min-width: 500px) {
  .container {
    max-width: 100%;
  }
  .hero_title {
    font-size: 4rem;
    line-height: 50px;
    margin: 15px 0px 0px 0px !important;
  }
  .hero_banner_container {
    padding: 10px 20px;
	  margin:unset;
  }
  .hero_banner_container p {
    font-size: .9em;
    line-height: 1.4em;
	  padding:10px 0px;
	  text-shadow: 0px 0px 20px #000000;
  }
}
@media (min-width: 767px) {
  .collapse {
    display: block;
    /* padding-top: 10px; */
  }
  .showhide {
    display: none;
  }
}
@media (max-width: 767px) {

  #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;
  }
  .showhide {
    display: block;
    padding: 0px 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: 912px) {
  .hero_title {
    font-weight: 500;
    font-size: 4rem;
    line-height: 4rem;
    margin: 0px 0px 0px 0px !important;
  }
  .hero_banner_container {
    padding: 10px 20px;
    margin: 0 auto;
  }
  .hero_banner_container p {
    font-size: 90%;
    line-height: 1.4em;
	  padding:10px 0px;
  }
}
@media (min-width: 992px) {
  .container {
    /*  width: 90%; */
  }
  .hero_title {
    font-weight: 500;
    font-size: 4rem;
    line-height: 4rem;
    margin: 0px 0px 0px 0px !important;
  }
  .hero_banner_container {
    /*padding: 0px;*/
  }
  .hero_banner_container p {
font-size: .8em;
        line-height: 1.3em;
  }
}
@media (min-width: 1024px) {
  .container {
    /*  width: 90%; */
  }

}
@media (min-width: 1200px) {
	  .ls-container, .ls-container img {
    height: 450px;
		  width:100%;
  }
  .ls-container img {
    padding:0px !important;
	  margin:0px !important;
	  width:auto !important;
  }
  .container {
    max-width: 1330px;
    padding: 0px 10px;
  }
  .hero_title {
    font-weight: 500;
    font-size: 5vw;
    line-height: 4.5vw;
    margin: 0px 0px 0px 0px !important;
    text-shadow: 0px 0px 55px #000000d1;
  }
  .hero_banner_container {
    padding: 0px;
    max-width: 650px;
    /*margin: 0 0 0 22%;*/
	  margin: 0 auto;
  }
  .hero_banner_container p {
        font-size: 1.1vw;
        line-height: 1.4vw;
        text-shadow: 0px 0px 10px #000000d1;
        padding: 20px 0px 20px 0px;
  }
}
@media (min-width: 1280px) {
	  .ls-container, .ls-container img {
    height:auto;
  }
}
.show-hide {
  background-color: #ffa2a2;
  padding: 8px;
  display: none;
}