/*!
Theme Name: Cocoonfx
Theme URI: https://www.cocoonfx.co.uk
Author: CocoonFX
Author URI: https://www.cocoonfx.co.uk
Description: Description
Version:2.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Cocoonfxmedia Ltd

*/

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #31206A;
	font-family: "Lato", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-style: normal;
	clear: both;
}
h2 {
	font-style: 1.8em !important;
	margin-bottom: 30px;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 2em 0em;
	padding-left: 1rem;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}


.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

.sticky {
	display: block;
}

.post,
.page {

}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.custom-logo-link {
	display: inline-block;
}

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

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

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

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

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

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

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

#primary[tabindex="-1"]:focus {
	outline: 0;
}

.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

header {
	height: 100px;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.96);
	position: sticky;
	z-index: 10;
	top: 0px;
	backdrop-filter: blur(1px);
	-webkit-backdrop-filter: blur(10px);
}
.logo img {
	float: left;
	height: 70px;
	width: 177px;
	margin-top: 14px;
}
nav.mainnav {
	display: inline-block;
	float: right;
}
.mega-menu-toggle {
	margin-top: 0px;
}
.searchBtn img {
	width: 25px;
	height: 25px;
}

.headTel {
	float: right;
	font-size: 20px;
	padding: 12px 0px 3px;
}
.cQuote {
	float: right;
}
.cQuote img {
	width: 40px;
	height: 40px;
	margin-top: 10px;
	margin-right: 20px;
}
.cQuote a.hoowla-quote-button {
	background-color: #c4161a !important;
	background: url('/wp-content/themes/Cocoonfx/images/hQuote.webp') !important;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	height: 40px;
	width: 40px;
	background-position: center center !important;
	background-size: contain !important;
	margin: 10px 15px 0px 0px;
	float: right;
	border-radius: 50% !important;
	transition: all 0.2s ease;
}
.cQuote a.hoowla-quote-button:hover {
	background-color: #c4161a !important;
	background: url('/wp-content/themes/Cocoonfx/images/hQuote.webp') !important;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	height: 40px;
	width: 40px;
	background-position: center center !important;
	background-size: contain !important;
	margin: 10px 15px 0px 0px;
	float: right;
	border-radius: 50% !important;	scale: 1.1;
}
.bgWhite {
	background-color: #ffffff;
}
.bgDarkblue {
	background-color: #252B4F;
}
.bgLightblue {
	background-color: #E2ECEF;
}
.bgLightpurple {
	background-color: #A8ACC8;
}
.bgBabyblue {
	background-color: #F5FBFD;
}
.bgPink {
	background-color: #FEF5F7;
}
.hlBox {
	padding: 30px;
	margin-bottom: 30px !important;
}
.introBanner {
	color: #fff;
	overflow: hidden;
	background: -webkit-radial-gradient(circle at 29% 10%, rgb(0, 81, 127) 5%, rgb(37, 43, 79) 30%);
	background: radial-gradient(circle at 29% 10%, rgb(0, 81, 127) 5%, rgb(37, 43, 79) 30%);
}
.introText {
	padding: 50px;
}

