/*
 Theme Name:   GeneratePress Child
 Theme URI:    http://generatepress.com
 Description:  BlackWing Creative Theme Customizations
 Author:       Tim Taricco
 Author URI:   http://timtaricco.com
 Template:     generatepress
 Version:      05.07.25
 Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, light, white, dark, black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, yellow
*/

@font-face {
    font-family: 'Proxima Nova';
    src: url('/wp-content/themes/generatepress-child/fonts/ProximaNova-Reg-webfont.eot');
    src: url('/wp-content/themes/generatepress-child/fonts/ProximaNova-Reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/generatepress-child/fonts/ProximaNova-Reg-webfont.woff') format('woff'),
         url('/wp-content/themes/generatepress-child/fonts/ProximaNova-Reg-webfont.ttf') format('truetype'),
         url('/wp-content/themes/generatepress-child/fonts/ProximaNova-Reg-webfont.svg#Proxima Nova') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova';
    src: url('/wp-content/themes/generatepress-child/fonts/ProximaNova-Bold-webfont.eot');
    src: url('/wp-content/themes/generatepress-child/fonts/ProximaNova-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/generatepress-child/fonts/ProximaNova-Bold-webfont.woff') format('woff'),
         url('/wp-content/themes/generatepress-child/fonts/ProximaNova-Bold-webfont.ttf') format('truetype'),
         url('/wp-content/themes/generatepress-child/fonts/ProximaNova-Bold-webfont.svg#Proxima Nova') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova';
    src: url('/wp-content/themes/generatepress-child/fonts/ProximaNova-RegIt-webfont.eot');
    src: url('/wp-content/themes/generatepress-child/fonts/ProximaNova-RegIt-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/generatepress-child/fonts/ProximaNova-RegIt-webfont.woff') format('woff'),
         url('/wp-content/themes/generatepress-child/fonts/ProximaNova-RegIt-webfont.ttf') format('truetype'),
         url('/wp-content/themes/generatepress-child/fonts/ProximaNova-RegIt-webfont.svg#Proxima Nova') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Proxima Nova';
    src: url('/wp-content/themes/generatepress-child/fonts/ProximaNova-BoldIt-webfont.eot');
    src: url('/wp-content/themes/generatepress-child/fonts/ProximaNova-BoldIt-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/generatepress-child/fonts/ProximaNova-BoldIt-webfont.woff') format('woff'),
         url('/wp-content/themes/generatepress-child/fonts/ProximaNova-BoldIt-webfont.ttf') format('truetype'),
         url('/wp-content/themes/generatepress-child/fonts/ProximaNova-BoldIt-webfont.svg#Proxima Nova') format('svg');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Proxima Nova';
    src: url('/wp-content/themes/generatepress-child/fonts/ProximaNova-Light-webfont.eot');
    src: url('/wp-content/themes/generatepress-child/fonts/ProximaNova-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/generatepress-child/fonts/ProximaNova-Light-webfont.woff') format('woff'),
         url('/wp-content/themes/generatepress-child/fonts/ProximaNova-Light-webfont.ttf') format('truetype'),
         url('/wp-content/themes/generatepress-child/fonts/ProximaNova-Light-webfont.svg#Proxima Nova') format('svg');
    font-weight: 100;
    font-style: normal;
}
@font-face {
	font-family: 'Proxima Nova Black';
	src: url('/wp-content/themes/generatepress-child/fonts/ProximaNova-Black-webfont.eot');
	src: url('/wp-content/themes/generatepress-child/fonts/ProximaNova-Black-webfont.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/generatepress-child/fonts/ProximaNova-Black-webfont.woff2') format('woff2'),
		url('/wp-content/themes/generatepress-child/fonts/ProximaNova-Black-webfont.woff') format('woff'),
		url('/wp-content/themes/generatepress-child/fonts/ProximaNova-Black-webfont.ttf') format('truetype');
	font-weight: normal;
    font-style: normal;
}


/*** 2 - Website Variables
–––––––––––––––––––––––––––––––––––––––––––––––––– ***/

