/*!
Theme Name: Metl-Span
Author: Shonna Orechio
Description: Topspot theme for Metl-Span.
Version: 1.0.6
Tested up to: 7.4
Requires PHP: 7.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: metlspan
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Metl-Span is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
PROJECT
------------------------------------------------------

Offwhite - #F0F1F3;
Lighter Gray - #F2F2F2;
Light Gray - #F4F5F8
Med Gray - #929595;
Black - #555559;
Blue - #136CB6;
Dark Blue - #003763;


>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Colors
	- Typography
	- Scaffolding
	- Buttons
# Components
	- Navigation
		- Header
		- Search  Dropdown
		- Mobile Menu
		- Footer
	- Breadcrumbs
	- Banners
		- Home Banner
		- Inner Banner
		- Project Banner
	- Posts and pages
	- Media
		- Image
		- Captions
		- Fancybox
		- Video
	- Galleries
	- Blocks
		- Tabbed Content
		- Buckets
		- Icon List
		- Jumplinks
		- Color Options
		- Files
	- Tables
	- Forms
	- Search Results
	- Contact Info
	- Accordion
	- Tabbed Content
	- Testimonials
	- Download PDF
	- Button List Boxes
	- Widen Gallery
	- Accents
	- Single Post
	- Events
# Utilities
	- Accessibility

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */
main {
    display: block;
}
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;
}
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;
}

/* Colors
--------------------------------------------- */
.has-white-color,
.has-white-color h1,
.has-white-color h2,
.has-white-color h3,
.has-white-color h4,
.has-white-color h5,
.has-white-color h6,
.has-white-color p,
.has-white-color p a,
.has-white-color li,
.has-white-color li a,
h1.has-white-color,
h2.has-white-color,
h3.has-white-color,
h4.has-white-color,
h5.has-white-color,
h6.has-white-color,
p.has-white-color,
.has-white-color .icon-list ul li,
.has-white-color .icon-list ul li i,
.has-white-color .icon-list ul li:before,
.has-white-color .jumplinks a {
    color: white;
}

.has-lightgray-color,
.has-lightgray-color h1,
.has-lightgray-color h2,
.has-lightgray-color h3,
.has-lightgray-color h4,
.has-lightgray-color h5,
.has-lightgray-color h6,
.has-lightgray-color p,
.has-lightgray-color p a,
.has-lightgray-color li,
.has-lightgray-color li a,
h1.has-lightgray-color,
h2.has-lightgray-color,
h3.has-lightgray-color,
h4.has-lightgray-color,
h5.has-lightgray-color,
h6.has-lightgray-color,
p.has-lightgray-color {
    color: #f4f5f8;
}

.has-darkgray-color,
.has-darkgray-color h1,
.has-darkgray-color h2,
.has-darkgray-color h3,
.has-darkgray-color h4,
.has-darkgray-color h5,
.has-darkgray-color h6,
.has-darkgray-color p,
.has-darkgray-color p a,
.has-darkgray-color li,
.has-darkgray-color li a,
h1.has-darkgray-color,
h2.has-darkgray-color,
h3.has-darkgray-color,
h4.has-darkgray-color,
h5.has-darkgray-color,
h6.has-darkgray-color,
p.has-darkgray-color {
    color: #555559;
}

.has-blue-color,
.has-blue-color h1,
.has-blue-color h2,
.has-blue-color h3,
.has-blue-color h4,
.has-blue-color h5,
.has-blue-color h6,
.has-blue-color p,
.has-blue-color p a,
.has-blue-color li,
.has-blue-color li a,
h1.has-blue-color,
h2.has-blue-color,
h3.has-blue-color,
h4.has-blue-color,
h5.has-blue-color,
h6.has-blue-color,
p.has-blue-color {
    color: #136cb6;
}

.has-darkblue-color,
.has-darkblue-color h1,
.has-darkblue-color h2,
.has-darkblue-color h3,
.has-darkblue-color h4,
.has-darkblue-color h5,
.has-darkblue-color h6,
.has-darkblue-color p,
.has-darkblue-color p a,
.has-darkblue-color li,
.has-darkblue-color li a,
h1.has-darkblue-color,
h2.has-darkblue-color,
h3.has-darkblue-color,
h4.has-darkblue-color,
h5.has-darkblue-color,
h6.has-darkblue-color,
p.has-darkblue-color {
    color: #003763;
}

.has-white-background-color {
    background-color: #ffffff;
}
.has-lightgray-background-color {
    background-color: #f4f5f8;
}
.has-darkgray-background-color {
    background-color: #555559;
}
.has-blue-background-color {
    background-color: #136cb6;
}
.has-darkblue-background-color {
    background-color: #003763;
}

/* Typography
--------------------------------------------- */
h1,
.h1 {
    font-weight: 400;
    font-size: 40px;
    line-height: 42px;
    text-transform: none;
    color: #136cb6;
    font-family: 'Pathway Gothic One', sans-serif;
}
h1 + .wp-block-buttons {
    margin-top: 35px;
}
h1 + p,
.h1 + p {
    margin-top: 15px;
}

h2,
.h2 {
    color: #136cb6;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
}
h2 strong {
    font-weight: 500;
}
h2 + p {
    margin-top: 5px;
}
h2 + .wp-block-buttons {
    margin-top: 20px;
}
h2 + .buckets {
    margin-top: 25px;
}
h2 + .wp-block-ub-content-toggle {
    margin-top: 30px;
}
h2 + .uagb-post-grid,
h2 + .wp-block-columns {
    margin-top: 35px;
}

h3,
.h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    font-family: 'Red Hat Display', sans-serif;
    color: #136cb6;
}
h3 + .wp-block-buttons,
h3 + .wp-block-table {
    margin-top: 20px;
}

h4,
.h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    text-transform: none;
    color: #555559;
    font-family: 'Red Hat Display', sans-serif;
}

h4 + h2 {
    margin-top: 15px;
}

h4 + h1 {
    margin-top: 0;
}

h5,
.h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: -0.2px;
    font-family: 'Red Hat Display', sans-serif;
}
h5 + .icon-list {
    margin-top: 20px;
}

h6,
.h6 {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Red Hat Display', sans-serif;
}
h6 + h1 {
    margin-top: 3px;
}
h6 + h1 + p {
    margin-top: 25px;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child {
    margin-top: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child {
    margin-bottom: 0;
}

p {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #555559;
    margin: 0;
}

p + .wp-block-columns > .wp-block-column > ul {
    margin-top: -8px;
}
p + p,
p + ul,
p + ol {
    margin-top: 20px;
}
p + .wp-block-columns {
    margin-top: 15px;
}
p + .wp-block-buttons,
p + .wp-block-table {
    margin-top: 25px;
}

p + .buckets {
    margin-top: 32px;
}

a {
    color: #555559;
}

p a {
    color: #136cb6;
}

ol a:hover,
ul a:hover,
p a:hover {
    color: #136cb6;
    text-decoration: underline;
}

ol {
    margin-bottom: -4px;
}
ol li {
    margin-bottom: 4px;
}
.wp-block-column ul {
    margin: 0;
    padding: 0;
}
.wp-block-column ul.menu {
    margin: 0;
}
.wp-block-column ul.sub-menu {
    margin: 0 0 0;
}
.wp-block-column p + ul {
    margin-top: 7px;
}

.wp-block-column ul li {
    margin: 0 0 4px 0;
    padding: 0 0 0 13px;
    list-style-type: none;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #555559;
}

.wp-block-column ul li:last-child {
    margin-bottom: 0;
}
.wp-block-column ul li a {
    color: #136cb6;
    text-decoration: none;
}

.wp-block-column ul li a:hover,
.wp-block-column ul li a:active {
    color: #136cb6;
    text-decoration: underline;
}

.wp-block-column ul li a:focus {
    color: #136cb6;
}

.wp-block-column ul li:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 11px;
    background-color: #555559;
}

ul + .wp-block-buttons {
    margin-top: 25px;
}
ul + p {
    margin-top: 20px;
}
ol {
    margin: 0;
    padding-left: 15px;
}
ol + ul {
    margin-left: 30px !important;
}
ol + ol,
ul + ol,
ol + p {
    margin-top: 20px;
}

.tel {
    pointer-events: none;
}

/* Scaffolding
--------------------------------------------- */
body {
    color: #555559;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Red Hat Text', sans-serif;
    margin: 0 !important;
    overflow-x: hidden;
    padding-top: 130px; /* match header height*/
}

html.noscroll,
html.noscroll body {
    overflow: hidden !important;
    position: relative;
    height: 100%;
}

hr {
    background-color: #d3d4d8;
    border: 0 !important;
    height: 1px;
    margin-bottom: 1.5em;
}
hr:last-child {
    margin-bottom: 0;
}
* + hr {
    margin-top: 40px;
    margin-bottom: 35px;
}
hr + * {
    margin-top: 0 !important;
}

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;
}

/* Start Scaffolding */

