/*
 * Flex
 */
/*
 * Prefixed calc
 */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;500;700;900&family=Raleway:wght@400;600;700;800;900&display=swap");
/*!
Theme Name: Meyer & Depew
Theme URI: http://underscores.me/
Author: John Horoszewski
Author URI: http://delianet.com,%20johnswork.com
Description: Custom theme for Meyer & Depew Inc.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mdp
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.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | 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;
  -webkit-text-size-adjust: 100%;
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * 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;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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

/**
 * 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;
  outline-offset: -2px;
}

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

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

*, :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.sm {
  max-width: 960px;
}
.constrain.md {
  max-width: 1024px;
}

.flexxed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.p30 {
  padding: 15px 0;
}

.p45 {
  padding: 15px 0;
}

.p60 {
  padding: 20px 0;
}

.p75 {
  padding: 25px 0;
}

.p90 {
  padding: 30px 0;
}

.flexxed .twenty {
  width: 100%;
}
.flexxed .twentyfive {
  width: 100%;
}
.flexxed .thirtythree {
  width: 100%;
}
.flexxed .forty {
  width: 100%;
}
.flexxed .fifty {
  width: 100%;
}
.flexxed .sixty {
  width: 100%;
}
.flexxed .sixtysix {
  width: 100%;
}
.flexxed .seventyfive {
  width: 100%;
}
.flexxed .eighty {
  width: 100%;
}
.flexxed .onehundred {
  width: 100%;
}

.btn,
a.btn {
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
.btn.red-flat,
a.btn.red-flat {
  background: #A50533;
  color: #FFFFFF;
}
.btn.red-flat:hover,
a.btn.red-flat:hover {
  background: #323D83;
}
.btn.blue-flat,
a.btn.blue-flat {
  background: #323D83;
  color: #FFFFFF;
}
.btn.blue-flat:hover,
a.btn.blue-flat:hover {
  background: #A50533;
}
.btn.white-flat,
a.btn.white-flat {
  background: #FFFFFF;
  color: #A50533;
}
.btn.white-flat:hover,
a.btn.white-flat:hover {
  background: #A50533;
  color: #FFFFFF;
}
.btn.transparent-flat,
a.btn.transparent-flat {
  background: transparent;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}
.btn.transparent-flat:hover,
a.btn.transparent-flat:hover {
  background: #FFFFFF;
  color: #A50533;
}
.btn.red-outline,
a.btn.red-outline {
  border: 2px solid #A50533;
  color: #A50533;
}
.btn.white-outline,
a.btn.white-outline {
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
}
.btn.blue-outline,
a.btn.blue-outline {
  border: 2px solid #323D83;
  color: #323D83;
}
.btn.btn-small,
a.btn.btn-small {
  padding: 7px 15px;
}
.btn.btn-medium,
a.btn.btn-medium {
  padding: 15px 25px;
}
.btn.btn-large,
a.btn.btn-large {
  padding: 13px 45px;
}

.red-2btns {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.red-2btns p {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.red-2btns a {
  border: 2px solid #A50533;
  font-size: 18px;
  font-weight: 700;
  padding: 20px 40px;
  text-align: center;
  text-transform: uppercase;
}
.red-2btns a:first-of-type {
  background: #A50533;
  color: #FFFFFF;
  margin: 0 0 20px 0;
}
.red-2btns a:first-of-type:hover {
  background: #323D83;
  border-color: #323D83;
}
.red-2btns a:last-of-type {
  color: #A50533;
}
.red-2btns a:last-of-type:hover {
  background: #FFFFFF;
  color: #323D83;
  border-color: #323D83;
}

.blue-2btns {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.blue-2btns p {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.blue-2btns a {
  border: 2px solid #323D83;
  font-size: 18px;
  font-weight: 700;
  padding: 20px 40px;
  text-align: center;
  text-transform: uppercase;
}
.blue-2btns a:first-of-type {
  background: #323D83;
  color: #FFFFFF;
  margin: 0 0 20px 0;
}
.blue-2btns a:first-of-type:hover {
  background: #A50533;
  border-color: #A50533;
}
.blue-2btns a:last-of-type {
  color: #323D83;
}
.blue-2btns a:last-of-type:hover {
  background: #FFFFFF;
  color: #A50533;
  border-color: #A50533;
}

.site-main ul {
  list-style-type: none;
}
.site-main ul li {
  list-style: disc;
}
.site-main ul.menu li {
  list-style: none;
  padding: 0;
}
.site-main ul.bullets.red-bullets li {
  list-style: none;
  position: relative;
}
.site-main ul.bullets.red-bullets li::before {
  color: #A50533;
  content: '\2022';
  left: 0;
  position: absolute;
}
.site-main ul.bullets.blue-bullets li {
  list-style: none;
  position: relative;
}
.site-main ul.bullets.blue-bullets li::before {
  color: #323D83;
  content: '\2022';
  left: 0;
  position: absolute;
  margin-left: -14px;
}
.site-main ul.bullets.green-checks li {
  list-style: none;
  padding: 0 0 17px 30px;
  position: relative;
}
.site-main ul.bullets.green-checks li::before {
  background-image: url("css/green-check.png");
  color: #A1C708;
  content: '';
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 20px;
}

a.cta-schedule {
  margin: 10px 0 0;
  text-transform: uppercase;
}

.social-media.flexxed {
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

a.social-icon {
  display: block;
  margin: 7px;
  max-height: 22px;
  min-height: 20px;
  max-width: 22px;
  min-width: 20px;
  background-position: 50% 50%;
  background-size: 30px auto;
  background-repeat: no-repeat;
}
a.social-icon.no-icon::after {
  color: #FFFFFF;
  content: '';
  display: block;
  font-family: "fontAwesome", sans-serif;
  font-size: 22px;
  line-height: 1em;
}

.mobile-search,
.desktop-search {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.mobile-search i,
.desktop-search i {
  color: #FFFFFF;
}
.mobile-search input[type=submit],
.desktop-search input[type=submit] {
  display: none;
}
.mobile-search input[type=search],
.desktop-search input[type=search] {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #FFFFFF !important;
}
.mobile-search input[type=search] ::placeholder,
.desktop-search input[type=search] ::placeholder {
  color: #FFFFFF;
}
.mobile-search ::-webkit-input-placeholder,
.desktop-search ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff;
}
.mobile-search :-moz-placeholder,
.desktop-search :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 1;
}
.mobile-search ::-moz-placeholder,
.desktop-search ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1;
}
.mobile-search :-ms-input-placeholder,
.desktop-search :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.mobile-search ::-ms-input-placeholder,
.desktop-search ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
.mobile-search ::placeholder,
.desktop-search ::placeholder {
  /* Most modern browsers support this now. */
  color: #fff;
}

select.linkselect {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  color: #FFFFFF;
  font-weight: normal;
  background-image: url(images/icon_caret_down.svg);
  background-repeat: no-repeat;
  background-position: 98% 50%;
}
select.linkselect option {
  background-color: #333D82;
}
select.linkselect option:hover, select.linkselect option:focus {
  font-weight: bold;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #323D83;
  margin-top: 0;
}

h2 {
  font-size: 25px;
  line-height: 1.15em;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
  color: #737373;
  font-family: "Lato", sans-serif;
}

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

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

ul {
  list-style: none;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #323D83;
}

a:visited {
  color: #323D83;
}

a:hover,
a:focus,
a:active {
  color: #A50533;
}

