@charset "UTF-8";
/*!
Theme Name: MNR
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>_s</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: MNR
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.

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

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

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Futura BT";
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Futura BT";
  color: #130F3E;
}

h1 {
  font-size: min(3.5em, 12vw);
  line-height: 1.2;
}

h2 {
  font-size: 3em;
  font-weight: normal;
  line-height: 1.2;
}

h3 {
  font-size: 2em;
  font-weight: normal;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.17em;
}

h6 {
  font-size: 1em;
}

.lightPrimaryTitle h1,
.lightPrimaryTitle h2,
.lightPrimaryTitle h3,
.lightPrimaryTitle h4,
.lightPrimaryTitle h5,
.lightPrimaryTitle h6 {
  color: #FFFFFF;
}

.secondaryTitle h1,
.secondaryTitle h2,
.secondaryTitle h3,
.secondaryTitle h4,
.secondaryTitle h5,
.secondaryTitle h6 {
  text-transform: uppercase;
  font-weight: bold;
}
.secondaryTitle.orange h1,
.secondaryTitle.orange h2,
.secondaryTitle.orange h3,
.secondaryTitle.orange h4,
.secondaryTitle.orange h5,
.secondaryTitle.orange h6 {
  color: #e86e1c;
}

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

.lightBodyText p {
  color: #FFFFFF;
}

@font-face {
  font-family: "Futura BT";
  src: local("Futura Heavy"), local("Futura-Heavy"), url("assets/fonts/Futura Heavy font.woff2") format("woff2"), url("assets/fonts/Futura Heavy font.woff") format("woff");
  font-weight: bold;
}
@font-face {
  font-family: "Futura BT";
  src: local("Futura Book"), local("Futura-Book"), url("assets/fonts/Futura Book font.woff2") format("woff2"), url("assets/fonts/Futura Book font.woff") format("woff");
  font-weight: normal;
}
/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

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

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #404040;
}
a:visited {
  color: #404040;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
/* Button Links */
a.btnLink {
  text-decoration: none;
  color: #f1f1f1;
  background-color: #e86e1c;
  padding: 1em 2em;
  line-height: 3em;
  transition: background-color 0.2s ease-in;
  border: none;
}

a.btnLink:hover {
  background-color: #d5651a;
}

/* Submit Buttons */
input[type=submit], button {
  color: #f1f1f1;
  background-color: #e86e1c;
  padding: 1em 2em;
  border-radius: 0;
  cursor: pointer;
  border: none;
  transition: background-color 0.2s ease-in;
}

input[type=submit]:hover, button:hover {
  background-color: #d5651a;
}

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-header {
  display: flex;
  background-color: #011881;
  padding: 1em;
  height: 7em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: medium;
  /* Small menu. */
}
.site-header .logo-toggle-container {
  display: flex;
}
.site-header .site-branding {
  display: flex;
  align-items: center;
}
.site-header .site-branding .site-title {
  margin: 0;
}
.site-header .site-branding .custom-logo-link {
  margin: 0 10%;
  position: relative;
  z-index: 10;
}
.site-header .site-branding .custom-logo-link img {
  width: 60%;
}
.site-header .main-navigation {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 5;
}
.site-header .main-navigation ul {
  display: flex;
  position: relative;
  align-items: center;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.site-header .main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 5;
  transition: all 0.3s ease-in;
}
.site-header .main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.site-header .main-navigation ul ul li {
  display: inline-flex;
  align-items: center;
  padding: 0.1em;
  padding-left: 1.5em;
  background-color: #f1f1f1;
  border: #e86e1c solid;
  border-width: 0 1px;
}
.site-header .main-navigation ul ul li ::before {
  content: url("assets/icons/list-arrow-gray.svg");
  position: absolute;
  top: 0.55em;
  left: 1.2em;
}
.site-header .main-navigation ul ul li:first-child {
  border-top-width: 1px;
}
.site-header .main-navigation ul ul li:last-child {
  border-bottom-width: 1px;
}
.site-header .main-navigation ul ul li:hover > ul, .site-header .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.site-header .main-navigation ul ul a {
  width: 12em;
  color: #404040;
  transition: all 0.2s ease-in;
}
.site-header .main-navigation ul ul :hover ::before {
  content: url("assets/icons/list-arrow-hover.svg");
}
.site-header .main-navigation ul ul :hover > a,
.site-header .main-navigation ul ul .focus > a {
  color: #e86e1c;
}
.site-header .main-navigation ul li:hover > ul,
.site-header .main-navigation ul li.focus > ul {
  left: auto;
}
.site-header .main-navigation li {
  position: relative;
  color: #f1f1f1;
}
.site-header .main-navigation a {
  display: block;
  text-decoration: none;
  padding: 0.5em 0.8em;
  color: #f1f1f1;
}
.site-header .main-navigation .nav-menu a {
  transition: all 0.2s ease-in;
  text-transform: uppercase;
}
.site-header .main-navigation .nav-menu > li:hover > a, .site-header .main-navigation .nav-menu > li.focus > a {
  background-color: #e86e1c;
}
.site-header #custom-menu-items {
  display: flex;
  align-items: center;
}
.site-header #custom-menu-items.search-hidden #advanced-searchform {
  max-width: 0;
}
.site-header #custom-menu-items:not(.search-hidden) a {
  display: none;
}
.site-header #custom-menu-items #advanced-searchform {
  display: flex;
  margin-left: 1em;
  max-width: 100%;
  overflow: hidden;
}
.site-header #custom-menu-items #advanced-searchform input {
  padding: 0.5em 1em;
  border-radius: 0;
  outline: none;
}
.site-header #custom-menu-items #advanced-searchform #searchsubmit {
  cursor: pointer;
  color: #f1f1f1;
  background-color: #e86e1c;
}
.site-header #custom-menu-items #search-btn {
  background-image: url("assets/icons/search-white.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
  background-color: transparent;
  cursor: pointer;
  border: none;
  margin: 0 0.8em;
  width: 1.5em;
  height: 1.5em;
}
.site-header #custom-menu-items a {
  text-align: center;
  text-decoration: none;
  width: 14em;
  padding: 0.5em 1em;
  color: #f1f1f1;
  border: 1px solid #e86e1c;
  background-color: transparent;
  border-radius: 0;
  outline: none;
  transition: all 0.2s ease-in;
  font-weight: bold;
}
.site-header #custom-menu-items a::placeholder {
  color: #f1f1f1;
  opacity: 0.7;
}
.site-header #custom-menu-items a:focus::placeholder {
  opacity: 0;
}
.site-header #custom-menu-items a:hover {
  background-color: #e86e1c;
}
.site-header .menu-toggle,
.site-header .main-navigation.toggled ul {
  display: block;
}
@media screen and (max-width: 1199px) {
  .site-header .site-branding {
    min-width: 50vw;
    z-index: 10;
  }
  .site-header .site-branding .custom-logo-link {
    margin: 0 10%;
    width: 100%;
    z-index: 10;
  }
  .site-header .main-navigation {
    font-size: small;
    justify-content: flex-end;
  }
  .site-header .menu-toggle {
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    position: absolute;
    right: 1em;
    border: none;
    width: 1.5em;
    height: 1.5em;
    z-index: 5;
  }
  .site-header .menu-top-navigation-container {
    position: absolute;
    top: 15em;
    width: 100vw;
    margin-right: -1.2em;
    background-color: #011881;
  }
  .site-header .toggled .menu-toggle {
    background-image: url("assets/icons/x-menu-white.png");
  }
  .site-header :not(.toggled) .menu-toggle {
    background-image: url("assets/icons/burger-menu-white.png");
  }
  .site-header :not(.toggled) .nav-menu {
    display: none;
  }
  .site-header :not(.toggled) #custom-menu-items {
    display: none;
  }
  .site-header .nav-menu {
    font-size: medium;
  }
  .site-header .nav-menu a {
    padding: 0.8em 0 0.8em 3.6em;
    margin-right: 1.8em;
  }
  .site-header .nav-menu a::after {
    transform: scale(0.8);
    position: absolute;
    top: 0.8em;
    right: 3em;
  }
  .site-header .nav-menu li:not(.focus).menu-item-has-children a::after {
    content: url("assets/icons/chevron-up.png");
  }
  .site-header .nav-menu li:not(.focus) ul > li a::after {
    content: "";
  }
  .site-header .nav-menu > :last-child {
    margin-bottom: 1em;
  }
  .site-header .nav-menu li.menu-item-has-children a::after {
    content: url("assets/icons/chevron-down.png");
  }
  .site-header .nav-menu li.focus .sub-menu {
    position: relative;
    box-shadow: none;
    margin-bottom: 1em;
  }
  .site-header .nav-menu li.focus ul > li ::after {
    content: "";
  }
  .site-header .nav-menu li ul > li {
    background-color: #011881;
    width: 100vw;
    border: none;
  }
  .site-header .nav-menu li ul > li a {
    color: #f1f1f1;
    width: 100%;
  }
  .site-header .nav-menu li ul > li :hover,
.site-header .nav-menu li ul > li .focus {
    background-color: #011881;
  }
  .site-header .nav-menu li ul > li ::before {
    content: url("assets/icons/list-arrow-white.svg");
    top: 0.86em;
    left: 3.6em;
  }
  .site-header #custom-menu-items {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10em 4em 1.5em 0;
    top: 0;
    right: 0;
    background-color: #011881;
    width: 100%;
    z-index: 2;
  }
  .site-header #custom-menu-items #advanced-searchform input {
    padding: 0.2em;
  }
  .site-header #custom-menu-items a {
    width: 11em;
  }
}
@media screen and (min-width: 1200px) {
  .site-header .menu-toggle {
    display: none;
  }
  .site-header .main-navigation ul {
    display: flex;
  }
}
@media screen and (max-width: 650px) {
  .site-header .site-branding .custom-logo-link img {
    width: 100%;
  }
  .site-header #custom-menu-items:not(.search-hidden) {
    padding-right: 1em;
  }
  .site-header #custom-menu-items #search-btn {
    margin: 0;
  }
}

