/*  Small screens */
@media only screen {
/*************** Global **********************/
.button {font-size: 1rem; background: #D84003; color: #fff;}
.green.button {background: #0D6157;}
.orange-bg {background: rgba(216, 64, 3, 0.8); padding: 3rem;}
.green-bg {background: #0D6157;}
.large-pad-row {padding-top: 27px; padding-bottom: 27px;}
.large-pad-top {padding-top: 27px; }
.large-pad-bottom {padding-bottom: 27px;}
.contentblock-content h2 {margin-bottom: 1.5rem;}
.button:hover, .button:focus {background: #C13700;}
.green.button:hover {background: #044E46;}
.off-canvas .fab {color: #fff;}
/*************** HEADER **********************/
#nav-row {background: #000; position: relative;}
.tagline, #title-row { background: rgba(216, 64, 3, 1); max-width: 934px; padding: 3rem;}
.tagline h1{color: #fff; font-size: 2rem; margin-bottom: 1.5rem;}
.tagline p {color: #fff; }
.tagline .button {margin-top: .5rem;}
.tagline .button {margin-bottom: 0;}
#middle-row .logo img { width: 177px; height: auto; position: relative; }
#top-row h5 {font-family: "Inter", sans-serif; font-weight: 500;}
#top-row .fab {color: #fff; font-size: 20px;}
#top-row {position: relative;}
#title-row {max-width: none; padding: 2rem;}
.entry-title {color: #fff;}
/*************** Content **********************/
.bullet ul li:before {    
    font-family: "Font Awesome 7 Free"; 
    font-weight: 900; 
    content: '\f06c';
    margin: 0 15px 0 0px;
    color: #fff;
}

.bullet ul {
  list-style-type: none;
  margin-left: 0;
}

.bullet li {
    padding-left: 2rem;
    text-indent: -2rem;
    margin-bottom: 1rem;
}

.green-block .block-single-inner, .green-col {background: #0D6157; padding: 3rem 2.5rem !important; }
.contentblock-block-grid .column {padding: .5rem;}


.cta-single-inner img {margin: auto;}

.icon-cta .cta-heading h3 {color: #0D6157; font-size: 1.125rem; margin-top: 24px;}
.icon-cta.cta-row {margin-bottom: 2rem;}
.icon-cta a.cta-link {color: #707070; text-decoration: underline; }

.text-cta .cta-single-inner {border-top: 2px solid #F7F7F7; padding-bottom: 1.5rem;}
.text-cta .column:last-of-type .cta-single-inner {padding-bottom: 0;}
.text-cta h3 {font-size: 1.125rem; margin-top: 20px;}

.supplies-cta .text-cta .column:first-of-type .cta-single-inner {border-top: none;}
.supplies-cta {margin-bottom: 5rem;}

.img-cta .cta-single-inner img {width: 100%;}
.img-cta .cta-single-inner {position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;}

.img-cta .cta-single-inner a {display: flex; justify-content: center; align-items: center; width: 100%;}
.img-cta .cta-heading {position: absolute; padding: 2rem; width: 100%;}
.img-cta .cta-heading h3 {color: #fff; text-align: center; margin-bottom: 0; font-size: 15px; font-family: "Inter", sans-serif; font-weight: bold;background: rgba(216, 64, 3, 0.8); padding: .75rem; text-transform: capitalize;}
.img-cta .column {padding: .5rem;}
.img-cta .cta-image-container {width: 100%;}
.img-col.columns, .img-col .wrapper, .img-col p {display: flex;}
.img-col p {width: 100%; height: 100%;}
.img-col img.aligncenter {object-fit: cover; height: 100%;}
#tagline-2.expanded .button {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.grey-blocks .block-single-inner {background: #F7F7F7; padding: 2rem;}
.grey-blocks .block-single-inner strong {color: #000; text-decoration: underline;}
.col-four ul{ list-style-type: none;margin-left: 0; column-count: 4; margin-bottom: 0;}

.video-blocks {margin-bottom: 1.5rem;}

.thumbnail {border: none; box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); margin-bottom: 0;}

#tertiary .widget {background: #0D6157; padding: 2rem 1rem; }
#tertiary li {border-bottom: 2px solid #F7F7F7;
    padding: 1rem 0;}
/*************** Footer **********************/
.site-footer {background: #000;}

/*************** Contact **********************/
#contact-page-phone-block a, #contact-page-email-block a, #contact-page-location-block a,  #contact-page-location-block address li  {color: #000; font-style: normal;}
#contact-page-location-block .fas, #contact-page-email-block .fa, #contact-page-phone-block .fa, #contact-page-phone-block i {color: #E30211;}
#contact-page-email-block .email-name {margin-left: 5px;}


} /* Define mobile styles */

@media only screen and (max-width: 40em) {
.small-only-float-left {float: left !important;}	
.small-only-float-right {float: right !important;}
.small-only-float-center {display: block; margin-right: auto; margin-left: auto;}
.text-center-small {text-align: center;}
.small-align-center {-ms-flex-pack: center; justify-content: center;}
.widget-container, #top-row, .tagline, .text-right{text-align: center;}
img.alignright, img.alignleft{float: none !important;display: block;margin: 0 auto;	}
.logo-col {margin-bottom: 1rem; margin-top: 1rem;}
.img-col.columns, .img-col .wrapper, .img-col p {justify-content: center;}
.medium-12.img-col img.aligncenter {padding-bottom: 1.5rem;}
#title-row {width: 100%;}
.orange-bg {padding: 2rem;}
} /* max-width 640px, mobile-only styles, use when QAing mobile issues */

/*  Medium screens */
@media only screen and (min-width: 40.063em) { } /* min-width 641px, medium screens */

@media only screen and (min-width: 40.063em) and (max-width: 63.938em) {
.medium-float-left {float: left !important;}	
.medium-float-right {float: right !important;}
.text-center-medium {text-align: center;}
.medium-align-center {-ms-flex-pack: center; justify-content: center;}
.logo-col {margin-bottom: 1rem; margin-top: 1rem;}
.img-col.columns, .img-col .wrapper, .img-col p {justify-content: center;}
.medium-12.img-col img.aligncenter {padding-bottom: 1.5rem;}
.tagline {width: 100%;}
#title-row {position: absolute; bottom: 48px; background: rgba(216, 64, 3, 0.8);}
} /* min-width 641px and max-width 1023px, use when QAing tablet-only issues */

/* Large screens */
@media only screen and (min-width: 64.000em) {
.wrapper {padding: 1.875em 0;}
.align-middle-large{-webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;}
#slider-row {margin-top: -209px;}
.tagline, #title-row {position: absolute; bottom: 48px; background: rgba(216, 64, 3, 0.8);}
#middle-row { background: rgba(0, 0, 0, 0.5);position: relative;}
	.error404 #middle-row {background: #fff;}
#middle-row .logo img {  top: -20px;}
.contentblock-block-grid .block-single-inner img.aligncenter {margin-bottom: 0; width: 100%;}

} /* min-width 1024px, large screens */

@media only screen and (min-width: 64.000em) and (max-width: 90em) {
.large-float-left {float: left !important;}	
.large-float-right {float: right !important;}
.text-center-large {text-align: center;}
.large-align-right {-ms-flex-pack: end; justify-content: flex-end;}
.tagline {padding: 2rem; bottom: 1.5rem;}
.tagline h1 {margin-bottom: .5rem;}
} /* min-width 1024px and max-width 1440px, use when QAing large screen-only issues */

/*  XLarge screens */
@media only screen and (min-width: 90.063em) { } /* min-width 1441px, xlarge screens */

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
.xlarge-float-left {float: left !important;}	
.xlarge-float-right {float: right !important;}
.text-center-xlarge {text-align: center;}
} /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */

/*  XXLarge screens */
@media only screen and (min-width: 120.063em) {
.xxlarge-float-left {float: left !important;}	
.xxlarge-float-right {float: right !important;}
.text-center-xxlarge {text-align: center;}
} /* min-width 1921px, xxlarge screens */

/*  Tablet Portrait screens */
@media only screen and (min-width: 37.500em) and (max-width: 56.250em) and (orientation: portrait) {
.hide-tablet-portrait {display: none !important;}
.show-tablet-portrait {display: inherit !important;}
 } /* tablet-only issues min-600px max-900px */
 @media only screen and (min-width: 49.900em) and (max-width: 85.250em) and (orientation: portrait) {
 } /* tablet-only issues min-800px max-1200px */