* {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.hidden {
    display: none !important;
}

address {
    margin: 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

img.left {
    margin: 0 15px 15px 0;
}

img.right {
    margin: 0 0 15px 15px;
}

input,
textarea,
a,
.btn,
button {
    outline: none;
}

input[type='file']:focus {
    cursor: pointer;
}

.constrain {
    max-width: 1200px;
    margin: 0 auto;
}

.skip-link {
    display: none;
}

.w25 {
    width: 25%;
}

.w30 {
    width: 30%;
}

.w33 {
    width: 33.33%;
}

.w40 {
    width: 40%;
}

.w50 {
    width: 50%;
}

.w60 {
    width: 60%;
}

.w66 {
    width: 66.66%;
}

.w70 {
    width: 70%;
}

.w75 {
    width: 75%;
}

.w100 {
    width: 100%;
}

.no-gap {
    gap: 0 !important;
}

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

section > div > .wp-block-columns > .wp-block-column.has-background {
    padding-top: 40px;
    padding-bottom: 40px;
}

section
    > div
    > .wp-block-columns
    > .wp-block-column.has-background:first-child {
    padding-left: -webkit-calc(50vw - 608px);
    padding-left: -moz-calc(50vw - 608px);
    padding-left: calc(50vw - 608px);
    padding-right: 60px;
    align-self: stretch;
}

section > div > .wp-block-columns > .wp-block-column.has-background:last-child {
    padding-right: -webkit-calc(50vw - 608px);
    padding-right: -moz-calc(50vw - 608px);
    padding-right: calc(50vw - 608px);
    padding-left: 60px;
    align-self: stretch;
}

section
    > div
    > .wp-block-columns
    > .wp-block-column.has-background.is-vertically-aligned-center {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
section
    > div
    > .wp-block-columns
    > .wp-block-column.has-background
    h1.h2:first-child,
section
    > div
    > .wp-block-columns
    > .wp-block-column.has-background
    h2:first-child {
    margin-top: -5px;
}

section .block {
    padding: 70px 20px;
}

section .block + .block {
    padding-top: 0;
}

section .block .column {
    max-width: 1200px;
    margin: auto;
}

/* Buttons --------------------------------------------- */
.button {
    background: #136cb6;
    color: white;
    border-radius: 0;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    padding: 8px 22px;
    text-decoration: none !important;
    border: 1px solid #136cb6;
    moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: relative;
}
.button:hover,
.button:active,
.button:focus {
    color: white;
    background-color: #009add;
    border-color: #009add;
}
.button.outline {
    border: 1px solid #136cb6;
    background: transparent;
    padding: 8px 22px;
    color: #136cb6;
}
.button.outline:hover,
.button.outline:active,
.button.outline:focus {
    color: white !important;
    background-color: #136cb6;
}
.button.white {
    background: white;
    color: #136cb6;
    border: 1px solid white;
}
.button.white:hover,
.button.white:active,
.button.white:focus {
    background: transparent !important;
    color: #ffffff !important;
    border-color: white;
}
.button.white.outline {
    background-color: transparent;
    color: white;
    border-color: white;
}
.button.white.outline:hover,
.button.white.outline:active,
.button.white.outline:focus {
    background: white !important;
    color: #136cb6 !important;
    border-color: white;
}
.link {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #0065a0;
    display: inline-block;
    position: relative;
    text-decoration: none !important;
}
.link:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    bottom: -5px;
    background-color: #136cb6;
    display: block;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}
.link:after {
    font-family: 'Font Awesome 6 Pro';
    content: '\f178';
    font-weight: normal;
    position: absolute;
    right: -25px;
    font-size: 18px;
}
.link:hover,
.link:active {
    color: #0065a0;
}
.link:hover:before,
.link:active:before {
    opacity: 1;
}
.wp-block-buttons {
    gap: 20px !important;
}
.wp-block-buttons + p,
.wp-block-buttons + h6 {
    margin-top: 40px;
}
.wp-block-button__link {
    background: #136cb6;
    color: white;
    border-radius: 0;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    padding: 8px 22px;
    text-decoration: none !important;
    border: 1px solid #136cb6;
    moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: relative;
}
.wp-block-button__link:hover,
.wp-block-button__link:active,
.wp-block-button__link:focus {
    color: white;
    background-color: #009add;
    border-color: #009add;
}

.is-style-outline .wp-block-button__link {
    border: 1px solid #136cb6;
    background: transparent;
    color: #136cb6;
    padding: 8px 20px;
}
.is-style-outline .wp-block-button__link:hover,
.is-style-outline .wp-block-button__link:active,
.is-style-outline .wp-block-button__link:focus {
    color: white !important;
    background-color: #136cb6;
}
.has-white-background-color.wp-block-button__link {
    background: white;
    color: #136cb6;
    border: 1px solid white;
}
.has-white-background-color.wp-block-button__link:hover,
.has-white-background-color.wp-block-button__link:active,
.has-white-background-color.wp-block-button__link:focus {
    background: transparent !important;
    color: #ffffff !important;
    border-color: white;
}
.is-style-outline .has-white-color.wp-block-button__link {
    border: 1px solid white;
    color: white;
}
.is-style-outline .has-white-color.wp-block-button__link:hover,
.is-style-outline .has-white-color.wp-block-button__link:active,
.is-style-outline .has-white-color.wp-block-button__link:focus {
    background: white;
    color: #136cb6 !important;
    border: 1px solid white;
}
.external-link a {
    color: #555559;
}
.external-link a:after {
    font-family: 'Font Awesome 6 Pro';
    content: '\f35d';
    margin-left: 10px;
    font-size: 14px;
    color: #136cb6;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
/* Header */
body.logged-in #header {
    top: 32px;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 130px;
    z-index: 999;
    background-color: white;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
}
#header-top .constrain {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    height: 58px;
    width: 100%;
    padding-left: 300px;
}
#header-top .constrain:after {
    content: '';
    height: 100%;
    display: block;
    width: 1000%;
    position: absolute;
    left: 700px;
    background: #f4f5f8;
    box-shadow: inset 0px -2px 3px rgba(67, 70, 83, 0.1);
    border-left: 1px solid rgba(67, 70, 83, 0.1);
    transform: skew(20deg);
}
#header-top .constrain > * {
    z-index: 2;
}
#header-top .logo {
    width: auto;
    height: 75px;
    position: absolute;
    left: 0;
    top: 29px;
}
#header-top .logo img {
    max-width: 100%;
    max-height: 100%;
}
#header-top .search-container {
    margin-left: 0;
    margin-right: auto;
    margin-top: auto;
}
#header-top .search-form {
    position: relative;
    width: 360px;
    max-width: 100%;
}
#header-top .search-form input {
    vertical-align: middle;
    background: none;
    border: none;
    box-shadow: none;
    line-height: 40px;
    height: 40px;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    font-family: 'Red Hat Display', sans-serif;
    color: #555559;
    width: 100%;
    padding: 0 50px 0 15px;
    border: 1px solid #d3d4d8;
    display: inline-block;
}
#header-top .search-form input:focus {
    border-color: #136cb6;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#header-top .search-form button {
    width: 40px;
    height: 40px;
    border-radius: 0;
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    margin: 0;
    font-size: 0;
    text-align: center;
    border: 0;
}
#header-top .search-form button:after {
    font-family: 'Font Awesome 6 Pro';
    content: '\f002';
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    font-size: 13px;
    color: #136cb6;
    left: 0px;
    top: 2px;
    right: 0;
    font-weight: bold;
    moz-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
}
#header-top .search-form button:hover:after {
    color: #003763;
}
#header-top .search-form button:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#header-top .search-form input::placeholder {
    font-weight: 500;
    font-size: 13px;
    color: #555559;
}
#header-top .search-form input:-ms-input-placeholder {
    font-weight: 500;
    font-size: 13px;
    color: #555559;
}
#header-top .search-form input::-ms-input-placeholder {
    font-weight: 500;
    font-size: 13px;
    color: #555559;
}
#header-top ul {
    margin: 0 auto 0 -8px;
    padding: 0;
    height: 100%;
    display: flex;
}
#header-top ul li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
}
#header-top ul li a {
    display: block;
    padding: 17px 20px;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    color: #555559;
    font-family: 'Red Hat Display', sans-serif;
}
#header-top ul li a:hover,
#header-top ul li a:active {
    text-decoration: underline;
    color: #555559;
}
#header-top .tel {
    color: #555559;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    margin-right: 30px;
}
#header-top .tel i {
    font-size: 13px;
    position: relative;
    margin-right: 2px;
    color: #136cb6;
    font-weight: bold;
}
#header-bottom {
    padding: 0;
}
#header-bottom .constrain {
    width: 100%;
    height: 72px;
    padding-left: 300px;
    display: flex;
    justify-content: space-between;
}
#header-bottom nav {
    width: 100%;
    position: static;
}
#header-bottom nav > div > ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}
#header-bottom nav > div > ul > li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
}
#header-bottom nav > div > ul > li > a {
    color: #555559;
    font-family: 'Red Hat Display';
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    display: block;
    padding: 26px 0;
    position: relative;
    moz-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
    text-decoration: none !important;
}
#header-bottom nav > div > ul > li:first-child > a {
    padding-left: 0;
}
#header-bottom nav > div > ul > li:last-child > a {
    padding-right: 0;
}
#header-bottom nav > div > ul > li:hover > a {
    color: #136cb6;
    text-decoration: none;
}
#header-bottom nav > div > ul > li > a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    bottom: 20px;
    background-color: #136cb6;
    display: block;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}
#header-bottom nav > div > ul > li:hover > a:after {
    opacity: 1;
}
#header-bottom nav > div > ul > li:hover > ul {
    max-height: 600px;
    padding-top: 15px;
    padding-bottom: 15px;
}
/* Basic Dropdown */
#header-bottom nav > div > ul > li > ul {
    background-color: #ffffff;
    margin: 0;
    padding: 0 25px;
    position: absolute;
    width: auto;
    height: auto;
    max-height: 0;
    overflow: hidden;
    -webkit-box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    left: -9px;
}
#header-bottom nav > div > ul > li > ul > li {
    list-style-type: none;
}
#header-bottom nav > div > ul > li > ul > li > a {
    font-weight: 400;
    font-size: 26px;
    line-height: 26px;
    color: #136cb6;
    display: inline-block;
    text-transform: uppercase;
    padding: 8px 0;
    letter-spacing: 0.65px;
    white-space: nowrap;
    font-family: 'Pathway Gothic One', sans-serif;
    position: relative;
    border-bottom: 2px solid transparent;
}
#header-bottom nav > div > ul > li > ul > li > a:hover,
#header-bottom nav > div > ul > li > ul > li > a:active {
    color: #136cb6;
    text-decoration: none;
    border-color: #136cb6;
}
#header-bottom nav > div > ul > li > ul > li > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#header-bottom nav > div > ul > li > ul > li > ul > li {
    margin: 0;
    padding: 0 0 0 15px;
    list-style-type: none;
}
#header-bottom nav > div > ul > li > ul > li > ul a {
    font-family: 'Red Hat Text';
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #555559;
    display: block;
    text-transform: none;
    padding: 5px 25px;
    letter-spacing: 0;
}

#header-bottom nav > div > ul > li > ul > li > ul a:hover,
#header-bottom nav > div > ul > li > ul > li > ul a:active {
    text-decoration: underline;
    color: #136cb6;
}
/* Markets */
#header-bottom li#menu-item-3543 > ul {
    width: 530px;
    display: grid !important;
    grid-template-columns: 265px 265px;
}
#header-bottom nav > div > ul > li#menu-item-3543 > ul {
    left: -180px;
}
/* Resources */
#header-bottom li#menu-item-3533 > ul {
    /* width: 600px;
  display: grid !important;
  grid-template-columns: 270px 330px; */
}

/* Megamenu 1st */
#header-bottom li#menu-item-3452 {
    position: static;
}
#header-bottom li#menu-item-3452 > ul,
#header-bottom li#menu-item-3533 > ul {
    width: 1200px;
    left: -webkit-calc(50vw - 608px);
    left: -moz-calc(50vw - 608px);
    left: calc(50vw - 608px);
    position: absolute;
    min-height: 0;
    background-color: white;
    padding: 0;
}
#header-bottom li#menu-item-3533 > ul {
    /*width: 640px;*/
    width: 940px;
}
#header-bottom nav > div > ul > li#menu-item-3533 > ul {
    left: -180px;
}
#header-bottom li#menu-item-3452 > ul:before,
#header-bottom li#menu-item-3533 > ul:before {
    content: '';
    height: 100%;
    width: 915px;
    background-color: #f4f5f8;
    display: block;
    position: absolute;
    top: 0;
    left: 285px;
}
#header-bottom li#menu-item-3452:hover > ul,
#header-bottom li#menu-item-3533:hover > ul {
    min-height: 480px;
}
#header-bottom li#menu-item-3452 > ul > li > a,
#header-bottom li#menu-item-3533 > ul > li > a {
    font-weight: 400;
    font-size: 26px;
    line-height: 43px;
    font-family: 'Pathway Gothic One', sans-serif;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    color: #136cb6;
    position: relative;
    padding: 15px 30px;
    text-decoration: none !important;
    display: block;
    border: 0;
}
#header-bottom li#menu-item-3533 > ul > li > ul {
    padding: 12px;
}
#header-bottom li#menu-item-3452 > ul > li#menu-item-3483 > a,
#header-bottom li#menu-item-3533 > ul > li#menu-item-3483 > a {
    max-width: 200px;
    line-height: 30px;
    white-space: normal;
}
#header-bottom li#menu-item-3452 > ul > li > a:before,
#header-bottom li#menu-item-3533 > ul > li > a:before {
    content: '';
    display: block;
    position: absolute;
    left: 30px;
    width: 137px;
    height: 2px;
    bottom: 15px;
    background-color: #136cb6;
    display: block;
    opacity: 0;
}
#header-bottom li#menu-item-3452 > ul > li:hover > a:before,
#header-bottom li#menu-item-3452 > ul > li.hover > a:before,
#header-bottom li#menu-item-3533 > ul > li:hover > a:before,
#header-bottom li#menu-item-3533 > ul > li.hover > a:before {
    opacity: 1;
}
#header-bottom li#menu-item-3452 > ul > li:hover > ul,
#header-bottom li#menu-item-3452 > ul > li.hover > ul,
#header-bottom li#menu-item-3533 > ul > li:hover > ul,
#header-bottom li#menu-item-3533 > ul > li.hover > ul {
    opacity: 1;
    pointer-events: all;
    max-height: 100%;
    z-index: 9;
}
/* Megamenu 2nd */
#header-bottom li#menu-item-3452 > ul > li > ul,
#header-bottom li#menu-item-3533 > ul > li > ul {
    width: 915px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    opacity: 0;
    max-height: 0;
    background-color: #f4f5f8;
    display: grid;
    /*grid-template-columns: 240px 240px 240px 240px;*/
    grid-template-columns: 225px 225px 225px 225px;
    padding-top: 28px;
    padding-left: 40px;
}
#header-bottom li#menu-item-3533 > ul > li > ul {
    width: 350px;
    right: 305px;
}
#header-bottom li#menu-item-3452 > ul > li > ul > li > a,
#header-bottom li#menu-item-3533 > ul > li > ul > li > a {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #555559;
    padding: 8px 15px 8px 0;
    font-family: 'Red Hat Display', sans-serif;
}
#header-bottom li#menu-item-3533 > ul > li > ul {
    display: block !important;
}
/* Megamenu 3rd */
#header-bottom li#menu-item-3452 > ul > li > ul > li > ul,
#header-bottom li#menu-item-3533 > ul > li > ul > li > ul {
    padding: 0;
    margin: 0;
}
#header-bottom li#menu-item-3452 > ul > li > ul > li > ul > li,
#header-bottom li#menu-item-3533 > ul > li > ul > li > ul > li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#header-bottom li#menu-item-3452 > ul > li > ul > li > ul > li > a,
#header-bottom li#menu-item-3533 > ul > li > ul > li > ul > li > a {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #555559;
    padding: 0 15px 0 15px;
}
#header-bottom .button {
    margin: auto 0 auto 50px;
    min-width: 172px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}
