/*!
Theme Name: bowencollins
Theme URI: http://underscores.me/
Author: Anchor * Alpine
Author URI: https://anchoralpine.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bowencollins
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.

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

.excerpt {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-size: 20px; }
  .excerpt p {
    margin: 0; }

.page {
  margin: 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 */
  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.
 */
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.
 */
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 {
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
/**
 * 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; }

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.site-content {
  position: relative;
  z-index: 99; }

.widget-area {
  background-color: #3F556A;
  font-family: "Poppins", sans-serif;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 900px) {
    .widget-area {
      flex-direction: column; } }
  .widget-area section {
    margin-bottom: 3rem; }
  .widget-area .widget-title {
    display: none; }
  .widget-area .widget_nav_menu {
    width: 100%;
    display: flex; }
    @media (max-width: 900px) {
      .widget-area .widget_nav_menu {
        flex-direction: column; } }
    .widget-area .widget_nav_menu div {
      width: inherit;
      display: flex; }
      .widget-area .widget_nav_menu div ul {
        width: inherit;
        display: flex;
        list-style: none;
        justify-content: space-between; }
        @media (max-width: 900px) {
          .widget-area .widget_nav_menu div ul {
            flex-direction: column;
            align-items: center; } }
        .widget-area .widget_nav_menu div ul li {
          margin: 5px 2rem; }

.social-container img {
  max-width: 30px !important;
  margin: 0 5px; }

#text-2 {
  margin-bottom: 0; }

/*
#media_image-5 {
	 img {
	 	@include respond(tab-port) {
			max-width: 250px;
		}
	}
}
*/
@media (max-width: 600px) {
  #media_image-3 img {
    max-width: 190px !important; } }

.widget_nav_menu {
  margin-bottom: 55px; }

.widget_media_image img {
  max-width: 190px; }

#media_image-6 {
  max-width: 200px; }

.background404 {
  padding: 110px 245px;
  background: url("/wp-content/uploads/2020/06/shutterstock_1197103015-scaled.jpg") no-repeat;
  background-position: 50% 24%;
  background-size: cover; }
  .background404 h1, .background404 h2, .background404 h3, .background404 h4, .background404 h5, .background404 p, .background404 a, .background404 div {
    color: #fff;
    z-index: 2; }
  .background404 h1 {
    font-size: 100px; }

