@charset "UTF-8";
/* @file
 * This file is a custom file that loads all files. Each non-base layer
 * can be disabled.
 *
 * This application file (ntest.scss) is where all the partials are
 * imported.
 */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,700&display=swap");
@font-face {
  font-family: 'Gill Sans';
  src: url("../library/fonts/GillSansStd-Light.otf") format("opentype");
  font-weight: 200;
}

@font-face {
  font-family: 'Gill Sans';
  src: url("../library/fonts/GillSansMTPro-Book.otf") format("opentype");
  font-weight: normal;
}

@font-face {
  font-family: 'Gill Sans';
  src: url("../library/fonts/GillSansMTPro-Bold.otf") format("opentype");
  font-weight: bold;
}

/* OG Brand guide provided to Mara:
	Original Burgundy: #a30046
	Accent Burgundy: #780032			
	Dark Burgundy: #5d0024				
	Brand Green: #54b948				
	Light Grey: #f2f2f2 				✓
*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Gill Sans", "Open Sans", "Roboto", "Arial", sans-serif;
  -ms-word-wrap: break-word;
  word-break: keep-all;
  word-wrap: normal;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}

h1, .h1 {
  font-size: 2.2em;
}

h1 em, .h1 em {
  display: block;
  font-style: normal;
  font-size: 1.8em;
  font-weight: 200;
}

h2 em, .h2 em {
  display: block;
  font-style: normal;
  font-size: 2em;
  margin: .2em 0;
  line-height: 1;
  color: #5d0024;
}

h2 + h4, h2 + .h4, .h2 + h4, .h2 + .h4 {
  margin-top: 0;
}

h3, .h3 {
  font-size: 1.3em;
  text-transform: uppercase;
  font-weight: 200;
  color: #6A7590;
}

h3 em, .h3 em {
  color: #5d0024;
  font-weight: 700;
  font-size: 1.3em;
  font-style: normal;
}

h4, .h4 {
  font-size: 1.2em;
  font-weight: 300;
}

h4 em, .h4 em {
  display: block;
  font-style: normal;
  font-size: 1.4em;
  color: #5d0024;
}

p.statistic {
  font-size: 3em;
  font-family: "Open Sans", "Roboto", "Arial", sans-serif;
  color: #5d0024;
  font-weight: 700;
  margin: 0 auto;
  line-height: 1;
}

p.statistic em {
  display: block;
  font-size: .5em;
  font-weight: 200;
  color: #5d0024;
  font-style: normal;
}

img {
  max-width: 100%;
}

blockquote, .disclaimer {
  margin: 0;
  font-size: .9em;
  font-style: italic;
}

hr {
  clear: both;
}

.text, p {
  -ms-word-wrap: break-word;
  word-break: keep-all;
  word-wrap: normal;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}

.text a, p a {
  text-decoration: underline;
}

.single .entry-content ul li a:not(.blue-btn):not(.comment-reply-link):not(#submit):not(.button) {
  text-decoration: underline;
}

a.blue-btn, a.btn, p.blue-btn, p.btn {
  display: inline-block;
  padding: .8em 1.5em;
  color: #0A0203;
  font-weight: 700;
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.34);
  box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.34);
  text-decoration: none !important;
}

a.blue-btn:focus, a.blue-btn:hover, a.btn:focus, a.btn:hover, p.blue-btn:focus, p.blue-btn:hover, p.btn:focus, p.btn:hover {
  background-color: #5d0024;
  color: #fff !important;
}

.error404 main .list-item {
  text-align: center;
}

a.backToTop {
  float: right;
}

table {
  overflow: scroll;
  border: 1px solid #6A7590;
  margin-bottom: 1.5em;
  min-width: 100%;
}

table caption {
  margin: 0 0 7px;
  font-size: 0.75em;
  color: #F2F2F2;
  text-transform: uppercase;
  letter-spacing: 1px;
}

tr {
  border-bottom: 1px solid #6A7590;
}

tr:nth-child(even) {
  background-color: #F2F2F2;
}

td {
  padding: 7px;
  border-right: 1px solid #6A7590;
}

td:last-child {
  border-right: 0;
}

th {
  background-color: #F2F2F2;
  border-bottom: 1px solid #6A7590;
  border-right: 1px solid #6A7590;
}

th:last-child {
  border-right: 0;
}

@media (max-width: 767px) {
  .m-all {
    float: none;
  }
}

@media (min-width: 768px) and (max-width: 1029px) {
  .t-all {
    float: none;
  }
}

@media (min-width: 1030px) {
  .d-all {
    float: none;
  }
}

.hbspt-form input[type="text"], .hbspt-form input[type="password"], .hbspt-form input[type="datetime"], .hbspt-form input[type="datetime-local"],
.hbspt-form input[type="date"], .hbspt-form input[type="month"], .hbspt-form input[type="time"], .hbspt-form input[type="week"], .hbspt-form input[type="number"],
.hbspt-form input[type="email"], .hbspt-form input[type="url"], .hbspt-form input[type="search"], .hbspt-form input[type="tel"], .hbspt-form input[type="color"],
.hbspt-form select, .hbspt-form textarea, .hbspt-form .field {
  height: auto;
}

.hbspt-form ul > li {
  list-style: none;
  padding-left: 0;
}

.hbspt-form ul > li:before {
  display: none;
}

.hbspt-form input[type="checkbox"], .hbspt-form input[type="radio"] {
  float: none;
  display: inline-block;
}

input[type="checkbox"], input[type="radio"] {
  float: none;
  display: inline-block;
}

#hubspotEmbededForm {
  max-width: 600px;
}

.gform_wrapper input[type="text"], .gform_wrapper input[type="password"], .gform_wrapper input[type="datetime"], .gform_wrapper input[type="datetime-local"],
.gform_wrapper input[type="date"], .gform_wrapper input[type="month"], .gform_wrapper input[type="time"], .gform_wrapper input[type="week"], .gform_wrapper input[type="number"],
.gform_wrapper input[type="email"], .gform_wrapper input[type="url"], .gform_wrapper input[type="search"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="color"],
.gform_wrapper select, .gform_wrapper textarea, .gform_wrapper .field {
  border: 1px solid;
}

.gform_wrapper .form_saved_message {
  line-height: 3;
}

.gform_wrapper ul.gform_fields li.gfield:before {
  content: none !important;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 32px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 32px;
  height: 4px;
  background-color: #4d4d4d;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -8px;
}

.hamburger-inner::after {
  bottom: -8px;
}

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  -webkit-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 8px;
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 16px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
          transform: translate3d(0, 8px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 8px, 0) rotate(-45deg);
          transform: translate3d(0, 8px, 0) rotate(-45deg);
}

section.cta .container {
  display: block;
}

section.cta .container .text h2, section.cta .container .text p {
  font-weight: 700;
}

section.cta .container .text p.h3 {
  font-weight: 200;
}

section.cta .container .text p em {
  color: #54b948;
  font-style: normal;
}

section.cta .container .text + p {
  margin-top: 3em;
}

section.cta .black {
  background: rgba(255, 255, 255, 0.7);
}

@media (min-width: 1200px) {
  section.cta.img-bkg .wrap {
    min-height: 300px;
    padding: 10em 0 0;
  }
}

section.hubspotCTA {
  text-align: center;
}

section.hubspotCTA .wrap {
  padding-bottom: 1em;
}

section.hubspotCTA .wrap .ctaText {
  margin: 1em 0 1.5em;
  font-weight: 600;
}

section.hubspotCTA .wrap .ctaText a {
  color: #5d0024;
}

section.hubspotCTA .wrap .ctaText a:hover {
  color: #54b948;
}

.error404 .container .list-item {
  text-align: center;
}

.alerts-container {
  background-color: #FAA41A;
  color: #252525;
  width: 100%;
  z-index: 100;
}

.alerts-container .wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.alerts-container .wrap .alert-container {
  margin: 1% 3%;
  position: relative;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}

.alerts-container .wrap .alert-container .alert-title {
  background: none;
  color: #000;
  float: none;
  font-family: 'Helvetica Neue',sans-serif;
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  padding: 5px 0 5px;
  position: relative;
  text-transform: uppercase;
}

.alerts-container .wrap .alert-container p {
  background: none;
  color: inherit;
  float: none;
  font-size: 14px;
  margin: 0;
  padding: 0;
  position: relative;
}

.alerts-container .dismiss-btn {
  padding: 5px;
}

.alerts-container .dismiss-btn img {
  background-color: black;
  padding: 2px;
}

.alerts-container .dismiss-btn:focus {
  outline: none;
}

.alerts-container .dismiss-btn:focus img {
  outline: medium dotted #511025;
}

header.header {
  background: transparent;
  background-color: transparent;
}

header.header #logo {
  margin-top: 1em !important;
  text-align: left;
}

header.header #logo img {
  max-width: 230px;
}

header.header #logo a {
  display: inline;
}

@media (min-width: 768px) {
  header.header #logo a {
    display: block;
  }
}

header.header #logo a:focus {
  outline: thin dotted #511025;
}

@media only screen and (min-width: 768px) {
  header #inner-header {
    position: relative;
    background-color: transparent;
  }
  header #inner-header:before {
    background-image: url("../library/images/header-background.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    content: "";
    position: absolute;
    top: 0;
    height: 75px;
    width: 100%;
    z-index: -1;
  }
}

@media only screen and (min-width: 768px) {
  header #inner-header .wrap {
    display: -ms-grid;
    -ms-grid-columns: 30% 70%;
    grid-template-columns: 30% 70%;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    -ms-grid-columns: 30% 70%;
    -ms-grid-rows: auto auto auto;
    margin-bottom: 1.5em;
  }
  header #inner-header .wrap #logo {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    margin-top: 0 !important;
  }
  header #inner-header .wrap .nextwidget {
    grid-column: 2 /3;
    -ms-grid-row-span: 1;
    grid-row: 1 /2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    -ms-grid-row: 1;
  }
  header #inner-header .wrap .next {
    grid-column: 2 /3;
    grid-row: 2 /3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
  }
}

header #inner-header .wrap .nextwidget {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 481px) {
  header #inner-header .wrap .nextwidget section.widget {
    -ms-flex: 0.25 1 25%;
    -webkit-box-flex: 0.25;
            flex: 0.25 1 25%;
  }
}

@media only screen and (min-width: 768px) {
  header #inner-header .wrap .nextwidget {
    margin-top: 1em;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: end;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
            justify-content: flex-end;
    margin-bottom: 2em;
  }
}

header #inner-header .wrap .nextwidget .textwidget ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

header #inner-header .wrap .nextwidget .textwidget a.blue-btn {
  color: #fff !important;
  border-radius: 4px;
  padding: .5em 1.2em;
}

header #inner-header .wrap .nextwidget .textwidget a.blue-btn:focus {
  outline: medium dotted #511025;
}

@media (min-width: 480px) {
  header #inner-header .wrap .nextwidget .textwidget {
    margin-right: 6em;
  }
}

@media (min-width: 768px) {
  header #inner-header .wrap .nextwidget .textwidget {
    margin-right: 1em;
  }
}

#container {
  overflow: hidden;
}

.footer {
  padding-top: 0;
}

.footer .addthis_tool {
  display: none !important;
}

.footer #inner-footer {
  padding-top: 1em;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
}

@media only screen and (min-width: 640px) {
  .footer #inner-footer {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}

.footer #inner-footer section.footer-last {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  margin-bottom: 0;
}

.footer .connect-icons {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.footer a {
  text-decoration: underline;
}

.footer a:hover, .footer a:focus {
  color: #e62663 !important;
}

header #inner-header button.hamburger {
  background: transparent;
  color: #4d4d4d;
  position: absolute;
  top: 2.5em;
  right: 1em;
  z-index: 99;
}

header #inner-header button.hamburger .hamburger-box {
  vertical-align: text-bottom;
}

header #inner-header button.hamburger:focus {
  outline: medium dotted #511025;
}

@media (min-width: 480px) {
  header #inner-header button.hamburger {
    top: 2em;
  }
}

@media (min-width: 768px) {
  header #inner-header button.hamburger {
    display: none;
  }
}

header #inner-header nav {
  background: #4d4d4d;
  padding: 5em 1em 1em;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 115vw;
  -webkit-transition: left 400ms ease;
  transition: left 400ms ease;
  top: 0;
  z-index: 10;
  overflow: scroll;
}

header #inner-header nav ul#menu-main-nav > li {
  background: transparent;
  font-size: 1.2em;
}

header #inner-header nav ul#menu-main-nav > li a {
  color: #fff;
  background: transparent;
}

header #inner-header nav ul#menu-main-nav > li.current-menu-ancestor > a, header #inner-header nav ul#menu-main-nav > li.current-menu-item > a, header #inner-header nav ul#menu-main-nav > li ul.sub-menu > li.current-menu-ancestor > a {
  font-weight: bold;
}

header #inner-header nav ul#menu-main-nav > li ul.sub-menu {
  background-color: transparent;
  border: none;
}

header #inner-header nav ul#menu-main-nav > li ul.sub-menu li {
  background-color: #4d4d4d;
  -webkit-box-shadow: 0px 7px 4px rgba(0, 0, 0, 0.02);
          box-shadow: 0px 7px 4px rgba(0, 0, 0, 0.02);
}

header #inner-header nav ul#menu-main-nav > li ul.sub-menu li a {
  color: white;
  font-size: 14px;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin: .4em auto .4em 0;
  display: inline-block;
  padding-bottom: 4px;
  background-color: #4d4d4d;
  border-bottom: transparent 1px solid;
  -webkit-transition: none;
  transition: none;
  padding-left: 7px;
}

header #inner-header nav ul#menu-main-nav > li ul.sub-menu li a:hover, header #inner-header nav ul#menu-main-nav > li ul.sub-menu li a:focus {
  color: #54b948;
  border-bottom: #54b948 1px solid;
}

header #inner-header nav ul#menu-main-nav > li > ul.sub-menu {
  padding-left: 2em;
  text-align: left;
}

header #inner-header nav ul#menu-main-nav > li > ul.sub-menu > li:first-child {
  border: none;
}

header #inner-header nav ul#menu-main-nav > li > ul.sub-menu > li > ul.sub-menu {
  padding-left: 2em;
}

header #inner-header nav ul#menu-main-nav > li > ul.sub-menu > li > ul.sub-menu > li:first-child {
  border: none;
}

header #inner-header nav.open {
  left: 0;
}

@media (min-width: 768px) {
  header #inner-header nav {
    position: relative;
    left: auto !important;
    width: auto;
    height: auto;
    overflow: visible;
    background: transparent;
    padding: 0;
  }
  header #inner-header nav button {
    display: none;
  }
  header #inner-header nav ul#menu-main-nav > li > a {
    color: #4d4d4d;
    background: transparent;
    border-bottom: 1px solid white;
  }
  header #inner-header nav ul#menu-main-nav > li:last-child {
    margin-right: 0;
  }
  header #inner-header nav ul#menu-main-nav > li:hover > ul.sub-menu {
    top: 1.68em;
    left: -3.5em;
  }
  header #inner-header nav ul#menu-main-nav > li:hover > ul.sub-menu li {
    border: none;
  }
  header #inner-header nav ul#menu-main-nav > li:hover > ul.sub-menu li:hover > ul.sub-menu {
    top: 0;
    left: 100%;
  }
  header #inner-header nav ul#menu-main-nav > li:hover > ul.sub-menu li:focus-within > ul.sub-menu {
    top: 0;
    left: 100%;
  }
  header #inner-header nav ul#menu-main-nav > li:hover > a {
    border-bottom: #54b948 1px solid;
    padding-bottom: 4px;
  }
  header #inner-header nav ul#menu-main-nav > li:focus-within > ul.sub-menu {
    top: 1.68em;
    left: -3.5em;
  }
  header #inner-header nav ul#menu-main-nav > li:focus-within > ul.sub-menu li {
    border: none;
  }
  header #inner-header nav ul#menu-main-nav > li:focus-within > ul.sub-menu li:hover > ul.sub-menu {
    top: 0;
    left: 100%;
  }
  header #inner-header nav ul#menu-main-nav > li:focus-within > ul.sub-menu li:focus-within > ul.sub-menu {
    top: 0;
    left: 100%;
  }
  header #inner-header nav ul#menu-main-nav > li:focus-within > a {
    border-bottom: #54b948 1px solid;
    padding-bottom: 4px;
  }
  header #inner-header nav ul#menu-main-nav > li ul.sub-menu {
    padding-left: 0 !important;
    top: -9999px;
    left: -9999px;
  }
  header #inner-header nav ul#menu-main-nav > li ul.sub-menu li {
    text-align: center;
  }
  header #inner-header nav ul#menu-main-nav > li ul.sub-menu li a {
    margin: .4em auto !important;
  }
  header #inner-header nav ul#menu-main-nav > li > ul.sub-menu {
    padding-top: 29px;
  }
}

#menu-login-dropdown {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

#menu-login-dropdown li {
  margin: 0 1em;
}

#menu-login-dropdown > li:first-child {
  margin: 0;
  min-width: 98.82px !important;
  border-radius: 4px;
  -webkit-box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.34);
  box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.34);
}

#menu-login-dropdown > li:first-child > button {
  display: inline-block;
  border-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 0 .8em 0 0;
  line-height: 1;
  height: 44px;
  vertical-align: middle;
}

#menu-login-dropdown > li:first-child > button svg {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

#menu-login-dropdown > li:first-child > a {
  display: inline-block;
  vertical-align: middle;
  color: #fff !important;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: .5em .6em .5em 1.2em;
  line-height: 28px;
  background: #0A0203;
  font-weight: 700;
  text-decoration: none !important;
}

#menu-login-dropdown > li:first-child:hover > a, #menu-login-dropdown > li:first-child:hover > button {
  background: #5d0024;
}

#menu-login-dropdown > li:first-child > .sub-menu {
  width: 284px;
  position: absolute;
  z-index: 100;
  background: #F2F2F2;
  text-align: left;
  padding: 0;
  margin: 0;
  overflow: hidden;
  top: -1em;
  left: 3em;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.34);
  box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.34);
}

#menu-login-dropdown > li:first-child > .sub-menu li {
  padding: .5em 0;
  margin: 0 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#menu-login-dropdown > li:first-child > .sub-menu li:first-child {
  margin-top: .75em;
}

#menu-login-dropdown > li:first-child > .sub-menu li:last-child {
  margin-bottom: .75em;
  border-bottom: 0;
}

#menu-login-dropdown > li:first-child > .sub-menu li a {
  color: #0A0203;
  border-bottom: 1px solid transparent;
}

#menu-login-dropdown > li:first-child > .sub-menu li:hover a, #menu-login-dropdown > li:first-child > .sub-menu li:focus-within a {
  color: #54b948;
  border-bottom: 1px solid #54b948;
}

#menu-login-dropdown > li:first-child:focus-within {
  outline: medium dotted #511025;
}

#menu-login-dropdown > li:first-child:focus-within > button {
  background: #F2F2F2;
}

#menu-login-dropdown > li:first-child:focus-within > button > svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #5d0024;
}

#menu-login-dropdown > li:first-child:focus-within > a {
  background: #F2F2F2;
  color: #5d0024 !important;
}

#menu-login-dropdown > li:first-child:focus-within .sub-menu {
  visibility: visible;
  opacity: 1;
  top: 44px;
  left: 0;
}

#menu-login-dropdown > li:first-child.active {
  outline: medium dotted #511025;
}

#menu-login-dropdown > li:first-child.active > button {
  background: #F2F2F2;
}

#menu-login-dropdown > li:first-child.active > button > svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #5d0024;
}

#menu-login-dropdown > li:first-child.active > a {
  background: #F2F2F2;
  color: #5d0024 !important;
}

#menu-login-dropdown > li:first-child.active .sub-menu {
  visibility: visible;
  opacity: 1;
  top: 44px;
  left: 0;
}

#menu-login-dropdown.mobile-menu {
  position: absolute;
  z-index: 999;
  left: 1em;
  top: 1em;
}

#menu-login-dropdown.mobile-menu li:last-child a {
  color: #fff;
}

.sidebar .menu {
  margin-left: 0;
}

.sidebar .menu li a {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1.2px;
  color: #6A7590;
}

.sidebar .menu li.current-menu-item > a {
  color: #5d0024;
  text-decoration: underline;
}

.sidebar .menu > li:not(:last-child) {
  padding-bottom: .75em;
  border-bottom: 1px solid #F2F2F2;
  margin-bottom: .75em;
}

.blog-sidebar .gform_widget {
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  padding: 1em;
  overflow: hidden;
}

.blog-sidebar .gform_widget .h3 {
  color: #fff;
}

.blog-sidebar .gform_widget .gform_wrapper {
  margin-top: 0 !important;
}

.blog-sidebar .gform_widget .gform_body {
  float: left;
  width: auto !important;
  clear: none;
}

.blog-sidebar .gform_widget .gform_body label {
  color: #fff;
  font-weight: 400;
}

.blog-sidebar .gform_widget .gform_body ul li {
  padding: 0 !important;
}

.blog-sidebar .gform_widget .gform_footer {
  float: left;
  clear: none;
  width: auto;
  margin-top: 36px;
  padding-left: 1em !important;
}

.banner h1, .page-template-full-width .banner h1 {
  text-transform: none;
}

body:not(.home):not(.category) .banner .black, body:not(.home) .page-template-full-width .banner .black {
  background: transparent;
}

body:not(.home):not(.category) .banner .black h1.page-title, body:not(.home) .page-template-full-width .banner .black h1.page-title {
  height: 0;
  padding: 0;
  margin: 0;
  line-height: 0;
  font-size: 0px;
}

body:not(.home):not(.category) .banner .black p, body:not(.home):not(.category) .banner .black .wealthLogo, body:not(.home) .page-template-full-width .banner .black p, body:not(.home) .page-template-full-width .banner .black .wealthLogo {
  font-size: 2.2em;
  line-height: 1;
  margin: 0 1em 0 auto;
  text-align: left;
}

body:not(.home):not(.category) .banner .black p em, body:not(.home):not(.category) .banner .black .wealthLogo em, body:not(.home) .page-template-full-width .banner .black p em, body:not(.home) .page-template-full-width .banner .black .wealthLogo em {
  display: block;
  font-style: normal;
  font-size: 1.8em;
  font-weight: 200;
}

@media (min-width: 768px) {
  body:not(.home):not(.category) .banner .black p, body:not(.home):not(.category) .banner .black .wealthLogo, body:not(.home) .page-template-full-width .banner .black p, body:not(.home) .page-template-full-width .banner .black .wealthLogo {
    width: 40%;
  }
}

@media (min-width: 1367px) {
  body:not(.home):not(.category) .banner .black .wrap, body:not(.home) .page-template-full-width .banner .black .wrap {
    /*min-height: 491px;*/
    padding: 10em 0 0;
    max-height: 300px;
  }
  body:not(.home):not(.category) .banner .black .wrap .visual-title p, body:not(.home) .page-template-full-width .banner .black .wrap .visual-title p {
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 1030px) {
  .page-template-full-width .banner .wrap {
    padding-top: 10px;
  }
}