.site-hero {
  position: relative;
  background-color: #011881;
  z-index: 1;
}
.site-hero h1, .site-hero h2, .site-hero h3, .site-hero h4, .site-hero h5, .site-hero h6, .site-hero p {
  color: #f1f1f1;
}
.site-hero.with-boundary {
  padding-bottom: 6vw;
}
.site-hero h1 {
  margin: 0;
}
.site-hero p {
  margin: 1em 0 0;
}
.site-hero button:not(.videoCard) {
  background-color: #e86e1c;
  border: none;
  width: 8em;
  margin-top: 1em;
  padding: 0.6em;
}
.site-hero button:not(.videoCard):hover {
  cursor: pointer;
}
.site-hero .hero-container {
  display: block;
}
.site-hero .hero-background, .site-hero .vector, .site-hero .image, .site-hero .image_2, .site-hero .image_1 {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -7em;
  bottom: 0;
  opacity: 0.6;
  z-index: 0;
}
.site-hero .hero-bg-cont img {
  width: 100%;
  height: 100%;
}
.site-hero .image, .site-hero .image_2, .site-hero .image_1 {
  background-position-y: top;
  background-position-x: center;
  right: 0;
}
.site-hero .image_1 {
  box-shadow: inset 0 0 100px #011881;
  width: 100vw;
}
.site-hero .image_2 {
  box-shadow: inset 100px 0px 100px #011881, inset 80px 0 100px #011881, inset 60px 0 100px #011881;
  width: 60vw;
}
.site-hero .vector {
  background-size: 100% 100%;
  width: 100%;
}
.site-hero .hero-content {
  padding: 0;
  width: 100%;
  position: relative;
  z-index: 1;
}
.site-hero .header-boundary-container {
  position: absolute;
  display: flex;
  bottom: 0;
  width: 100%;
  min-height: 6vw;
}
.site-hero .header-boundary-container img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 650px) {
  .site-hero .image, .site-hero .image_1, .site-hero .image_2 {
    opacity: 0.4;
  }
  .site-hero .image_2 {
    width: 100vw;
    box-shadow: inset 20px 20px 100px #011881;
  }
}

.site-footer {
  background-color: #e2e8f6;
  position: relative;
  display: flex;
  flex-direction: column;
}
.site-footer .footer-boundary-container {
  display: flex;
  width: 100%;
  height: 4vw;
}
.site-footer .footer-boundary-container img {
  width: 100%;
  height: 100%;
}
.site-footer ul {
  list-style: none;
}
.site-footer a {
  text-decoration: none;
}
.site-footer ul#secondary-menu {
  display: flex;
  justify-content: space-between;
  margin: 2em 5vw;
  padding: 0;
}
.site-footer ul#secondary-menu a {
  color: #130F3E;
}
.site-footer ul#secondary-menu > li {
  font-size: 14px;
}
.site-footer ul#secondary-menu > li:first-child > ul > li {
  margin-right: 2em;
}
.site-footer ul#secondary-menu > li:nth-child(2) {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: space-between;
}
.site-footer ul#secondary-menu > li:nth-child(2) > ul > li {
  margin-left: 2em;
}
.site-footer ul#secondary-menu > li:nth-child(2) > ul > li:last-child::before {
  content: "•";
  color: #011881;
  display: inline-block;
  font-weight: bold;
  width: 1.2em;
  margin-left: -1.2em;
}
.site-footer ul#secondary-menu > li:nth-child(2) > ul > li > a {
  color: #011881;
  vertical-align: top;
}
.site-footer ul#secondary-menu > li:nth-child(2) > ul > li > a > img {
  max-width: 2rem;
  max-height: 2rem;
}
.site-footer ul#secondary-menu > li .sub-menu {
  display: flex;
  margin: 0.5em 0 0;
  padding: 0;
}
.site-footer ul#secondary-menu > li > a {
  cursor: default;
  pointer-events: none;
  font-size: small;
  font-weight: bold;
}
.site-footer .ribbon {
  background-color: #011881;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 1em 5vw;
  color: #f1f1f1;
  margin: 0;
}
@media screen and (max-width: 800px) {
  .site-footer .ribbon {
    display: block;
    align-items: center;
  }
}
.site-footer .ribbon .site-info {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 800px) {
  .site-footer .ribbon .site-info {
    justify-content: center;
    margin-bottom: 1rem;
  }
}
.site-footer .ribbon .site-info .info {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
}
.site-footer .menu-footer-ribbon-container #footer-ribbon {
  list-style: none;
  display: flex;
  justify-content: end;
  margin: 0;
  margin-bottom: 1rem;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .site-footer .menu-footer-ribbon-container #footer-ribbon {
    padding-left: 0;
    justify-content: center;
  }
}
.site-footer .menu-footer-ribbon-container #footer-ribbon a {
  text-decoration: none;
  color: #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  padding: 0.7em;
  margin: 0.5em;
  font-size: 12px;
}
@media screen and (max-width: 650px) {
  .site-footer ul#secondary-menu {
    flex-direction: column;
    align-items: center;
  }
  .site-footer ul#secondary-menu > li {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .site-footer ul#secondary-menu > li > a {
    color: #9b9aa3;
  }
  .site-footer ul#secondary-menu > li:first-child > ul {
    justify-content: center;
    flex-direction: column;
  }
  .site-footer ul#secondary-menu > li:first-child > ul > li {
    margin: 0.2em 0;
  }
  .site-footer ul#secondary-menu > li:nth-child(2) {
    align-items: center;
    flex-direction: column;
    margin-top: 1em;
  }
  .site-footer ul#secondary-menu > li:nth-child(2) > ul > li {
    margin: 0.2em 0;
  }
  .site-footer ul#secondary-menu > li:nth-child(2) > ul > li:not(:first-child)::before {
    content: "";
  }
  .site-footer ul#secondary-menu > li ul.sub-menu {
    flex-direction: column;
    align-items: center;
  }
  .site-footer #footer-ribbon {
    flex-direction: column-reverse;
  }
  .site-footer #footer-ribbon small {
    margin-top: 1.2em;
  }
}

/* Search Results
--------------------------------------------- */
.search-results-main {
  max-width: 1280px;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .search-results-main {
    padding: 0;
  }
}
.search-results-main button:disabled {
  color: gray;
  background-color: #e2e8f6;
}
.search-results-main .search-results-title-container {
  background-color: #eff2fb;
  padding-left: 4em;
  padding-right: 4em;
  padding-top: 2em;
}
.search-results-main .search-results-title-container span {
  font-weight: 700;
}
.search-results-main .search-results-title-container h3, .search-results-main .search-results-title-container p {
  margin: 0;
}
.search-results-main .search-results-title-container .page-title {
  font-size: 20px;
}
.search-results-main .search-results-title-container .matching-result-badge {
  text-align: right;
}
.search-results-main .nav-container {
  background-color: #eff2fb;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
  justify-content: center;
}
.search-results-main .entry-title {
  text-transform: capitalize;
}
.search-results-main .decoration-container {
  background-color: white;
}
.search-results-main .decoration-container .decoration-img {
  width: 100%;
  height: 100px;
}
.search-results-main .search-results-list {
  background-color: #eff2fb;
  padding: 4em;
}
.search-results-main .search-results-list .search-result-divider {
  border-bottom: 1px solid #130F3E;
}
.search-results-main .search-results-list .search-result-container {
  background-color: #e2e8f6;
  padding: 1em;
  margin-top: 2em;
  margin-bottom: 2em;
}
.search-results-main .search-results-list .search-result-container .search-result-title {
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
}
.search-results-main .search-results-list .search-result-container .search-result-title h2 {
  display: flex;
  margin: 0;
}
.search-results-main .search-results-list .search-result-container .search-result-title h2 a {
  font-weight: 700;
  color: #130F3E;
  font-size: medium;
  text-decoration: none;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #130F3E;
}
.search-results-main .search-results-list .search-result-container .search-result-title h2 a:hover {
  border-bottom: 1px solid #e86e1c;
}

.top-professional-result-container {
  background-color: #eff2fb;
  width: 100%;
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-auto-rows: 300px;
  gap: 2em;
  padding: 4em;
  padding-bottom: 0em;
}
.top-professional-result-container h4, .top-professional-result-container h5 {
  margin: 0;
}
.top-professional-result-container h5 {
  margin-bottom: 1.5em;
}
.top-professional-result-container .top-professional-result-image img {
  width: 100%;
}
.top-professional-result-container .top-professional-associated {
  font-style: italic;
  margin-bottom: 1.5em;
}
.top-professional-result-container a {
  color: #e86e1c;
  font-style: italic;
}

.related-search-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 2em;
  margin-bottom: 4em;
}
.related-search-container h4, .related-search-container h5 {
  margin: 0;
  margin-bottom: 1em;
}
.related-search-container .related-search-articles-container {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1em;
}
.related-search-container .related-search-articles-container article {
  width: 100%;
  height: 300px;
  border: 1px solid #011881;
  padding: 3em;
}
.related-search-container .related-search-articles-container article h4 {
  font-size: 1.2em;
}

