/*
Theme Name: Baggett Heating and Cooling
Author: Thrive Creative Group, LLC
Author URI: http://thinkthrive.com
Description: This is a theme designed and developed Baggett Heating and Cooling by Thrive Creative Group, LLC, WordPress --v 5.3.2
Version: 1.0
Text Domain: thrive
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Header
# Navigation
	## Links
	## Menus
# Footer
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Home Page
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Media Queries
--------------------------------------------------------------*/
.cta-bttns{
    margin-right: 20px;
}
.cta-bttns .social-cta__cta__button {
    margin: 0 9px;
}


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'Roboto', arial, sans-serif; 
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: none;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	font-size: 20px;
	color: #FFF;
	background-color: #d7282f;
	text-transform: uppercase;
	padding: 1em;
	border-radius: 5px;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

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

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea,
.button {
	color: #231f20;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: .03em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', sans-serif;
	color: #002f87;
	line-height: 1.15;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 21px;
}

h5 {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}

p {
	margin-bottom: 1.5em;
	font-size: 16px;
}

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;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

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

ul,
ol {
	/* margin: 0 0 1.5em 1em; */
	margin: 0 0 1em 0;
	padding-left: 1.25em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li {
	margin-bottom: 5px;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 0 0 1em; /* Extra wide images within figure tags don't overflow the content area. */
	/* background-color: #d0e8f8 !important; */
	display: flex;
	flex-direction: column;
}

figure img {
	max-width: 100%;
}

figure figcaption {
	margin-top: 0 !important;
	padding: 0.5em 1em 1em;
	/* background-color: #d0e8f8 !important; */
}

.blocks-gallery-grid,
.wp-block-gallery {
	background-color: transparent !important;
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-size: 16px;
	font-weight: 700;
	color: #FFF;
	background-color: #d7282f;
	padding: 1em;
	border: none;
	transition: .3s ease;
}

button:hover,
.button:hover
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #002f87;
}

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

.wp-block-button__link,
.button {
	display: inline-block;
	width: auto;
	font-size: 16px;
	font-weight: 700;
	color: #FFF;
	background-color: #d7282f;
	padding: 0.75em 1.5em;
	border-radius: 5px;
}

.wp-block-button__link:hover,
.button:hover {
	color: #FFF;
	background-color: #002f87;
}

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 {
	padding: 1em;
	color: #666;
	border: 1px solid #ccc;
	border-radius: 5px;
}

select {
	border: 1px solid #ccc;
}

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;
	outline: none;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
	position: relative;
	z-index: 999;
	background-color: #FFF;
}

.alertbar {
  width: 100%;
  padding: 15px 0;
  background-color: #e8dc01;
}

.alertbar .page-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.alertbar__icon {
  width: 50px;
  height: 50px;
  margin-right: 25px;
}