a:focus {
  outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
input {
  font-family: "Raleway", sans-serif;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-radius: 0;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  padding: 10px 20px;
}

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;
  background: #FBFBFB;
  border: 1px solid #D0CDCD;
  border-radius: 0;
  font-weight: 700;
  padding: 10px;
  max-width: 100%;
  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 {
  background: #FBFBFB;
  border: 1px solid #D0CDCD;
  border-radius: 0;
  color: #666;
  font-weight: 700;
  padding: 10px;
  max-width: 100%;
  width: 100%;
}

textarea {
  width: 100%;
}

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

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

a:focus {
  outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-header {
  background: #fff;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.site-header .aux-header {
  background-color: #323D83;
  color: #FFFFFF;
  text-align: center;
}
.site-header .aux-header .flexxed {
  align-items: center;
}
.site-header .mobile-pre a {
  display: block;
  background-color: #FFFFFF;
  color: #A50533;
  font-weight: bold;
  padding: 16px;
  margin: 0 0 16px 0;
  text-transform: uppercase;
}

.preheader {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  background-color: #A50533;
  color: #FFFFFF;
  text-transform: uppercase;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  font-weight: 600;
}
.preheader a,
.preheader div {
  line-height: 1;
  color: #FFFFFF;
  padding: 0 12px;
  border-right: 1px solid #FFFFFF;
}
.preheader a:last-child,
.preheader div:last-child {
  border-right: none;
}
.preheader a.ph-link {
  display: none;
}
.scrolled .preheader {
  height: 28px;
}

.aux-header {
  display: none;
  padding: 10px 0;
}

.main-header {
  padding: 0;
  height: 104px;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}
.main-header .left {
  padding-top: 16px;
  width: 168px;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.main-header .left img.logo-notag {
  display: none;
}

.scrolled .main-header {
  height: 84px;
}
.scrolled .main-header .left {
  width: 139px;
}
.scrolled .main-header .left img.logo-full {
  display: none;
}
.scrolled .main-header .left img.logo-notag {
  display: block;
}

.desktop-search {
  display: none;
}

.mobile-search {
  background: rgba(255, 255, 255, 0.15);
  justify-content: center;
  margin: 10px auto;
  padding: 10px;
}

.menus-section {
  background-color: #323D83;
  height: -webkit-calc(100vh - 104px - 36px);
  height: expression(100vh - 104px - 36px);
  height: -moz-calc(100vh - 104px - 36px);
  height: -o-calc(100vh - 104px - 36px);
  height: calc(100vh - 104px - 36px);
  left: -100%;
  padding: 15px 0;
  position: absolute;
  top: 140px;
  -webkit-transition: top 0.3s ease-in-out, left 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, left 0.3s ease-in-out;
  width: 100%;
  z-index: 9999;
  overflow-y: auto;
}
.menus-section ul li {
  margin: 0 0 10px 0;
  text-align: left;
}
.menus-section ul li.menu-item-has-children {
  position: relative;
}
.menus-section ul li.menu-item-has-children > a {
  display: block;
  width: 90%;
}
.menus-section ul li.menu-item-has-children i {
  color: #FFFFFF;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  z-index: 9999;
}
.menus-section ul li.menu-item-has-children i.fa-caret-up {
  display: none;
}
.menus-section ul li .sub-menu {
  background-color: #404ea8;
  display: none;
  height: auto;
  padding: 10px;
  width: 100%;
}
.menus-section ul li .sub-menu li {
  margin: 0;
}
.menus-section ul li .sub-menu li a {
  display: block;
}
.menus-section ul a {
  color: #FFFFFF;
}
.menus-section.open {
  left: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.scrolled .menus-section {
  height: -webkit-calc(100vh - 84px - 28px);
  height: expression(100vh - 84px - 28px);
  height: -moz-calc(100vh - 84px - 28px);
  height: -o-calc(100vh - 84px - 28px);
  height: calc(100vh - 84px - 28px);
  top: 112px;
}

#mobile-button {
  background-color: #323D83;
  font-size: 25px;
  position: absolute;
  right: 20px;
  top: 62px;
  cursor: pointer;
  width: 48px;
  height: 48px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
}
#mobile-button img {
  display: block;
  margin: 0;
}
#mobile-button img.mb-close {
  display: none;
}
#mobile-button.active img.mb-open {
  display: none;
}
#mobile-button.active img.mb-close {
  display: block;
}
.scrolled #mobile-button {
  top: 46px;
}

.cta-contact-phone {
  color: #323D83;
  font-size: 18px;
  font-weight: 700;
}
.cta-contact-phone i {
  color: #A50533;
}
.cta-contact-phone a {
  color: #323D83;
}

.mobile-social .social-media.flexxed {
  justify-content: center;
}

.mobile-lic {
  color: #FFFFFF;
  margin: 15px 0 0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.site-main {
  padding: 140px 0 0 0;
  -webkit-transition: padding-top 0.3s ease-in-out;
  transition: padding-top 0.3s ease-in-out;
}
.scrolled .site-main {
  padding-top: 112px;
}

.cta-general {
  background-size: cover;
  background-position: center center;
}

.reviews {
  background-color: #F2F2F2;
}

.review-slider .slide {
  background-color: #FFFFFF;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  margin: 0 0 25px 0;
  padding: 15px;
}
.review-slider .slide:last-of-type {
  margin: initial;
}
.review-slider .stars {
  margin: 0 0 15px 0;
}
.review-slider .stars i {
  color: #A1C708;
  font-size: 31px;
  margin: 0 5px 0 0;
}
.review-slider .review-text {
  margin: 0 0 15px 0;
  min-height: 175px;
}
.review-slider .review-text p {
  margin: 0 0 7px 0;
}
.review-slider .reviewer-info {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-size: 15px;
  font-weight: 700;
  justify-items: start;
}
.review-slider .reviewer-info img {
  margin: 0 10px 0 0;
}

.review-button {
  margin: 25px 0 0 0;
  text-align: center;
}

.home .blog-module {
  background-color: #FFFFFF;
}

a.post-item {
  background-color: #FFFFFF;
  -webkit-box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.25);
  margin: 0 0 35px 0;
}
a.post-item .excerpt {
  color: #737373;
}
a.post-item .post-meta {
  color: #3B70BC;
  font-weight: 700;
  display: inline-block;
  margin: 0 0 15px 0;
  padding: 5px 10px 5px 0;
  text-transform: uppercase;
}

.service-verticals {
  color: #FFFFFF;
}
.service-verticals .service-content {
  padding: 50px 15px;
  text-align: center;
}
.service-verticals h2 {
  font-weight: 900;
  text-transform: uppercase;
}
.service-verticals h2 a {
  color: #FFFFFF;
}

.cta {
  background-size: cover;
  background-position: center center;
  border-top: 15px solid #A1C708;
  text-align: center;
}
.cta .cta-content {
  color: #FFFFFF;
}
.cta .cta-content h1, .cta .cta-content h2, .cta .cta-content h3, .cta .cta-content h4, .cta .cta-content h5, .cta .cta-content h6 {
  color: #FFFFFF;
}
.cta .cta-content h3 {
  font-size: 25px;
  font-weight: 900;
  line-height: 1.35em;
}
.cta .cta-content p {
  margin: 0;
}
.cta.col3-cta {
  color: #FFFFFF;
}
.cta.col3-cta h2 {
  color: #FFFFFF;
}
.cta.col3-cta a.btn {
  background-color: transparent !important;
  border: 2px solid #FFFFFF;
}
.cta.col3-cta.home-cta a.btn.red-flat {
  background-color: #A50533 !important;
  border: none !important;
}
.cta.col3-cta.home-cta a.btn.red-flat:hover {
  background: #A1C708 !important;
}
.cta .sixtysix {
  margin: 0 0 25px 0;
}
.cta.cta-general a.btn {
  margin: 25px 0 0 0;
}
.cta.cta-full a.btn {
  display: block;
  margin: 25px auto 0 auto;
  max-width: 300px;
  text-align: center;
}
.cta.cta-form {
  border: 0;
}
.cta.cta-form .flexxed {
  align-items: initial;
}
.cta.cta-form h3 {
  margin: 0 0 15px 0;
  text-align: left;
}
.cta.cta-form textarea {
  max-height: 150px;
}
.cta.cta-form input[type=submit] {
  border: 0;
  background-color: #323D83;
  color: #FFFFFF;
  font-weight: 700;
  padding: 10px 30px;
  text-transform: uppercase;
}
.cta.cta-form-slider .flexxed, .cta.cta-custom .flexxed, .cta.cta-contact-us .flexxed {
  margin: 0 0 10px 0;
}
.cta.cta-form-slider .flexxed > div, .cta.cta-custom .flexxed > div, .cta.cta-contact-us .flexxed > div {
  text-align: left !important;
}
.cta.cta-form-slider input,
.cta.cta-form-slider textarea,
.cta.cta-form-slider select, .cta.cta-custom input,
.cta.cta-custom textarea,
.cta.cta-custom select, .cta.cta-contact-us input,
.cta.cta-contact-us textarea,
.cta.cta-contact-us select {
  background-color: #f8f8f8;
  border: 1px solid #D0CDCD;
}
.cta.cta-form-slider select, .cta.cta-custom select, .cta.cta-contact-us select {
  padding: 11px 10px;
  width: 100%;
}
.cta.cta-form-slider .wpcf7-checkbox, .cta.cta-custom .wpcf7-checkbox, .cta.cta-contact-us .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
}
.cta.cta-custom {
  border-top: 15px solid #A1C708;
  color: #FFFFFF;
}
.cta.cta-custom h3 {
  color: #FFFFFF;
}
.cta.cta-contact-us {
  background: #f2f2f2;
}
.cta.cta-contact-us .form-container {
  float: right;
  margin: 0;
  max-width: 785px;
  padding: 25px 0;
  width: 100%;
}

.wpcf7 ul {
  list-style-type: none;
}
.wpcf7 ul li {
  list-style: none;
}

.form-label {
  display: inline-block;
  margin: 0 0 10px 0;
}

.contact-blue input[type=submit] {
  background-color: #323D83;
  color: #FFFFFF;
}

.cta-slider {
  max-width: 300px;
}

.fifty-fifty-module p {
  margin: 0;
}
.fifty-fifty-module .fifty {
  padding: 10px;
}

.aa-section h2 {
  margin: 0 0 35px 0;
  text-align: center;
}
.aa-section .flexxed {
  align-items: center;
}
.aa-section .flexxed > img, .aa-section .flexxed a {
  margin: 0 0 15px 0;
  width: 50%;
}
.aa-section .flexxed > img:last-of-type, .aa-section .flexxed a:last-of-type {
  margin: initial;
}

.blog-module {
  background: #F2F2F2;
}
.blog-module h2 {
  text-align: center;
}
.blog-module a.btn {
  display: block;
  margin: 30px auto 0 auto;
  max-width: 200px;
  text-align: center;
}

.post-tile-container {
  padding: 15px;
}

.post-item .post-image img {
  width: 100%;
}

.signup {
  color: #FFFFFF;
  font-size: 27px;
  text-align: center;
}
.signup .signup-text {
  font-weight: 700;
  line-height: 1.25em;
}
.signup .signup-form {
  margin: 15px 0 0;
}
.signup .signup-form p {
  margin: 0;
}
.signup .signup-form input {
  padding: 15px;
  width: 100%;
}
.signup .signup-form input[type=submit] {
  background: #A50533;
  color: #FFFFFF;
  font-weight: 700;
}

