@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
img {
    max-width: 100% !Important;
    height: auto !IMPORTANT;
}
div.rr-slider {
    text-align: center !important;
    text-shadow: 2px 1px 0px #000;
    width: 1100px!important;
    max-width: 100% !important;
    letter-spacing: 0.05em !important;
    z-index:99 !important;
}

.dng-main {
    overflow: hidden;
}
.display-none {
    display: none;
}
.text-left {
   text-align: left; 
}
@media only screen and (max-width: 767px){
.logoCarousel.logoCarousel__Sponsors {
    padding: 0px;
}
}
.homelines:before {
    content: "";
    display: block;
    height: 10px;
    position: absolute !important;
    left: 5rem;
    width: 100%;
    margin-top: -50px;
  filter: drop-shadow(35px 10px 6px #00000070);
    overflow: hidden;
}
.homelines:after {
    content: "";
    display: block;
    height: 15px;
    position: absolute !important;
    right: 3rem;
    width: 100%;
    margin-top: 35px;
    /*filter: drop-shadow(35px -10px 6px #00000070);*/
      overflow: hidden;
}
@media only screen and (max-width: 991px) {
.homelines:before {
    margin-top: -30px !important;
    left: 0rem !important;
}
.homelines:after {
    margin-top: 15px !important;
    right: 0rem !important;
}
}
.homelines.blue:before {
      background: #3765b3;
}
.homelines.blue:after {
      background: #172b4c;
}
.homelines.red:before {
      background: #93101c;
}
.homelines.red:after {
      background: #500a10;
}
/*
#row-643946 {
    background: linear-gradient(180deg, #93101c, #500a10 );
}
#row-827668 {
    background: linear-gradient(180deg, #3765b3, #172b4c );
}
*/

/*buttons*/
a.btn-donate {
    padding: 0.5em 1em;
    background: #00000050;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}
a.btn-donate:hover {
    background: #00000080;
    transition: 0.45s;
    text-decoration: none;
}
.header--phone-link {
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.header--phone-link a {
  color: #424242;
}
.header--phone-link i.fas.fa-phone-square {
    color: #b02828;
}
/*general overrides*/
@media only screen  and (min-width: 1400px) {
    p, .Normal {
    font-size: 17px !important;
}
}
@media only screen  and (max-width: 1199px) {
p, .Normal {
    font-size: 16px !important;
}
}
@media only screen and (max-width: 991px) {
p, .Normal {
    font-size: 15px !important;
}
h1 {
    font-size: 2em !important;
}
h2 {
    font-size: 1.6em !important;
}
h3 {
    font-size: 1.4em !important;
}
h4 {
    font-size: 1.2em !important;
}
}
@media only screen and (max-width: 767px){
p, .Normal {
    font-size: 14px !important;
}
h1 {
    font-size: 1.7em !important;
}
h2 {
    font-size: 1.5em !important;
}
h3 {
    font-size: 1.3em !important;
}
h4 {
    font-size: 1.1em !important;
}
}

p {
    margin-bottom: 1.2em;
    line-height: 1.8;
}
h1 {
    font-size: 2.4em;
    margin-top: 0;
    margin-bottom: 0.8em;
    line-height: 1.5em;
    letter-spacing: 0.1em;
}
h2 {
    font-size: 2em;
    margin-top: 0.5em;
    margin-bottom: 0.7em;
    line-height: 1.5em;
}
h3 {
    font-size: 1.75em;
    margin-top: 0.4em;
    margin-bottom: 0.6em;
    line-height: 1.5em;
}
h4 {
    font-size: 1.4em;
    margin-top: 0.3em;
    margin-bottom: 0.5em;
    line-height: 1.5em;
}
h5 {
    font-size: 1.25em;
    margin-top: 0.2em;
    margin-bottom: 0.4em;
    line-height: 1.5em;
}
h6 {
    font-size: 1.15em;
    margin-top: 0.1em;
    margin-bottom: 0.3em;
    line-height: 1.5em;
}
/*------------------------------------------------*/
.home-cta a {
    border: 2px solid #fff;
    padding: 0.5em 1em;
    text-transform: uppercase;
}
.home-cta hr {
    max-width: 4em;
    margin: 0 auto;
    margin-bottom: 1em;
    border: 1px solid #fff;
}
.cta-red {
    background: #2a5091;
    border: 2px solid #3e72c9;
}
.cta-red a {
    border: 2px solid #ffffff;
    padding: 0.5em 1em;
    text-transform: uppercase;
}
.cta-red:hover {
    background: #890c18;
    border-color: #b91726;
}
.cta-red:hover a {
    border: 2px solid #fff;
    color: #fff;
}
.cta-red h3 {
    color:  #890c18;
}
.cta-red p {
    color:  #890c18;
}
.cta-red:hover p {
    color: #fff;
}
.cta-red:hover h3  {
    color: #fff;
}
.cta-blue {
    background: #810e18;
    border: 2px solid #a71522;
}
.cta-blue:hover {
    background: #213f72;
    border-color: #3765b3;
}
.cta-blue a {
    border: 2px solid #fff;
    padding: 0.5em 1em;
    text-transform: uppercase;
    color: #213f72;
}
.cta-blue:hover a {
    border: 2px solid #fff;
    color: #fff;
}
.cta-blue p {
    color:  #213f72;
}
.cta-blue:hover p {
    color: #fff;
}
.cta-blue:hover h3  {
    color: #fff;
}
.home-cta {
    padding: 1em;
    text-align: center;
    margin: 0em 1em;
    filter: drop-shadow(18px 10px 8px #00000040);
    transition: all 0.25s ease-in-out;
}

.stats-box {
    text-align: center;
    padding: 1em;
    text-transform: uppercase;
}
p.RR-stats {
    font-size: 2em !important;
    margin: 0;
}
span.RR-stats-title {
    font-weight: bold;
}

.homepage-lead p {
    font-size: 120% !important;
}

.flex-list .list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.flex-list ul.list-inline.text-center {
    margin-left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex-list .fab {
    color: #dfdfde;
}
.flex-list .fab:hover {
    color: #609bff;
    transition: 0.4s;
}
.ui-widget-overlay {
    z-index: 9998;
}
.ui-dialog {
    z-index: 9999;
}

/*404 Error Page CSS*/

#404{
    display: table;
    width: 100%;
    height: 100vh;
    text-align: center;
}

.fof{
	  display: table-cell;
	  vertical-align: middle;
}

.fof h1{
	  font-size: 50px;
	  display: inline-block;
	  padding-right: 12px;
	  animation: type .5s alternate infinite;
}

@keyframes type{
	  from{box-shadow: inset -3px 0px 0px #888;}
	  to{box-shadow: inset -3px 0px 0px transparent;}
}