.search-results-prof {
  grid-template-columns: repeat(3, 33%);
  display: grid;
}
@media screen and (max-width: 1100px) {
  .search-results-prof {
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 750px) {
  .search-results-prof {
    padding: 0;
    grid-template-columns: 1fr;
  }
}
.search-results-prof .practice-industries {
  margin: 0;
  margin-bottom: 1rem;
  font-size: medium;
  text-decoration: none;
  font-weight: 400;
}
.search-results-prof .prof-field {
  color: #130F3E;
  margin: 0;
  margin-right: 12px;
  font-size: medium;
  text-decoration: none;
  font-weight: 400;
}
.search-results-prof span {
  font-weight: 700;
}
.search-results-prof h2 {
  font-size: 1.5em;
  margin-bottom: 0.4em;
}
.search-results-prof h2 a {
  text-decoration: none;
  color: #011881;
}
.search-results-prof p {
  margin: 0;
  padding-bottom: 0.5em;
}
.search-results-prof .search-result-container {
  background-color: #e2e8f6;
  margin: 1em;
  height: 180px;
}
.search-results-prof .search-result-container .professional-title {
  text-transform: uppercase;
  font-size: 0.8em;
  color: #e86e1c;
  margin-bottom: 25px;
}
.search-results-prof .search-result-container .search-result-content-container {
  display: flex;
  flex-direction: row;
}
.search-results-prof .search-result-container .search-result-content-right {
  margin-left: 15px;
  margin-top: 15px;
}
.search-results-prof .search-result-container .search-result-content .search-result-image-container {
  height: 140px;
  width: 100px;
  margin-top: 20px;
  margin-left: 20px;
  overflow: hidden;
  position: relative;
  background-size: 200%;
  background-repeat: no-repeat;
  background-color: white;
  background-position: center;
}
.search-results-prof .nav-links {
  padding: 0.5em 0;
}
.search-results-prof .nav-links a {
  width: 200px;
  padding: 0.5em 1.5em;
  text-decoration: none;
  border: 2px #e86e1c solid;
  color: #404040;
}
.search-results-prof .nav-links a:hover {
  color: #130F3E;
}

/** Used for the professional-specific results page **/
.no-prof-results {
  max-width: 1280px;
  margin: 0 auto 0 auto;
  padding: 24px 24px;
}

.backBtn {
  margin: 1rem;
}

/* Media Mentions
--------------------------------------------- */
.media-mention-hero {
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
}
.media-mention-hero .media-mention-hero-content {
  grid-column: 2;
}
.media-mention-hero .media-mention-hero-content .media-mention-hero-header {
  display: flex;
  align-items: center;
}
.media-mention-hero .media-mention-hero-content .media-mention-hero-header h4 {
  margin: 0.5em 0;
}
.media-mention-hero .media-mention-hero-content .media-mention-hero-header .media-mention-hero-sub-title {
  background-color: black;
  padding: 0.2em 1em;
}
.media-mention-hero .media-mention-hero-content .media-mention-hero-header .media-mention-hero-date {
  padding: 0.2em 1em;
  opacity: 0.8;
}
@media screen and (max-width: 1199px) {
  .media-mention-hero {
    display: flex;
    justify-content: center;
  }
}

.media-mention-content-container {
  background-color: #eff2fb;
  padding-bottom: 2em;
}
.media-mention-content-container .top-content-container {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  position: relative;
  padding: 1em;
}
.media-mention-content-container .top-content-container .content {
  grid-column: 2;
  padding: 0 1.3em;
}
.media-mention-content-container .top-content-container .content .quote {
  font-size: large;
  color: #011881;
  max-width: 40vw;
  padding: 2em 0 0;
}
.media-mention-content-container .top-content-container .content .link {
  max-width: 40vw;
  padding: 1em 0;
}
.media-mention-content-container .top-content-container .content .link a {
  padding: 1em 1.5em;
  color: #f1f1f1;
  background-color: #e86e1c;
  text-decoration: none;
}
.media-mention-content-container .top-content-container .share-blurb {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 2em;
}
.media-mention-content-container .top-content-container .share-blurb .share-links {
  display: flex;
}
.media-mention-content-container .top-content-container .share-blurb .share-links a {
  padding: 0 5% 0 0;
  text-decoration: none;
}
.media-mention-content-container .top-content-container .share-blurb .share-container {
  display: none;
}
@media screen and (max-width: 1199px) {
  .media-mention-content-container .top-content-container .content {
    grid-column: 1/span 3;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .media-mention-content-container .top-content-container .content .quote {
    max-width: 90%;
  }
  .media-mention-content-container .top-content-container .content .link {
    max-width: 90%;
  }
  .media-mention-content-container .top-content-container .share-blurb {
    grid-column: 1/span 3;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .media-mention-content-container .top-content-container .share-blurb .share-links {
    justify-content: center;
  }
}
.media-mention-content-container .associated-prof-container {
  display: flex;
  justify-content: center;
  margin-top: 1em;
}
.media-mention-content-container .associated-prof-container .associated-prof-content {
  border: solid #ccc;
  border-width: 1px 0;
  padding: 1em 3vw;
  width: 60vw;
}
.media-mention-content-container .associated-prof-container .associated-prof-content h4,
.media-mention-content-container .associated-prof-container .associated-prof-content h5,
.media-mention-content-container .associated-prof-container .associated-prof-content h6 {
  margin: 8px 0;
}
.media-mention-content-container .associated-prof-container .associated-prof-content h5 {
  color: #011881;
  opacity: 0.6;
  font-weight: normal;
}
.media-mention-content-container .associated-prof-container .associated-prof-content .associated-prof-profile {
  display: flex;
  grid-column: 1/2;
}
.media-mention-content-container .associated-prof-container .associated-prof-content .associated-prof-profile .associated-prof-img-container {
  display: flex;
}
.media-mention-content-container .associated-prof-container .associated-prof-content .associated-prof-profile .associated-prof-img-container img {
  object-fit: none;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}
.media-mention-content-container .associated-prof-container .associated-prof-content .associated-prof-profile .associated-prof-details {
  padding-left: 1.5rem;
}
.media-mention-content-container .associated-prof-container .associated-prof-content .associated-prof-profile .associated-prof-details h4 {
  color: #130F3E;
}
.media-mention-content-container .associated-prof-container .associated-prof-content .associated-prof-category {
  margin-left: 1rem;
  padding-top: 0.5rem;
  flex-direction: column;
}
.media-mention-content-container .associated-prof-container .associated-prof-content .associated-prof-category h6 {
  color: #011881;
  font-weight: normal;
}
.media-mention-content-container .associated-prof-container .associated-prof-content .associated-prof-category .edition-logo-container {
  width: 100px;
  height: 50px;
}
.media-mention-content-container .associated-prof-container .associated-prof-content .associated-prof-category .edition-logo-container img {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 1199px) {
  .media-mention-content-container .associated-prof-container .associated-prof-content {
    display: flex;
    flex-direction: column;
    grid-gap: 0;
    max-width: 100vw;
  }
  .media-mention-content-container .associated-prof-container .associated-prof-content h5,
.media-mention-content-container .associated-prof-container .associated-prof-content h6 {
    display: flex;
    justify-content: center;
  }
}

/* Offices
--------------------------------------------- */
.offices-hero .offices-hero-title {
  text-align: center;
}
.offices-hero .offices-hero-body {
  padding: 16px 20px 0;
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
}

.offices-content .hero-map-container {
  position: relative;
}
.offices-content .hero-map-container .hero-map-marker {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  position: absolute;
  border: 0px solid #d5651a;
  background-color: #e86e1c;
  cursor: pointer;
  transition: 0.3s all;
}
.offices-content .hero-map-container .hero-map-marker:hover {
  border-width: 2px;
}
.offices-content .hero-map-container .hero-map-tooltip {
  position: absolute;
  width: 240px;
  background-color: #e86e1c;
  border-radius: 15px;
  display: grid;
  grid-template-columns: 3fr 2fr;
  grid-auto-rows: 60px;
  overflow: hidden;
  pointer-events: none;
  z-index: 1000;
  transition: 0.3s all;
  cursor: pointer;
}
.offices-content .hero-map-container .hero-map-tooltip p {
  margin: 0;
}
.offices-content .hero-map-container .hero-map-tooltip .hero-map-tooltip-title {
  padding: 12px;
  font-weight: bold;
  font-size: 16px;
  color: white;
  padding-top: 18px;
  text-align: center;
  pointer-events: none;
}
.offices-content .hero-map-container .hero-map-tooltip .hero-map-tooltip-image {
  pointer-events: none;
}
.offices-content .hero-map-container .hero-map-tooltip .hero-map-tooltip-image .hero-map-tooltip-image-inner {
  margin-top: -18px;
}
.offices-content .hero-map-container .hero-map-tooltip .hero-map-tooltip-address, .offices-content .hero-map-container .hero-map-tooltip .hero-map-tooltip-phone {
  color: #011881;
  padding: 8px 12px;
  font-size: 10px;
  background-color: #ffe0cc;
  pointer-events: none;
}
.offices-content .hero-map-container .hero-map-tooltip .hero-map-tooltip-phone {
  padding: 8px 10px;
}
.offices-content li.active h5 {
  color: #e86e1c;
  text-decoration: underline;
  font-weight: bold !important;
}
.offices-content .offices-detail-content {
  font-size: 1.2em;
  width: 100%;
  max-width: 750px;
  background-color: #e86e1c;
  gap: 1px;
  min-height: 600px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: minmax(240px, max-content);
  color: #011881;
}
.offices-content .offices-detail-content h2, .offices-content .offices-detail-content h3, .offices-content .offices-detail-content h4, .offices-content .offices-detail-content h5 {
  margin: 0;
  color: black;
}
.offices-content .offices-detail-content h4 {
  font-size: 1.9em;
}
.offices-content .offices-detail-content p {
  line-height: 1.9em;
}
.offices-content .offices-detail-content .offices-detail-content-address,
.offices-content .offices-detail-content .offices-detail-content-phone,
.offices-content .offices-detail-content .offices-detail-content-omp,
.offices-content .offices-detail-content .offices-detail-content-inquiry {
  padding: 1.2em;
  background-color: #e2e8f6;
}
.offices-content .offices-detail-content .offices-detail-content-omp {
  grid-row: 2;
  grid-column: 1/3;
}
.offices-content .offices-detail-content .offices-detail-content-omp h4 {
  text-align: center;
}
.offices-content .offices-detail-content .offices-detail-content-omp .prof-image-container {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-position: -40px -50px;
  background-size: 160%;
  background-repeat: no-repeat;
}
.offices-content .offices-detail-content .offices-detail-content-omp .prof-name-container {
  align-self: center;
  font-size: 1.3em;
  margin-left: 2em;
}
.offices-content .offices-detail-content .offices-detail-content-omp .offices-detail-content-omp-body {
  display: grid;
  grid-template-columns: 1fr 2fr;
  width: 400px;
  margin: auto;
}
.offices-content .offices-detail-content .offices-detail-content-inquiry {
  grid-row: 3;
  grid-column: 1/3;
  min-height: 360px;
}
.offices-content .offices-detail-content .offices-detail-content-inquiry h2 {
  text-align: center;
  margin-bottom: 2em;
}
.offices-content .main-row {
  max-width: 1280px;
  margin: 0 auto 0 auto;
  padding: 24px 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.offices-content .main-row > div {
  flex-basis: 0;
}
.offices-content .main-row .tab-col {
  flex-grow: 1;
  min-width: min(12em, 100%);
  display: flex;
  justify-content: left;
}
.offices-content .main-row .tab-col .tab-col-inner {
  display: inline-block;
  text-align: center;
}
@media screen and (min-width: 862px) {
  .offices-content .main-row .tab-col .tab-col-inner {
    text-align: left;
  }
}
.offices-content .main-row .tab-col .tab-col-inner > h2 {
  margin-bottom: 0;
}
.offices-content .main-row .tab-col .tab-col-inner ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.offices-content .main-row .tab-col .tab-link h5 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 1.1em;
  font-weight: 400;
}
.offices-content .main-row .gallery-col {
  flex-grow: 3;
  min-width: min(622px, 100%);
}
.offices-content .main-row .gallery-col .inquiry-form-container {
  background-color: #e2e8f6;
  justify-content: center;
  max-width: 70%;
  min-height: 300px;
  margin: auto;
}
.offices-content .main-row .gallery-col .inquiry-form-container h2 {
  text-align: center;
  margin-bottom: 0.8em;
}
.offices-content .main-row .gallery-col .inquiry-form-container form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.offices-content .main-row .gallery-col .inquiry-form-container form .form-row {
  display: flex;
  justify-content: center;
}
.offices-content .main-row .gallery-col .inquiry-form-container form input[type=text], .offices-content .main-row .gallery-col .inquiry-form-container form input[type=email], .offices-content .main-row .gallery-col .inquiry-form-container form input[type=tel] {
  background: white 8px no-repeat;
  padding: 0.8em;
  padding-left: 40px;
  margin: 0.4em 0;
  font-size: small;
  width: min(250px, 100%);
  border: none;
  border-radius: 0;
}
.offices-content .main-row .gallery-col .inquiry-form-container form input[type=text]:focus, .offices-content .main-row .gallery-col .inquiry-form-container form input[type=email]:focus, .offices-content .main-row .gallery-col .inquiry-form-container form input[type=tel]:focus {
  outline: #011881 solid 1px;
}
.offices-content .main-row .gallery-col .inquiry-form-container form .name-field input {
  background-image: url("assets/icons/contact-name.png");
}
.offices-content .main-row .gallery-col .inquiry-form-container form .email-field input {
  background-image: url("assets/icons/contact-email.png");
}
.offices-content .main-row .gallery-col .inquiry-form-container form .phone-field input {
  background-image: url("assets/icons/contact-phone.png");
}
.offices-content .main-row .gallery-col .inquiry-form-container form .mess-field input {
  background-image: url("assets/icons/contact-message.png");
}
.offices-content .main-row .gallery-col .inquiry-form-container form div.gform_footer {
  display: flex;
  justify-content: center;
}
.offices-content .main-row .gallery-col .inquiry-form-container .gform_confirmation_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.offices-content .main-row .gallery-col .inquiry-form-container.active {
  display: flex;
}
@media screen and (max-width: 650px) {
  .offices-content .main-row .gallery-col .inquiry-form-container {
    max-width: 100%;
  }
  .offices-content .main-row .gallery-col .inquiry-form-container .inquiry-form .form-row {
    flex-direction: column;
    align-items: center;
  }
  .offices-content .main-row .gallery-col .inquiry-form-container .inquiry-form .form-row input[type=text] {
    width: 80%;
  }
}
.offices-content .main-row .gallery-col .tab-content .office-contact {
  position: relative;
}
.offices-content .main-row .gallery-col .tab-content .office-contact .contact-info {
  display: flex;
  flex-wrap: wrap;
  gap: 10%;
}
.offices-content .main-row .gallery-col .tab-content .office-contact .contact-info .column-1 {
  flex-basis: 0;
  min-width: min(100%, 300px);
  flex-grow: 3;
}
.offices-content .main-row .gallery-col .tab-content .office-contact .contact-info .column-1 h3 {
  font-weight: bolder;
}
.offices-content .main-row .gallery-col .tab-content .office-contact .contact-info .column-2 {
  flex-basis: 0;
  min-width: min(100%, 300px);
  flex-grow: 2;
}
.offices-content .main-row .gallery-col .tab-content .office-contact .contact-info .manager-profile {
  display: flex;
  align-items: center;
}
.offices-content .main-row .gallery-col .tab-content .office-contact .contact-info .manager-profile .manager-prof-img-container {
  display: flex;
  margin-right: 0.5em;
}
.offices-content .main-row .gallery-col .tab-content .office-contact .contact-info .manager-profile .manager-prof-img-container img {
  flex-shrink: 0;
  object-fit: none;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}
.offices-content .main-row .gallery-col .tab-content .office-contact .contact-info .contact-phones {
  display: flex;
  flex-direction: column;
}
.offices-content .main-row .gallery-col .tab-content .office-contact .contact-info .contact-phones span {
  font-weight: bold;
}
.offices-content .main-row .gallery-col .tab-content .office-contact .contact-info .contact-phones a {
  text-decoration: none;
  padding-left: 4px;
}
.offices-content .main-row .gallery-col .tab-content .photo-gallery {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  justify-content: center;
}
.offices-content .main-row .gallery-col .tab-content .photo-gallery .gallery-item {
  min-width: min(300px, 100%);
  max-width: min(400px, 100%);
}
.offices-content .main-row .gallery-col .tab-content .photo-gallery .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.offices-content .map-row {
  position: relative;
}
.offices-content .map-row .gmap_canvas {
  position: relative;
  overflow: hidden;
  background: none !important;
  height: min(90vh, 500px);
  width: 100%;
}
.offices-content .map-row .gmap_canvas iframe {
  width: 100%;
  height: 100%;
}
.offices-content .map-row .gmap_canvas .gmap_overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: #011881;
  opacity: 0.6;
}
.offices-content .map-row .bottom-bound {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
}
.offices-content .map-row .top-bound {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
}

.contact-hero .contact-hero-title {
  text-align: center;
}

.contact-content .main-row {
  max-width: 1280px;
  margin: 0 auto 0 auto;
  padding: 24px 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.contact-content .main-row > div {
  flex-basis: 0;
}
.contact-content .main-row .tab-col {
  flex-grow: 1;
  min-width: min(12em, 100%);
  display: flex;
  justify-content: center;
}
.contact-content .main-row .tab-col .tab-col-inner {
  display: inline-block;
  text-align: center;
}
@media screen and (min-width: 862px) {
  .contact-content .main-row .tab-col .tab-col-inner {
    text-align: left;
  }
}
.contact-content .main-row .tab-col .tab-col-inner ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.contact-content .main-row .tab-col .tab-col-inner button {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
}
.contact-content .main-row .tab-col .tab-col-inner button.active {
  color: #e86e1c;
}
.contact-content .main-row .gallery-col {
  flex-grow: 3;
  min-width: min(622px, 100%);
}
.contact-content .main-row .gallery-col .tab-content {
  display: none;
}
.contact-content .main-row .gallery-col .tab-content .office-contact {
  position: relative;
}
.contact-content .main-row .gallery-col .tab-content .office-contact .contact-info {
  display: flex;
  flex-wrap: wrap;
  gap: 10%;
}
.contact-content .main-row .gallery-col .tab-content .office-contact .contact-info .column-1 {
  flex-basis: 0;
  min-width: min(100%, 300px);
  flex-grow: 3;
}
.contact-content .main-row .gallery-col .tab-content .office-contact .contact-info .column-1 h3 {
  font-weight: bolder;
}
.contact-content .main-row .gallery-col .tab-content .office-contact .contact-info .column-2 {
  flex-basis: 0;
  min-width: min(100%, 300px);
  flex-grow: 2;
}
.contact-content .main-row .gallery-col .tab-content .office-contact .contact-info .manager-profile {
  display: flex;
  align-items: center;
}
.contact-content .main-row .gallery-col .tab-content .office-contact .contact-info .manager-profile .manager-prof-img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 0.5em;
  overflow: hidden;
  border-radius: 50px;
}
.contact-content .main-row .gallery-col .tab-content .office-contact .contact-info .manager-profile .manager-prof-img-container img {
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
}
.contact-content .main-row .gallery-col .tab-content .office-contact .contact-info .contact-phones {
  display: flex;
  flex-direction: column;
}
.contact-content .main-row .gallery-col .tab-content .office-contact .contact-info .contact-phones span {
  font-weight: bold;
}
.contact-content .main-row .gallery-col .tab-content .office-contact .contact-info .contact-phones a {
  text-decoration: none;
  padding-left: 4px;
}
.contact-content .main-row .gallery-col .tab-content .photo-gallery {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  justify-content: center;
}
.contact-content .main-row .gallery-col .tab-content .photo-gallery .gallery-item {
  min-width: min(300px, 100%);
  max-width: min(400px, 100%);
}
.contact-content .main-row .gallery-col .tab-content .photo-gallery .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-content .main-row .gallery-col .tab-content.active {
  display: block;
}
.contact-content .main-row .gallery-col .inquiry-form-container {
  background-color: #e2e8f6;
  display: flex;
  justify-content: center;
  max-width: 70%;
  min-height: 300px;
  margin-top: 2.5em;
  margin-right: auto;
  margin-left: auto;
}
.contact-content .main-row .gallery-col .inquiry-form-container h2 {
  text-align: center;
  margin-top: 1.5em;
}
.contact-content .main-row .gallery-col .inquiry-form-container form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.contact-content .main-row .gallery-col .inquiry-form-container form .form-row {
  display: flex;
  justify-content: center;
}
.contact-content .main-row .gallery-col .inquiry-form-container form input[type=text], .contact-content .main-row .gallery-col .inquiry-form-container form input[type=email], .contact-content .main-row .gallery-col .inquiry-form-container form input[type=tel] {
  background: white 8px no-repeat;
  padding: 0.8em;
  padding-left: 40px;
  margin: 0.4em 0;
  font-size: small;
  width: min(250px, 100%);
  border: none;
  border-radius: 0;
}
.contact-content .main-row .gallery-col .inquiry-form-container form input[type=text]:focus, .contact-content .main-row .gallery-col .inquiry-form-container form input[type=email]:focus, .contact-content .main-row .gallery-col .inquiry-form-container form input[type=tel]:focus {
  outline: #011881 solid 1px;
}
.contact-content .main-row .gallery-col .inquiry-form-container form .name-field input {
  background-image: url("assets/icons/contact-name.png");
}
.contact-content .main-row .gallery-col .inquiry-form-container form .email-field input {
  background-image: url("assets/icons/contact-email.png");
}
.contact-content .main-row .gallery-col .inquiry-form-container form .phone-field input {
  background-image: url("assets/icons/contact-phone.png");
}
.contact-content .main-row .gallery-col .inquiry-form-container form .mess-field input {
  background-image: url("assets/icons/contact-message.png");
}
.contact-content .main-row .gallery-col .inquiry-form-container form div.gform_footer {
  display: flex;
  justify-content: center;
}
.contact-content .main-row .gallery-col .inquiry-form-container .gform_confirmation_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 650px) {
  .contact-content .main-row .gallery-col .inquiry-form-container {
    max-width: 100%;
  }
  .contact-content .main-row .gallery-col .inquiry-form-container .inquiry-form .form-row {
    flex-direction: column;
    align-items: center;
  }
  .contact-content .main-row .gallery-col .inquiry-form-container .inquiry-form .form-row input[type=text] {
    width: 80%;
  }
}
.contact-content .map-row {
  position: relative;
}
.contact-content .map-row .gmap_canvas {
  position: relative;
  overflow: hidden;
  background: none !important;
  height: min(90vh, 500px);
  width: 100%;
}
.contact-content .map-row .gmap_canvas iframe {
  width: 100%;
  height: 100%;
}
.contact-content .map-row .gmap_canvas .gmap_overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: #011881;
  opacity: 0.6;
}
.contact-content .map-row .bottom-bound {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
}
.contact-content .map-row .top-bound {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
}