body.archive.category .black {
  background: transparent;
}

body.archive.category .black h1 {
  text-align: left;
}

.page-template-full-width.page-id-14684 .banner .wrap {
  min-height: 0 !important;
}

@media (min-width: 768px) {
  .page-template-full-width.page-id-14684 .banner .wrap {
    padding: 4em 0 !important;
  }
}

.home section {
  margin: 7em auto;
}

.home section.banner {
  margin-bottom: 1em;
}

.home section.icons {
  margin: 1em auto;
}

.home section.home-equity {
  margin-top: 1em;
}

.home section:first-of-type, .home section:last-of-type {
  margin-top: 0em;
}

@media only screen and (min-width: 1080px) {
  .home section .overlay-container {
    min-height: 525px;
  }
}

.home section.overlay-left-right .overlay-container {
  background: rgba(255, 255, 255, 0.611765);
}

@media only screen and (min-width: 768px) {
  .home section.overlay-left-right .overlay-container {
    background: linear-gradient(74deg, rgba(0, 0, 0, 0) 47%, rgba(255, 255, 255, 0.611765) 40%);
  }
}

@media only screen and (min-width: 768px) {
  .home section.overlay-left-right .wrap > div {
    width: 45%;
    text-align: right;
  }
}

.home section.overlay-left-right-forward .overlay-container {
  background: rgba(255, 255, 255, 0.611765);
}

