@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,700,800&display=swap");
/*!
Theme Name: becht
Theme URI: http://underscores.me/
Author: John Horoszewski
Author URI: http://www.delianet.com
Description: Custom Theme built for Becht by Delianet Developed by John Horoszewski - Utilizing, ACF, ACF Pro and custom PHP, JS, HTML and CSS(SASS)
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: becht
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 with others.

becht is based on Underscores https://underscores.me/, (C) 2012-2017 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/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

*,
:after,
:before {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.constrain {
  display: block;
  padding: 0 10px;
  max-width: 1200px;
  margin: 0 auto;
}
.constrain.tny {
  max-width: 640px;
}
.constrain.sm {
  max-width: 960px;
}
.constrain.md {
  max-width: 1024px;
}

.flexxed {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

.p10 {
  padding: 10px 0;
}

.p30 {
  padding: 15px 0;
}

.p30 {
  padding: 15px 0;
}

.p45 {
  padding: 15px 0;
}

.p60 {
  padding: 20px 0;
}

.social-media .sm-title {
  float: left;
  margin: 0 5px 0 0;
  text-transform: uppercase;
}
.social-media ul {
  display: flex;
  flex-direction: row;
  float: left;
  justify-content: flex-start;
  list-style-type: none;
}
.social-media ul li a {
  color: #43a447;
  padding: 0 5px;
}

.btn {
  display: inline-block;
  margin: 10px 0;
  text-align: center;
  text-transform: uppercase;
}
.btn.md-btn {
  padding: 7px 15px;
}
.btn.lg-btn {
  padding: 15px 35px;
}
.btn.accent1-bg {
  color: #FFFFFF !important;
  background-color: #005598;
}
.btn.accent1-bg:hover {
  background-color: #43a447;
  color: #FFFFFF !important;
}
.btn.accent2-bg {
  color: #FFFFFF;
  background-color: #43a447;
}
.btn.accent2-bg:hover {
  background-color: #005598;
  color: #FFFFFF !important;
}
.btn.grn-brdr {
  background-color: #FFFFFF;
  border: 2px solid #43a447;
  color: #43a447;
}
.btn.grn-brdr:hover {
  background-color: #005598;
  color: #FFFFFF;
}
.btn.wht-brdr {
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
}
.btn.wht-brdr:hover {
  border-color: #005598;
  background-color: #43a447;
}

.underlined {
  position: relative;
  padding: 0 0 20px 0;
}
.underlined::after {
  content: "";
  border-bottom: 6px solid #9fb9cf;
  bottom: 5px;
  display: block;
  position: absolute;
  width: 150px;
}
.underlined.center {
  text-align: center;
}
.underlined.center::after {
  left: 0;
  margin: 0 auto;
  right: 0;
}

.back-to-top {
  background-color: #43a447;
  display: block;
  border-radius: 3px;
  bottom: 30px;
  height: 44px;
  opacity: 0.65;
  position: fixed;
  right: -50px;
  width: 44px;
  z-index: 999;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.15);
  transition: all 0.5s ease-in-out;
}
.back-to-top.visible {
  right: 10px;
  transition: all 0.5s ease-in-out;
}

.back-to-top:after {
  color: #FFFFFF;
  content: "\f0d8";
  display: block;
  font-family: "fontAwesome", sans-serif;
  font-size: 40px;
  left: 11px;
  line-height: 1em;
  position: absolute;
  top: 1px;
}

.pagination {
  text-align: center;
}

.prev,
.next {
 
}

.page-numbers {

  color: #707070 !important;display: inline-block;
  padding: 7px 3px;
  text-align: center;
  width: 50px;
	border:1px solid #A8A8A8;
	background-color:#fff;
}
.page-numbers.current {
   background-color: #229B47;
	color:#fff !important;
}
.page-numbers.dots {
 background-color:#fff;
 color: #707070 !important;
  width: auto;
}
.page-numbers:hover {
  background-color: #005598 !important;
}

.important-info {
  color: red !important;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  letter-spacing: 0.25px;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #231f20;
  line-height: 1.35;
  margin: 0 0 15px 0;
  font-family: "Poppins", sans-serif;
}
h2 {
  text-transform: uppercase;
}

p {
  margin: 0 0 15px 0;
}
p:last-of-type {
  margin: 0;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

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

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

big {
  font-size: 125%;
}

/* Just for funs and it looks cool */
::-moz-selection {
  background: #231f20;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #231f20;
  color: #fff;
  text-shadow: none;
}

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

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

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

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

ul, ol {
  margin: 0;
  padding: 0;
}

.content-area ul, .content-area ol {
  margin: 10px 0 0 15px;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

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

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

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

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

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

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}