.background404:before {
  content: "";
  background-color: #3e5469;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #1c1c1c;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }
  @media (max-width: 420px) {
    body,
    button,
    input,
    select,
    optgroup,
    textarea {
      line-height: 1.8; } }

h1, h2, h3, h4 {
  font-family: "Poppins", sans-serif; }

h1, h2 {
  font-size: 42px;
  font-weight: 200;
  line-height: 50px;
  color: #3F556A;
  margin: 0 auto 55px;
  max-width: 760px;
  text-align: center; }
  @media (max-width: 1100px) {
    h1, h2 {
      max-width: 640px; } }
  @media (max-width: 420px) {
    h1, h2 {
      font-size: 35px; } }

/*
h2 {
	font-size: $font-size__h2;
	font-weight: $font-weight__light;
	letter-spacing: $letter-spacing__h2;
	color: $color__blue;
	text-transform: uppercase;
	margin: 0 0 $margin__2;
} 
*/
h3 {
  font-weight: 400;
  letter-spacing: 1px;
  color: #3F556A;
  text-transform: uppercase;
  margin: 0 0 2rem;
  font-size: 14px; }

h4 {
  font-size: 20px;
  font-weight: 600;
  text-transform: none; }

.h3-light {
  font-weight: 200; }

.wp-block-buttons {
  margin: 0 auto !important; }

body {
  font-family: "Lato", sans-serif; }

.white-text {
  color: #fff; }
  .white-text wp-block-group__inner-container {
    color: inherit; }
  .white-text p {
    color: #fff; }

.gray-text {
  color: #606060; }

.location-heading {
  position: relative;
  top: 331.5px;
  color: #fff;
  line-height: 1.5; }
  @media (max-width: 600px) {
    .location-heading {
      top: 231.5px;
      line-height: 1.8; } }
  .location-heading :hover {
    width: 0;
    height: 0; }

p {
  color: #606060;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  margin: 0 auto 1.5rem;
  max-width: 640px; }
  @media (max-width: 600px) {
    p {
      font-size: 18px; } }

.wp-block-cover .wp-block-cover__inner-container {
  margin: 55px auto; }

@media (max-width: 600px) {
  .wp-block-cover p {
    margin: 0 auto 55px; } }

.textwidget span {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  letter-spacing: 1px; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

code, kbd, tt, var {
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  cursor: help; }

mark, ins {
  text-decoration: none; }

big {
  font-size: 125%; }

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

hr {
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

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

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin: 0; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

li {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px; }

a {
  color: #fff;
  text-decoration: none; }
  a:visited {
    color: #fff; }
  a:hover,
  a:focus,
  a:active {
    color: #fff; }
  a:focus {
    outline: thin dotted; }
  a:hover,
  a:active {
    outline: 0; }

.contact-list-style {
  font-family: "Lato", sans-serif;
  margin: 0 0 1rem; }
  .contact-list-style li {
    font-size: 16px;
    line-height: 1.9; }
    @media (max-width: 900px) {
      .contact-list-style li {
        font-size: 14px; } }
    @media (max-width: 600px) {
      .contact-list-style li {
        font-size: 18px; } }

.contact-list {
  text-align: center; }

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
--------------------------------------------------------------*/
input[type="search"] {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom-width: 2px;
  border-bottom-color: #3F556A;
  border-radius: 0;
  color: #3F556A;
  padding: 3px;
  display: flex;
  text-align: right;
  width: 270px; }
  @media (max-width: 1000px) {
    input[type="search"] {
      width: 240px; } }
  @media (max-width: 750px) {
    input[type="search"] {
      width: 270px; } }

button,
input[type="reset"],
input[type="submit"] {
  background-color: transparent;
  border-color: #3F556A;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  color: #3F556A;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-size: 12px !important;
  font-weight: 400;
  letter-spacing: 0.86px;
  line-height: 1 !important;
  overflow-wrap: break-word;
  padding: 8px 18px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 99999; }
  button:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    color: #fff !important;
    background-color: #3F556A;
    border-color: transparent; }
  button:active,
  button:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #fff; }

.wp-block-file {
  margin-bottom: 0 !important;
  padding: 0;
  text-align: center; }
  .wp-block-file:visited {
    border-style: none !important; }
  .wp-block-file .wp-block-file__button {
    background-color: transparent;
    border-color: #3F556A;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    color: #3F556A;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    font-size: 12px !important;
    font-weight: 400;
    letter-spacing: 0.86px;
    line-height: 1 !important;
    overflow-wrap: break-word;
    padding: 8px 18px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 99999;
    max-width: 125px;
    min-width: 125px;
    color: #3F556A !important; }
    .wp-block-file .wp-block-file__button:hover {
      color: #fff !important;
      background-color: #3F556A;
      border-color: transparent; }
    .wp-block-file .wp-block-file__button:active,
    .wp-block-file .wp-block-file__button:focus {
      border-color: #fff; }
    .wp-block-file .wp-block-file__button:visited {
      color: #3F556A;
      opacity: 1 !important; }
    .wp-block-file .wp-block-file__button:hover {
      background-color: #3F556A;
      color: #fff !important;
      opacity: 1 !important; }
    .wp-block-file .wp-block-file__button:active,
    .wp-block-file .wp-block-file__button:focus {
      border-color: transparent !important;
      border-style: solid !important;
      outline: 1px solid !important;
      opacity: 1 !important; }
  .wp-block-file .wp-block-file__button {
    padding: 8px 20px !important; }

button,
.wp-block-button {
  margin: 0 auto 55px !important; }
  button .wp-block-button__link,
  .wp-block-button .wp-block-button__link {
    background-color: transparent;
    border-color: #3F556A;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    color: #3F556A;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    font-size: 12px !important;
    font-weight: 400;
    letter-spacing: 0.86px;
    line-height: 1 !important;
    overflow-wrap: break-word;
    padding: 8px 18px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 99999; }
    button .wp-block-button__link:hover,
    .wp-block-button .wp-block-button__link:hover {
      color: #fff !important;
      background-color: #3F556A;
      border-color: transparent; }
    button .wp-block-button__link:active,
    button .wp-block-button__link:focus,
    .wp-block-button .wp-block-button__link:active,
    .wp-block-button .wp-block-button__link:focus {
      border-color: #fff; }

.wp-block-cover button,
.wp-block-cover .wp-block-button {
  margin: 0 auto !important; }

.btn-light {
  color: #fff;
  border-color: #fff;
  max-width: 125px;
  min-width: 125px;
  z-index: 99999; }
  @media (max-width: 900px) {
    .btn-light {
      margin-bottom: 45px; } }
  .btn-light .wp-block-button__link {
    border-color: #fff;
    line-height: 1; }
  .btn-light .btn-link-light {
    color: #fff;
    border-style: none;
    min-width: 0; }
    .btn-light .btn-link-light:hover {
      background-color: #fff;
      border-color: transparent;
      color: #3F556A; }
    .btn-light .btn-link-light:active,
    .btn-light .btn-link-light:focus {
      border-color: #fff; }
    .btn-light .btn-link-light:visited {
      color: #fff; }
  .btn-light:hover {
    background-color: #fff;
    border-color: transparent;
    color: #3F556A; }
  .btn-light:active,
  .btn-light:focus {
    border-color: #fff; }
  .btn-light:visited {
    color: #fff; }

.btn-light-alt .wp-block-button__link {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  line-height: 1;
  z-index: 99999; }
  .btn-light-alt .wp-block-button__link:hover {
    background-color: #fff;
    border-color: transparent;
    color: #3F556A !important; }
  .btn-light-alt .wp-block-button__link:active,
  .btn-light-alt .wp-block-button__link:focus {
    border-color: #fff; }
  .btn-light-alt .wp-block-button__link:visited {
    color: #fff; }

.download-btn {
  margin: 55px 0; }
  @media (max-width: 600px) {
    .download-btn button {
      margin: 0 0 55px; } }

#gform_wrapper_1 {
  margin-bottom: 47px; }

.gform_wrapper {
  width: 100%; }
  .gform_wrapper form {
    width: 80%; }
    .gform_wrapper form .gform_title {
      font-size: 36px !important;
      font-weight: 400 !important;
      margin-bottom: 1rem !important;
      text-align: center;
      text-transform: none; }
    .gform_wrapper form .gform_description {
      color: #606060;
      max-width: 375px;
      margin: 0 auto 45px !important;
      width: 100% !important;
      text-align: center; }
    .gform_wrapper form .gform_body {
      max-width: 700px !important;
      margin: 0 auto; }
    .gform_wrapper form .gfield_label {
      color: #606060; }
    @media only screen and (max-width: 641px) {
      .gform_wrapper form .ginput_container_name span {
        margin-top: 25px; } }
    .gform_wrapper form li {
      padding: 0; }
      .gform_wrapper form li .ginput_container .address_state {
        padding-right: 0 !important; }
      .gform_wrapper form li .ginput_container .address_state,
      .gform_wrapper form li .ginput_container input {
        width: 100% !important; }
      .gform_wrapper form li .ginput_container input {
        border-radius: 0;
        margin-top: 0 !important;
        padding: 8px !important; }
      .gform_wrapper form li .ginput_container label {
        color: #606060; }
    .gform_wrapper form select,
    .gform_wrapper form .gfield_select {
      background-color: #fff;
      border-radius: 0;
      border: 1px solid #606060;
      font-size: 16px;
      margin: 0;
      padding: 8px !important;
      width: 100% !important;
      -moz-appearance: none !important;
      -ms-appearance: none !important;
      -webkit-appearance: none !important;
      appearance: none !important; }
    .gform_wrapper form input[type=submit] {
      max-width: fit-content; }
  .gform_wrapper .gform_footer {
    display: flex;
    justify-content: center; }

.ginput_container_select::after {
  content: ' ';
  position: relative;
  right: -92%;
  top: -31px;
  width: 20px;
  height: 20px;
  display: block;
  background: url("/wp-content/uploads/2020/06/dropdown-arrow.svg") no-repeat center center;
  pointer-events: none;
  /*
	@include respond(phone-small) {
		right:-70vw;
	}
*/ }
  @media (max-width: 900px) {
    .ginput_container_select::after {
      right: -88%; } }

#field_1_11 .ginput_container {
  max-height: 38px; }

select,
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #606060;
  opacity: 1;
  /* Firefox */ }

select,
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #606060; }

select,
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #606060; }

.gform_wrapper .gfield_description {
  color: #606060; }

#field_2_6 div.ginput_container {
  margin-top: 16px; }

.gform_confirmation_wrapper {
  display: flex;
  justify-content: center; }

.gform_wrapper .top_label li ul.gfield_checkbox, .gform_wrapper .top_label li ul.gfield_radio {
  display: flex;
  flex-wrap: wrap; }

.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
  min-width: 171px; }

body .gform_wrapper ul li.gfield {
  margin-top: 25px !important; }

.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text], .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
  margin-bottom: 0 !important; }

.news-container .search {
  margin: 55px 0 0;
  display: flex;
  justify-content: flex-end; }
  @media (max-width: 660px) {
    .news-container .search {
      width: 100%; } }
  .news-container .search form {
    display: flex;
    justify-content: center; }
    .news-container .search form #searchsubmit {
      display: none; }

@media (max-width: 1000px) {
  #search2 {
    display: none; } }

@media (max-width: 660px) {
  #search1 {
    display: none; } }

.no-content .search form {
  width: 100%; }
  .no-content .search form #searchsubmit {
    display: none; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
textarea {
  color: #606060;
  border: 1px solid #606060;
  border-radius: 0;
  font-family: "Lato", sans-serif; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: flex;
  font-family: "Poppins", sans-serif;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin-right: 50px; }
  .main-navigation ul {
    display: none;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      position: absolute;
      display: flex;
      flex-direction: column;
      z-index: 9999;
      left: -999em;
      width: 200px; }
      .main-navigation ul ul ul {
        position: absolute;
        display: flex;
        flex-direction: column;
        z-index: 99999;
        left: -999em; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul {
        padding: 10px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto;
      display: block; }
  .main-navigation a {
    display: block;
    text-decoration: none; }
  .main-navigation li {
    margin-left: 3rem;
    transition: all 0.5s ease-in-out;
    position: relative; }
    .main-navigation li a:hover,
    .main-navigation li a:active {
      color: #fff; }
    .main-navigation li:before,
    .main-navigation li:after {
      content: "";
      position: absolute;
      bottom: -2px;
      width: 0px;
      height: 2px;
      margin: 1px 0 0;
      transition: all 0.5s ease-in-out;
      transition-duration: 0.5s;
      opacity: 0;
      background-color: #fff; }
    .main-navigation li:hover:before,
    .main-navigation li:hover:after,
    .main-navigation li:active:before,
    .main-navigation li:active:after {
      left: 0;
      width: 100%;
      opacity: 1; }
  .main-navigation #primary-menu2 {
    width: 80%; }
    @media (max-width: 1100px) {
      .main-navigation #primary-menu2 {
        width: 100%; }
        .main-navigation #primary-menu2 ul {
          margin: 0 1rem; }
          .main-navigation #primary-menu2 ul .children {
            margin: 0; } }
    .main-navigation #primary-menu2 .page-item-28,
    .main-navigation #primary-menu2 .page-item-13,
    .main-navigation #primary-menu2 .page-item-9 {
      display: none !important; }
      .main-navigation #primary-menu2 .page-item-28 a,
      .main-navigation #primary-menu2 .page-item-13 a,
      .main-navigation #primary-menu2 .page-item-9 a {
        display: none !important; }
  .main-navigation .children,
  .main-navigation .children:hover {
    padding: 15px 0;
    width: fit-content;
    display: block;
    box-shadow: none;
    margin: 0; }
    .main-navigation .children li,
    .main-navigation .children:hover li {
      margin: 0;
      padding: 8px;
      position: relative;
      width: 210px;
      opacity: 1;
      background-color: #fff;
      border-style: solid;
      border-width: 1px;
      border-color: #c1c1c1; }
      .main-navigation .children li a,
      .main-navigation .children li a:visited,
      .main-navigation .children:hover li a,
      .main-navigation .children:hover li a:visited {
        color: #1c1c1c; }
    .main-navigation .children li:nth-child(2),
    .main-navigation .children:hover li:nth-child(2) {
      border-top-style: none;
      border-bottom-style: none; }

a {
  text-transform: uppercase; }

.site-header {
  background: #3F556A;
  justify-content: space-between;
  padding: 11px;
  position: sticky;
  top: 0;
  /*
	padding: 45px 45px 0 45px;
	position: absolute;
*/
  width: -webkit-fill-available;
  z-index: 999; }
  @media (max-width: 900px) {
    .site-header {
      display: none !important; } }

@media (max-width: 1100px) {
  #site-navigation {
    margin-left: 10px;
    justify-content: flex-start; } }

@media (max-width: 900px) {
  #site-navigation {
    display: none; } }

@media (max-width: 1100px) {
  #site-navigation-2 {
    margin-right: 10px; } }

@media (max-width: 900px) {
  #site-navigation-2 {
    display: none; } }

#site-navigation-mobile {
  display: none; }
  @media (max-width: 900px) {
    #site-navigation-mobile {
      display: flex; }
      #site-navigation-mobile .menu-toggle {
        display: block; } }

.menu-header-menu-1-container ul {
  justify-content: center; }

#menu-home li a {
  background-color: transparent;
  border-color: #3F556A;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  color: #3F556A;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-size: 12px !important;
  font-weight: 400;
  letter-spacing: 0.86px;
  line-height: 1 !important;
  overflow-wrap: break-word;
  padding: 8px 18px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 99999; }
  #menu-home li a:hover {
    color: #fff !important;
    background-color: #3F556A;
    border-color: transparent; }
  #menu-home li a:active,
  #menu-home li a:focus {
    border-color: #fff; }

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

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

@media screen and (min-width: 900px) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: flex; } }

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

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

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    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; }

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

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