.alertbar__alertlink {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.alertbar__title {
  font-size: 20px !important;
	margin-top: 0;
  margin-bottom: 0;
  color: #083655;
}

.alertbar__textcontainer .excerpt {
	margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  color: #083655;
  font-size: 16px;
}

.sitebranding-socialcta {
	position: relative;
	z-index: 1;
	padding: 15px 0;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: center;
}

.social-cta {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.social {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.social__link {
	margin: 0 3px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.icon {
	width: 40px;
	height: 40px;
}

.site-header .icon .st0 {
	fill: #002f87 !important;
}

.social-cta__cta {
	margin-left: 15px;
}

.social-cta__cta__button {
	margin: 0 5px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #d7282f;
	text-decoration: none;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

a:hover,
a:focus,
a:active {
	color: #002f87;
}

a:focus {
	outline: none;
}

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

.moretag {
	display: inline-block;
	margin-top: .5em;
	font-weight: 700;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.nav-bar {
	background-color: #002f87;
}

.nav-bar .page-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav-bar__phone__link {
	font-size: 22px;
	font-weight: 700;
	color: #FFF;
}

.nav-bar__phone__link:hover {
	color: #d7282f;
}

.menu-main-menu-container {
	width: 100%;
	display: flex;
  flex-direction: column;
  justify-content: center;
}

.main-navigation {
	clear: both;
	display: flex;
  flex-direction: row;
  justify-content: flex-end;
	/* width: 100%; */
	width: auto;
}

.main-navigation > .menu {
	display: flex;
	justify-content: center;
	align-items: center;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	padding: 0.75em 1em;
	text-decoration: none;
	font-weight: 700;
	font-size: 22px;
	font-weight: 500;
	color: #FFF;
}

.main-navigation a:hover {
	color: #d7282f;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.main-navigation ul ul {
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	visibility: hidden;
	opacity: 0;
	z-index: 99999;
	display: block;
	width: 250px;
	padding: 10px 0;
	background-color: #002f87;
	border-radius: 5px;
	transition: opacity 0.3s ease;
	filter: drop-shadow(-2px 0 8px rgba(0, 0, 0, 0.3));
}

/* .main-navigation ul ul::before {
	content: "";
	position: absolute;
	top: -15px;
	left: 25%;
	z-index: 99999;
	width: 25px;
	height: 20px;
	background: url(images/svg/submenu-triangle.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
} */

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	/* width: calc(250px - 2em); */
	padding: .5em 1em;
}

.main-navigation ul ul li {
	display: block;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	visibility: visible;
	opacity: 1;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

#menu-item-196 .sub-menu {
	left: -100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* #primary-menu > li {
	width: 190px;
	margin: 25px 0 10px;
} */

/* #primary-menu > li > a {
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column-reverse;
	align-items: center;
	padding-bottom: 15px;
} */

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.menu-toggle {
	position: relative;
	width: 30px;
	height: 20px;
	padding: 0;
	background-color: transparent;
	border-radius: 0;
	transition: none;
}

.menu-toggle:hover,
.menu-toggle:focus,
.menu-toggle:active {
	background-color: transparent;
}

.menu-toggle .bar {
	width: 100%;
	height: 2px;
	/* background-color: #FFF; */
	background-color: #002f87;
}

.menu-toggle .top {
	position: absolute;
	top: 0;
	left: 0;
}

.menu-toggle .middle {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.menu-toggle .bottom {
	position: absolute;
	bottom: 0;
	left: 0;
}

.main-navigation.toggled {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.menu-toggle[aria-expanded="true"] {
	position: absolute;
	/* z-index: 2001; */
	z-index: 2147483000;
	top: 0;
	left: auto;
	right: 0;
	/* width: 50px; */
	/* width: 100%; */
	height: 50px;
	margin-top: 0;
	box-shadow: -2px 0 8px rgba(0, 0, 0, 0.3);
	background-color: #d7282f;
	border: 1px solid #FFF;
}

.menu-toggle[aria-expanded="true"] .bar {
	width: 33px;
	background-color: #FFF;
}

.menu-toggle[aria-expanded="true"] .top {
	top: 25%;
	left: 50%;
	transform: rotate(-45deg) translate(-50%, -50%);
}

.menu-toggle[aria-expanded="true"] .bottom {
	bottom: 25%;
	left: 50%;
	transform: rotate(45deg) translate(-50%, -50%);
}

.menu-toggle[aria-expanded="true"] .middle {
	display: none;
}

.main-navigation.toggled .menu {
	position: fixed;
	/* z-index: 2000; */
	z-index: 2147482999;
	top: 0;
	right: 0;
	bottom: auto;
	left: auto;
	max-width: 100%;
	width: 100%;
	height: 100vh;
	padding-top: 100px;
	overflow: scroll;
	background-color: rgba(0, 47, 135, 0.98);
	box-shadow: -2px 0 8px rgba(0, 0, 0, 0.3);
}

.main-navigation.toggled ul {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.main-navigation.toggled ul li {
	float: none;
	display: block;
	width: 100%;
	max-width: 400px;
	padding: 0;
	margin: 0;
}

.main-navigation.toggled ul a {
	position: relative;
	z-index: 0;
	display: inline-block;
	width: 100%;
	margin-bottom: 5px;
	font-size: 18px;
	text-align: center;
	padding: 0.5em 1em !important;
	-webkit-animation: fadeIn 1s;
	        animation: fadeIn 1s;
	border-bottom: 1px solid #FFF;
}

.main-navigation .social a,
.main-navigation .social-cta a {
	border: none !important;
}

.main-navigation .social {
	margin-top: 25px;
}

.main-navigation.toggled ul ul {
	position: relative;
	z-index: -1;
	top: 0;
	left: auto;
	display: block;
	width: 100%;
	max-height: 0;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.05);
	box-shadow: none;
	transition: opacity 0.3s ease, max-height 0.3s ease;
}

.main-navigation.toggled ul ul.sub-menu[aria-expanded=false] {
	opacity: 0;
	visibility: hidden;
}

.main-navigation.toggled ul ul::before {
	display: none;
}

.main-navigation ul > li:last-of-type ul {
	right: 0;
}

.main-navigation.toggled ul li.menu-item-has-children {
	position: relative;
}

.main-navigation.toggled ul li.menu-item-has-children.focus ul.sub-menu {
	z-index: 9999;
	max-height: 9999px;
	visibility: visible;
	opacity: 1;
}

.main-navigation.toggled ul li.menu-item-has-children.focus ul.sub-menu a {
	font-size: 16px;
	padding: 0.5em 1em;
}

@-webkit-keyframes slideIn {
	0% {
		width: 0;
	}
	100% {
		width: 100vw;
	}
}

@keyframes slideIn {
	0% {
		width: 0;
	}
	100% {
		width: 100vw;
	}
}

.submenu-toggle {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	width: 45px;
	height: 45px;
	background-color: #EFEFEF;
	display: flex;
	justify-content: center;
	align-items: center;
}

.submenu-toggle:hover,
.submenu-toggle:focus {
	background-color: #DEDEDE;
}

.submenu-toggle svg {
	width: 25px;
	pointer-events: none;
	transition: 0.3s ease;
}

.focus .submenu-toggle svg {
	transform: rotate(-180deg);
}

@media screen and (min-width: 1101px) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
    flex-direction: row;
    justify-content: flex-end;
	}

	.main-navigation #primary-menu > li:last-of-type a {
		padding-right: 0;
	}

	.submenu-toggle {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	.menu-toggle[aria-expanded="true"] {
		/* right: 75%; */
	}

	.main-navigation.toggled .menu {
		max-width: none;
		/* width: 75%; */
		/* padding-top: 125px; */
	}
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.pagination .nav-links {
	display: flex;
	justify-content: center;
	align-items: center;
}

.pagination .nav-links > * {
	padding: 0.25em;
	margin: 0.25em;
	font-size: 18px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
	position: relative;
	padding-top: 0;
	font-size: 14px;
	background-color: #f1f2f2;
	overflow-y: visible;
	overflow-x: hidden;
}

.site-footer,
.site-footer a {
	color: #231f20;
}

.site-footer a:hover {
	color: #d7282f;
}

.site-footer ul,
.site-footer ol {
	margin-left: 1.5em;
	padding-left: 0;
}

.icon-links {
	position: relative;
	z-index: 1;
	padding: 25px 0;
	background-color: #FFF;
	filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.25)) drop-shadow(0 -3px 3px rgba(0, 0, 0, 0.25));
}

.icon-links > .page-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.icon-links > .page-wrap img {
	margin: 25px 20px;
}

.icon-links > .page-wrap > a:last-of-type img {
	width: 500px;
	height: auto;
}

.site-info {
	position: relative;
	z-index: 2;
	width: 100%;
	padding: 50px 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 25px;
	font-family: "Signika", sans-serif;
}

.site-info .sitemap {
	width: 70%;
}

.contact__hours,
.site-info address,
.site-info .phone {
	font-style: normal;
	font-size: 16px;
	line-height: 1.75;
}

.contact__hours {
	margin-bottom: 2em;
}

.site-info address {
	margin-bottom: 0;
}

.site-info ul {
	list-style-type: none;
	margin-left: 0;
}

.site-info ul#sitemap-menu {
	columns: 3;
}

.site-info ul > li {
	padding: 0.25em 0;
}

.site-info .contact .social {
	margin-top: 50px;
}

.site-info .icon .st0,
.site-info .icon path {
	fill: #d7282f !important;
}

.copyright-bar {
	position: relative;
	z-index: 2;
	text-align: center;
	font-size: 16px;
	padding: 1em 0;
	color: #FFF;
	background-color: #002f87;
}

.copyright-bar a {
	color: #FFF;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 25px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-bottom: 25px;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

.slider .default-image {
	width: 100%;
	height: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.slider .default-image img {
	width: 100%;
	height: auto;
}

.slider .widget img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

#pum-3143 {
	background-color: rgba(0, 0, 0, 0.8);
}

#popmake-3143 {
	max-width: 800px !important;
	background-color: #FFF;
	border: 8px solid #002f87;
}

.pum-content {
	/* padding: 50px 25px 0; */
}

.toptextcontainer {
	padding: 50px 25px;
	background-color: #d1e9f9;
}

.pum-content .keepintouch {
	font-size: 48px;
	margin-top: 0;
	margin-bottom: 0.25em;
}

.pum-content .signup {
	max-width: 650px;
	margin: 0 auto;
	font-size: 22px;
	color: #231f20;
}

.pum-content hr {
	width: 85%;
	background-color: #002f87;
}

.pum-content .gform_wrapper {
	max-width: 85%;
	margin-left: auto;
	margin-right: auto;
}

.pum-content .gform_footer {
	display: flex !important;
	justify-content: center !important;
}

.pum-content .gform_footer input[type=submit] {
	margin: 0 auto !important;
}

#gform_fields_17 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

#gform_wrapper_17 {
	margin-top: 0;
}

#field_17_1 {
	width: 100%;
	margin-top: 0;
}

#field_17_2,
#field_17_7 {
	width: 50%;
}