#header-bottom .contact {
    display: none;
}

/*buttons in resource mega menu*/
#header-bottom .resource-btns {
    position: absolute;
    left: -35px;
    width: 300px;
    bottom: 65px;
    z-index: 999;
}
#header-bottom .resource-btns a {
    display: block;
    margin-bottom: 15px;
}
@media (max-width: 1650px) {
    #header-bottom li#menu-item-3533 > ul {
        width: 640px;
    }
    #header-bottom li#menu-item-3533 > ul > li > ul {
        right: 0;
    }
    #header-bottom .resource-btns {
        width: 300px;
        padding: 0px 10px 0px 0px;
        right: 370px;
        bottom: 65px;
    }
}

/* Mobile Menu */
body.logged-in #mobile-menu {
    top: 144px;
}

#mobile-menu {
    position: fixed;
    top: 112px;
    right: -2000px;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 998;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: block;
    overflow-y: scroll;
    overflow-x: hidden;
    opacity: 0;
    pointer-events: none;
    padding-top: 0;
    padding-bottom: 164px;
}
#mobile-menu.active {
    right: 0;
    opacity: 1;
    pointer-events: all;
}
#mobile-menu .search-form {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 0;
}
#mobile-menu .search-form input {
    vertical-align: middle;
    background: none;
    border: none;
    box-shadow: none;
    line-height: 45px;
    height: 48px;
    font-weight: 400;
    font-size: 13px;
    color: #555559;
    width: 100%;
    padding: 0 50px 0 20px;
    display: inline-block;
    background-color: #f0f1f3;
    font-family: 'Red Hat Display', sans-serif;
}
#mobile-menu .search-form input:focus {
    border-color: #003763;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#mobile-menu .search-form button {
    width: 48px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    margin: 0;
    font-size: 0;
    text-align: center;
    border: 0;
}
#mobile-menu .search-form button:after {
    font-family: 'Font Awesome 6 Pro';
    content: '\f002';
    width: 48px;
    height: 48px;
    text-align: center;
    position: absolute;
    font-size: 16px;
    color: #136cb6 !important;
    left: 0px;
    top: 1px;
    right: 0;
    font-weight: bold;
    line-height: 48px;
}
#mobile-menu .search-form input::placeholder {
    font-size: 13px;
    color: #555559;
    font-family: 'Red Hat Display', sans-serif;
}
#mobile-menu .search-form input:-ms-input-placeholder {
    font-size: 13px;
    color: #555559;
    font-family: 'Red Hat Display', sans-serif;
}
#mobile-menu .search-form input::-ms-input-placeholder {
    font-size: 13px;
    color: #555559;
    font-family: 'Red Hat Display', sans-serif;
}
#mobile-menu ul {
    padding: 0;
    position: relative;
    margin: 0;
}
#mobile-menu .menu-header-container > ul {
    margin-left: 0;
}
#mobile-menu ul li {
    position: relative;
    list-style-type: none;
    padding: 0;
}
#mobile-menu ul li a {
    width: 90%;
    color: #555559;
    display: block;
    font-family: 'Red Hat Display', sans-serif;
    padding: 12px 30px 12px 20px;
    position: relative;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}
#mobile-menu ul li.menu-item-has-children > i {
    position: absolute;
    right: 0;
    opacity: 1;
    width: 10%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    top: 0;
    display: block;
    z-index: 2;
    font-size: 17px;
    font-weight: bold;
}
#mobile-menu ul li.menu-item-has-children > i:before {
    content: '\f0fe';
    color: #136cb6;
}
#mobile-menu ul li.menu-item-has-children.open > i:before {
    content: '\f146';
    color: white;
}
#mobile-menu ul li i {
    display: none;
}
#mobile-menu ul li.open > ul {
    display: block;
}
/* First Level */
#mobile-menu nav > div > ul > li.open {
    background-color: #136cb6;
}
#mobile-menu nav > div > ul > li.open > a {
    color: white;
}
/* Second Level */
#mobile-menu ul li ul {
    display: none;
    padding: 15px 20px 15px 30px;
    background-color: #f0f1f3;
}
#mobile-menu ul li ul a {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-transform: none;
    padding: 8px 0;
    letter-spacing: 0.02em;
    background-color: #f0f1f3;
    font-family: 'Red Hat Display', sans-serif;
    color: #555559;
}
#mobile-menu ul li ul li {
    border-bottom: 0;
}
#mobile-menu ul li ul li i {
    top: -8px !important;
}
#mobile-menu ul li ul li.open i:before {
    color: #136cb6 !important;
}
/* Third Level */
#mobile-menu ul li ul li ul {
    padding: 0 20px;
}
#mobile-menu ul li ul li ul a {
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
}
/* Sub Menu */
#mobile-menu nav + ul li a {
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
}
#mobile-menu .tel {
    padding-left: 20px;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    font-family: 'Red Hat Display', sans-serif;
    margin-top: 15px;
    display: block;
    color: #555559;
    text-decoration: none;
}
#mobile-menu .tel i {
    color: #136cb6;
    font-size: 16px;
    margin-right: 5px;
}

/* Footer */
#footer-top {
    padding-left: 20px;
    padding-right: 20px;
    background-color: #003763;
}
#footer-top .constrain {
    width: 100%;
    padding: 56px 0;
    display: flex;
    position: relative;
    justify-content: space-between;
}
#footer .column {
    margin-right: 30px;
}
#footer .column-4 {
    margin-right: 0;
    width: 460px;
}
#footer .logo {
    width: 244px;
    display: block;
    margin-top: 4px;
}
#footer .logo img {
    max-width: 100%;
}
#footer .social-media {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
#footer .social-media a {
    color: #ffffff;
    moz-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
}
#footer .social-media a:hover,
#footer .social-media a:active {
    color: #d3d4d8;
}
#footer h6 {
    width: 100%;
    color: white;
    margin-bottom: 15px;
}
#footer h6 a {
    color: white;
}
#footer h6 a:hover,
#footer h6 a:active {
    color: white;
    text-decoration: underline;
}
#footer ul {
    margin: 0 0 -13px 0;
    padding: 0;
}
#footer ul li {
    margin: 0 0 11px 0;
    max-width: 140px;
    padding: 0;
    list-style-type: none;
    display: block;
}
#footer ul li a {
    color: white;
}
#footer ul li a:hover,
#footer ul li a:active {
    text-decoration: underline;
    color: white;
}
#footer .tel {
    color: white;
    text-decoration: none;
}
#footer p {
    color: white;
    line-height: 19px;
}
#footer p a {
    color: white;
    text-decoration: none;
}
#footer p a:hover,
#footer p a:active {
    text-decoration: underline;
    color: white;
}
#footer h5 {
    color: white;
}
#footer .wpcf7-form {
    margin-top: 7px;
}
#footer .wpcf7-form br {
    display: none;
}
#footer .wpcf7-form p {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#footer .wpcf7-form input[type='email'] {
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff;
    width: 340px;
    height: 40px;
    line-height: 40px;
}
#footer .wpcf7-form input::placeholder {
    color: #ffffff;
}
#footer .wpcf7-form input:-ms-input-placeholder {
    color: #ffffff;
}
#footer .wpcf7-form input::-ms-input-placeholder {
    color: #ffffff;
}
#footer .wpcf7-form input[type='submit'] {
    margin-top: 0;
    padding: 9px 22px;
    margin-left: 15px;
}
#footer .wpcf7-not-valid-tip {
    color: white;
    left: 0;
    margin-top: 5px;
    right: auto;
}
#footer .wpcf7-not-valid {
    border-color: white !important;
}
#footer .wpcf7 form .wpcf7-response-output {
    color: white;
    margin: 30px 0 0 0;
    font-size: 14px;
}
#footer-bottom {
    padding: 0 20px;
}
#footer-bottom {
    background-color: #136cb6;
    padding-left: 20px;
    padding-right: 20px;
}
#footer-bottom .constrain {
    display: flex;
    padding: 20px 0;
    align-items: center;
}
#footer-bottom .links a:before {
    content: '|';
    padding: 0 10px;
    display: inline-block;
}
#footer-bottom #back-top {
    color: white;
    margin-left: auto;
}
#footer-bottom #back-top i {
    margin-right: 8px;
}
#footer-bottom p {
    margin: 0;
}

/* Breadcrumbs
--------------------------------------------- */
#breadcrumbs {
    padding: 20px;
    text-align: center;
    position: relative;
    left: 0;
    right: 0;
    z-index: 4;
    max-width: 1240px;
    margin: auto;
}
#breadcrumbs > span {
    max-width: 1200px;
    margin: auto;
    text-align: left;
    display: block;
}
#breadcrumbs > span > span {
    color: #d3d4d8;
}
#breadcrumbs a {
    color: #555559;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    padding: 0 5px;
}
#breadcrumbs a:first-child {
    padding-left: 0;
}
#breadcrumbs a:hover {
    color: #136cb6;
}
#breadcrumbs .breadcrumb_last {
    color: #136cb6;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    padding: 0 5px;
}
#breadcrumbs a.back {
    text-align: left;
    display: none;
    padding-left: 0;
    color: #136cb6;
    text-decoration: none;
    width: 150px;
}
#breadcrumbs.simple-breadcrumbs > span > span > span {
    font-size: 0;
}
#breadcrumbs.simple-breadcrumbs > span > span > span > a {
    display: none;
}
#breadcrumbs.simple-breadcrumbs > span > span > span > span {
    font-size: 14px;
}
#breadcrumbs div.save-as-pdf-pdfcrowd-button-wrap {
    position: absolute;
    right: 20px;
    top: 20px;
}
#breadcrumbs .save-as-pdf-pdfcrowd-button {
    margin-bottom: 0 !important;
}
/* Banners
--------------------------------------------- */
#home-banner {
    height: 500px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