:root {
    /* Text Styling */
    --text-base: 17px;
    --line-height-base: 1.5;
    --margin-bottom-base: 1.5em;
    
    --text-xs: 13px;
    --line-height-xs: 1.25; 
    --margin-bottom-xs: 1.25em;
    
    --text-sm: 15px;
    --line-height-sm: 1.25; 
    --margin-bottom-sm: 1.25em;
    
    --text-p: 17px;
    --line-height-p: 1.5; 
    --margin-bottom-p: 1.5em;
    
    --text-md: 21px;
    --line-height-md: 1.5; 
    --margin-bottom-md: 1.5em;
    
    --text-lg: 23px;
    --line-height-lg: 1.5; 
    --margin-bottom-lg: 1.5em;
    
    --text-xl: 25px;
    --line-height-xl: 1.5; 
    --margin-bottom-xl: 1.5em;
    
    --text-h1: 2.75em;
    --line-height-h1: 1em; 
    --margin-bottom-h1: 12px;
    
    --text-h2: 2em;
    --line-height-h2: 1em; 
    --margin-bottom-h2: 12px;
    
    --text-h3: 1.5em;
    --line-height-h3: 1em; 
    --margin-bottom-h3: 12px;
    
    --text-h4: 1.25em;
    --line-height-h4: 1em; 
    --margin-bottom-h4: 12px;
    
    --text-h5: 1em;
    --line-height-h5: 1em; 
    --margin-bottom-h5: 12px;
    
    --text-h6: .9em;
    --line-height-h6: 1em; 
    --margin-bottom-h6: 12px;
    
    /* Padding Styling */
    --padding-xs: 10px;
    --padding-sm: 20px;
    --padding-md: 40px;
    --padding-lg: 60px;
    --padding-xl: 100px;
	
	/* Margin Styling */
    --margin-xs: 10px;
    --margin-sm: 20px;
    --margin-md: 40px;
    --margin-lg: 60px;
    --margin-xl: 100px;
    
    /* Container Gap Styling */
    --gap-sm: 40px;
    --gap-md: 80px;
    --gap-lg: 120px;
}
@media (max-width: 1024px) {
	:root {
		--gap-sm: 30px;
		--gap-md: 60px;
		--gap-lg: 100px;
	}
}
@media (max-width: 767px) {
	:root {
		--text-base: 17px;
		--text-xs: 12px;
		--text-sm: 14px;
		--text-p: 17px;
		--text-md: 19px;
		--text-lg: 21px;
		--text-xl: 23px;
		--text-h1: 2em;
		--text-h2: 1.65em;
		--text-h3: 1.35em;
		--text-h4: 1.1em;
		--text-h5: 1em;
		--text-h6: .9em;
		--gap-sm: 20px;
		--gap-md: 40px;
		--gap-lg: 80px;
	}
}


/*** GeneratePress for Beaver Builder Global Customizations ***/

.hide-page-header .generate-page-header,
.hide-page-header .page-header-image,
.hide-page-header .page-header-image-single {
    display: none;
} /* Hide the page header when BB is active on a page */

.hide-page-header .generate-page-header.page-header-content,
.hide-page-header .page-header-image.page-header-content,
.hide-page-header .page-header-image-single.page-header-content {
    display: block;
} /* Unhide the page header when BB is active but we want to use GP custom page header */