#field_17_2 > div > #input_17_2,
#field_17_7 > div > #input_17_7 {
	width: 100%;
}

#field_17_5,
#field_17_8 {
	width: 50%;
}

#field_17_5 label,
#field_17_8 label {
	color: #231f20;
}

#gform_submit_button_17 {
	padding-left: 2em;
	padding-right: 2em;
	text-transform: capitalize;
}

#input_17_5 {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-top: -10px;
}

#input_17_5 > li {
	width: 40px;
	margin-right: 25px;
}

#input_17_5 .gchoice_17_5_0,
#input_17_5 .gchoice_17_5_1 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0;
}

#input_17_5 > li > input[type=radio] {
	margin-top: 0;
}

#gform_17 .gform_footer {
	margin-top: 0;
}

.pum-theme-3141 .pum-content + .pum-close, .pum-theme-content-only .pum-content + .pum-close {
	top: 15px !important;
	/* right: 15px !important; */
	height: 30px !important;
	width: 30px !important;
	font-size: 40px !important;
}

.nothanks {
	display: flex;
	flex-direction: row;
	justify-content: center;
	max-width: 90%;
	margin: 0 auto;
	padding-bottom: 25px;
	text-align: center;
	color: #231f20;
	text-decoration: underline;
}

#gform_confirmation_message_17 {
	text-align: center;
	margin: 50px 25px;
}