.large-boast {
  color: #FFFFFF;
  font-size: 65px;
  font-weight: 900;
  text-transform: uppercase;
}

.breadcrumbs {
  background: #323D83;
  color: #FFFFFF;
  padding: 15px 0;
}
.breadcrumbs a {
  color: #FFFFFF;
}

.cta a.btn {
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
}
.cta a.btn:hover {
  background-color: #A1C708;
}

.red-theme .breadcrumbs {
  background-color: #909090;
}
.red-theme .sub-divisions .sd-item h3 {
  color: #A50533;
}
.red-theme .intro-menu .menu li:hover a {
  background-color: #A50533;
  color: #FFFFFF;
}
.red-theme .intro-menu .menu li.current-menu-item a {
  background-color: #A50533;
  color: #FFFFFF;
}

.blue-theme .banner {
  background: #404ea8;
}
.blue-theme .intro-menu .menu li:hover a {
  background-color: #323D83;
  color: #FFFFFF;
}
.blue-theme .intro-menu .menu li.current-menu-item a {
  background-color: #323D83;
  color: #FFFFFF;
}

.banner {
  background-position: center !important;
  background-size: cover !important;
  padding: 40px 0 30px 0;
}
.banner h1 {
  color: #FFFFFF;
  text-transform: uppercase;
}
.banner h1.nb-tight {
  margin-bottom: 0;
}
.banner .banner-breadcrumbs {
  color: #FFFFFF;
}
.banner .banner-breadcrumbs a {
  color: #FFFFFF;
}
.banner .banner-breadcrumbs a:focus, .banner .banner-breadcrumbs a:hover {
  text-decoration: underline;
}
.banner select.linkselect {
  margin-top: 8px;
}

.sub-divisions {
  background: #F2F2F2;
}
.sub-divisions .flexxed {
  align-items: center;
}
.sub-divisions .sd-item {
  margin: 0 0 20px 0;
  text-align: center;
  width: 175px;
}
.sub-divisions .sd-item h3 {
  margin: 0 auto;
  max-width: 170px;
  text-align: center;
}
.sub-divisions .sd-item:last-of-type {
  margin: 0;
}

.general-slider .slide {
  background-size: cover;
  height: 415px;
}
.general-slider .slide-content {
  color: #FFFFFF;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.general-slider i {
  margin-left: 10px;
}
.general-slider .slick-next {
  right: 25px;
}
.general-slider .slick-prev {
  left: 25px;
  z-index: 100;
}

.intro-menu .flexxed .twentyfive {
  display: none;
}
.intro-menu .menu li {
  margin: 0 0 15px 0;
}
.intro-menu .menu a {
  background-color: #D8D8D8;
  color: #737373;
  display: block;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 20px;
  text-align: center;
  width: 100%;
}

.mm-item {
  background-color: #FFFFFF;
  -webkit-box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.25);
  margin: 0 0 35px 0;
  text-align: center;
}
.mm-item:last-of-type {
  margin: initial;
}
.mm-item .mm-tile-container {
  padding: 15px;
}
.mm-item .mm-image img {
  width: 100%;
}

.pagination {
  margin: 35px 0 0;
  text-align: center;
}
.pagination a {
  color: #FFFFFF;
  padding: 5px 7px;
  margin: 0 3px;
}
.pagination a.prev, .pagination a.next {
  background-color: #323D83 !important;
}
.pagination .page-numbers {
  background-color: #5b69c0;
}
.pagination .page-numbers.current, .pagination .page-numbers.dots {
  background-color: #A50533;
  color: #FFFFFF;
  font-weight: 700;
  padding: 5px 7px;
}

div.post-navigation {
  clear: both;
  display: block;
  padding: 35px 0 0;
}

.nav-links {
  text-align: center;
}
.nav-links a {
  color: #A50533;
  display: inline-block;
  padding: 5px 0;
}
.nav-links a .nav-subtitle {
  font-weight: 700;
}
.nav-links a:visited {
  color: #323D83;
}

.archive.category .page-title {
  display: none;
}

.category-selection {
  margin: 0 0 20px 0;
}
.category-selection ul {
  list-style-type: none !important;
  text-align: center;
}
.category-selection ul li {
  list-style: none !important;
  padding: 0 0 10px 0;
}
.category-selection ul li a {
  background: #FFFFFF;
  color: #888;
  display: block;
  font-weight: 700;
  padding: 5px 0;
  text-transform: uppercase;
  width: 100%;
}
.category-selection ul li.current-cat a {
  color: #A50533;
}

.inside-form ul {
  list-style-type: none;
}
.inside-form ul li {
  list-style: none;
}
.inside-form input[type=text],
.inside-form textarea {
  border: 1px solid #888;
}
.inside-form select {
  border: 1px solid #888;
  border-radius: 0;
  padding: 12px;
  width: 100%;
}

.testimonials h2 {
  text-align: center;
}
.testimonials .testimonial-item {
  background-color: #FFFFFF;
  -webkit-box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.07);
  margin: 0 0 20px 0;
  padding: 20px 30px;
  text-align: center;
}
.testimonials .testimonial-item:last-of-type {
  margin: initial;
}
.testimonials .testimonial-snippet {
  font-size: 13px;
  margin: 20px 0;
}
.testimonials .testimonial-author {
  font-weight: 600;
}

/*--------------------------------------------------------------
## SPECIAL PAGE CSS STYLING
--------------------------------------------------------------*/
.giving-back.logos.flexxed img {
  padding: 0 0 10px 0;
}
.giving-back.logos.flexxed .twentyfive {
  font-size: 14px;
  line-height: 1.25em;
  margin: 0 0 35px 0;
}

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

.home-hero {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #FFFFFF;
  text-align: center;
  padding: 75px 0;
}
.home-hero .constrain {
  max-width: 708px;
}
.home-hero h1 {
  color: #FFFFFF;
  font-size: 40px;
  line-height: 46px;
}
.home-hero h2 {
  color: #FFFFFF;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
}
.home-hero a.btn {
  display: block;
  clear: both;
  width: 276px;
  text-align: center;
  padding: 16px;
  margin: 0 auto 16px auto;
}
.home-hero a.btn:last-child {
  margin-bottom: 0;
}