/* Global Theme Customizations */
body {
	background: #E21D2C;
	color: #595959;
}
body, button, input, select, textarea {
    font-family: 'Proxima Nova', 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 1.125em;
    line-height: 1.625;
}
.post {margin: 0;}
.one-container .inside-article,
.one-container:not(.page) .inside-article{
	padding: 0;
}
h1 {
    line-height: 1em;
	text-transform: none;
    font-size: 2.75em;
	font-weight: 700;
	color: #4a545a;
	margin-bottom: 12px;
}
h2 {    
	line-height: 1em;
	text-transform: none;
    font-size: 2em;
	font-weight: 700;
	color: #4a545a;
	margin-bottom: 12px;
}
h3 {
    line-height: 1em;
	text-transform: none;
    font-size: 1.5em;
	font-weight: 700;
	color: #4a545a;
	margin-bottom: 12px;
}
h4 {
	line-height: 1em;
	text-transform: none;
    font-size: 1.25em;
	font-weight: 700;
	color: #4a545a;
	margin-bottom: 12px;
}
h5 {
	line-height: 1em;
	text-transform: none;
    font-size: 1em;
	font-weight: 700;
	color: #4a545a;
	margin-bottom: 12px;
}
h6 {
	line-height: 1em;
	text-transform: none;
    font-size: .9em;
	font-weight: 700;
	color: #4a545a;
	margin-bottom: 12px;
}
@media (max-width: 767px) {
	h1 {font-size: 2em;}
	h2 {font-size: 1.65em;}
	h3 {font-size: 1.35em;}
	h4 {font-size: 1.1em;}
	h5 {font-size: 1em;}
	h6 {font-size: .9em;}
}
p:last-child {
	margin-bottom: 0;
}
a,
a:visited {
	color: #E21D2C;
	-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	-ms-transition: all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
}
a:hover {
	color: #777777;
	text-decoration: underline;
}
a:focus {
	color: #777777;
}
input[type="button"],
input[type="reset"],
input[type="submit"],
.btn {
	font-size: 1.25em;
	background: transparent;
	color: #E21D2C;
	padding: .5em 3em;
	border: 1px solid #E21D2C;
	border-radius: 0;
	-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	-ms-transition:all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
}
input[type="button"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="submit"]:hover,
.btn:hover,
.btn:focus {
	background: #E21D2C;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #E21D2C;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
	color: #999999;
}
.generate-back-to-top, .generate-back-to-top:visited {
	border-radius: 50%;
	bottom: 15px;
	right: 15px;
	line-height: 50px;
	width: 50px;
	font-size: 35px;
}
sup {
    position: relative;
    font-size: 60%;
    line-height: 0;
    vertical-align: baseline;
    top: -.5em;
} /* Style Superscript */

/* Navigation Customizations */
.fl-node-5910ea2f0b064 {
	background-color: rgba(255, 255, 255, 0.9);
}
.fl-node-59276692107b0 .fl-module-content {
	margin: 0 20px;
}
.fl-node-5910ea2f0b202 .fl-menu-mobile-toggle {
	float: right;
}
.fl-node-5910ea2f0b202 .menu a {
	padding: 14px 1.9em;
	font-weight: 700;
	font-size: .9em;
	letter-spacing: .06em;
}
.wp-image-45 {
	max-width: 110px !important;
	max-height: 50px;
}
.fl-menu-mobile-toggle {
	display: none; /*Hide Beaver Builder Mobile Nav */
}
.navi-background-image {
	background-size: auto auto !important;
	background-position: 20px 20px !important; /*Navi Mobile Nav Customization */
}
.navi-menu-wrapper {
	padding: 50px 0;
	width: 100%;
	margin: 0 !important; /*Navi Mobile Nav Customization */
}
.navi-by-bonfire .menu {
	margin: 0 auto;
	width: 275px; /*Navi Mobile Nav Customization */
}
.navi-by-bonfire .menu li {
	text-align: center;
	padding: 10px;
	border-bottom: 2px solid #000; /*Navi Mobile Nav Customization */
}
.navi-by-bonfire .menu li:last-child {
	border-bottom: none; /*Navi Mobile Nav Customization */
}
.navi-by-bonfire ul li {
	width: 250px; /*Navi Mobile Nav Customization */
}
.navi-by-bonfire ul li a {
	font-family: 'Proxima Nova Black', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 60px;
	font-weight: 300; /*Navi Mobile Nav Customization */
}
.navi-by-bonfire ul li.current-menu-item > a {
	text-decoration: none; /*Navi Mobile Nav Customization */
}
@media (max-width: 500px) {
	.navi-by-bonfire .menu {
		width: 175px; /*Navi Mobile Nav Customization */
	}
	.navi-by-bonfire .menu li {
		padding: 5px; /*Navi Mobile Nav Customization */
	}
	.navi-by-bonfire ul li {
		width: 150px; /*Navi Mobile Nav Customization */
	}
	.navi-by-bonfire ul li a {
		font-size: 30px; /*Navi Mobile Nav Customization */
	}
}
@media
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (   min--moz-device-pixel-ratio: 2),
	only screen and (     -o-min-device-pixel-ratio: 2/1),
	only screen and (        min-device-pixel-ratio: 2),
	only screen and (                min-resolution: 192dpi),
	only screen and (                min-resolution: 2dppx) {
    .navi-background-image {
    	background-image: url("/wp-content/uploads/logo_nav_bg@2x.png") !important; /*Navi Mobile Nav Customization */
	}
}