/* #gform_confirmation_wrapper_17 + .toptextcontainer,
#gform_confirmation_wrapper_17 + .nothanks {
	display: none !important;
} */



/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Home Page
--------------------------------------------------------------*/
.image-slider {
	width: 100%;
}

.metaslider {
	overflow: hidden;
}

.metaslider .flexslider {
	margin-bottom: 0 !important;
}

.metaslider .flexslider .slides {

}

.metaslider .caption-wrap {
	max-width: 425px !important;
	left: 15% !important;
	top: 50% !important;
	bottom: auto !important;
	transform: translateY(-50%) !important;
	opacity: 1 !important;
	background: transparent !important;
}

.metaslider .caption-wrap .caption {
	max-width: 425px;
	padding: 35px 20px;
	background-color: #FFF;
	color: #414042;
	text-align: center;
	opacity: 1;
}

.metaslider .caption-wrap .caption h2 {
	margin: 0.25em;
	color: #414042;
	text-transform: uppercase;
	line-height: 1.15;
}

.metaslider .flex-control-nav {
	bottom: 35px !important;
}

.metaslider .flexslider .flex-control-nav a {
	width: 15px;
	height: 15px;
	border: 1px solid #002f87;
	background-color: transparent;
}

.flex-control-paging li a.flex-active {
	background-color: #002f87 !important;
}

/* Industry Woman of the Year bar */
.undersliderbar {
	background-color: #002f87;
}

.undersliderbar > .page-wrap {
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	overflow: visible;
}

.undersliderbar > .page-wrap img {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	max-width: 162px;
}

.undersliderbar__text {
	width: calc(100% - 200px);
	margin: 1em 0;
	color: #FFF;
	font-size: 20px;
}

/* Important Links Section */
.important-links {
	margin: 100px 0 50px;
}

.important-links > .page-wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.important-links__section-heading {
	width: 100%;
	margin-top: 0;
	margin-bottom: 1.5em;
	font-size: 40px;
	text-align: center;
}

.red {
	color: #d7282f;
}

