/*!
Theme Name: Unitek Subsidiary Theme
Author: Think Creative Intelligence (Craig West, Justin Maxwell, & Chris Boudreaux)
Author URI: https://thinkwebstore.com/
Description: Based off the _s theme from Automattic. This is the starting theme for all Think site builds from 10/22/21 forward.
Version: 1.0.0
Tested up to: 8.0
Requires PHP: 7.3
Text Domain: unitek-subsidiary-theme
*/

/*--------------------------------------------------------------
# Generic & Resets
--------------------------------------------------------------*/
html {
	-webkit-text-size-adjust: 100%;
	color: #4B4B4B;
	line-height: 2;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
}

body {
	margin: 0;
}

main {
	display: block;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

pre,
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;
}

#primary button,
#primary .gform_button,
#primary .buttons a.button,
.wp-block-button__link,
a.wp-block-post-excerpt__more-link {
	display: inline-block;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border: none;
    padding: 14px 20px;
    text-transform: uppercase;
    line-height: 1.3;
    color: var(--primary-color) !important;
    background-color: var(--secondary-color);
    text-decoration: none;
    cursor: pointer;
}

#primary button + button,
#primary .buttons a.button + a.button,
.wp-block-button + .wp-block-button .wp-block-button__link {
	margin-left: 25px;
}

#primary button:hover,
#primary .buttons a.button:hover,
.wp-block-button__link:hover,
a.wp-block-post-excerpt__more-link:hover {
	background-color: var(--primary-color);
	/*color: var(--secondary-color);*/
	color: #fff !important;
}

/* Forms
	 ========================================================================== */
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;
}

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;
}

/* Interactive
	 ========================================================================== */
details {
	display: block;
}
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
template {
	display: none;
}

[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea,
.col-container {
	color: #4B4B4B;
	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
	line-height: 2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: inherit;
	font-weight: 400;
}

h1,
h2 {
	font-family: 'Roboto Slab', serif;
	font-size: 3.47em;
	margin: 0 0 15px;
	line-height: 1.22;
}

h3 {
	font-size: 1.64em;
	margin: 0 0 15px;
	line-height: 1.22;
}

h4 {
	font-size: 1.24em;
	text-transform: uppercase;
	margin: 0 0 15px;
	line-height: inherit;
}

h5 {
	font-size: 1em;
	text-transform: uppercase;
	line-height: inherit;
	margin: 0;
}

h6 {
	font-size: 1.6em;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1.1;
	margin: 0;
}

h1 {
	margin-bottom: 0;
}

p {
	margin: 0 0 1.5em 0;
}

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%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

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;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: inherit;
}

a:visited {
	color: inherit;
	text-decoration: underline;
}

a:hover,
a:focus,
a:active {
	color: var(--primary-color);
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
	height: 85px;
	padding: 0 50px;
	max-width: 750px;
	position: relative;
}

.footer-navigation {
	display: block;
	width: 100%;
	height: 85px;
	max-width: 700px;
}

.social-nav {
	width: auto;
	padding-right: 1em;
}

.sub-navigation {
	position: absolute;
	z-index: 20;
	left: 0;
	top: 100%;
	display: none;
	width: 100%;
	height: auto;
	transition: height 0.3s ease;
	color: #4B4B4B;
	background-color: rgba(255, 255,255, 0.87);
}

.sub-nav-container {
	display: flex;
	width: 100%;
	max-width: 1500px;
	padding: 50px 0;
	margin: 0 auto;
}

.subnav-col {
	width: 50%;
	display: block;
	padding: 0 50px;
}

.sub-nav-container .subnav-col:first-of-type {
	display: flex;
	align-items: center;
}

.main-navigation > div,
.footer-navigation > div {
	height: 100%;
}

