/* call Fonts  */
@font-face {
  font-family: 'BigJohnPRO-Regular';
  src: url('./fonts/BigJohnPRO-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
	 font-display: swap;
}

@font-face {
  font-family: 'BigJohnPRO-Light';
  src: url('./fonts/BigJohnPRO-Light.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
	 font-display: swap;
}
@font-face {
  font-family: 'BigJohnPRO-Bold';
  src: url('./fonts/BigJohnPRO-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
	 font-display: swap;
}

/*Variables*/
:root {
	/*Font Family*/
	--font-family-primary: "Lato", sans-serif;
	--font-family-secondary: "BigJohnPRO-Regular", sans-serif;
	--font-family-secondary-light: "BigJohnPRO-Light", sans-serif;
	--font-family-secondary-bold: "BigJohnPRO-Bold", sans-serif;
	/*Colors*/
	--color-primary:#333333; 
	--color-secondary: #930000;
	--color-tertiary:#00b3bc;
	--color-tertiary-dark:#05949b ;
	--color-fourth:#eae4ce;
	--color-dark-red:#570000;
	--color-medium-red :#7a0000;
	--color-white: #ffffff;
	--color-black: #000;
	--color-off-white:#f0f0ef;
	
}

main {
	/*      min-height: 100vh; */
	display: flex;
	flex-direction: column;
	padding-top:111px;
}
.home main{
	padding-top:0 !important;
}
@media(max-width:768px){
	main{
		padding-top:80px;
	}
}
main footer:last-of-type {
	margin-top: auto;
}

/* ADA */
.skip-to-main-content-link {
	position: absolute;
	left: -9999px;
	z-index: 999;
	padding: 1em;
	background-color: black;
	color: white;
	opacity: 0;
}

.skip-to-main-content-link:focus {
	left: 50%;
	transform: translateX(-50%);
	opacity: 1;
}

.sr.hide {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
	display: block;
}

/* Base */

/******* Formatting *******/
body {
	color: var(--color-primary);
	font-family: var(--font-family-primary);
	font-size: 18px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 1.67;
	overflow-wrap: break-word;
	overflow-x: hidden;
}


p {
	font-size: 18px !important;
	letter-spacing: normal;
	line-height: 1.67;
}
hr{
	    background-image: repeating-linear-gradient(to right, #00b3bc, #00b3bc 2px, transparent 3px, transparent 7px);
    height: 2.5px;
    border-top: 0;
    margin-bottom: 32px;
    max-width: 444px;
    width: 100%;
    border: 0;
}

/* Paragraph Anchor Design */
p a {
	color: var(--color-secondary);
	text-decoration: underline;
}

p a:hover {
	color: var(--color-tertiary-dark);
	text-decoration: none;
}
h2,
.h2,h3,
.h3{
	font-weight: 900;
	font-family:var(--font-family-secondary-bold)!important;
}
h1,
.h1 {
	font-size: 38px !important;
	font-family:var(--font-family-secondary)!important;
	line-height: normal;
	letter-spacing: normal;
	text-transform: uppercase;
	color: var(--color-primary);
}

@media (max-width: 480px) {
	h1,
	.h1 {
		font-size: 30px !important;
	}
}

/* For all H tags global settings */
h2, h3, h4, h5, h6{
	color: var(--color-secondary);
}
h2,h6,.h2,.h6{
	text-transform:uppercase;
}
h2,
.h2 {
	 font-size: 30px !important;
	 line-height: normal;
     letter-spacing: 1.5px;
}

h2 a,
.h2 a {
	color: var(--color-secondary) !important;
	text-decoration: underline !important;
}

h2 a:hover,
.h2 a:hover {
	color: var(--color-tertiary-dark) !important;
}

h3,
.h3 {
	 font-size: 25px !important;
	 line-height: normal;
     letter-spacing: normal;
}



h4,
.h4,h5,
.h5,h6,
.h6{
	font-family:var(--font-family-primary)!important;
}

h4,
.h4 {
	font-size: 22px !important;
	font-weight: 900;
	letter-spacing:normal;
	line-height:normal;
}

h5,
.h5 {
	font-size: 20px !important;
	font-weight: bold;
	letter-spacing:normal;
	line-height:normal;
}

h6,
.h6 {
	font-size: 18px !important;
	font-weight: bold;
	line-height: normal;
    letter-spacing: 1.8px;
}

/****** Rich Text: Color and Text decorations and hovers ******/

/* Spacings */

.fl-rich-text p:last-child,
ul:last-child,
ol:last-child {
	margin: 0;
}
/* Rich Text - Paragraph */
.fl-rich-text p {
	margin: 0 0 30px;
}
/* @media(max-width:768px){
	.fl-rich-text p {
	margin-bottom:20px;
	}
} */
@media(max-width:480px){
	.fl-rich-text p,p {
	font-size:16px !important;
	}
}
/* Rich Text - Headings */
.fl-rich-text h2 {
	text-transform: uppercase;
}
.fl-rich-text h2, h2.with-line{
	position: relative;
	display: table;
	margin: 0 auto 22px !important;
	padding: 0 1em;
/* 	background: white; */
	text-align:center;
}

.fl-rich-text h2:after, h2.with-line:after,.fl-rich-text h2:before, h2.with-line:before{
    content: "";
    position: absolute;
    top: 50%;
    height: 2px;
    width: 100vw;
    background-image: repeating-linear-gradient(to right, #00b3bc, #00b3bc 2px, transparent 3px, transparent 8px);
}
.fl-rich-text h2:before, h2.with-line:before {
    right: 100%;
    margin-right: 0.5em;
    transform: translateY(-50%);
}
.fl-rich-text h2:after, h2.with-line:after{
    left: 100%;
    margin-left: 0.5em;
    transform: translateY(-50%);
}
@media(max-width:768px){
	.fl-rich-text h2, h2.with-line{
		padding:0 10px;
		font-size:25px !important;
	}
	.fl-rich-text h2:before, h2.with-line:before {
		margin-right:10px;
	}
	.fl-rich-text h2:after, h2.with-line:after{
		margin-left: 10px;
	}
}
@media(max-width:480px){
	.fl-rich-text h2, h2.with-line{
		padding:0 0px;
	}
}
.fl-rich-text h2,
.fl-rich-text h3 {
	margin: 0 0 20px;
	word-break: break-word;
}

.fl-rich-text h4 {
	margin-bottom: 20px;
}

.fl-rich-text h6 {
	margin-bottom: 20px;
}

.fl-rich-text h5 {
	margin-bottom: 20px;
}



/* Rich Text - Anchors */
/* .fl-rich-text h1 ,
.fl-rich-text h2 ,
.fl-rich-text h3 ,
.fl-rich-text h4 ,
.fl-rich-text h5 ,
.fl-rich-text h6{
	text-align:center;
} */
.fl-rich-text h1 a,
.fl-rich-text h2 a,
.fl-rich-text h3 a,
.fl-rich-text h4 a,
.fl-rich-text h5 a,
.fl-rich-text h6 a
{
	color: var(--color-secondary);
		text-decoration: underline;
}
.fl-rich-text p a,
.fl-rich-text ul a,
.fl-rich-text ol a,
p a, ul a, ol a{
	color:var(--color-secondary);
	text-decoration:underline !important;
}
/* Rich Text - Hovers */

.fl-rich-text h1 a:hover,
.fl-rich-text h2 a:hover,
.fl-rich-text h3 a:hover,
.fl-rich-text h4 a:hover,
.fl-rich-text h5 a:hover,
.fl-rich-text h6 a:hover,h2 a:hover , h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,.fl-rich-text p a:hover,
p a:hover,
.fl-rich-text ul a:hover,
ul li a:hover,
.fl-rich-text ol a:hover,
ol li a:hover {
	color: var(--color-tertiary-dark);
	text-decoration:underline !important;
}




/* Rich Text - LISTING */
.fl-rich-text ul {
	margin-top: 35px;
}

.fl-rich-text ul,
.fl-rich-text ol {
	padding-left: 35px;
	margin-bottom: 35px;
	margin-top: 35px;
	
}

.fl-rich-text ul li ul, .fl-rich-text ol li ul,.fl-rich-text ul li ol, .fl-rich-text ol li ol{
	margin-top:20px;
	margin-bottom:20px;
}
@media (max-width: 480px) {
	.fl-rich-text ul,
	.fl-rich-text ol {
		padding-left: 30px;
	}
}

.fl-rich-text li {
	margin-bottom: 32px;
	position: relative;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.67;
	letter-spacing: normal;
	text-align: left;
}

@media (max-width: 480px) {
	.fl-rich-text li {
		font-size:16px;
	}
}
.fl-rich-text li:last-child {
	margin-bottom: 0;
}

.fl-rich-text ul li:before {
	background-color: var(--color-tertiary);
	border-radius:0;
	content: "";
	width: 13px;
	height: 13px;
	left: -35px;
	position: absolute;
	top: 9px;
}
.fl-rich-text ul li ol li:before{
content: counter(list-item) "." !important;
    top: 0 !important;
    background: transparent;
    width: auto;
    height: auto;
}
.fl-rich-text ol li:before {
	color: var(--color-tertiary-dark);
	content: counter(list-item) ".";
	font-weight: 700;
	left: -35px;
	position: absolute;
	top: 0;
}
.fl-rich-text ol li ul li:before{
	content:"" !important;
	top: 9px !important;
}
.fl-rich-text ol li ul li, .fl-rich-text ol li ol li,.fl-rich-text ul li ul li,.fl-rich-text ul li ol li{
	margin-bottom:20px;
}
@media(max-width:768px){
	.fl-rich-text li{
		    margin-bottom: 20px;
	}
}
/* Rich Text - BLOCKQUOTE */

.fl-rich-text blockquote {
	position: relative;
	max-width:720px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding-top:57px;
	padding-bottom:57px;
}
.fl-rich-text blockquote:before{
	top:28px;
}
.fl-rich-text blockquote:after{
	bottom:18px;
}
.fl-rich-text blockquote:after,.fl-rich-text blockquote:before{
	position:absolute;
	content:'"';
font-family: var(--font-family-primary);
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #333;
	margin:0 auto;
	left:0;
right:0;
}

.fl-rich-text blockquote,
.fl-rich-text blockquote p {
	font-family: var(--font-family-primary);
	font-size: 20px !important;
	font-weight: normal;
	font-stretch: normal;
	font-style: italic;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
	color: #333;
}


@media (max-width: 480px) {
	.fl-rich-text blockquote {
		font-size: 18px !important;
		padding-top:35px;
padding-bottom:40px;
	}
	.fl-rich-text blockquote:before{
		top:7px;
	}
	.fl-rich-text blockquote:after{
		bottom:-7px;
	}

}



/****** Media Queries for H Tags ******/
@media (max-width: 480px) {
	.fl-rich-text ol {
		margin-bottom: 40px;
	}

	h1 {
		font-size: 30px !important;
	}

	h2 {
		font-size: 25px !important;
	}

	h3 {
		font-size: 25px !important;
	}

	h4 {
		font-size: 20px !important;
	}

	h5 {
		font-size: 18px !important;
	}
}


/* Generic Classes */
.flex {
	display: flex;
}

.fl-rich-text img,
.fl-rich-text img, .fl-rich-text  img {
	border: 4px solid var(--color-dark-red);
}

.alignleft {
/* 	width:628px !important; */
/* 	width:auto; */
	margin-left:-64px;
	float: left;
	margin-bottom: 25px;
	margin-right:30px;
	margin-top: 10px;
}
.alignleft img,.alignright img{
	width:100%;
}
.alignright {
	margin-right:-64px;
/* 	width:628px !important; */
/* 	width:auto; */
	float: right;
	margin-bottom: 25px;
	margin-left: 30px;
	position: relative;
	margin-top: 10px;
}
p .aligncenter{
	margin-left:0;
}
.aligncenter {
	margin-left:-92px;
	margin-right:-92px;
	width:calc(100% + 184px) !important;
	margin-top: 10px;
}
@media (max-width: 1000px) {
	.alignleft{
		margin-left:-60px;!important;
	}
	.alignright{
		margin-right:-60px;!important;
	}
}
@media (max-width: 768px) {
	.alignleft img,
	.alignright img {
		margin-bottom: 10px;
	}
/* 	.alignleft{
		margin-left:-30px;!important;
	}
	.alignright{
		margin-right:-30px;!important;
	} */

	.alignleft,
	.alignright,
	.aligncenter {
		display: block;
		float: none;
		height: auto;
		margin: 0 0 25px;
		width: 100% !important;
	}
}

/****** Captions for images ******/

.wp-caption-text,
.fl-photo-caption {
	color: var(--color-dark-red);
	display: inline-block;
	font-size: 16px !important;
	font-weight: normal !important;
	font-stretch: normal;
	font-style: italic;
	line-height: normal;
	letter-spacing: normal;
	font-family: var(--font-family-primary);
	padding: 0 !important;
}
.wp-caption.alignright {
	text-align: right;
}
.wp-caption.aligncenter {
	text-align: center;
	margin-bottom:60px;
}
.wp-caption-text, .fl-photo-caption{
	margin-top:16px !important;
	margin-left:10px !important;
	margin-right:10px !important;

}
/* HERO SECTIONS */
.generic-hero-section {
	background:	var(--color-tertiary);
	padding-left: 100px;
	padding-right: 100px;
	padding-top:16px;
	padding-bottom:16px;
}

.generic-hero-section .container-900 {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}

.generic-hero-section .container-900 h1 {
/*  font-size: 58px; */
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: var(--color-white);
	font-family:var(--font-family-secondary) !important;
}

@media (max-width: 992px) {
	.generic-hero-section {
		padding-left: 60px;
		padding-right: 60px;
	}
}

@media (max-width: 768px) {
	.generic-hero-section {
		padding-left: 30px;
		padding-right: 30px;
		padding-top:12px;
		padding-bottom:12px;
	}
}
/* PAGINATION */
.navigation.pagination .page-numbers,
.fl-builder-pagination li a.page-numbers,
.fl-builder-pagination li span.page-numbers {
	border: 1px solid var(--color-secondary);
	background: var(--color-secondary);
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	margin: 5px;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	color: var(--color-white) !important;
	height: auto !important;
	font-weight: bold !important;
	padding: 10px 25px 10px 25px !important;
}

.fl-builder-pagination li span.page-numbers.current,
.fl-builder-pagination li a.page-numbers:hover {
	background: var(--color-tertiary);
	color: var(--color-white) !important;
}

.navigation.pagination .next.page-numbers,
.navigation.pagination .prev {
	padding: 7px 25px 4px 10px;
	position: relative;
}

.navigation.pagination .prev {
	padding: 7px 10px 4px 25px;
}

.navigation.pagination .nav-links {
	margin: 0 auto;
	max-width: max-content;
	width: 100%;
}

/* Blog details */

.blog-container {
	padding: 39px 100px 0;
	overflow:hidden;
}

@media (max-width: 992px) {
	.blog-container {
		padding: 15px 60px 0;
	}
}

@media (max-width: 768px) {
	.blog-container {
		padding: 15px 30px 0;
	}
}

.blog-container .entry-content {
	max-width: 900px;
	margin: 0 auto;
	width: 100%;
}
.blog-container .image-section {
    max-width: 900px;
    width: 100%;
    height:auto;
/*     max-height: 382px; */
    margin: 0px auto 30px;
}
.blog-container .image-section img{
	width:100%;
	height:100%;
}

.single .generic-hero-section .fl-row-content .inner-hero-wapper .entry-meta .entry-date {
    font-size: 16px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: 0.8px;
    text-align: center;
    color: white;
	margin-top:10px;
    display: block;
    text-transform: uppercase;
    font-family: var(--font-family-secondary-bold);
}

.blog-container .entry-footer {
	display: none;
}

.single .comment-respond {
	display: none;
}

.single .post-navigation {
	padding: 80px 100px 0px;
}

.single .post-navigation .nav-links {
	display: flex;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	justify-content: space-between;
}

.single .post-navigation .nav-links .nav-previous span.disable,
.single .post-navigation .nav-links .nav-next span.disable {
	display: none;
}

.single .post-navigation .nav-links .nav-previous span a,
.single .post-navigation .nav-links .nav-next span a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.44;
	color: var(--color-secondary);
	text-decoration: underline;
	letter-spacing: normal;
}

.single .post-navigation .nav-links .nav-previous span a:hover,
.single .post-navigation .nav-links .nav-next span a:hover {
	color: var(--color-tertiary-dark);
}

@media (max-width: 992px) {
	.single .post-navigation {
		padding: 60px 60px 0px;
	}
}

@media (max-width: 768px) {
	.single .post-navigation {
		padding: 60px 30px 0px;
	}
}

/* Category Blog */
.fl-builder-pagination {
	padding: 60px 0 0 !important;
}

/* Load more Button */
.fl-builder-pagination-load-more {
	overflow: hidden;
	margin-top: 55px;
}

.fl-builder-pagination-load-more .fl-button {
	background: transparent !important;
	padding: 0px 83px !important;
	border: none !important;
	text-transform: uppercase;
	position: relative;
}

.fl-builder-pagination-load-more a span {
	color: var(--color-black3) !important;
	padding: 0 16px 0 20px;
	display: inline-block;
	position: relative;
	font-size: 16px !important;
	font-stretch: normal;
	font-style: normal;
	font-weight: normal !important;
	line-height: 1.25 !important;
	letter-spacing: 4.8px;
}

.fl-builder-pagination-load-more a:before,
.fl-builder-pagination-load-more a:after {
	position: absolute;
	width: 81px;
	height: 1px;
	content: "";
	left: 0;
	top: 11px;
	background: var(--color-yellow);
	left: 0%;
	transition: all 0.3s ease;
}

.fl-builder-pagination-load-more a:after {
	left: auto;
	right: 0%;
}

.fl-builder-pagination-load-more a:hover span {
	color: var(--color-green) !important;
}

.fl-builder-pagination-load-more a:hover:before {
	width: 414px;
	left: -335px;
}

.fl-builder-pagination-load-more a:hover:after {
	width: 414px;
	right: -335px;
}

@media (max-width: 480px) {
	.fl-builder-pagination-load-more .fl-button {
		padding: 0 40px !important;
	}

	.fl-builder-pagination-load-more .fl-button:before,
	.fl-builder-pagination-load-more .fl-button:after {
		width: 40px !important;
		left: 0 !important;
	}

	.fl-builder-pagination-load-more .fl-button span {
		padding: 0 10px 0 15px;
	}

	.fl-builder-pagination-load-more .fl-button:after {
		left: auto !important;
		right: 0 !important;
	}
}

/* Component: Full Width Quote*/
.full-width-quotes p {
	font-size: 28px !important;
	line-height: 1.21;
}

/* backgrounds */
.fl-row:nth-of-type(even){
	/*(background-color: #efefef !important;*/
}

.section-heading {width:100%;margin:0 0 30px;}
.scroll-to-next {
	position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 30px;
    text-align: center;
}
.scroll-to-next .fl-button {
	width: 50px;
    height: 50px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.scroll-to-next .fl-button-icon {
	font-weight: bold;
}

.people-template-default .blog-container .image-section{
	max-height:500px;
	height:50vw;
	max-width:400px;
width:100%;
}
.people-template-default .blog-container .image-section img{
	object-fit:contain;
}
.js__open-team-popup{
	cursor:pointer
}