.newsroom-content {
  max-width: 1280px;
  margin: 0 auto 0 auto;
  padding: 24px 24px;
}
.newsroom-content .topRow {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.newsroom-content > div {
  flex-basis: 0;
}
.newsroom-content .leftCol {
  flex-grow: 1;
  min-width: min(100%, 250px);
}
.newsroom-content .leftCol h4 {
  text-transform: uppercase;
  margin-top: 0;
}
.newsroom-content .leftCol ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.newsroom-content .leftCol ul li button {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
}
.newsroom-content .leftCol ul li button.active {
  color: #e86e1c;
}
.newsroom-content .leftCol .mediaContBox .mcName {
  color: #011881;
  margin-bottom: 0;
}
.newsroom-content .leftCol .mediaContBox .mcTitle {
  margin-top: 0;
  margin-bottom: 6px;
}
.newsroom-content .leftCol .media_contact_link {
  text-decoration: none;
}
.newsroom-content .rightCol {
  flex-grow: 3;
  min-width: min(400px, 100%);
  max-width: 900px;
}
.newsroom-content .rightCol .active {
  display: grid !important;
}
.newsroom-content .rightCol .nr-gallery {
  display: none;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  column-gap: 20px;
  row-gap: 20px;
}
.newsroom-content .rightCol .pagintion-div {
  text-align: center;
  margin: 2rem;
}
.newsroom-content .rightCol .pagintion-div .prev {
  margin-right: 1rem;
}
.newsroom-content .rightCol .pagintion-div .hide-btn {
  display: none;
}

.card-news-item-div {
  margin-top: 25px;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: auto 4fr 1fr;
  grid-template-rows: auto 1fr auto;
  border-bottom: 0.1em solid black;
  border-color: rgba(205, 205, 205, 0.95);
  max-width: 460px;
}
.card-news-item-div .item-type {
  background-color: #011881;
  color: white;
  padding: 5px 15px 5px 15px;
  width: auto;
  grid-column: 1;
  grid-row: 1;
  align-self: center;
}
.card-news-item-div .item-name {
  grid-column: 1/3;
  grid-row: 2;
}
.card-news-item-div .item-image {
  height: 160px;
}
.card-news-item-div .item-image img {
  max-height: 160px;
  width: 100%;
  object-fit: cover;
}
.card-news-item-div .date {
  grid-column: 2/span 2;
  grid-row: 1;
  align-self: center;
}
.card-news-item-div .profesional-div {
  grid-column: 1/3;
  grid-row: 3;
  display: flex;
}
.card-news-item-div .prof-link {
  text-decoration: none;
}
.card-news-item-div .prof-img-div {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: 4px 0.5em;
  overflow: hidden;
  border-radius: 50%;
}
.card-news-item-div .article-url {
  grid-column: 3;
  grid-row: 2;
  margin-top: 0.5rem;
  margin-block-end: 1em;
  align-self: end;
}
.card-news-item-div .prof-name {
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.card-news-item-div .prof-title {
  margin-top: 0;
}

.practices-and-industries-hero {
  padding: 0 20px;
}
.practices-and-industries-hero .practices-and-industries-hero-title {
  text-align: center;
}
.practices-and-industries-hero .practices-and-industries-hero-body {
  padding: 16px 0;
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
}

.practices_and_industries {
  background-color: #eff2fb;
}
.practices_and_industries .container {
  max-width: 1280px;
  margin: 0 auto 0 auto;
  padding: 24px 24px;
}
.practices_and_industries .topRow {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.practices_and_industries > div {
  flex-basis: 0;
}
.practices_and_industries .leftCol {
  flex-grow: 1;
  min-width: min(100%, 250px);
}
.practices_and_industries .leftCol h4 {
  text-transform: uppercase;
  margin-top: 0;
}
.practices_and_industries .leftCol ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.practices_and_industries .leftCol ul li button {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
}
.practices_and_industries .leftCol ul li button.active {
  color: #e86e1c;
}
.practices_and_industries .leftCol ul li .tab-link-emphasis {
  color: #e86e1c;
}
.practices_and_industries .rightCol {
  flex-grow: 3;
  min-width: min(400px, 100%);
}
.practices_and_industries .rightCol .search-box {
  background-color: #FFFFFF;
  display: flex;
  padding: 12px 24px;
  align-items: center;
  margin-bottom: 16px;
}
.practices_and_industries .rightCol .search-box img {
  height: 24px;
  width: 24px;
}
.practices_and_industries .rightCol .search-box input[type=text] {
  flex-grow: 3;
  outline: none;
  border: none;
  padding: 0 12px;
}
.practices_and_industries .rightCol .search-box input[type=submit] {
  max-width: 160px;
  flex-grow: 1;
}
.practices_and_industries .rightCol .field-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 23.7%));
  column-gap: 16px;
  row-gap: 16px;
}

