/*  Small screens */
@media only screen {
/* 	HEADER */
	
/* GENERAL */
	.grey-bg{background: #F7F7F8;}
	#title-row, .red-gradient{background: radial-gradient(#B30202,#870101);}
	.stars-bg{background: url(/wp-content/uploads/2026/09/blue-star-background.webp); background-repeat: no-repeat; background-size: cover; background-position: center;}
	.left-swipe{padding: 3rem 0;}
	.white-bg .contentblock{ background: rgba(255, 255, 255, .75); padding: 2rem;}

/*  LIST */
	ul.underline {list-style-type: none; margin-left: 0; padding: 1rem 2rem;}
	ul.underline li{margin-bottom: .5rem; font-weight: bold; text-align:center; text-transform: uppercase;}
	ul.underline li:after{border-bottom: 1px solid #FFF; display: block; content:''; height: 8px;}
	ul.underline li:last-child:after{border-bottom: 0px solid #FFF;}
	
	
/* BLOCKQUOTE */
	blockquote{padding: 5rem 0 4rem; color: #fff; font-style: italic; font-size: 20px; position: relative; margin-bottom: 0;}
	blockquote p{color: #fff;}
	cite{ text-align: right; font-weight: bold; text-transform: uppercase; color: #fff; font-style: normal; font-size: 1rem;}
	cite span{font-size: 14px; font-weight: 400; text-transform: capitalize;}
	blockquote:before { content: url(/wp-content/uploads/2026/09/quote.webp); position: absolute; color: #000; top: 24px; left: -55px;}
	blockquote:after {  content: url(/wp-content/uploads/2026/09/small-quote.webp); position: absolute; color: #fff; bottom: 24px; right: -55px;}

/*  CONTACT */
	.contact-block a{color: #000;}
	.contact-block .fas, .contact-block i{color: #9C0201;}
	.contact-block .fa-envelope{margin-right: 3px;}
	
	
/* 	FOOTER */
	.global-contact{ display: flex; align-items: center; flex-direction: column; justify-content: center; padding: 2rem 1rem;}
	#global-footer-area-1 img.aligncenter{margin-bottom: 0;}
	
} /* 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.aligncenter{max-width: 200px; margin-bottom: 2rem;}
	.t2, h2 {font-size: 1.5rem;}
	.white-bg .contentblock {margin: -1rem;}
	.button{margin-bottom: 1rem;}
	.quote{margin-top:1rem; width: 90%;}
	ul.underline {padding: 1rem;}
	.cta-row .column-block, .cta-row{ padding: 1rem 0;}
	.cta-row .cta-image-container:after {font-size: 1.25rem;}
	.left-swipe{background-size: cover !important;}
	.footerwidgets .icon{justify-content: center;}
} /* max-width 640px, mobile-only styles, use when QAing mobile issues */

/*  Medium screens */
@media only screen and (min-width: 40.063em) { 
	#logo.aligncenter{margin-bottom: 0;}
} /* 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;}
	.left-swipe{background-size: cover !important;}
	.nav{border-top: 2px solid #9C0201;}
	.quote{margin-top:1rem; width: 90%;}
	.global-contact{ padding-bottom: 0;}
	#global-footer-area-1 img.aligncenter{padding: 3rem;}
} /* min-width 641px and max-width 1023px, use when QAing tablet-only issues */

@media only screen and (min-width: 40.063em) and (max-width: 47.688em) {
	.footerwidgets .icon{display: block;}
	.footerwidgets .social-media li {margin-left: 0;}
 }/* min-width 641px and max-width 763px, 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;}
	.global-contact{ padding: 3rem 5rem;}
	.quote{margin: 5rem auto;}
	#logo.aligncenter{max-width: 90px; margin-left: 0;}
} /* 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;}
} /* 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 */