.popup-template-content {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  background: #fff;
}
.popup-template-content .ptc-top {
  background-color: #1C2674;
  color: #fff;
  text-align: center;
  padding: 30px;
  font-family: "Lato", sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 68px;
  text-transform: uppercase;
}
.popup-template-content .ptc-bottom {
  padding: 20px 16px;
}
.popup-template-content .ptc-bottom .inner {
  max-width: 418px;
  margin: 0 auto;
  text-align: center;
}
.popup-template-content .ptc-bottom .inner .ptc-heading {
  text-transform: uppercase;
  color: #1C2674;
  font-family: "Lato", sans-serif;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  margin-bottom: 12px;
}
.popup-template-content .ptc-bottom .inner .ptc-heading strong {
  display: block;
  font-weight: 900;
}
.popup-template-content .ptc-bottom .inner .ptc-subhead {
  margin-bottom: 20px;
  font-weight: 500;
  color: #000;
  font-size: 18px;
  line-height: 32px;
}
.popup-template-content .ptc-form p {
  margin: 0;
}
.popup-template-content .ptc-form input[type="text"],
.popup-template-content .ptc-form input[type="email"] {
  border: 2px solid #000;
  font-weight: 500;
  margin: 0 0 16px 0;
  background-color: #fff;
  color: #000;
}
.popup-template-content .ptc-form input[type="text"]::placeholder,
.popup-template-content .ptc-form input[type="email"]::placeholder {
  color: #000;
  opacity: 1;
  text-align: center;
}
.popup-template-content .ptc-form input[type="text"]::-webkit-input-placeholder,
.popup-template-content .ptc-form input[type="email"]::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
  text-align: center;
}
.popup-template-content .ptc-form input[type="text"]::-moz-placeholder,
.popup-template-content .ptc-form input[type="email"]::-moz-placeholder {
  color: #000;
  opacity: 1;
  text-align: center;
}
.popup-template-content .ptc-form .wpcf7-acceptance input[type="checkbox"] {
  width: 36px;
  height: 36px;
  border: 2px solid #000;
  border-radius: 0;
  margin-right: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.popup-template-content .ptc-form .wpcf7-acceptance input[type="checkbox"]:checked {
  appearance: checkbox;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
}
.popup-template-content .ptc-form .wpcf7-acceptance label {
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.popup-template-content .ptc-form .wpcf7-spinner {
  position: absolute;
  margin-top: 12px;
}
.popup-template-content .ptc-form input[type="submit"] {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 12px;
  color: #fff;
  background-color: #9B2743;
  cursor: pointer;
  padding-left: 50px;
  padding-right: 50px;
}
.popup-template-content .ptc-form input[type="submit"]:disabled {
  cursor: not-allowed;
}
.popup-template-content .ptc-form .form-note {
  margin-top: 12px;
  font-size: 12px;
  font-weight: 500;
}
.popup-template-content .ptc-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 6px dashed #00C0FA;
  pointer-events: none;
}
@media (min-width: 550px) {
  .popup-template-content .ptc-top {
    font-size: 110px;
    line-height: 132px;
  }
  .popup-template-content .ptc-bottom {
    padding: 28px 20px;
  }
  .popup-template-content .ptc-bottom .inner .ptc-heading {
    font-size: 40px;
    line-height: 45px;
  }
  .popup-template-content .ptc-bottom .inner .ptc-subhead {
    font-size: 22px;
    line-height: 35px;
  }
  .popup-template-content .ptc-form .form-grid p {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .popup-template-content .ptc-form .form-grid p br {
    display: none;
  }
  .popup-template-content .ptc-form .form-grid p span {
    width: -webkit-calc(50% - 8px);
    width: expression(50% - 8px);
    width: -moz-calc(50% - 8px);
    width: -o-calc(50% - 8px);
    width: calc(50% - 8px);
  }
}

@media (max-width: 850px) {
  .pum-container .pum-content + .pum-close {
    right: 3% !important;
  }
}
.banner.vsl-banner {
  text-align: center;
}
.banner.vsl-banner .flexxed div {
  flex: 1;
}
.banner.vsl-banner h2 {
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
  margin: 0 auto;
  color: #fff;
  line-height: 1.25;
}
.banner.vsl-banner h1 {
  font-size: 27px;
  font-weight: bold;
  line-height: 1.25;
}
.banner.vsl-banner h3 {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .banner.vsl-banner h2 {
    font-size: 33px;
  }
  .banner.vsl-banner h1 {
    font-size: 39px;
  }
  .banner.vsl-banner h3 {
    font-size: 21px;
  }
}

.fw-embed .video-container iframe {
  width: 100%;
}

.lp2026-banner .lp26b-img {
  background-position: 50% top;
  background-size: cover;
  background-repeat: no-repeat;
}
.lp2026-banner .lp26b-img .shaper {
  height: 0;
  padding-bottom: 60%;
}
.lp2026-banner .banner-sep {
  display: none;
}
.lp2026-banner .lp26b-copy {
  background-color: #323D83;
  color: #fff;
  padding: 32px 20px;
}
.lp2026-banner .lp26b-copy h1 {
  color: #fff;
  font-size: 32px;
  line-height: 36px;
}
.lp2026-banner .lp26b-copy .lp-sub {
  font-size: 18px;
  font-weight: bold;
}
.lp2026-banner .lp26b-copy a,
.lp2026-banner .lp26b-copy a:visited,
.lp2026-banner .lp26b-copy a:hover,
.lp2026-banner .lp26b-copy a:focus {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 768px) {
  .lp2026-banner {
    display: -webkit-flex;
    display: flex;
    min-height: 366px;
    position: relative;
  }
  .lp2026-banner .lp26b-img {
    width: 33%;
  }
  .lp2026-banner .lp26b-img img {
    padding-bottom: 0;
  }
  .lp2026-banner .banner-sep {
    display: block;
    position: absolute;
    right: 67%;
    height: 100%;
  }
  .lp2026-banner .banner-sep img {
    height: 100%;
    width: auto;
  }
  .lp2026-banner .lp26b-copy {
    flex: 1;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .lp2026-banner .lp26b-copy .inner {
    max-width: 663px;
  }
  .lp2026-banner .lp26b-copy h1 {
    font-size: 48px;
    line-height: 57px;
  }
  .lp2026-banner .lp26b-copy .lp-sub {
    font-size: 24px;
    line-height: 29px;
  }
}

.ff-form {
  padding: 60px 0 0 0;
}
.ff-form .fff-form p {
  margin-top: 0;
  margin-bottom: 12px;
}
.ff-form .wpcf7-submit {
  cursor: pointer;
  text-transform: uppercase;
  background-color: #A50633;
  color: #fff;
  font-weight: bold;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.ff-form .wpcf7-submit:hover, .ff-form .wpcf7-submit:focus {
  background-color: #323D83;
}
.ff-form input[type="text"],
.ff-form input[type="email"],
.ff-form textarea {
  border: 1px solid #707A7A;
  background-color: #F0F0F0;
}
.ff-form textarea {
  height: 110px;
}

#location-hero,
#loc-contact-block,
#home-hero-2025 {
  background-color: #333D82;
  color: #fff;
  position: relative;
}
#location-hero #location-hero-inner,
#location-hero #loc-contact-block-inner,
#loc-contact-block #location-hero-inner,
#loc-contact-block #loc-contact-block-inner,
#home-hero-2025 #location-hero-inner,
#home-hero-2025 #loc-contact-block-inner {
  background-repeat: no-repeat;
  background-position: 50% bottom;
  background-size: 100% auto;
}
#location-hero #location-hero-inner .lhi-content,
#location-hero #location-hero-inner .lcb-content,
#location-hero #loc-contact-block-inner .lhi-content,
#location-hero #loc-contact-block-inner .lcb-content,
#loc-contact-block #location-hero-inner .lhi-content,
#loc-contact-block #location-hero-inner .lcb-content,
#loc-contact-block #loc-contact-block-inner .lhi-content,
#loc-contact-block #loc-contact-block-inner .lcb-content,
#home-hero-2025 #location-hero-inner .lhi-content,
#home-hero-2025 #location-hero-inner .lcb-content,
#home-hero-2025 #loc-contact-block-inner .lhi-content,
#home-hero-2025 #loc-contact-block-inner .lcb-content {
  padding-top: 40px;
  padding-bottom: 72%;
}
#location-hero #location-hero-inner .lhi-content h1,
#location-hero #location-hero-inner .lcb-content h1,
#location-hero #loc-contact-block-inner .lhi-content h1,
#location-hero #loc-contact-block-inner .lcb-content h1,
#loc-contact-block #location-hero-inner .lhi-content h1,
#loc-contact-block #location-hero-inner .lcb-content h1,
#loc-contact-block #loc-contact-block-inner .lhi-content h1,
#loc-contact-block #loc-contact-block-inner .lcb-content h1,
#home-hero-2025 #location-hero-inner .lhi-content h1,
#home-hero-2025 #location-hero-inner .lcb-content h1,
#home-hero-2025 #loc-contact-block-inner .lhi-content h1,
#home-hero-2025 #loc-contact-block-inner .lcb-content h1 {
  text-align: center;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 40px;
  margin: 0;
}
#location-hero #location-hero-inner .lhi-content h2,
#location-hero #location-hero-inner .lcb-content h2,
#location-hero #loc-contact-block-inner .lhi-content h2,
#location-hero #loc-contact-block-inner .lcb-content h2,
#loc-contact-block #location-hero-inner .lhi-content h2,
#loc-contact-block #location-hero-inner .lcb-content h2,
#loc-contact-block #loc-contact-block-inner .lhi-content h2,
#loc-contact-block #loc-contact-block-inner .lcb-content h2,
#home-hero-2025 #location-hero-inner .lhi-content h2,
#home-hero-2025 #location-hero-inner .lcb-content h2,
#home-hero-2025 #loc-contact-block-inner .lhi-content h2,
#home-hero-2025 #loc-contact-block-inner .lcb-content h2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 36px;
  line-height: 40px;
  margin: 0 0 24px 0;
}
#location-hero #location-hero-inner .lhi-content .cta-copy,
#location-hero #location-hero-inner .lcb-content .cta-copy,
#location-hero #loc-contact-block-inner .lhi-content .cta-copy,
#location-hero #loc-contact-block-inner .lcb-content .cta-copy,
#loc-contact-block #location-hero-inner .lhi-content .cta-copy,
#loc-contact-block #location-hero-inner .lcb-content .cta-copy,
#loc-contact-block #loc-contact-block-inner .lhi-content .cta-copy,
#loc-contact-block #loc-contact-block-inner .lcb-content .cta-copy,
#home-hero-2025 #location-hero-inner .lhi-content .cta-copy,
#home-hero-2025 #location-hero-inner .lcb-content .cta-copy,
#home-hero-2025 #loc-contact-block-inner .lhi-content .cta-copy,
#home-hero-2025 #loc-contact-block-inner .lcb-content .cta-copy {
  text-align: center;
  font-weight: 900;
  font-size: 24px;
  line-height: 29px;
  margin: 0 0 24px 0;
}
#location-hero #location-hero-inner .lhi-content .button-container,
#location-hero #location-hero-inner .lcb-content .button-container,
#location-hero #loc-contact-block-inner .lhi-content .button-container,
#location-hero #loc-contact-block-inner .lcb-content .button-container,
#loc-contact-block #location-hero-inner .lhi-content .button-container,
#loc-contact-block #location-hero-inner .lcb-content .button-container,
#loc-contact-block #loc-contact-block-inner .lhi-content .button-container,
#loc-contact-block #loc-contact-block-inner .lcb-content .button-container,
#home-hero-2025 #location-hero-inner .lhi-content .button-container,
#home-hero-2025 #location-hero-inner .lcb-content .button-container,
#home-hero-2025 #loc-contact-block-inner .lhi-content .button-container,
#home-hero-2025 #loc-contact-block-inner .lcb-content .button-container {
  text-align: center;
}
#location-hero #location-hero-inner .lhi-content a.btn:hover, #location-hero #location-hero-inner .lhi-content a.btn:focus,
#location-hero #location-hero-inner .lcb-content a.btn:hover,
#location-hero #location-hero-inner .lcb-content a.btn:focus,
#location-hero #loc-contact-block-inner .lhi-content a.btn:hover,
#location-hero #loc-contact-block-inner .lhi-content a.btn:focus,
#location-hero #loc-contact-block-inner .lcb-content a.btn:hover,
#location-hero #loc-contact-block-inner .lcb-content a.btn:focus,
#loc-contact-block #location-hero-inner .lhi-content a.btn:hover,
#loc-contact-block #location-hero-inner .lhi-content a.btn:focus,
#loc-contact-block #location-hero-inner .lcb-content a.btn:hover,
#loc-contact-block #location-hero-inner .lcb-content a.btn:focus,
#loc-contact-block #loc-contact-block-inner .lhi-content a.btn:hover,
#loc-contact-block #loc-contact-block-inner .lhi-content a.btn:focus,
#loc-contact-block #loc-contact-block-inner .lcb-content a.btn:hover,
#loc-contact-block #loc-contact-block-inner .lcb-content a.btn:focus,
#home-hero-2025 #location-hero-inner .lhi-content a.btn:hover,
#home-hero-2025 #location-hero-inner .lhi-content a.btn:focus,
#home-hero-2025 #location-hero-inner .lcb-content a.btn:hover,
#home-hero-2025 #location-hero-inner .lcb-content a.btn:focus,
#home-hero-2025 #loc-contact-block-inner .lhi-content a.btn:hover,
#home-hero-2025 #loc-contact-block-inner .lhi-content a.btn:focus,
#home-hero-2025 #loc-contact-block-inner .lcb-content a.btn:hover,
#home-hero-2025 #loc-contact-block-inner .lcb-content a.btn:focus {
  background-color: #fff;
  color: #A50533;
}
#location-hero #lh-red,
#location-hero #lcb-red,
#loc-contact-block #lh-red,
#loc-contact-block #lcb-red,
#home-hero-2025 #lh-red,
#home-hero-2025 #lcb-red {
  display: none;
}