.main-navigation ul,
.footer-navigation ul {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: flex-end;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.social-nav ul {
	display: flex;
	height: 100%;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.drop-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul,
.footer-navigation ul ul {
	display: none;
}

.main-navigation ul li ul {
	background-color: #fff;
	padding: 10px 25px;
}

.main-navigation ul > li > ul > li > a:before {
	content: '- ';
}

.main-navigation li {
	color: #000;
}

.footer-navigation li {
	color: #fff;
}

.main-navigation li,
.footer-navigation li {
	margin: 0 10px;
	position: relative;
}

.social-nav li {
	margin: 0 7.5px;
	position: relative;
	color: #4B4B4B;
	background-color: #fff;
	height: 38px;
	width: 38px;
	border-radius: 50%;
}

.main-navigation ul > li:first-child,
.footer-navigation ul > li:first-child {
	margin-left: 0;
}

.main-navigation ul > li:last-child,
.footer-navigation ul > li:last-child {
	margin-right: 0;
}

.main-navigation li:hover,
.main-navigation li.current-menu-parent,
.main-navigation li.current-menu-item {
	color: var( --primary-color );
}

.drop-navigation li:hover,
.drop-navigation li.current-menu-item {
	color: var( --primary-color );
}

.footer-navigation li:hover,
.footer-navigation li.current-menu-parent,
.footer-navigation li.current-menu-item {
	color: var( --secondary-color );
}

.social-nav li:hover {
	background-color: var( --secondary-color );
}

.main-navigation a,
.footer-navigation a,
.main-navigation a:link,
.footer-navigation a:link,
.main-navigation a:visited,
.footer-navigation a:visited {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-size: 0.82em;
	font-weight: 700;
	line-height: 1.2;
	color: inherit;
	padding: 7.5px 0;
}

.social-nav a,
.social-nav a:link,
.social-nav a:visited {
	display: flex;
	text-decoration: none;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1;
	color: inherit;
	position: absolute;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	top: 0;
	left: 0;
	justify-content: center;
	align-items: center;
}

.drop-navigation a,
.drop-navigation a:link,
.drop-navigation a:visited {
	display: block;
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.6;
	color: inherit;
	padding: 7.5px 0;
}

.main-navigation ul > li > ul > li > a {
	text-transform: none !important;
}

.menu-toggle {
	display: none;
	justify-content: center;
	align-items: center;
	line-height: 1;
	color: #fff;
	background-color: #4B4B4B;
	height: 100%;
	width: 85px;
	font-size: 32px;
	border: none;
	outline: none;
	cursor: pointer;
	border-radius: 0;
}

/* 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;
	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;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.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;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.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;
}

.alignwide {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.align-full {
	width: 100%;
	max-width: 100%;
}

/* Responsive Embeds 
------------------------------------------ */
.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*--------------------------------------------------------------
# Begin Custom Styles 
------------------------------------------------------------- */

/* Header/Footer Styles
--------------------------------------------- */
.site-header {
	display: flex;
	flex-direction: column;
	color: #000;
	overflow-x: visible;
	position: relative;
}

.header-col,
.footer-col {
	display: flex;
	width: 50%;
	position: relative;
}

.header-col.left-col {
	justify-content: flex-end;
	background-color: var( --primary-color );
}

.header-col.left-col.white-header-col {
	background-color: #fff !important;
}

.header-col.right-col {
	background-color: var( --secondary-color );
}

.header-extra {
	display: flex;
	padding: 12px 50px;
	color: #fff;
	background-color: #4B4B4B;
}

.header-main {
	display: flex;
}

.site-branding {
	padding: 0 50px;
	max-width: 750px;
}

.footer-site-branding {
	max-width: 700px;
}

.site-branding, 
.footer-site-branding {
	width: 100%;
	height: 100%;
	position: relative;
}

.header-col-container {
	line-height: 1;
	width: 100%;
	max-width: 700px;
	text-align: inherit;
}

.header-extra .header-col:first-of-type {
	text-align: left;
	justify-content: flex-end;
}

.header-extra .header-col:last-of-type {
	text-align: right;
}

.footer-site-branding {
	padding-top: 1em;
}

.site-branding .logo-link {
	display: flex;
	height: 100%;
	align-items: center;
}

.footer-site-branding .logo-link {
	display: block;
}

.site-footer {
	background-color: #4B4B4B;
	overflow-y: visible;
	color: #fff;
	padding: 0 50px 1.5em;
}

.site-footer.no-margin {
	margin-top: 0;
}

.footer-container {
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.footer-col.right-col {
	text-align: right;
	flex-direction: column;
	align-items: flex-end;
}

.footer-content-flex {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

a.footer-link,
a.footer-link:link,
a.footer-link:visited {
	text-decoration: none;
	font-size: inherit;
	font-family: inherit;
	color: inherit;
}

a.footer-link:focus,
a.footer-link:active,
a.footer-link:hover {
	color:  var( --secondary-color );
}

.site-footer address {
	font-family: 'Lato', sans-serif;
	font-size: 0.82em;
	font-style: normal;
	line-height: 1.2;
	margin-bottom: 0.5em;
}

.site-info {
	font-family: 'Lato', sans-serif;
	font-size: 0.82em;
	line-height: 1.2;
	color: #8B8B8B;
}

.contact-copyright {
	flex-shrink: 0;
	display: block;
}

.parent-company-branding {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.765em;
	font-weight: 300;
	color: inherit;
}

/* Special Styles */
.interior-page-img {
	margin: 0;
	line-height: 0;
}

/* Archive Styles */
.container {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 50px;
}

ul.wp-block-post-template > li:first-child,
.page-content-box {
	display: block;
	padding: 50px 50px;
	margin: -100px -50px 50px;
	background-color: var(--primary-color);
	color: #fff;
	position: relative;
	z-index: 20;
}

h1.first-entry-title {
	font-family: 'Roboto Slab', serif;
	font-size: 59px;
	margin: 0 0 15px;
	line-height: 1.22;
	text-transform: uppercase;
}

h1.entry-title {
	font-size: 28px;
	margin: 0 0 15px;
	line-height: 1.22;
	text-transform: uppercase;
}

.entry-subtitle {
	font-weight: 700;
	margin-bottom: 20px;
}

.article-flex {
	display: flex;
	column-gap: 90px;
}

.single-article {
	margin-bottom: 50px;
}

.entry-content-container,
.first-article-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
}

.entry-buttons {
	margin-top: 20px;
	text-align: right;
}

.entry-image-container {
	position: relative;
	width: 42%;
	flex-shrink: 0;
	height: 100%;
	min-height: 400px;
}

.entry-footer > img,
.entry-image-container > img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* Single Post Styles */
.entry-footer {
	position: relative;
	margin-top: 20px;
	width: 100%;
	padding-bottom: 36%;
	margin-bottom: -140px;
}

/* Page Header Block Styles */
header.page-header {
	line-height: 0;
}

.page-header-container {
	display: flex;
	width: 100%;
}

.page-header-col {
	width: 50%;
	display: flex;
	align-items: center;
}

.page-header-col .col-container {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 750px;
	padding: 60px 50px;
}

.page-header-col.left-col {
	justify-content: flex-end;
	background-color: var(--secondary-color);
}

.interior-featured-image {
	display: block;
	width: 100%;
	max-width: 100%;
}

/* Block Override Styles */
.wp-block-group.alignfull:last-child,
.wp-block-cover.alignfull:last-child {
	padding-bottom: 50px;
}

.wp-block-group.alignfull:last-child,
.wp-block-cover.alignfull:last-child {

}

.page-content-box:empty {
	display: none !important;
}

.wp-block-group.alignfull .wp-block-group__inner-container,
.wp-block-cover.alignfull .wp-block-cover__inner-container {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 50px;
}

.page-header-col .col-container p:last-child,
.wp-block-group.alignfull .wp-block-group__inner-container p:last-child,
.wp-block-cover.alignfull .wp-block-cover__inner-container p:last-child {
	margin-bottom: 0;
}

.wp-block-image > figure > figcaption {
	display: none !important;
}

ul.wp-block-post-template {
	margin: 0;
	padding: 0;
}

ul.wp-block-post-template > li:not(:last-child) {
	margin-bottom: 50px;
}

ul.wp-block-post-template > li > .wp-block-columns {
	margin-bottom: 0;
}

.wp-block-post-excerpt__more-text {
	text-align: right;
}

.wp-block-query-pagination {
	margin-top: 50px;
}


/* Responsive Styles */
@media screen and (max-width: 1360px) {
	ul.wp-block-post-template > li:first-child,
	.page-content-box {
		margin: -30px -50px 50px;
	}

	.entry-content-container {
		column-gap: 50px;
	}
}

@media screen and ( min-width: 1201px ) {
	.main-menu-container {
		display: block;
	}
}

@media screen and ( max-width: 1200px ) {
	.header-extra {
		display: none;
	}

	.main-navigation {
		display: flex;
		max-width: 100%;
		padding: 0;
		justify-content: flex-end;
	}

	.main-navigation > div {
		display: none;
		position: absolute;
		height: auto;
		width: 100%;
		top: 100%;
		left: 0;
		padding: 1.5em 0;
		background-color: rgba(255, 255, 255, 0.85);
		z-index: 15;
	}

	.main-navigation ul {
		position: relative;
		flex-direction: column;
		justify-content: unset;
		align-items: flex-start;
		z-index: 55;
	}

	.main-navigation ul > li {
		margin-left: 0;
		margin-right: 0;
		display: block;
		width: 100%;
	}

	.main-navigation ul > li > a {
		display: block;
		margin: 0 30px;
	}

	.main-navigation li:hover,
	.main-navigation li.current-menu-parent,
	.main-navigation li.current-menu-item {
		color: #27AAE1;
	}

	.sub-navigation {
		display: none !important;
	}

	.header-col.left-col {
		width: 0;
		overflow: visible;
	}

	.site-branding {
		width: calc(50vw - 8px);
		position: absolute;
		left: 0;
		z-index: 20;
		padding: 0 50px;
	}

	.header-col.right-col {
		width: 100%;
		background-color: var( --primary-color );
	}

	.header-col.right-col.white-header-col {
		position: relative;
		background-color: #fff !important;
	}

	.header-col.right-col.white-header-col:after {
		content: '';
		position: absolute;
		height: 100%;
		width: 50%;
		top: 0;
		right: 0;
		background-color: var( --primary-color );
	}

	.header-col.right-col.white-header-col button.menu-toggle {
		position: relative;
		z-index: 1;
	}

	.menu-toggle {
		display: flex;
	}

	h1,
	h2,
	h1.first-entry-title {
		font-size: 2.35em;
	}

	.footer-col.left-col {
		width: 20%;
	}

	.footer-col.right-col {
		width: 80%;
	}

	.article-flex {
		column-gap: 40px;
	}

	.entry-footer {
		margin-bottom: -80px;
	}
}

@media screen and (max-width: 990px) {
	.page-header-col .col-container {
		padding: 50px 40px;
	}
	
	.site-branding {
		padding: 0 40px;
	}

	.wp-block-group.alignfull:last-child,
	.wp-block-cover.alignfull:last-child {
		padding-bottom: 40px;
	}

	.container,
	.wp-block-group.alignfull .wp-block-group__inner-container,
	.wp-block-cover.alignfull .wp-block-cover__inner-container {
		padding: 0 40px;
	}

	ul.wp-block-post-template > li:first-child,
	.page-content-box {
		padding: 40px;
		margin: -30px -40px 40px;
	}

	.article-flex {
		flex-direction: column;
		row-gap: 20px;
	}

	.entry-image-container {
		width: 100%;
	    min-height: 0;
	    padding-bottom: 30%;
	}

	.site-footer {
		padding: 25px 40px;
	}
}

@media screen and ( max-width: 768px ) {
	.page-header-container {
		flex-direction: column;
	}

	.page-header-col {
		width: 100%;
	}

	.page-header-col .col-container {
		width: 100%;
		padding: 40px 25px;
	}

	.container,
	.wp-block-group.alignfull .wp-block-group__inner-container,
	.wp-block-cover.alignfull .wp-block-cover__inner-container {
		padding: 0 25px;
	}

	ul.wp-block-post-template > li:first-child,
	.page-content-box {
		padding: 40px 25px;
		margin: 0 -25px 40px;
	}

	.site-branding {
		padding: 0 25px;
	}

	.main-navigation {
		height: 58px;
	}

	.menu-toggle {
		height: 58px;
		width: 58px;
	}

	.logo-link {
		max-width: 85px;
	}

	h1,
	h2,
	h1.first-entry-title {
		font-size: 35px;
	}

	.site-footer {
		padding: 25px;
	}

	.footer-container {
		flex-direction: column;
		justify-content: flex-start;
	}

	.footer-col.left-col {
		width: 100%;
	}

	.footer-col.right-col {
		text-align: left;
		align-items: flex-start;
	}

	.footer-site-branding {
		padding: 0;
	}

	.footer-navigation {
		height: auto;
		margin: 1.5em 0;
	}

	.footer-navigation ul {
		flex-direction: column;
		justify-content: unset;
		align-items: flex-start;
	}

	.footer-navigation ul > li {
		margin-left: 0;
		margin-right: 0;
	}

	.footer-content-flex {
		flex-direction: column;
		align-items: flex-start;
	}

	.social-nav {
		margin-bottom: 1.5em;
	}

	.parent-company-branding {
		display: none;
	}

	.entry-footer {
		margin-bottom: -25px;
	}
}

@media screen and (max-width: 600px) {
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
		margin-bottom: 25px !important;
	}
}