.center-content {
  align-items: center; }
  .center-content > * {
    align-items: center; }
    .center-content > * > * {
      align-items: center; }
      .center-content > * > * > * {
        align-items: center; }

.align-self {
  align-self: center; }

.no-margin {
  margin: 0; }

.margin-1 {
  margin: 110px; }

.margin-1-alt {
  margin: 110px 110px 47px; }
  @media (max-width: 660px) {
    .margin-1-alt {
      margin: 55px 3rem 47px; } }
  @media (max-width: 420px) {
    .margin-1-alt {
      margin: 0 1rem; } }

.margin-2 {
  margin-bottom: 2rem; }

.margin-3 {
  margin: 110px 55px 0; }
  @media (max-width: 900px) {
    .margin-3 {
      margin: 55px; } }
  @media (max-width: 600px) {
    .margin-3 {
      margin: 55px 0; } }

.margin-4 {
  margin: 55px; }
  @media (max-width: 600px) {
    .margin-4 {
      margin: 55px 0; } }

.margin__subheading,
.margin__p-big {
  margin-bottom: 4rem; }

.margin__footer {
  margin: 100px; }
  @media (max-width: 420px) {
    .margin__footer {
      margin: 100px 45px; } }

.padding-1 {
  padding: 110px 110px; }

.flex {
  display: flex;
  flex-wrap: wrap; }
  .flex .wp-block-group__inner-container {
    justify-content: space-between;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 900px) {
      .flex .wp-block-group__inner-container {
        flex-direction: column; } }