.important-links__links-container {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.important-links__single-container {
	width: 25%;
	/* min-width: 200px; */
	margin-bottom: 75px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
}

.important-links__image-container {
	width: 100%;
	height: 125px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.important-links__image-container img {
	/* width: 100%;
	height: auto; */
	width: 125px;
	height: auto;
}

.important-links__link-title {
	margin-bottom: 0.5em;
}

.important-links__description {
	max-width: 250px;
	margin-top: 0;
	text-align: center;
}

/* Content Box Image Right Section */
.contentboximageright {
	background-color: #f1f2f2;
}

.contentboximageright__content-container {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.contentboximageright__text-container {
	width: 50%;
	padding: 25px 0 50px;
}

.contentboximageright__image-container {
	width: 525px;
	height: calc(100% + 25px);
	margin-top: -50px;
	display: flex;
	justify-content: flex-end;
	align-self: flex-end;
	overflow: visible;
}

.contentboximageright__image-container img {
	width: 550px;
	height: 425px;
	object-fit: cover;
}

/* Content Box Image Left Section */
.contentboximageleft {
	position: relative;
	/* max-height: 400px; */
	height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
	/* min-height: 400px; */
	background-color: #f1f2f2;
	overflow: hidden;
}

.contentboximageleft::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, transparent 35%, #f1f2f2 40%);
}

.contentboximageleft__imagecontainer {
	position: relative;
	width: 40%;
	height: 100%;
}

.contentboximageleft__image {
	/* position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%; */
}

.contentboximageleft > .page-wrap {
	width: 55%;
}

.contentboximageleft__content-container {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.contentboximageleft__text-container {
	width: 80%;
	max-width: 675px;
	padding: 25px 0 50px 25px;
}

/* Call To Action Section */
.calltoaction_contentcontainer {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding: 25px 0 50px;
	text-align: center;
}

/* Testimonials Section */
.testimonials {
	position: relative;
	background-color: #002f87;
}

.testimonials::before {
	content: "";
	position: absolute;
	top: 25px;
	left: 10%;
	z-index: 1;
	width: 200px;
	height: 165px;
	background-image: url(images/openquote.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	opacity: 0.3;
}

.testimonials::after {
	content: "";
	position: absolute;
	bottom: 25px;
	right: 10%;
	z-index: 1;
	width: 200px;
	height: 165px;
	background-image: url(images/closequote.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	opacity: 0.3;
}

#testimonial-wrap {
	max-width: 740px;
	min-height: 325px;
	margin-left: auto;
	margin-right: auto;
	padding: 50px 0;
	color: #f1f2f2;
}

#testimonial-wrap .testimonial p {
	font-size: 21px;
	font-style: italic;
}

#testimonial-wrap .name {
	color: #f1f2f2;
}

.slider-nav {
	margin-top: 50px;
}

.slider-nav .dot {
	border-color: #f1f2f2;
}

.current-dot {
	background-color: #f1f2f2;
}

/* Blog Feed Section */
.blogfeed {
	padding: 25px 0 75px;
	background-color: rgba(209, 233, 249, 0.5);
	background-image: url(images/baggettwatermark.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.blogfeed__heading {
	font-size: 48px;
	text-align: center;
}

.blogfeed__feedcontainer {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}

.blogfeed__post {
	width: 30%;
	background-color: #FFF;
	filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.25));
}

.blogfeed__post > * {
	flex: 1;
}

.blogfeed__postlink:hover .blogfeed__imagecontainer::after {
	background-color: rgba(0, 0, 0, 0.25);
}

.blogfeed__posttitle,
.blogfeed__excerpt {
	text-align: center;
	padding: 0 1em;
}

.blogfeed__imagecontainer {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 70%;
	overflow: hidden;
}

.blogfeed__imagecontainer::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: transparent;
	transition: background-color 0.3s ease;
}

.blogfeed__imagecontainer img {
	object-fit: cover;
	width: 360px;
	height: 252px;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.page-wrap {
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.pagination {
	width: 100%;
	margin: 50px 0;
}

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

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

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

.entry-container .entry-content h1:first-of-type,
.entry-container .entry-content h2:first-of-type,
.entry-container .entry-content h3:first-of-type,
.entry-container .entry-content h4:first-of-type,
.entry-container .entry-content h5:first-of-type,
.entry-container .entry-content p:first-of-type {
	margin-top: 0;
	padding-top: 0;
}

.entry-header {
	position: relative;
}

.entry-header::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-color: rgba(209, 233, 249, 0.8);
}

.entry-title {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 1em 0;
	font-size: 56px;
	color: #002f87;
	text-align: center;
	text-transform: none;
}

.breadcrumb {
	position: relative;
	z-index: 1;
	padding: 5px 0;
	background-color: #FFF;
}

.breadcrumb .page-wrap > * {
	color: #002f87;
}

.breadcrumb a {
	color: #002f87;
	font-size: 16px;
	font-weight: 600;
}

/* Page-news.php */
.news .entry-container {
	margin-top: 50px;
}

.news .post {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #002f87;
}

.news .post .entry-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news .entry-container .entry-content .post-title {
	margin-bottom: 0.25em;
}

.news .post .featuredimage {
	width: 350px;
	height: 250px;
}

.news .post .text {
	max-width: calc(100% - 450px);
}

/* .news article:nth-of-type(even) .entry-content {
	flex-direction: row-reverse;
} */

/* Page-reviews.php */
.reviews {
	position: relative;
	padding-bottom: 450px;
	background-image: url(images/baggetbuildingbg.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
}

.reviews__pagecontent {
	position: relative;
	z-index: 1;
	max-width: 800px;
	margin: 0 auto 50px;
}

.reviewscontainer {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-content: stretch;
	flex-wrap: wrap;
	filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.25));
}

.reviewscontainer__review {
	position: relative;
	width: 30%;
	max-width: 285px;
	margin: 0 10px 25px;
	padding-bottom: 125px;
	background-color: #FFF;
}

.reviewscontainer__review::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	width: 20px;
	height: 20px;
	z-index: 1;
	background-image: url(images/openquoteblue.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.reviewscontainer__content {
	padding: 25px;
}

.reviewscontainer__link,
.reviewscontainer__title {
	color: #231f20;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
}

.reviewscontainer__review .reviewscontainer__graphic {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.reviewscontainer__review-1 .reviewscontainer__graphic {
	width: 100%;
	height: 135px;
	background-image: url(images/redwave.png);
	background-repeat: no-repeat;
	background-size: 350%;
	background-position: left -25px;
}

.reviewscontainer__review-1::after {
	content: "";
	position: absolute;
	bottom: 25px;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 25px;
	background-image: url(images/starslightblue.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.reviewscontainer__review-2 .reviewscontainer__graphic {
	width: 100%;
	height: 135px;
	background-image: url(images/lightbluewave.png);
	background-repeat: no-repeat;
	background-size: 350%;
	background-position: 43% -25px;
}

.reviewscontainer__review-2::after {
	content: "";
	position: absolute;
	bottom: 25px;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 25px;
	background-image: url(images/starsblue.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.reviewscontainer__review-3 .reviewscontainer__graphic {
	width: 100%;
	height: 135px;
	background-image: url(images/bluewave.png);
	background-repeat: no-repeat;
	background-size: 350%;
	background-position: 85% -25px;
}

.reviewscontainer__review-3::after {
	content: "";
	position: absolute;
	bottom: 25px;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 25px;
	background-image: url(images/starslightblue.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.reviewscontainer__review-4 .reviewscontainer__graphic {
	width: 100%;
	height: 135px;
	background-image: url(images/lightbluewave.png);
	background-repeat: no-repeat;
	background-size: 350%;
	background-position: left -25px;
}

.reviewscontainer__review-4::after {
	content: "";
	position: absolute;
	bottom: 25px;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 25px;
	background-image: url(images/starsblue.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.reviewscontainer__review-5 .reviewscontainer__graphic {
	width: 100%;
	height: 135px;
	background-image: url(images/bluewave.png);
	background-repeat: no-repeat;
	background-size: 350%;
	background-position: 43% -25px;
}

.reviewscontainer__review-5::after {
	content: "";
	position: absolute;
	bottom: 25px;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 25px;
	background-image: url(images/starslightblue.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.reviewscontainer__review-6 .reviewscontainer__graphic {
	width: 100%;
	height: 135px;
	background-image: url(images/redwave.png);
	background-repeat: no-repeat;
	background-size: 350%;
	background-position: 85% -25px;
}

.reviewscontainer__review-6::after {
	content: "";
	position: absolute;
	bottom: 25px;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 25px;
	background-image: url(images/starslightblue.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

.reviewscontainer__personicon {
	margin-bottom: 10px;
}

.page-id-2571 iframe {
	max-width: 700px;
	max-height: 400px;
	margin-left: auto;
	margin-right: auto;
	border: none;
}

.page-id-2571 .wp-block-embed__wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* 404 Page */
.error404 {
	text-align: center;
}

.error404 .site-content {
	min-height: 400px;
}

/* Search */
.search-no-results .no-results {
	text-align: center;
	padding-bottom: 100px;
}

.search-results .site-main {
	margin-bottom: 50px;
}

.search-results article:first-of-type {
	margin-top: 50px;
}

.search-results article {
	margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #002f87;
}

.search-results article .entry-header::before {
	display: none;
}

.search-results article .entry-title {
	text-align: left;
	font-size: 24px;
	margin: 0 0 0.25em;
	padding: 0;
}

.search-results article .excerpt,
.search-results article .excerpt p {
	margin: 0;
	padding: 0;
}

/* Single.php */
.single-testimonials .testimonials {
	background-color: #FFF;
}

.single-testimonials .testimonials::before,
.single-testimonials .testimonials::after {
	display: none;
}

.single-testimonials .testimonials > .page-wrap {
	position: relative;
}

.single-testimonials .testimonials .entry-container {
	max-width: 740px;
	min-height: 325px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0 75px;
}

.single-testimonials .testimonials > .page-wrap::before {
	content: "";
  position: absolute;
  top: 25px;
  left: 0;
  z-index: 1;
  width: 80px;
  height: 65px;
  background-image: url(images/openquote.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  opacity: 0.3;
}

.single-testimonials .testimonials > .page-wrap::after {
	content: "";
  position: absolute;
  bottom: 25px;
  right: 0;
  z-index: 1;
	width: 100px;
  height: 65px;
  background-image: url(images/closequote.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  opacity: 0.3;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

.custom-logo-link img {
	display: block;
	max-height: 150px;
	width: auto;
	max-width: 300px;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.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;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11111%;
}

.gallery-caption {
	display: block;
}
/*-- Careers Page --*/
.page-template-careers-page .entry-title {padding: 0.5em 0;}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media only screen and (min-width: 1400px) {
	.reviews {
		padding-bottom: 600px;
	}
}

@media only screen and (max-width: 1200px) {
	.custom-logo-link img {
		max-width: 200px;
	}

	.metaslider .caption-wrap {
		left: 10% !important;
	}
}

@media only screen and (max-width: 1100px) {
	.custom-logo-link img {
		max-width: 150px;
	}

	/* .nav-bar__phone {
		margin: 0 auto;
	} */

	.nav-bar .social-cta__payments {
		margin: 5px 0;
	}

	.menu-toggle {
		width: 50px;
	}

	.main-navigation ul ul[aria-expanded=false] {
		padding: 0;
	}

	.main-navigation .social-cta {
		max-width: 400px;
		width: 100%;
		/* margin-top: 25px;
		margin-bottom: 25px; */
		margin-top: 5px;
		margin-bottom: 5px;
		flex-wrap: wrap;
	}

	.main-navigation .social-cta .social,
	.main-navigation .social-cta .social-cta__cta {
		width: 100%;
	}

	.main-navigation .social-cta .social {
		display: flex;
		justify-content: center;
	}

	.main-navigation .social-cta .social a {
		width: auto;
	}

	.main-navigation .social-cta .social-cta__cta {
		/* margin: 15px 0; */
		margin: 5px 0;
		display: flex;
		justify-content: center;
	}

	.social-cta__cta__button {
		max-width: 300px;
	}

	#menu-item-196 .submenu-toggle {
		display: none;
	}

	#menu-item-196 .sub-menu {
		left: auto;
	}

	.site-header .icon .st0,
	.site-header .icon path {
		fill: #FFF !important;
	}
}

@media only screen and (max-width: 1024px) {
	.site-header::after {
		height: 105%;
	}

	.site-info {
		flex-wrap: wrap;
	}

	.site-info > * {
		width: 100%;
		margin: 25px 0;
		text-align: center;
	}

	.site-info .sitemap,
	.site-info .contact .social {
		width: 100%;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}

	.site-info .contact .social {
		max-width: 250px;
	}

	.contentboximageright__text-container {
		position: relative;
		z-index: 1;
		width: 100%;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	.contentboximageright__image-container {
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		z-index: 0;
		width: 575px;
		max-width: 100%;
		height: 100%;
		margin-top: 0;
		display: flex;
		justify-content: flex-end;
		overflow: visible;
	}

	.contentboximageright__image-container img {
		height: 100%;
		opacity: 0.35;
	}

	.contentboximageleft {
		height: auto;
	}

	.contentboximageleft::after {
		background: none;
		background-color: rgba(241, 242, 242, 0.9);
	}

	.contentboximageleft > .page-wrap {
		width: 90%;
	}

	.contentboximageleft__imagecontainer {
		position: absolute;
		width: 100%;
	}

	.contentboximageleft__text-container {
		width: 100%;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
		padding: 25px 0 50px;
		text-align: center;
	}

	.blogfeed {
		padding-bottom: 25px;
	}

	.blogfeed__feedcontainer {
		flex-wrap: wrap;
		justify-content: center;
	}

	.blogfeed__post {
		width: 51%;
		margin-bottom: 50px;
	}

	.blogfeed__imagecontainer img {
		width: 450px;
		height: 315px;
	}

	.reviewscontainer__review {
		width: 285px;
	}

	.news .post .entry-content {
		width: 100%;
		justify-content: center;
		flex-wrap: wrap;
	}

	.news article:nth-of-type(even) .entry-content {
		flex-direction: row;
	}

	.news .post .imagelink {
		width: 500px;
		margin-bottom: 25px;
	}

	.news .post .featuredimage {
		width: 500px;
		height: 400px;
	}

	.news .post .text {
		width: 100%;
		max-width: 500px;
	}
}

@media only screen and (max-width: 900px) {
	/* .metaslider {
		padding-bottom: 50px;
	}

	.metaslider .caption-wrap {
		position: relative !important;
		bottom: auto !important;
		top: 100% !important;
		left: 50% !important;
		transform: translateX(-50%) !important;
	}

	.metaslider .flex-control-nav {
		bottom: -25px !important;
	} */

	.metaslider .flex-control-nav {
		display: none !important;
	}

	/* .metaslider .flexslider .flex-control-nav a {
		border-color: #000;
	}

	.flex-control-paging li a.flex-active {
		background: #000 !important;
	} */

	.important-links__links-container {
		justify-content: space-around;
	}

	.important-links__single-container {
		width: 45%;
	}
}

@media only screen and (max-width: 768px) {
	.metaslider .caption-wrap {
		max-width: none !important;
		left: 0 !important;
		transform: none !important;
	}

	.metaslider .caption-wrap .caption {
		max-width: none;
	}

	.undersliderbar > .page-wrap {
		flex-wrap: wrap;
		justify-content: center;
	}

	.undersliderbar > .page-wrap img {
		position: relative;
		top: -25px;
		left: auto;
		transform: none;
	}

	.undersliderbar__text {
		width: 100%;
		margin: 0 0 25px;
		font-size: 16px;
		text-align: center;
	}

	.important-links__section-heading {
		font-size: 35px;
	}

	.blogfeed__heading {
		font-size: 35px;
	}

	.blogfeed__post {
		width: 100%;
		max-width: 360px;
	}

	.blogfeed__imagecontainer img {
		width: 360px;
		height: 252px;
	}

	.reviews {
		padding-bottom: 300px;
	}
}

@media only screen and (max-width: 600px) {
	.site-info ul#quick-links-menu {
		columns: 1;
	}

	.important-links {
		margin-top: 50px;
		padding-bottom: 25px;
	}

	.important-links .link-container {
		padding: 0 25px 25px;
	}

	.welcome h2 {
		font-size: 24px;
	}

	.welcome h2 img {
		width: 125px;
		height: 125px;
	}

	.events-calendar-feed .events-container .single-event {
		width: 100%;
	}

	.reviews {
		padding-bottom: 200px;
	}

	.wp-block-columns {
		margin-bottom: 0;
	}

	.wp-block-column {
		margin-bottom: 50px;
	}

	.news .post .imagelink {
		width: 100%;
		height: 300px;
	}

	.news .post .featuredimage {
		width: 100%;
		height: 100%;
	}

	.page-id-2571 iframe {
		max-width: 400px;
		max-height: 250px;
	}

	.icon-links > .page-wrap > a:last-of-type {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.icon-links > .page-wrap > a:last-of-type img {
		max-width: 100%;
		width: 400px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (max-width: 550px) {
	.important-links {
		flex-wrap: wrap;
	}

	.important-links .link-container {
		max-width: 50%;
	}

	.important-links .link-container img {
		width: auto;
	}

	.icon-links > .page-wrap > a:last-of-type img {
		margin: 25px auto;
	}
}

@media only screen and (max-width: 480px) {
	.undersliderbar > .page-wrap img {
		width: 100px;
		top: -10px;
	}

	.important-links__single-container {
		width: 100%;
	}
}

@media only screen and (max-width: 425px) {
	.nav-bar__phone__link {
		font-size: 18px;
	}

	.blogfeed__post {
		width: 100%;
	}

	.blogfeed__imagecontainer img {
		width: 360px;
		height: 252px;
	}

	.reviews {
		padding-bottom: 125px;
	}

	.news .post .imagelink {
		width: 100%;
		height: 250px;
	}

	.icon-links > .page-wrap > a:last-of-type img {
		max-width: 280px;
	}
}