@media only screen and (min-width: 768px) {
  .home section.overlay-left-right-forward .overlay-container {
    background: linear-gradient(74deg, rgba(255, 255, 255, 0.611765) 47%, rgba(0, 0, 0, 0) 40%);
  }
}

@media only screen and (min-width: 768px) {
  .home section.overlay-left-right-forward .wrap > div {
    width: 45%;
    text-align: left;
  }
}

.home section.overlay-right-left-back .overlay-container {
  background: rgba(255, 255, 255, 0.611765);
}

@media only screen and (min-width: 768px) {
  .home section.overlay-right-left-back .overlay-container {
    background: linear-gradient(108deg, rgba(255, 255, 255, 0.611765) 47%, rgba(0, 0, 0, 0) 40%);
  }
}

@media only screen and (min-width: 768px) {
  .home section.overlay-right-left-back .wrap > div {
    width: 45%;
    text-align: left;
  }
}

.home section.overlay-center-down .overlay-container {
  background: rgba(255, 255, 255, 0.611765);
}

@media only screen and (min-width: 768px) {
  .home section.overlay-center-down .overlay-container {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(18%, rgba(255, 255, 255, 0.611765)), color-stop(42%, rgba(0, 0, 0, 0)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.611765) 18%, rgba(0, 0, 0, 0) 42%);
  }
}