@media (max-width: 767px) {
	.fl-node-5910ea2f0b202 .fl-menu .menu > li:first-child {
		border-top: 1px solid #2C3435;
		margin-top: 20px;
	}
	.fl-node-5910ea2f0b202 .fl-menu .menu > li {
		text-align: center;
		border-bottom: 1px solid #2C3435; 
	}
}
@media (max-width: 640px) {
	.fl-builder-content .fl-node-5910ea2f0b10f {
    	width: 80% !important;
	}
	.fl-builder-content .fl-node-5910ea2f0b161 {
    	width: 20% !important;
	}
	.fl-builder-content .fl-node-5910ea2f0b064 *:not(input):not(textarea):not(select):not(a):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(.fl-heading-text):not(.fl-menu-mobile-toggle) {
		text-align: center;
	}
	.fl-node-592846d8e2a88.fl-module > .fl-module-content {
		margin: 0 2px 0 26%;
	}
	
}

/* Header Customizations */
#featured-image-header-section .fl-row-content-wrap {
	background-position: center top;
	height: 500px !important;
	padding-top: 6em;
}
#featured-image-no-title-header-section .fl-row-content-wrap {
	background-position: center top;
	height: 375px !important;
	padding-top: 3em;
}
#featured-image-header-section h1 {
	color: #FFFFFF;
	font-family: 'Proxima Nova Black', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 6em;
	line-height: 0.9;
	margin-top: 0;
	margin-bottom: 0.35em;
	width: 70%;
}
#blog-title-header-section .fl-row-content-wrap {
	padding-top: 2em;
}
#blog-title-header-section h1 {
	color: #E21D2C;
	font-family: 'Proxima Nova Black', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 4em;
	line-height: 0.9;
	margin-top: 0;
	margin-bottom: 0.35em;
	width: 70%;
}
@media (max-width: 992px) {
	#featured-image-header-section h1 {
		width: 85%;
		font-size: 6em;
	}
	#blog-title-header-section h1 {
		width: 85%;
		font-size: 4em;
	}
}
@media (max-width: 767px) {
	#featured-image-header-section .fl-row-content-wrap {
		height: 400px !important;
		padding-top: 5em;
	}
	#featured-image-header-section h1 {
		width: 85%;
		font-size: 5em;
	}
	#blog-title-header-section .fl-row-content-wrap {
		padding-top: 1em;
	}
	#blog-title-header-section h1 {
		width: 85%;
		font-size: 3.25em;
	}
}
@media (max-width: 640px) {
	#featured-image-header-section .fl-row-content-wrap,
	#featured-image-no-title-header-section .fl-row-content-wrap {
		height: 300px !important;
		padding-top: 2.5em;
	}
	#featured-image-header-section h1 {
		width: 100%;
		font-size: 5em;
	}
	#blog-title-header-section h1 {
		width: 100%;
		font-size: 3.25em;
	}
}
@media (max-width: 570px) {
	#featured-image-header-section h1 {
		font-size: 4em;
	}
	#blog-title-header-section h1 {
		font-size: 2.75em;
	}
}
@media (max-width: 430px) {
	#featured-image-header-section .fl-row-content-wrap,
	#featured-image-no-title-header-section .fl-row-content-wrap {
		height: 250px !important;
		padding-top: 2.5em;
	}
	#featured-image-header-section h1 {
		font-size: 2.75em;
	}
	#blog-title-header-section h1 {
		font-size: 2em;
	}
}
@media (min-width: 1280px) {
	#featured-image-no-title-header-section .fl-row-content-wrap {
	height: 400px !important;
	}
}
@media (min-width: 1440px) {
	#featured-image-no-title-header-section .fl-row-content-wrap {
	height: 475px !important;
	}
}
@media (min-width: 1600px) {
	#featured-image-no-title-header-section .fl-row-content-wrap {
	height: 550px !important;
	}
}
@media (min-width: 1920px) {
	#featured-image-no-title-header-section .fl-row-content-wrap {
	height: 625px !important;
	}
}