.flex-c {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; }
  .flex-c .wp-block-group__inner-container {
    justify-content: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap; }
    @media (max-width: 900px) {
      .flex-c .wp-block-group__inner-container {
        flex-direction: column; } }

.justify-btwn {
  justify-content: space-between; }

.justify-center {
  justify-content: center; }

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

.flex-start {
  align-items: flex-start; }

.content-margin {
  margin: 110px 245px; }
  @media (max-width: 900px) {
    .content-margin {
      margin: 110px; } }
  @media (max-width: 660px) {
    .content-margin {
      margin: 55px 110px; } }
  @media (max-width: 600px) {
    .content-margin {
      margin: 45px 3rem; } }
  @media (max-width: 420px) {
    .content-margin {
      margin: 55px 2rem; } }

.content-margin__in-touch {
  margin: 110px 245px 47px; }
  @media (max-width: 600px) {
    .content-margin__in-touch {
      margin: 55px 55px 0; } }

.content-margin-2 {
  margin: 110px 245px 0; }
  @media (max-width: 1100px) {
    .content-margin-2 {
      margin: 110px 110px 0; } }
  @media (max-width: 600px) {
    .content-margin-2 {
      margin: 55px 55px 0; } }

.content-margin-less {
  margin: 110px 245px; }
  @media (max-width: 1100px) {
    .content-margin-less {
      margin: 110px; } }
  @media (max-width: 600px) {
    .content-margin-less {
      margin: 45px; } }