@media only screen and (min-width: 768px) {
  .home section.overlay-center-down .wrap > div {
    width: 45%;
    text-align: center;
  }
}

.home section h2 {
  color: #5d0024;
  font-weight: 700;
  font-size: 1.75em;
}

.home section p.sub-head {
  font-size: 2.25em;
}

.home .list h2 {
  text-align: center;
}

.home .list.about-us-list .container {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.home .list.about-us-list .container .list-item {
  -ms-flex: 0 1 31%;
  -webkit-box-flex: 0;
          flex: 0 1 31%;
}

.home .list.about-us-list .container .list-item::before {
  content: none;
}

.home .list.about-us-list .container .list-item .image img {
  width: 100%;
  max-width: 176px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.home .list.about-us-list .container .list-item p .list-title {
  font-size: 1em;
}

.home .list.news .wrap:before, .home .list.news .wrap:after {
  content: "";
  display: block;
  border: 2px solid #F2F2F2;
}

.home .list.news .wrap .container {
  margin-bottom: 50px;
}

.home .list.news .wrap .container .image {
  position: relative;
  height: 0;
  padding-bottom: 60%;
}

.home .list.news .wrap .container .image img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0;
}

.home .list.news h2 {
  margin: 40px auto 50px;
  font-size: 1.3em;
  color: #6A7590;
}

.home .list.news h3 {
  font-size: 1.5em;
}

.home .banner .black {
  background: rgba(0, 0, 0, 0.4);
}

.home .banner .black .wrap .page-title {
  padding-top: 6em;
  font-weight: 700;
}

.home .banner .black .wrap p {
  font-size: 1.4em;
  font-weight: 200;
}

.home .retirement .overlay-container {
  text-align: left;
}

.home .community-strong .wrap {
  padding-top: 0;
}

.home .icons h2 {
  color: #741723;
  font-size: 1.25em;
  text-transform: uppercase;
}

.home .icons h3 {
  font-size: 2em;
}

.home .icons .container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.home .icons .container div {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.home .icons .container p {
  margin: 0.5em auto;
}

@media (min-width: 640px) {
  .home .icons .container {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

@media (min-width: 768px) {
  .home .icons .container {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}

.home .retirement .wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding-right: 1em;
}

.home .community-strong .wrap {
  text-align: center;
  padding: 3.5em 2em 50em;
}

.search-section {
  background-position: top;
  margin-bottom: 0px !important;
}

@media only screen and (min-width: 768px) {
  .search-section {
    padding-top: 10em;
  }
}

.search-section section {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 3em;
}

.search-section .wrap {
  padding: 0px;
}

.search-section .count1 {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .search-section .count1 {
    top: -15em;
  }
}

.search-section h2 {
  color: #5d0024;
  font-weight: 700;
  font-size: 1.75em;
}

section.visual.left-block .wrap, section.visual.right-block .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section.visual.right-block .wrap {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.searchform {
  margin-bottom: 0;
}

.searchform input {
  border-color: black;
  border-width: 1px 0px 1px 1px;
  border-style: solid;
}

.searchform #searchsubmit:hover, .searchform #searchsubmit:focus {
  background-color: #511025;
}

.searchform #searchsubmit:focus {
  outline: medium dotted #511025;
}

body.search-results h1 {
  margin-bottom: 1em;
}

body.search-results main article {
  padding: 0 0 1em 0;
  margin: 2em 0 1em;
  border-bottom: 1px solid #9fa6b4;
}

body.search-results main article .typeLabel {
  margin-bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: .9em;
}

body.search-results main article .text .h2, body.search-results main article .text .h3 {
  margin-bottom: .5em;
}

.container {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (min-width: 481px) {
  .container .list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}

section.list .container .list-item .image {
  margin: 0 auto;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

section.list .container .list-item .list-title {
  font-weight: 700;
}

section.list.stats .list-item {
  text-align: center;
}

section.list.stats .list-item .list-title {
  font-size: 3em;
  color: #5d0024;
  font-family: "Open Sans", "Roboto", "Arial", sans-serif;
  font-weight: 700;
  margin: 0 auto;
  line-height: 1;
}

section.list.stats .list-item .list-title + blockquote {
  margin: 0;
}

section.list.stats .list-item .list-title + blockquote p {
  margin: 0;
  font-size: 1.5em;
  font-weight: 200;
  color: #5d0024;
  font-style: normal;
}

section.list.stats .list-item .list-title + p.units {
  margin: 0;
  font-size: 1.5em;
  font-weight: 200;
  color: #5d0024;
  font-style: normal;
}

section.list.icon-box .list-item {
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}

section.list.icon-box .list-item .image {
  margin: 0 auto;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

section.list.icon-box .list-item .text {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  position: relative;
  margin: 0 1em;
  padding: 1em 3.5em;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.34);
  box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.34);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section.list.icon-box .list-item .text .list-title {
  font-size: 1.2em;
  text-transform: uppercase;
  color: #6A7590;
}

section.list.icon-box .list-item .text .list-title + p {
  font-size: 2em;
  font-weight: 700;
  margin: 0 0 .5em;
  font-family: "Open Sans", "Roboto", "Arial", sans-serif;
}

section.list.icon-box .list-item .text:before {
  content: ' ';
  display: block;
  position: absolute;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -3em;
  width: 90%;
  height: 100%;
  background-color: #F2F2F2;
  border-radius: 100%;
}

section.list .list-item.resource {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1em;
}

section.row.stats .container .text {
  margin-top: 0;
}

@media (min-width: 768px) {
  .t-2of3 section.list.icon-box .container {
    display: block;
  }
}

@media (min-width: 1200px) {
  .d-5of7 section.list.icon-box .container {
    display: block;
  }
}

ul li {
  margin-bottom: .4em;
  list-style: none;
  position: relative;
  padding-left: 1.5em;
}

ul li:before {
  content: '\2022';
  display: inline-block;
  color: #511025;
  font-size: 1.5em;
  line-height: .75em;
  font-weight: bold;
  margin-left: -1em;
  width: 1em;
}

ul li em {
  font-size: 1.6em;
  font-style: normal;
  font-weight: 700;
}

ul.structural {
  margin-left: 0;
}

ul.structural > li {
  list-style: none;
  padding-left: 0;
}

ul.structural > li:before {
  display: none;
}

ul.check-list li {
  list-style: none;
  padding-left: 2em;
}

ul.check-list li:before {
  content: ' ';
  display: inline-block;
  height: 1.2em;
  width: 2em;
  margin-left: -2em;
  font-size: inherit;
  background: url(../library/images/checkmark.svg) no-repeat;
}

ul + .disclaimer {
  font-style: italic;
  margin-right: 3em;
}

header ul > li, footer ul > li, nav ul > li {
  list-style: none;
  padding-left: 0;
}

header ul > li:before, footer ul > li:before, nav ul > li:before {
  display: none;
}

ul.nav > li, ul.menu > li, .menu > li, .sub-menu > li {
  list-style: none;
  padding-left: 0;
}

ul.nav > li:before, ul.menu > li:before, .menu > li:before, .sub-menu > li:before {
  display: none;
}

.benefits-list {
  position: relative;
  margin: 3em 0;
}

.benefits-list .wrap {
  position: relative;
}

.benefits-list h2 {
  font-size: 1.2em;
  font-weight: 300;
  text-align: center;
  max-width: 500px;
  margin: auto;
}

.benefits-list .container {
  display: block;
}

.benefits-list .container .text ul li {
  list-style: none;
  padding-left: 2em;
}

.benefits-list .container .text ul li:before {
  content: ' ';
  display: inline-block;
  height: 1.2em;
  width: 2em;
  margin-left: -2em;
  font-size: inherit;
  background: url(../library/images/checkmark.svg) no-repeat;
}

.benefits-list .container .text ul li {
  margin-bottom: .8em;
}

@media (min-width: 768px) {
  .benefits-list .container .text {
    margin: 2em 5% 0 auto;
    width: 30%;
  }
}

.benefits-list .gradientOverlay {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, right top, left top, color-stop(19%, white), color-stop(80%, white), color-stop(99%, rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to left, white 19%, white 80%, rgba(255, 255, 255, 0.05) 99%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

@media (min-width: 768px) {
  .benefits-list .gradientOverlay {
    width: 50%;
  }
}

.benefits-list.left .gradientOverlay {
  right: unset;
  left: 0;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, color-stop(19%, white), color-stop(80%, white), color-stop(99%, rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, white 19%, white 80%, rgba(255, 255, 255, 0.05) 99%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

@media (min-width: 768px) {
  .benefits-list.left .container .text {
    margin: 2em auto 0 5%;
    width: 30%;
  }
}

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

.callout-list .container {
  display: block;
}

.callout-list .container .text {
  font-size: 1.1em;
  text-align: left;
}

@media (min-width: 768px) {
  .callout-list .container .text {
    margin: 2em 0 0 auto;
    width: 66%;
  }
}

.callout-list .container .text ul li {
  list-style: none;
  padding-left: 2em;
}

.callout-list .container .text ul li:before {
  content: ' ';
  display: inline-block;
  height: 1.2em;
  width: 2em;
  margin-left: -2em;
  font-size: inherit;
  background: url(../library/images/checkmark.svg) no-repeat;
}

.callout-list + .callout-list {
  margin-top: 3em;
}

.location-right {
  float: right;
}

@media only screen and (min-width: 641px) {
  .location-right {
    max-width: 353px;
  }
}

.location-right img {
  float: left;
  padding-right: 10px;
}

.location-right img.map-placeholder {
  float: none;
}

.location-right .red {
  color: #780032;
  font-weight: bold;
}

.location-right .big {
  font-size: 24px;
}

.location-right h2 {
  font-weight: bold;
  text-transform: none;
  font-size: 2em;
  color: #6A7590;
}

.location-right #locations-sidebar #sidebar-map {
  height: 798px;
  width: 353px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}

.location-right #locations-sidebar #sidebar-map .pin-title {
  display: none;
  color: #5d0024;
  background-color: white;
  border: #5d0024 solid 1px;
  border-radius: 7px;
  padding: 5px 10px;
}

.location-right #locations-sidebar #sidebar-map ul {
  margin: 0;
}

.location-right #locations-sidebar #sidebar-map ul li {
  list-style-image: url("../library/images/check_rounded.svg");
  list-style-position: inside;
  padding: 0;
  margin-bottom: 5px;
}

.location-right #locations-sidebar #sidebar-map ul li::before {
  display: none;
  padding-left: 10px;
}

.location-right #locations-sidebar #map-select {
  margin-bottom: 50px;
  border: solid 1px;
}

@media only screen and (min-width: 641px) {
  .location-left {
    float: left;
    max-width: 70%;
    padding-right: 25px;
  }
}

.location-left .location-header .address {
  text-transform: none;
  font-size: 1em;
  font-weight: 200;
}

.location-left section .grey-bg {
  text-transform: uppercase;
  background-color: #cccccc;
  padding: 10px;
  color: black;
  font-size: 1em;
  margin-bottom: 2em;
}

.location-left a.backToTop {
  margin-right: 1em;
  margin-top: .4em;
}

.location-left .upcoming-events .events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.location-left .upcoming-events .events .event-thumbnail {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 320px;
  height: 320px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
}

@media only screen and (min-width: 1025px) {
  .location-left .upcoming-events .events {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.location-left .location-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 769px) {
  .location-left .location-details {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media only screen and (min-width: 769px) {
  .location-left .location-details .item {
    width: 30%;
  }
}

.location-left .location-details .item h3 {
  text-transform: uppercase;
  border-bottom: 1px solid grey;
  padding-bottom: 1em;
  color: #757575;
}

.location-left .people {
  margin-top: 2em;
}

.location-left .people .employee {
  border-bottom: 1px solid grey;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.location-left .people .employee:before {
  content: none;
}

@media only screen and (max-width: 400px) {
  .location-left .people .employee {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.location-left .people .employee:last-of-type {
  border-bottom: none;
  margin-bottom: 3em;
}

.location-left .people .bold {
  font-weight: bold;
  font-size: 20px;
}

.location-left .people a.phone-num {
  text-decoration: none;
  display: inline-block;
}

.location-left .people a.phone-num:before {
  content: ' ';
  display: inline-block;
  vertical-align: bottom;
  width: 2em;
  height: 1.5em;
  background: url("../library/images/phone.png") bottom no-repeat;
}

.location-left .event .event-date {
  color: white;
  background: #780032;
  padding: 0.25em;
}

.location-left .event .event-title {
  font-weight: bold;
  font-size: 1.5em;
}

.locations-template-default .overlay-container {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(18%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(0, 0, 0, 0.51)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 18%, rgba(0, 0, 0, 0.51) 42%);
}

.locations-template-default article {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

@media only screen and (min-width: 641px) {
  .locations-template-default article {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.locations-template-default article .services a, .locations-template-default article .services p {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.locations-template-default article .services a img, .locations-template-default article .services p img {
  width: 40px;
}

.locations-template-default article .services ul li {
  padding-left: 0;
}

.locations-template-default #inner-content {
  position: relative;
}

.locations-template-default #inner-content main {
  padding-top: 0;
}

.locations-template-default #inner-content main .location-left {
  margin-top: 50px;
}

.locations-template-default #inner-content h1 {
  position: absolute;
  top: -1.75em;
  color: white;
  font-weight: bold;
  font-size: 3.5em;
}

.post-type-archive-locations main {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

@media only screen and (min-width: 641px) {
  .post-type-archive-locations main {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}

.post-type-archive-locations #inner-content {
  position: relative;
}

.post-type-archive-locations #inner-content .article-header {
  margin-bottom: 0;
}

.post-type-archive-locations #inner-content h1 {
  position: absolute;
  top: -1.75em;
  color: white;
  font-weight: bold;
  font-size: 3.5em;
}

.post-type-archive-locations #inner-content main {
  padding-top: 0;
}

.post-type-archive-locations .location-left {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.post-type-archive-locations .location-left li {
  width: 48%;
  border-bottom: none !important;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  margin: 2em 0 1em !important;
}

.post-type-archive-locations .location-left li:first-of-type {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin: 2em 0 1em;
}

.post-type-archive-locations .location-left li:before {
  content: none;
}

.post-type-archive-locations .location-left li .location-data {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .post-type-archive-locations .location-left li .location-data {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}

.post-type-archive-locations .location-left li .location-data a {
  color: #780032;
  font-size: 24px;
}

.post-type-archive-locations .location-left li .location-data .phone a {
  color: #444c5d;
  font-size: 16px;
}

.post-type-archive-locations .location-left li .location-data .thumbnail {
  -ms-flex-preferred-size: 35% !important;
      flex-basis: 35% !important;
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
  margin: 0 5% 0 0 !important;
}

.post-type-archive-locations .location-left li .location-data .content {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 0 45% !important;
          flex: 1 0 45% !important;
  margin: 0 5% 0 0 !important;
}

.post-type-archive-locations .location-right #locations-sidebar #sidebar-map {
  margin-bottom: 50px;
}

.phone, .fax, .cal {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.phone img, .fax img, .cal img {
  width: 34px;
  height: auto;
}

.locations_states_2022 h2,
.locations_2022 h2 {
  font: bold 35px/40px Gill Sans;
  margin: 80px 0;
}

.locations_states_2022 h3,
.locations_2022 h3 {
  font: bold 30px/35px Gill Sans;
  text-transform: initial;
  margin: 0;
  margin-bottom: 35px;
}

.locations_states_2022 h4,
.locations_2022 h4 {
  font: bold 22px/25px Gill Sans;
  text-transform: uppercase;
  margin-bottom: 0;
}

.locations_states_2022 .btn,
.locations_2022 .btn {
  font-size: 20px;
  margin: 20px 0;
}

.locations_states_2022 .text-center,
.locations_2022 .text-center {
  text-align: center;
}

.locations_states_2022 .location_rec,
.locations_2022 .location_rec {
  margin-bottom: 20px;
  margin-right: 40px;
}

.locations_states_2022 .location_rec i.fas,
.locations_2022 .location_rec i.fas {
  margin-right: 10px;
}

.locations_states_2022 .holiday-hours,
.locations_2022 .holiday-hours {
  border-radius: 25px;
  padding: 40px 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, #fff, #fff 50%, rgba(0, 0, 0, 0) 100%);
}

.locations_states_2022 .holiday-hours a.btn,
.locations_2022 .holiday-hours a.btn {
  margin-top: 10px 0;
  font-size: 20px;
}

.locations_states_2022 .loc_map,
.locations_2022 .loc_map {
  position: relative;
  display: block;
  height: 0;
  padding-bottom: 130.27%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.locations_states_2022 .loc_map .loc_marker,
.locations_2022 .loc_map .loc_marker {
  position: absolute;
  display: block;
  max-width: 100%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}

.locations_states_2022 .loc_map .loc_marker img,
.locations_2022 .loc_map .loc_marker img {
  display: block;
}

.locations_states_2022 .loc_map .loc_marker:link, .locations_states_2022 .loc_map .loc_marker:hover, .locations_states_2022 .loc_map .loc_marker:visited, .locations_states_2022 .loc_map .loc_marker:active, .locations_states_2022 .loc_map .loc_marker:focus,
.locations_2022 .loc_map .loc_marker:link,
.locations_2022 .loc_map .loc_marker:hover,
.locations_2022 .loc_map .loc_marker:visited,
.locations_2022 .loc_map .loc_marker:active,
.locations_2022 .loc_map .loc_marker:focus {
  text-decoration: none;
  border: none;
  outline: 0;
}

.locations_states_2022 .loc_map .loc_popup,
.locations_2022 .loc_map .loc_popup {
  visibility: hidden;
  position: absolute;
  z-index: 200;
  -webkit-transform: translate(-50%, -300%);
          transform: translate(-50%, -300%);
  color: #5d0024;
  text-align: center;
  background-color: white;
  border: #5d0024 solid 1px;
  border-radius: 7px;
  padding: 5px 10px;
  min-width: 130px;
  margin: 0;
}

@media (min-width: 767px) {
  .locations_states_2022 .section,
  .locations_2022 .section {
    padding: 40px 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .locations_states_2022 .section .left,
  .locations_2022 .section .left {
    width: 50%;
  }
  .locations_states_2022 .section .right,
  .locations_2022 .section .right {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.locations_2022 {
  color: #211F20;
}

.locations_2022 h2, .locations_2022 h3, .locations_2022 h4 {
  color: #211F20;
}

.locations_2022 #locations-sidebar {
  padding: 30px;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-bottom: 20px;
}

.locations_2022 #locations-sidebar .atm_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.locations_2022 #locations-sidebar .atm_header img {
  margin-right: 20px;
}

.locations_2022 #locations-sidebar ul {
  margin: 0;
}

.locations_2022 #locations-sidebar ul li {
  list-style-image: url("../library/images/check_rounded.svg");
  list-style-position: inside;
  padding: 0;
  margin-bottom: 5px;
}

.locations_2022 #locations-sidebar ul li::before {
  display: none;
  padding-left: 10px;
}

.locations_2022 #locations-sidebar h1, .locations_2022 #locations-sidebar h2, .locations_2022 #locations-sidebar h3, .locations_2022 #locations-sidebar h4 {
  margin: 0;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .locations_2022 #locations-sidebar {
    margin-left: -30px;
  }
}

.locations_states_2022 {
  color: #fff;
}

.locations_states_2022 h2, .locations_states_2022 h3, .locations_states_2022 h4 {
  color: #fff;
}

.locations_states_2022 .location_rec a, .locations_states_2022 .location_rec a:hover {
  color: #fff;
}

@media (min-width: 768px) {
  .locations_states_2022 .section {
    padding: 40px 0;
  }
}

.locations_states_2022 .location_fields i.fas {
  margin-right: 15px;
}

.locations_states_2022 .location_fields a, .locations_states_2022 .location_fields a:hover {
  color: white;
}

.page-template-locations-states .banner h1.page-title,
.post-type-archive-locations .banner h1.page-title {
  font: normal normal bold 60px/69px Gill Sans !important;
  height: auto !important;
  font-weight: bold !important;
  text-align: left;
}

.page-template-locations-states .banner .black,
.post-type-archive-locations .banner .black {
  background: rgba(0, 0, 0, 0.6) !important;
}

.page-template-locations-states .banner .black .wrap p,
.post-type-archive-locations .banner .black .wrap p {
  font: normal normal normal 25px/32px Gill Sans !important;
  text-align: left;
  margin: 0 !important;
  width: 100% !important;
}

@media (min-width: 1200px) {
  .page-template-locations-states .banner .black .wrap p,
  .post-type-archive-locations .banner .black .wrap p {
    width: 60% !important;
  }
}

.page-template-locations-states .banner.visual,
.post-type-archive-locations .banner.visual {
  background-position: center !important;
}

.post-type-archive-locations #content {
  background-color: #F8F8F8;
  margin-bottom: -220px;
}

.page-template-locations-states .shades {
  background-image: linear-gradient(to top, #F0F0F0, #F0F0F0 387px, #F8F8F8 387px, #F8F8F8 774px, #FFFFFF 774px);
}

.page-template-locations-states .maroon-header {
  background-color: #5D0022;
  padding-bottom: 200px;
}

.page-template-locations-states .services-offered {
  margin-top: -200px;
  background-image: linear-gradient(to bottom, #fff 200px, rgba(0, 0, 0, 0) 200px);
}

.services-offered {
  font: normal normal normal 18px/22px Gill Sans;
  color: black;
  border-radius: 25px;
  padding: 30px;
}

@media (min-width: 768px) {
  .services-offered {
    padding: 45px;
  }
}

@media (min-width: 1024px) {
  .services-offered {
    padding: 85px;
    padding-bottom: 45px;
  }
}

.services-offered h2 {
  font: normal normal bold 35px/40px Gill Sans;
}

.services-offered .service-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.services-offered .service-blocks h2, .services-offered .service-blocks h3, .services-offered .service-blocks h4 {
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .services-offered .service-blocks {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-top: 30px;
  }
  .services-offered .service-blocks .left, .services-offered .service-blocks .right {
    width: 50%;
  }
  .services-offered .service-blocks .left .service-block {
    margin-right: 30px;
  }
  .services-offered .service-blocks .right .service-block {
    margin-left: 30px;
  }
}

@media (min-width: 1024px) {
  .services-offered .service-blocks {
    margin-top: 45px;
  }
}

.services-offered .service-blocks .left, .services-offered .service-blocks .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.services-offered .service-blocks .left .service-block, .services-offered .service-blocks .right .service-block {
  border-radius: 18px;
  -webkit-box-shadow: 3px 3px 15px #00000029;
          box-shadow: 3px 3px 15px #00000029;
  padding: 30px;
  background-color: #fff;
  margin: 20px 0;
}

.services-offered .service-blocks .left .service-block.auto-height, .services-offered .service-blocks .right .service-block.auto-height {
  min-height: auto;
}

@media (min-width: 768px) {
  .services-offered .service-blocks .left .service-block, .services-offered .service-blocks .right .service-block {
    padding: 30px;
    min-height: 450px;
  }
}

@media (min-width: 1024px) {
  .services-offered .service-blocks .left .service-block, .services-offered .service-blocks .right .service-block {
    padding: 50px;
  }
}

.services-offered .service-blocks .left .service-block .service-block-header, .services-offered .service-blocks .right .service-block .service-block-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.services-offered .service-blocks .left .service-block .service-block-header h3, .services-offered .service-blocks .right .service-block .service-block-header h3 {
  font: normal normal bold 22px/25px Gill Sans;
  color: black;
}

.services-offered .service-blocks .left .service-block .service-block-header img, .services-offered .service-blocks .right .service-block .service-block-header img {
  max-height: 45px;
  margin-right: 15px;
}

.services-offered .service-blocks .left .service-block .service-block-content p, .services-offered .service-blocks .right .service-block .service-block-content p {
  margin: 10px 0;
}

.services-offered .service-blocks .left .service-block .service-block-content ul, .services-offered .service-blocks .right .service-block .service-block-content ul {
  margin: 0;
}

.services-offered .service-blocks .left .service-block .service-block-content ul li, .services-offered .service-blocks .right .service-block .service-block-content ul li {
  list-style-image: url("../library/images/check_square_rounded.svg");
  list-style-position: inside;
  padding: 0;
  margin-bottom: 5px;
}

.services-offered .service-blocks .left .service-block .service-block-content ul li::before, .services-offered .service-blocks .right .service-block .service-block-content ul li::before {
  display: none;
  padding-left: 10px;
}

.services-offered .service-blocks .left .service-block .service-block-content ul ul, .services-offered .service-blocks .right .service-block .service-block-content ul ul {
  margin-left: 25px;
}

.services-offered .service-blocks .left .service-block .service-block-content ul ul li, .services-offered .service-blocks .right .service-block .service-block-content ul ul li {
  list-style-image: url("../library/images/check_rounded.svg");
  list-style-position: inside;
  padding: 0;
  margin-bottom: 5px;
}

.services-offered .service-blocks .left .service-block .service-block-content ul ul li::before, .services-offered .service-blocks .right .service-block .service-block-content ul ul li::before {
  display: none;
  padding-left: 10px;
}

.services-offered .service-blocks .right .service-block:last-child {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
  min-height: auto;
}

@media (min-width: 768px) {
  .services-offered .service-blocks .left .service-block, .services-offered .service-blocks .right .service-block {
    margin-bottom: 30px;
  }
  .services-offered .service-blocks .left .service-block {
    margin-right: 30px;
  }
  .services-offered .service-blocks .right .service-block {
    margin-left: 30px;
  }
  .services-offered .service-blocks .right .service-block:last-child {
    padding-top: 0;
  }
}

@media (min-width: 1024px) {
  .services-offered .service-blocks .left .service-block, .services-offered .service-blocks .right .service-block {
    margin-bottom: 45px;
  }
  .services-offered .service-blocks .left .service-block {
    margin-right: 45px;
  }
  .services-offered .service-blocks .right .service-block {
    margin-left: 45px;
  }
}

#sidebar-map li::before {
  display: none;
}

section.faq-section {
  margin-bottom: 2em;
}

section.faq-section .wrap {
  padding: 0 !important;
}

section.faq-section .wrap ul {
  margin: 0;
  list-style: none;
}

section.faq-section .wrap ul li.faq {
  position: relative;
  border: 1px solid #5d0024;
  padding: 1.2em 1em;
  background-color: #fff;
  margin-bottom: 1em;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

section.faq-section .wrap ul li.faq h3.question {
  text-transform: none;
  color: #5d0024;
  margin: 0;
  cursor: pointer;
  padding-right: 2em;
}

section.faq-section .wrap ul li.faq a.accordionToggle {
  display: block;
  width: 36px;
  height: 24px;
  position: absolute;
  top: 1.2em;
  right: 1em;
  background: url(../library/images/arrow_red.svg) no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

section.faq-section .wrap ul li.faq .answer {
  overflow: hidden;
}

section.faq-section .wrap ul li.faq .answer a {
  text-decoration: underline;
}

section.faq-section .wrap ul li.faq.closed {
  background-color: #5d0024;
}

section.faq-section .wrap ul li.faq.closed h3.question {
  color: #fff;
}

section.faq-section .wrap ul li.faq.closed a.accordionToggle {
  -webkit-transform: none;
          transform: none;
  background: url(../library/images/arrow_white.svg) no-repeat;
}

section.faq-section .wrap ul li.faq.closed .answer {
  max-height: 0 !important;
}

section.faq-section .wrap ul li.faq > * {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

section.faq-section .wrap ul li.faq:before {
  display: none;
}

section.profile h2 {
  text-align: center;
  background-color: #5d0024;
  color: #fff;
  text-transform: uppercase;
  padding: .5em;
  margin: 0 0 1em;
}

section.profile .h3 {
  margin: 0;
  font-size: 1.1em;
}

section.profile .h2 {
  margin: 0 0 1em;
  font-size: 1.2em;
}

@media (min-width: 640px) {
  section.profile .text {
    border-left: 1px solid #5d0024;
    padding-left: 2em;
  }
}

section.who-we-are-list.list .container {
  display: block;
}

section.who-we-are-list.list .container .list-item {
  clear: both;
  display: block;
  position: relative;
  overflow: hidden;
}

section.who-we-are-list.list .container .list-item .image {
  float: left;
  margin: 0;
}

section.who-we-are-list.list .container .list-item .text {
  float: left;
  width: calc(100% - 142px - 1em);
  margin-left: 1em;
  overflow: hidden;
}

.single-people {
  /* There's actually some complicated math to determine this positioning...
    all measurements must be calculated using the positioning PRE-rotation, becasue
    that's just how CSS works.

    The rectangle made by parent container has:
    (all pre-rotation)

    a Height 'h' = the height of one square 
    a Length 'L' = the width of 3 squares + 2 units of margin
    let 'm' = 1 unit of margin, or the space between squares

    Because they are squares, 'h' = width of one square as well.

    So: L = 3h + 2m
      .________
      |________| h
          L
    
    We set the axis of rotation at the top, left corner of the PRE-rotation rectangle
    shown as a period above.

    We're rotating 45deg, and sin(45) = cos(45). Thus, we will use cosine for simplicity.

    We need to determine how far to shift the PRE-rotation rectange so that the POST-rotation posistioning is correct.

    First, the PRE-rotation distance to the Top, Left corner of the Middle square is h + m.
    Thus, the vertical distance we need to shift the the parent container is cos(45)*(h+m).

    This becomes our css top: rule.

    

  */
}

.single-people #content {
  overflow: hidden;
}

.single-people #content #inner-content {
  position: relative;
}

.single-people #content #inner-content main section.top-text .titles * {
  word-break: keep-all;
}

.single-people #content #inner-content main section.top-text .titles .spacer {
  height: 345px;
  width: 418px;
  display: block;
  float: right;
  -webkit-clip-path: polygon(23% 0, 100% 0, 100% 94%);
          clip-path: polygon(23% 0, 100% 0, 100% 94%);
  shape-outside: polygon(23% 0, 100% 0, 100% 94%);
}

.single-people #content #inner-content main section.top-text .titles .page-title {
  padding-top: 4em;
}

@media (min-width: 480px) {
  .single-people #content #inner-content main section.top-text .titles .page-title {
    padding-top: 2em;
  }
}

@media (min-width: 640px) {
  .single-people #content #inner-content main section.top-text .titles .page-title {
    padding-top: 1em;
  }
}

@media (min-width: 768px) {
  .single-people #content #inner-content main section.top-text .titles .page-title {
    padding-top: 0em;
  }
}

.single-people #content #inner-content main section.top-text .contact-info ul li.linkedin {
  font-size: 24px;
}