#home-banner .constrain {
    position: relative;
    width: 100%;
    height: 100%;
}
#home-banner .caption {
    width: 450px;
    min-height: 276px;
    max-width: 100%;
    z-index: 3;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.9);
    padding: 30px;
}
#home-banner .caption .h1 {
    font-weight: 500;
    font-size: 43px;
    line-height: 50px;
    letter-spacing: -0.02em;
    text-transform: none;
    font-family: 'Red Hat Display', sans-serif;
    width: 100%;
    display: block;
    border-bottom: 1px solid #a1a4b1;
    padding-bottom: 24px;
    margin-top: 0;
}
#home-banner .caption .link {
    margin-top: 7px;
}
#home-banner .project-button {
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 50px;
    moz-transition: background-color 0.25s ease-in-out;
    -o-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
}
#home-banner .project-button a {
    display: block;
    padding: 14px 15px;
}
#home-banner .project-button a:after {
    position: relative;
    content: '\f178';
    right: auto;
    margin-left: 7px;
    font-size: 15px;
    top: 1px;
    font-weight: normal;
}
#home-banner .project-button a:before {
    display: none;
}
#home-banner .project-button:hover {
    background-color: rgba(255, 255, 255, 0.85);
}
#home-banner .slides {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
#home-banner .slick-track,
#home-banner .slick-list {
    height: 100%;
    width: 100%;
}
#home-banner .slide {
    display: flex;
    align-items: center;
}
#home-banner .image {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
#home-banner .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#home-banner iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#home-banner .slick-prev,
#home-banner .slick-next {
    z-index: 4;
    background-color: rgba(244, 245, 248, 0.8);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    moz-transition: background-color 0.25s ease-in-out;
    -o-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
}
#home-banner .slick-prev:active,
#home-banner .slick-next:hover {
    background-color: rgba(244, 245, 248, 1);
}
#home-banner .slick-prev {
    left: 60px;
}
#home-banner .slick-prev:before {
    font-family: 'Font Awesome 6 Pro';
    content: '\f060';
    color: #136cb6;
    opacity: 1;
}
#home-banner .slick-next {
    right: 60px;
}
#home-banner .slick-next:before {
    font-family: 'Font Awesome 6 Pro';
    content: '\f061';
    color: #136cb6;
    opacity: 1;
}
.bckgrnd-vid-wrap{
  position: unset;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.background-video{
  z-index: -100;
  position: absolute;
  bottom: -50%;
  min-height: 100%;
  height: auto;
  min-width: 1930px;
  width: 100%;
  right: 0;
  transform: translateX(-50%);
  left: 50%;
  -webkit-transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .background-video{
    min-width: 640px;
    bottom:0px;
  }
  .bckgrnd-vid-wrap{
    position: absolute;
    top: 0;
    left: -50%;
    width: 200%;
    height: 200%;
  }
}
#inner-banner {
    height: auto;
    width: 100%;
    min-height: 204px;
    position: relative;
    background-color: #136cb6;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: center;
}
#inner-banner .constrain {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
#inner-banner .heading {
    min-width: 33%;
    position: relative;
    /*max-width: 50%;*/
    margin-top: -19px;
    padding-right: 30px;
}
#inner-banner .heading:after {
    content: '';
    height: 4px;
    width: 1000%;
    bottom: -11px;
    position: absolute;
    background-color: white;
    right: 30px;
}
#inner-banner h1,
#inner-banner .h1 {
    font-weight: 400;
    font-size: 60px;
    line-height: 58px;
    text-transform: uppercase;
    font-family: 'Pathway Gothic One';
    color: white;
    display: block;
    position: relative;
    z-index: 3;
}
#inner-banner h1 sup,
#inner-banner .h1 sup {
    top: -12px;
    font-size: 60%;
    margin-left: 1px;
}
#inner-banner .h6 + h1,
#inner-banner .h6 + .h1 {
    margin-top: 3px;
}
#inner-banner .h6 {
    color: white;
}
#inner-banner .caption {
    flex-basis: 33%;
    flex-grow: 1;
    padding: 30px 0;
}
#inner-banner p {
    color: white;
}
#inner-banner .image {
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    padding-left: -webkit-calc(50vw - 300px);
    padding-left: -moz-calc(50vw - 300px);
    padding-left: calc(50vw - 300px);
}
#inner-banner .image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
#inner-banner iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#inner-banner #breadcrumbs a,
#inner-banner #breadcrumbs a i,
#inner-banner #breadcrumbs span,
#inner-banner #breadcrumbs span > i {
    color: white !important;
}
#inner-banner #breadcrumbs a:hover,
#inner-banner #breadcrumbs a:active {
    color: white;
    opacity: 0.75;
}
#inner-banner.has-caption .heading {
    max-width: 50%;
}
#inner-banner.has-image {
    min-height: 400px;
}
#inner-banner.has-image .heading {
    min-width: 25%;
    max-width: 25%;
}
#inner-banner.has-image .h1,
#inner-banner.has-image h1 {
    font-size: 49px;
    line-height: 49px;
}
#inner-banner.post-banner h1 {
    font-size: 40px;
    line-height: 48px;
    text-transform: none;
}
#project-banner {
    width: 100%;
    height: 500px;
    padding: 0 20px;
    position: relative;
    overflow: hidden;
}
#project-banner iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#project-banner .image {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#project-banner .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#project-banner .constrain {
    position: relative;
    margin: auto;
    height: 100%;
}
#project-banner .products {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px 25px 20px 25px;
    position: absolute;
    bottom: 65px;
    right: 0;
    width: 370px;
}
#project-banner .products .carousel {
    padding: 0;
}
#project-banner a {
    text-decoration: none !important;
    display: flex;
    flex-wrap: wrap;
    outline: 0;
}
#project-banner h6 {
    color: #0065a0;
    width: 100%;
    margin-bottom: 15px;
    margin-top: -2px;
}
#project-banner .thumb {
    height: 134px;
    width: 40%;
    background-color: #dbdbdb;
    display: flex;
    padding: 5px;
}
#project-banner .thumb img {
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    mix-blend-mode: multiply;
}
#project-banner .content {
    padding-left: 25px;
    width: 60%;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
#project-banner h4 {
    margin-bottom: 7px;
    line-height: 25px;
}
#project-banner p {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    font-family: 'Red Hat Display', sans-serif;
}
#project-banner .link {
    margin-top: 6px;
    margin-right: auto;
}
#project-banner .slick-dots {
    position: absolute;
    bottom: -50px;
}
#project-banner .slick-dots li {
    margin: 0 6px;
}
#project-banner .slick-dots li button {
    background-color: transparent;
    border: 2px solid white;
    width: 17px;
    height: 17px;
    border-radius: 100%;
    transition: background-color ease-in-out 0.25s;
}
#project-banner .slick-dots li.slick-active button,
#project-banner .slick-dots li:hover button {
    background-color: white;
}
#project-banner .slick-dots li button:before {
    display: none;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.post,
.page {
    margin: 0 0 1.5em;
}

.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;
}

.uagb-post__items {
    margin: 0 -15px -30px -15px !important;
}

.uagb-post__items article {
    padding: 0 15px !important;
    margin-bottom: 30px !important;
}

.uagb-post__image {
    height: 200px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.uagb-post__image a {
    height: 100%;
    display: block;
    width: 100%;
}

.uagb-post__image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: transform ease-in-out 0.25s;
}

.uagb-post__image:hover img,
.uagb-post__image:active img {
    transform: scale(1.1);
}

.uagb-post__inner-wrap {
    background-color: transparent !important;
    padding: 0 !important;
    position: relative;
    overflow: hidden;
}

.uagb-post__title {
    margin-top: 25px !important;
    font-weight: 300;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0;
    color: #555559 !important;
}

.uagb-post__title a:hover,
.uagb-post__title a:active {
    text-decoration: none !important;
}

.uagb-post__author,
.uagb-post__comment {
    display: none !important;
}

.uagb-post-grid-byline {
    position: absolute;
    top: 200ox;
    display: none;
}

.uagb-post-grid-byline time {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #888b8d;
    margin: 0;
}

.uagb-post-grid-byline time:after {
    display: none;
}

.uagb-post-grid-byline .dashicons {
    display: none;
}

.uagb-post__excerpt {
    margin-top: -5px;
    display: none !important;
}

.uagb-post__cta .wp-block-button__link {
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    padding: 8px 22px !important;
    letter-spacing: 0;
    color: white !important;
    border-radius: 0;
    position: relative;
    border: 1px solid #136cb6;
    moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    text-decoration: none !important;
    display: inline-block;
    background: #136cb6 !important;
    margin-top: -15px;
    text-transform: none;
}
.uagb-post__cta .wp-block-button__link:hover,
.uagb-post__cta .wp-block-button__link:active {
    color: white !important;
    background-color: #009add !important;
    border-color: #009add !important;
    padding: 8px 22px !important;
}
.uagb-post-grid .uagb-post__cta {
    background-color: transparent !important;
    border: 0;
}
.uagb-post-grid .uagb-post__link {
    font-weight: 400 !important;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #136cb6 !important;
    padding: 15px 0 15px 50px !important;
    position: relative;
    moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    text-decoration: none !important;
    display: inline-block;
    background-color: transparent;
    margin-top: -15px;
}
.uagb-post-grid .uagb-post__link:before {
    content: '';
    height: 1px;
    width: 40px;
    position: absolute;
    left: 0;
    top: 24px;
    font-weight: bold;
    background-color: #136cb6;
    display: block;
    moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.uagb-post-grid .uagb-post__link:hover,
.uagb-post-grid .uagb-post__link:active {
    padding-left: 60px !important;
    color: #136cb6 !important;
    text-decoration: none;
}
.uagb-post-grid .uagb-post__link:hover:before,
.uagb-post-grid .uagb-post__link:active:before {
    width: 50px;
    background-color: #136cb6;
}

.uagb-post-grid .uagb-post__image {
    margin: 0 !important;
    position: relative;
    overflow: hidden;
    padding: 0 !important;
    border-bottom: 8px solid #009add;
    cursor: pointer;
}
.uagb-post-grid .uagb-post__image a:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0;
    z-index: 2;
    background: linear-gradient(
        0deg,
        rgba(0, 154, 221, 0.5),
        rgba(0, 154, 221, 0.5)
    );
    -webkit-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}
.uagb-post-grid .uagb-post__image a:hover:after,
.uagb-post-grid .uagb-post__image a:active:after {
    opacity: 1;
    transform: none;
}
.uagb-post-grid .uagb-post__image:hover img,
.uagb-post-grid .uagb-post__image:active img {
    transform: none;
}

.uagb-post-grid .uagb-post__title {
    padding-bottom: 20px !important;
    margin-top: 15px !important;
}
.uagb-post-grid .uagb-post__title a {
    font-weight: 500;
    font-size: 24px !important;
    line-height: 34px !important;
    font-family: 'Red Hat Display', sans-serif;
}
.uagb-post-grid .uagb-post__title a strong {
    font-weight: 500 !important;
}
.uagb-post-grid .uagb-post__title a:hover,
.uagb-post-grid .uagb-post__title a:active {
    color: #136cb6;
}
.project-pagination {
    margin-top: 30px;
}
.wp-block-uagb-post-grid .uagb-post-pagination-wrap,
.project-posts + .uagb-post-pagination-wrap {
    justify-content: center !important;
}
.wp-block-uagb-post-grid .uagb-post-pagination-wrap .page-numbers,
.project-posts + .uagb-post-pagination-wrap .page-numbers {
    border: 1px solid #d3d4d8;
    background-color: white;
    text-decoration: none !important;
}
.wp-block-uagb-post-grid .uagb-post-pagination-wrap .page-numbers.current,
.project-posts + .uagb-post-pagination-wrap .page-numbers.current {
    background-color: #003763 !important;
    color: white !important;
}
.wp-block-uagb-post-grid .uagb-post-pagination-wrap a.page-numbers:hover,
.wp-block-uagb-post-grid .uagb-post-pagination-wrap a.page-numbers:active,
.project-posts + .uagb-post-pagination-wrap a.page-numbers:hover,
.project-posts + .uagb-post-pagination-wrap a.page-numbers:active {
    border-color: #003763;
    color: #003763;
}
/*
#posts .uagb-post__items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -30px -15px;
}

#posts article {
	width: 33.33%;
	padding: 0 15px;
	margin-bottom: 30px;
}

#posts .uagb-post-grid-byline {
	top: 190px;
}

#posts .uagb-post__title {
	margin-bottom: 15px;
}

#posts .uagb-post__title a {
	color: #136CB6;
}

#posts .uagb-post__cta {
	margin-top: 25px;
}
*/
/******************* Media */