.content-margin__sm {
  margin: 55px 0; }

.wp-block-columns {
  display: flex;
  justify-content: center; }
  @media (max-width: 900px) {
    .wp-block-columns {
      flex-direction: column;
      align-items: center; } }

@media (min-width: 600px) {
  .wp-block-column:nth-child(2n) {
    margin-left: 0; } }

@media (min-width: 782px) {
  .wp-block-column:not(:first-child) {
    margin-left: 0; }
  .wp-block-columns {
    flex-wrap: wrap; } }

.max-column {
  max-width: 300px; }

.width-full {
  width: 100%; }
  @media (max-width: 900px) {
    .width-full {
      width: -webkit-fill-available; } }

.third {
  width: 33%; }
  @media (max-width: 600px) {
    .third {
      width: 100%; } }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content: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-content:after,
.site-footer:after {
  clear: both; }

.page-item {
  margin: 0 25px; }

.no-margin div h2 {
  margin: 0; }

.site-header:before,
.site-header:after {
  display: none; }

.header {
  display: flex;
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%; }

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

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

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

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

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

.container-fit {
  width: fit-content; }

.black-line {
  background-color: #3F556A;
  width: 2px;
  height: 0px;
  margin-bottom: 55px; }

@keyframes move {
  from {
    height: 0; }
  to {
    height: 80px; } }