/* Content Area Global Customizations */
.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .one-container .container, .separate-containers .paging-navigation, .inside-page-header {
	background-color: #E5E5E5;
}
.entry-content, .entry-summary, .page-content, .entry-content:not(:first-child) {
	margin: 0;
}
.image-swap img:last-child {
	display:none;
}
.image-swap:hover img:first-child {
	display:none;
}
.image-swap:hover img:last-child {
	display:inline-block;
	-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	-ms-transition:all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
} /* Image Rollover Effect */
.line-height-zero {
	line-height: .5;
} /* Force images to fill entire cell height */
.min-width-100-image {
	min-width: 100%;
} /* Force image full width */
.one-container .comments-area {
	background-color: #c6c6c6;
}
.image-shadow img {
	-webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.5);
}
#comments {
	margin: 0 auto;
	max-width: 1060px;
	padding: 2em 20px;
}
.comment-form input, .comment-form-comment {
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.display-none-800 {
		display: none;
	} /* Hide under 800px */
	.min-width-800 {
		min-width: 100%;
	} /* Force full width under 800px */
}
@media (min-width: 768px) {
	.line-break {
		display: none;
	}
}

/* Author Block */
.blog-author {
	line-height: 1;
	font-size: .85em;
}
.author-left {
	float: left;
	max-width: 65px;
	display: inline;
	padding-right: 15px;
}
.author-left img {
	max-width: 50px;	
}
.author-right {
	display: inline;
	vertical-align: middle;
	padding-top: 10px;
}
@media (max-width: 767px) {
	.author-right {
		padding-top: 5px;
		line-height: .75;
		font-size: .75em;
	}
}

/* Blog Posts Block */
#posts-block h4 {
	color: #E21D2C;
}
#posts-block p {
	margin-bottom: .5em;
	font-size: .9em;
	line-height: 1.1;
}

/* BlackWing at a Glance Module */
.blackwing-at-a-glance a,
.blackwing-at-a-glance a:visited {
	color: #595959;
}
.blackwing-at-a-glance a:hover,
.blackwing-at-a-glance a:hover {
	color: #E21D2C !important;
}
@media (max-width: 992px) {
	.blackwing-at-a-glance p {
		font-size: .75em;
	}
}

/* Work Footer Navigation Customizations*/

.work-footer-navigation .uabb-info-list-item:hover,
.work-footer-navigation .uabb-info-list-item:focus {
	color: #E21D2C !important;
}
#work-footer-navigation-row .btn {
	font-size: .85em;
	text-transform: uppercase;
	font-weight: bold;
	background: transparent;
	color: #777777;
	padding: 1.25em 3em;
	border: 1px solid #777777;
	border-radius: 0;
	-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	-ms-transition:all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
}
#work-footer-navigation-row .btn:hover,
#work-footer-navigation-row .btn:focus {
	background: #E21D2C;
	color: #FFFFFF !important;
	text-decoration: none;
	border: 1px solid #E21D2C;
}
@media (max-width: 992px) {
	.work-footer-navigation {
		display: none;
	}
}

/* Footer Customizations*/

.site-footer p {
	font-size: 14px;
    line-height: 18px;
}
@media (max-width: 767px) {
	.fl-node-5910eb3fbe960, .fl-node-5910eb3fbe960 .fl-col .fl-heading {
		text-align: center;
	}
}

/* WP Floating Menu Pro Customizations */

.wpfm-template-13 .wpfm-menu-nav ul li a::after {
	transform: scale(0.6);
	box-shadow: 0 0 0 2px #fff;
}
.wpfm-template-13 .wpfm-menu-nav ul li a {
	background: transparent;
}
.wpfm-template-13 .wpfm-menu-nav ul li.wpfm-active-nav a {
	background: rgba(255, 255, 255, 0.5);
}