/* Image */

.wp-block-image {
    position: relative;
    text-align: center;
}

.wp-block-image:last-child {
    margin-bottom: 0;
}

.wp-block-image + h3 {
    margin-top: 15px;
}

.wp-block-image.align-left {
    margin-left: 0;
    float: none;
    text-align: left;
}

.wp-block-image.align-right {
    margin-right: 0;
    float: none;
    text-align: right;
}

.wp-block-image.img-full img {
    width: 100%;
}

.wp-block-image.size-small {
    height: 64px;
}

.wp-block-image.size-small img {
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
}

.wp-block-image a {
    display: block;
}

.wp-block-image.size-full img {
    width: 100%;
}

.wp-block-image.is-style-rounded img {
    -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.wp-block-image figcaption {
    background-color: #003763;
    color: white;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    padding: 15px;
    text-align: left;
    margin-bottom: 40px;
}

.wp-block-image.is-style-rounded figcaption {
    background-color: #003763;
    color: white;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-top: 35px;
    padding-bottom: 15px;
    margin-top: -20px;
    text-align: left;
    padding-left: 15px;
    margin-bottom: 40px;
}

.wp-block-image:last-child figcaption {
    margin-bottom: 0;
}

.wp-block-image + p {
    margin-top: 25px;
}

.wp-block-image .alignleft {
    float: none;
    margin: inherit;
}

.wp-block-image .alignright {
    float: none;
    margin: inherit;
}

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

/* Fancybox */
.fancybox-arrow {
    opacity: 1 !important;
}

.fancybox-arrow:after {
    background-color: transparent;
    background-image: none;
    color: white;
    font-size: 20px;
}

.fancybox-arrow:hover:after {
    opacity: 0.5;
}

.fancybox-arrow--left:after {
    font-family: 'Font Awesome 5 Pro';
    content: '\f105';
}

.fancybox-arrow--right:after {
    font-family: 'Font Awesome 5 Pro';
    content: '\f105';
}

.fancybox-button--close {
    top: -40px;
    right: -15px;
    left: auto;
    position: absolute;
    background-color: transparent;
    opacity: 0;
}

.fancybox-button--close:hover {
    background-color: transparent;
    opacity: 0.5;
}

.fancybox-infobar {
    position: absolute;
    bottom: -30px;
    top: auto;
    padding: 0;
    right: 0;
    left: auto;
}

.fancybox-infobar button {
    display: none;
}

.fancybox-infobar__body {
    background-color: transparent;
    line-height: inherit;
    text-align: right;
    opacity: 0;
}

.fancybox-caption {
    border-top: 0;
    position: absolute;
    bottom: -30px;
    padding: 0;
    left: 0;
    opacity: 0;
}

.fancybox-slide--complete .fancybox-caption,
.fancybox-slide--complete .fancybox-infobar__body,
.fancybox-slide--complete .fancybox-button--close {
    opacity: 1;
}
/* Video */
.custom-video {
    width: 100%;
    height: 320px;
}
.custom-video.tall {
    height: 530px;
}
.custom-video .video {
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
    background-size: cover;
    background-position: center center;
}
.custom-video .play {
    width: 80px;
    height: 80px;
    background-color: #f4f5f8;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.custom-video .play i {
    color: #136cb6;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 32px;
    margin-top: 1px;
    margin-left: 2px;
}
.custom-video .video:hover i,
.custom-video .video:active i {
    color: #003763;
}
.video-gallery .custom-video {
    height: 200px;
}
.video-gallery .custom-video + p {
    margin-top: 15px;
    font-weight: bold;
}

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

/* Gallery & Carousels */
.gallery {
    clear: both;
    position: relative;
    max-width: 100%;
}

.gallery a {
    color: #003763;
}

.gallery.fullwidth .img-wrapper {
    width: 100%;
    margin: 10px auto;
    float: none;
}

.gallery.two-col .img-wrapper {
    width: 48%;
}

.gallery.three-col .img-wrapper {
    width: 31%;
}

.gallery.four-col .img-wrapper {
    width: 23%;
}

.gallery.five-col .img-wrapper {
    width: 18%;
}

.gallery.img-full img {
    min-height: 100%;
    min-width: 100%;
    max-width: none;
}

.gallery .img-wrapper {
    margin: 10px 8px;
    float: left;
    position: relative;
}

.gallery .img-wrapper .image {
    height: 210px;
    position: relative;
    overflow: hidden;
}

.gallery .img-wrapper img {
    margin: 0 auto;
    min-width: 100%;
}

.gallery.default {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -15px -15px;
}

.gallery.default .img-wrapper {
    margin: 0 0 15px 0;
    padding: 0;
}

.gallery.default a {
    margin: 15px;
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.gallery.default[data-count='5'] .img-wrapper {
    width: 20%;
}

.gallery.default[data-count='4'] .img-wrapper {
    width: 25%;
}

.gallery.default[data-count='3'] .img-wrapper {
    width: 33.33%;
}

.gallery.default[data-count='2'] .img-wrapper {
    width: 50%;
}

.gallery.default[data-count='1'] .img-wrapper {
    width: 100%;
}

.gallery.slider {
    margin-bottom: 40px;
}

.gallery.slider .img-wrapper {
    margin: 0;
}

.gallery.slider .img-wrapper .image {
    height: 300px;
}

.gallery.slider img {
    margin: 0 auto;
    display: block;
}

.gallery.slider .slick-prev:before {
    font-family: 'Font Awesome 5 Pro';
    content: '\f060';
    color: white;
}

.gallery.slider .slick-next:before {
    font-family: 'Font Awesome 5 Pro';
    content: '\f061';
    color: white;
}

.gallery.content {
    float: left;
}

.gallery.content .slick-prev:before {
    font-family: 'Font Awesome 5 Pro';
    content: '\f060';
    color: white;
}

.gallery.content .slick-next:before {
    font-family: 'Font Awesome 5 Pro';
    content: '\f061';
    color: white;
}

.gallery.carousel {
    width: 100%;
    padding: 0 15px;
}

.gallery.carousel .slick-prev {
    left: 0;
    background-color: rgba(244, 245, 248, 0.8);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    moz-transition: background-color 0.25s ease-in-out;
    -o-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
}

.gallery.carousel .slick-next {
    right: 0;
    background-color: rgba(244, 245, 248, 0.8);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    moz-transition: background-color 0.25s ease-in-out;
    -o-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
}
.gallery.carousel .slick-prev:hover,
.gallery.carousel .slick-next:hover {
    background-color: rgba(244, 245, 248, 1);
}

.gallery.carousel .slick-prev:before {
    font-family: 'Font Awesome 6 Pro';
    content: '\f060';
    color: #136cb6;
    opacity: 1;
    font-size: 20px;
}

.gallery.carousel .slick-next:before {
    font-family: 'Font Awesome 6 Pro';
    content: '\f061';
    color: #136cb6;
    opacity: 1;
    font-size: 20px;
}

.gallery.caption-outer .img-wrapper:before {
    top: 44%;
}

.gallery .caption {
    font-size: 0.9em;
    text-align: center;
    margin: 0;
    padding: 10px 0;
    display: block;
}

.gallery.caption-inner .caption {
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.gallery.slick-dotted {
    margin-bottom: 0;
}

/* Gallery */
.uag-masonry.wp-block-gallery.has-nested-images
    figure.wp-block-image:not(#individual-image) {
    margin-bottom: 8px !important;
}
.uag-masonry.wp-block-gallery.has-nested-images figure a {
    display: block;
    overflow: hidden;
    position: relative;
}
.uag-masonry.wp-block-gallery.has-nested-images figure a:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0;
    z-index: 2;
    background: linear-gradient(
        0deg,
        rgba(0, 154, 221, 0.5),
        rgba(0, 154, 221, 0.5)
    );
    -webkit-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}
.uag-masonry.wp-block-gallery.has-nested-images figure a:hover:after,
.uag-masonry.wp-block-gallery.has-nested-images figure a:active:after {
    opacity: 1;
}
.uag-masonry.wp-block-gallery.has-nested-images figure a img {
    margin-bottom: 0 !important;
}
.thumbnail-slider {
    height: 330px;
    overflow: hidden;
}
.thumbnail-slider .slick-track {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.thumbnail-slider img {
    margin: auto;
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.thumbnail-slider.fill img {
    object-fit: cover;
}
.thumbnail-slider .slide {
    width: 100%;
}
.thumbnail-slider .slide a {
    border: 1px solid #f0f1f3;
    display: flex;
    outline: 0 !important;
    height: 330px;
}
.thumbnail-slider .slick-prev {
    left: 10px;
    background-color: rgba(244, 245, 248, 0.8);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    moz-transition: background-color 0.25s ease-in-out;
    -o-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
    z-index: 5;
}
.thumbnail-slider .slick-next {
    right: 10px;
    background-color: rgba(244, 245, 248, 0.8);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    moz-transition: background-color 0.25s ease-in-out;
    -o-transition: background-color 0.25s ease-in-out;
    -webkit-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
    z-index: 5;
}
.thumbnail-slider .slick-prev:hover,
.thumbnail-slider .slick-next:hover {
    background-color: rgba(244, 245, 248, 1);
}
.thumbnail-slider .slick-prev:before {
    font-family: 'Font Awesome 6 Pro';
    content: '\f060';
    color: #136cb6;
    opacity: 1;
    font-size: 20px;
}
.thumbnail-slider .slick-next:before {
    font-family: 'Font Awesome 6 Pro';
    content: '\f061';
    color: #136cb6;
    opacity: 1;
    font-size: 20px;
}
.thumbnail-slider-nav {
    justify-content: center;
    display: flex;
}
.thumbnail-slider-nav .slick-track {
    transform: none !important;
    width: 100% !important;
    text-align: center;
    justify-content: center;
    display: flex;
}
.thumbnail-slider-nav .thumb {
    border: 1px solid #f0f1f3;
    cursor: pointer;
    -webkit-transition: border-color 0.3s ease-in-out;
    -ms-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    display: flex !important;
    margin: 4px;
    width: 70px !important;
    height: 70px !important;
}
.thumbnail-slider-nav .thumb:focus {
    outline: 0;
}
.thumbnail-slider-nav .thumb:hover,
.thumbnail-slider-nav .slick-current .thumb {
    border-color: #136cb6;
}
.thumbnail-slider-nav img {
    margin: auto;
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}
.thumbnail-slider-nav.fill img {
    object-fit: cover;
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
}
.slick-dots {
    left: 0;
    right: 0;
    width: auto;
    margin: 0 auto;
}
.slick-dots li button:before {
    font-size: 14px;
}
.slick-dots li:before {
    display: none;
}
.slick-dots li.slick-active:first-child:last-child {
    display: none;
}

.ub_image_slider {
    margin: 0;
    padding-bottom: 30px;
}

.ub_image_slider .swiper-pagination {
    bottom: 0;
}

.ub_image_slider .swiper-wrapper {
    width: 100%;
}

.ub_image_slider .swiper-button-prev {
    left: 0;
}

.ub_image_slider .swiper-button-next {
    right: 0;
}

.ub_image_slider .swiper-button-prev:after {
    font-family: 'Font Awesome 5 Pro';
    content: '\f060';
    color: #292b2c;
    font-size: 20px;
}

.ub_image_slider .swiper-button-next:after {
    font-family: 'Font Awesome 5 Pro';
    content: '\f061';
    color: #292b2c;
    font-size: 20px;
}

.ub_image_slider .swiper-slide {
    margin: 0;
    height: 210px;
    padding: 0 30px;
    overflow: hidden;
    position: relative;
}

.ub_image_slider .swiper-slide img {
    position: relative;
    overflow: hidden;
}

.ub_image_slider .swiper-slide img {
    margin: 0 auto;
}

/* Buckets */

.buckets {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -16px -30px -16px;
    max-width: 1200px;
    overflow: hidden;
    position: relative;
}
.buckets + .buckets {
    margin-top: 30px;
}

.bucket {
    display: flex;
    flex-direction: column;
    padding: 0 16px;
    margin-bottom: 30px;
}

.bucket a {
    display: block;
    position: relative;
}

.bucket .image {
    width: 100%;
    height: 80px;
    position: relative;
    overflow: hidden;
}

.one-column .bucket {
    width: 100%;
}

.two-columns .bucket {
    width: 50%;
}

.three-columns .bucket {
    width: 33.33%;
}

.four-columns .bucket {
    width: 25%;
}

.five-columns .bucket {
    width: 20%;
}

/* Buckets Default */
.buckets-large {
    margin: 0 -15px -30px -15px;
    justify-content: flex-start;
    overflow: visible;
    max-width: none;
}
.buckets-large .bucket {
    padding: 0 15px;
    margin-bottom: 30px;
}
.buckets-large a {
    position: relative;
    text-decoration: none !important;
    display: block;
    height: auto;
}
.buckets-large .image {
    height: 186px;
    width: 100%;
    display: flex;
    position: relative;
    margin-top: 0;
    border-bottom: 8px solid #009add;
}
.buckets-large .image:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0;
    z-index: 2;
    background: linear-gradient(
        0deg,
        rgba(0, 154, 221, 0.5),
        rgba(0, 154, 221, 0.5)
    );
    -webkit-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}
.buckets-large .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.buckets-large .h4 {
    display: block;
    color: #555559;
    margin: 15px 0 7px 0;
}
.buckets-large .button {
    display: inline-block;
    color: white;
    margin: 15px auto 0 0;
}
.buckets-large.has-gallery {
    margin: 0;
}
.buckets-large .gallery.carousel {
    padding: 50px 0 0 0;
    gap: 0;
    margin: -50px 0 0 0;
    min-width: 100%;
    max-width: none;
    width: auto;
    display: block;
    overflow: hidden;
}
.buckets-large .slick-list {
    margin: 0 -15px;
}
.buckets-large.has-pager,
.buckets-large.has-arrows {
    padding-bottom: 50px;
}
.buckets-large .slick-prev {
    top: 0;
    right: 60px;
    left: auto !important;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.buckets-large .slick-next {
    top: 0;
    left: auto;
    right: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

/* Buckets Small */
.buckets-small {
    margin: 0 -15px -30px -15px;
    justify-content: flex-start;
}
.buckets-small .bucket {
    padding: 0 15px;
    margin-bottom: 30px;
}
.buckets-small a {
    position: relative;
    height: auto;
    text-align: left;
    text-decoration: none;
}
.buckets-small .image {
    height: 110px;
    width: 100%;
    display: flex;
    position: relative;
    z-index: 2;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.buckets-small .image img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.buckets-small .content {
    margin-top: 10px;
    text-align: left;
    background-color: transparent;
    display: block;
}
.buckets-small p {
    text-align: center;
    line-height: 1.2em;
}
.buckets-small i {
    margin-left: 5px;
    position: absolute;
    opacity: 0;
    transition: opacity ease-in-out 0.25s;
}

/* Buckets Box */
.buckets-box {
    margin: 0 -15px -30px -15px;
    justify-content: flex-start;
    max-width: none;
}
.buckets-box .bucket {
    padding: 0 15px;
    margin-bottom: 30px;
}
.buckets-box a {
    position: relative;
    text-align: left;
    text-decoration: none !important;
    width: 100%;
    background-color: white;
    border: 1px solid #d3d4d8;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    padding-top: 20px;
    transition: border-color ease-in-out 0.25s;
}
.buckets-box .image {
    height: 110px;
    width: 30%;
    display: flex;
    position: relative;
    z-index: 2;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0 10px;
}
.buckets-box .image img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.buckets-box .content {
    text-align: left;
    display: block;
    width: 70%;
    padding-right: 20px;
    padding-bottom: 20px;
}
.buckets-box p:first-child {
    font-weight: bold;
}
.buckets-box p + p {
    margin-top: 5px;
}
.buckets-box .button {
    width: 100%;
    height: 38px;
    margin-top: auto;
    text-align: center;
}

/* Buckets Buttons */
.buckets-button {
    margin: 0 -15px -30px -15px;
    justify-content: flex-start;
}
.buckets-button .bucket {
    padding: 0 15px;
    margin-bottom: 30px;
}
.buckets-button a {
    background-color: #f0f1f3;
    text-decoration: none !important;
    transition: all ease-in-out 0.25s;
    padding: 15px 25px 15px 15px;
    height: 100px;
    color: #555559 !important;
    display: flex;
    align-items: center;
    position: relative;
}
.buckets-button .image {
    width: 48px;
    height: 48px;
    margin-right: 15px;
}
.buckets-button img {
    max-width: 100%;
    max-height: 100%;
}
.buckets-button .title {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Red Hat Display';
}
.buckets-button i {
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    right: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Buckets - Featured Projects */
.buckets-featured .gallery.carousel.has-arrows {
    padding: 0 50px;
}
.buckets-featured .bucket-inner {
    width: 100%;
    height: 450px;
    display: flex;
    flex-wrap: wrap;
}
.buckets-featured .image {
    width: 70%;
    height: 100%;
}
.buckets-featured img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.buckets-featured .content {
    height: 100%;
    background-color: #f4f5f8;
    display: flex;
    justify-content: center;
    width: 30%;
    flex-direction: column;
    padding: 30px;
}
.buckets-featured h6 {
    margin: 0;
    color: #0065a0;
}
.buckets-featured h2 {
    margin: 15px 0 15px 0;
    color: #555559;
}
.buckets-featured p {
    margin: 0 0 15px 0;
    line-height: 23px;
}
.buckets-featured .link {
    margin-right: auto;
    text-decoration: none;
    outline: 0 !important;
    color: #0065a0;
}
/* Buckets - Projects Grid */
.buckets-grid {
    margin: 0 -15px -30px -15px;
    justify-content: flex-start;
    overflow: visible;
}
.buckets-grid .bucket {
    padding: 0 15px;
    margin-bottom: 30px;
}
.buckets-grid a {
    position: relative;
    text-decoration: none !important;
    display: block;
    height: auto;
}
.buckets-grid .image {
    height: 186px;
    width: 100%;
    position: relative;
    margin-top: 0;
    border-bottom: 8px solid #009add;
    display: block;
    overflow: hidden;
}
.buckets-grid .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: none;
    -webkit-transition: transform 0.25s ease-in-out;
    -ms-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
}
.buckets-grid .image:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0;
    z-index: 2;
    background: linear-gradient(
        0deg,
        rgba(0, 154, 221, 0.5),
        rgba(0, 154, 221, 0.5)
    );
    -webkit-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}
.buckets-grid .image:hover:after,
.buckets-grid .image:active:after {
    opacity: 1;
}
.buckets-grid .h6 {
    color: #0065a0;
    margin: 15px 0 6px 0;
}
.buckets-grid .h4 {
    display: block;
    color: #555559;
    margin: 20px 0 7px 0;
}
.buckets-grid .button {
    display: inline-block;
    color: white;
    margin: 15px auto 0 0;
}
.buckets-grid.has-gallery {
    margin: 0;
}
.buckets-grid .gallery.carousel {
    padding: 50px 0 0 0;
    gap: 0;
    margin: -50px 0 0 0;
    min-width: 100%;
    max-width: none;
    width: auto;
    display: block;
    overflow: hidden;
}
.buckets-grid .slick-list {
    margin: 0 -15px;
}
.buckets-grid.has-pager,
.buckets-grid.has-arrows {
    padding-bottom: 50px;
}
.buckets-grid .slick-prev {
    top: 0;
    right: 60px;
    left: auto !important;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.buckets-grid .slick-next {
    top: 0;
    left: auto;
    right: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

@media (min-width: 1200px) {
    .buckets-large .image:hover:after,
    .buckets-large .image:active:after {
        opacity: 1;
    }
    .buckets-large .h4:hover,
    .buckets-large .h4:active {
        color: #136cb6;
    }

    .buckets-small a:hover,
    .buckets-small a:active {
        text-decoration: none;
        color: #555559;
    }
    .buckets-small a:hover p,
    .buckets-small a:active p {
        color: #555559;
    }
    .buckets-small a:hover i,
    .buckets-small a:active i {
        opacity: 1;
    }

    .buckets-box a:hover,
    .buckets-box a:hover {
        border-color: #009add;
    }
    .buckets-box a:hover .button,
    .buckets-box a:hover .button {
        background-color: #009add;
    }

    .buckets-button a:hover,
    .buckets-button a:active {
        background-color: #003763;
        color: white !important;
    }

    .buckets-grid .image:hover img,
    .buckets-grid .image:active img {
        transform: scale(1.05);
    }
    .buckets-grid .h4:hover,
    .buckets-grid .h4:active {
        color: #136cb6;
    }
}

.faux-buckets img {
    max-height: 110px;
    max-width: 110px;
    margin: auto;
    display: block;
}
.faux-buckets .has-white-background-color {
    padding: 20px 15px;
    height: 100%;
}
.faux-buckets .has-white-background-color h5 {
    font-size: 16px;
    line-height: 25px;
    color: #555559;
    margin-bottom: 0;
}

/* Icon List */
.icon-list ul li {
    list-style-type: none;
    padding-left: 28px;
    position: relative;
    margin-bottom: 15px;
}
.icon-list.two-columns ul {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}
.icon-list.three-columns ul {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
}
.icon-list.four-columns ul {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
}
.icon-list ul li:before {
    display: none;
    color: 136CB6;
}
.icon-list ul li i {
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 4px;
    margin-right: 10px;
    color: #136cb6;
}
p + .icon-list {
    margin-top: 25px;
}
.icon-list + .wp-block-buttons {
    margin-top: 15px;
}
/* Jumplinks */
.jumplinks {
    display: flex;
    justify-content: center;
}
.jumplinks a {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Red Hat Display', sans-serif;
    text-align: center;
    display: block;
    padding: 0 30px 30px 30px;
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none !important;
}
.jumplinks .title {
    display: block;
}
.jumplinks i {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    width: 38px;
    height: 38px;
    margin: auto;
    background-color: transparent;
    line-height: 38px;
    border-radius: 100%;
    transition: all ease-in-out 0.25s;
}
.jumplinks a:hover {
    text-decoration: none;
}
.jumplinks a:hover i {
    background-color: #009add;
}
.jumplinks.amount-many {
    flex-wrap: wrap;
    margin-bottom: -30px;
}
.jumplinks.amount-many a {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px;
}

/* Color Options */
.color-options {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 !important;
}
.color-options li {
    list-style-type: none;
    padding: 0 !important;
    margin: 0 10px 10px 0 !important;
    width: 30px;
    height: 30px;
    display: inline-block;
    border: 1px solid #646569;
    cursor: pointer;
    position: relative;
}
.color-options li:first-child {
    margin-left: 0 !important;
}
.color-options li:before {
    display: none !important;
}
.color-options li span {
    background-color: #232324;
    color: white;
    display: block;
    padding: 0px 7px;
    white-space: nowrap;
    border-radius: 3px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -36px;
    font-family: 'Red Hat Display', sans-serif;
    font-size: 14px;
    display: none;
}
.color-options li span:after {
    font-family: 'Font Awesome 6 Pro';
    content: '\f0d7';
    display: block;
    position: absolute;
    bottom: -13px;
    font-size: 20px;
    color: #232324;
    font-weight: bold;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.color-options li:hover span {
    display: block;
}
p + .color-options {
    margin-top: 5px !important;
}
.color-options + p {
    margin-top: 10px;
}
.color-options + .wp-block-buttons {
    margin-top: 20px;
}

/* Files */
.files {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -30px -15px;
}
.files .item {
    padding: 0 15px;
    margin: 10px 0 30px 0;
}
.files a {
    display: flex;
    padding: 13px 15px !important;
}
.files span {
    padding-right: 20px;
}
.files i {
    font-size: 18px;
    margin-left: auto;
}
.files + .wp-block-spacer + p {
    margin-top: 15px;
}

/* Tables */
.table-responsive {
    position: relative;
    overflow: auto;
    display: block;
    padding-bottom: 15px;
    border: 0;
}

.table-responsive::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: rgba(238, 238, 238, 1);
    height: 10px;
}

.table-responsive::-webkit-scrollbar {
    width: 12px;
    background-color: #eeeeee;
    height: 5px;
    border-radius: 10px;
}

.table-responsive::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #136cb6;
}
.wp-block-table {
    margin-bottom: 0;
}
.wp-block-table td {
    border: 1px solid #f0f1f3;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    padding: 15px 20px;
    text-align: left;
    background-color: white;
    color: #555559;
    vertical-align: top;
}
.wp-block-table td:first-child {
    width: 180px;
}
.wp-block-table tr:nth-child(even) td {
    background-color: #fbfbfb;
}
.wp-block-table figcaption {
    font-size: 14px;
    font-size: 14px;
    line-height: 20px;
}
.wp-block-table + p {
    margin-top: 20px;
}

/* Forms ========================================================================== */
.wpcf7-spinner {
    position: absolute;
}

.wpcf7-form .fieldset {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -16px;
}
.wpcf7-form .input-group {
    display: flex;
    flex-direction: column;
    padding: 0 16px;
    margin-bottom: 15px;
}
.wpcf7-form .input-group br {
    display: none;
}
.wpcf7-form input[type='text'],
.wpcf7-form input[type='email'],
.wpcf7-form input[type='number'],
.wpcf7-form input[type='tel'],
.wpcf7-form textarea,
.wpcf7-form select,
.wpcf7-form .bootstrap-select {
    color: #555559;
    font-family: 'Red Hat Display', sans-serif;
    line-height: 45px !important;
    background-color: white;
    border: 1px solid #d3d4d8;
    border-radius: 0;
    width: 100%;
    height: 45px;
    margin: 0;
    padding: 0 15px;
    font-weight: 500;
    font-family: 'Red Hat Display', sans-serif;
    display: block;
    font-size: 15px;
    line-height: 20px;
}
.wpcf7-form input[type='text']:focus,
.wpcf7-form input[type='email']:focus,
.wpcf7-form input[type='number']:focus,
.wpcf7-form input[type='tel']:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus {
    border-color: #136cb6;
}
.wpcf7-form textarea {
    line-height: 1em !important;
    height: 120px !important;
    padding: 15px !important;
}
.wpcf7-form label {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #555559;
    width: 100%;
}
.wpcf7-form label b {
    border-bottom: 1px solid #d3d4d8;
    display: block;
    padding-bottom: 8px;
    margin-bottom: 8px;
    margin-top: 25px;
}
.wpcf7-form input::placeholder {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 15px;
    color: #555559;
}
.wpcf7-form input:-ms-input-placeholder {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 15px;
    color: #555559;
}
.wpcf7-form input::-ms-input-placeholder {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 15px;
    color: #555559;
}
.wpcf7-form textarea::placeholder {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 15px;
    color: #555559;
}
.wpcf7-form textarea:-ms-input-placeholder {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 15px;
    color: #555559;
}
.wpcf7-form textarea::-ms-input-placeholder {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 15px;
    color: #555559;
}
.wpcf7-form input[type='submit'] {
    margin-top: 10px;
    margin-right: auto;
}
.wpcf7-not-valid-tip {
    color: #b61313;
    font-size: 12px;
    font-weight: bold;
    margin-top: 0;
    right: 0;
    position: absolute;
}
.wpcf7-not-valid {
    border-color: #b61313 !important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #b61313 !important;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
}
#quick-contact {
    position: relative;
    overflow: hidden;
    background: url('./imgs/quick-contact-background.jpg') center center
        no-repeat;
    background-size: cover;
    padding: 45px 20px;
}
#quick-contact .constrain {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    width: 100%;
    margin: auto;
}
#quick-contact .column:first-child {
    width: 33.33%;
    padding-right: 30px;
}
#quick-contact .column:first-child * {
    color: white;
}
#quick-contact .column:last-child {
    width: 66.66%;
}
#quick-contact h2 {
    margin-bottom: 19px;
}
#quick-contact .links {
    margin: 25px auto 42px auto;
}
#quick-contact .links a {
    font-weight: 700;
    font-family: 'Red Hat Display';
    margin-bottom: 17px;
    display: inline-block;
}
#quick-contact .links a:last-child {
    margin-bottom: 0;
}
#quick-contact hr {
    opacity: 0.3;
    background-color: white;
    margin-bottom: 15px;
}
#quick-contact .links i {
    font-size: 15px;
    margin-right: 5px;
}
#quick-contact p a {
    text-decoration: none;
}
#quick-contact p a:hover,
#quick-contact p a:active {
    text-decoration: underline;
}
#quick-contact .wpcf7-form {
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 3;
    position: relative;
}

