/* CSS Document */

:root {
	--fcc-var-bg-color: #000000;

	--fcc-var-dark-red: #690000;
	--fcc-var-red: #EC0000;

	--fcc-var-button-red: #E51C20;
	--fcc-var-button-red-hoover: #A7A7A7;
	--fcc-var-button-red-text: #E51C20;

	--fcc-var-logo-outer: #FFFFFF;
	--fcc-var-logo-middle: #808080;
	--fcc-var-logo-inner: #CCCCCC;
	--fcc-var-logo-text: #333333;

	--fcc-var-menu: #690000;
	--fcc-var-menu-active: #FFFFFF;
	--fcc-var-menu-icon: #AAAAAA;
	--fcc-var-menu-icon-hover: #DDDDDD;
	
	--fcc-var-row1-bg-color: #097a97;
	--fcc-var-row2-bg-color: #22485b;
	--fcc-var-feature-bg-color: #ffffff;

	--fcc-var-text-color: #333333;
	--fcc-var-h1-color: #990000;
	--fcc-var-h2-color: #890000;
	--fcc-var-h3-color: #790000;
	--fcc-var-h4-color: #690000;
	--fcc-var-h5-color: #555555;

	--fcc-var-testimonial-h4-color: #BBBBBB;
	--fcc-var-testimonial-text-color: #FFFFFF;
	--fcc-var-testimonial-text-hover: #FFB771;
	--fcc-var-testimonial-bg-color: #690000;

	--fcc-var-tabs-bg-color: #690000;
	--fcc-var-tabs-link-active-color: #ffffff;
	--fcc-var-tabs-link-bg-color: #ffffff;
	--fcc-var-tabs-link-color: #5e5e5e;
	--fcc-var-tabs-heading-color: #FFFFFF;
	--fcc-var-tabs-text-color: #FFFFFF;

	--fcc-var-tabs-booking-bg-color: #ffffff;
	--fcc-var-tabs-booking-link-active-color: #333333;
	--fcc-var-tabs-booking-link-bg-color: #2c2c2c;
	--fcc-var-tabs-booking-link-color: #a3a3a3;
	--fcc-var-tabs-booking-heading-color: #690000;
	--fcc-var-tabs-booking-text-color: #333333;	

	--fcc-var-grey-feature-text-color: #333333;
	--fcc-var-grey-feature-h1-color: #990000;
	--fcc-var-grey-feature-h2-color: #890000;
	--fcc-var-grey-feature-h3-color: #790000;
	--fcc-var-grey-feature-h4-color: #690000;
	--fcc-var-grey-feature-h5-color: #555555;

	/* --fcc-var-social-facebook-color: #3b5998;
	--fcc-var-social-facebook-hoover: #4b5b7f;
	--fcc-var-social-twitter-color: #4099FF;
	--fcc-var-social-twitter-hoover: #68a3e6;
	--fcc-var-social-linkedin-color: #007bb5;
	--fcc-var-social-linkedin-hoover: #1f749c;
	--fcc-var-social-youtube-color: #cd201f;
	--fcc-var-social-youtube-hoover: #b44040;
	--fcc-var-social-rss-color: #ff6600;
	--fcc-var-social-rss-hoover: #e6782e; */

	--fcc-var-social-facebook-color: #E51C20;
	--fcc-var-social-facebook-hoover: #A7A7A7;
	--fcc-var-social-twitter-color: #E51C20;
	--fcc-var-social-twitter-hoover: #A7A7A7;
	--fcc-var-social-linkedin-color: #E51C20;
	--fcc-var-social-linkedin-hoover: #A7A7A7;
	--fcc-var-social-youtube-color: #E51C20;
	--fcc-var-social-youtube-hoover: #A7A7A7;
	--fcc-var-social-rss-color: #E51C20;
	--fcc-var-social-rss-hoover: #A7A7A7;
}

/***************************************************************************** 
 *
 * Header Div Style
 *
 ****************************************************************************/
.fcc-header {
	background-color: var(--fcc-var-bg-color); /* 0077bb; */
}


/*****************************************************************************
 *
 * Menu in Header
 *
 ****************************************************************************/
#header-menu .navbar li {
	margin-left: 0.2rem;
	margin-right: 0.2rem;
}

#header-menu .navbar li a {
	color: var(--fcc-var-menu-active);
	font-size: 1.15rem;
	text-decoration: none;
}

#header-menu .navbar li a:hover {
	color: var(--fcc-var-menu) !important;
}

#header-menu .navbar li.active a {
	color: var(--fcc-var-menu-active);   /* #555 */
}

#header-menu .navbar .navbar-nav .nav-item a {
	padding-right: 0.75rem !important;
	padding-left: 0.75rem;
}

/*************************************************************************
 *
 * Menu - Icon
 *
 ************************************************************************/

.menu-icon {
	color: var(--fcc-var-menu-icon);
	fill: var(--fcc-var-menu-icon);
	font-size: 32px;
}
.menu-icon:hover {
	color: var(--fcc-var-menu-icon-hover);
}





/*****************************************************************************
 *
 * Feature Div Style
 *
 ****************************************************************************/
#featureWideContainerDiv {
	background-color: var(--fcc-var-feature-bg-color);
}

#featureWideContainerDiv h1, #featureWideContainerDiv h2 {
	color: #fff;
}
#featureWideContainerDiv p, #featureWideContainerDiv h3, #featureWideContainerDiv h4, #featureWideContainerDiv h5 {
	color: #ddd;
}


/*****************************************************************************
 *
 * Ribbon Menu
 *
 ****************************************************************************/
#ribbonMenuContainerDiv {
	background-color: #eee;
}

#ribbon-menu .navbar li a {
	color: #3C8DBC;
}

#ribbon-menu .navbar li a:hover {
	color: #000;
}

#ribbon-menu .navbar li.active a {
	color: #555;
}

.shortcut-icon {
	margin-right: 10px;
	font-size: 2em;
}

@media (max-width: 576px) {			/*  Small Device - Phone Portrait       */
	#ribbon-menu .shortcut-text {
		display: none;
	}
}
@media (min-width: 576px) {			/*  Small Device - Phone Landscape    sm */
	#ribbon-menu .shortcut-text {
		display: none;
	}
}
@media (min-width: 768px) {			/*  Medium Device - Tablets          md */
	#ribbon-menu .shortcut-text {
		display: inline;
	}
}
@media (min-width: 992px) {			/*  Desktop Device                   lg */
	#ribbon-menu .shortcut-text {
		display: inline;
	}
}
@media (min-width: 1200px) {		/*  Large Desktop Device             xl */
	#ribbon-menu .shortcut-text {
		display: inline;
	}
}

/*****************************************************************************
 *
 * Breadcrumb Styles
 *
 * These override the BootStrap
 *
 ****************************************************************************/
.breadcrumb {
	background-color: initial;
	margin-bottom: 0rem;
}
.small {
	font-size: 80% !important;
}
.small-70 {
	font-size: 70% !important;
}
.small-60 {
	font-size: 60% !important;
}
.very-small {
	font-size: 50% !important;
}

/*****************************************************************************
 *
 * Content Testamonial Styles
 *
 ****************************************************************************/