.introText h1::after {
	content: '';
	border-bottom: 4px solid #c63646;
	width: 150px;
	display: block;
	margin-top: 40px;
}
.sectionTitle::after {
	content: '';
	border-bottom: 4px solid #c63646;
	width: 150px;
	display: block;
	margin-top: 40px;
}
.introImage {
	overflow: hidden;
	height: 420px;
}
.introImage figure {
	margin: 0px;
	transition: all 0.5s ease-out;
	height: 100%;
}
.introImage img {
	height: 100%;
}
.introImage .wp-block-image img {
	width: 100% !important;
}
a.willsHome {
	background-color: #252b4f !important;
	display: block;
	color: #fff;
}
a.willsHome p {
	padding: 20px;
}
.serviceBox {
	padding: 30px;
	margin-bottom: 30px !important;
}
.serviceBox h2 {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 16px;
}
.testimonials {
	padding: 45px 0px 30px;
}
.bne-testimonial-slider-wrapper {
	background: none;
	border: solid 0px #ccc;
	box-shadow: none;
}
.testimonial-content p {
	color: #fff !important;
	text-align: left;
	font-size: 36px;
	font-weight: 200;
	padding-bottom: 0px;
}
.contactForm {
	color: #fff;
	font-size: 30px;
	line-height: 45px;
}
.formBlock label {
	color: #fff !important;
}
figcaption {
	//position: absolute !important;
	//left: 0px !important;
	//right: 0px !important;
	//top: 100% !important;
	//bottom: 40% !important;
	//padding: 10px !important;
	//background: none !important;
	//opacity: 1 !important;
}
.blogContainer {
	padding-bottom: 80px;
	padding-top: 80px;
	border-top: 1px solid #ededed;
}
.blogFeature {
	padding-bottom: 70px !important;
}
.newsHeader {
	padding: 70px 0px;
}
.list {
	margin-bottom: 80px;
}
.listingDate {
	font-size: 14px;
	margin-top: -20px;
	font-weight: 600;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.blogListing {
	border-bottom: 1px solid #ededed;
	margin-bottom: 30px;
	padding-bottom: 15px;
}
.blogTile {
	background-color: #F5FBFD;
	border-top: 4px solid #34669A;
	padding: 30px;
	margin-bottom: 30px;
	position: relative;
	min-height: 380px;
	transition: all 0.2s ease;
}

.blogTiletitle a {
	text-decoration: none;
	text-transform: capitalize;
	font-size: 24px;
	color: #000;
	font-weight: 600;
	margin-bottom: 30px;
	display: block;
}
.blogTiletext p {
	font-size: 16px;
}
.blogTiletext a {
	position: absolute;
	width: 82%;
	height: 50px;
	bottom: 30px;
}
.col-12.pagin {
	text-align: center;
}
.page-numbers {
	height: 30px;
	color: #ffffff;
	background-color: #305399;
	width: 30px;
	display: inline-block;
	padding-top: 2px;
	margin: 0px 6px;
	line-height: inherit;
	text-decoration: none;
}
.next {
	width: 80px;
}
.yoast-breadcrumbs {
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 20px;
	color: #bf2b32;
	font-weight: 600;
}
.yoast-breadcrumbs a, .yoast-breadcrumbs a:visited {
	color: #515b97;
}
.rightCol h3 {
	color: #fff;
	background: #515b97;
	margin: 0px;
	padding: 20px 0px 20px 20px;
	font-size: 20px;
}
.site-footer {
	background-color: #F5F5F5;
	padding-top: 65px;
	padding-bottom: 65px;
}
footer .logo {
	display: inline-block;
	margin-bottom: 40px;
}
footer .logo img {
	width: 208px;
	height: 108px;
}
.address p {
	color: #31206A;
}
.socialIcons a img {
	margin-right: 25px;
	margin-top: 25px;
	width: 51px;
	height: 51px;
}
footer h3 {
	font-size: 16px;
	font-weight: 600;
	color: #31206A;
}
.footerMenu h3 {
	margin-bottom: 50px;
	margin-top: 10px;
}
#menu-about-us {
	list-style: none;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#menu-about-us a {
	padding: 0px;
	text-decoration: none;
	color: #31206A;
	font-size: 16px;
	padding: 5px 0px;
	display: block;
}
.accred {
	display: inline-block;
}
.CQS, .cyberess, .digitalBadge {
	float: left;
}
.CQS img {
	height: 110px;
	width: 110px;
	margin-right: 10px;
}
.cyberess img {
	width: 77px;
	height: 92px;
	margin-top: 5px;
	margin-right: 15px;
}
.digitalBadge {
	width: 149px;
	height: 88px;
	margin-top: 9px;
}
.telNumber {
	margin: 0px;
	font-size: 30px;
	color: #31206A;
}
.colophon {
	background-color: #252B4F;
	color: #fff;
	text-align: center;
	font-size: 14px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.colophon p {
	margin-bottom: 0px;
}
.cfxLink a:visited {
	color: #bac2f2;
}
:where(.wp-block-columns) {
	margin-bottom: 0em !important;
}
.noGutter {
	gap: 0px;
}
.wp-block-button__link {
	color: #fff !important;
	background-color: #C63646 !important;
	border-radius: 0px !important;
	box-shadow: none !important;
	text-decoration: none !important;
	padding: 12px 50px !important;
	text-transform: uppercase !important;
	font-size: 14px !important;
	width: inherit !important;
	transition: background-color 0.3s ease;
}
.wp-block-button__link:hover {
	background-color: #86242F !important;
}
a.hoowla-quote-button {
	background: rgb(198, 54, 70) !important;
	border: 0px solid rgba(0,0,0,0) !important;
	border-radius: 0px !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	margin-bottom: 30px;
	width: 100%;
	white-space: inherit !important;
	text-align: center;
}
a.hoowla-quote-button:hover {
	background: rgb(134, 36, 47) !important;
}
:where(.wp-block-columns.is-layout-flex) {
	gap: 0em !important;
}
.vidget_green {
	background-color: #353E73 !important;
}
.testimonials {
	background-image: url('/wp-content/themes/Cocoonfx/images/testimonials.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bne-testimonial-slider-wrapper {
	background: none !important;
	border: solid 0px #ccc !important;
	box-shadow: none !important;
}
.bne-testimonial-slider.bne-flexslider .flex-control-nav li a {
	background-image: none !important;
	width: 30px !important;
	height: 6px !important;
	border: none !important;
	background-color: #abe5e8 !important;
}
.bne-testimonial-slider.bne-flexslider .flex-control-nav li a.flex-active {
	background-color: #1f4a73 !important;
}
a.mega-menu-link::before {
	margin: 0 15px 0 0px !important;
	transition: all 0.3s ease !important;
}
a.mega-menu-link:hover::before {
	transform: translateX(12px);
}
.servicesForm {
	background: #c10114;
	padding: 60px;
}
#pageForm {
	background: -webkit-radial-gradient(circle at 29% 10%, rgb(0, 81, 127) 5%, rgb(37, 43, 79) 30%);
	background: radial-gradient(circle at 29% 10%, rgb(0, 81, 127) 5%, rgb(37, 43, 79) 30%);
}
#secondary {
	background-color: #024d8b;
	color: #fff;
	padding: 30px;
}
#secondary a {
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
}
#secondary h3 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.wp-block-latest-posts.wp-block-latest-posts__list {
	list-style: disc !important;
	padding-left: 1rem;
}