/* Ultimate Beaver Customizations */

.uabb-posted-on {
	background: #ffffff !important;
}
.uabb-blogs-pagination li span.page-numbers.current {
	background: #E21D2C !important;
	color: #ffffff !important;
}
:not(.site-content) > .fl-builder-content-6170 {
	display: none;
} /* Hide modal pop-up footer DIV */

/* Caldera Forms Customizations */

.caldera-grid .form-control {
	font-size: 1.125em !important;
	padding: 16px 20px !important;
	height: auto !important;
	box-shadow: none !important;
	background: #FFFFFF !important;
	color: #595959 !important;
	border: none !important;
}
 
.caldera-grid input[type=submit] {
 	font-size: 1.25em;
	background: transparent;
	color: #E21D2C;
	padding: .5em 3em;
	border: 1px solid #E21D2C;
	border-radius: 0;
	-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	-ms-transition:all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
	float: right;
}
 
.caldera-grid input[type=submit]:hover {
 	background: #E21D2C;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #E21D2C;
}

/* Video Play Buttons */

.wpd-optimised-video__play-button,
.uabb-video__play-icon {
	color: rgba(0, 0, 0, 0.4) !important;
}
.play-button-black .uabb-video__play-icon {
	color: rgba(0, 0, 0, 0.5) !important;
}
.play-button-white .uabb-video__play-icon {
	color: rgba(255, 255, 255, 0.5) !important;
}

/* Smart Passworded Pages Customizations */

.post-password-form {
	padding: 200px 20px 200px;
	max-width: 1060px;
	margin: auto;
}

/* UABB Global Customizations */

@media (max-width: 992px) {
	.fl-content-slider, .fl-content-slider .fl-slide {
		min-height: 0 !important;
	}
	.fl-slide-mobile-photo {
		display: block;
	}
}

/* Gravity Forms plugin custom CSS */

fieldset > * {
	padding-left: 0;
}
.gform_wrapper.gravity-theme .gfield_label {
	font-size: inherit !important;
}
.gform_footer input[type="button"],
.gform_footer input[type="reset"],
.gform_footer input[type="submit"] {
	font-size: inherit !important;
	font-weight: bold;
	line-height: inherit !important;
	text-decoration: none;
	color: #E21D2C;
	padding: 8px 20px;
	border: 1px solid #E21D2C;
	background-color: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	-ms-transition:all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
	min-width: 200px;
} /* Default Theme Button Styling */
.gform_footer input[type="button"]:hover,
.gform_footer input[type="button"]:focus,
.gform_footer input[type="reset"]:hover,
.gform_footer input[type="reset"]:focus,
.gform_footer input[type="submit"]:hover,
.gform_footer input[type="submit"]:focus {
	background-color: #E21D2C;
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #E21D2C;
} /* Default Theme Button Styling */
.gform_body input[type="text"],
.gform_body input[type="email"],
.gform_body input[type="url"],
.gform_body input[type="password"],
.gform_body input[type="search"],
.gform_body input[type="tel"],
.gform_body input[type="number"],
.gform_body textarea {
	font-size: inherit !important;
	line-height: inherit;
	color: #595959;
	padding: 12px 20px !important;
	border: 1px solid #595959;
	background-color: #ffffff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
} /* Default Theme Form Field Styling */
.gform_body input[type="text"],
.gform_body input[type="email"],
.gform_body input[type="url"],
.gform_body input[type="password"],
.gform_body input[type="search"],
.gform_body input[type="tel"],
.gform_body input[type="number"] {
	height: 50px;
} /* Field height styling */
div.gform_confirmation_message {
    background: #E21D2C;
    color: #ffffff;
    padding: 20px;
    margin: 20px 0;
    border-radius: 0;
} /* Confirmation message field styling */
.ginput_container_fileupload {
	background: transparent;
} /* File Upload Field Styling */
.gform_drop_area {
	border: 0 !important;
	background: transparent !important;
} /* File Upload Field Styling */
.gform_button_select_files {
	width: 100%;
} /* File Upload Field Styling */
@media (max-width: 767px) {
	.gform_wrapper.gravity-theme .ginput_complex span {
		margin-bottom: 15px !important;
	} /* Name and email field fix for mobile styling */
	.gform_wrapper.gravity-theme .ginput_complex span:last-of-type {
		margin-bottom: 0 !important;
	} /* Name and email field fix for mobile styling */
	.name_first,
	.name_last,
	.ginput_left,
	.ginput_right {
		min-width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
	} /* Name and email field fix for mobile styling */
	.name_first,
	.ginput_left {
		margin-bottom: 15px;
	} /* Name and email field fix for mobile styling */
	.gform_wrapper.gravity-theme .ginput_container_address span,
	.gform_wrapper.gravity-theme .ginput_container_city span,
	.gform_wrapper.gravity-theme .ginput_container_state span,
	.gform_wrapper.gravity-theme .ginput_container_zip span {
		padding-left: .9804% !important;
		padding-right: .9804% !important;
	} /* Address field fix for mobile styling */
}