@keyframes moveOut {
  from {
    height: 80px; }
  to {
    height: 0px; } }

.move {
  animation: move 0.5s forwards; }

.moveOut {
  animation: moveOut 0.5s forwards; }

.white-line {
  background-color: #fff;
  display: flex;
  flex: 0 1 auto;
  width: 385px;
  height: 1px; }
  @media (max-width: 900px) {
    .white-line {
      width: 250px; } }
  @media (max-width: 420px) {
    .white-line {
      width: 210px; } }

.services-home {
  width: 100%;
  margin-bottom: 55px; }
  .services-home .wp-block-group__inner-container {
    flex-direction: row; }
    .services-home .wp-block-group__inner-container .service {
      margin: 0 2rem;
      width: 148.9px; }
      .services-home .wp-block-group__inner-container .service p {
        text-align: center;
        color: #3F556A; }
      .services-home .wp-block-group__inner-container .service .wp-block-group__inner-container {
        flex-direction: column;
        display: flex; }
      .services-home .wp-block-group__inner-container .service .service-hover .wp-block-group__inner-container {
        align-items: center; }
      .services-home .wp-block-group__inner-container .service .service-hover .icon-hover {
        display: none; }
      .services-home .wp-block-group__inner-container .service .service-hover:hover .icon-hover {
        display: block; }
      .services-home .wp-block-group__inner-container .service .service-hover:hover .icon {
        display: none; }
    .services-home .wp-block-group__inner-container figure {
      width: 100px;
      flex-direction: column;
      justify-content: flex-start;
      text-align: center; }

.plan-group {
  width: 50%; }
  @media (max-width: 900px) {
    .plan-group {
      width: 100%; } }

.side-padding {
  padding: 110px; }
  @media (max-width: 1100px) {
    .side-padding {
      padding: 45px 55px; } }

.services {
  width: 100%;
  margin: 100px auto;
  max-width: 1440px; }
  .services .flex,
  .services .wp-block-group__inner-container {
    width: 100%; }
  .services .service {
    max-width: 1000px;
    margin: 0 auto;
    padding: 45px; }
    .services .service .service-text {
      margin: 0 2rem 0 0; }
      .services .service .service-text h2 {
        margin: 0 0 3rem 0;
        text-align: left; }
      .services .service .service-text .wp-block-group__inner-container {
        flex-direction: column;
        display: flex; }
    .services .service figure {
      width: 150px;
      height: 150px;
      flex-direction: column;
      justify-content: flex-start;
      text-align: center; }

.contact-forms {
  margin: 110px auto;
  max-width: 1440px; }
  .contact-forms .wp-block-column {
    width: 100%; }

.contact-container {
  padding: 110px;
  position: relative;
  top: 63px; }
  @media (max-width: 600px) {
    .contact-container {
      padding: 110px 45px; } }
  @media (max-width: 350px) {
    .contact-container {
      padding: 110px 2rem; } }

.contact-container__content {
  margin: 55px 0;
  width: 50%; }
  @media (max-width: 900px) {
    .contact-container__content {
      width: 100%; } }

.phone-number {
  background-color: #3F556A;
  height: 134px; }
  .phone-number .wp-block-group__inner-container {
    display: flex;
    justify-content: center;
    max-width: 1440px;
    margin: 0 auto; }
    .phone-number .wp-block-group__inner-container figure {
      width: 40px;
      margin-right: 20px; }
    .phone-number .wp-block-group__inner-container h2, .phone-number .wp-block-group__inner-container h3, .phone-number .wp-block-group__inner-container h4, .phone-number .wp-block-group__inner-container p {
      color: #fff;
      letter-spacing: 1px;
      margin: 1em 0; }

@media (max-width: 660px) {
  .search-group {
    justify-content: center; } }

.searchbar,
.news {
  width: 33%;
  margin-bottom: 2rem;
  position: relative; }
  @media (max-width: 1000px) {
    .searchbar,
    .news {
      width: 50%; } }
  @media (max-width: 660px) {
    .searchbar,
    .news {
      width: 100%; } }
  .searchbar h3,
  .searchbar p,
  .news h3,
  .news p {
    margin: 0; }

.search-header {
  margin: 245px 0 0; }
  @media (max-width: 900px) {
    .search-header {
      margin: 110px 0 0; } }

.entry-content-search {
  margin: 0 0 110px; }

.type-news h3 a {
  color: #1c1c1c; }

.page-title-search {
  margin: 0 110px; }
  @media (max-width: 600px) {
    .page-title-search {
      margin: 0 45px; } }

.custom-head-margin {
  margin-top: 139px; }
  @media (max-width: 900px) {
    .custom-head-margin {
      margin: 0; } }

.single-container h3 {
  margin: 0; }

.gray-block h2 {
  margin-top: 55px; }

.pricing-block {
  max-width: 1000px;
  margin: 40px auto; }
  .pricing-block .wp-block-column {
    background-color: #DFDFDF;
    border: 1px solid #fff; }
    .pricing-block .wp-block-column .blue {
      background-color: #102456;
      padding: 1rem; }
      .pricing-block .wp-block-column .blue h2, .pricing-block .wp-block-column .blue h3, .pricing-block .wp-block-column .blue h4, .pricing-block .wp-block-column .blue p {
        color: #fff; }
      .pricing-block .wp-block-column .blue h2 {
        margin-bottom: 1rem; }
      .pricing-block .wp-block-column .blue p {
        font-size: 14px;
        margin-bottom: 0; }
    .pricing-block .wp-block-column .wp-block-group {
      padding: 1rem 2rem; }
      .pricing-block .wp-block-column .wp-block-group ul {
        list-style: none; }
      .pricing-block .wp-block-column .wp-block-group .plusbullet li:before {
        content: "+";
        font-size: 14px;
        margin-right: 10px; }
    .pricing-block .wp-block-column .black-line-horiz {
      width: 140px;
      height: 2px;
      background-color: #102456;
      margin: 4rem 0 2rem; }

.toggle {
  display: none; }

.add,
.add-ons {
  display: block; }

.add-ons-toggle {
  display: none; }

@media (max-width: 600px) {
  .toggle {
    cursor: pointer;
    display: block;
    border-bottom: 1px solid;
    width: fit-content; }
  .add,
  .add-ons {
    display: none; } }

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

.bypostauthor {
  display: block; }

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

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

ajax-load-more-wrap {
  display: flex; }

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

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

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

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

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

.map-overlay {
  background-color: #070606; }
  .map-overlay .wp-block-group__inner-container {
    opacity: 0.36; }
  .map-overlay .wp-block-group__inner-container:hover {
    z-index: -1;
    opacity: 1;
    transition: all 0.3s linear; }

.map-overlay:hover {
  background-color: transparent;
  transition: all 0.3s linear; }

.maps-marker-pro {
  z-index: -1; }

.maps-marker-pro:hover {
  z-index: 999;
  opacity: 1; }

@media (max-width: 600px) {
  .mmp-map {
    height: 400px !important; } }

/*--------------------------------------------------------------
## Images
--------------------------------------------------------------*/
img {
  width: 100%;
  height: 100%; }

.container-square {
  display: flex;
  flex: 0 0 auto;
  overflow-y: hidden;
  overflow-x: hidden;
  margin-bottom: 1rem;
  width: 350px;
  height: 350px; }
  @media (min-width: 1950px) {
    .container-square {
      width: 420px;
      height: 420px; } }
  @media (max-width: 1800px) {
    .container-square {
      width: 350px;
      height: 350px; } }
  @media (max-width: 1500px) {
    .container-square {
      width: 270px;
      height: 270px; } }
  @media (max-width: 1100px) {
    .container-square {
      width: 240px;
      height: 240px; } }
  @media (max-width: 660px) {
    .container-square {
      width: 270px;
      height: 270px; } }
  .container-square .img_thumbnail {
    max-width: inherit;
    max-height: inherit;
    object-fit: cover; }

.wp-block-cover {
  background-position: 50% 0%; }
  @media (max-width: 600px) {
    .wp-block-cover {
      min-height: 400px !important; } }

.bfi-cover {
  background-position: 50% 30%; }
  @media (max-width: 600px) {
    .bfi-cover {
      min-height: 400px !important; } }

.site-branding {
  margin-left: 50px; }

.custom-logo {
  max-width: 190px; }

#media_image-3 {
  margin: 0; }
  #media_image-3 .wp-image-542 {
    width: 200px; }

.blocks-gallery-grid
.blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  margin: 0 !important;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative; }

@media (max-width: 900px) {
  .wp-block-gallery {
    flex-direction: column !important; } }

@media (max-width: 900px) {
  .wp-block-gallery .blocks-gallery-grid {
    flex-direction: column !important; } }

@media (max-width: 900px) {
  .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item {
    width: 100% !important; } }

.plan-img {
  margin: 55px 110px 0; }
  @media (max-width: 600px) {
    .plan-img {
      margin: 55px 0; } }

.blocks-gallery-item figure:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(7, 6, 6, 0.36);
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.blocks-gallery-item figure:hover:before {
  background: none; }

/*# sourceMappingURL=style.map */