  /*!
 * Add custom css for this site here:
 */
	 
/*fixes footer text size one pages using landing theme with new home page footer block*/

.container footer small {
	font-size:1em;
}


/*#headerMainImage {*/
/*    display:none;*/
    
/*}*/
.bg-lt-grey {
    background-color: #f2f2f2;
    margin-left: 0px;
    margin-right: 0px;
} 

h1.display{
    font-family:'Montserrat', Arial, sans-serif;
    font-weight: 500; 
    color:#c8012e;
    font-size:2.5vw!important;
}

h2.display{
    font-family:'Montserrat', Arial, sans-serif;
    font-weight: 300; 
    color:#c8012e;
    font-size:2.0vw!important;
}

h2.lg {
    font-size:1.5rem!important; margin-bottom:15px;
}

.row.bythenumbers {
    background-color:#c8102e;
    color:#ffffff!important;
    margin-left:0px;
    margin-right:0px;
    text-transform:uppercase;
}
.count, .counted, .rowCount {
    font-size: 90px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    text-transform:none!important;
}
.row.bythenumbers p {
    padding-left:3rem!important;
    padding-right:3rem!important;
}
 
.row.bythenumbers small {
    font-size: 70%!important;
    font-weight: 400;
    text-transform: none!important;
}

.carousel-control-next, .carousel-control-prev {
    top: 20px;
    height:80%;
}
a.carousel-control-next, a.carousel-control-prev {
    box-shadow: inset 0 0px 0 0, inset 0 0px 0 0 !important;
}

.topnav_content_spacer, contenttext + .topnav_content_spacer {
    height: 0rem;
}

 @media (min-width: 1220px) and (max-width: 1500px){
.count, .counted, .rowCount {
    font-size: 80px;
}
.row.bythenumbers p {
    padding-left:0rem!important;
    padding-right:0rem!important;
}
}

 @media (min-width: 1024px) and (max-width: 1219px){
.count, .counted, .rowCount {
    font-size: 80px;
}
.row.bythenumbers p {
    padding-left:0rem!important;
    padding-right:0rem!important;
}
}

 @media (min-width: 768px) and (max-width: 1023px){
.count, .counted, .rowCount {
    font-size: 65px;
}
.row.bythenumbers p {
    padding-left:0rem!important;
    padding-right:0rem!important;
}
}

 @media (max-width: 767px){
.count, .counted, .rowCount {
    font-size: 50px;
}
.row.bythenumbers p {
    padding-left:0rem!important;
    padding-right:0rem!important;
}

h2.display{
    font-size:8vw!important;
}
}

.row.bythenumbers > .container > div:nth-child(3) .rowCount::before {
 content: "";
}


a.back-to-top.btn.btn-primary {
    z-index: 11;
}


/* Small devices (landscape phones, 320px to 543) */
@media (min-width: 320px) {  
 .bottom-left-100 h1 {font-size:5vw!important;} /*1rem = 16px*/
}
/* Small devices (landscape phones, 544px to 767px) */
@media (min-width: 544px) {  
 .bottom-left-100 h1 {font-size:5vw!important;} /*1rem = 16px*/
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {  
 .bottom-left-100 h1 {font-size:5vw!important;} /*1rem = 16px*/
}
 
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
 .bottom-left-100 h1 {font-size:5vw!important;} /*1rem = 16px*/
}
 
@media (max-width: 767px){
main .bg-lt-grey {
    background-color: #f2f2f2;
    margin-top: 0px;
}
}