.single-people #content #inner-content main section.top-text .intro {
  margin-top: 2em;
}

.single-people .ctalink {
  margin-top: 3em;
}

.single-people .locations {
  margin-top: 3em;
}

.single-people .directory-back {
  margin-top: 2em;
}

.single-people .diamonds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -158px;
  right: -345px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.single-people .diamonds .dmnd {
  height: 0;
  width: 184px;
  margin-right: 20px;
  padding-bottom: 184px;
  background-color: #55B947;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.single-people .diamonds .dmnd:first-child {
  background-color: #eeeeef;
}

.single-people .diamonds .dmnd:last-child {
  background-color: #55B947;
  margin-right: 0;
}

.single-people .diamonds .dmnd img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
          transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  max-width: none;
}

section.help-center-landing-menu, section.directory-landing-menu {
  text-align: center;
}

section.help-center-landing-menu ul, section.directory-landing-menu ul {
  margin: 2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

section.help-center-landing-menu ul li, section.directory-landing-menu ul li {
  font-size: 1.2em;
  margin: 0 0 1.5em;
  padding-left: 0;
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
}

section.help-center-landing-menu ul li:before, section.directory-landing-menu ul li:before {
  content: none;
}

@media (min-width: 640px) {
  section.help-center-landing-menu ul li, section.directory-landing-menu ul li {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}

@media (min-width: 768px) {
  section.help-center-landing-menu ul li, section.directory-landing-menu ul li {
    -ms-flex-preferred-size: 16.161617%;
        flex-basis: 16.161617%;
  }
}

.viewScroller {
  width: 200vw;
  position: relative;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  overflow: hidden;
}

.viewScroller .directory {
  width: 100vw;
  float: left;
  overflow: hidden;
}

.viewScroller .directory.locations {
  max-height: 130vh;
}

.viewScroller.byLocation {
  -webkit-transform: translateX(-100vw);
          transform: translateX(-100vw);
}

.viewScroller.byLocation .directory.locations {
  max-height: none !important;
}

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

.directoryViewSelector {
  font-size: 1.2em;
  padding: .4em 1em;
  border: 1px solid #6A7590;
  background-color: #fff;
  color: #6A7590;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.directoryViewSelector:focus {
  background-color: #5d0024;
  color: #fff;
}

.directoryViewSelector.selected {
  border: 1px solid #5d0024;
  color: #5d0024 !important;
  background: #fff !important;
}

.directoryViewSelector.selected:focus {
  color: #5d0024 !important;
}

.directoryViewSelector:first-child {
  margin: 0 2em 0 0;
}

.directoryViewSelector#directoryByService:after {
  content: '›';
  display: inline-block;
  position: relative;
  width: 1em;
  line-height: 1;
  vertical-align: text-bottom;
  font-size: 1.4em;
  -webkit-transition: width 300ms ease, opacity 100ms ease, -webkit-transform 300ms ease;
  transition: width 300ms ease, opacity 100ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, width 300ms ease, opacity 100ms ease;
  transition: transform 300ms ease, width 300ms ease, opacity 100ms ease, -webkit-transform 300ms ease;
}

.directoryViewSelector#directoryByService.selected:after {
  width: 0;
  opacity: 0;
  -webkit-transform: translateX(-2em);
          transform: translateX(-2em);
}