.pods-pagination-paginate {
  display: table;
  margin: 0 auto;
  margin-top: 1rem;
}
.pods-pagination-paginate .current {
  text-decoration: underline solid #e86e1c 2.5px;
}
.pods-pagination-paginate a {
  color: #130F3E;
  text-decoration: none;
}
.pods-pagination-paginate .page-numbers {
  margin: 0.5rem;
}

.vg-hero .vg-hero-title {
  text-align: center;
}
.vg-hero .vg-hero-body {
  padding: 16px 0 0;
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
}

.videoCard {
  outline: none;
  border: none;
  background: transparent;
  cursor: pointer;
}
.videoCard:hover {
  background-color: unset;
}

.vcInner {
  display: grid;
  grid-template-columns: minmax(100px, 300px);
  justify-content: center;
}
.vcInner img {
  grid-area: 1/1/2/2;
  justify-self: center;
}
.vcInner svg {
  grid-area: 1/1/2/2;
  align-self: start;
  justify-self: end;
  height: min(50px, 30%);
  width: min(50px, 30%);
  margin: 12px;
}
.vcInner svg circle {
  fill: #d5651a;
}
.vcInner svg path {
  fill: #FFFFFF;
}
.vcInner h6 {
  color: grey;
  margin: 16px 0 8px;
  text-align: left;
}
.vcInner h4 {
  margin: 0;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #130F3E;
  text-align: left;
}

body.vOverlayActive {
  overflow: hidden;
}
body.vOverlayActive #vOverlay {
  z-index: 100;
  opacity: 1;
}

#vOverlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
  transition: opacity 0.3s ease-in;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
}
#vOverlay div {
  position: relative;
  flex-grow: 1;
  max-width: 600px;
}
#vOverlay div img {
  opacity: 0;
  width: 100%;
}
#vOverlay div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vg-content {
  background-color: #eff2fb;
}
.vg-content .vgCol {
  max-width: 1280px;
  margin: 0 auto 0 auto;
  padding: 24px 24px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.vg-content .vgCol button.ldMoreBtn {
  align-self: center;
}
.vg-content .vgCol.fully-loaded button.ldMoreBtn {
  display: none;
}
.vg-content .testBox {
  max-width: 600px;
}
.vg-content .vgGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  column-gap: 20px;
  row-gap: 40px;
  align-items: start;
}

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

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

.fl-module-content {
  margin: 20px;
}

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

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

.entry-content .fl-row-content-wrap {
  margin-left: 0;
  padding-left: 0;
}

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

.entry-header {
  max-width: 1280px;
  margin: 0 auto;
}

.post-thumbnail {
  max-width: 1280px;
  margin: 0 auto;
}
.post-thumbnail img {
  text-align: center;
}

.byline {
  color: #4267B2;
}

/** For beaver builder rows **/
.fl-row-fixed-width {
  max-width: 1280px;
}

.sectBoundImg .fl-photo-img {
  height: min(80px, 20vh);
  width: 100%;
}

.blueRow .fl-row-content-wrap {
  background-color: #011881;
}
.blueRow .fl-row-content-wrap h1, .blueRow .fl-row-content-wrap h2, .blueRow .fl-row-content-wrap h3, .blueRow .fl-row-content-wrap h4, .blueRow .fl-row-content-wrap h5, .blueRow .fl-row-content-wrap h6, .blueRow .fl-row-content-wrap p, .blueRow .fl-row-content-wrap span, .blueRow .fl-row-content-wrap div {
  color: #FFFFFF;
}

.orangeRow .fl-row-content-wrap {
  background-color: #e86e1c;
}
.orangeRow .fl-row-content-wrap h1, .orangeRow .fl-row-content-wrap h2, .orangeRow .fl-row-content-wrap h3, .orangeRow .fl-row-content-wrap h4, .orangeRow .fl-row-content-wrap h5, .orangeRow .fl-row-content-wrap h6, .orangeRow .fl-row-content-wrap p, .orangeRow .fl-row-content-wrap span, .orangeRow .fl-row-content-wrap div {
  color: #FFFFFF;
}

.lighterBlueRow .fl-row-content-wrap {
  background-color: #eff2fb;
}

.rightAligned .fl-row-content .fl-row-content {
  margin-right: 0;
}

.fl-list-item-content .fl-list-item-content-icon .fl-list-item-icon.fas.fa-circle {
  color: #e86e1c;
  padding: 10px;
  font-size: 14px;
}
.fl-list-item-content .fl-list-item-content-text p {
  margin: 0;
}

.socialRow {
  display: flex;
  gap: max(8px, 0.5vw);
  justify-content: center;
  margin: 16px 0;
}
.socialRow img {
  height: max(4vw, 32px);
  width: max(4vw, 32px);
}

.fl-node-rb60zftsyau3 .fl-row-content {
  max-width: 1280px;
}

.fl-node-m3lvgiah24px.fl-row-fixed-width, .fl-node-m3lvgiah24px .fl-row-fixed-width {
  max-width: 1280px;
}

/* Professional Pages
--------------------------------------------- */
.professional-hero {
  padding: 0 20px 34px;
}
.professional-hero .professional-hero-name {
  text-align: center;
}

.professionals-hero {
  padding: 0 20px;
}
.professionals-hero .professionals-hero-title {
  text-align: center;
}
.professionals-hero .professionals-hero-body {
  padding: 16px 0 0;
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
}

.prof-content {
  display: flex;
  flex-wrap: wrap;
  gap: 6%;
}
.prof-content .profNews {
  display: flex;
  flex-wrap: wrap;
}
.prof-content .profNews > div {
  min-width: min(100%, 280px);
  flex-grow: 1;
  flex-basis: 0;
}

.prof-sect-hdr {
  color: #130F3E;
  font-weight: bolder;
  margin: 12px 0;
  font-size: 2rem;
}

.prof-article {
  max-width: 1280px;
  margin: 0 auto 0 auto;
  padding: 24px 24px;
}

.prof-left, .prof-right {
  flex-basis: 0;
}

.prof-left {
  min-width: min(100%, 300px);
  flex-grow: 2;
}

.img-div {
  text-align: center;
}
.img-div img {
  height: 400px;
  width: 400px;
}
@media screen and (max-width: 1200px) {
  .img-div img {
    height: 300px;
    width: 300px;
  }
}

.prof-right {
  min-width: min(100%, 300px);
  flex-grow: 3;
}

.prof-img {
  display: block;
  margin: 0 auto;
}

.prof-title {
  margin: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 12px;
  color: #747A94;
}

.prof-extra-detail-title {
  color: #011881;
  margin-bottom: 0.5rem;
}

.prof-extra-detail {
  margin-bottom: 0.5rem;
}

.practice-industries {
  margin: 0;
  margin-bottom: 0.5rem;
  font-weight: 400;
}

.prof-name-row {
  display: flex;
  align-items: end;
  color: #011881;
}
.prof-name-row h4 {
  min-width: 274px;
}
.prof-name-row h5 {
  align-self: center;
}
@media screen and (max-width: 1200px) {
  .prof-name-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.prof-num-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.prof-addr-row {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  padding-bottom: 2rem;
  border-bottom: #d3d3d3 solid 1px;
  margin-top: 1rem;
}
@media screen and (max-width: 1300px) {
  .prof-addr-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.prof-details {
  display: flex;
  margin-right: 12px;
  gap: 8px;
  align-items: center;
  text-decoration: none;
  color: #404040;
  flex-grow: 1;
}
.prof-details h5 {
  font-weight: 400;
  margin: 0.5rem;
}

.prof-details-address, .prof-details-phone-left {
  width: 260px;
}

.contact-icon {
  width: 25px;
}

.prof-location {
  color: #e86e1c;
  margin: 0;
  margin-top: 1.5rem;
  margin-right: 12px;
}

.prof-extra-details-div {
  margin-bottom: 2rem;
}

.prof-field {
  font-weight: 500;
  color: #130F3E;
  margin: 0;
  margin-right: 12px;
}

.prof-name {
  color: #011881;
  margin-right: 12px;
  margin: 0;
  margin-top: 1rem;
}

.download-btn {
  color: #011881;
  display: flex;
  gap: 8px;
  text-decoration: underline;
  margin-right: 12px;
  margin-bottom: 2px;
}
.download-btn h5 {
  margin: 0;
}

.rep-matters-title {
  font-weight: normal;
}

.search-form-page-lower {
  padding: 24px 0px;
  margin: auto;
  max-width: 1280px;
}

.search-form-page {
  max-width: 1280px;
  margin: 0 auto 0 auto;
  padding: 24px 24px;
}
.search-form-page .top-row {
  display: flex;
  gap: 40px;
  flex-wrap: wrap-reverse;
}
.search-form-page .top-row div {
  flex-basis: 0;
}
.search-form-page .top-row .rightCol {
  flex-grow: 2;
  min-width: min(400px, 100%);
}
.search-form-page .top-row .leftCol {
  flex-grow: 1;
  padding-top: 24px;
  min-width: min(100%, 250px);
}
.search-form-page .top-row .leftCol .prof-link {
  text-decoration: none;
}
.search-form-page .top-row .leftCol .mainTitle {
  text-transform: uppercase;
  text-align: center;
}
.search-form-page .top-row .leftCol .spotlight-badge {
  max-width: 240px;
  margin: 0 auto;
}
.search-form-page .top-row .leftCol .spotlight-badge .nameRect {
  padding: 0.5em 0 0;
  background-color: #e86e1c;
  color: #FFFFFF;
}
.search-form-page .top-row .leftCol .spotlight-badge .nameRect h4, .search-form-page .top-row .leftCol .spotlight-badge .nameRect h5 {
  text-align: center;
  margin: 0;
}
.search-form-page .top-row .leftCol .spotlight-badge svg polygon {
  fill: #e86e1c;
}
.search-form-page .top-row .leftCol .officeTitle {
  color: #e86e1c;
  text-align: center;
}
.search-form-page .top-row .leftCol .industries {
  color: #130F3E;
  text-align: center;
}
.search-form-page .prof-search .letterBox {
  text-align: center;
  padding: 0 24px 16px;
  grid-column-start: 1;
  grid-column-end: 4;
}
.search-form-page .prof-search a.letterSrch {
  color: #666;
  line-height: 2em;
  height: 2em;
  display: inline-block;
  width: 2em;
  text-align: center;
  text-decoration: none;
}
.search-form-page .prof-search a.letterSrch:hover {
  background-color: #e86e1c;
  color: #FFFFFF;
}
.search-form-page .prof-search .grid-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: 60px;
  column-gap: 20px;
  row-gap: 20px;
  margin-bottom: 20px;
}
.search-form-page .prof-search form input[type=submit] {
  justify-self: start;
}
.search-form-page .prof-search form input[type=text], .search-form-page .prof-search form select {
  border: none;
  background-color: #e2e8f6;
  padding: 3px 20px;
  border-radius: 0;
}
.search-form-page .prof-search form select {
  color: #666;
}

/* Industry Pages
--------------------------------------------- */
.field-hero {
  padding: 0 8px;
}
.field-hero .field-hero-title {
  text-align: center;
}
.field-hero .field-hero-body {
  padding: 16px 0 8px;
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
}

.field-article #overview {
  padding-top: 24px;
  padding-right: 24px;
}
.field-article .tab-content {
  padding-top: 24px;
  padding-right: 24px;
}
@media screen and (max-width: 800px) {
  .field-article .tab-content {
    padding-left: 24px;
  }
}

.field-explore {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-bottom: 75px;
}

.field-top-row {
  display: flex;
  max-width: 850px;
  column-gap: 75px;
  flex-wrap: wrap;
  justify-content: center;
}
.field-top-row a {
  text-decoration: none;
}