#loc-contact-block {
  margin: 40px 0;
}
#loc-contact-block #loc-contact-block-inner .lcb-content {
  padding-bottom: 84%;
}

#home-hero-2025 .home-btn {
  text-align: center;
  margin-top: 24px;
}
@media (max-width: 767.5px) {
  #home-hero-2025 #location-hero-inner {
    background-size: 248px;
    background-position: 100% 100%;
  }
  #home-hero-2025 #location-hero-inner .lhi-content {
    padding-bottom: 181px;
  }
}

#home-specials .home-special-item {
  padding: 32px 10px;
  text-align: center;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#home-specials .home-special-item .inner {
  max-width: 60%;
  margin: 0 auto;
}
#home-specials .home-special-item .hsi-title {
  font-weight: 900;
  color: #fff;
  font-size: 32px;
  line-height: 36px;
}
#home-specials .home-special-item a.btn {
  margin-top: 24px;
}
@media (min-width: 1100px) {
  #home-specials {
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
  #home-specials .home-special-item {
    flex: 1;
  }
}

#loc-about {
  background-color: #F2F2F2;
  padding: 32px 0;
}
#loc-about .la-content h2 {
  font-weight: 900;
  font-size: 28px;
  line-height: 32px;
  margin: 0 0 20px 0;
}
#loc-about .la-content .la-st {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 32px;
  color: #000;
}
#loc-about .la-content .la-lnk {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  margin-top: 16px;
  text-transform: uppercase;
}
#loc-about .la-content .la-lnk a {
  color: #323D83;
  position: relative;
}
#loc-about .la-content .la-lnk a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: transparent;
  -webkit-transition: color, 0.25s ease-in-out;
  transition: color, 0.25s ease-in-out;
}
#loc-about .la-content .la-lnk a:hover:after, #loc-about .la-content .la-lnk a:focus:after {
  background-color: #A50533;
}
#loc-about .la-content .la-lnk a:hover, #loc-about .la-content .la-lnk a:focus {
  color: #A50533;
  text-decoration: underline;
}
#loc-about .la-img {
  margin-top: 40px;
}
#loc-about .la-img img {
  width: 100%;
}
@media (min-width: 860px) {
  #loc-about {
    padding: 64px 0;
  }
  #loc-about .constrain {
    display: -webkit-flex;
    display: flex;
  }
  #loc-about .la-content {
    flex: 1;
    order: 2;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  #loc-about .la-content h2 {
    line-height: 36px;
  }
  #loc-about .la-content .la-linkgroup {
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  #loc-about .la-content .la-linkgroup .la-lnk {
    margin: 0 0 0 32px;
  }
  #loc-about .la-img {
    margin-top: 0;
    width: 36%;
    margin-right: 40px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
}