.directoryViewSelector#directoryByLocation:before {
  content: '‹';
  display: inline-block;
  position: relative;
  width: 1em;
  line-height: 1;
  vertical-align: text-bottom;
  font-size: 1.4em;
  -webkit-transition: width 300ms ease, opacity 100ms ease, -webkit-transform 300ms ease;
  transition: width 300ms ease, opacity 100ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, width 300ms ease, opacity 100ms ease;
  transition: transform 300ms ease, width 300ms ease, opacity 100ms ease, -webkit-transform 300ms ease;
}

.directoryViewSelector#directoryByLocation.selected:before {
  width: 0;
  opacity: 0;
  -webkit-transform: translateX(2em);
          transform: translateX(2em);
}

.directory .department h3, .directory .location h3 {
  font-size: 2em;
  font-weight: 400;
  margin: 1.5em 0 0;
  color: #5d0024;
}

.directory .department ul, .directory .location ul {
  margin-left: 0;
}

.directory .department ul li, .directory .location ul li {
  border-bottom: 1px solid #6A7590;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.directory .department ul li:before, .directory .location ul li:before {
  content: none;
}

.directory .department ul li .person-details .name, .directory .location ul li .person-details .name {
  font-size: 1.2em;
}

.directory .department ul li .person-details .name a, .directory .location ul li .person-details .name a {
  text-decoration: none;
}