#content-testimonials {
	background: #555555; /* fallback for old browsers */
	background: -webkit-linear-gradient(to left, #aaaaaa , #555555); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to left, #aaaaaa , #555555); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	border-radius: 30px;
	padding: 1%;
	margin-top: 3%;
	margin-bottom: 3%;
	color: #FFFFFF;
}
#content-testimonials .content-testimonials-text p {
	color: #FFFFFF;
	line-height: 1.5em;
}
#content-testimonials .content-testimonials-text a {
	color: #FFFFFF;
	text-decoration: none;
}
#content-testimonials .content-testimonials-text a:hover {
	color: #FFB771;
}
#content-testimonials .content-testimonials-text h4 {
	color: #bbbbbb;
	font-size: 80%;
}
@media (max-width: 576px) {			/*  Small Device - Phone Portrait       */
	#content-testimonials .content-testimonials-icon {
		font-size: 25px;
	}
	#content-testimonials .content-testimonials-text p {
		font-size: 12px;
		font-style: italic;
	}
}
@media (min-width: 576px) {			/*  Small Device - Phone Landscape    sm */
	#content-testimonials .content-testimonials-icon{
		font-size: 30px;
	}
	#content-testimonials .content-testimonials-text p {
		font-size: 14px;
		font-style: italic;
	}
}
@media (min-width: 768px) {			/*  Medium Device - Tablets          md */
	#content-testimonials .content-testimonials-icon {
		font-size: 40px;
	}
	#content-testimonials .content-testimonials-text p {
		font-size: 18px;
		font-style: italic;
	}
}
@media (min-width: 992px) {			/*  Desktop Device                   lg */
	#content-testimonials .content-testimonials-icon {
		font-size: 45px;
	}
	#content-testimonials .content-testimonials-text p {
		font-size: 18px;
		font-style: italic;
	}
}
@media (min-width: 1200px) {		/*  Large Desktop Device             xl */
	#content-testimonials .content-testimonials-icon {
		font-size: 45px;
	}
	#content-testimonials .content-testimonials-text p {
		font-size: 18px;
		font-style: italic;
	}
}
/*****************************************************************************
 *
 * Row Testimonial Styles
 *
 ****************************************************************************/

#fcc-row-testimonials {
	background-color: var(--fcc-var-testimonial-bg-color);
	color: var(--fcc-var-testimonial-text-color);
	position: relative;
}

#fcc-row-testimonials > .container:before {
   content: " ";
   position: absolute;
   z-index: -1;
   left: 0;
   width: 100%;
   background: var(--fcc-var-testimonial-bg-color);
   transform: skew(0deg, -1deg);
}

#fcc-row-testimonials > .container:after {
	content: " ";
	position: absolute;
	z-index: -1;
	left: 0;
	width: 100%;
	background: var(--fcc-var-testimonial-bg-color);
	transform: skew(0deg, -1deg);
}

.row-testimonials-text p {
    color: var(--fcc-var-testimonial-text-color);
    line-height: 1.5em;
}
.row-testimonials-text a {
    color: var(--fcc-var-testimonial-text-color);
    text-decoration: none;
}
.row-testimonials-text a:hover {
    color: var(--fcc-var-testimonial-text-hover);
}
.row-testimonials-text h4 {
    color: var(--fcc-var-testimonial-h4-color);
    font-size: 80%;
}
@media (max-width: 576px) {			/*  Small Device - Phone Portrait       */
	.row-testimonials-icon {
		font-size: 25px;
	}
	.row-testimonials-text {
		font-size: 12px;
		font-style: italic;
	}
	#fcc-row-testimonials > .container:before{
		top: -25px;
		height: 50px;
	}
	#fcc-row-testimonials > .container:after {
		bottom: -25px;
		height: 50px;
	}
	#fcc-row-testimonials {
		margin-top: 35px;
		margin-bottom: 35px;
	}
}
@media (min-width: 576px) {			/*  Small Device - Phone Landscape    sm */
	.row-testimonials-icon{
		font-size: 30px;
	}
	.row-testimonials-text {
		font-size: 14px;
		font-style: italic;
	}
	#fcc-row-testimonials > .container:before{
		top: -25px;
		height: 50px;
	}
	#fcc-row-testimonials > .container:after {
		bottom: -25px;
		height: 50px;
	}
	#fcc-row-testimonials {
		margin-top: 35px;
		margin-bottom: 35px;
	}
}
@media (min-width: 768px) {			/*  Medium Device - Tablets          md */
	.row-testimonials-icon {
		font-size: 50px;
	}
	.row-testimonials-text {
		font-size: 18px;
		font-style: italic;
	}
	#fcc-row-testimonials > .container:before{
		top: -40px;
		height: 80px;
	}
	#fcc-row-testimonials > .container:after {
		bottom: -40px;
		height: 80px;
	}
	#fcc-row-testimonials {
		margin-top: 60px;
		margin-bottom: 60px;
	}
}
@media (min-width: 992px) {			/*  Desktop Device                   lg */
	.row-testimonials-icon {
		font-size: 65px;
	}
	.row-testimonials-text {
		font-size: 24px;
		font-style: italic;
	}
	#fcc-row-testimonials > .container:before{
		top: -70px;
		height: 150px;
	}
	#fcc-row-testimonials > .container:after {
		bottom: -70px;
		height: 150px;
	}
	#fcc-row-testimonials {
		margin-top: 90px;
		margin-bottom: 90px;
	}
}
@media (min-width: 1200px) {		/*  Large Desktop Device             xl */
	.row-testimonials-icon {
		font-size: 65px;
	}
	.row-testimonials-text {
		font-size: 24px;
		font-style: italic;
	}
	#fcc-row-testimonials > .container:before{
		top: -70px;
		height: 150px;
	}
	#fcc-row-testimonials > .container:after {
		bottom: -70px;
		height: 150px;
	}
	#fcc-row-testimonials {
		margin-top: 90px;
		margin-bottom: 90px;
	}

}


/*****************************************************************************
 *
 * Terms And Conditions Styles
 *
 ****************************************************************************/
/* .termsAndConditions {
} */
.termsAndConditions dd:after {
	clear: both;
}
.definitions {
	margin: 0 1% 0 1%;
	border: thick;
}
.definitions td:nth-child(1) {
	font-weight: bold;
	width: 20%;
	vertical-align: top;
	padding-right: 1em;
}
.definitions td:nth-child(2) {
	width: 80%;
	vertical-align: top;
	padding-bottom: 0.75em;
}
@media (max-width: 576px) {			/*  Small Device - Phone Portrait       */
	.termsAndConditions dt {
		margin-left: 0em;
		float: left;
		padding-top: 0.25em;
		color: #790000;
		font-weight: normal;
	}
	.termsAndConditions dd {
		margin-left: 2.5em;
		padding: 0.25em 0 0.25em 1em;
	}
	.termsAndConditions h2 {
		font-size: 1.3em !important;
	}
}
@media (min-width: 576px) {			/*  Small Device - Phone Landscape    sm */
	.termsAndConditions dt {
		margin-left: 0em;
		float: left;
		padding-top: 0.25em;
		color: #790000;
		font-weight: normal;
	}
	.termsAndConditions dd {
		margin-left: 2.5em;
		padding: 0.25em 0 0.25em 1em;
	}
	.termsAndConditions h2 {
		font-size: 1.3em !important;
	}
}
@media (min-width: 768px) {			/*  Medium Device - Tablets          md */
	.termsAndConditions dt {
		margin-left: 0em;
		float: left;
		padding-top: 0.25em;
		color: #790000;
		font-weight: normal;
	}
	.termsAndConditions dd {
		margin-left: 2.5em;
		padding: 0.25em 0 0.25em 1em;
	}
	.termsAndConditions h2 {
		font-size: 1.8em !important;
	}
}
@media (min-width: 992px) {			/*  Desktop Device                   lg */
	.termsAndConditions dt {
		margin-left: 1em;
		float: left;
		padding-top: 0.25em;
		color: #790000;
		font-weight: normal;
	}
	.termsAndConditions dd {
		margin-left: 5em;
		padding: 0.25em 0;
	}
	.termsAndConditions h2 {
		font-size: 1.8em !important;
	}
}
@media (min-width: 1200px) {		/*  Large Desktop Device             xl */
	.termsAndConditions dt {
		margin-left: 1em;
		float: left;
		padding-top: 0.25em;
		color: #790000;
		font-weight: normal;
	}
	.termsAndConditions dd {
		margin-left: 5em;
		padding: 0.25em 0;
	}
	.termsAndConditions h2 {
		font-size: 1.8em !important;
	}
}
/*****************************************************************************
 *
 * Font Styles
 *
 ****************************************************************************/