a:hover, a:focus, a:active {
  transition: all 0.25s ease-in-out;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  transition: all 0.25s ease-in-out;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-header {
  background-color: #FFFFFF;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.15);
  position: fixed;
  width: 100%;
  z-index: 999;
}
.site-header ul {
  list-style-type: none;
}

.aux-header {
  background-color: #005598;
  display: block;
  font-size: 18px;
  position: absolute;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  width: 100%;
}
.aux-header.opened {
  transition: all 0.4s ease-in-out;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.15);
}
.aux-header.opened a.moretosee i {
  transform: rotate(180deg);
  transition: all 0.4s ease-in-out;
}
.aux-header i {
  color: #43a447;
}
.aux-header a {
  color: #88a5c8;
  padding: 0 0 5px 0;
}
.aux-header a:hover {
  background-color: #0f345f;
  color: #FFFFFF;
}
.aux-header .constrain {
  max-width: 100%;
  padding: 0;
}
.aux-header .aux-menu {
  display: block;
  width: 100%;
}
.aux-header .aux-menu li {
  text-align: left;
}
.aux-header .aux-menu li a {
  display: inline-block;
  padding: 0 0 5px 0;
  width: 100%;
}
.aux-header .aux-menu li a:hover {
  background-color: #0f345f;
  color: #FFFFFF;
}
.aux-header .search {
  display: none;
}
.aux-header .translate i {
  float: left;
}
.aux-header #google_language_translator select.goog-te-combo {
  background-color: #005598;
  border: 0 !important;
  color: #88a5c8;
  font-size: 18px;
  text-transform: uppercase;
  width: auto;
}
.aux-header .translate {
  position: relative;
}
.aux-header .translate i {
  left: -20px;
  position: absolute;
  top: 8px;
}
.aux-header .flexxed {
  align-items: center;
}
.aux-header a.moretosee,
.aux-header .login {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.aux-header a.moretosee i {
  transition: all 0.4s ease-in-out;
  transform: rotate(0deg);
}

.main-header {
  padding: 10px 0;
}
.main-header .logo {
  display: block;
  max-width: 235px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
ul.projects-widget {
  list-style-type: none;
  margin: 0;
}
ul.projects-widget li {
  border-bottom: 3px solid #ebebeb;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 0 10px 0;
  margin: 0 0 15px 0;
}
ul.projects-widget .rp-image {
  height: 100px;
  overflow: hidden;
  position: relative;
  width: 31%;
}
ul.projects-widget .rp-image img {
  left: 50%;
  max-width: initial;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
ul.projects-widget .rp-wrapper {
  width: 63%;
}
ul.projects-widget .rp-wrapper a {
  display: block;
  font-weight: 500;
}
ul.projects-widget .rp-wrapper a:last-of-type {
  margin: 7px 0 0 0;
  text-transform: uppercase;
}
ul.projects-widget .rp-wrapper a:hover {
  color: #005598;
}

.error-404 {
  text-align: center;
}
.error-404 .image-404 {
  margin: 0 auto 25px;
}
.error-404 h2 {
  color: #005598;
  margin: 0 0 15px 0;
}
.error-404 form {
  margin: 0 auto 25px auto;
}
.error-404 input[type=search],
.error-404 input[type=submit] {
  border: 0;
  border-radius: none;
  height: 45px;
  outline: 0;
  width: 100%;
}
.error-404 input[type=search] {
  background-color: #ebebeb;
}
.error-404 input[type=submit] {
  background-color: #005598;
  color: #FFFFFF !important;
  font-weight: 600;
}
.error-404 .need-help {
  font-style: italic;
}

.site-content a {
  color: #43a447;
}
.site-content a:hover {
  color: #005598;
}

.intro-content p {
  font-size: 18px;
  text-align: center;
}

.contact h2 {
  color: #005598;
  font-size: 32px;
  font-weight: 800;
}
.contact .intro-content {
  margin: 0 0 15px 0;
}
.contact input[type=text],
.contact input[type=email],
.contact select {
  background-color: #ebebeb;
  border: 0;
  border-radius: 0;
  color: #818284;
  height: 45px;
  margin: 0 0 20px 0;
  width: 100%;
}
.contact select {
  padding: 0 0 0 5px;
}
.contact textarea {
  background-color: #ebebeb;
  border: 0;
  border-radius: 0;
  color: #818284;
  width: 100%;
}
.contact input[type=submit] {
  background-color: #43a447;
  border: 0;
  border-radius: 0;
  color: #FFFFFF;
  font-size: 18px;
  margin: 15px 0 0 0;
  max-width: 300px;
  padding: 15px 30px;
  text-transform: uppercase;
  width: 100%;
}
.contact .checkbox-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 0 10px 0;
}
.contact .checkbox-item:last-of-type {
  margin: initial;
}
.contact .checkbox-item span.wpcf7-list-item {
  margin: 0;
}
.contact .wpcf7-list-item {
  width: 55px;
}
.contact .disclaimer {
  margin: 0 0 15px 0;
  max-width: 300px;
}
.contact aside.contact-sidebar {
  margin: 25px 0 0 0;
}
.contact .contact-item {
  margin: 0 0 25px 0;
}
.contact .contact-item .flexxed {
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
.contact .contact-item h3 {
  color: #005598;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}
.contact .contact-item .info {
  display: block;
}
.contact .contact-item .info.town, .contact .contact-item .info.state, .contact .contact-item .info.zip, .contact .contact-item .info.country {
  display: inline-block;
}
.contact .ci-icon {
  background-color: #43a447;
  border-radius: 75px;
  display: block;
  height: 75px;
  margin: 0 20px 0 0;
  min-width: 75px;
  position: relative;
  width: 75px;
}
.contact .ci-icon i {
  color: #FFFFFF;
  font-size: 30px;
  left: 0;
  margin: 0 auto;
  opacity: 0.75;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.becht-contact-header {
  color: #005598;
  font-weight: 600;
  font-size: 1.5rem;
}

.becht-contact-intro {
  text-align: center;
}

.becht-contact-containter .becht-contact-rows {
  display: flex;
  flex-direction: row;
}
.becht-contact-containter .becht-contact-items {
  flex-grow: 1;
  justify-content: center;
  min-width: 25%;
}
.becht-contact-containter input[type=name],
.becht-contact-containter input[type=styled],
.becht-contact-containter select {
  background-color: #ebebeb;
  border: 0;
  border-radius: 0;
  color: #272727;
  height: 35px;
  margin: 0 0 10px 0;
  width: 85%;
}

.becht-contact-header-page {
  color: #005598;
  font-weight: 600;
  font-size: 2.5rem;
}

.becht-contact-intro-page {
  text-align: center;
  font-size: 1rem;
}

.becht-contact-containter-page .becht-contact-rows-page {
  display: flex;
  flex-direction: row;
}
.becht-contact-containter-page .becht-contact-items-page {
  flex-grow: 1;
  justify-content: center;
}
.becht-contact-containter-page input[type=name],
.becht-contact-containter-page input[type=styled],
.becht-contact-containter-page select {
  background-color: #ebebeb;
  border: 0;
  border-radius: 0;
  color: #272727;
  height: 40px;
  margin: 0 0 15px 0;
  width: 85%;
}

#registerNotes {
  width: 93%;
}

.home h2 {
  font-size: 30px;
}

.hero,
.intro,
.general-section {
  background-position: center center;
  background-size: cover;
}

.hero {
  color: #FFFFFF;
  height: 550px;
  overflow: visible;
  position: relative;
}
.hero .hero-content {
  display: block;
  left: 0;
  margin: 0 auto;
  max-width: 960px;
  position: absolute;
  right: 0;
  top: 50%;
  text-align: center;
  transform: translateY(-55%);
}
.hero .hero-content a.btn {
  margin: 30px 0 0 0;
}
.hero h1 {
  color: #FFFFFF;
  font-size: 30px;
  font-weight: 800;
}
.hero h2 {
  font-size: 24px;
  font-weight: 600;
  color: #FFFFFF;
}
.hero .selector {
  background-color: #0f345f;
  border-radius: 0 30px 0 30px;
  bottom: -75px;
  color: #FFFFFF;
  display: block;
  left: 0;
  margin: 0 auto;
  max-width: 600px;
  padding: 20px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
}
.hero .selector .selector-title {
  color: #FFFFFF;
  margin: 0 0 20px 0;
  text-align: center;
  text-transform: uppercase;
}
.hero .selector .selectors {
  display: block;
}
.hero .selector .block1,
.hero .selector .block2 {
  background-color: #b7b7b7;
  display: inline-block;
  height: 45px;
  margin: 0 0 10px 0;
  max-width: 275px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}

.intro {
  padding-top: 100px;
}
.intro .one-half:first-of-type {
  margin: 0 0 20px 0;
}
.intro h2 {
  font-weight: 400;
  text-transform: uppercase;
}
.intro a.btn {
  margin: 15px 0 0 0;
}

.general-section .one-half:first-of-type {
  margin: 0 0 20px 0;
}
.general-section .general-section-image {
  text-align: center;
}
.general-section a.btn {
  margin: 15px 0 0 0;
}
.general-section.second a.btn {
  min-width: 295px;
}

.about .intro-image {
  margin: 0 0 25px 0;
}

.about .sub-intro {
  background-color: #eaeaea;
}

.about .sub-intro .one-half:first-of-type {
  margin: 0 0 25px 0;
}

.about .sub-content-image {
  margin: 0 0 15px 0;
}

.about .team-block {
  box-shadow: 0px 0px 3px 5px rgba(0, 0, 0, 0.15);
}

.teamPhoto {
  height: 100px;
  max-width: 100px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ql-boast-cta {
  background-color: #023c6b;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.ql-boast-cta h2 {
  color: #FFFFFF;
}

.ql-boast-cta .flexxed {
  align-items: center;
}

a.about-qls {
  background-color: #005598;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
  border-top-right-radius: 50px;
  color: #FFFFFF;
  margin: 100px 0 0 0;
  max-width: 215px;
  padding: 100px 15px 15px 15px;
  position: relative;
  text-align: center;
  width: 215px;
}

a.about-qls:hover {
  background-color: #012c50;
  color: #FFFFFF;
}

a.about-qls:hover > .ql-icon {
  background-color: #005598;
}

a.about-qls .ql-title {
  font-size: 27px;
  font-weight: 600;
  line-height: 1.15em;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

a.about-qls .ql-icon {
  background-color: #43a447;
  border: 5px solid #FFFFFF;
  border-radius: 100px;
  height: 150px;
  left: 50%;
  position: absolute;
  top: -75px;
  transform: translateX(-50%);
  width: 150px;
}

a.about-qls .ql-icon img {
  height: 60%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60%;
}

.boast-form {
  box-shadow: 0px 0px 3px 5px rgba(0, 0, 0, 0.15);
  margin: 45px 0 0 0;
}

.boast-form h2 {
  color: #005598;
}

.boast-form .boasts {
  background-color: #FFFFFF;
  padding: 10px 10px 20px 10px;
}

.boast-form .boasts .boast-item {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 0 25px 0;
}

.boast-form .boasts .boast-item:last-of-type {
  margin: 0;
}

.boast-form .boasts .boast-img {
  background-color: #898989;
  border-radius: 50px;
  height: 100px;
  position: relative;
  width: 100px;
}

.boast-form .boasts .boast-img img {
  max-height: 50%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 50%;
}

.boast-form .boasts .boast-text {
  width: 60%;
}

.boast-form .contact-form {
  background-color: #e1e1e1;
  padding: 10px 10px 20px 10px;
  width: 100%;
}

.boast-form .contact-form input {
  margin: 0 0 15px 0;
}

.boast-form .contact-form input[type=submit] {
  background-color: #43a447;
  border: 0;
  border-radius: 0;
  color: #FFFFFF;
  font-size: 18px;
  margin: 15px 0 0 0;
  max-width: 300px;
  padding: 15px 30px;
  text-transform: uppercase;
  width: 100%;
}

.team-members-module {
  background-size: cover;
}

.team-members-module a.to-team-page {
  display: block;
  margin: 0 auto;
  max-width: 460px;
}

.general-section form input[type=text],
.general-section form input[type=email] {
  border: 0;
  margin: 0 0 15px 0;
  outline: 0;
}

.general-section form input[type=submit] {
  color: #FFFFFF;
  background-color: #43a447;
  border: 0;
  border-radius: 0;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  height: 40px;
  margin: 10px 0;
  min-width: 200px;
  outline: 0;
  padding: 7px 15px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
}

.block-page {
  background-position: center center;
  background-size: cover;
}
.block-page h2 {
  color: #005598;
  font-size: 32px;
  font-weight: 800;
}
.block-page h4 {
  font-size: 22px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

a.block {
  background-position: center center;
  background-size: cover;
  color: #FFFFFF;
  margin: 0 0 30px 0;
  padding: 30% 20px 0 20px;
  position: relative;
  text-align: center;
  width: 100%;
}
a.block::after {
  content: "";
  display: block;
  padding-bottom: 50%;
}
a.block .overlay {
  background-color: rgba(0, 85, 152, 0.5);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: all 0.25s ease-in-out;
}
a.block .block-content {
  position: relative;
  z-index: 20;
}
a.block h3 {
  color: #FFFFFF;
  font-size: 23px;
  font-weight: 800;
  margin: 0;
  text-transform: uppercase;
}
a.block .description {
  text-transform: uppercase;
}
a.block .block-btn {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
}
a.block:hover > .overlay {
  background-color: rgba(67, 164, 71, 0.65);
  transition: all 0.25s ease-in-out;
}
a.block:hover .block-btn {
  background-color: #1c691f;
  transition: all 0.25s ease-in-out;
}

.block-btn {
  background-color: #0f345f;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  display: inline-block;
  margin: 40px auto 0 auto;
  transition: all 0.25s ease-in-out;
}

.tax-industry .intro-content h2 {
  color: #005598;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2em;
}
.tax-industry .intro-content a.btn {
  margin-top: 25px;
}
.tax-industry article:nth-of-type(even) {
  background-color: #eaeaea;
}

.accordian-title {
  cursor: pointer;
  display: block;
  font-weight: 700;
  margin: 0;
  padding: 0 0 0 45px;
  position: relative;
}
.accordian-title:before {
  background-color: #43a447;
  color: #FFFFFF;
  content: "\f067";
  display: block;
  font-family: "fontAwesome", sans-serif;
  font-size: 28px;
  font-weight: 300;
  height: 30px;
  left: 5px;
  line-height: 32px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-55%);
  width: 30px;
}
.accordian-title.open:before {
  content: "\f068";
}

.tax-industry article:first-of-type .accordian-content {
  display: block;
}

.accordian-content {
  display: none;
  overflow: hidden;
  padding: 25px 0 0 50px;
}

.locations .intro-content a {
  display: block;
  margin: 25px auto 0 auto;
  max-width: 382px;
  width: 100%;
}
.locations .location-block {
  background-color: #ebebeb;
  margin: 0 0 25px 0;
  min-height: 615px;
  padding: 15px;
  position: relative;
}
.locations .location-image {
  margin: 0 0 10px 0;
}
.locations .location-title {
  color: #005598;
  margin: 0 0 25px 0;
}

.location-info-wrapper .li-info {
  display: inline-block;
  padding: 0 0 10px 25px;
  position: relative;
}
.location-info-wrapper .li-info.phone, .location-info-wrapper .li-info.fax {
  display: block;
  font-weight: 600;
}
.location-info-wrapper i {
  color: #43a447;
  left: -2px;
  position: absolute;
  top: 2px;
}

.location-buttons {
  bottom: 15px;
  left: 15px;
  position: absolute;
  right: 15px;
}
.location-buttons a {
  width: 100%;
}

.projects .excerpt {
  margin: 0 0 15px 0;
}

.project-image {
  margin: 0 0 15px 0;
}

.single-projects h2.project-title {
  color: #005598;
  font-size: 24px;
}

.subpage h2 {
  color: #005598;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2em;
}
.subpage h3 {
  color: #005598;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2em;
  text-transform: uppercase;
}
.subpage .sub-section-secondary-content {
  background-color: #eaeaea;
  padding: 15px;
}

.half {
  margin: 0 0 30px 0;
}
.half:last-of-type {
  margin: initial;
}

.section-links ul {
  list-style: none;
  margin: 0;
}
.section-links ul li {
  margin: 0 0 7px 0;
  position: relative;
  text-transform: uppercase;
}
.section-links ul li i {
  left: -15px;
  position: absolute;
  top: 5px;
}
.section-links h4 {
  color: #FFFFFF;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
}
.section-links h4::after {
  left: 0;
  margin: 0 auto;
  right: 0;
}
.section-links a {
  color: #FFFFFF !important;
  text-decoration: underline;
}
.section-links a:hover {
  color: #9fb9cf;
}
.section-links .section-block {
  padding-left: 10px;
  padding-right: 10px;
}
.section-links .section-block:first-of-type {
  background-color: #668dbb;
}
.section-links .section-block:nth-of-type(1) {
  background-color: #245692;
}
.section-links .section-block:nth-of-type(2) {
  background-color: #0f345f;
}
.section-links .section-block:nth-of-type(3) {
  background-color: #072241;
}
.section-links .section-block i {
  color: #43a447;
}

.sub-section .sub-section-item h4 {
  font-size: 1.5em;
  text-transform: uppercase;
}
.sub-section .sub-section-item:nth-of-type(even) {
  background-color: #eaeaea;
}
.sub-section .sub-section-item:first-of-type .accordian-content {
  display: block;
}

.int-links {
  color: #FFFFFF;
  background-color: #0f345f;
}
.int-links a {
  color: #FFFFFF;
}
.int-links .left {
  background-color: #005598;
}
.int-links .left .int-links-content {
  margin: 0 auto;
}
.int-links .right .int-links-content {
  margin: 0 auto;
}

.int-links-content {
  max-width: 600px;
  padding: 0 10px;
  width: 100%;
}
.int-links-content h2 {
  color: #FFFFFF;
  font-size: 28px;
}
.int-links-content ul {
  list-style: none;
  margin: 0;
}
.int-links-content ul li {
  margin: 0 0 5px 0;
  position: relative;
}
.int-links-content ul li::before {
  color: #43a447;
  content: "";
  font-family: "fontAwesome", sans-serif;
}
.int-links-content ul.ind-services li::before {
  content: "\f054";
  left: -5px;
  position: relative;
}
.int-links-content ul.ind-staff li::before {
  content: "\f007";
  left: -5px;
  position: relative;
}
.int-links-content ul a {
  border-bottom: 1px solid #9fb9cf;
}
.int-links-content ul a:hover {
  color: #9fb9cf;
}
.int-links-content ul i {
  color: #43a447;
}
.int-links-content ul.ind-services {
  text-transform: uppercase;
}

.teams-archive h2 {
  color: #005598;
  font-size: 32px;
  font-weight: 800;
}
.teams-archive .notation {
  font-size: 15px;
  font-style: initial;
}
.teams-archive a.btn {
  display: block;
  margin: 20px auto 0 auto;
  max-width: 367px;
  width: 100%;
}

ul.filters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0 0 25px 0;
  padding: 0;
}
ul.filters li {
  background-color: #e4e4e4;
  font-size: 16px;
  padding: 5px 8px;
  margin: 5px;
  transition: all 0.25s ease-in-out;
}
ul.filters li:hover {
  background-color: #005598;
  color: #FFFFFF;
  transition: all 0.25s ease-in-out;
}
ul.filters li.active {
  background-color: #9d9d9d;
  color: #FFFFFF;
}

.team-block {
  background-color: #ebebeb;
  font-size: 16px;
  margin: 0 0 20px 0;
}
.team-block .tb-content {
  padding: 10px;
  text-align: center;
}
.team-block h3 {
  color: #005598;
  font-size: 21px;
  margin: 0 0 5px 0;
}
.team-block .member-title {
  color: #43a447;
  font-size: 17px;
  font-weight: 500;
  margin: 0 0 25px 0;
}
.team-block a.btn {
  margin: 20px 0 0 0;
}
.single-team .intro-content a.btn {
  display: block;
  margin: 20px auto 0 auto;
  max-width: 367px;
  width: 100%;
}

.member-info {
  background-color: #ebebeb;
  margin: 35px 0;
  padding: 10px;
}
.member-info .member-photo {
  text-align: center;
}
.member-info .member-photo img {
  margin: 0 0 20px 0;
}
.member-info h3 {
  color: #005598;
  font-size: 21px;
  margin: 0 0 5px 0;
}
.member-info .member-title {
  color: #43a447;
  font-size: 17px;
  font-weight: 500;
  margin: 0 0 25px 0;
}

.toplevel h2 {
  color: #005598;
  font-size: 32px;
  font-weight: 800;
}
.toplevel .intro-content h4 {
  font-size: 22px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}
.toplevel .sec-content {
  margin: 15px 0 0 0;
}

.page-banner {
  background-size: cover;
}
.page-banner a {
  color: #FFFFFF;
}
.page-banner h1,
.page-banner h2 {
  color: #FFFFFF;
  margin: 0;
}
.page-banner .breadcrumbs {
  color: #86d6f6;
  text-transform: uppercase;
}
.page-banner .breadcrumbs a {
  color: #86d6f6;
}

.quick-link,
.latest-projects,
.latest-posts,
.cta.getintouch {
  background-position: center center;
  background-size: cover;
}

a.quick-link {
  color: #FFFFFF !important;
  padding: 165px 0;
  position: relative;
}
a.quick-link .overlay {
  background-color: rgba(36, 87, 147, 0.65);
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  transition: all 0.25s ease-in-out;
  top: 0;
  width: 100%;
  z-index: 1;
}
a.quick-link .ql-icon {
  margin: 0 auto 15px auto;
  max-width: 100px;
}
a.quick-link .quick-link-content {
  display: inline-block;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
a.quick-link h3 {
  color: #FFFFFF;
}
a.quick-link .ql-button {
  background-color: #0f345f;
  border: 1px solid #43a447;
  display: inline-block;
  margin: 10px 0 0 0;
  padding: 10px 30px;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
}
a.quick-link:hover > .overlay {
  color: #FFFFFF;
  background-color: rgba(28, 105, 31, 0.75);
  transition: all 0.25s ease-in-out;
}
a.quick-link:hover .ql-button {
  background-color: #034305;
  border-color: #FFFFFF;
  transition: all 0.25s ease-in-out;
}

.cta.getintouch {
  text-align: center;
}
.cta.getintouch .cta-text {
  color: white !important;
  font-size: 36px;
  font-style: italic;
  font-weight: 800;
  line-height: 1.15em;
  margin: 0 0 25px 0;
  text-transform: uppercase;
}
.cta.widget {
  color: #FFFFFF !important;
  display: block;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}
.cta.widget.locations, .cta.widget.careers {
  background-color: #005598;
}
.cta.widget .link {
  padding: 15px 0 20px 0;
}

.latest-projects h2 {
  color: #FFFFFF;
}
.latest-projects .intro-text {
  color: #FFFFFF;
  margin: 0 0 25px 0;
  text-align: center;
}

.latest-projects h2 {
  font-weight: 800;
}
.latest-projects a.project-block {
  background-color: #FFFFFF;
  margin: 0 0 30px 0;
  text-align: center;
}
.latest-projects a.project-block:last-of-type {
  margin: 0;
}
.latest-projects a .project-thumbnail {
  background-color: #43a447;
  display: block;
  height: 175px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.latest-projects a .project-thumbnail img {
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: scale(2.5) translate(0px, -50px);
  transition: all 0.25s ease-in-out;
}
.latest-projects a .project-block-info {
  padding: 10px;
}
.latest-projects a h3 {
  color: #005598;
  transition: all 0.25s ease-in-out;
}
.latest-projects a .link {
  color: #43a447;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
}
.latest-projects a:hover .project-thumbnail img {
  transition: all 0.25s ease-in-out;
  opacity: 0.35;
}
.latest-projects a:hover h3 {
  color: #43a447;
  transition: all 0.25s ease-in-out;
}
.latest-projects a:hover .link {
  background-color: #43a447;
  color: #FFFFFF;
}
.latest-projects .gallery-btn {
  display: block;
  margin: 30px auto 0 auto;
  max-width: 312px;
}

.latest-posts h2 {
  font-weight: 800;
}
.latest-posts a.post-block {
  background-color: #FFFFFF;
  margin: 0 0 30px 0;
  text-align: center;
}
.latest-posts a .post-thumbnail {
  display: block;
  height: 175px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.latest-posts a .post-thumbnail img {
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: scale(2.5) translate(0px, -50px);
}
.latest-posts a h3 {
  transition: all 0.25s ease-in-out;
}
.latest-posts a .lp-post-meta {
  color: #818284;
  margin: 0 0 10px 0;
}
.latest-posts a .lp-post-meta i {
  color: #9fb9cf;
}
.latest-posts a .post-block-info {
  padding: 10px;
}
.latest-posts a .link {
  color: #43a447;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
}
.latest-posts a:hover h3 {
  color: #43a447;
  transition: all 0.25s ease-in-out;
}
.latest-posts a:hover .link {
  color: #005598;
  transition: all 0.25s ease-in-out;
}

aside.blog-sidebar {
  margin: 30px 0 0 0;
}
aside.blog-sidebar h2 {
  color: #005598;
  margin: 0 0 25px 0;
  position: relative;
}
aside.blog-sidebar h2::after {
  border-bottom: 3px solid #43a447;
  bottom: -7px;
  content: "";
  display: block;
  position: relative;
}

.blog-intro {
  margin: 0 0 25px 0;
}
.blog-intro h2 {
  color: #005598;
  font-size: 32px;
  font-weight: 800;
}

.blog-tile {
  background-color: #ebebeb;
  margin: 0 0 25px 0;
}
.blog-tile a {
  color: #005598;
}
.blog-tile .entry-meta {
  margin: 0 0 25px 0;
}
.blog-tile h2 {
  font-weight: 500;
  margin: 0 0 25px 0;
  text-transform: initial;
}
.blog-tile h2 a {
  color: #414042 !important;
}

.entry-meta {
  color: #818284;
}
.entry-meta .flexxed {
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
.entry-meta .author-thumb {
  margin: 0 15px 0 0;
}
.entry-meta .top-meta span.author-name, .entry-meta .top-meta span.date {
  display: block;
}
.entry-meta .top-meta span.byline {
  display: inline-block;
}
.entry-meta .bottom-meta {
  clear: both;
  display: block;
}

.blog-excerpt {
  margin: 0 0 25px 0;
}

.blog-tags {
  color: #818284;
  margin: 25px 0 i;
  margin-color: #43a447;
}

.share-this-article {
  color: #818284;
  margin: 25px 0 0 0;
}

.share-links i {
  font-size: 24px;
}

.share-title {
  display: inline-block;
  float: left;
  margin: 0 5px 0 0;
}

article:last-of-type .blog-tile {
  margin: 0;
}

.blog-tile-content {
  padding: 10px;
}

.single .blog-tile-content {
  margin: 0 0 25px 0;
}
.single .blog-tile-content h2 {
  position: relative;
}
.single .blog-tile-content h2::after {
  border-bottom: 4px solid #FFFFFF;
  bottom: -7px;
  content: "";
  display: block;
  max-width: 550px;
  position: relative;
  width: 100%;
}
.single .bottom-meta .category {
  position: relative;
}
.single .bottom-meta .category::after {
  content: ",";
}
.single .bottom-meta .category:last-of-type::after {
  content: "";
}
.single .blog-tags {
  margin: 15px 0 0 0;
}

.aux-info {
  margin: 0 0 30px 0;
}
.aux-info h3 {
  color: #004D8C;
	font-size:22px;
  position: relative;
  text-transform: uppercase;
}
.aux-info h3::after {
  border-bottom: 1px solid #ccc;
  bottom: 10px;
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
}

.author-info > .flexxed {
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  margin: 0 10px 25px 0;
}
.author-info .author-thumb {
  margin: 0 10px 0 0;
}

.author-recent a {
  display: inline-block;
  font-weight: 600;
  padding: 0 0 0 20px;
  position: relative;
}
.author-recent a i {
  color: #818284;
  left: 0;
  position: absolute;
}

.recent-post-date {
  display: none;
}

.related-posts .wp-post-image {
  box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.1);
  margin: 0 0 10px 0;
}

.related-post {
  margin: 0 0 20px 0;
}
.related-post .title {
  color: #005598;
  font-weight: 500;
  margin: 0 0 10px;
}
.related-post ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.related-post ul li {
  list-style-type: none;
}
.related-post .category {
  position: relative;
}
.related-post .category::after {
  content: ",";
}
.related-post .category:last-of-type::after {
  content: "";
}
.related-post:last-of-type {
  margin: initial;
}

.posts-navigation {
  border-top: 1px solid #cccccc;
  margin: 15px 0 0 0;
  padding: 10px 0 0 0;
	font-size:18px;
}
.posts-navigation .nav-previous {
  margin: 0 0 7px 0;
}
.posts-navigation .nav-previous a {
  color: #414042;
  font-weight: 500;
  padding: 0 0 0 7px;
  margin: 0 0 7px 0;
  position: relative;
}
.posts-navigation .nav-previous a::before {
  content: "\f053";
  font-family: "fontAwesome", sans-serif;
  left: -5px;
  position: relative;
}
.posts-navigation .nav-next a {
   color: #414042;
  font-weight: 500;
  padding: 0 7px 0 0;
  position: relative;
}
.posts-navigation .nav-next a::after {
  content: "\f054";
  font-family: "fontAwesome", sans-serif;
  position: relative;
  right: -5px;
}
.posts-navigation .seperator {
  display: none;
}

.arrow-heading {
  color: #43a447;
  text-transform: uppercase;
}

aside input,
aside select {
  width: 100%;
}
aside .becht-u-ad {
  background-color: #58595b;
  color: #FFFFFF;
  font-size: 14px;
  padding: 0 0 15px 0;
  text-align: center;
}
aside .becht-u-ad .u-logo {
  margin: 20px 0 15px 0;
}
aside .becht-u-ad .sub-text {
  margin: 0 0 5px 0;
}
aside .widget .search-form {
  position: relative;
}
aside .widget .search-form input[type=submit] {
  background-color: #005598;
  background-image: url(img/search-icon-white.png);
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  height: 46px;
  position: absolute;
  right: 0;
  text-indent: -99999px;
  top: 0;
  width: 46px;
}
aside .widget .subscribe-widget {
  background-color: #43a447;
  color: #FFFFFF;
  padding: 15px;
}
aside .widget .subscribe-widget h2 {
  color: #FFFFFF;
  font-size: 20px;
  text-align: center;
}
aside .widget .subscribe-widget h2::after {
  border-color: #80ca84;
  bottom: -3px;
}
aside .widget .subscribe-widget input[type=text],
aside .widget .subscribe-widget input[type=email] {
  border: 0;
  height: 40px;
  margin: 0 0 15px 0;
}
aside .widget .subscribe-widget input[type=submit] {
  background-color: #034305;
  border: 0;
  border-radius: 0;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  height: 50px;
  margin: 15px 0 0 0;
  text-transform: uppercase;
  width: 165px;
}
aside .widget .subscribe-widget .wpcf7-checkbox .wpcf7-list-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin: 0;
}
aside .widget .subscribe-widget .wpcf7-checkbox input[type=checkbox] {
  border: 0;
  border-radius: 0;
  width: 50px;
}

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

.main-footer {
  background-color: #005598;
  color: #FFFFFF;
  padding: 20px 0;
}
.main-footer a {
  color: #FFFFFF;
}
.main-footer h2 {
  color: #FFFFFF;
  margin: 0 0 25px 0;
  position: relative;
  text-transform: uppercase;
}
.main-footer h2::after {
  bottom: -10px;
  content: "";
  border-bottom: 4px solid #9fb9cf;
  left: 0;
  position: absolute;
  width: 200px;
}

.footer-logo {
  max-width: 250px;
}

.general-info {
  margin: 25px 0 0 0;
}

.footer-column {
  margin: 0 0 20px 0;
}
.footer-column .menu {
  list-style-type: none;
}
.footer-column .menu a {
  display: inline-block;
  padding: 3px 0 7px 15px;
  position: relative;
  text-transform: uppercase;
}
.footer-column .menu a:hover {
  color: #63d968;
}
.footer-column .menu a:before {
  color: #63d968;
  content: "\f105";
  font-family: "fontAwesome", sans-serif;
  font-size: 1.15em;
  font-weight: 600;
  left: 0;
  position: absolute;
  top: 0;
}
.footer-column .textwidget p {
  margin: 0 0 10px 0;
}

.gi-item {
  padding: 3px 0 7px 17px;
  position: relative;
}
.gi-item::before {
  color: #63d968;
  content: "";
  font-family: "fontAwesome", sans-serif;
  left: -3px;
  position: absolute;
  top: 3px;
}
.gi-item.address::before {
  content: "\f041";
}
.gi-item.phone::before {
  content: "\f098";
}
.gi-item.fax::before {
  content: "\f1ac";
}
.gi-item.email::before {
  content: "\f0e0";
}

.aux-footer {
  color: #5c88bc;
  background-color: #0f345f;
  padding: 10px 0;
  text-align: center;
}

.newsletter {
  max-width: 250px;
  position: relative;
}
.newsletter input[type=email] {
  height: 40px;
}
.newsletter input[type=submit] {
  background-color: #63d968;
  background-image: url(img/email-icon.png);
  background-position: center center;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 0;
  height: 40px;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 0;
  width: 40px;
}

@media only screen and (min-width: 150px) {
  li.my-class {
    padding: 0px !important;
  }
  .becht-contact-containter-page .becht-contact-rows-page {
    display: flex;
    flex-direction: column;
  }
  .ui-widget-header {
    border: 1px solid #ffffff;
    background: #ffffff;
    color: #ffffff;
    font-weight: bold;
  }
  .ui-dialog {
    width: 300px !important;
  }
}
@media only screen and (min-width: 400px) {
  a.block {
    padding: 30% 20px 0 20px;
  }
  a.block::after {
    padding-bottom: 40%;
  }
  a.block h3 {
    font-size: 28px;
  }
  .team-block .tb-content {
    padding: 15px;
  }
  .becht-contact-containter-page .becht-contact-rows-page {
    display: flex;
    flex-direction: row;
  }
}
@media only screen and (min-width: 480px) {
  .contact .disclaimer {
    margin: 20px 0 15px 0;
  }
  .contact .ci-icon {
    font-size: 40px;
    height: 100px;
    width: 100px;
  }
  .contact aside.contact-sidebar {
    margin: 35px 0 0 0;
  }
  .contact .contact-info {
    margin: 0 0 35px 0;
  }
}
.boast-form .boasts {
  padding: 20px 15px;
}

.boast-form .boasts .boast-text {
  width: 70%;
}

.boast-form .contact-form {
  padding: 20px 15px;
}

@media only screen and (min-width: 568px) {
  .p30 {
    padding: 15px 0;
  }
  .p45 {
    padding: 22.5px 0;
  }
  .p60 {
    padding: 30px 0;
  }
  .intro {
    padding-top: 100px;
  }
  .hero .selector .selectors {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  .block-list .flexxed {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  a.block {
    padding: 10% 10px 0 10px;
    width: 47%;
  }
  a.block::after {
    padding-bottom: 45%;
  }
  a.block .block-btn {
    bottom: 10%;
    min-width: 145px;
  }
  .int-links-content ul {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 25px;
    column-gap: 25px;
  }
  .locations .flexxed {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .locations .location-block {
    min-height: 645px;
    width: 47.5%;
  }
  .subpage .sub-section-secondary-content {
    background-color: #eaeaea;
    padding: 15px;
  }
  .subpage .sub-section-secondary-content ul {
    -moz-column-count: 2;
    column-count: 2;
  }
  .section-links ul {
    -moz-column-count: 2;
    column-count: 2;
  }
  .team-members {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }
  .team-block {
    border: 10px solid #FFFFFF;
    margin: 0;
    width: 50%;
  }
  .team-block .team-content {
    padding: 20px;
  }
  .entry-meta .author-name,
  .entry-meta .date {
    display: inline-block;
    float: left;
  }
  .entry-meta .author-name {
    margin: 0 7px 0 0;
    padding: 0 7px 0 0;
    position: relative;
  }
  .entry-meta .author-name::after {
    content: "|";
    position: relative;
    right: -5px;
  }
  .ui-dialog {
    width: 455px !important;
  }
}
.about .team-list .flexxed {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ql-boast-cta .flexxed {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

@media only screen and (min-width: 640px) {
  .error-404 form {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 640px;
  }
  .error-404 label {
    width: 65%;
  }
  .error-404 input[type=submit] {
    width: 35%;
  }
  .error-404 .need-help {
    display: block;
    margin: 0 auto;
    max-width: 400px;
  }
  .hero-content h1 {
    font-size: 56px;
  }
  .hero-content h2 {
    font-size: 35px;
  }
  .projects-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .projects-flex .project {
    width: 47.5%;
  }
  .quicklinks .flexxed {
    flex-direction: row;
    justify-content: space-between;
  }
  .quicklinks a.quick-link {
    width: 33.33%;
  }
  .latest-projects a .project-thumbnail {
    height: 225px;
  }
  .latest-projects a .project-block-info {
    padding: 30px;
  }
  .latest-posts a .post-thumbnail {
    height: 225px;
  }
  .latest-posts a .post-block-info {
    padding: 30px;
  }
  .main-footer {
    padding: 30px 0;
  }
  .main-footer .flexxed {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .one-fourth {
    width: 47.5%;
  }
  .single .blog-tile-content h2 {
    font-size: 27px;
  }
  .related-posts .flexxed {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .related-posts .related-post {
    width: 47.5%;
  }
  .posts-navigation {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .posts-navigation .seperator {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) {
  .about .intro-content .flexxed {
    align-items: center;
  }
  .about .sub-intro .flexxed {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  a.about-qls {
    margin: 100px 20px 0 20px;
  }
  .boast-form .boast-form-flexxed {
    display: flex;
    flex-direction: row;
  }
  .boast-form .boasts,
  .boast-form .contact-form {
    width: 50%;
  }
  .boast-form .boasts .boast-text {
    width: 60%;
  }
  .p30 {
    padding: 20px 0;
  }
  .p45 {
    padding: 30px 0;
  }
  .p60 {
    padding: 40px 0;
  }
  .one-third {
    width: 31.5%;
  }
  .two-thirds {
    width: 64.5%;
  }
  .one-half,
  .one-fourth {
    width: 47.5%;
  }
  .contact .flexxed.main-flex {
    flex-direction: row;
    justify-content: space-between;
  }
  .contact .ci-icon {
    height: 75px;
    margin: 0 10px 0 0;
    width: 75px;
  }
  .contact aside.contact-sidebar {
    margin: 0;
  }
  .intro .flexxed,
  .general-section .flexxed {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
  .intro {
    padding-top: 100px;
  }
  .block-page .intro-content .text {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  a.block .block-btn {
    bottom: 15%;
  }
  .tax-industry .intro-content h2 {
    font-size: 42px;
  }
  .accordian-content ul,
  .accordian-content ol {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
  .intro-content .flexxed {
    flex-direction: row;
    justify-content: space-between;
  }
  .int-links .right .int-links-content {
    padding: 0 0 0 30px;
  }
  .single-projects h2.project-title {
    font-size: 34px;
    margin: 0 0 30px 0;
    max-width: 64%;
  }
  .member-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 15px;
  }
  .member-info .member-photo,
  .member-info .member-content {
    width: 47.5%;
  }
  .toplevel .intro-content .text {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .subpage .intro-content h2 {
    font-size: 42px;
  }
  .subpage .intro-content .half {
    width: 47.5%;
  }
  .subpage h3 {
    font-size: 36px;
  }
  .subpage .sub-section-secondary-content {
    padding: 25px;
  }
  .subpage .sub-section-secondary-content ul {
    -moz-column-count: 3;
         column-count: 3;
  }
  .section-links .flexxed {
    flex-direction: row;
    justify-content: space-between;
  }
  .section-links .one-half {
    width: 50%;
  }
  .section-links .one-half ul {
    -moz-column-count: 1;
    column-count: 1;
  }
  .section-links .one-third {
    width: 33.33%;
  }
  .section-links .one-third ul {
    -moz-column-count: initial;
         column-count: initial;
  }
  .sub-section .flexxed {
    flex-direction: row;
    justify-content: space-between;
  }
  .sub-section .half {
    width: 47.5%;
  }
  .flexxed.main-flex {
    flex-direction: row;
    justify-content: space-between;
  }
  .blog-intro h2 {
    font-size: 42px;
  }
  .blog-tile-content {
    padding: 30px 0;
  }
  .posts-navigation {
    font-size: 12px;
  }
  aside.blog-sidebar {
    margin: 0;
  }
  .latest-projects .flexxed {
    flex-direction: row;
    justify-content: space-between;
  }
  .latest-projects a.project-block {
    margin: 0;
    width: 33%;
  }
  .latest-projects a .project-block-info {
    padding: 10px;
  }
  .latest-projects a .project-thumbnail {
    height: 200px;
  }
  .latest-projects a .project-thumbnail img {
    bottom: 0;
    top: initial;
    transform: scale(3);
  }
  .latest-posts .flexxed {
    flex-direction: row;
    justify-content: space-between;
  }
  .latest-posts a.post-block {
    margin: 0;
    width: 33%;
  }
  .latest-posts a .post-block-info {
    padding: 10px;
  }
  .latest-posts a .post-thumbnail {
    height: 200px;
  }
  .latest-posts a .post-thumbnail img {
    bottom: 0;
    top: initial;
    transform: scale(3);
  }
  .cta.getintouch .flexxed {
    align-items: center;
    flex-direction: row;
    justify-content: space-around;
  }
  .cta.getintouch .one-third {
    width: 31%;
  }
  .cta.getintouch .two-thirds {
    width: 64%;
  }
  .cta.getintouch .cta-text {
    margin: 0;
    text-align: left;
  }
}
@media only screen and (min-width: 860px) {
  .about .team-block {
    width: 50%;
  }
  .contact .ci-icon {
    margin: 0 20px 0 0;
  }
  .locations .location-block {
    min-height: 690px;
  }
  .section-links ul {
    -moz-column-count: 3;
    column-count: 3;
  }
  .team-block {
    border: 10px solid #FFFFFF;
    width: 33.33%;
  }
}
@media only screen and (min-width: 960px) {
  a.about-qls {
    margin: 100px 0 0 0;
  }
  .boast-form {
    max-width: 1024px;
  }
  .boast-form .boasts .boast-text {
    font-size: 20px;
    width: 70%;
  }
  .half {
    margin: 0;
  }
  .aux-header {
    color: #88a5c8;
    font-size: 13px;
    position: initial;
  }
  .aux-header .constrain {
    max-width: 1200px;
  }
  .aux-header a {
    padding: 0 7px;
  }
  .aux-header .flexxed {
    flex-direction: row;
    justify-content: flex-end;
  }
  .aux-header .search {
    display: block;
    margin: 0 15px 0 0;
    padding: 5px 0 0 10px;
    position: relative;
  }
  .aux-header input[type=submit] {
    background-color: transparent;
    background-image: url(img/search-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    border: 0;
    height: 20px;
    left: -5px;
    position: relative;
    text-indent: -9999px;
    top: -2px;
    width: 20px;
  }
  .aux-header input[type=search] {
    border: 1px solid #FFFFFF;
    border-radius: 0;
    height: 40px;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 110px;
    transition: all 0.4s ease-in-out;
    top: -3px;
    width: 0;
  }
  .aux-header input[type=search].opened {
    border: thin solid #005598;
    box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.07);
    opacity: 1;
    padding: 0 5px;
    transition: all 0.4s ease-in-out;
    width: 250px;
  }
  .aux-header a.moretosee {
    display: none;
  }
  .aux-header .login {
    padding: 10px 15px;
    width: initial;
  }
  .aux-header .aux-menu {
    width: auto;
  }
  .aux-header .aux-menu ul {
    display: flex;
    flex-direction: row;
  }
  .aux-header .aux-menu li a {
    padding: 10px;
    position: relative;
    width: initial;
  }
  .aux-header .aux-menu li a::after {
    color: #0f345f;
    content: "|";
    position: relative;
    right: -10px;
  }
  .aux-header .aux-menu li a:hover {
    background-color: #0f345f;
  }
  .aux-header .aux-menu li.menu-item-has-children:hover > .sub-menu {
    background-color: #b7b7b7;
    box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.15);
    display: block;
    margin: 0;
    padding: 5px;
    position: absolute;
    text-align: left;
    z-index: 99999;
  }
  .aux-header .aux-menu li.menu-item-has-children:hover > .sub-menu li {
    display: block;
    padding: initial;
  }
  .aux-header .aux-menu li.menu-item-has-children:hover > .sub-menu li a {
    display: block;
    padding: 7px 10px 7px 15px !important;
    position: relative;
    color: #414042;
    font-weight: 600;
  }
  .aux-header .aux-menu li.menu-item-has-children:hover > .sub-menu li a:before {
    color: #414042;
    content: "\f105";
    font-family: "fontAwesome", sans-serif;
    font-weight: 500;
    left: -3px;
    position: relative;
  }
  .aux-header .aux-menu li.menu-item-has-children:hover > .sub-menu li a::after {
    content: "";
    position: initial;
    right: initial;
  }
  .aux-header .aux-menu li.menu-item-has-children:hover > .sub-menu li a:hover {
    color: #FFFFFF;
    font-weight: 600;
    background-color: #b7b7b7;
  }
  .aux-header .aux-menu li.menu-item-has-children a {
    position: relative;
  }
  .aux-header .aux-menu li:last-of-type a::after {
    content: "";
  }
  .aux-header .aux-menu .sub-menu {
    display: none;
  }
  .aux-header .search-form {
    float: left;
  }
  .aux-header .translate i {
    left: 0;
    top: 7px;
  }
  .aux-header #google_language_translator select.goog-te-combo {
    font-size: 13px;
    margin-left: 10px;
    width: auto;
  }
  .main-header {
    padding: 0;
  }
  .main-header .flexxed {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
  .main-header .site-branding {
    width: 13%;
  }
  .main-header .main-navigation {
    text-align: right;
    width: 87%;
  }
  .main-header .main-navigation #primary-menu,
  .main-header .main-navigation #menu-plain-template-menu {
    font-size: 10px;
    text-transform: uppercase;
  }
  .main-header .main-navigation #primary-menu li,
  .main-header .main-navigation #menu-plain-template-menu li {
    display: inline-block;
    padding: 40px 0;
  }
  .main-header .main-navigation #primary-menu li a,
  .main-header .main-navigation #menu-plain-template-menu li a {
    color: #414042;
    font-weight: 600;
    padding: 40px 5px;
    position: relative;
  }
  .main-header .main-navigation #primary-menu li a:hover,
  .main-header .main-navigation #menu-plain-template-menu li a:hover {
    color: #43a447;
  }
  .main-header .main-navigation #primary-menu li a::after,
  .main-header .main-navigation #menu-plain-template-menu li a::after {
    color: #43a447;
    content: "|";
    position: absolute;
    right: -3px;
  }
  .main-header .main-navigation #primary-menu li.menu-item-has-children:hover > .sub-menu,
  .main-header .main-navigation #menu-plain-template-menu li.menu-item-has-children:hover > .sub-menu {
    background-color: #b7b7b7;
    box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.15);
    display: block;
    margin: 0;
    padding: 5px;
    position: absolute;
    text-align: left;
    top: 100%;
  }
  .main-header .main-navigation #primary-menu li.menu-item-has-children:hover > .sub-menu li,
  .main-header .main-navigation #menu-plain-template-menu li.menu-item-has-children:hover > .sub-menu li {
    display: block;
    padding: initial;
  }
  .main-header .main-navigation #primary-menu li.menu-item-has-children:hover > .sub-menu li a,
  .main-header .main-navigation #menu-plain-template-menu li.menu-item-has-children:hover > .sub-menu li a {
    display: block;
    padding: 7px 10px 7px 15px !important;
    position: relative;
  }
  .main-header .main-navigation #primary-menu li.menu-item-has-children:hover > .sub-menu li a:before,
  .main-header .main-navigation #menu-plain-template-menu li.menu-item-has-children:hover > .sub-menu li a:before {
    color: #414042;
    content: "\f105";
    font-family: "fontAwesome", sans-serif;
    font-weight: 500;
    left: -3px;
    position: relative;
  }
  .main-header .main-navigation #primary-menu li.menu-item-has-children:hover > .sub-menu li a::after,
  .main-header .main-navigation #menu-plain-template-menu li.menu-item-has-children:hover > .sub-menu li a::after {
    content: "";
    position: initial;
    right: initial;
  }
  .main-header .main-navigation #primary-menu li.menu-item-has-children:hover > .sub-menu li a:hover,
  .main-header .main-navigation #menu-plain-template-menu li.menu-item-has-children:hover > .sub-menu li a:hover {
    color: #FFFFFF;
    font-weight: 600;
  }
  .main-header .main-navigation #primary-menu li.menu-item-has-children a,
  .main-header .main-navigation #menu-plain-template-menu li.menu-item-has-children a {
    position: relative;
  }
  .main-header .main-navigation #primary-menu li:last-of-type a,
  .main-header .main-navigation #menu-plain-template-menu li:last-of-type a {
    padding: 30px 0 30px 5px;
  }
  .main-header .main-navigation #primary-menu li:last-of-type a::after,
  .main-header .main-navigation #menu-plain-template-menu li:last-of-type a::after {
    content: "";
  }
  .main-header .sub-menu {
    display: none;
  }
  .contact .ci-icon {
    height: 100px;
    min-width: 100px;
    width: 100px;
  }
  .block-page h2 {
    font-size: 40px;
  }
  a.block {
    width: 30%;
  }
  .int-links.flexxed {
    flex-direction: row;
  }
  .int-links.flexxed .half {
    width: 50%;
  }
  .int-links-content ul {
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
  .int-links-content ul a {
    font-size: 14px;
  }
  .locations .location-block {
    min-height: 625px;
    width: 31.5%;
  }
  .subpage .sub-section-secondary-content {
    padding: 45px;
  }
  .blog-tile {
    margin: 0 0 45px 0;
  }
  .posts-navigation {
    font-size: 13px;
  }
  .recent-post-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .recent-post-date {
    display: inline-block;
  }
  .latest-projects a.project-block {
    width: 31%;
  }
  .latest-posts a.post-block {
    width: 31%;
  }
}
@media only screen and (min-width: 1024px) {
  .about .team-block {
    width: 24%;
  }
  .boast-form {
    margin: 60px auto 0 auto;
  }
  .boast-form .boasts,
  .boast-form .contact-form {
    padding: 20px 40px;
  }
  .main-header .main-navigation #primary-menu {
    font-size: 11px;
  }
  .p30 {
    padding: 30px 0;
  }
  .p45 {
    padding: 45px 0;
  }
  .p60 {
    padding: 60px 0;
  }
  .one-fourth {
    width: 22.5%;
  }
  .intro {
    padding-top: 100px;
  }
  .int-links .right .int-links-content {
    padding: 0 0 0 45px;
  }
  .latest-projects a .project-thumbnail img {
    transform: scale(2);
  }
  .latest-posts a .post-thumbnail img {
    transform: scale(2);
  }
  .posts-navigation {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1100px) {
  .main-header .main-navigation #primary-menu {
    font-size: 12px;
  }
  .main-header .main-navigation #primary-menu li a {
    padding: 40px 6px;
  }
  .contact .form-columns {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .int-links-content ul a {
    font-size: 16px;
  }
  .locations .location-block {
    min-height: 645px;
    width: 23.5%;
  }
  .team-block {
    width: 33%;
  }
  .member-info {
    padding: 25px;
  }
  .member-info .member-photo {
    width: 32%;
  }
  .member-info .member-content {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 25px;
         column-gap: 25px;
    width: 64%;
  }
  .single .blog-tile-content h2 {
    font-size: 30px;
  }
  .posts-navigation {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .main-header .main-navigation #primary-menu {
    font-size: 13px;
  }
  .main-header .main-navigation #primary-menu li a {
    padding: 40px 8px;
  }
  .int-links .left .int-links-content {
    float: right;
  }
  .int-links .right .int-links-content {
    float: left;
  }
  .locations .location-block {
    min-height: 625px;
  }
  .subpage .sub-section-secondary-content ul {
    -moz-column-count: 4;
    column-count: 4;
  }
  .section-links .one-half ul {
    -moz-column-count: 2;
    column-count: 2;
  }
  .section-links .one-third {
    padding-left: 30px;
    padding-right: 30px;
  }
  .related-posts .related-post {
    width: 31%;
  }
}
@media only screen and (min-width: 1400px) {
  .section-links .one-third ul {
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media only screen and (min-width: 1400px) {
  .section-links .one-third {
    padding-left: 50px;
    padding-right: 50px;
  }
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}/*# sourceMappingURL=style.css.map */

/* New stuff by AC */
.delia-home-slider {
  width: 100%;
  height: 655px;
  overflow: hidden;
  margin-bottom: 0px !important;
}
.delia-home-slider .slick-list, .delia-home-slider .slick-track {
  height: 100%;
}
.delia-home-slider .slick-dots {
  bottom: 20px;
}
.delia-home-slider .slick-dots li button:before {
  color: #ccc !important;
  font-size: 8px !important;
}
.delia-home-slider .slick-dots li.slick-active button:before {
  color: #fff !important;
}
.delia-home-slider .slide {
  height: 100%;
  background-size: cover;
  position: relative;
}
.delia-home-slider .slide .video-container {
  position: relative;
  width: 100%;
  height: 655px; /* Adjust as needed */
  overflow: hidden;
}
.delia-home-slider .slide .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1; /* Place video behind other content */
}
.delia-home-slider .slide .slide-content {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
}
.delia-home-slider .slide .slide-content .box {
  padding: 30px 50px 20px 50px;
  background: rgba(0, 77, 140, 0.92);
  text-align: center;
}
.delia-home-slider .slide .slide-content .box h2 {
  font-size: 44px;
  font-weight: 700;
  color: #fff;
  text-transform: none;
  white-space: nowrap;
}
.delia-home-slider .slide .slide-content .box p {
  color: #F3F3F3;
  font-size: 16px;
  line-height: 22px;
  max-width: 620px;
  margin: 20px auto;
}
.delia-home-slider .slide .slide-content .box p a {
  color: #F3F3F3;
  background-image: url(/wp-content/uploads/2025/02/icon-slider.png);
  background-repeat: no-repeat;
  padding: 0 0 0 30px;
  background-size: 22px;
}
.delia-home-slider .slide .slide-content .box p.cta {
  font-weight: bold;
}
.delia-home-slider .slide .slide-content .box p.cta a:hover {
  text-decoration:underline;
}
@media screen and (max-width: 1024px) {
  .delia-home-slider .slide .slide-content .box h2 {
    white-space: normal;
  }
}
@media screen and (max-width: 768px) {
  .delia-home-slider .slide .slide-content {
    width: 90%;
  }
}

.anchor-navigation-bar {
  background: #229B47;
}
.anchor-navigation-bar .wrapper {
  margin: 0 auto;
  max-width: 1020px;
  padding: 12px 0;
}
.anchor-navigation-bar .wrapper .anchor-wrap {
  display: flex;
  justify-content: space-around;
  gap: 10px;
}
.anchor-navigation-bar .wrapper .anchor-wrap a {
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .anchor-navigation-bar .wrapper .anchor-wrap {
    flex-wrap: wrap;
    text-align: center;
  }
  .anchor-navigation-bar .wrapper .anchor-wrap a {
    flex-basis: 100%;
  }
}

section.blocks .wrapper {
  padding: 50px 20px 50px 20px;
  max-width: 1060px;
  margin: 0 auto;
}

section.blocks.white .wrapper .block * {
  color: #fff !important;
}

section .wrapper div.blocks {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc(100% - 0px);
}
section .wrapper div.blocks .block {
  flex-basis: 48%;
  min-width: 48%;
  text-align: left;
}
section .wrapper div.blocks .block p {
  margin: 25px 0;
}
section .wrapper div.blocks .block h2 {
  text-transform: none;
  font-size: 44px;
  line-height: 1.25;
}
section .wrapper div.blocks .block h2.underlined:after {
  width: 265px;
}
section .wrapper div.blocks .block button {
  color: #fff;
  background-color: #229B47;
  border: 3px solid #229B47;
  text-transform: uppercase;
  border-radius: 0;
  font-size: 16px;
  margin: 0 0 25px 0;
  font-weight: bold;
  min-width: 320px;
  text-align: center;
  padding: 13px 10px;
  transition: all 0.3s ease;
}
section .wrapper div.blocks .block button.alt {
  background-color: #fff;
  color: #229B47;
}
section .wrapper div.blocks .block button:hover {
  background-color: #004D8C;
  border: 3px solid #004D8C;
  transition: all 0.3s ease;
  cursor: pointer;
}
section .wrapper div.blocks .block button.alt:hover {
  background-color: #229B47;
  border: 3px solid #229B47;
  color: #fff;
  transition: all 0.3s ease;
}
section .wrapper div.blocks .block ul, section .wrapper div.blocks .block ol {
  margin: 0 0 15px 0px;
}
section .wrapper div.blocks .block ul li, section .wrapper div.blocks .block ol li {
  font-size: 22px;
  border-bottom: 1px solid #AFAFAF;
  padding: 13px 0;
}
section .wrapper div.blocks .block ul li span, section .wrapper div.blocks .block ol li span {
  font-size: 32px;
  font-weight: bold;
}
section .wrapper div.blocks .block ul li:last-child, section .wrapper div.blocks .block ol li:last-child {
  border: none !important;
}
section .wrapper div.blocks .block ul {
  list-style: none;
}
section .wrapper div.blocks .block ol {
  margin: 0 0 15px 15px;
}
@media screen and (max-width: 768px) {
  section .wrapper div.blocks .block {
    flex-basis: 100%;
    min-width: 100%;
  }
}

section.three_tabbed_layout .wrapper {
  padding: 50px 20px 50px 20px;
  max-width: 1060px;
  margin: 0 auto;
}
section.three_tabbed_layout .wrapper .content {
  text-align: center;
}
section.three_tabbed_layout .wrapper .content h2 {
  text-transform: none;
}
section.three_tabbed_layout .wrapper ul.tablinks {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin: 35px 0 35px 0;
  padding: 10px 0;
  border-bottom: 2px solid #9FB9CF;
}
section.three_tabbed_layout .wrapper ul.tablinks li {
  list-style: none;
}
section.three_tabbed_layout .wrapper ul.tablinks li a {
  color: #414042;
  text-transform: uppercase;
  outline: none;
}
section.three_tabbed_layout .wrapper ul.tablinks li.active {
  position: relative;
}
section.three_tabbed_layout .wrapper ul.tablinks li.active a {
  font-weight: bold;
  color: #004D8C;
}
section.three_tabbed_layout .wrapper ul.tablinks li.active:after {
  width: 80%;
  position: absolute;
  content: "";
  background-color: #004D8C;
  height: 5px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -13px;
}
@media screen and (max-width: 768px) {
  section.three_tabbed_layout .wrapper ul.tablinks {
    flex-wrap: wrap;
    text-align: center;
  }
  section.three_tabbed_layout .wrapper ul.tablinks li {
    flex-basis: 100%;
  }
  section.three_tabbed_layout .wrapper ul.tablinks li.active:after {
    display: none;
  }
}
section.three_tabbed_layout .wrapper .tabcontent {
  display: none;
}
section.three_tabbed_layout .wrapper .tabcontent .blocks .block h3 {
  color: #004D8C;
  font-size: 26px;
  line-height: 38px;
  font-weight: bold;
}
section.three_tabbed_layout .wrapper .tabcontent .blocks .block ul {
  margin: 20px 0;
}
section.three_tabbed_layout .wrapper .tabcontent .blocks .block ul li {
  background-image: url("/wp-content/uploads/2025/02/icon-arrow.png");
  background-repeat: no-repeat;
  background-size: 20px;
  list-style: none;
  padding: 0 0 0 30px;
  font-size: 16px;
  line-height: 28px;
  color: #414042;
  border: none !important;
}
section.three_tabbed_layout .wrapper .tabcontent .blocks .block ul li a {
  color: #414042;
}
section.three_tabbed_layout .wrapper .tabcontent .blocks .block ul li a:hover {
  color: #43a447;
}
section.three_tabbed_layout .wrapper .tabcontent.active {
  display: block;
}

section.testimonials .wrapper {
  padding: 50px 20px 50px 20px;
  max-width: 1060px;
  margin: 0 auto;
}
section.testimonials .wrapper .slick-list, section.testimonials .wrapper .slick-track {
  height: 100%;
}
section.testimonials .wrapper .slick-dots {
  bottom: -20px;
}
section.testimonials .wrapper .slick-dots li button:before {
  color: #ccc !important;
  font-size: 10px !important;
}
section.testimonials .wrapper .slick-dots li.slick-active button:before {
  color: #fff !important;
}
section.testimonials .wrapper .slick-arrow {
  width: 42px;
  height: 42px;
  background-size: 42px;
  display: block;
  content: "" !important;
}
section.testimonials .wrapper .slick-arrow:before {
  width: 42px;
  height: 42px;
  background-size: 42px;
  display: block;
}
section.testimonials .wrapper .slick-prev:before {
  background-image: url(https://bechtwp.com/wp-content/uploads/2025/02/icon-arrow-left.svg);
  content: "" !important;
}
section.testimonials .wrapper .slick-next:before {
  background-image: url(https://bechtwp.com/wp-content/uploads/2025/02/icon-arrow-right.svg);
  content: "" !important;
}
section.testimonials .wrapper .testimonials-wrap .testimonial {
  text-align: center;
}
section.testimonials .wrapper .testimonials-wrap .testimonial h2 {
  color: #fff;
  font-size: 44px;
  font-weight: bold;
  text-transform: none;
}
section.testimonials .wrapper .testimonials-wrap .testimonial .quote {
  color: #fff;
  font-size: 22px;
  line-height: 36px;
  font-weight: 500;
  margin: 25px auto;
  max-width: 80%;
  font-style: italic;
}
section.testimonials .wrapper .testimonials-wrap .testimonial .author {
  color: #fff;
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
  margin: 25px 0;
}

.callout_cards {
  background-size: cover;
}
.callout_cards .wrapper {
  padding: 70px 20px 50px 20px;
  max-width: 1110px;
  margin: 0 auto;
}
.callout_cards .wrapper .content {
  text-align: center;
}
.callout_cards .wrapper .content h2 {
  text-transform: none;
}
.callout_cards .wrapper .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 0 40px 0;
}
.callout_cards .wrapper .cards-wrap .card {
  flex-basis: 48%;
  min-width: 48%;
  margin: 0 0 35px 0;
  padding: 0 0 0 95px;
  position: relative;
  min-height: 230px;
}
.callout_cards .wrapper .cards-wrap .card img.icon {
  position: absolute;
  top: 35px;
  left: 0px;
  z-index: 10;
}
.callout_cards .wrapper .cards-wrap .card div {
  position: relative;
  z-index: 5;
  background-color: #004D8C;
  border-top-right-radius: 40px 40px;
  height: 100%;
  padding: 55px 20px 20px 95px;
}
.callout_cards .wrapper .cards-wrap .card div h4 {
  color: #fff;
  font-size: 26px;
  line-height: 34px;
}
.callout_cards .wrapper .cards-wrap .card div a button {
  color: #fff;
  font-size: 13px;
  padding: 8px 10px;
  border-radius: 0;
  border: 2px solid #fff;
  background: transparent;
  font-weight: bold;
  transition: all 0.3s ease;
}
.callout_cards .wrapper .cards-wrap .card div a button:hover {
  background-color: #229B47;
  border: 2px solid #229B47;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 940px) {
  .callout_cards .wrapper .cards-wrap .card {
    flex-basis: 100%;
    min-width: 100%;
  }
}

.perspectives {
  background-color: #FAFAFA;
}
.perspectives .wrapper {
  padding: 50px 20px 50px 20px;
  max-width: 1060px;
  margin: 0 auto;
}
.perspectives .wrapper h2, .perspectives .wrapper p {
  text-align: center;
}
.perspectives .wrapper .view-all {
  margin: 20px auto;
  display: block;
  text-align: center;
}
.perspectives .wrapper .view-all button {
  color: #fff;
  background-color: #229B47;
  font-size: 16px;
  font-weight: 500;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.perspectives .wrapper .view-all button:hover {
  background-color: #004D8C;
  transition: all 0.3s ease;
  cursor: pointer;
}
.perspectives .wrapper .blog-wrap {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  margin: 40px 0 40px 0;
}
.perspectives .wrapper .blog-wrap h2, .perspectives .wrapper .blog-wrap p {
  text-align: left;
}
.perspectives .wrapper .blog-wrap .post-thumbnail {
  line-height: 0;
}
.perspectives .wrapper .blog-wrap .blog-block {
  -webkit-box-shadow: 0px 10px 13px -7px rgba(0, 0, 0, 0.1), 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 13px -7px rgba(0, 0, 0, 0.1), 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  flex-basis: calc(33.3333% - 20px);
  min-width: calc(33.3333% - 20px);
  background-color: #fff;
}
.perspectives .wrapper .blog-wrap .blog-block .blog-block-info {
  padding: 30px 25px;
  background-color: #fff;
}
.perspectives .wrapper .blog-wrap .blog-block .blog-block-info h3 {
  font-size: 20px;
  margin-top: 10px;
}
.perspectives .wrapper .blog-wrap .blog-block .blog-block-info .lp-post-meta {
  font-size: 12px;
  color: #004D8C;
  font-weight: bold;
}
.perspectives .wrapper .blog-wrap .blog-block .blog-block-info .lp-post-meta a {
  color: #004D8C;
}
.perspectives .wrapper .blog-wrap .blog-block .blog-block-info .link {
  color: #229B47;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
}
.perspectives .wrapper .blog-wrap .blog-block .blog-block-info .excerpt {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .perspectives .wrapper .blog-wrap {
    flex-wrap: wrap;
  }
  .perspectives .wrapper .blog-wrap .blog-block {
    flex-basis: 100%;
    min-width: 100%;
  }
}

.foot-col1-p {
  color: #fff;
}

.main-blog {
  background: #EFEFEF;
}
.main-blog .constrain {
  max-width: 1080px;
}

.blog-content-above {
  margin: 20px auto;
}
.blog-content-above h2 {
  font-size: 44px;
  color: #231F20;
  text-align: center;
}
.blog-content-above p {
  color: #414042;
  max-width: 600px;
  margin: 20px auto;
}
.blog-content-above form {
  display: flex;
}
.blog-content-above form label {
  width: calc(100% - 56px);
}
.blog-content-above form label input {
  border-right: none;
  height: 56px;
}
.blog-content-above form .search-submit {
  background-color: #004D8C;
  width: 56px;
  height: 56px;
  padding: 0;
  margin: 0;
  background-image: url(https://bechtwp.com/wp-content/uploads/2025/02/icon-search.png);
  background-repeat: no-repeat;
  background-size: 33px;
  background-position: center;
  font-size: 0px;
}

.blog-content-main .page-header {
  margin: 30px 0 20px 0;
}
.blog-content-main .blog-wrap {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  margin: 40px 0 40px 0;
  flex-wrap: wrap;
}
.blog-content-main .blog-wrap h2, .blog-content-main .blog-wrap p {
  text-align: left;
}
.blog-content-main .blog-wrap .post-thumbnail {
  line-height: 0;
}
.blog-content-main .blog-wrap article {
  -webkit-box-shadow: 0px 10px 13px -7px rgba(0, 0, 0, 0.1), 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 13px -7px rgba(0, 0, 0, 0.1), 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  flex-basis: calc(33.3333% - 20px);
  min-width: calc(33.3333% - 20px);
  background-color: #fff;
}
.blog-content-main .blog-wrap article .blog-block-info {
  padding: 30px 25px;
  background-color: #fff;
}
.blog-content-main .blog-wrap article .blog-block-info h3 {
  font-size: 20px;
  margin-top: 10px;
}
.blog-content-main .blog-wrap article .blog-block-info .lp-post-meta {
  font-size: 12px;
  color: #004D8C;
  font-weight: bold;
}
.blog-content-main .blog-wrap article .blog-block-info .lp-post-meta a {
  color: #004D8C;
}
.blog-content-main .blog-wrap article .blog-block-info .link {
  color: #229B47;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
}
.blog-content-main .blog-wrap article .blog-block-info .excerpt {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .blog-content-main .blog-wrap {
    flex-wrap: wrap;
  }
  .blog-content-main .blog-wrap .blog-block {
    flex-basis: 100%;
    min-width: 100%;
  }
  .blog-content-main .blog-wrap article {
    flex-basis: calc(50% - 20px);
    min-width: calc(50% - 20px);
  }
}
@media screen and (max-width: 640px) {
  .blog-content-main .blog-wrap article {
    flex-basis: 100%;
    min-width: 100%;
  }
}

.cta.getintouch .cta-text {
  text-transform: none !important;
}

.social-media ul li a,
.gi-item::before {
  color: #fff !important;
}

.social-media ul li a {
  padding: 0 10px 0 0 !important;
}

.main-footer {
  background-color: #004D8C !important;
}

.subscribe-block {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 45px 60px;
  background-image: url(https://bechtwp.com/wp-content/uploads/2025/02/subscribe-bg.png);
  background-size: cover;
}
.subscribe-block .wpcf7-list-item {
  width: 100% !important;
}
.subscribe-block .cols {
  display: flex;
  justify-content: space-between;
  gap: 45px;
}
.subscribe-block .cols .col * {
  color: #fff !important;
}
.subscribe-block .cols .col form input[type=text], .subscribe-block .cols .col form input[type=email] {
  background: transparent;
  color: #fff;
  border-color: #fff;
  border: none;
  border-bottom: 1px solid #fff;
  min-width: 300px;
  padding: 10px 10px 10px 0;
  margin: 0;
}
.subscribe-block .cols .col form ::placeholder {
  color: #fff;
}
.subscribe-block .cols .col form input[type=submit] {
  background: transparent;
  border-radius: 0;
  border: 2px solid #fff;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.subscribe-block .cols .col form input[type=checkbox] {
  position: relative;
  top: 5px;
}
.subscribe-block .cols .col form .wpcf7-list-item {
  margin: 0 !important;
}
.subscribe-block .cols .col form .wpcf7-checkbox span.wpcf7-list-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  padding-top: 15px;
}

.blog-article {
  max-width: 850px;
  margin: 0 auto;
}
.blog-article .blog-tile {
  background-color: #fff !important;
}
.blog-article .blog-tile .entry-title {
  font-size: 28px;
  font-weight: bold;
}
.blog-article .blog-tile .share-this-article {
  display: flex;
  align-items: center;
}
.blog-article .blog-tile .share-this-article .share-title {
  color: #004D8C;
  font-size: 22px;
  font-weight: 500;
}
.blog-article .blog-tile .share-this-article .share-links {
  display: flex;
  gap: 20px;
  padding-left: 30px;
}
.blog-article .blog-tile .share-this-article .share-links a .fa {
  color: #229B47;
  font-size: 48px;
}
.blog-article .blog-tile .entry-meta {
  padding: 0 0 20px 0;
}
.blog-article .blog-tile .entry-meta .bottom-meta {
  display: inline-block;
  float: left;
  clear: none !important;
  margin: 0 7px 0 0;
  padding: 0 7px 0 0;
}
.blog-article .blog-tile .bottom-meta::after {
  content: "|";
  position: relative;
  right: -5px;
}

.author-recent a {
  padding: 0 !important;
}
.author-recent a i {
  display: none;
}

.recent-post-item {
  align-items: center;
  gap: 20px;
  border-bottom: 0px !important;
}

.related-posts .related-post {
  -webkit-box-shadow: 0px 10px 13px -7px rgba(0, 0, 0, 0.1), 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 13px -7px rgba(0, 0, 0, 0.1), 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  flex-basis: calc(33.3333% - 20px);
  min-width: calc(33.3333% - 20px);
  background-color: #fff;
}
.related-posts .related-post .wp-post-image {
  box-shadow: none;
  margin: 0;
}
.related-posts .related-post .copy {
  padding: 25px;
}
.related-posts .related-post .copy a {
  color: #231F20;
  font-size: 20px;
  font-weight: bold;
}
.related-posts .related-post .copy a .title {
  color: #231F20;
  font-weight: bold;
}

.content-area.contact {
  background-size: 100%;
  background-repeat: no-repeat;
}

.main-contact-flex {
  position: relative;
  max-width: 970px;
  margin: 80px auto;
}
.main-contact-flex .contact-page-copy {
  position: absolute;
  top: 80px;
  left: -110px;
  z-index: 10;
  background-color: #fff;
  padding: 25px;
  width: 380px;
  -webkit-box-shadow: 0px 10px 13px -7px rgba(0, 0, 0, 0.1), 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 13px -7px rgba(0, 0, 0, 0.1), 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
}
.main-contact-flex .contact-page-copy h2 {
  color: #231F20;
  font-size: 44px;
  text-transform: none;
}
.main-contact-flex .contact-page-copy .main-flex {
  justify-content: flex-start;
  gap: 12px;
  align-items: center;
}
.main-contact-flex .contact-page-copy .main-flex p {
  margin: 0;
}
.main-contact-flex .contact-page-image {
  position: relative;
  z-index: 1;
}
.main-contact-flex .contact-page-image .mobile {
  display: none;
}
.main-contact-flex .contact-page-content {
  background-color: #F2F2F2;
  padding: 50px;
}
.main-contact-flex .contact-page-content .becht-contact-header-page {
  font-size: 26px;
  color: #231F20;
}
.main-contact-flex .contact-page-content #assistance {
  margin: 0 0 10px 0;
  display: block;
}
.main-contact-flex .contact-page-content .becht-contact-containter-page input[type=name], .main-contact-flex .contact-page-content .becht-contact-containter-page input[type=styled], .main-contact-flex .contact-page-content .becht-contact-containter-page select {
  border: 1px solid #A8A8A8;
  background-color: #fff;
  color: #7E7E7E;
}
.main-contact-flex .contact-page-content ::placeholder {
  color: #7E7E7E;
}
.main-contact-flex .contact-page-content #lab-check-1, .main-contact-flex .contact-page-content #lab-check-2 {
  margin: 0 0 5px 0;
  display: block;
}
@media screen and (max-width: 1200px) {
  .main-contact-flex {
    flex-direction: column !important;
  }
  .main-contact-flex .contact-page-copy {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    flex-basis: 100%;
  }
  .main-contact-flex .contact-page-image {
    position: relative;
    z-index: 1;
    flex-basis: 100%;
  }
  .main-contact-flex .contact-page-image .desktop {
    display: none;
  }
  .main-contact-flex .contact-page-image .mobile {
    display: block;
  }
  .main-contact-flex .contact-page-content {
    flex-basis: 100%;
  }
}

.button-bar {
  margin: 60px 0 20px 0;
}
.button-bar ul {
  display: flex;
  justify-content: space-around;
  list-style: none;
}
.button-bar ul li a button {
  color: #004D8C;
  border: 2px solid #004D8C !important;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.button-bar ul li a button:hover {
  background-color: #004D8C;
  color: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
}
.category-dropdowns .cd-wrap {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 30px;
}
.category-dropdowns .cd-wrap .cd-item h3 {
  font-size: 24px;
  color: #414042;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .category-dropdowns .cd-wrap {
    flex-wrap: wrap;
    text-align: center;
  }
  .category-dropdowns .cd-wrap .cd-item {
    flex-basis: 100%;
  }
}

.page-numbers:hover {
  color:#fff !important;
}

.descriptor {
  margin: 10px 0 0 10px !important;
  float:left;
}

section.blocks {
   background-size: cover;
}

section .wrapper div.blocks .block ul.stars li, section .wrapper div.blocks .block ol.stars li {
  background-image: url("/wp-content/uploads/2025/03/Becht_Star.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 35px;
  padding: 0 0 20px 45px;
  border-bottom: 0px;
  font-size: 16px;
  line-height: 26px;
}
section .wrapper div.blocks .block ul.stars li p, section .wrapper div.blocks .block ol.stars li p {
  margin: 0 !important;
}
section .wrapper div.blocks .block ul.stars li h3, section .wrapper div.blocks .block ol.stars li h3 {
  font-size: 26px;
  margin: 0 0 10px 0;
}
section .wrapper center h2 {
  font-size: 38px;
  line-height: 44px;
  text-transform: none;
  margin:0 0 40px 0;
}
section .wrapper center h2.underlined:after {
  left: 50%;
  transform: translateX(-50%);
}

.flex-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex-images img {
  margin: 0 0 24px 0;
}

@media only screen and (min-width: 1200px) {
  .main-header .main-navigation #primary-menu {
    font-size: 14px !important;
    font-weight: 500 !important;
  }
  .main-header .main-navigation #primary-menu li a {
    color: #060606;
    font-size: 16px;
  }
  .main-header .main-navigation #primary-menu .sub-menu li a {
    color: #39383A;
  }
}
#menu-item-1398:hover ul {
  display: flex !important;
  flex-wrap: wrap;
}
#menu-item-1398:hover ul li {
  flex-basis: 50%;
  min-width: 50%;
}