/*** Custom radio and checkbox styling ***/
.gchoice {
	display: inline;
} /* Radio button styling: side-by-side display */
.gchoice input {
	display: none !important;
} /* Radio button styling */
.gchoice label {
	font-size: 16px;
	padding: 10px 20px;
	background-color: #ffffff;
	color: #E21D2C;
	border: 1px solid #E21D2C;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-bottom: 10px !important;
	text-align: center;
	/* width: 100%;
	max-width: 100% !important; */
	-webkit-transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	-ms-transition:all 0.2s ease-in 0s;
	transition: all 0.2s ease-in 0s;
} /* Radio button styling */
.gchoice input[type="radio"]:hover + label,
.gchoice input[type="radio"]:checked + label,
.gchoice input[type="checkbox"]:hover + label,
.gchoice input[type="checkbox"]:checked + label{
	border: 1px solid #E21D2C;
	background-color: #E21D2C;
	color: #ffffff;
	cursor: pointer;
} /* Radio button styling */
@media (max-width: 460px) {
	.gchoice {
		display: block;
	} /* Radio button styling: force radio buttons full width on mobile */
	.gchoice label {
		min-width: 100%;
		margin-bottom: 0;
	} /* Fix for full width on mobile */
}

/*** Custom dropdown menu styling ***/
.gform_body select,
.gform_wrapper.gravity-theme select {
	font-size: inherit !important;
	line-height: inherit;
	height: 50px;
	color: #595959;
	padding: 12px 20px !important;
	background-color: #ffffff;
	border: 1px solid #E21D2C;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
} /* Dropdown menu styling */
.ginput_container_select {
	position: relative;
	display: block;
	overflow: hidden;
} /* Dropdown menu styling */
.ginput_container_select select::-ms-expand {
	display: none;
} /* Dropdown menu styling */
.ginput_container_select::after {
	content: '\25BC';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 12px 15px;
	height: 50px;
	color: #ffffff;
	background: #E21D2C;
	pointer-events: none;
	border-radius: 0;
} /* Dropdown menu styling */
.ginput_address_state::after {
	right: 2%;
}
.ginput_container_select:hover::after {
	color: #ffffff;
	background: #E21D2C;
} /* Dropdown menu styling */
.ginput_container_select::after {
	-webkit-transition: .25s all ease;
	-o-transition: .25s all ease;
	transition: .25s all ease;
} /* Dropdown menu styling */
@media (max-width: 767px) {
	.ginput_address_state::after {
		right: 1%;
	}
}

/*** Form styling for phones ***/
@media (max-width: 460px) {
	.gform_body input[type="text"],
	.gform_body input[type="email"],
	.gform_body input[type="url"],
	.gform_body input[type="password"],
	.gform_body input[type="search"],
	.gform_body input[type="tel"],
	.gform_body input[type="number"],
	.gform_body textarea,
	.gform_body select {
		width: 100% !important;
	} /* Force form fields full width on mobile */
	.gform_footer input[type="button"],
	.gform_footer input[type="reset"],
	.gform_footer input[type="submit"] {
		width: 100% !important;
		text-align: center;
	} /* Force buttons full width on mobile */
}