#quick-contact .wpcf7-form input[type='text'],
#quick-contact .wpcf7-form input[type='email'],
#quick-contact .wpcf7-form input[type='number'],
#quick-contact .wpcf7-form input[type='tel'],
#quick-contact .wpcf7-form textarea,
#quick-contact .wpcf7-form select,
#quick-contact .wpcf7-form .bootstrap-select {
    border-color: white !important;
}
#quick-contact .wpcf7-form textarea {
    height: 100px !important;
}
#quick-contact .wpcf7-form label,
#quick-contact .wpcf7-form label .required,
#quick-contact .wpcf7-form p,
#quick-contact .wpcf7-form .error,
#quick-contact .wpcf7-form .errorMessage {
    color: white;
}
#quick-contact .wpcf7-form input[type='submit'] {
    width: 240px;
}
#quick-contact .wpcf7-form input[type='submit']:hover {
    background-color: white;
    border-color: white;
    color: #003763;
}
#quick-contact .wpcf7-not-valid-tip {
    color: white;
}
#quick-contact .wpcf7-not-valid {
    border-color: white !important;
}
#quick-contact .wpcf7 form .wpcf7-response-output {
    color: white;
    margin: 28px 0 0 0;
    font-size: 14px;
}
#quick-contact .wpcf7 form.invalid .wpcf7-response-output,
#quick-contact .wpcf7 form.unaccepted .wpcf7-response-output,
#quick-contact .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: white !important;
}