.loc-plans {
  margin: 24px 0;
}
.loc-plans .constrain {
  background-color: #F2F2F2;
  padding: 0;
  margin-left: 10px;
  margin-right: 10px;
  max-width: 1180px;
}
.loc-plans .lhc-image {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.loc-plans .lhc-image .sizer {
  height: 0;
  padding-bottom: 78.1%;
}
.loc-plans .lhc-content {
  padding: 24px;
}
.loc-plans .lhc-content h2 {
  font-size: 28px;
  line-height: 32px;
  margin: 0 0 20px 0;
  font-weight: 900;
}
.loc-plans .lhc-content .lhc-st {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
  color: #000;
}
.loc-plans .lhc-content .lhc-st a {
  color: #323D83;
  text-decoration: underline;
}
.loc-plans .lhc-content .lhc-st a:hover, .loc-plans .lhc-content .lhc-st a:focus {
  color: #A50533;
}
.loc-plans .lhc-content .btn2 {
  margin-top: 16px;
}
@media (min-width: 868px) {
  .loc-plans {
    margin: 40px 0;
  }
  .loc-plans .constrain {
    margin-left: auto;
    margin-right: auto;
    display: -webkit-flex;
    display: flex;
  }
  .loc-plans .lhc-image {
    width: 50%;
    order: 2;
  }
  .loc-plans .lhc-content {
    flex: 1;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 40px;
  }
  .loc-plans .lhc-content h2 {
    font-size: 32px;
    line-height: 36px;
  }
}

.loc-towns {
  margin: 40px 0;
}
.loc-towns .lt-content h3 {
  color: #A50533;
  font-weight: 900;
  font-size: 24px;
  line-height: 29px;
  margin: 0 0 20px 0;
}
.loc-towns .lt-content .towns {
  margin: 0 0 40px 0;
  font-weight: 500;
}
.loc-towns .lt-content .towns a {
  color: #000;
  position: relative;
  white-space: nowrap;
}
.loc-towns .lt-content .towns a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #000;
  -webkit-transition: color, 0.25s ease-in-out;
  transition: color, 0.25s ease-in-out;
}
.loc-towns .lt-content .towns a:hover:after, .loc-towns .lt-content .towns a:focus:after {
  background-color: #A50533;
}
.loc-towns .lt-content .towns a:hover, .loc-towns .lt-content .towns a:focus {
  color: #A50533;
}
.loc-towns .lt-icon img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 868px) {
  .loc-towns {
    margin: 64px 0;
  }
  .loc-towns .constrain {
    display: -webkit-flex;
    display: flex;
  }
  .loc-towns .lt-content {
    order: 2;
    flex: 1;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .loc-towns .lt-content .towns {
    margin-bottom: 0;
  }
  .loc-towns .lt-icon {
    width: 30%;
    max-width: 300px;
    margin-right: 40px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
}

.loc-two-icon {
  margin: 40px 0;
}
.loc-two-icon .lti-item {
  text-align: center;
}
.loc-two-icon .lti-item.lti-item-one {
  margin-bottom: 24px;
}
.loc-two-icon .lti-item .lti-item-icon {
  margin: 0 0 6px 0;
}
.loc-two-icon .lti-item h2 {
  font-size: 28px;
  line-height: 32px;
  margin: 0 0 16px 0;
  font-weight: 900;
}
.loc-two-icon .lti-item .lti-item-st {
  font-weight: 500;
  margin-bottom: 24px;
  color: #000;
}
@media (min-width: 868px) {
  .loc-two-icon .constrain {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }
  .loc-two-icon .lti-item {
    width: 46.9%;
  }
  .loc-two-icon .lti-item.lti-item-one {
    margin-bottom: 0;
  }
  .loc-two-icon .lti-item .lti-item-icon {
    margin-bottom: 20px;
  }
  .loc-two-icon .lti-item h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .loc-two-icon .lti-item .lti-item-st {
    margin-bottom: 32px;
  }
}

@media only screen and (min-width: 768px) {
  #location-hero #location-hero-inner,
  #location-hero #loc-contact-block-inner,
  #loc-contact-block #location-hero-inner,
  #loc-contact-block #loc-contact-block-inner,
  #home-hero-2025 #location-hero-inner,
  #home-hero-2025 #loc-contact-block-inner {
    position: relative;
    background-position: calc(100% + 204px) 50%;
    background-size: 600px auto;
    min-height: 290px;
    z-index: 1;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  #location-hero #location-hero-inner .lhi-content,
  #location-hero #location-hero-inner .lcb-content,
  #location-hero #loc-contact-block-inner .lhi-content,
  #location-hero #loc-contact-block-inner .lcb-content,
  #loc-contact-block #location-hero-inner .lhi-content,
  #loc-contact-block #location-hero-inner .lcb-content,
  #loc-contact-block #loc-contact-block-inner .lhi-content,
  #loc-contact-block #loc-contact-block-inner .lcb-content,
  #home-hero-2025 #location-hero-inner .lhi-content,
  #home-hero-2025 #location-hero-inner .lcb-content,
  #home-hero-2025 #loc-contact-block-inner .lhi-content,
  #home-hero-2025 #loc-contact-block-inner .lcb-content {
    width: 50%;
    max-width: 571px;
    padding-bottom: 40px;
  }
  #location-hero #location-hero-inner .lhi-content h1,
  #location-hero #location-hero-inner .lcb-content h1,
  #location-hero #loc-contact-block-inner .lhi-content h1,
  #location-hero #loc-contact-block-inner .lcb-content h1,
  #loc-contact-block #location-hero-inner .lhi-content h1,
  #loc-contact-block #location-hero-inner .lcb-content h1,
  #loc-contact-block #loc-contact-block-inner .lhi-content h1,
  #loc-contact-block #loc-contact-block-inner .lcb-content h1,
  #home-hero-2025 #location-hero-inner .lhi-content h1,
  #home-hero-2025 #location-hero-inner .lcb-content h1,
  #home-hero-2025 #loc-contact-block-inner .lhi-content h1,
  #home-hero-2025 #loc-contact-block-inner .lcb-content h1 {
    text-align: left;
    font-size: 40px;
    line-height: 48px;
  }
  #location-hero #location-hero-inner .lhi-content h2,
  #location-hero #location-hero-inner .lcb-content h2,
  #location-hero #loc-contact-block-inner .lhi-content h2,
  #location-hero #loc-contact-block-inner .lcb-content h2,
  #loc-contact-block #location-hero-inner .lhi-content h2,
  #loc-contact-block #location-hero-inner .lcb-content h2,
  #loc-contact-block #loc-contact-block-inner .lhi-content h2,
  #loc-contact-block #loc-contact-block-inner .lcb-content h2,
  #home-hero-2025 #location-hero-inner .lhi-content h2,
  #home-hero-2025 #location-hero-inner .lcb-content h2,
  #home-hero-2025 #loc-contact-block-inner .lhi-content h2,
  #home-hero-2025 #loc-contact-block-inner .lcb-content h2 {
    text-align: left;
    font-size: 40px;
    line-height: 48px;
  }
  #location-hero #location-hero-inner .lhi-content .cta-copy,
  #location-hero #location-hero-inner .lcb-content .cta-copy,
  #location-hero #loc-contact-block-inner .lhi-content .cta-copy,
  #location-hero #loc-contact-block-inner .lcb-content .cta-copy,
  #loc-contact-block #location-hero-inner .lhi-content .cta-copy,
  #loc-contact-block #location-hero-inner .lcb-content .cta-copy,
  #loc-contact-block #loc-contact-block-inner .lhi-content .cta-copy,
  #loc-contact-block #loc-contact-block-inner .lcb-content .cta-copy,
  #home-hero-2025 #location-hero-inner .lhi-content .cta-copy,
  #home-hero-2025 #location-hero-inner .lcb-content .cta-copy,
  #home-hero-2025 #loc-contact-block-inner .lhi-content .cta-copy,
  #home-hero-2025 #loc-contact-block-inner .lcb-content .cta-copy {
    text-align: left;
  }
  #location-hero #location-hero-inner .lhi-content .button-container,
  #location-hero #location-hero-inner .lcb-content .button-container,
  #location-hero #loc-contact-block-inner .lhi-content .button-container,
  #location-hero #loc-contact-block-inner .lcb-content .button-container,
  #loc-contact-block #location-hero-inner .lhi-content .button-container,
  #loc-contact-block #location-hero-inner .lcb-content .button-container,
  #loc-contact-block #loc-contact-block-inner .lhi-content .button-container,
  #loc-contact-block #loc-contact-block-inner .lcb-content .button-container,
  #home-hero-2025 #location-hero-inner .lhi-content .button-container,
  #home-hero-2025 #location-hero-inner .lcb-content .button-container,
  #home-hero-2025 #loc-contact-block-inner .lhi-content .button-container,
  #home-hero-2025 #loc-contact-block-inner .lcb-content .button-container {
    text-align: left;
  }
  #location-hero #lh-red,
  #location-hero #lcb-red,
  #loc-contact-block #lh-red,
  #loc-contact-block #lcb-red,
  #home-hero-2025 #lh-red,
  #home-hero-2025 #lcb-red {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: calc(100% - (100% - 1200px)/2);
    background-color: #990839;
    z-index: 0;
  }

  #loc-contact-block #loc-contact-block-inner {
    min-height: 367px;
    background-size: auto 100%;
  }
  #loc-contact-block #loc-contact-block-inner .lcb-content {
    width: 45%;
  }

  #home-hero-2025 .home-btn {
    margin-top: 32px;
    text-align: left;
  }
  #home-hero-2025 #location-hero-inner .lhi-content {
    padding-top: 12px;
  }
}
@media only screen and (min-width: 970px) {
  #location-hero #location-hero-inner,
  #location-hero #loc-contact-block-inner,
  #loc-contact-block #location-hero-inner,
  #loc-contact-block #loc-contact-block-inner,
  #home-hero-2025 #location-hero-inner,
  #home-hero-2025 #loc-contact-block-inner {
    background-position: calc(100% + 140px) 50%;
  }

  #home-hero-2025 #location-hero-inner .lhi-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  #location-hero #location-hero-inner,
  #location-hero #loc-contact-block-inner,
  #loc-contact-block #location-hero-inner,
  #loc-contact-block #loc-contact-block-inner {
    background-position: right 50%;
  }
}
.main-footer {
  background: #323d83;
  background: linear-gradient(180deg, #323d83 0%, #3266b0 100%);
  border-top: 20px solid #A1C708;
  color: #FFFFFF;
  font-size: 17px;
  text-align: center;
}
.main-footer a {
  color: #FFFFFF;
}
.main-footer .social-media.flexxed {
  justify-content: center;
}
.main-footer .social-media a {
  background-color: #A1C708;
  border-radius: 100%;
  padding: 30px;
  position: relative;
  z-index: 10;
}
.main-footer .social-media a:hover {
  background-color: #A50533;
}
.main-footer .thirtythree,
.main-footer .twentyfive {
  margin: 0 0 25px 0;
}
.main-footer .thirtythree:last-of-type,
.main-footer .twentyfive:last-of-type {
  margin: 0;
}
.main-footer .footer-info {
  margin: 0 0 10px 0;
}
.main-footer .footer-info i {
  margin: 0 10px 0 0;
}

.main-footer-logo {
  display: block;
  margin: 0 auto 20px auto;
}

.legal-footer {
  background: #323D83;
  color: #FFFFFF;
  font-size: 14px;
  padding: 15px 0;
  text-align: center;
}
.legal-footer .employee-login-link {
  text-transform: uppercase;
}
.legal-footer .constrain {
  display: grid;
  grid-row-gap: 15px;
}
.legal-footer a {
  color: #FFFFFF;
}

.form-intro p {
  margin: 0 0 10px 0;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.footer-form input,
.footer-form textarea {
  border: 0;
  border-radius: 0;
  color: #606060;
  font-family: "Raleway", sans-serif;
  margin: 0 0 15px 0;
  padding: 10px;
  width: 100%;
}
.footer-form input[type=submit] {
  margin: 0;
}
.footer-form p {
  margin: 0;
}
.footer-form textarea {
  height: 75px;
}
.footer-form .flexxed {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer-form .flexxed label {
  width: 47.5%;
}

.aos-title {
  color: #323D83;
  font-size: 27px;
  font-weight: 600;
  text-align: center;
}

.aos-list {
  font-family: "Raleway", sans-serif;
  margin: 0 0 15px 0;
}
.aos-list .heading {
  background-color: #FFFFFF;
  box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.15);
  color: #323D83;
  display: block;
  font-size: 17px;
  font-weight: 600;
  padding: 15px;
  position: relative;
}
.aos-list .heading i {
  color: #A50533;
  cursor: pointer;
  font-size: 27px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
}
.aos-list .aos-submenu {
  background-color: #f8f8f8;
  display: none;
}
.aos-list .aos-submenu a {
  border-bottom: 3px solid #ebebeb;
  display: block;
  padding: 5px 15px;
}
.aos-list a {
  color: #323D83;
}

.subtext {
  position: relative;
  top: -13px;
  right: -278px;
  font-size: 18px;
  color: #323D83;
  font-weight: 700;
}

@media only screen and (min-width: 480px) {
  .sub-divisions .flexxed {
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .sub-divisions .sd-item {
    width: 50%;
  }

  .aa-section .flexxed {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .aa-section .flexxed > img, .aa-section .flexxed a {
    width: 35%;
  }
}
@media only screen and (min-width: 568px) {
  .text-modules .flexxed {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .text-modules .column-5 {
    width: 47.5%;
  }
  .text-modules .column-3 {
    width: 47.5%;
  }

  .giving-back.logos.flexxed {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .giving-back.logos.flexxed .twentyfive {
    width: 50%;
  }
}
@media only screen and (min-width: 640px) {
  .flexxed {
    flex-direction: row;
    justify-content: space-between;
  }
  .flexxed .twenty {
    width: 48.75%;
  }
  .flexxed .twentyfive {
    width: 48.75%;
  }
  .flexxed .thirtythree {
    width: 48.75%;
  }
  .flexxed .forty {
    width: 48.75%;
  }
  .flexxed .fifty {
    width: 48%;
  }
  .flexxed .sixty {
    width: 48.75%;
  }
  .flexxed .sixtysix {
    width: 48.75%;
    margin: 0;
  }
  .flexxed .seventyfive {
    width: 48.75%;
  }
  .flexxed .eighty {
    width: 48.75%;
  }

  .menus-section .constrain > .flexxed {
    flex-direction: column;
  }

  .main-header .flexxed {
    flex-direction: column;
  }

  .cols-2 {
    columns: 2;
  }

  .global-aos .selector {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .global-aos .selector .aos-list {
    margin: 0 1.25% 20px 1.25%;
    width: 47.5%;
  }
  .global-aos .aos-submenu {
    min-width: 265px;
    position: absolute;
    z-index: 999;
  }

  .cta {
    text-align: left;
  }
  .cta .flexxed {
    align-items: center;
  }
  .cta .flexxed > div:last-of-type {
    text-align: center;
  }
  .cta h3 {
    margin: 0;
  }

  .service-verticals .fifty {
    width: 50%;
  }
  .service-verticals .service-content {
    padding: 75px 15px;
  }
  .service-verticals h2 {
    font-size: 30px;
  }

  .aa-section .flexxed > img, .aa-section .flexxed a {
    width: 25.5%;
  }

  .red-2btns a {
    padding: 20px;
  }

  .blog-module .flexxed {
    justify-content: center;
    flex-wrap: wrap;
  }
  .blog-module .flexxed .thirtythree {
    margin-left: 1%;
    margin-right: 1%;
    width: 48%;
  }

  .signup .flexxed {
    align-items: center;
    flex-wrap: wrap;
  }
  .signup .flexxed .fifty {
    margin: 35px 0 0;
    width: 100%;
  }

  .sub-divisions .sd-item.items-4 {
    width: 50%;
  }

  .banner {
    padding: 60px 0 50px 0;
  }
  .banner select.linkselect {
    display: none;
  }

  .intro-menu .flexxed .twentyfive {
    display: block;
  }

  .fifty-fifty-module .fifty {
    padding: 15px 25px;
    width: 50%;
  }
  .fifty-fifty-module .fifty:first-of-type .module-content {
    float: right;
  }
  .fifty-fifty-module .module-content {
    max-width: 575px;
  }

  .sixtysix .wpcf7 .flexxed {
    flex-direction: column !important;
  }

  .text-modules .column-4 {
    width: 45%;
  }

  .nav-links {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .nav-links .nav-previous,
  .nav-links .nav-next {
    width: 30%;
  }
  .nav-links .nav-previous {
    text-align: left;
  }
  .nav-links .nav-next {
    text-align: right;
  }

  .testimonials .flexxed {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .testimonials .testimonial-item {
    padding-bottom: 35px;
    position: relative;
  }
  .testimonials .testimonial-item .testimonial-author {
    bottom: 10px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
  }
  .testimonials .testimonial-items-3,
  .testimonials .testimonial-items-4,
  .testimonials .testimonial-items-5 {
    width: 45%;
  }
}
@media only screen and (min-width: 768px) {
  .flexxed .twentyfive {
    width: 23.75%;
  }
  .flexxed .thirtythree {
    width: 31%;
  }
  .flexxed .forty {
    width: 38.75%;
  }
  .flexxed .sixty {
    width: 58.75%;
  }
  .flexxed .sixtysix {
    width: 64%;
  }
  .flexxed .seventyfive {
    width: 73.75%;
  }

  .p45 {
    padding: 30px 0;
  }

  .p60 {
    padding: 40px 0;
  }

  .p75 {
    padding: 50px 0;
  }

  .p90 {
    padding: 65px 0;
  }

  .cols-3 {
    columns: 3;
  }

  .aux-header .flexxed {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }

  .main-header .flexxed {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
  .main-header .menus-section .flexxed {
    align-items: normal;
  }

  .main-footer {
    text-align: left;
  }
  .main-footer .flexxed {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
  .main-footer .twentyfive {
    margin: 0;
  }
  .main-footer .thirtythree {
    margin: 0;
    width: 31.5%;
  }
  .main-footer .social-media.flexxed {
    justify-content: space-between;
  }

  .main-footer-logo {
    margin: 0 0 35px 0;
  }

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

  .review-slider {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .review-slider .slide {
    margin: initial;
    width: 32%;
  }

  .service-verticals h2 {
    font-size: 35px;
  }

  .sub-divisions .sd-item.items-6, .sub-divisions .sd-item.items-5 {
    width: 30%;
  }

  .text-modules .flexxed {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .text-modules .column-5 {
    width: 31%;
  }

  .category-selection {
    max-width: 700px;
    margin: 50px auto 25px;
  }
  .category-selection ul {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .category-selection ul li a {
    background: initial;
  }

  .giving-back.logos.flexxed {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .giving-back.logos.flexxed .twentyfive {
    width: 33%;
  }
}
@media only screen and (min-width: 860px) {
  .red-2btns,
  .blue-2btns {
    flex-direction: row;
  }
  .red-2btns p,
  .blue-2btns p {
    flex-direction: row;
  }
  .red-2btns a:first-of-type,
  .blue-2btns a:first-of-type {
    margin: 0 20px 0 0;
  }

  .testimonials .flexxed {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .testimonials .testimonial-items-3,
  .testimonials .testimonial-items-5 {
    width: 30%;
  }
  .testimonials .testimonial-items-3 {
    margin: initial;
  }
}
@media only screen and (min-width: 960px) {
  .main-header .flexxed {
    flex-direction: row;
  }
  .main-header .left {
    width: 20%;
  }
  .main-header .right {
    align-items: center;
    display: flex;
    width: 65%;
  }
  .main-header .right .cta-contact-phone {
    width: 25%;
  }
  .main-header .header-cta-buttons {
    display: flex;
    justify-content: space-between;
    width: 75%;
  }
  .main-header .header-cta-buttons a {
    font-size: 12px;
    margin: 0;
    width: 33%;
  }

  h2 {
    font-size: 30px;
  }

  .cta h2 {
    font-size: 39px;
    font-weight: 900;
    line-height: 1.35em;
  }

  .flexxed .twenty {
    width: 18.75%;
  }
  .flexxed .eighty {
    width: 78.75%;
  }

  .global-aos .selector .aos-list {
    margin: 0 1.25% 20px 1.25%;
    width: 30.5%;
  }

  .cta .cta-content h3 {
    font-size: 34px;
  }
  .cta.cta-custom .wpcf7-checkbox {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cta.cta-custom .wpcf7-checkbox .wpcf7-list-item {
    padding: 0 0 0 10px;
    margin: 0 0 10px 0;
    width: 47.5%;
  }

  .service-verticals .service-content {
    padding: 135px 25px;
  }
  .service-verticals h2 {
    font-size: 40px;
  }

  .aa-section .flexxed > img, .aa-section .flexxed a {
    width: 20.5%;
  }

  .red-2btns a {
    padding: 20px 40px;
  }

  .blog-module .flexxed {
    justify-content: center;
    flex-wrap: wrap;
  }
  .blog-module .flexxed .thirtythree {
    margin-left: 1%;
    margin-right: 1%;
    width: 31%;
  }

  .signup .flexxed {
    flex-wrap: wrap;
  }
  .signup .flexxed .fifty {
    width: 48.5%;
  }

  .large-boast {
    line-height: 1em;
  }

  .sub-divisions .sd-item.items-4 {
    margin: 0;
    width: 15%;
  }

  .banner {
    padding: 75px 0 60px;
  }
  .banner h1 {
    font-size: 40px;
    line-height: 1.25em;
  }

  .text-modules .column-3 {
    width: 30%;
  }
  .text-modules .column-4 {
    width: 22.5%;
  }

  .mm-item:last-of-type {
    margin: 0 0 35px 0;
  }

  .sixtysix .wpcf7 .flexxed {
    flex-direction: row !important;
  }
  .sixtysix .wpcf7 .flexxed label {
    width: 48.5%;
  }
  .sixtysix .wpcf7 .flexxed select {
    min-width: auto;
  }

  .nav-links .nav-previous,
  .nav-links .nav-next {
    width: 45%;
  }
}
@media only screen and (min-width: 1025px) {
  .p45 {
    padding: 45px 0;
  }

  .p60 {
    padding: 60px 0;
  }

  .p75 {
    padding: 75px 0;
  }

  .p90 {
    padding: 90px 0;
  }

  .gen-cta-noimg .fifty {
    width: 49.5%;
  }
  .gen-cta-noimg .fifty:last-of-type {
    text-align: right !important;
  }

  #mobile-button {
    display: none;
  }

  .mobile-search {
    display: none;
  }

  .mobile-social,
  .mobile-lic {
    display: none;
  }

  .aux-header {
    display: block;
  }
  .aux-header .left {
    text-align: left;
  }
  .aux-header .right {
    justify-content: flex-end;
  }

  .mobile-pre {
    display: none;
  }

  .desktop-search {
    display: flex;
    margin: 0 25px 0 0;
  }

  .menus-section {
    background-color: #FFFFFF;
    box-shadow: none;
    height: auto;
    left: initial;
    max-width: 100%;
    padding: 10px 0 0;
    position: initial;
    width: 100%;
    overflow-y: visible;
  }
  .scrolled .menus-section {
    height: auto;
    top: auto;
  }
  .menus-section .flexxed {
    flex-direction: row !important;
    justify-content: flex-end;
  }
  .menus-section ul a {
    display: block;
  }
  .menus-section ul.menu > li > a:after {
    display: block;
    content: "";
    height: 2px;
    background-color: #323D83;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .menus-section ul.menu > li > a:hover:after {
    opacity: 1;
  }
  .menus-section .sub-menu li.current-menu-item {
    background: #323D83;
  }
  .menus-section .sub-menu li.current-menu-item a {
    color: #FFFFFF;
  }
  .menus-section .sub-menu li.current-menu-parent {
    background: #323D83;
  }
  .menus-section .sub-menu li.current-menu-parent a, .menus-section .sub-menu li.current-menu-parent i {
    color: #FFFFFF !important;
  }
  .menus-section .sub-menu li.current-menu-parent .current-menu-item {
    background: #323D83;
    color: #FFFFFF;
  }
  .menus-section ul li.menu-item-has-children,
  .menus-section ul li {
    position: relative;
  }
  .menus-section ul li.menu-item-has-children:hover > .sub-menu,
  .menus-section ul li:hover > .sub-menu {
    display: block;
    width: 225px;
  }
  .menus-section ul li.menu-item-has-children:hover > .sub-menu .sub-menu,
  .menus-section ul li:hover > .sub-menu .sub-menu {
    background: #909090;
    left: 190px;
    top: 10px;
  }
  .menus-section ul li.menu-item-has-children:hover > .sub-menu .sub-menu li,
  .menus-section ul li:hover > .sub-menu .sub-menu li {
    border-bottom: 1px solid #FFFFFF;
  }
  .menus-section ul li.menu-item-has-children:hover > .sub-menu .sub-menu li:last-of-type,
  .menus-section ul li:hover > .sub-menu .sub-menu li:last-of-type {
    border: initial;
  }
  .menus-section ul li.menu-item-has-children:hover > .sub-menu .sub-menu a,
  .menus-section ul li:hover > .sub-menu .sub-menu a {
    color: #FFFFFF;
  }
  .menus-section ul li.menu-item-has-children > a,
  .menus-section ul li > a {
    font-size: 15px;
    font-weight: 700;
    padding: 10px 45px 10px 0;
    width: auto;
  }
  .menus-section ul li.menu-item-has-children i,
  .menus-section ul li i {
    cursor: pointer;
    margin-right: 15px;
    top: 14px;
    z-index: 0;
  }
  .menus-section ul li.menu-item-has-children .sub-menu,
  .menus-section ul li .sub-menu {
    background-color: #FFFFFF;
    -webkit-box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.25);
    padding: 0;
    position: absolute;
    z-index: 999;
  }
  .menus-section ul li.menu-item-has-children .sub-menu a,
  .menus-section ul li .sub-menu a {
    font-size: 15px;
    padding: 10px;
  }
  .menus-section .mlmenu .menu,
  .menus-section .main-navigation .menu {
    display: flex;
    flex-direction: row;
  }
  .menus-section .mlmenu .menu {
    justify-content: space-between;
  }
  .menus-section .main-navigation .menu {
    justify-content: space-between;
  }
  .menus-section .mlmenu a {
    color: #323D83;
  }
  .menus-section .mlmenu ul li.menu-item-has-children i {
    color: #323D83;
  }
  .menus-section .mlmenu ul li.menu-item-has-children .sub-menu a {
    background-color: transparent;
  }
  .menus-section .mlmenu ul li.menu-item-has-children .sub-menu a:hover {
    background-color: #323D83;
    color: #FFFFFF;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .menus-section .main-navigation a {
    color: #323D83;
  }
  .menus-section .main-navigation ul li.menu-item-has-children i {
    color: #323D83;
  }
  .menus-section .main-navigation ul li.menu-item-has-children .sub-menu a {
    background-color: transparent;
  }
  .menus-section .main-navigation ul li.menu-item-has-children .sub-menu a:hover {
    background-color: #323D83;
    color: #FFFFFF;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }

  .main-header {
    height: 103px;
  }
  .main-header .constrain {
    height: 100%;
  }
  .main-header .left {
    width: 234px;
    padding-top: 0;
  }

  .scrolled .main-header {
    height: 70px;
  }
  .scrolled .main-header .left {
    width: 162px;
  }

  .review-slider .slide {
    width: 31%;
  }

  .review-button {
    margin: 50px 0 0 0;
  }

  .service-verticals .service-content {
    padding: 185px 25px;
  }
  .service-verticals h2 {
    font-size: 45px;
  }

  .cta-contact-phone {
    font-size: 20px;
  }

  .site-main {
    padding-top: 146px;
  }
  .scrolled .site-main {
    padding-top: 98px;
  }

  .signup .flexxed .fifty {
    margin: 0;
  }
  .signup .signup-form p {
    align-items: center;
    display: flex;
    flex-direction: row;
  }
  .signup .signup-form .your-email {
    width: 70%;
  }
  .signup .signup-form input[type=submit] {
    width: 30%;
  }

  .large-boast {
    font-size: 60px;
  }

  .signup {
    font-size: 20px;
  }

  .sub-divisions .sd-item {
    margin: 0;
  }
  .sub-divisions .sd-item.items-5 {
    width: 20%;
  }
  .sub-divisions .sd-item.items-6 {
    width: 15%;
  }

  .aa-section .flexxed > img, .aa-section .flexxed a {
    width: 12.5%;
  }

  .banner {
    padding: 95px 0 75px;
  }

  .text-modules .flexxed {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .text-modules .column-5 {
    width: 19%;
  }

  .giving-back.logos.flexxed {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .giving-back.logos.flexxed .twentyfive {
    width: 25%;
  }

  .general-slider .slide {
    height: 455px;
  }

  .testimonials .testimonial-items-3 {
    width: 30%;
  }
  .testimonials .testimonial-items-4 {
    margin: initial;
    width: 21%;
  }

  .legal-footer .constrain {
    grid-template-columns: 3fr 1fr;
  }
  .legal-footer .legal {
    text-align: left;
  }
  .legal-footer .emp-login {
    text-align: right;
  }

  .preheader {
    height: 43px;
  }
  .preheader div {
    width: 25%;
    padding: 0;
    font-size: 14px;
    text-align: center;
  }
  .preheader a.ph-link {
    display: inline;
    position: relative;
  }
  .preheader a.ph-link:after {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: -2px;
    height: 2px;
    background-color: #FFFFFF;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .preheader a.ph-link:focus:after, .preheader a.ph-link:hover:after {
    opacity: 1;
  }
  .scrolled .preheader {
    height: 43px;
  }

  .home-hero h1 {
    font-size: 64px;
    line-height: 72px;
    margin-bottom: 16px;
  }
  .home-hero h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 1274px) {
  .preheader a,
  .preheader div {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1100px) {
  .global-aos .selector .aos-list {
    margin: 0 1.25% 20px 1.25%;
    width: 22.5%;
  }

  .service-verticals .fifty:first-of-type .service-content {
    float: right;
  }
  .service-verticals .service-content {
    max-width: 600px;
    width: 100%;
  }
  .service-verticals h2 {
    font-size: 50px;
  }

  .testimonials .testimonial-items-5 {
    margin: initial;
    width: 18%;
  }
}
@media only screen and (min-width: 1200px) {
  .main-header .header-cta-buttons a {
    font-size: 14.5px;
  }
}
@media only screen and (max-width: 748px) {
  .logo-70 {
    display: none;
  }

  .hide-mobile {
    display: none;
  }
}
@media only screen and (max-width: 1004px) {
  .subtext {
    top: -3px;
    right: -246px;
  }
}
@media only screen and (max-width: 959px) {
  .subtext {
    top: 4px;
    right: -147px;
  }
}
@media only screen and (max-width: 768px) {
  .subtext {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .hide-desktop {
    display: none;
  }
}
@media screen and (max-width: 1024.5px) {
  .menus-section .menu > li {
    border-bottom: 1px solid #FFFFFF;
    padding: 16px 0;
  }
  .menus-section .menu > li.menu-item-has-children i {
    top: 18px;
  }
  .menus-section .menu > li .sub-menu li {
    padding: 10px 0;
  }
  .menus-section .menu > li .sub-menu li.menu-item-has-children i {
    top: 12px;
  }
  .menus-section .menu li.expanded.menu-item-has-children > i.fa-caret-down {
    display: none;
  }
  .menus-section .menu li.expanded.menu-item-has-children > i.fa-caret-up {
    display: block;
  }
}
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

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

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

.logo-70 {
  max-width: 70%;
  position: relative;
  top: 10px;
}

.w100 {
  width: 100%;
}

.pt10 {
  padding-top: 10px;
}

.orange {
  color: #f0750e;
}

.flex2 {
  display: flex;
}

.residential-col {
  width: 50%;
}

/* Container for flexboxes */
.row2 {
  display: flex;
  flex-wrap: nowrap;
}

/* Create four equal columns */
.column4 {
  flex: 25%;
  padding: 40px;
}

.res-verticals {
  color: #FFFFFF;
}

.res-verticals .res-content {
  padding: 50px 0px;
  text-align: center;
}

.res-verticals h2 {
  font-weight: 900;
  text-transform: uppercase;
}

.res-verticals h2 a {
  color: #FFFFFF;
}

@media screen and (max-width: 1410px) {
  .column4 {
    flex: 50%;
  }

  .row2 {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 854px) {
  .column4 {
    flex: 100%;
  }
}
/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .row2 {
    flex-direction: column;
  }
}