.searchIcon {
    float: right;
    margin-right: 4px;
    margin-left: 12px;
	margin-top: 5px;
    cursor: pointer;
}
.searchWindow.hidden {
    display: none;
    visibility: hidden;
    opacity: 0;
}
.searchWindow {
    background-color: #e7e9f7;
    z-index: 10;
    position: absolute;
    width: 100%;
    height: 100px !important;
    top: 0px;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s linear;
}
.searchWindow .search-form {
    width: 370px;
    float: right;
    padding: 0px 0px 0px 0px;
	margin-top: 24px;
}
.searchWindow .search-field {
    width: 250px;
    height: 50px;
    border-radius: 0px;
    border: 0px;
    padding: 12px;
    margin: 0px 5px 0px 0px;
}
span.screen-reader-text {
    display: none;
}
.searchWindow input[type="submit"] {
    height: 50px;
    background-color: #c63646;
    border: 0px;
    border-radius: 0px;
    color: #fff;
    padding: 0px 15px 0px 15px;
}
.searchClose {
    float: right;
    color: #000000;
    padding: 37px;
    cursor: pointer;
}
.searchBanner {
	color: #fff;
	background-color: #252B4F;
	text-align: center;
	height: 250px;
	position: relative;
}
.searchHeader {
	position: absolute;
	left: 50%;
	top: 50%;
	translate: -50% -50%;
}
.searchHeader h1 {
	margin-bottom: 0px;
}
.container.searchResults {
	padding-top: 80px;
	padding-bottom: 80px;
}
.searchItem {
	border-bottom: 1px solid #ededed;
	margin-bottom: 40px;
	padding-bottom: 20px;
}
.searchItem h2 a {
	text-decoration: none;
	color: #000;
}

.schema-faq.wp-block-yoast-faq-block.accordion-header {
    padding-bottom: 60px;
    padding-top: 20px;
}

.schema-faq-question {
    cursor: pointer;
    font-size: 27px;
    font-weight: lighter;
    display: block !important;
}

.schema-faq-question:after {
    width: 16px;
    height: 20px;
    display: inline-block;
    content: "+";
    margin-right: 5px;
    vertical-align: top;
    font-size: 1.2em;
    float: right;
}
.schema-faq-section {
    padding: 10px;
    border-bottom: #3EA3DC solid 1px;
}

.schema-faq-question.collapse:after {
    content: "-";
}

.schema-faq-question:hover {
    opacity: 0.8;
}

.schema-faq-answer {
    display: none;
    padding-left: 1em;
}

.schema-faq-answer.default {
    display: block;
}

.leftCol {
	padding: 0px 30px 0px 30px;
}

@media (min-width: 576px) {
	.logo img{
		float: left;
		height: 79px;
		width: 152px;
		margin-top: 10px;
	}
	.telNumber {
		margin: 20% 0px 0px 0px;
}
	:where(.wp-block-columns.is-layout-flex) {
		gap: 2em !important;
	}
	.container-fluid {
		padding: 0px 30px;
	}
}
@media (min-width: 768px) {
	.leftCol {
		padding: 0px 0px 0px 40px;
	}

}
@media (min-width: 992px) {
	.headTel {
		float: right;
		font-size: 28px;
		padding: 10px 0px 3px;
	}
	.contactForm {
		font-size: 40px;
		line-height: 55px;
	}
	.introBanner {
		height: 420px;
		color: #fff;
		overflow: hidden;
	}
	.container-fluid {
		padding: 0px 50px;
	}
	.colophon {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.telNumber {
		margin: 62% 0px 0px 0px;
	}
	.formText {
		padding:
				50px;
	}
	.formBlock .wpforms-container {
		padding: 0px 40px !important;
	}

}
@media (min-width: 1200px) {
	.formBlock .wpforms-container {
		padding: 0px 60px !important;
	}
	.blogTile:hover {
		translate: 0% -3%;
		scale: 1.05;
	}
}
@media (min-width: 1400px) {
}

#map {
	height: 100vh;
	width: 100%;

}