.fcc-text-colour-logo-blue {
	color: #112A8A;
}
.fcc-text-colour-cloud-blue {
	color: #76ACC1;
}
.fcc-text-colour-bluebg {
	color: #367FA9;
}


.fcc-icon-heading {
	font-family: icomoon;
}
@media (max-width: 576px) {			/*  Small Device - Phone Portrait       */
	.fcc-icon-heading {
		font-size: 60px;
	}
}
@media (min-width: 576px) {			/*  Small Device - Phone Lanscape    sm */
	.fcc-icon-heading {
		font-size: 80px;
	}
}
@media (min-width: 768px) {			/*  Medium Device - Tablets          md */
	.fcc-icon-heading {
		font-size: 110px;
	}
}
@media (min-width: 992px) {			/*  Desktop Device                   lg */
	.fcc-icon-heading {
		font-size: 150px;
	}
}
@media (min-width: 1200px) {		/*  Large Desktop Device             xl */
	.fcc-icon-heading {
		font-size: 150px;
	}
}

/*****************************************************************************
 *
 * Bootstrap Badge
 *
 * The below CSS isn't in Bootstrap 5 when it used to be in Bootstrap 4
 *
 ****************************************************************************/
.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}
.border-right {
    border-right: 1px solid #dee2e6 !important;
}
.border {
    border: 1px solid #dee2e6 !important;
}
.border-fcc-dark-red {
    border-color: var(--fcc-var-h4-color);;
}
.border-fcc-light-red {
    border-color: var(--fcc-var-h1-color);;
}

/*****************************************************************************
 *
 * Footer
 *
 ****************************************************************************/
.fcc-footer, .fcc-footer footer {
	background-color: #333333;
	background-image: linear-gradient(
			to top,
			#333333,
			#333333 97%,
			#555555 100%
	);
	color: #ffffff;
}

/*************************************************************************
  *
  * Footer - Address Div Style
  *
  ************************************************************************/

@media (max-width: 576px) {			/*  Small Device - Phone Portrait       */
	#footer-address h1 {
		font-size: 1.1rem;
		text-align: center;
		color: #FFFFFF;
	}

	#footer-address p, #footer-address li, #footer-address a {
		font-size: 0.9rem;
		text-align: center;
		color: #C9CACC;
	}
}
@media (min-width: 576px) {			/*  Small Device - Phone Lanscape    sm */
	#footer-address h1 {
		font-size: 12px;
		text-align: center;
		color: #FFFFFF;
	}

	#footer-address p, #footer-address li, #footer-address a {
		font-size: 8px;
		text-align: center;
		color: #C9CACC;
	}
}
@media (min-width: 768px) {			/*  Medium Device - Tablets          md */
	#footer-address h1 {
		font-size: 16px;
		color: #FFFFFF;
	}

	#footer-address p, #footer-address li, #footer-address a {
		font-size: 12px;
		color: #C9CACC;
	}
}
@media (min-width: 992px) {			/*  Desktop Device                   lg */
	#footer-address h1 {
		font-size: 18px;
		color: #FFFFFF;
	}

	#footer-address p, #footer-address li, #footer-address a {
		font-size: 14px;
		color: #C9CACC;
	}
}
@media (min-width: 1200px) {		/*  Large Desktop Device             xl */
	#footer-address h1 {
		font-size: 18px;
		color: #FFFFFF;
	}

	#footer-address p, #footer-address li, #footer-address a {
		font-size: 14px;
		color: #C9CACC;
	}
}
/*************************************************************************
 *
 * Footer - Menu Div Style
 *
 ************************************************************************/

#footer-menu ul {
	list-style: none;
	padding-left: 0px;
}
#footer-menu li {
	padding-top: 0px;
	padding-bottom: 1rem;
}
#footer-menu a:hover {
	color: var(--fcc-var-red);
	text-decoration: none;
}

@media (max-width: 576px) {			/*  Small Device - Phone Portrait       */
	#footer-menu h1 {
		font-size: 1.1rem;
		text-align: center;
		color: #FFFFFF;
	}

	#footer-menu p, #footer-menu li, #footer-menu a {
		font-size: 0.9rem;
		text-align: center;
		color: #C9CACC;
	}
}
@media (min-width: 576px) {			/*  Small Device - Phone Lanscape    sm */
	#footer-menu h1 {
		font-size: 16px;
		text-align: center;
		color: #FFFFFF;
	}

	#footer-menu p, #footer-menu li, #footer-menu a {
		font-size: 12px;
		text-align: center;
		color: #C9CACC;
	}
}
@media (min-width: 768px) {			/*  Medium Device - Tablets          md */
	#footer-menu h1 {
		font-size: 16px;
		text-align: center;
		color: #FFFFFF;
	}

	#footer-menu p, #footer-menu li, #footer-menu a {
		font-size: 12px;
		text-align: center;
		color: #C9CACC;
	}
}
@media (min-width: 992px) {			/*  Desktop Device                   lg */
	#footer-menu h1 {
		font-size: 18px;
		color: #FFFFFF;
	}

	#footer-menu p, #footer-menu li, #footer-menu a {
		font-size: 14px;
		color: #C9CACC;
	}
}
@media (min-width: 1200px) {		/*  Large Desktop Device             xl */
	#footer-menu h1 {
		font-size: 18px;
		color: #FFFFFF;
	}

	#footer-menu p, #footer-menu li, #footer-menu a {
		font-size: 14px;
		color: #C9CACC;
	}
}

.social-faceback {
	color: var(--fcc-var-social-facebook-color);
	fill: var(--fcc-var-social-facebook-color);
}
.social-faceback:hover {
	color: var(--fcc-var-social-facebook-hoover);		/* Monochromatic Colour from Original */
}

.social-twitter {
	color: var(--fcc-var-social-twitter-color);
	fill: var(--fcc-var-social-twitter-color);
}
.social-twitter:hover {
	color: var(--fcc-var-social-twitter-hoover);
}

.social-linkedin {
	color: var(--fcc-var-social-linkedin-color);
	fill: var(--fcc-var-social-linkedin-color);
}
.social-linkedin:hover {
	color: var(--fcc-var-social-linkedin-hoover);
}

.social-youtube {
	color: var(--fcc-var-social-youtube-color);
	fill: var(--fcc-var-social-youtube-color);
}
.social-youtube:hover {
	color: var(--fcc-var-social-youtube-hoover);
}

.social-rss {
	color: var(--fcc-var-social-rss-color);
	fill: var(--fcc-var-social-rss-color);
}
.social-rss:hover {
	color: var(--fcc-var-social-rss-hoover);
}