/* Custom Selects, Checkboxes & Radios */

.wpcf7-form .bootstrap-select {
    padding: 0;
    border: 0;
}

.wpcf7-form .bootstrap-select:focus,
.wpcf7-form .bootstrap-select button:focus {
    outline: 0 !important;
}

.wpcf7-form .bootstrap-select button {
    background-color: transparent;
    padding-left: 10px;
    line-height: 36px;
    border: 1px solid #d7d8d8;
    border-radius: 0;
    padding: 0 10px;
}

.wpcf7-form .bootstrap-select.open button,
.wpcf7-form .bootstrap-select.open button:hover,
.wpcf7-form .bootstrap-select button:active,
.wpcf7-form .bootstrap-select.open button:active,
.wpcf7-form .bootstrap-select.open button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #292b2c;
}

.wpcf7-form .bootstrap-select button span {
    font-weight: normal;
    text-transform: none;
}

.wpcf7-form .bootstrap-select .dropdown-toggle .caret {
    border: 0;
    top: 4px;
    right: 20px;
}

.wpcf7-form .bootstrap-select button .caret:before {
    font-family: 'Font Awesome 5 Pro';
    content: '\f107';
}

.wpcf7-form .bootstrap-select.open button .caret:before {
    content: '\f106';
}

.wpcf7-form .bootstrap-select .dropdown-menu {
    margin: 0 0 0 -1px;
    border-radius: 0;
    border: 1px solid #292b2c;
    padding: 0;
    background-color: #eeeeee;
}

.wpcf7-form .bootstrap-select .dropdown-menu a {
    padding: 8px 10px;
}

.wpcf7-form .bootstrap-select .dropdown-menu a:hover {
    background-color: #dddddd;
}

.wpcf7-form .bootstrap-select .dropdown-menu a:active,
.wpcf7-form .bootstrap-select .dropdown-menu a:focus {
    outline: 0;
}
.wpcf7-form .checkboxes {
    margin-bottom: 10px;
}
.three-col .wpcf7-checkbox {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    display: block;
}
.two-col .wpcf7-checkbox {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    display: block;
}
.wpcf7-checkbox .wpcf7-list-item {
    margin-left: 0;
    display: block;
}

p.find-rep-desc {
    margin-right: 180px;
}

#find-rep div.fieldset,
#find-na div.fieldset {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -16px;
}

#find-rep div.input-group,
#find-na div.input-group {
    display: flex;
    flex-direction: column;
    padding: 0 16px;
    margin-bottom: 15px;
}

#find-rep label,
#find-na label {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #555559;
}

#find-rep input,
select,
#find-na input {
    position: block;
    display: block;
    width: 100%;
    height: 39px;
    font-weight: 400;
    background: #ffffff;
    border: 1px solid #d3d4d8;
    font-family: 'Red Hat Text';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    padding: 0 16px;
    color: #555559;
}

#find-rep input[type='submit'],
#find-na input[type='submit'] {
    height: 39px;
    margin: 10px 0px;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background-color: #136cb6;
    max-width: 172px;
}

#find-rep select:required:invalid,
#find-na select:required:invalid {
    color: gray;
}
#find-rep option[value=''][disabled],
#find-na option[value=''][disabled] {
    display: none;
}
#find-rep option,
#find-na option {
    color: black;
}

#tablepress-repdata {
    display: none !important;
}