.directory .department ul li .person-details .name a .bold, .directory .location ul li .person-details .name a .bold {
  font-weight: 600;
  font-size: 1.2em;
}

.directory .department ul li .person-details a.phone-num, .directory .location ul li .person-details a.phone-num {
  text-decoration: none;
  display: inline-block;
}

.directory .department ul li .person-details a.phone-num:before, .directory .location ul li .person-details a.phone-num:before {
  content: ' ';
  display: inline-block;
  vertical-align: bottom;
  width: 2em;
  height: 1.5em;
  background: url("../library/images/phone.png") bottom no-repeat;
}

.directory .department ul li .person-details a.bio-link, .directory .location ul li .person-details a.bio-link {
  display: inline-block;
  margin-left: 2em;
  font-size: 16px;
  color: #6A7590;
}

.searchWrap {
  z-index: 1;
  position: relative;
  text-align: center;
}

.searchWrap h2 {
  color: #511025;
  font-weight: 700;
  font-size: 1.75em;
}

.searchWrap .searchform {
  margin: auto;
  max-width: 300px;
}

@media (min-width: 640px) {
  .searchWrap {
    margin-bottom: -2em;
  }
}

@media (min-width: 768px) {
  .searchWrap {
    margin-bottom: -4em;
  }
}

@media (min-width: 960px) {
  .searchWrap {
    margin-bottom: -6em;
  }
}

@media (min-width: 1200px) {
  .searchWrap {
    margin-bottom: -8em;
  }
}

body.error404 #inner-content {
  padding-bottom: 1em;
}

body.error404 #inner-content section.entry-content, body.error404 #inner-content section.search {
  text-align: center;
}

body.error404 #inner-content section.entry-content input, body.error404 #inner-content section.search input {
  margin-left: auto;
}

body.error404 #inner-content section.entry-content button, body.error404 #inner-content section.search button {
  margin-right: auto;
}

.addthis_tool {
  display: none;
}

body.single-post .addthis_tool, body.single-news .addthis_tool {
  display: block;
}

body.single-post header .banner .black, body.single-news header .banner .black {
  background: rgba(0, 0, 0, 0.2) !important;
}

body.single-post header main article header, body.single-news header main article header {
  margin-bottom: 1em;
}

.post-type-archive-news.archive .hero article.hentry:first-of-type {
  display: webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post-type-archive-news.archive .hero article.hentry:first-of-type .thumbnail {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 45%;
          flex: 1 0 45%;
  margin: 0 5% 0 0;
}

/*# sourceMappingURL=maps/style.css.map */