.social-faceback:hover, .social-twitter:hover, .social-linkedin:hover, .social-youtube:hover, .social-rss:hover {
	-webkit-animation: swing 1s ease;
	animation: swing 1s ease;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

@media (max-width: 576px) {			/*  Small Device - Phone Portrait       */
	.social-faceback, .social-twitter, .social-linkedin, .social-youtube, .social-rss {
		font-size: 14px;
	}
	#footer-social-menu  .navbar li {
		padding-left: 1rem;
	}
}
@media (min-width: 576px) {			/*  Small Device - Phone Landscape    sm */
	.social-faceback, .social-twitter, .social-linkedin, .social-youtube, .social-rss {
		font-size: 16px;
	}
	#footer-social-menu  .navbar li {
		padding-left: 1rem;
	}
}
@media (min-width: 768px) {			/*  Medium Device - Tablets          md */
	.social-faceback, .social-twitter, .social-linkedin, .social-youtube, .social-rss {
		font-size: 16px;
	}
	#footer-social-menu  .navbar li {
		padding-left: 1rem;
	}
}
@media (min-width: 992px) {			/*  Desktop Device                   lg */
	.social-faceback, .social-twitter, .social-linkedin, .social-youtube, .social-rss {
		font-size: 24px;
	}
	#footer-social-menu  .navbar li {
		padding-left: 2rem;
	}
}
@media (min-width: 1200px) {		/*  Large Desktop Device             xl */
	.social-faceback, .social-twitter, .social-linkedin, .social-youtube, .social-rss {
		font-size: 36px;
	}
	#footer-social-menu  .navbar li {
		padding-left: 3rem;
	}
}



/*****************************************************************************
 *
 * Swing Animation Keyframes
 *
 ****************************************************************************/
