/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Use This File To Add Site Specific Styles and Override Theme and Plugin Defaults CSS
 * Don't Edit the original CSS files
*/

/* Hack for making Responsive editing work */

.fl-responsive-preview-mask {
	background: transparent;
	bottom: auto;
	left: auto;
	position: relative;
	right: auto;
	top: auto;
	z-index: 99999;
}

.fl-responsive-preview {
	bottom: auto;
	left: auto;
	position: relative;
	right: auto;
	top: auto;
	margin-top: auto;
	z-index: 100000;
}

@media (min-width: 768px) {

	.sticky {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
	}

	.page-sidebar.sticky {
		top: 140px;
	}

	.shiftnav-wrap {
		overflow: visible !important;
		/* Disable overflow hidden as it prevents sticky from working */
	}

}

/*! Set Box sizing for all divs and elements to control widths and padding etc */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

/*! Font Smoothing */

html,
body {
	height: 100%;
	/* Font varient */
	font-variant-ligatures: none;
	-webkit-font-variant-ligatures: none;
	/* Smoothing */
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

.fl-page-content {
	background-color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 900;
}

h1,
h2 {
	text-transform: uppercase;
}

p {
	margin: 0 0 25px;
	line-height: 1.5;
}

.light-blue {
	color: #02B7EF !important;
}

/*p:last-child {
	
margin: 0;
}*/

@media (min-width: 320px) {

	h1 {
		font-size: 28px;
	}

	h2 {
		font-size: 20px;
	}

	h3 {
		font-size: 20px;
	}

	h4 {
		font-size: 20px;
	}

	h5 {
		font-size: 18px;
	}

	h6 {
		font-size: 16px;
	}

	p {
		font-size: 15px;
	}

	li {
		font-size: 15px;
	}

}

@media (min-width: 480px) {

	h1 {
		font-size: 38px;
	}

	h2 {
		font-size: 28px;
	}

	h3 {
		font-size: 26px;
	}

	h4 {
		font-size: 24px;
	}

	h5 {
		font-size: 22px;
	}

	h6 {
		font-size: 20px;
	}

	p {
		font-size: 16px;
	}

	li {
		font-size: 16px;
	}

}

@media (min-width: 640px) {

	p {
		font-size: 16px;
	}

	li {
		font-size: 16px;
	}

}

@media (min-width: 800px) {

	h1 {
		font-size: 42px;
	}

	h2 {
		font-size: 28px;
	}

	h3 {
		font-size: 24px;
	}

	h4 {
		font-size: 22px;
	}

	h5 {
		font-size: 20px;
	}

	h6 {
		font-size: 18px;
	}

}

@media (min-width: 1100px) {

	h1 {
		font-size: 42px;
	}

	.home h2 {
		font-size: 36px;
	}

	p {
		font-size: 18px;
	}

	li {
		font-size: 18px;
	}

}

/*! General Layout ---------------------------------------*/

.rw-remove-col-padding {
	margin-left: -15px;
	margin-right: -15px;
}

.fl-builder-edit .fl-page-nav-wrap {
	z-index: 1000;
	/* Allows the top row handles to show in edit mode */
}

@media (min-width: 320px) {

	.fl-page {
		padding-top: 120px !important;
	}

	.container {
		max-width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

}

@media (min-width: 480px) {

	.fl-page {
		padding-top: 140px !important;
	}

}

@media (min-width: 576px) {

	.container {
		max-width: 100%;
	}

}

@media (min-width: 601px) {

	.admin-bar .fl-page {
		top: 0;
	}

}

@media (min-width: 640px) {

	.fl-page {
		padding-top: 160px !important;
	}

}

@media (min-width: 769px) {

	.container {
		max-width: 100%;
		padding-left: 40px;
		padding-right: 40px;
	}

}

@media (min-width: 992px) {

	.fl-page {
		padding-top: 200px !important;
	}

	.fl-row-fixed-width {
		max-width: 1340px !important;
	}

}

@media (min-width: 1100px) {

	.fl-full-width .container {
		max-width: 100%;
	}

	/* Needed in Header */
	.fl-full-width .fl-page-header .container {
		width: 100%;
		max-width: 100%;
	}

	.fl-row-content-wrap {
		padding-top: 60px;
		padding-bottom: 60px;
	}

}

@media (max-width: 768px) {

	.fl-col-small:not(.fl-col-small-full-width) {
		max-width: 100%;
	}

}

@media (max-width: 767px) {

	.fl-col-small:not(.fl-col-small-full-width) {
		max-width: 100%;
	}

}

/*! Home Hero Image ------------------------------*/

.rw-home-hero.fl-row-bg-overlay .fl-row-content {
	position: unset;
}

@media (min-width: 320px) {

	.rw-home-hero {
		background: rgb(36, 36, 36);
		background: linear-gradient(180deg, rgba(36, 36, 36, 1) 0%, rgba(60, 60, 60, 1) 100%);
	}

	.rw-home-hero .fl-row-content-wrap {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		height: 310px;
		background-position-x: calc(50% - 180px);
		background-position-y: center;
		background-color: transparent;
		background-image: url(/wp-content/uploads/2025/03/home-hero-bg.svg);
		background-size: cover;
		background-repeat: no-repeat;
		padding: 0;
		-webkit-transition: all .3s;
		transition: all .3s;
	}

	.rw-home-hero .fl-row-content-wrap * {
		-webkit-transition: all .3s;
		transition: all .3s;
	}

	.rw-home-hero .fl-row-content-wrap .fl-row-content,
	.rw-home-hero .fl-row-content-wrap .fl-row-content .fl-col-group,
	.rw-home-hero .fl-row-content-wrap .fl-row-content .fl-col,
	.rw-home-hero .fl-row-content-wrap .fl-row-content .fl-col-content,
	.rw-home-hero .fl-row-content-wrap .fl-row-content .fl-module-html,
	.rw-home-hero .fl-row-content-wrap .fl-row-content .fl-module-content {
		display: flex;
		width: 100% !important;
		margin-left: 0;
		margin-right: 0;
		align-items: center;
		height: 100%;
	}

	.rw-home-hero .fl-module-content {
		margin: 0;
	}

	.rw-home-hero .fl-module-content .fl-html {
		width: 100% !important;
		padding-left: 10px;
		padding-right: 10px;
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		height: 100%;
	}

	.rw-home-hero .rw-home-hero-pic {
		width: 50%;
		display: flex;
		align-items: flex-start;
		position: relative;
	}

	.rw-home-hero .rw-home-hero-text {
		width: 50%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 100%;
	}

	.rw-home-hero .rw-home-hero-pic img {
		width: 110px;
		position: absolute;
		top: 0;
		right: 10%;
		max-height: 1000px;

	}

	.rw-home-hero .line1 {
		font-size: 30px;
		font-family: "Barlow", sans-serif;
		font-weight: 900;
		line-height: 1;
	}

	.rw-home-hero .line2 {
		font-size: 21px;
		font-family: "Barlow", sans-serif;
		font-weight: 900;
		line-height: 1;
		color: #E02427;
	}

	.rw-home-hero .line3 {
		font-size: 12px;
	}

}

@media (min-width: 400px) {

	.rw-home-hero .rw-home-hero-pic img {
		top: 5px;
		right: 20%;
	}

	.rw-home-hero .line1 {
		font-size: 30px;
	}

	.rw-home-hero .line2 {
		font-size: 21px;
	}

	.rw-home-hero .line3 {
		font-size: 12px;
	}

}

@media (min-width: 480px) {

	.rw-home-hero .fl-row-content-wrap {
		height: 320px;
		background-position-x: calc(50% - 220px);
	}

	.rw-home-hero .line1 {
		font-size: 50px;
	}

	.rw-home-hero .line2 {
		font-size: 20px;
	}

	.rw-home-hero .line3 {
		font-size: 12px;
	}

}

@media (min-width: 560px) {

	.rw-home-hero .fl-row-content-wrap {
		height: 400px;
	}

	.rw-home-hero .rw-home-hero-pic img {
		width: 140px;
		right: 20%;
	}

	.rw-home-hero .line1 {
		font-size: 60px;
	}

	.rw-home-hero .line2 {
		font-size: 24px;
	}

	.rw-home-hero .line3 {
		font-size: 12px;
	}

}

@media (min-width: 600px) {

	.rw-home-hero .fl-row-content-wrap {
		height: 450px;
		background-position-x: calc(50% - 250px);
	}

	.rw-home-hero .rw-home-hero-pic img {
		width: 155px;
		right: 20%;
	}

}

@media (min-width: 700px) {

	.rw-home-hero .fl-row-content-wrap {
		height: 470px;
		background-position-x: calc(50% - 300px);
	}

	.rw-home-hero .rw-home-hero-pic img {
		width: 160px;
		right: 20%;
	}

	.rw-home-hero .line1 {
		font-size: 76px;
	}

	.rw-home-hero .line2 {
		font-size: 31px;
		margin-bottom: 6px;
	}

	.rw-home-hero .line3 {
		font-size: 15px;
	}

}

@media (min-width: 769px) {

	.rw-home-hero .fl-row-content-wrap {
		height: 470px;
	}

	.rw-home-hero .rw-home-hero-pic img {
		right: 25%;
	}

	.rw-home-hero .line1 {
		font-size: 80px;
	}

	.rw-home-hero .line2 {
		font-size: 33px;
	}

	.rw-home-hero .line3 {
		font-size: 16px;
	}

}

@media (min-width: 800px) {

	.rw-home-hero .fl-row-content-wrap {
		height: 480px;
		background-size: contain;
		background-position-x: calc(50% - 300px);
	}

	.rw-home-hero .rw-home-hero-pic img {
		right: 25%;
	}

}

@media (min-width: 900px) {

	.rw-home-hero .fl-row-content-wrap {
		height: 500px;
		background-position-x: calc(50% - 300px);
	}

	.rw-home-hero .rw-home-hero-pic img {
		width: 175px;
		right: 28%;
	}

	.rw-home-hero .line1 {
		font-size: 92px;
	}

	.rw-home-hero .line2 {
		font-size: 38px;
	}

	.rw-home-hero .line3 {
		font-size: 18px;
	}

}

@media (min-width: 1024px) {

	.rw-home-hero .fl-row-content-wrap {
		height: 550px;
		background-position-x: calc(50% - 300px);
	}

	.rw-home-hero .rw-home-hero-pic img {
		width: 190px;
		right: 28%;
	}

	.rw-home-hero .line1 {
		font-size: 98px;
	}

	.rw-home-hero .line2 {
		font-size: 40px;
		margin-bottom: 4px;
	}

	.rw-home-hero .line3 {
		font-size: 19px;
	}

}

@media (min-width: 1100px) {

	.rw-home-hero .fl-row-content-wrap {
		height: 600px;
		background-position-x: calc(50% - 350px);
	}

	.rw-home-hero .rw-home-hero-pic img {
		width: 210px;
		right: 28%;
	}

	.rw-home-hero .line1 {
		font-size: 108px;
	}

	.rw-home-hero .line2 {
		font-size: 44px;
	}

	.rw-home-hero .line3 {
		font-size: 21px;
	}

}

@media (min-width: 1200px) {

	.rw-home-hero .fl-row-content-wrap {
		height: 700px;
		background-position-x: calc(50% - 400px);
	}

	.rw-home-hero .rw-home-hero-pic img {
		width: 245px;
		right: 20%;
	}

	.rw-home-hero .line1 {
		font-size: 120px;
	}

	.rw-home-hero .line2 {
		font-size: 50px;
	}

	.rw-home-hero .line3 {
		font-size: 22px;
	}

}

@media (min-width: 1460px) {

	.rw-home-hero .fl-row-content-wrap {
		background-position-x: calc(50% - 380px);
	}

	.rw-home-hero .line1 {
		font-size: 140px;
	}

	.rw-home-hero .line2 {
		font-size: 58px;
	}

	.rw-home-hero .line3 {
		font-size: 27px;
	}

}


/*! Home Callouts ---------------------------------------
@media (min-width: 320px) {
	
	.rw-icon-callouts .fl-html {
		display: grid;
		overflow: visible;
		grid-template-columns: repeat(2, 1fr);
		grid-auto-rows: minmax(min-content, max-content);
		grid-column-gap: 30px;
		grid-row-gap: 30px;
	}
	
	.rw-icon-callouts .item {
		display: flex;
		flex-direction: column;
		align-items: center;
		flex: 1;
		padding: 0;
	}

	.rw-icon-callouts .item .callout-icon {
		width: 120px;
		min-height: 120px;
		border-radius: 50%;
		margin-bottom: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #eee;
		border: 1px solid #dedede;
		z-index: 2;
	}
		
	.rw-icon-callouts .item .callout-content {
		padding: 0;
		border-radius: 5px;
		font-size: 16px;
		z-index: 1;
		height: 100%;
	}
	
	.rw-icon-callouts .item .callout-content h3 {
		font-size: 16px;
		font-style: normal;
		margin-bottom: 0;
	}
	
	.rw-icon-callouts .item p {
		color: #555;
		font-size: 16px;
	}
	
	.rw-icon-callouts .item p:last-of-type {
		margin-bottom: 10px;
	}

}

@media (min-width: 600px) {
	
	.rw-icon-callouts .item .callout-content h3 {
		font-size: 20px;
		font-style: normal;
		margin-bottom: 0;
	}

}

@media (min-width: 800px) {

	.rw-icon-callouts .fl-html {

		grid-template-columns: repeat(4, 1fr);
	}

}

*/

/*! Service Areas ---------------------------------------

@media (min-width: 320px) {

	.rw-service-areas {
		display: grid;
	    overflow: visible;
	    grid-template-columns: repeat(1, 1fr);
	    grid-auto-rows: minmax(min-content, max-content);
	    grid-column-gap: 30px;
	    grid-row-gap: 30px;
	}
	
	.rw-service-areas .item {
		background-color: rgba(0,0,0,0.7);
		padding: 30px;
		border-radius: 5px;
	}
	
	.rw-service-areas .item h3 {
		text-align: center;
		color: #fff;
	}
	
	.rw-service-areas .item ul {
		-webkit-columns: 2;
		columns: 2;
		list-style: none;
		padding-left: 0;
		margin-bottom: 0;
	}
	
	.rw-service-areas .item ul li {
		color: #fff;
		font-size: 14px;	
	}

}

@media (min-width: 600px) {
	
	.rw-service-areas {
		grid-template-columns: repeat(2, 1fr);
	}
	
}

@media (min-width: 1140px) {
	
	.rw-service-areas .item ul li {
		font-size: 16px;
	}
	
}
*/

/*! Callouts */

.rw-callouts .fl-html {
	display: grid;
	overflow: visible;
	grid-auto-rows: minmax(min-content, max-content);
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}

.rw-callouts .item {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.rw-callouts a.item:hover {
	text-decoration: none;
}

.rw-callouts .item .octagonWrap {
	background: #E02427;
	width: 280px;
	height: 280px;
	position: relative;
	-webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
	clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
	margin: auto;
}

.rw-callouts .item .octagon {
	position: absolute;
	background: gray;
	width: 260px;
	height: 260px;
	top: 10px;
	left: 10px;
	-webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
	clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
	overflow: hidden;
}

.rw-callouts .item .callout-image {
	border-radius: 3px;
	margin-bottom: 10px;
	overflow: hidden;
	text-align: center;
}

.rw-callouts .item .callout-image img {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.rw-callouts .item:hover .callout-image img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.rw-callouts .item .callout-content h3 {
	color: #fff;
	text-transform: capitalize;
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.rw-callouts a.item:hover h3 {
	color: #E50119;
}

.rw-callouts .item .callout-content p {
	font-size: 14px;
	text-align: center;
}

@media (min-width: 320px) {

	.rw-callouts .fl-html {
		grid-template-columns: repeat(1, 1fr);
	}

}

@media (min-width: 640px) {

	.rw-callouts .fl-html {
		grid-template-columns: repeat(2, 1fr);
	}

}

@media (min-width: 960px) {

	.rw-callouts .fl-html {
		grid-template-columns: repeat(3, 1fr);
	}

}

/*! h1-full-width-row
---------------------------------------*/

.h1-full-width-row {
	background: #771415;
	background: linear-gradient(90deg, #771415 0%, #E02427 100%);
}

.h1-full-width-row .fl-row-content-wrap {
	position: relative;
	padding: 40px 20px;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	background-size: cover;
	display: flex;
	width: 100%;
	justify-content: flex-start;
	align-items: center;
}

.h1-full-width-row .fl-row-content {
	flex: 1 1 auto;
}

.h1-full-width-row h1 {
	color: #fff;
	font-family: "Barlow", sans-serif;
	font-weight: 900;
	line-height: 1.2;
	margin-bottom: 0;
}

@media (min-width: 320px) {

	.h1-full-width-row h1 {
		font-size: 28px;
	}

}

@media (min-width: 1100px) {

	.h1-full-width-row h1 {
		font-size: 40px;
	}

}

/*! Breadcumbs
------------------------------------------------------------*/

.rw-breadcrumbs {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
}

.rw-breadcrumbs .fl-row-content-wrap {
	font-size: 14px;
	padding-top: 0;
	padding-bottom: 0;
}

.rw-breadcrumbs .fl-module-content {
	margin-top: 10px;
	margin-bottom: 10px;
}

.rw-breadcrumbs-inline {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 10px;
	padding-top: 10px;
	margin-bottom: 0;
	color: #fff;
	font-size: 14px;
	width: fit-content;
}

.rw-breadcrumbs-inline a {
	color: #fff;
}

@media (max-width: 768px) {

	.rw-breadcrumbs .fl-row-content-wrap {
		font-size: 12px;
	}

}

/*! Tables
------------------------------------------------------------*/

.htable {
	width: 100%;
	margin-bottom: 25px;
	border: 1px solid #ccc;
	border-bottom: none;
	border-spacing: 0;
}

.htable thead th {
	background-color: #D8D7CF;
	padding: 5px;
}

.htable tr {
	border-bottom: 1px solid #ccc;
}

.htable tr:nth-child(even) {
	background-color: #f5f5f5;
}

.htable tbody th {
	padding: 5px;

}

.htable td {
	padding: 5px;
}

.htable-centered-td th,
.htable-centered-td td {
	text-align: center;
}

/*! Content Styles ------------------------------*/

.rw-white-box .fl-module-content {
	background-color: #fff;
	padding: 30px;
	border-radius: 3px;
}

.rw-dark-bg h1,
.rw-dark-bg h2,
.rw-dark-bg h3,
.rw-dark-bg h4,
.rw-dark-bg h5,
.rw-dark-bg h6,
.rw-dark-bg p,
.rw-dark-bg li {
	color: #fff;
}

.rw-dark-bg .gfield_checkbox label {
	color: #fff;
}

button,
input[type=button],
input[type=submit] {
	padding: 14px 30px;
}

button,
.fl-button,
input[type=button],
input[type=submit],
.navbar-toggle {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/*! RW QUOTE BOX -----------------------------

.rw-quote {
	font-family: "Playfair Display",serif;
	font-weight: 400;
	font-size: 28px;
	line-height: 1.8;
	color: #05235D;
}

.rw-quote-author {
	color: #05235D;
	font-size: 24px;
}

.rw-quote-box {
	
}

.rw-quote-box .fl-rich-text {
	padding: 0 8%;
	position: relative;
}

.rw-quote-box .fl-rich-text:before,
.rw-quote-box .fl-rich-text:after {
	position: absolute;
	font-size: 210px;
	line-height: 1;
	color: rgba(255, 255, 255, 0.56);
	font-style: normal;
	font-family: "Playfair Display",serif;
	
z-index: 1;
}

.rw-quote-box .fl-rich-text:before {
	top: -35px;
	left: 0;
	content: "\201C";
}

.rw-quote-box .fl-rich-text:after {
	top: -35px;
	right: 0;
	content: "\201D";
}

.rw-quote-box p {
	font-size: 20px;
}

@media (min-width: 320px) {
	
	.rw-quote-box .fl-rich-text {
	padding: 0;
	}
	
	.rw-quote-box p {
	font-size: 16px;
	text-align: center;
	}
	
	.rw-quote-box .fl-rich-text:before, .rw-quote-box .fl-rich-text:after {
	display: none;
	}

}

@media (min-width: 400px) {
	
	.rw-quote-box .fl-rich-text {
	padding: 0 8%;
	}
	
	.rw-quote-box p {
	font-size: 16px;
	}
	
	.rw-quote-box .fl-rich-text:before, .rw-quote-box .fl-rich-text:after {
	display: block;
	font-size: 100px;
	}
	
	.rw-quote-box .fl-rich-text:before {
	top: -14px;
	left: -15px;
	}
	
	.rw-quote-box .fl-rich-text:after {
	top: -14px;
	right: -15px;
	}

}

@media (min-width: 600px) {
	
	.rw-quote-box p {
	font-size: 18px;
	text-align: left;
	}
	
	.rw-quote-box .fl-rich-text:before, .rw-quote-box .fl-rich-text:after {
	font-size: 130px;
	}
	
	.rw-quote-box .fl-rich-text:before {
	top: -20px;
	}
	
	.rw-quote-box .fl-rich-text:after {
	top: -20px;
	}
	
}

@media (min-width: 900px) {
	
	.rw-quote-box p {
	font-size: 20px;
	}
	
	.rw-quote-box .fl-rich-text:before, .rw-quote-box .fl-rich-text:after {
	font-size: 180px;
	}
	
	.rw-quote-box .fl-rich-text:before {
	top: -30px;
	}
	
	.rw-quote-box .fl-rich-text:after {
	top: -30px;
	}
	
}

@media (min-width: 1100px) {

	.rw-quote-box .fl-rich-text:before, .rw-quote-box .fl-rich-text:after {
	font-size: 210px;
	}
	
	.rw-quote-box .fl-rich-text:before {
	top: -35px;
	}
	
	.rw-quote-box .fl-rich-text:after {
	top: -35px;
	}
	
}
*/

/*! RW Footnotes ------------------------------*/

.rw-footnotes ol {
	padding-left: 20px;
}

.rw-footnotes ol li {
	font-size: 14px;
}

/*! Sidebar Styles ------------------------------*/

@media (min-width: 320px) {

	.fl-sidebar {
		margin-top: 20px;
	}

	.fl-widget .fl-widget-title,
	h4.fl-widget-title,
	.blog-categories.fl-widget h4.fl-widget-title,
	.rw-widget-box-header .fl-html h3.widgettitle,
	.fl-module-sidebar .widget_text h4.fl-widget-title,
	.fl-sidebar .widget_text h4.fl-widget-title {
		background-color: #E02427;
		padding: 15px 30px;
		margin: 0;
		-webkit-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
		font-size: 22px;
		color: #fff;
		text-align: center;

	}

	.blog-categories.fl-widget ul,
	.rw-widget-box-header .fl-html .widgetbody,
	.fl-sidebar .textwidget,
	.fl-sidebar .gform_wrapper {
		border: 1px solid #222;
		background-color: rgba(255, 255, 255, 0.04);
		margin: 0;
		padding: 20px;
		-webkit-border-radius: 0 0 5px 5px;
		border-radius: 0 0 5px 5px;
	}


	.blog-categories.fl-widget ul,
	.fl-sidebar .textwidget {
		padding: 20px;
		background-color: rgba(255, 255, 255, 0.04);
	}

	.rw-widget-box-header .fl-html .widgetbody p:last-of-type {
		margin-bottom: 0;
	}

	.rw-widget-box-header .button {
		background-color: #2A506F;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		color: #fff;
		text-transform: uppercase;
		font-weight: 700;
		display: block;
		text-align: center;
		padding: 13px;
	}



	.rw-widget-box-no-header .fl-html,
	.rw-widget-box-no-header .fl-rich-text {
		border: 1px solid #C3C3BB;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		background-color: #EBEBDE;
		padding: 20px 30px;
	}

	.rw-widget-box-no-header h3 {
		font-size: 22px;
	}

	.rw-widget-no-box-no-header h3 {
		font-size: 22px;
	}

	.blog-categories.fl-widget ul li:first-of-type {
		border-top: 1px solid #222;
	}

	.blog-categories.fl-widget ul li {
		position: relative;
		overflow: hidden;
		display: flex;
		flex-direction: row;
		border-bottom: 1px solid #222;
		margin-bottom: 0;
	}

	.blog-categories.fl-widget ul li a {
		padding: 10px 0 10px 15px;
		color: #fff;
		width: calc(100% - 40px);
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.blog-categories.fl-widget ul li a:hover {
		color: #E80734;
		text-decoration: none;
	}

	.blog-categories.fl-widget ul li span.count {
		background-color: #333;
		color: #fff;
		border-radius: 50px;
		padding: 0;
		line-height: 1.4;
		font-size: 13px;
		margin: 6px 15px 6px 0;
		text-align: center;
		width: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: default;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.blog-categories.fl-widget ul li:hover span.count {
		background-color: #E80734;
		color: #fff;
	}

	/* Default Side Bar Menu Styles */

	.fl-module-sidebar .widget_nav_menu li,
	.fl-sidebar .widget_nav_menu li {
		margin-bottom: 2px !important;
	}

	.fl-module-sidebar .widget_nav_menu li a,
	.fl-sidebar .widget_nav_menu li a {
		display: block;
		padding: 13px 20px;
		font-size: 15px;
		background: #EDEDED;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		color: #01A8F8;
		text-align: left;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.fl-module-sidebar .widget_nav_menu li a:hover,
	.fl-sidebar .widget_nav_menu li a:hover {
		background: #02AFB9;
		color: #fff;
		text-decoration: none;
	}

	.fl-module-sidebar .widget_nav_menu li.current_page_item a,
	.fl-sidebar .widget_nav_menu li.current_page_item a {
		background: #02AFB9;
		color: #fff;
		text-decoration: none;
	}

}

@media (min-width: 769px) {

	.rw-widget-box-header .fl-html h3.widgettitle {
		padding: 20px 10px;
		font-size: 16px;
	}

	.rw-widget-box-no-header h3 {
		font-size: 16px;
	}

	.rw-widget-box-header .fl-html .widgetbody,
	.rw-widget-box-header .fl-rich-text .widgetbody,
	.rw-widget-box-no-header .fl-html,
	.rw-widget-box-no-header .fl-rich-text {
		padding: 20px 10px;
	}

	.rw-widget-box-header .widgetbody ul,
	.rw-widget-box-no-header .fl-rich-text ul {
		padding-left: 30px;
	}

	.rw-widget-box-header .fl-html .widgetbody li,
	.rw-widget-box-header .fl-html .widgetbody p,
	.rw-widget-box-no-header .fl-rich-text p,
	.rw-widget-box-no-header .fl-rich-text li {
		font-size: 14px;
	}

}

@media (min-width: 1024px) {

	.rw-widget-box-header .fl-html h3.widgettitle {
		padding: 20px;
		font-size: 22px;
	}

	.rw-widget-box-no-header h3 {
		font-size: 22px;
	}

	.rw-widget-box-header .fl-html .widgetbody,
	.rw-widget-box-header .fl-rich-text .widgetbody,
	.rw-widget-box-no-header .fl-html,
	.rw-widget-box-no-header .fl-rich-text {
		padding: 20px;
	}

	.rw-widget-box-header .widgetbody ul,
	.rw-widget-box-no-header .fl-rich-text ul {
		padding-left: 40px;
	}

	.rw-widget-box-header .fl-html .widgetbody li,
	.rw-widget-box-header .fl-html .widgetbody p,
	.rw-widget-box-no-header .fl-rich-text p,
	.rw-widget-box-no-header .fl-rich-text li {
		font-size: 16px;
	}

}

/*! Gravity Forms Overrides
----------------------------------------*/
.gform_wrapper.gravity-theme .gform_fields {
	grid-row-gap: 15px !important;
}

.gform_wrapper ::placeholder {
	color: #666;
	/* Change to desired color */
	font-style: italic;
	font-size: 14px;
	opacity: 1;
	/* Ensures full visibility */
}

input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #666;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=number],
input[type=search],
input[type=url],
textarea {
	height: auto;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 10px !important;
	background-color: #fff;
}

.gform_wrapper.gravity-theme .gfield textarea.large {
	height: 200px !important;
}

.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
	margin: 0 !important;
	padding: 15px 0 0 !important;
	justify-content: center;
}

.gform_wrapper.gravity-theme .gform_footer button,
.gform_wrapper.gravity-theme .gform_footer input,
.gform_wrapper.gravity-theme .gform_page_footer button,
.gform_wrapper.gravity-theme .gform_page_footer input {
	margin-bottom: 0;
	font-weight: 700;
	padding: 20px 60px;
	font-size: 20px;
	text-transform: uppercase;
	border-radius: 3px;
}

.gform_wrapper.gravity-theme.rw-shortform_wrapper .gform_footer input {
	width: 100%;
	padding: 15px;
}

.gform_required_legend {
	display: none !important;
}

.gform_wrapper.gravity-theme.rw-shortform_wrapper .gform_description {
	font-size: 14px;
}

.gform_wrapper.gravity-theme.rw-shortform_wrapper input[type=text],
.gform_wrapper.gravity-theme.rw-shortform_wrapper input[type=password],
.gform_wrapper.gravity-theme.rw-shortform_wrapper input[type=email],
.gform_wrapper.gravity-theme.rw-shortform_wrapper input[type=tel],
.gform_wrapper.gravity-theme.rw-shortform_wrapper input[type=date],
.gform_wrapper.gravity-theme.rw-shortform_wrapper input[type=month],
.gform_wrapper.gravity-theme.rw-shortform_wrapper input[type=week],
.gform_wrapper.gravity-theme.rw-shortform_wrapper input[type=time],
.gform_wrapper.gravity-theme.rw-shortform_wrapper input[type=number],
.gform_wrapper.gravity-theme.rw-shortform_wrapper input[type=search],
.gform_wrapper.gravity-theme.rw-shortform_wrapper input[type=url],
.gform_wrapper.gravity-theme.rw-shortform_wrapper textarea {
	height: auto;
	border: 1px solid #222;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 10px !important;
	background-color: #000;
}


.rw-full-width-contact-form .gform_description {
	text-align: center !important;
}

.rw-full-width-contact-form input[type=text],
.rw-full-width-contact-form input[type=password],
.rw-full-width-contact-form input[type=email],
.rw-full-width-contact-form input[type=tel],
.rw-full-width-contact-form input[type=date],
.rw-full-width-contact-form input[type=month],
.rw-full-width-contact-form input[type=week],
.rw-full-width-contact-form input[type=time],
.rw-full-width-contact-form input[type=number],
.rw-full-width-contact-form input[type=search],
.rw-full-width-contact-form input[type=url],
.rw-full-width-contact-form textarea {
	color: #555;
}


/*! Footer Widgets 
---------------------------------------*/

@media (min-width: 320px) {

	.fl-page-footer-widgets {
		position: relative;
		padding: 80px 0 80px;
		background: rgb(28, 28, 28);
		background: linear-gradient(180deg, rgba(28, 28, 28, 1) 0%, rgba(2, 2, 2, 1) 100%);
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}

	.fl-page-footer-widgets:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-image: url(/wp-content/uploads/2025/03/footer-bg.svg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		opacity: .5;
	}

	.fl-page-footer-widgets-container {
		max-width: 1300px !important;
	}

	.fl-page-footer-widgets .fl-page-footer-widget-col {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.col-lg-3.fl-page-footer-widget-col-1,
	.col-lg-3.fl-page-footer-widget-col-4,
	.col-md-3.fl-page-footer-widget-col-1,
	.col-md-3.fl-page-footer-widget-col-4 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.fl-page-footer-widgets .fl-builder-layer {
		bottom: -1px;
	}

	.fl-page-footer-widgets .fl-builder-bottom-edge-layer>* {
		width: 100%;
		left: auto;
		right: auto;
		height: 30px;
		top: auto;
		bottom: 0;
		transform: scaleX(-1) scaleY(-1);
	}

	.fl-page-footer-widgets .fl-builder-bottom-edge-layer .fl-shape-content .fl-shape {
		fill: #0C0E12;
	}

	.fl-page-footer-widgets .fl-page-footer-widget-col {
		display: flex;
		flex-direction: column;
	}

	.fl-page-footer-widgets aside#nav_menu-2 {
		background-color: transparent;
		min-height: 0;
	}

	.fl-page-footer-widgets aside:last-of-type {
		margin-bottom: 0;
	}

	.fl-page-footer-widgets h4.fl-widget-title {
		background: transparent;
		text-transform: uppercase;
		font-size: 28px;
		line-height: 1.2;
		font-weight: 700;
		text-align: left;
		color: #fff;
		margin-top: 0;
		margin-bottom: 10px !important;
		padding: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
	}

	.rw-footer-address p {
		font-size: 16px;
		text-align: left;
	}

	.fl-page-footer-widgets .textwidget {
		text-align: left;
	}

	.fl-widget.rw-footer-privacy-menu ul {
		text-align: center;
	}

	.rw-footer-social .fl-social-icons {
		padding-right: 0;
		margin-left: 0;
		padding-left: 0;
		text-align: left;
	}

	.rw-footer-social .fl-social-icons a {
		background-color: transparent;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		display: inline-block;
		margin-right: 5px;
		margin-bottom: 5px;
		width: 40px;
		height: 40px;
		background-color: rgba(255, 255, 255, 0.2);
		-webkit-transition: background-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out;
	}

	.rw-footer-social .fl-social-icons a:last-of-type {
		margin-left: 0
	}

	.rw-footer-social .fl-social-icons a:hover {
		background-color: rgba(255, 255, 255, 0.35);
	}

	.rw-footer-social .fl-social-icons a i.fas,
	.rw-footer-social .fl-social-icons a i.fab {
		font-size: 20px;
		vertical-align: middle;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		color: #fff;
	}

	.rw-footer-social .fl-social-icons a:hover i.fas,
	.rw-footer-social .fl-social-icons a:hover i.fab {
		color: #E02427;
	}

	.fl-widget.rw-footer-privacy-menu ul {
		text-align: center
	}

	.menu-footer-menu-container {
		text-align: center
	}

	.rw-footer-locations {
		display: grid;
		overflow: visible;
		grid-auto-rows: minmax(min-content, max-content);
		grid-column-gap: 30px;
		grid-row-gap: 30px;
		grid-template-columns: repeat(1, 1fr);
	}

	.rw-footer-locations h3 {
		font-size: 28px;
	}

	/*
	#menu-footer-menu {
		width: auto;
		margin: auto;
		display: inline-block
	}

	.menu-footer-menu-container li {
		width: auto
	}

	.menu-footer-menu-container li a {
		background-color: rgba(255, 255, 255, 0.1);
		text-transform: uppercase;
		font-size: 16px !important;
		font-weight: 700;
		padding: 10px 40px !important;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		color: #fff;
	}

	.menu-footer-menu-container li a:hover {
		background-color: rgba(255, 255, 255, .2);
		text-decoration: none;
	}

	.rw-footer-logos {
		display: flex;
		flex-direction: row;
	}

	.rw-footer-logos .item {
		width: 80px;
	}

	p.rw-footer-phone {
		font-weight: 700;
	}
	*/

}

@media (min-width: 480px) {

	.rw-footer-address p {
		font-size: 16px;
	}

}

@media (min-width: 642px) {

	.gform_wrapper.gravity-theme form#gform_5 .gform_footer button,
	.gform_wrapper.gravity-theme form#gform_5 .gform_footer input,
	.gform_wrapper.gravity-theme form#gform_5 .gform_page_footer button,
	.gform_wrapper.gravity-theme form#gform_5 .gform_page_footer input {
		padding: 11px 20px;
	}

	.rw-footer-locations {
		grid-template-columns: repeat(2, 1fr);
	}

}

@media (min-width: 768px) {

	.fl-page-footer-widgets aside p {
		font-size: 14px;
	}

	.menu-footer-menu-container li a {
		padding: 10px 20px !important;
	}

}

@media (min-width: 992px) {

	.fl-page-footer-widget-col-2 {
		padding-left: 5%;
	}

	.fl-page-footer-widgets aside p {
		font-size: 18px;
	}

	.menu-footer-menu-container li a {
		padding: 10px 40px !important;
	}

	p.rw-footer-phone {
		font-size: 24px !important;
	}

}

@media (min-width: 1100px) {

	.fl-page-footer-widgets .container {
		max-width: 1300px;
		width: 100%;
		padding: 0 40px;
	}

}

@media (min-width: 1340px) {

	.fl-page-footer-widgets .container {
		padding: 0 20px;
		max-width: 1300px;
	}

}

@media (min-width: 1380px) {

	.fl-page-footer-widgets .container {
		padding: 0;
		max-width: 1300px;
	}

}

/*! Footer
---------------------------------------*/

@media (min-width: 320px) {

	.fl-page-footer {
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}

	.fl-page-footer-container {
		padding: 15px 0;
	}

	.fl-page-footer-text {
		padding-bottom: 0;
	}

	.fl-page-footer-row .text-left {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 20px;
	}

	.fl-page-footer-row .text-left .fl-page-footer-text {
		text-align: center;
	}

	.fl-page-footer-row .text-right {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.fl-page-footer-row .text-right ul {
		text-align: center;
	}

	.fl-page-footer-nav {
		padding-right: 0;
	}

	.fl-page-footer-nav li a {
		background-color: rgba(255, 255, 255, .05);
		text-transform: uppercase;
		font-size: 14px !important;
		font-weight: 600;
		padding: 10px 20px !important;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		color: #fff;
		border: 1px solid rgba(255, 255, 255, .15)
	}

	.fl-page-footer-nav li a:hover {
		background-color: rgba(255, 255, 255, .1);
		text-decoration: none
	}

}

@media (min-width: 768px) {

	.fl-page-footer-container {
		padding: 15px 40px;
	}

	.fl-page-footer-row .text-left {
		justify-content: flex-start;
		margin-bottom: 0;
	}

	.fl-page-footer-row .text-left .fl-page-footer-text {
		text-align: left;
	}

	.fl-page-footer-row .text-right {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}

	.fl-page-footer-row .text-right ul {
		text-align: right;
	}

	.fl-page-footer-nav {
		padding-right: 50px;
	}

	.fl-page-footer-nav>li {
		margin-left: 5px;
	}

}

@media (min-width: 1100px) {

	.fl-page-footer .container {
		max-width: 1300px;
		width: 100%;
		padding: 15px 40px;
	}

}

@media (min-width: 1340px) {

	.fl-page-footer .container {
		padding: 15px 20px;
		max-width: 1300px;
	}

}

@media (min-width: 1380px) {

	.fl-page-footer .container {
		padding: 15px 0;
		max-width: 1300px;
	}

}

/*! PP FAQs ---------------------------------------*/
.pp-faq-button {
	border: 1px solid #CDCFD0;
}

.pp-faq-content-text p:last-of-type {
	margin-bottom: 0;
}

/*! RW Gallery Shine Effect
---------------------------------------*/
.rw-gallery.rw-shine .pp-photo-gallery-item a {
	position: relative
}

.rw-gallery.rw-shine .pp-photo-gallery-item:hover a::after {
	opacity: 1;
	transform: translate(0)
}

.rw-gallery.rw-shine .pp-photo-gallery-item a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 200%;
	height: 200%;
	opacity: 0;
	transition-property: transform;
	transition-duration: .4s;
	transition-timing-function: ease;
	transform: translate(-50%, -50%);
	background: rgba(255, 255, 255, .13);
	background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .13) 48%, rgba(255, 255, 255, .5) 57%, rgba(255, 255, 255, 0) 64%, rgba(255, 255, 255, 0) 100%)
}

.rw-business-hours-list {
	margin-right: 100px;
	text-align: left;
}

/*! RW General Grid
---------------------------------------*/

@media (min-width: 320px) {

	.rw-grid {
		display: grid;
		overflow: visible;
		grid-auto-rows: minmax(min-content, max-content);
		grid-column-gap: 30px;
		grid-row-gap: 30px;
		grid-template-columns: repeat(1, 1fr);
	}

	.rw-cols-1 {
		grid-template-columns: repeat(1, 1fr);
	}

	.rw-cols-2 {
		grid-template-columns: repeat(2, 1fr);
	}

	.rw-cols-3 {
		grid-template-columns: repeat(3, 1fr);
	}

	.rw-cols-4 {
		grid-template-columns: repeat(4, 1fr);
	}

	.rw-cols-6 {
		grid-template-columns: repeat(5, 1fr);
	}

	.rw-cols-6 {
		grid-template-columns: repeat(6, 1fr);
	}

}


@media (min-width: 320px) {

	.rw-grid {
		display: grid;
		overflow: visible;
		grid-auto-rows: minmax(min-content, max-content);
		grid-column-gap: 30px;
		grid-row-gap: 30px;
	}

	.rw-cols-1,
	.rw-cols-2,
	.rw-cols-3,
	.rw-cols-4,
	.rw-cols-5,
	.rw-cols-6 {
		grid-template-columns: repeat(1, 1fr);
	}

}

@media (min-width: 640px) {

	.rw-cols-2,
	.rw-cols-3,
	.rw-cols-4,
	.rw-cols-5,
	.rw-cols-6 {
		grid-template-columns: repeat(2, 1fr);
	}

}

@media (min-width: 960px) {

	.rw-cols-3,
	.rw-cols-4,
	.rw-cols-5,
	.rw-cols-6 {
		grid-template-columns: repeat(3, 1fr);
	}

}

@media (min-width: 1280px) {

	.rw-cols-4 {
		grid-template-columns: repeat(4, 1fr);
	}

	.rw-cols-6 {
		grid-template-columns: repeat(5, 1fr);
	}

	.rw-cols-6 {
		grid-template-columns: repeat(6, 1fr);
	}

}