.field-main-grid {
  background-color: #eff2fb;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(200px, 384px) minmax(min(600px, 100%), 896px) minmax(0, 1fr);
}
@media screen and (max-width: 800px) {
  .field-main-grid {
    grid-template-columns: 100%;
  }
}

.top-area {
  grid-area: 1/1/2/5;
  background-color: #eff2fb;
  justify-self: stretch;
  align-self: stretch;
}
@media screen and (max-width: 800px) {
  .top-area {
    grid-area: 1/1/2/1;
  }
}

.left-area {
  padding-top: 48px;
  padding-bottom: 48px;
  grid-area: 1/2/3/3;
}
@media screen and (max-width: 800px) {
  .left-area {
    grid-area: 1/1/2/2;
  }
}
.left-area ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1199px) {
  .left-area {
    gap: 100px;
    text-align: center;
  }
}

.top-right-area {
  grid-area: 1/3/2/4;
}
@media screen and (max-width: 800px) {
  .top-right-area {
    grid-area: 2/1/3/2;
  }
}

.bottom-right-area {
  grid-area: 2/3/3/4;
}
@media screen and (max-width: 800px) {
  .bottom-right-area {
    grid-area: 3/1/4/2;
  }
}

.top-img-col {
  display: flex;
  gap: 16px;
}

.top-img-left {
  width: 40%;
  float: left;
}

.top-img-right {
  width: 60%;
}

.field-prof-img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  align-self: center;
}

.field-prof-name {
  color: #130F3E;
  margin-bottom: 0px;
}

.field-prof-title {
  margin-top: 0px;
}

.field-prof-title {
  margin-top: 0px;
}

.field-prof-email1 {
  margin-bottom: 0px;
}

.field-prof-email2 {
  margin-top: 0px;
  color: #e86e1c;
}

.field-prof-number1 {
  margin-bottom: 0px;
}

.field-prof-number2 {
  margin-top: 0px;
}

.field-img {
  max-width: 350px;
  margin-right: 25px;
  align-self: start;
}
@media screen and (max-width: 1199px) {
  .field-img {
    display: block;
    margin-bottom: 25px;
  }
}

.field-overview-text {
  flex-basis: 0;
  flex-grow: 1;
}

.overview-header {
  margin-top: 0px;
  color: #130F3E;
}

@media screen and (max-width: 650px) {
  .field-aoe {
    margin: 1.5rem;
  }
}

.aoe-header, .representative-header {
  display: flex;
  justify-content: space-between;
}
.aoe-header button, .representative-header button {
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.aoe-header h6, .representative-header h6 {
  color: #e86e1c;
}

.aoe-content {
  font-size: 1.3em;
}

.collapse-title-field {
  width: 100%;
  text-align: left;
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
}
.collapse-title-field:hover {
  background: unset;
}

.field-collapse-section {
  border-bottom: black solid 0px !important;
  background: #e2e8f6;
  margin-bottom: 0px;
}
.field-collapse-section .aoe-individual-col img.closed {
  display: block;
}
.field-collapse-section .aoe-individual-col img.open {
  display: none;
}

.field-collapse-section.active .aoe-individual-col img.closed {
  display: none;
}
.field-collapse-section.active .aoe-individual-col img.open {
  display: block;
}

.field-collapse-cont {
  /*max-height: 250px !important;*/
  margin: 0px 25px 15px 25px;
}

.icon-header-right {
  width: 50%;
  text-align: right;
  padding-top: 10px;
}

.aoe-individual-title {
  color: #130F3E;
}

.aoe-individual-col {
  display: flex;
  justify-content: space-between;
  margin: 15px 30px 15px 25px;
}
.aoe-individual-col img {
  align-self: center;
}

.representative-header {
  display: flex;
}
@media screen and (max-width: 1199px) {
  .representative-header {
    width: 100%;
    display: inline-block;
    margin-top: 0px;
  }
}

.representative-header-div {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

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

.bypostauthor {
  display: block;
}

/* Gravity Forms
--------------------------------------------- */
h2.widgettitle {
  display: none;
}

#gform_confirmation_message_2 {
  text-align: center;
}

body:not(.home) #gform_wrapper_2 .gform-body {
  background: white;
  padding: 1rem;
}
body:not(.home) #gform_wrapper_2 .gform_footer {
  visibility: hidden;
  padding: 0;
  height: 0;
}
body:not(.home) #gform_wrapper_2 .gform_fields {
  grid-template-columns: auto 2fr 1fr;
  gap: 15px;
  align-items: center;
}
body:not(.home) #gform_wrapper_2 #field_2_3 {
  align-self: center;
  grid-column: 1;
  grid-row: 1;
}
body:not(.home) #gform_wrapper_2 #field_2_3 img {
  padding-top: 25%;
}
body:not(.home) #gform_wrapper_2 #field_2_1 {
  grid-column: 2;
  grid-row: 1;
}
body:not(.home) #gform_wrapper_2 #field_2_2 {
  grid-column: 3;
  grid-row: 1;
  display: flex;
  justify-content: end;
}
#gform_wrapper_2 #field_2_2 button {
  background-color: #011881;
}
#gform_wrapper_2 #field_2_2 button:hover {
  background-color: #130F3E;
}
body:not(.home) #gform_wrapper_2 .ginput_container input {
  border: 0;
  outline: 0;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0;
}
.widget select {
  max-width: 100%;
}