@-webkit-keyframes swing
{
	15%
	{
		-webkit-transform: translateX(5px);
		transform: translateX(5px);
	}
	30%
	{
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px);
	}
	50%
	{
		-webkit-transform: translateX(3px);
		transform: translateX(3px);
	}
	65%
	{
		-webkit-transform: translateX(-3px);
		transform: translateX(-3px);
	}
	80%
	{
		-webkit-transform: translateX(2px);
		transform: translateX(2px);
	}
	100%
	{
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes swing
{
	15%
	{
		-webkit-transform: translateX(5px);
		transform: translateX(5px);
	}
	30%
	{
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px);
	}
	50%
	{
		-webkit-transform: translateX(3px);
		transform: translateX(3px);
	}
	65%
	{
		-webkit-transform: translateX(-3px);
		transform: translateX(-3px);
	}
	80%
	{
		-webkit-transform: translateX(2px);
		transform: translateX(2px);
	}
	100%
	{
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}





/*****************************************************************************
 *
 * Scaling SVG - IE Fix
 *
 ****************************************************************************/
.scaling-svg {
	height: auto;
	width: calc(100% + 1px);
	vertical-align: bottom;
	/* left: -4px; */
	/* padding-left: 0px; */
	border: none;
	outline: none;
	border-style: none;
	margin-bottom: -1px;
	/* padding: 0; */
	/* display: block; */
	overflow: hidden;
}

/*****************************************************************************
 *
 * Image Scaling 
 *
 ****************************************************************************/
.img-reflect {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

/*****************************************************************************
 *
 * Scaling for Google Embedded Maps
 *
 ****************************************************************************/
@media (max-width: 576px) {			/*  Small Device - Phone Portrait       */
	.fcc-maps {
		width: calc(100% - 10px);
		height: 200px;
		padding-top: .5em;
		padding-bottom: .5em;
		margin: 0 auto;
		display: block;
	}
}
@media (min-width: 576px) {			/*  Small Device - Phone Landscape    sm */
	.fcc-maps {
		width: calc(100% - 10px);
		height: 300px;
		padding-top: .5em;
		padding-bottom: .5em;
		margin: 0 auto;
		display: block;
	}
}
@media (min-width: 768px) {			/*  Medium Device - Tablets          md */
	.fcc-maps {
		width: calc(100% - 20px);
		height: 450px;
		padding-top: .5em;
		padding-bottom: .5em;
		margin: 0 auto;
		display: block;
	}
}
@media (min-width: 992px) {			/*  Desktop Device                   lg */
	.fcc-maps {
		width: calc(100% - 20px);
		height: 450px;
		padding-top: .5em;
		padding-bottom: .5em;
		margin: 0 auto;
		display: block;
	}
}
@media (min-width: 1200px) {		/*  Large Desktop Device             xl */
	.fcc-maps {
		width: 600px;
		height: 450px;
		padding: 1em;
	}
}


/*****************************************************************************
 *
 * Call To Action Boxes
 *
 ****************************************************************************/
.card.cta {
	border-radius: 1.25em;
}
.card.cta-center {
	margin-left: auto;
	margin-right: auto;
}

/*****************************************************************************
 *
 * Green Tick List Styles
 *
 ****************************************************************************/

.tick-list {
	list-style-type: none;
}

.tick-list li:before {
	content:"\2714\0020";
	color: #008000;
	font-size: 1.4em;
}

/*****************************************************************************
 *
 * Fleet Card
 *
 ****************************************************************************/
.fleet-card {
	margin-top: 3em;
	margin-bottom: 3em;
}
.fleet-card .card-title {
	color: var(--fcc-var-h1-color);
}

.fleet-card .card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.fleet-card .card-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* Align content to top */
}

.fleet-card .center {
  text-align: center;
  white-space: nowrap; /* Prevent line breaks */
}

.fleet-card .center i {
  display: inline-block;
  margin: 0 4px; /* optional spacing */
  vertical-align: middle;
}
/*****************************************************************************
 *
 * BackGround Styles
 *
 ****************************************************************************/
.bg-fcc-dark-red {
	background-color: var(--fcc-var-h4-color);
}
.bg-fcc-light-red {
	background-color: var(--fcc-var-h1-color);
}
.btn.bg-white, .bg-white {
	background-color: #FFFFFF;
}

.btn.bg-light-grey, .bg-light-grey {
	background-color: #aaaaaa;
}
.btn.bg-dark-grey, .bg-dark-grey {
	background-color: #555555;
}
.btn.bg-fcc-red, .bg-fcc-red {
	background-color: var(--fcc-var-button-red);
}

.btn.a[class^='bg-']:hover, a[class^='bg-']:hover, .btn.a[class*=' bg-']:hover, a[class*=' bg-']:hover {
 	opacity: 0.9;
}

/*****************************************************************************
 *
 * BackGround Styles with gradients
 *
 ****************************************************************************/
 .bg-red-gradiant {
  background: #ff4d7e;
  background: -webkit-linear-gradient(legacy-direction(to right), #ff4d7e 0%, #ff6a5b 100%);
  background: -webkit-gradient(linear, left top, right top, from(#ff4d7e), to(#ff6a5b));
  background: -webkit-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);
  background: -o-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);
  background: linear-gradient(to right, #ff4d7e 0%, #ff6a5b 100%);
}

.bg-purple-gradiant {
  background: #783fe2;
  background: -webkit-linear-gradient(legacy-direction(to right), #783fe2 0%, #b79cea 100%);
  background: -webkit-gradient(linear, left top, right top, from(#783fe2), to(#b79cea));
  background: -webkit-linear-gradient(left, #783fe2 0%, #b79cea 100%);
  background: -o-linear-gradient(left, #783fe2 0%, #b79cea 100%);
  background: linear-gradient(to right, #783fe2 0%, #b79cea 100%);
}

.bg-orange-gradiant {
  background: #ce6028;
  background: -webkit-linear-gradient(legacy-direction(to right), #ce6028 0%, #ff9f42 100%);
  background: -webkit-gradient(linear, left top, right top, from(#ce6028), to(#ff9f42));
  background: -webkit-linear-gradient(left, #ce6028 0%, #ff9f42 100%);
  background: -o-linear-gradient(left, #ce6028 0%, #ff9f42 100%);
  background: linear-gradient(to right, #ce6028 0%, #ff9f42 100%);
}

.bg-green-gradiant {
  background: #28a745;
  background: -webkit-linear-gradient(legacy-direction(to right), #28a745 0%, #52bb75 100%);
  background: -webkit-gradient(linear, left top, right top, from(#28a745), to(#52bb75));
  background: -webkit-linear-gradient(left, #28a745 0%, #52bb75 100%);
  background: -o-linear-gradient(left, #28a745 0%, #52bb75 100%);
  background: linear-gradient(to right, #28a745 0%, #52bb75 100%);
}

.bg-darkblue-gradiant {
  background: #063755;
  background: -webkit-linear-gradient(legacy-direction(to right), #063755 0%, #367fa9 100%);
  background: -webkit-gradient(linear, left top, right top, from(#063755), to(#367fa9));
  background: -webkit-linear-gradient(left, #063755 0%, #367fa9 100%);
  background: -o-linear-gradient(left, #063755 0%, #367fa9 100%);
  background: linear-gradient(to right, #063755 0%, #367fa9 100%);
}

.bg-blue-gradiant {
  background: #4d73ff;
  background: -webkit-linear-gradient(legacy-direction(to right), #4d73ff 0%, #1474a7 100%);
  background: -webkit-gradient(linear, left top, right top, from(#4d73ff), to(#1474a7));
  background: -webkit-linear-gradient(left, #4d73ff 0%, #1474a7 100%);
  background: -o-linear-gradient(left, #4d73ff 0%, #1474a7 100%);
  background: linear-gradient(to right, #4d73ff 0%, #1474a7 100%);
}

.bg-black-gradiant {
  background: #2f2f2f;
  background: -webkit-linear-gradient(legacy-direction(to right), #2f2f2f 0%, #616161 100%);
  background: -webkit-gradient(linear, left top, right top, from(#2f2f2f), to(#616161));
  background: -webkit-linear-gradient(left, #2f2f2f 0%, #616161 100%);
  background: -o-linear-gradient(left, #2f2f2f 0%, #616161 100%);
  background: linear-gradient(to right, #2f2f2f 0%, #616161 100%);
}

/*****************************************************************************
 *
 * Text Styles
 *
 ****************************************************************************/
.btn.text-bold, .text-bold {
    font-weight: 800;
}
.btn.text-fcc-red, .text-fcc-red {
	color: var(--fcc-var-button-red) !important;
}
.btn.text-fcc-dark-red, .text-fcc-dark-red {
    color: var(--fcc-var-h4-color) !important;
}
.btn.text-fcc-light-red, .text-fcc-light-red {
    color: var(--fcc-var-h1-color) !important;
}
.btn.text-fcc-red:hover, .text-fcc-red:hover {
	color: var(--fcc-var-button-red-hoover) !important;
}
.btn.text-light-grey, .text-light-grey {
    color: #aaaaaa !important;
}
.btn.text-dark-grey, .text-dark-grey {
    color: #555555 !important;
}
.btn.text-cloud-blue, .text-cloud-blue {
    color: #76ACC1 !important;
}
.btn.text-lightblue, .text-lightblue {
    color: #367FA9 !important;
}
.btn.text-darkblue, .text-darkblue {
    color: #063755 !important;
}
.btn.text-logo-blue, .text-logo-blue {
    color : #112A8A !important;
}
.btn.text-yellow, .text-yellow {          /* Same colour as Bootstrap .btn-warning */
    color: #ffc107 !important;
}
.btn.text-lightorange, .text-lightorange {
    color: #FFB771 !important;
}
.btn.text-darkorange, .text-darkorange {
	color: #CE6028 !important;
}
.btn.text-red, .text-red {
	 color: #FF0000 !important;
}
.btn.text-green, .text-green {          /* From the crayola colors - https://www.w3schools.com/colors/colors_crayola.asp */
	color: #3AA655 !important;
}
.btn.text-purple, .text-purple {
	color: #783fe2 !important;
}
.btn.text-lite, .text-lite, .btn.text-brass, .text-brass {
	color: #b5a642 !important;
}
.btn.text-black, .text-black {
	color: #000000 !important;
}
.btn.text-sup, .text-sup {
	vertical-align: super;
}

/*****************************************************************************
 *
 * Border Styles
 *
 ****************************************************************************/
.border-white {
	border-color: #FFFFFF;
}

.border-light-grey {
	border-color: #aaaaaa;
}
.border-dark-grey {
	border-color: #555555;
}

.border-cloud-blue {
	border-color: #76ACC1;
}
.border-lightblue {
	border-color: #367FA9;
}
.border-darkblue {
	border-color: #063755;
}
.border-logo-blue {
	border-color: #112A8A;
}
.border-yellow {          /* Same colour as Bootstrap .btn-warning */
	border-color: #ffc107;
}
.border-lightorange {
	border-color: #FFB771;
}
.border-darkorange {
	border-color: #CE6028;
}

/*****************************************************************************
 *
 * Table  Styles
 *
 ****************************************************************************/
table.center-col-not-first th:not(:first-child) {
	text-align: center;
}
table.center-col-not-first td:not(:first-child) {
	text-align: center;
}
table.borderless td, table.borderless th {
	border: none;
}

/*****************************************************************************
 *
 * FCC TAB Styles
 *
 ****************************************************************************/
/* Inactive tab styles */
.fcc-tabs-container {
	margin: auto; 
}

.fcc-tabs-container .tab-content {
    background-color: var(--fcc-var-tabs-bg-color); 
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
}

.fcc-tabs-container h1, .fcc-tabs-container h2, .fcc-tabs-container h3 {
	color: var(--fcc-var-tabs-heading-color) !important; 
}
.fcc-tabs-container label, .fcc-tabs-container p, .fcc-tabs-container label li {
	color: var(--fcc-var-tabs-text-color) !important; 
}
.fcc-tabs .nav-link {
  background-color: var(--fcc-var-tabs-link-bg-color); 
  color: var(--fcc-var-tabs-link-color) !important;
  border: none;
  transition: background-color 0.3s, color 0.3s;
}

/* Active tab styles */
.fcc-tabs .nav-link.active {
  background-color: var(--fcc-var-tabs-bg-color);
  color: var(--fcc-var-tabs-link-active-color) !important;
}

/* Optional: Remove borders from tabs */
.fcc-tabs .nav-link,
.fcc-tabs .nav-link.active {
  border: none;
}

/* Round top corners if desired */
.fcc-tabs .nav-link {
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}

/*
 * FCC TAB Styles - BOOKING FORM
 */
.fcc-tabs-booking-container {
	margin: auto; 
/* CDF	background-color: var(--fcc-var-tabs-booking-bg-color);  */
	/* CDF border-radius: 3px; */
}
.fcc-tabs-booking-container h1, .fcc-tabs-booking-container h2, .fcc-tabs-booking-container h3 {
	color: var(--fcc-var-tabs-booking-heading-color) !important; 
}
.fcc-tabs-booking-container label, .fcc-tabs-booking-container p, .fcc-tabs-booking-container label li {
	color: var(--fcc-var-tabs-booking-text-color) !important; 
}
.fcc-tabs-booking .nav-link {
  background-color: var(--fcc-var-tabs-booking-link-color);
  color: var(--fcc-var-tabs-booking-link-bg-color) !important;
  border: none;
  transition: background-color 0.3s, color 0.3s;
}

/* Active tab styles */
.fcc-tabs-booking .nav-link.active {
  background-color: var(--fcc-var-tabs-booking-bg-color);
  color: var(--fcc-var-tabs-booking-link-active-color) !important;
}

/* Optional: Remove borders from tabs */
.fcc-tabs-booking .nav-link,
.fcc-tabs-booking .nav-link.active {
  border: none;
}

/* Round top corners if desired */
.fcc-tabs-booking .nav-link {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

/*****************************************************************************
 *
 * FCC Icon Styles
 *
 ****************************************************************************/
 .xxfcc-ul {
	margin-left: 2.5em;
	padding-left: 0;
	list-style-type: none;
 }
.xxfcc-li {
	text-align: center;
	padding-right: .75em;
	line-height: inherit;
}
.fcc-h {
  position: relative;
  top: 0.1em; /* try adjusting between 0.05em to 0.2em */
  padding-right: .25em;
}
.fcc-ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

.fcc-ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.5em;
}

.fcc-li {
  flex: 0 0 1.5em; /* fixed width for icon */
  text-align: center;
  line-height: 1.5;
  margin-top: 0.3em;
}

.fcc-li-airport-badge {
	font-size: 2.3em;
	vertical-align: middle;
}
.fcc-li-airport-text {
	line-height: 3.75em;
	vertical-align: middle;
}

/*****************************************************************************
 *
 * Addition BootStrap Styles
 *
 * Hover over styles colors made 30% darker using 
 *       https://pinetools.com/darken-color
 *
 ****************************************************************************/
.btn.btn-xlg, .btn-xlg {
    padding: 1.125rem 2rem !important;
    font-size: 1.6rem !important;
    line-height: 1.5 !important;
    -webkit-border-radius: 0.6rem !important;
    -moz-border-radius: 0.6rem !important;
    border-radius: 0.6rem !important;
}

.btn.btn-xsm, .btn-xsm {
	padding: 0.1rem 0.5rem !important;
	font-size: 0.8rem !important;
	line-height: 1.25 !important;
	-webkit-border-radius: 0.5rem !important;
	-moz-border-radius: 0.5rem !important;
	border-radius: 0.5rem !important;
}

.btn.btn-white, .btn-white {
	background-color: #FFFFFF;
	border-color: #FFFFFF;
}
.btn.btn-white:hover, .btn-white:hover {
	background-color: #D5D5D5;
	border-color: #D5D5D5;
}
.btn.btn-fcc-red, .btn-fcc-red {
	background-color: var(--fcc-var-button-red);
	border-color: var(--fcc-var-button-red);
}
.btn.btn-fcc-red:hover, .btn-fcc-red:hover {
	background-color: var(--fcc-var-button-red-hover);
	border-color: var(--fcc-var-button-red-hover);
}
.btn.btn-fcc-dark-red, .btn-fcc-dark-red {
	background-color: var(--fcc-var-dark-red);
	border-color: var(--fcc-var-dark-red);
}
.btn.btn-fcc-dark-red:hover, .btn-fcc-dark-red:hover {
	background-color: var(--fcc-var-button-red-hoover);
	border-color: var(--fcc-var-button-red-hoover);
}
.btn.btn-fcc-red-outline, .btn-fcc-red-outline {
	background-color: transparent !important;
	border-color: var(--fcc-var-button-red) !important;
	border-width: 1px !important;
	border-style: solid !important;
}
.btn.btn-fcc-red-outline:hover, .btn-fcc-red-outline:hover {
	background-color: transparent !important;
	border-color: var(--fcc-var-button-red-hover) !important;
	border-width: 1px !important;
	border-style: solid !important;
}


.btn.btn-light-grey, .btn-light-grey {
	background-color: #aaaaaa;
	border-color: #aaaaaa;
}
.btn.btn-light-grey:hover, .btn-light-grey:hover {
	background-color: #767676;
	border-color: #767676;
}
.btn.btn-dark-grey, .btn-dark-grey {
	background-color: #555555;
	border-color: #555555;
}
.btn.btn-dark-grey:hover, .btn-dark-grey:hover {
	background-color: #3b3b3b;
	border-color: #3b3b3b;
}

.btn.btn-cloud-blue, .btn-cloud-blue {
	background-color: #76ACC1;
	border-color: #76ACC1;
}
.btn.btn-cloud-blue:hover, .btn-cloud-blue:hover {
	background-color: #437e95;
	border-color: #437e95;
}
.btn.btn-lightblue, .btn-lightblue {
	background-color: #367FA9;
	border-color: #367FA9;
}
.btn.btn-lightblue:hover, .btn-lightblue:hover {
	background-color: #255876;
	border-color: #255876;
}
.btn.btn-darkblue, .btn-darkblue {
	background-color: #063755;
	border-color: #063755;
}
.btn.btn-darkblue:hover, .btn-darkblue:hover {
	background-color: #04263b;
	border-color: #04263b;
}
.btn.btn-logo-blue, .btn-logo-blue {
	background-color: #112A8A;
	border-color: #112A8A;
}
.btn.btn-logo-blue:hover, .btn-logo-blue:hover {
	background-color: #0b1d60;
	border-color: #0b1d60;
}
.btn.btn-yellow, .btn-yellow {          /* Same colour as Bootstrap .btn-warning */
	background-color: #ffc107;
	border-color: #ffc107;
}
.btn.btn-yellow:hover, .btn-yellow:hover {
	background-color: #b78900;
	border-color: #b78900;
}
.btn.btn-lightorange, .btn-lightorange {
	background-color: #FFB771;
	border-color: #FFB771;
}
.btn.btn-lightorange:hover, .btn-lightorange:hover {
	background-color: #fe7f02;
	border-color: #fe7f02;
}
.btn.btn-darkorange, .btn-darkorange {
	background-color: #CE6028;
	border-color: #CE6028;
}
.btn.btn-darkorange:hover, .btn-darkorange:hover {
	background-color: #673014;
	border-color: #673014;
}
.btn.btn-orange-red, .btn-orange-red {          /* From the crayola colors - https://www.w3schools.com/colors/colors_crayola.asp */
	background-color: #FF5349;
	border-color: #FF5349;
}
.btn.btn-orange-red:hover, .btn-orange-red:hover { 
	background-color: #e50c00;
	border-color: #e50c00;
}
.btn.btn-red, .btn-red {
	background-color: #FF0000;
	border-color: #FF0000;
}
.btn.btn-red:hover, .btn-red:hover {
	background-color: #b20000;
	border-color: #b20000;
}
.btn.btn-purple-plum, .btn-purple-plum {          /* From the crayola colors - https://www.w3schools.com/colors/colors_crayola.asp */
	background-color: #9C51B6;
	border-color: #9C51B6;
}
.btn.btn-purple-plum:hover, .btn-purple-plum:hover {
	background-color: #6e3681;
	border-color: #6e3681;
}
.btn.btn-purple, .btn-purple {          /* From the crayola colors - https://www.w3schools.com/colors/colors_crayola.asp */
	background-color: #5946B2;
	border-color: #5946B2;
}
.btn.btn-purple:hover, .btn-purple:hover {
	background-color: #3e307c;
	border-color: #3e307c;
}
.btn.btn-green, .btn-green {          /* From the crayola colors - https://www.w3schools.com/colors/colors_crayola.asp */
	background-color: #3AA655;
	border-color: #3AA655;
}
.btn.btn-green:hover, .btn-green:hover { 
	background-color: #28743b;
	border-color: #28743b;
}
.btn.btn-orange-linear, .btn-orange-linear {
	background: #d5562b !important;
	background: -moz-linear-gradient(top, #d5562b 0%, #eb6b31 51%, #ca4a28 71%, #ca4a28 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d5562b), color-stop(51%, #eb6b31), color-stop(71%, #ca4a28), color-stop(100%, #ca4a28)) !important;
	background: -webkit-linear-gradient(top, #d5562b 0%, #eb6b31 51%, #ca4a28 71%, #ca4a28 100%) !important;
	background: -o-linear-gradient(top, #d5562b 0%, #eb6b31 51%, #ca4a28 71%, #ca4a28 100%) !important;
	background: -ms-linear-gradient(top, #d5562b 0%, #eb6b31 51%, #ca4a28 71%, #ca4a28 100%) !important;
	background: linear-gradient(to bottom, #d5562b 0%, #eb6b31 51%, #ca4a28 71%, #ca4a28 100%) !important;
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.5) !important;
	-moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.5) !important;
	-webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.5) !important;
}
.btn.btn-transparent, .btn-transparent {
	background-color: transparent;
}
.btn.btn-faq:focus, .btn-faq:focus {
	outline: 0;
	box-shadow: 0 0 0 0rem;
}
.btn.a.btn, a.btn {
    text-decoration: none !important;
}

/*****************************************************************************
 *
 * Opacity Styles
 *
 ****************************************************************************/

.op-10 {
  opacity: 0.1;
}
.op-20 {
  opacity: 0.2;
}
.op-30 {
  opacity: 0.3;
}
.op-40 {
  opacity: 0.4;
}
.op-50 {
  opacity: 0.5;
}
.op-60 {
  opacity: 0.6;
}
.op-70 {
  opacity: 0.7;
}
.op-80 {
  opacity: 0.8;
}
.op-80 {
  opacity: 0.9;
}
.overlay-box {
  background-color: rgba(255, 255, 255, 0.5); /* grey with opacity */
  color: white;
  padding: 5rem;
  margin-top: 3em;
  margin-bottom: 3em;
  border-radius: 8px;
  text-align: center;
}



/*****************************************************************************
 *
 *
 *
 * Defaults - Basic Styles
 *
 *
 *
 ****************************************************************************/

body {
	font-family: 'Roboto', sans-serif, Verdana, Arial, Helvetica;
	font-size: 1rem;
	font-weight: 400;
	color: var(--fcc-var-text-color);
	line-height: 1.75em;
}
p, li, a {
	font-family: 'Roboto', sans-serif, Verdana, Arial, Helvetica;
	font-size: 16px;
	color: var(--fcc-var-text-color);
}
p {
	line-height: 1.75em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif, Verdana, Arial, Helvetica;
	color: var(--fcc-var-text-color);
}
h1 {
	font-weight: 600;
}

#content-article h1:first-child{
	padding-top: 0.6em;
}
#content-body p, #content-body li, #content-body a {
	font-family: 'Roboto', sans-serif, Verdana, Arial, Helvetica;
	font-size: 16px;
	color: var(--fcc-var-text-color);
}
#content-body p {
	line-height: 1.75em;
}
#content-body a {
	text-decoration: underline;
}

#content-body h1, #content-body h2, #content-body h3, #content-body h4, #content-body h5, #content-body h6 {
	font-family: 'Roboto', sans-serif, Verdana, Arial, Helvetica;
}
#content-body h1 {
	text-decoration-style: solid;
	font-weight: 600;
	color: var(--fcc-var-h1-color);
	font-size: 1.8em;
}
#content-body h2 {
	color: var(--fcc-var-h2-color);
	font-size: 1.8em;
}
#content-body h2>a {
	color: var(--fcc-var-h2-color);
	font-size: 1em;
	text-decoration: none;
}
#content-body h3 {
	color: var(--fcc-var-h3-color);
	font-size: 1.6em;
}
#content-body h4 {
	color: var(--fcc-var-h4-color);
	font-size: 1.4em;
}
#content-body h5 {
	color: var(--fcc-var-h5-color);
	font-size: 1.3em;
}


/*****************************************************************************
 *
 * Google Places
 *
 ****************************************************************************/

    .autocomplete-list {
      position: absolute;
      z-index: 1000;
      border: 1px solid #ccc;
      background: #fff;
      width: 100%;
      list-style: none;
      padding: 0;
      margin: 0;
      max-height: 200px;
      overflow-y: auto;
    }

    .autocomplete-list li {
      padding: 6px 10px;
      cursor: pointer;
    }

    .autocomplete-list li:hover {
      background: #eee;
    }

    .autocomplete-wrapper {
      position: relative;
      display: inline-block;
      width: 300px;
    }

/*****************************************************************************
 *
 * Convert Form Overrides
 *
 ****************************************************************************/
.cf-recaptcha-v3-text-badge, .cf-recaptcha-v3-text-badge p, .cf-recaptcha-v3-text-badge a {
	display: none !important;
	font-size: 0px !important;
}

/*****************************************************************************
 *
 * Joomla Debug
 *
 ****************************************************************************/

 .phpdebugbar-body p, .phpdebugbar-body a, .phpdebugbar-body li {
	color: #FFFFFF !important;
 }


/*****************************************************************************
 *
 *
 *
 * Themes
 *
 *
 *
 ****************************************************************************/

[class*="-fred"] {
	color: #cd201f;
}

/*****************************************************************************
 *
 * theme-Default
 *
 *
 *
 ****************************************************************************/
[class*="-theme-Default"] {
	/* 
	margin-left: 1em;
	margin-right: 1em;
	*/
}

[class*="-theme-Default"] p, [class*="-theme-Default"] li, [class*="-theme-Default"] a {
	font-family: 'Raleway', 'Open Sans', Verdana, Arial, Helvetica;
	font-size: 16px;
	color: var(--fcc-var-text-color);
	line-height: 1.75em;
}
[class*="-theme-Default"] a {
	text-decoration: underline;
}
[class*="-theme-Default"] h1 h1:first-child{
	padding-top: 0.6em;
}
[class*="-theme-Default"] h1 {
	font-family: 'Raleway', 'Open Sans', Verdana, Arial, Helvetica;
	text-decoration-style: solid;
	font-weight: 600;
	color: var(--fcc-var-h1-color);
	font-size: 1.8em;
	margin-top: 0.5em;
}
[class*="-theme-Default"] h2 {
	font-family: 'Raleway', 'Open Sans', Verdana, Arial, Helvetica;
	color: var(--fcc-var-h2-color);
	font-size: 1.8em;
}
[class*="-theme-Default"] h3 {
	font-family: 'Raleway', 'Open Sans', Verdana, Arial, Helvetica;
	color: var(--fcc-var-h3-color);
	font-size: 1.6em;
}
[class*="-theme-Default"] h4 {
	font-family: 'Raleway', 'Open Sans', Verdana, Arial, Helvetica;
	color: var(--fcc-var-h4-color);
	font-size: 1.4em;
}
[class*="-theme-Default"] h5 {
	font-family: 'Raleway', 'Open Sans', Verdana, Arial, Helvetica;
	color: var(--fcc-var-h5-color);
	font-size: 1.3em;
}

/*****************************************************************************
 *
 * -theme-e-class
 *
 *
 *
 ****************************************************************************/
[class*="-theme-e-class"] {
	background-attachment: fixed;
	background-image: url(/images/fleet/mercedes-e-class/e-class-luton-hoo.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 7rem;
	padding-bottom: 7rem;
}

[class*="-theme-e-class"] p, [class*="-theme-e-class"] li, [class*="--theme-e-class"] a {
	font-family: 'Raleway', 'Open Sans', Verdana, Arial, Helvetica;
	font-size: 16px;
	color: var(--fcc-var-text-color);
	line-height: 1.75em;
}
[class*="-theme-e-class"] a {
	text-decoration: underline;
}
[class*="-theme-e-class"] h1 h1:first-child{
	padding-top: 0.6em;
}
[class*="-theme-e-class"] h1 {
	font-family: 'Raleway', 'Open Sans', Verdana, Arial, Helvetica;
	text-decoration-style: solid;
	font-weight: 600;
	color: var(--fcc-var-h1-color);
	font-size: 1.8em;
	margin-top: 0.5em;
}
[class*="-theme-e-class"] h2 {
	font-family: 'Raleway', 'Open Sans', Verdana, Arial, Helvetica;
	color: var(--fcc-var-h2-color);
	font-size: 1.8em;
}
[class*="-theme-e-class"] h3 {
	font-family: 'Raleway', 'Open Sans', Verdana, Arial, Helvetica;
	color: var(--fcc-var-h3-color);
	font-size: 1.6em;
}
[class*="-theme-e-class"] h4 {
	font-family: 'Raleway', 'Open Sans', Verdana, Arial, Helvetica;
	color: var(--fcc-var-h4-color);
	font-size: 1.4em;
}
[class*="-theme-e-class"] h5 {
	font-family: 'Raleway', 'Open Sans', Verdana, Arial, Helvetica;
	color: var(--fcc-var-h5-color);
	font-size: 1.3em;
}

/*****************************************************************************
 *
 * -theme-grey-feature
 *
 *
 *
 ****************************************************************************/
[class*="-theme-grey-feature"] p, [class*="-theme-grey-feature"] li, [class*="--theme-grey-feature"] a {
	font-family: 'Raleway', 'Open Sans', Verdana, Arial, Helvetica;
	font-size: 16px;
	color: var(--fcc-var-text-color);
	line-height: 1.75em;
}
[class*="-theme-grey-feature"] a {
	text-decoration: underline;
}
[class*="-theme-grey-feature"] h1 h1:first-child{
	padding-top: 0.6em;
}
[class*="-theme-grey-feature"] h1 {
	font-family: 'Raleway', 'Open Sans', Verdana, Arial, Helvetica;
	text-decoration-style: solid;
	font-weight: 600;
	color: var(--fcc-var-grey-feature-h1-color);
	font-size: 1.8em;
	margin-top: 0.5em;
}
[class*="-theme-grey-feature"] h2 {
	font-family: 'Raleway', 'Open Sans', Verdana, Arial, Helvetica;
	color: var(--fcc-var-grey-feature-h2-color);
	font-size: 1.8em;
}
[class*="-theme-grey-feature"] h3 {
	font-family: 'Raleway', 'Open Sans', Verdana, Arial, Helvetica;
	color: var(--fcc-var-grey-feature-h3-color);
	font-size: 1.6em;
}
[class*="-theme-grey-feature"] h4 {
	font-family: 'Raleway', 'Open Sans', Verdana, Arial, Helvetica;
	color: var(--fcc-var-grey-feature-h4-color);
	font-size: 1.4em;
}
[class*="-theme-grey-feature"] h5 {
	font-family: 'Raleway', 'Open Sans', Verdana, Arial, Helvetica;
	color: var(--fcc-var-grey-feature-h5-color);
	font-size: 1.3em;
}
@media (max-width: 576px) {			/*  Small Device - Phone Portrait       */
        .grey-feature-margin {
                margin-left: 0rem !important;
                margin-right: 0rem !important;
        }
}
@media (min-width: 576px) {			/*  Small Device - Phone Landscape    sm */
        .grey-feature-margin {
                margin-left: 0rem !important;
                margin-right: 0rem !important;
        }
}
@media (min-width: 768px) {			/*  Medium Device - Tablets          md */
        .grey-feature-margin {
                margin-left: 5rem !important;
                margin-right: 5rem !important;
        }
}
@media (min-width: 992px) {			/*  Desktop Device                   lg */
        .grey-feature-margin {
                margin-left: 7rem !important;
                margin-right: 7rem !important;
        }
}
@media (min-width: 1200px) {		/*  Large Desktop Device             xl */
        .grey-feature-margin {
                margin-left: 8rem !important;
                margin-right: 8rem !important;
        }
}

/*****************************************************************************
 *
 * theme-WhiteOnDarkBlue
 *
 * Background      - Dark Blue
 * Headings 1-2    - White
 * Headings 3-4    - Grey
 *
 ****************************************************************************/
[class*="-theme-WhiteOnDarkBlue"] {
	background-color: #367FA9;
}

[class*="-theme-WhiteOnDarkBlue"] h1, [class*="-theme-WhiteOnDarkBlue"] h2 {
	color: #fff;
}
[class*="-theme-WhiteOnDarkBlue"] p, [class*="-theme-WhiteOnDarkBlue"] h3, [class*="-theme-WhiteOnDarkBlue"] h4, [class*="-theme-WhiteOnDarkBlue"] h5 {
	color: #ddd;
}


/*****************************************************************************
 *
 * theme-WhiteOnDarkGrey
 *
 * Background      - Dark Grey
 * Headings 1-2    - White
 * Headings 3-4    - Grey
 *
 ****************************************************************************/
[class*="-theme-WhiteOnDarkGrey"] {
	background-color: #555555;
}

[class*="-theme-WhiteOnDarkGrey"] h1, [class*="-theme-WhiteOnDarkGrey"] h2 {
	color: #fff;
}
[class*="-theme-WhiteOnDarkGrey"] h3, [class*="-theme-WhiteOnDarkGrey"] h4, [class*="-theme-WhiteOnDarkGrey"] h5 {
	color: #ddd;
}
[class*="-theme-WhiteOnDarkGrey"] p, [class*="-theme-WhiteOnDarkGrey"] li {
	color: #c9cacc !important;
}

/*****************************************************************************
 *
 * theme-BlackOnCream
 #
 # Background      - Cream
 # Headings 1-2    - Black
 # Headings 3-4    - Grey
 *
 ****************************************************************************/
[class*="-theme-BlackOnCream"] {
	background-color: #ece5b6;
}

[class*="-theme-BlackOnCream"] h1, [class*="-theme-BlackOnCream"] h2 {
	color: #666;
}
[class*="-theme-BlackOnCream"] p, [class*="-theme-BlackOnCream"] h3, [class*="-theme-BlackOnCream"] h4, [class*="-theme-BlackOnCream"] h5 {
	color: #333;
}
[class*="-theme-BlackOnCream.card"] {
	border: 2px solid #c9c299;
}
[class*="-theme-BlackOnCream"] .card-header {
	border-bottom: 1px solid rgba(201,194,153,.75); 
}

/*****************************************************************************
 *
 * theme-news
 *
 * Override styles on Joomla News
 *
 ****************************************************************************/
[class*="-theme-news"] [class*="readmore"] > a {
	padding-bottom: 1rem;
	color: #cd201f !important;
	display: block;
}
[class*="-theme-newsflash"] [class*="readmore"] {
	padding-bottom: 1rem;
	color: #cd201f;
	display: block;
}
[class*="-theme-newsflash"] h3 {
    padding-left: 0px;
}