/*** WordPress Blockquote Block Custom CSS ***/
#main blockquote {
	border: none;
	font-size: var(--text-lg);
	line-height: var(--line-height-lg);
	margin-bottom: var(--margin-bottom-lg);
}
#main blockquote::before {
	content: "\201C";
	display: block;
	font-size: 100px;
	color: var(--accent-1);	
	top: -60px;
	left: -48px;
	position: relative;
	height: 0;
}
#main blockquote p {
	margin-bottom: var(--margin-bottom-p);
}
#main blockquote p:last-child {
	margin-bottom: 0;
}
#main .wp-block-quote {
	border-left: 0 !important;
}
@media (max-width: 767px) {
	#main blockquote::before {
		left: -28px;
	}
}

/*** WordPress Lists Block Custom CSS ***/

/* Base styles for unordered lists */
#main ul.wp-block-list,
#main .gb-container ul,
#main .acf-wysiwyg-editor-styling ul {
  margin: 0 0 var(--margin-bottom-p) 0;
  list-style: none;
}
#main ul.wp-block-list li,
#main .gb-container ul li,
#main .acf-wysiwyg-editor-styling ul li {
  position: relative;
  padding-left: 25px;
}
#main ul.wp-block-list li::before,
#main .gb-container ul li::before,
#main .acf-wysiwyg-editor-styling ul li::before {
  content: "\25A0";
  color: var(--accent-1);
  font-size: 17px;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-2px);
}

/* Nested unordered lists */
#main ul.wp-block-list li ul,
#main .gb-container ul li ul,
#main .acf-wysiwyg-editor-styling ul li ul {
  margin: 0;
  padding-left: 10px;
  list-style: none;
}
#main ul.wp-block-list li ul li,
#main .gb-container ul li ul li,
#main .acf-wysiwyg-editor-styling ul li ul li {
  position: relative;
  padding-left: 25px;
}
#main ul.wp-block-list li ul li::before,
#main .gb-container ul li ul li::before,
#main .acf-wysiwyg-editor-styling ul li ul li::before {
  content: "\25A0";
  color: var(--accent-1);
  font-size: 17px;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-2px);
}

/* Style for top-level ordered lists */
#main ol.wp-block-list,
#main .gb-container ol,
#main .acf-wysiwyg-editor-styling ol {
  margin: 0 0 var(--margin-bottom-p) 0;
  padding-left: 25px;
  list-style: decimal;
}

/* Add padding or margin to all <li> elements inside ordered lists */
#main ol.wp-block-list li,
#main .gb-container ol li,
#main .acf-wysiwyg-editor-styling ol li {
  padding-left: 5px;
}

/* Style for the markers (numbers and letters) */
#main ol.wp-block-list li::marker,
#main .gb-container ol li::marker,
#main .acf-wysiwyg-editor-styling ol li::marker {
  color: var(--accent-1);
  font-weight: bold;
}

/* Nested ordered lists */
#main ol.wp-block-list ol,
#main .gb-container ol ol,
#main .acf-wysiwyg-editor-styling ol ol {
  margin-bottom: 0;
  padding-left: 20px;
  list-style: lower-alpha;
}

/* Style for markers in nested lists */
#main ol.wp-block-list ol li::marker,
#main .gb-container ol ol li::marker,
#main .acf-wysiwyg-editor-styling ol ol li::marker {
  color: var(--accent-1);
  font-weight: bold;
}

/* Unordered lists inside ordered lists */
#main ol.wp-block-list li ul,
#main .gb-container ol li ul,
#main .acf-wysiwyg-editor-styling ol li ul {
  margin: 0;
  padding-left: 10px;
  list-style: none;
}
#main ol.wp-block-list li ul li,
#main .gb-container ol li ul li,
#main .acf-wysiwyg-editor-styling ol li ul li {
  position: relative;
  padding-left: 25px;
}
#main ol.wp-block-list li ul li::before,
#main .gb-container ol li ul li::before,
#main .acf-wysiwyg-editor-styling ol li ul li::before {
  content: "\25A0";
  color: var(--accent-1);
  font-size: 17px;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-2px);
}