#results {
    display: none;
}
#results.active {
    display: block;
}
#results .results-heading {
    font-weight: 400;
    font-size: 35px;
    line-height: 40px;
    font-family: 'Red Hat Display';
    margin-bottom: 20px;
}
#results .rep-group {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #d3d4d8;
    margin-bottom: 30px;
    padding-bottom: 15px;
}
#results .rep-contact {
    margin: 0 0 0 0px;
    padding-bottom: 15px;
    line-height: 25px;
    padding-left: 10px;
}
#results-spec .rep-contact {
    padding-bottom: 30px;
}
#results-spec .rep-group {
    padding-bottom: 0;
}
#results .rep-contact .phone,
#results .rep-contact .email {
    display: flex;
    list-style: none;
    font-weight: 400;
    font-size: 16px;
    padding: 0;
}
#results h2 {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.205714px;
    color: #555559;
    margin: 0px;
}
#results i {
    font-size: 13px;
    position: relative;
    top: 7px;
    vertical-align: bottom;
    padding-right: 8px;
    color: #136cb6;
}
#results .rep-contact p {
    padding-right: 6px;
    text-wrap: break-word;
}
#results .rep-contact .title {
    margin-top: 0px;
    margin-bottom: 20px;
}
#results .rep-contact .description {
    margin-top: 0px;
    margin-bottom: 20px;
}
#results .rep-contact .title + .description {
    margin-top: -15px;
}
#results .rep-contact .rep-type {
    margin-bottom: 8px;
}
#results .rep-contact .title + .rep-type {
    margin-top: -12px;
    font-weight: bold;
}
#results label {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #136cb6;
}
#results .line {
    border: 1px solid #136cb6;
    margin-bottom: 20px;
}
#results .rep-divider {
    border: 1px solid #d3d4d8;
    margin: 30px 0px;
}
#results-sales .rep-group .rep-contact {
    display: none;
}
#results-sales .rep-group .rep-contact:first-child {
    display: block;
}
#results .additional-group {
    padding-left: 25px;
    display: none;
}
#results .additional-group.active {
    display: block;
}
#results .additional-group:before {
    content: 'Additional Contacts';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    color: #136cb6;
    padding-left: 10px;
}
#results .additional-group h2 {
    display: none;
}

/* Find a Rep - MAP */
#locations-map {
    width: 100%;
    height: 570px;
}

/* Search Results */
.search-result {
    margin-bottom: 25px;
    counter-increment: searchresult;
    position: relative;
    padding-left: 40px;
    border-bottom: 1px solid #b0b3b1;
    padding-bottom: 30px;
}

.search-result:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.search-result:before {
    content: counter(searchresult) '. ';
    color: #555559;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 300;
    font-size: 32px;
    line-height: 38px;
}

.search-result h3 {
    margin: 0;
}

.search-result h3 a {
    color: #136cb6;
    font-weight: 300;
    font-size: 32px;
    line-height: 38px;
}

.search-result p {
    margin-top: 15px;
}

.search-pagination {
    margin: 20px auto;
    display: flex;
    justify-content: center;
}
.search-pagination span.page-numbers.current {
    padding: 5px 10px;
    margin: 0;
    display: flex;
    margin-right: 4px;
    margin-bottom: 5px;
    background-color: #003763;
    color: white;
}
.search-pagination .page-numbers {
    border: 1px solid #d3d4d8;
    background-color: white;
    text-decoration: none !important;
}
.search-pagination a {
    color: #777777;
    outline: none;
}
.search-pagination a.page-numbers {
    padding: 5px 10px;
    margin: 0;
    display: flex;
    margin-right: 4px;
    margin-bottom: 5px;
}
.search-pagination a.page-numbers:hover {
    border-color: #003763;
    color: #003763;
}
.search-pagination span.page-numbers.dots {
    border: none;
    display: flex;
    align-items: end;
    margin-right: 3px;
}

/* Contact Info */
.contact-info p {
    position: relative;
    padding-left: 30px;
    margin-bottom: 16px;
}

.contact-info p:last-child {
    margin-bottom: 0;
}

.contact-info p i {
    color: #003763;
    position: absolute;
    left: 0;
    font-size: 16px;
    top: 2px;
    width: 25px;
    text-align: center;
}

.contact-info a {
    color: #555559;
    text-decoration: none;
}

/* Accordion */
.wp-block-ub-content-toggle {
    max-width: 767px;
    margin: auto;
}
.wp-block-ub-content-toggle-accordion {
    border: 0 !important;
    border-bottom: 1px solid #b0b3b1 !important;
}
.wp-block-ub-content-toggle-accordion-title-wrap {
    background-color: transparent !important;
}
.wp-block-ub-content-toggle-accordion
    .wp-block-ub-content-toggle-accordion-title {
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #003763 !important;
    padding-bottom: 20px;
    padding-left: 15px;
}
.wp-block-ub-content-toggle-accordion-title-wrap
    .wp-block-ub-content-toggle-accordion-state-indicator {
    color: #136cb6;
}
.wp-block-ub-content-toggle-accordion-content-wrap {
    padding: 0 10px 25px 15px;
    position: relative;
}
.wp-block-ub-content-toggle-accordion-content-wrap:after {
    content: '';
    height: 1px;
    width: 100%;
    display: block;
    background: linear-gradient(90deg, #136cb6 0%, #6930be 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}
.wp-block-ub-content-toggle + .wp-block-buttons {
    margin-top: 30px;
}

/* Tabbed Content */
.uagb-tabs__wrap {
    margin: 0;
}
.uagb-tabs__wrap .uagb-tabs__panel .uagb-tab {
    padding: 0;
    margin: 0;
    border: 1px solid #f0f1f3 !important;
    border-bottom: 0 !important;
    border-right: 0 !important;
    background-color: #fbfbfb;
}
.uagb-tabs__wrap .uagb-tabs__panel .uagb-tab a {
    padding: 11px 30px !important;
}
.uagb-tabs__wrap .uagb-tabs__panel .uagb-tab.uagb-tabs__active {
    background-color: #136cb6;
}
.uagb-tabs__wrap .uagb-tabs__panel .uagb-tab.uagb-tabs__active a {
    color: white;
    text-decoration: none !important;
}
.uagb-tabs__wrap .uagb-tabs__panel .uagb-tab:last-child {
    border-right: 1px solid #f0f1f3 !important;
}
.uagb-tabs__wrap .uagb-tabs__panel .uagb-tab:before {
    display: none;
}
.uagb-tabs__wrap .uagb-tabs__body-wrap {
    border: 1px solid #f0f1f3 !important;
    background-color: #fbfbfb;
}
.uagb-tabs__wrap .uagb-tabs__body-container {
    padding: 15px 20px 20px 20px;
}
.rep-search-tabs.uagb-tabs__wrap .uagb-tabs__body-container {
    padding: 15px 20px 0px 20px;
}

/* Testimonials */
.wp-block-uagb-testimonial {
    margin-top: 50px;
}
.uagb-testimonial__wrap {
    background: url('./imgs/quotes.svg') left top no-repeat transparent;
    padding-top: 110px;
    padding-left: 40px !important;
}
.uagb-testimonial__wrap .uagb-tm__desc {
    font-family: 'Red Hat Display';
    font-style: italic;
    font-weight: 700 !important;
    font-size: 24px !important;
    line-height: 35px !important;
    text-align: left;
    color: #555559 !important;
    margin-bottom: 35px !important;
}
.uagb-testimonial__wrap .uagb-tm__author-name {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 25px !important;
    text-align: left;
    color: #555559 !important;
    margin: 0 !important;
}
.uagb-testimonial__wrap .uagb-tm__company {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 25px !important;
    text-align: left;
    color: #555559 !important;
    margin: 0 !important;
}
.uagb-testimonial__wrap .uagb-testimonial-details {
    display: block;
}

/* Download PDF ========================================================================== */
.save-as-pdf-pdfcrowd-button-wrap {
    text-align: right !important;
}
.save-as-pdf-pdfcrowd-button-wrap i {
    font-size: 17px;
    padding-right: 5px;
}
.save-as-pdf-pdfcrowd-button {
    margin: 0 0 20px 0 !important;
}
.save-as-pdf-pdfcrowd-button:hover {
    text-decoration: underline;
}

/* Button List Boxes ========================================================================== */
.button-list-boxes .wp-block-button__link {
    width: 140px;
}

/* Widen Gallery ========================================================================== */
#widen-filters {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-top: 30px;
    margin-top: -50px;
}
#widen-filters .widen-label {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Red Hat Text', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #555559;
    display: block;
}
#widen-filters .bootstrap-select {
    width: 200px !important;
    padding-right: 10px;
}
#widen-filters .bootstrap-select button {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: 0 !important;
    background-color: white !important;
    border: 1px solid #d3d4d8 !important;
    color: #555559 !important;
    font-weight: 600;
    border-radius: 0;
    font-family: 'Red Hat Text', sans-serif !important;
    font-size: 14px !important;
    moz-transition: border-color 0.25s ease-in-out;
    -o-transition: border-color 0.25s ease-in-out;
    -webkit-transition: border-color 0.25s ease-in-out;
    transition: border-color 0.25s ease-in-out;
}
#widen-filters .bootstrap-select button.bs-placeholder {
    font-weight: normal;
}
#widen-filters .bootstrap-select button:hover,
#widen-filters .bootstrap-select button:active,
#widen-filters .bootstrap-select button:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: 0 !important;
    background-color: white !important;
    border: 1px solid #136cb6 !important;
    color: #555559;
}
#widen-filters .bootstrap-select.btn-group .dropdown-toggle .caret {
    border: 0;
    right: 20px;
    margin-top: -9px;
    font-family: 'Red Hat Text', sans-serif;
    font-size: 14px;
}
#widen-filters .bootstrap-select.btn-group .dropdown-toggle .caret:after {
    font-family: 'Font Awesome 6 Pro';
    content: '\f107';
    color: #555559;
}
#widen-filters input[type='text'] {
    background-color: white;
    border: 1px solid #d3d4d8;
    color: #555559;
    height: 34px;
    padding: 0 12px;
    font-size: 14px;
    font-weight: 600;
}
#widen-filters input[type='text']:hover,
#widen-filters input[type='text']:active,
#widen-filters input[type='text']:focus {
    border: 1px solid #136cb6;
}
#widen-filters input::placeholder {
    color: #555559;
    font-family: 'Red Hat Text', sans-serif;
    font-size: 14px;
    font-weight: normal;
}
#widen-filters input:-ms-input-placeholder {
    color: #555559;
    font-family: 'Red Hat Text', sans-serif;
    font-size: 14px;
    font-weight: normal;
}
#widen-filters input::-ms-input-placeholder {
    color: #555559;
    font-family: 'Red Hat Text', sans-serif;
    font-size: 14px;
    font-weight: normal;
}
#widen-filters .button {
    margin-left: 10px;
    height: 34px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 30px;
    margin-bottom: 40px;
}
#widen-gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
#widen-gallery .item {
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 30px;
}
#widen-gallery .item a {
    display: block;
    position: relative;
    height: 190px;
    overflow: hidden;
}
#widen-gallery a:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0;
    z-index: 2;
    background: linear-gradient(
        0deg,
        rgba(0, 154, 221, 0.5),
        rgba(0, 154, 221, 0.5)
    );
    -webkit-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}
#widen-gallery .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#widen-gallery p {
    padding: 0 15px;
}
#widen-more {
    text-align: center;
    display: none;
}
@media (min-width: 1200px) {
    #widen-gallery a:hover:after,
    #widen-gallery a:active:after {
        opacity: 1;
    }
}

/* Accents ========================================================================== */
.metl-background-1 {
    background: url('./imgs/design-with-metl-span-background.jpg') center center
        no-repeat;
    background-size: cover;
}
.metl-background-2 {
    background: url('./imgs/latest-innovations-background.jpg') center center
        no-repeat;
    background-size: cover;
}

/* Single Post ========================================================================== */

.single-post section .block {
    padding-top: 20px;
}
.single-post .block .column img {
    max-width: 100%;
    max-height: 500px;
    width: auto;
    margin: 15px auto 15px 0;
}

/* Events ========================================================================== */
.wpem-event-type a {
    pointer-events: none !important;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}
.infinity-end.neverending .site-footer {
    display: block;
}

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