.collapse-section .collapse-cont {
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.collapse-section:not(.active) .collapse-cont {
  max-height: 0;
}

.collapse-section {
  border-bottom: #d3d3d3 solid 1px;
}

.collapse-title {
  color: #011881;
  width: 100%;
  text-align: left;
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
}
.collapse-title:hover {
  background: unset;
}

/* Style the buttons that are used to open the tab content */
.tab-link {
  background-color: inherit;
  border: none;
  padding: 0;
  display: inline-block;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  color: #130F3E;
  text-align: center;
}
.tab-link:hover {
  color: #e86e1c;
  background: unset;
}
.tab-link h5 {
  margin: 16px 0;
}
.tab-link h5:hover {
  color: #e86e1c;
  background: unset;
}

li.active > .tab-link {
  color: #e86e1c;
}

.subLinkVctr {
  margin: 0 4px 0 6px;
  fill: #e86e1c;
  opacity: 0;
  transition: opacity 0.3s;
}

.tab-link.sub-link h5 {
  margin: 0.7em 0;
  display: inline-block;
}

li.active > .sub-link {
  color: #130F3E;
}
li.active > .sub-link > svg {
  opacity: 1;
}

li.subTabList.active > button h5 {
  margin-bottom: 0.7em;
}
li.subTabList:not(.active) > ul {
  max-height: 0;
  overflow: hidden;
}

/* Style the tab content */
.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.nr-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

/** Loading widget **/
.mnr-ldg-ripple {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.mnr-ldg-ripple div {
  position: absolute;
  border: 4px solid #130F3E;
  opacity: 1;
  border-radius: 50%;
  animation: mnr-ldg-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.mnr-ldg-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes mnr-ldg-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
.noResMsg {
  display: none;
}
.noResMsg p, .noResMsg h1, .noResMsg h2, .noResMsg h3 {
  text-align: center;
}

.loaded.no-results .noResMsg {
  display: block;
}
.loaded .mnr-ldg-ripple {
  display: none;
}

/* 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 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;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Custom BB Modules
--------------------------------------------- */
.mnr_c1 {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.mnr_c1 h1, .mnr_c1 h2, .mnr_c1 h3, .mnr_c1 h4, .mnr_c1 h5 {
  color: #130F3E;
}
.mnr_c1 > div {
  flex-grow: 1;
  flex-basis: 0;
  min-width: min(400px, 100%);
}
.mnr_c1 .row {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
.mnr_c1 .blurbCard {
  flex-basis: 0;
  flex-grow: 1;
}
.mnr_c1 .leftCol {
  margin-bottom: 48px;
}
.mnr_c1 .leftCol p {
  max-width: 480px;
}

.mnr-c3 {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  overflow: hidden;
  background-color: #011881;
}
.mnr-c3 p,
.mnr-c3 h1,
.mnr-c3 h2,
.mnr-c3 h3,
.mnr-c3 h4,
.mnr-c3 h5 {
  color: #f1f1f1;
}
.mnr-c3 > div {
  flex-grow: 1;
  flex-basis: 0;
  min-width: min(400px, 100%);
}
.mnr-c3 .left-col {
  padding: 2em;
}
.mnr-c3 .right-col {
  display: flex;
  align-items: center;
}
.mnr-c3 .right-col .background-image {
  object-fit: cover;
  overflow: hidden;
  width: 100%;
}

.mnr-c4 {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 2em;
}
.mnr-c4 .image-row {
  display: flex;
  gap: 5em;
  justify-content: center;
}
.mnr-c4 .image-row .card {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.mnr-c4 .image-row .card > img {
  object-fit: contain;
}

.office-grid {
  display: grid;
  grid-template-columns: 1fr;
  height: min(450px, 80vh);
  width: min(600px, 80%);
  flex-grow: 0;
  flex-shrink: 0;
}
.office-grid .main-img {
  grid-column: 1;
  grid-row: 1;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
  text-decoration: none;
}

.text-box-grid > div {
  margin-right: 4%;
  margin-top: 4%;
}

.text-box-grid {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.mnr-9-body-text {
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.mnr-9-featured-text-box {
  background-color: rgba(1, 24, 129, 0.8);
  width: min(350px, 100%);
  color: white;
  padding: 0px 25px 0px 20px;
}
.mnr-9-featured-text-box span {
  font-weight: bold;
}
.mnr-9-featured-text-box a {
  color: white;
  text-decoration: none;
  padding-left: 4px;
}

.mnr-9-title-sched-div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 5px;
  margin-bottom: 25px;
}
.mnr-9-title-sched-div p {
  font-size: 14px;
  color: white;
  padding: 0;
  margin: 0;
}
.mnr-9-title-sched-div .office-info p:nth-of-type(2) {
  font-size: 12px;
}
@media screen and (max-width: 800px) {
  .mnr-9-title-sched-div .office-info p:nth-of-type(2) {
    font-size: 9px;
  }
}

.row-col-1 {
  color: #e86e1c !important;
  padding: 0 !important;
  margin: 0 !important;
  padding-bottom: 0.5rem !important;
}

.mnr-9-schedule {
  display: flex;
  padding: 0;
  justify-content: flex-end;
  align-items: flex-end;
  column-gap: 10px;
}
.mnr-9-schedule p {
  font-size: 12px;
  color: white;
  padding: 0;
  margin: 0;
  padding-bottom: 5px;
}
@media screen and (max-width: 800px) {
  .mnr-9-schedule p {
    font-size: 9px;
  }
}

.mnr-c9 h1, .mnr-c9 h2, .mnr-c9 h3, .mnr-c9 h4, .mnr-c9 h5 {
  color: #130F3E;
}

.scroll-div {
  display: flex;
  width: 100%;
  overflow-x: auto;
  gap: 35px;
  align-items: start;
  height: 475px;
}
.arrow-div {
  text-align: center;
  padding: 1rem;
}
.arrow-div .left-arrow {
  padding-right: 3rem;
}
.arrow-div .right-arrow {
  padding-left: 3rem;
}

.prof_search_module .search-box {
  background-color: #FFFFFF;
  display: flex;
  padding: 16px 24px;
  align-items: center;
  column-gap: 40px;
  row-gap: 20px;
  flex-wrap: wrap;
  justify-content: space-around;
}
.prof_search_module .search-box img {
  height: 24px;
  width: 24px;
}
.prof_search_module .search-box input[type=text] {
  flex-grow: 3;
  outline: none;
  border: none;
}
.prof_search_module .search-box select {
  border: none;
  outline: none;
  background: transparent;
  padding-left: 20px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  flex-grow: 1;
}

.snr_module .scrollRow {
  gap: 20px;
  display: flex;
  width: 100%;
  overflow-x: scroll;
  align-items: start;
}
.snr_module .scrollRow .box {
  width: min(300px, 90%);
  flex-grow: 0;
  flex-shrink: 0;
  text-decoration: none;
}
.snr_module .scrollRow .box img {
  height: 200px;
  width: 300px;
  object-fit: cover;
}
.snr_module .scrollRow .box:nth-child(even) {
  margin-top: 0px;
}
.snr_module .scrollRow .box:nth-child(odd) {
  margin-top: 0;
}
.snr_module .scrollRow .box h4 {
  margin: 0;
}
@media (min-width: 2000px) {
  .snr_module .scrollRow {
    justify-content: center;
  }
}

.awardRow, .awardTitleRow {
  display: flex;
  flex-direction: row;
  padding: 16px 16px;
  border-bottom: solid 1px #00000012;
  align-items: center;
}
.awardRow p, .awardRow a, .awardRow div, .awardRow h4, .awardTitleRow p, .awardTitleRow a, .awardTitleRow div, .awardTitleRow h4 {
  margin: 0;
  flex-grow: 3;
  flex-basis: 0;
  text-align: center;
}
.awardRow p:first-child, .awardRow a:first-child, .awardRow div:first-child, .awardRow h4:first-child, .awardTitleRow p:first-child, .awardTitleRow a:first-child, .awardTitleRow div:first-child, .awardTitleRow h4:first-child {
  text-align: left;
  flex-grow: 1;
}
.awardRow p:last-child, .awardRow a:last-child, .awardRow div:last-child, .awardRow h4:last-child, .awardTitleRow p:last-child, .awardTitleRow a:last-child, .awardTitleRow div:last-child, .awardTitleRow h4:last-child {
  text-align: right;
  flex-grow: 1;
}
.awardRow h4, .awardTitleRow h4 {
  color: #0000007D;
  text-transform: uppercase;
}
.awardRow a, .awardTitleRow a {
  display: none;
  height: 42px;
  outline: none;
}
.awardRow a img, .awardTitleRow a img {
  height: 100%;
}

/* Cards
--------------------------------------------- */
.blurbCard {
  margin-bottom: 48px;
  min-width: min(184px, 100%);
}
.blurbCard p {
  max-width: 480px;
}
.blurbCard a {
  text-decoration: none;
  border-bottom: 2px solid #e86e1c;
  padding-bottom: 4px;
}
.blurbCard img {
  max-width: 100%;
  height: 80px;
}

.profCard {
  display: block;
  text-decoration: none;
  max-width: 250px;
  margin: 0 auto;
}
.profCard img {
  margin-top: 8px;
  border-radius: 50%;
  object-fit: none;
  height: 250px;
  width: 250px;
}
.profCard h4 {
  margin-bottom: 4px;
  font-size: 1.4em;
}
.profCard .profTitle {
  color: #404040;
  margin-top: 8px;
  margin-bottom: 4px;
}
.profCard .profOffice {
  color: #e86e1c;
  margin-top: 4px;
}

.field-card {
  background-color: white;
  padding: 16px;
  height: fit-content;
  max-width: 462px;
  height: 210px;
}
.field-card .field-card-grid {
  display: grid;
  grid-template-columns: 5fr 1fr;
  column-gap: 2px;
}
.field-card .grid-1 {
  grid-column: 1;
}
.field-card .grid-2 {
  grid-column: 2;
  align-self: center;
}
.field-card h4 {
  font-size: 0.9rem;
  margin-top: 0rem;
  height: 64px;
  margin-bottom: 0px;
}
.field-card .button-link-to {
  width: 50px;
  height: 30px;
  background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC8AAAAbCAIAAABjrkFAAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkQwQkMxRUVDMzc3NDExRURCMzQ2ODQ3M0MyMzkyQThCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkQwQkMxRUVEMzc3NDExRURCMzQ2ODQ3M0MyMzkyQThCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RDBCQzFFRUEzNzc0MTFFREIzNDY4NDczQzIzOTJBOEIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RDBCQzFFRUIzNzc0MTFFREIzNDY4NDczQzIzOTJBOEIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4zlycWAAAAv0lEQVR42mL8vH3q5+3TGAYBYFMxZWIYTGDUNaOuGXUNLsAqrcEXVD5YXPP33VNg+SEQ3TooXPPv++d3kxNZpNVJchAN0w0ZDqJtKibVQSwEHMvJy+0QS6Gbft05zW0PMuTD0urBksOBIURp2ACDmsIaHhi6Qrnzfz+9AYyyAU43EKcAGUCnAD02kK4h1Sk0dA0ZTqGhayA5kSSnEE7FZANg2icj+Y+2KEZdM+oa6gLGP2+fAttpg8IpnLwAAQYAZiNPVD8FqdsAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
}

a.field-card-a {
  text-decoration: none;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/* Beaverbuilder carousel
--------------------------------------------- */
.fl-module-post-carousel .bx-viewport {
  height: 130px !important;
}

.fl-post-carousel-navigation .carousel-prev, .fl-post-carousel-navigation .carousel-next {
  width: 100px;
  height: 40px;
  background-repeat: no-repeat;
}

.fl-post-carousel-post {
  background-color: #d9dcfa;
  border: none;
}

.fl-post-carousel-navigation .carousel-prev {
  left: -100px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEEAAAAICAYAAACmoJLhAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowODM1Q0JDOThCMzNFRDExODQyMUE1RUEyRUM3NDMyMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5NkU1NUQ3RjM0MkYxMUVEOTU5N0MzREM5NkI2RkUwRCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5NkU1NUQ3RTM0MkYxMUVEOTU5N0MzREM5NkI2RkUwRCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowOTM1Q0JDOThCMzNFRDExODQyMUE1RUEyRUM3NDMyMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowODM1Q0JDOThCMzNFRDExODQyMUE1RUEyRUM3NDMyMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtzyrOEAAABxSURBVHjaYvz//z8DDBw8/uj/9v23GDqqXBgZRhBgQg6AhIK1DJ6OagwjDoBSwoFjD/8rmPX9B9Eg/kjDjCCPByUvY7A0kWPQ0RAbUQkAlu2ZGEbBaHYAVwwwxkgOCHh2sLeUY1wwIZgBVEWONAAQYADxV2EAC80LSgAAAABJRU5ErkJggg==");
}

.fl-post-carousel-navigation .carousel-next {
  right: -100px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEEAAAAICAYAAACmoJLhAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowODM1Q0JDOThCMzNFRDExODQyMUE1RUEyRUM3NDMyMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5QzczNkE0MTM0MkYxMUVEQUQxM0YzMUI4MTI0RUVGQiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5QzczNkE0MDM0MkYxMUVEQUQxM0YzMUI4MTI0RUVGQiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowOTM1Q0JDOThCMzNFRDExODQyMUE1RUEyRUM3NDMyMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowODM1Q0JDOThCMzNFRDExODQyMUE1RUEyRUM3NDMyMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PiH5/QQAAABySURBVHjaYvz//z/DSAIVbXv+ezqqMdhbyjHCxJgYRhgABUBCwVqGg8cfIWIflBJGGj5w7OF/BbO+/yAaxGeEZQdQMhlJKeLKjVcMx888Ylg3N2rkZQesYDQ7/GcY8QEAwiMuO2zff4thwYRglCoSIMAAAYBjaSi32wAAAAAASUVORK5CYII=");
  background-position-x: 100%;
}

.fl-post-carousel-navigation .fl-post-carousel-svg-container {
  position: relative;
  width: 32px;
  height: 32px;
  display: none;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

/* General Stuff
--------------------------------------------- */
.max550 {
  max-width: 550px;
}


