@import url("https://fonts.googleapis.com/css?family=Merriweather:400,700|Nunito:200,400|Satisfy");
h1 {
  font-size: 5em; }

h1, h2, h3 {
  letter-spacing: -1px; }
  @media only screen and (max-width: 768px) {
    h1, h2, h3 {
      padding-top: 1em; } }
@media only screen and (max-width: 768px) {
  ul {
    text-align: left; } }

p, section li {
  font-family: "Merriweather", serif;
  font-weight: 400; }

p {
  font-size: 1.2em;
  line-height: 1.4; }
  @media only screen and (max-width: 768px) {
    p {
      padding: 1em;
      word-break: break-word; } }
svg {
  -webkit-transform: scale(1);
  transform: scale(1); }

a, a:hover, a:visited {
  text-decoration: none; }

a {
  color: #2f54c0;
  font-weight: 400; }
  a:hover {
    color: #7891de; }

p:empty, h1:empty, h2:empty, h3:empty, h4:empty, h5:empty {
  display: none; }

body {
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  text-rendering: optimizeLegibility !important;
  background-color: #1f2f63;
  color: #c7cee0; }

@keyframes fademove {
  0% {
    opacity: 0;
    -moz-transform: translateY(5em);
    -o-transform: translateY(5em);
    -ms-transform: translateY(5em);
    -webkit-transform: translateY(5em);
    transform: translateY(5em); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

header, main, footer {
  position: relative;
  display: block; }

footer {
  z-index: 5; }

*:before,
*:after {
  z-index: -1; }

a:hover {
  text-decoration: none; }

@media only screen and (max-width: 768px) {
  .holder {
    overflow: hidden; } }

.line {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0; }
  @media only screen and (max-width: 768px) {
    .line.obits_holder {
      padding: 0 5px !important;
      align-items: center; } }
  .line.line-gutter {
    min-height: 0;
    max-height: 0;
    width: 100%;
    padding: 0; }
    .line.line-gutter.line-gutter-xl {
      max-height: 0; }
  .line .column {
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    max-width: 100%;
    margin: 0; }
    @media only screen and (max-width: 768px) {
      .line .column {
        flex-direction: column;
        margin: 0;
        text-align: center; } }
    .line .column.col-gutter {
      display: -webkit-flex;
      display: flex;
      -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0;
      flex: 1 0 0;
      max-width: 0; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .line .column.col-gutter {
          width: 0; } }
      .line .column.col-gutter:last-child {
        display: none; }
      @media only screen and (max-width: 768px) {
        .line .column.col-gutter {
          display: none; }
          .line .column.col-gutter.col-svg, .line .column.col-gutter:last-child {
            display: none; } }
section > .holder > .line > .column > .line-gutter:last-child {
  display: none; }

@media only screen and (max-width: 768px) {
  section img {
    max-width: 100%; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ie-col100 {
    width: 100%; }
  .ie-col50 {
    width: 50%; }
  .svg-wrap-ie {
    position: relative;
    width: 100%; }
  .svg-wrap-ie svg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0; }
  .ie-svg-top {
    padding-top: 0; }
  .ie-svg-top svg {
    margin-top: -0.05%; }
  .ie-svg-middle {
    padding-top: 0; }
  .ie-svg-middle svg {
    margin-top: 0; }
  .ie-svg-bottom {
    padding-top: 0; }
  .ie-svg-bottom svg {
    margin-top: 0.05%; } }

.pattern1 {
  background: url("/fh_live/16500/16554/brand/flowers.png");
  background-repeat: repeat;
  position: fixed;
  width: 100%;
  height: 200%;
  opacity: 0.4;
  z-index: -1; }

.box-svg-bottom, .box-svg-top {
  width: 100%; }
  .box-svg-bottom svg, .box-svg-top svg {
    overflow: visible;
    fill: #f9f6f2; }

.box-hide {
  display: none !important; }

@media only screen and (max-width: 1200px) {
  .box-hide-xl {
    display: none !important; } }

@media only screen and (min-width: 1200px) {
  .box-hide-xl-up {
    display: none !important; } }

@media only screen and (max-width: 992px) {
  .box-hide-lg {
    display: none !important; } }

@media only screen and (min-width: 992px) {
  .box-hide-lg-up {
    display: none !important; } }

@media only screen and (max-width: 768px) {
  .box-hide-md {
    display: none !important; } }

@media only screen and (min-width: 768px) {
  .box-hide-md-up {
    display: none !important; } }

@media only screen and (device-width: 768px) and (orientation: portrait) {
  .box-hide-md-up {
    display: initial !important; } }

@media only screen and (max-width: 576px) {
  .box-hide-sm {
    display: none !important; } }

@media only screen and (min-width: 576px) {
  .box-hide-sm-up {
    display: none !important; } }

.box-top svg, .box-bottom svg {
  fill: #f1eae1;
  width: 100%;
  overflow: visible; }

.box {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  color: black; }
  @media only screen and (max-width: 768px) {
    .box {
      width: auto; } }
  .box a {
    color: #2f54c0; }
    .box a:hover {
      color: #1b306f; }
  .box .section-title {
    text-shadow: none !important;
    color: #142452 !important;
    padding-top: 0 !important; }
  .box p.lead {
    font-family: "Nunito", sans-serif;
    color: #203983;
    text-align: center;
    padding-bottom: .5em;
    letter-spacing: -.5px;
    font-weight: bold; }
  .box .picture {
    float: left;
    padding-bottom: 0;
    width: 100%;
    height: auto; }
    @media only screen and (max-width: 992px) {
      .box .picture {
        width: 100%;
        height: auto; } }
.box-radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }
  .box-radius p, .box-radius img, .box-radius .picture, .box-radius .cta-bg,
  .box-radius .cta-brand1,
  .box-radius .cta-brand2, .box-radius .cta-brand2 .cta-style,
  .box-radius .cta-brand3, .box-radius .cta-brand3 .cta-style,
  .box-radius .cta-brand4, .box-radius .cta-brand4 .cta-style,
  .box-radius .cta-brand5 {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */ }

.box-top-radius {
  -webkit-border-top-right-radius: 3px !important;
  border-top-right-radius: 3px !important;
  -webkit-border-top-left-radius: 3px !important;
  border-top-left-radius: 3px !important;
  background-clip: padding-box;
  -webkit-border-bottom-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  -webkit-border-bottom-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  background-clip: padding-box; }

.top-radius p, .top-radius img, .top-radius .picture, .top-radius .cta-bg,
.top-radius .cta-brand1,
.top-radius .cta-brand2, .top-radius .cta-brand2 .cta-style,
.top-radius .cta-brand3, .top-radius .cta-brand3 .cta-style,
.top-radius .cta-brand4, .top-radius .cta-brand4 .cta-style,
.top-radius .cta-brand5 {
  -webkit-border-top-right-radius: 3px !important;
  border-top-right-radius: 3px !important;
  -webkit-border-top-left-radius: 3px !important;
  border-top-left-radius: 3px !important;
  background-clip: padding-box;
  -webkit-border-bottom-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  -webkit-border-bottom-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  background-clip: padding-box; }

.box-bottom-radius {
  -webkit-border-bottom-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
  -webkit-border-bottom-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
  background-clip: padding-box;
  -webkit-border-top-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  -webkit-border-top-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  background-clip: padding-box; }

.bottom-radius p, .bottom-radius img, .bottom-radius .picture, .bottom-radius .cta-bg,
.bottom-radius .cta-brand1,
.bottom-radius .cta-brand2, .bottom-radius .cta-brand2 .cta-style,
.bottom-radius .cta-brand3, .bottom-radius .cta-brand3 .cta-style,
.bottom-radius .cta-brand4, .bottom-radius .cta-brand4 .cta-style,
.bottom-radius .cta-brand5 {
  -webkit-border-bottom-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
  -webkit-border-bottom-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
  background-clip: padding-box;
  -webkit-border-top-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  -webkit-border-top-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  background-clip: padding-box; }

.no-radius .obit-card, .no-radius p, .no-radius img, .no-radius .picture, .no-radius .cta-bg,
.no-radius .cta-brand1,
.no-radius .cta-brand2, .no-radius .cta-brand2 .cta-style,
.no-radius .cta-brand3, .no-radius .cta-brand3 .cta-style,
.no-radius .cta-brand4, .no-radius .cta-brand4 .cta-style,
.no-radius .cta-brand5 {
  -webkit-border-top-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  -webkit-border-top-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  -webkit-border-bottom-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  -webkit-border-bottom-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.box-top-left-radius {
  -webkit-border-top-left-radius: 3px !important;
  border-top-left-radius: 3px !important; }

.top-left-radius .obit-card, .top-left-radius p, .top-left-radius img, .top-left-radius .picture, .top-left-radius .cta-bg,
.top-left-radius .cta-brand1,
.top-left-radius .cta-brand2, .top-left-radius .cta-brand2 .cta-style,
.top-left-radius .cta-brand3, .top-left-radius .cta-brand3 .cta-style,
.top-left-radius .cta-brand4, .top-left-radius .cta-brand4 .cta-style,
.top-left-radius .cta-brand5 {
  -webkit-border-top-left-radius: 3px !important;
  border-top-left-radius: 3px !important; }

.box-top-right-radius {
  -webkit-border-top-right-radius: 3px !important;
  border-top-right-radius: 3px !important; }

.top-right-radius .obit-card, .top-right-radius p, .top-right-radius img, .top-right-radius .picture, .top-right-radius .cta-bg,
.top-right-radius .cta-brand1,
.top-right-radius .cta-brand2, .top-right-radius .cta-brand2 .cta-style,
.top-right-radius .cta-brand3, .top-right-radius .cta-brand3 .cta-style,
.top-right-radius .cta-brand4, .top-right-radius .cta-brand4 .cta-style,
.top-right-radius .cta-brand5 {
  -webkit-border-top-right-radius: 3px !important;
  border-top-right-radius: 3px !important; }

.box-bottom-left-radius, .box-bottom-left-radius .obit-card {
  -webkit-border-bottom-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important; }

.bottom-left-radius .obit-card, .bottom-left-radius p, .bottom-left-radius img, .bottom-left-radius .picture, .bottom-left-radius .cta-bg,
.bottom-left-radius .cta-brand1,
.bottom-left-radius .cta-brand2, .bottom-left-radius .cta-brand2 .cta-style,
.bottom-left-radius .cta-brand3, .bottom-left-radius .cta-brand3 .cta-style,
.bottom-left-radius .cta-brand4, .bottom-left-radius .cta-brand4 .cta-style,
.bottom-left-radius .cta-brand5 {
  -webkit-border-bottom-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important; }

.box-bottom-right-radius, .box-bottom-right-radius .obit-card {
  -webkit-border-bottom-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important; }

.bottom-right-radius .obit-card, .bottom-right-radius p, .bottom-right-radius img, .bottom-right-radius .picture, .bottom-right-radius .cta-bg,
.bottom-right-radius .cta-brand1,
.bottom-right-radius .cta-brand2, .bottom-right-radius .cta-brand2 .cta-style,
.bottom-right-radius .cta-brand3, .bottom-right-radius .cta-brand3 .cta-style,
.bottom-right-radius .cta-brand4, .bottom-right-radius .cta-brand4 .cta-style,
.bottom-right-radius .cta-brand5 {
  -webkit-border-bottom-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important; }

.box-top-left-radius, .box-top-right-radius,
.box-bottom-right-radius, .box-bottom-right-radius, .picture, .cta-bg,
.cta-brand1,
.cta-brand2, .cta-brand2 .cta-style,
.cta-brand3, .cta-brand3 .cta-style,
.cta-brand4, .cta-brand4 .cta-style,
.cta-brand5 {
  background-clip: padding-box; }

.box-border {
  border: 1px solid #f1eae1; }

.cta-border .cta-brand1, .cta-border .cta-brand2 .cta-style, .cta-border .cta-brand3, .cta-border .cta-brand4, .cta-border .cta-brand5 {
  border: 1px solid #f1eae1; }

.img-border img {
  border: 1px solid #f1eae1; }

.box-img img {
  width: 100%;
  height: auto; }

@media only screen and (max-width: 768px) {
  .box {
    -webkit-border-top-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    -webkit-border-top-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    -webkit-border-bottom-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    -webkit-border-bottom-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important; } }

.box-style {
  background-color: #f9f6f2; }

.box-alpha20 {
  background-color: rgba(249, 246, 242, 0.2); }

.box-alpha40 {
  background-color: rgba(249, 246, 242, 0.4); }

.box-alpha60 {
  background-color: rgba(249, 246, 242, 0.6); }

.box-alpha80 {
  background-color: rgba(249, 246, 242, 0.8); }

.box-style, .box-alpha20, .box-alpha40, .box-alpha60, .box-alpha80, .box-primary, .box-secondary {
  padding: 0; }
  @media only screen and (max-width: 768px) {
    .box-style, .box-alpha20, .box-alpha40, .box-alpha60, .box-alpha80, .box-primary, .box-secondary {
      padding: 0;
      margin: 1em; } }
.box-style > .box-style, .box-style > .box-alpha20, .box-style > .box-alpha40, .box-style > .box-alpha60, .box-style > .box-alpha80, .box-style > .box-primary, .box-style > .box-secondary, .box-alpha20 > .box-style, .box-alpha20 > .box-alpha20, .box-alpha20 > .box-alpha40, .box-alpha20 > .box-alpha60, .box-alpha20 > .box-alpha80, .box-alpha20 > .box-primary, .box-alpha20 > .box-secondary, .box-alpha40 > .box-style, .box-alpha40 > .box-alpha20, .box-alpha40 > .box-alpha40, .box-alpha40 > .box-alpha60, .box-alpha40 > .box-alpha80, .box-alpha40 > .box-primary, .box-alpha40 > .box-secondary, .box-alpha60 > .box-style, .box-alpha60 > .box-alpha20, .box-alpha60 > .box-alpha40, .box-alpha60 > .box-alpha60, .box-alpha60 > .box-alpha80, .box-alpha60 > .box-primary, .box-alpha60 > .box-secondary, .box-alpha80 > .box-style, .box-alpha80 > .box-alpha20, .box-alpha80 > .box-alpha40, .box-alpha80 > .box-alpha60, .box-alpha80 > .box-alpha80, .box-alpha80 > .box-primary, .box-alpha80 > .box-secondary, .box-primary > .box-style, .box-primary > .box-alpha20, .box-primary > .box-alpha40, .box-primary > .box-alpha60, .box-primary > .box-alpha80, .box-primary > .box-primary, .box-primary > .box-secondary, .box-secondary > .box-style, .box-secondary > .box-alpha20, .box-secondary > .box-alpha40, .box-secondary > .box-alpha60, .box-secondary > .box-alpha80, .box-secondary > .box-primary, .box-secondary > .box-secondary {
  padding: 0; }
  @media only screen and (max-width: 768px) {
    .box-style > .box-style, .box-style > .box-alpha20, .box-style > .box-alpha40, .box-style > .box-alpha60, .box-style > .box-alpha80, .box-style > .box-primary, .box-style > .box-secondary, .box-alpha20 > .box-style, .box-alpha20 > .box-alpha20, .box-alpha20 > .box-alpha40, .box-alpha20 > .box-alpha60, .box-alpha20 > .box-alpha80, .box-alpha20 > .box-primary, .box-alpha20 > .box-secondary, .box-alpha40 > .box-style, .box-alpha40 > .box-alpha20, .box-alpha40 > .box-alpha40, .box-alpha40 > .box-alpha60, .box-alpha40 > .box-alpha80, .box-alpha40 > .box-primary, .box-alpha40 > .box-secondary, .box-alpha60 > .box-style, .box-alpha60 > .box-alpha20, .box-alpha60 > .box-alpha40, .box-alpha60 > .box-alpha60, .box-alpha60 > .box-alpha80, .box-alpha60 > .box-primary, .box-alpha60 > .box-secondary, .box-alpha80 > .box-style, .box-alpha80 > .box-alpha20, .box-alpha80 > .box-alpha40, .box-alpha80 > .box-alpha60, .box-alpha80 > .box-alpha80, .box-alpha80 > .box-primary, .box-alpha80 > .box-secondary, .box-primary > .box-style, .box-primary > .box-alpha20, .box-primary > .box-alpha40, .box-primary > .box-alpha60, .box-primary > .box-alpha80, .box-primary > .box-primary, .box-primary > .box-secondary, .box-secondary > .box-style, .box-secondary > .box-alpha20, .box-secondary > .box-alpha40, .box-secondary > .box-alpha60, .box-secondary > .box-alpha80, .box-secondary > .box-primary, .box-secondary > .box-secondary {
      padding: 0;
      margin: 0; } }
@media only screen and (max-width: 768px) {
  .box-top, .box-bottom {
    margin: 0 1em !important; } }

@media only screen and (max-width: 768px) {
  .-page-header .box-svg-bottom, .-page-header .box-svg-top, .-page-footer .box-svg-bottom, .-page-footer .box-svg-top {
    width: auto;
    margin: 0 1em; } }

.box-text-shadow {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7); }

.box-primary {
  background-color: #203983 !important; }
  .box-primary a:link, .box-primary a:visited, .box-primary > ul > li > a:link, .box-primary > ul > li > a:visited {
    color: white !important; }
  .box-primary a:hover, .box-primary > ul > li > a:hover {
    color: white !important; }

.box-secondary {
  background-color: #e7dac9 !important; }
  .box-secondary a:link, .box-secondary a:visited, .box-secondary > ul > li > a:link, .box-secondary > ul > li > a:visited {
    color: #203983; }
  .box-secondary a:hover, .box-secondary > ul > li > a:hover {
    color: #070c1d !important; }

.box-nopad {
  padding: 0 !important; }
  @media only screen and (max-width: 768px) {
    .box-nopad {
      padding: 0; } }
.pad-sm {
  padding: 1rem; }
  @media only screen and (max-width: 768px) {
    .pad-sm {
      padding: 1em 0; } }
.pad-md {
  padding: 2rem; }
  @media only screen and (max-width: 768px) {
    .pad-md {
      padding: 2em 0; } }
.pad-xl {
  padding: 3rem; }
  @media only screen and (max-width: 768px) {
    .pad-xl {
      padding: 3em 0; } }
.nopad-top {
  padding-top: 0; }
  @media only screen and (max-width: 768px) {
    .nopad-top {
      padding-top: 0; } }
.nopad-bottom {
  padding-bottom: 0; }
  @media only screen and (max-width: 768px) {
    .nopad-bottom {
      padding-bottom: 0; } }
.nopad-left {
  padding-left: 0; }
  @media only screen and (max-width: 768px) {
    .nopad-left {
      padding-left: 0; } }
.nopad-right {
  padding-right: 0; }
  @media only screen and (max-width: 768px) {
    .nopad-right {
      padding-right: 0; } }
.box-column-2 {
  column-count: 2;
  column-gap: 0; }
  .box-column-2 h1, .box-column-2 h2 {
    column-span: all; }
  @media only screen and (max-width: 992px) {
    .box-column-2 {
      column-count: 1; } }
.box-column-3 {
  column-count: 3;
  column-gap: 0; }
  .box-column-3 h1, .box-column-3 h2 {
    column-span: all; }
  @media only screen and (max-width: 992px) {
    .box-column-3 {
      column-count: 1; } }
.box-cursive p, h1.cursive, h2.cursive, h3.cursive {
  font-family: "Satisfy", cursive; }

.box-serif p, h1.serif, h2.serif, h3.serif {
  font-family: "Merriweather", serif; }

.box-sansserif p, h1.sansserif, h2.sansserif, h3.sansserif {
  font-family: "Nunito", sans-serif; }

.box-shadow:before {
  content: '';
  height: 50px;
  width: 100%;
  background-image: url("/assets/layouts/images/elements/angle-shadow.png");
  background-repeat: no-repeat;
  background-size: 96% 70%;
  background-position-y: center;
  background-position-x: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -42px;
  z-index: 0;
  opacity: 0.5; }

.nogutter-bottom {
  margin-bottom: 0 !important; }
  @media only screen and (max-width: 768px) {
    .nogutter-bottom {
      margin-bottom: 0 !important; } }
.gutter-top-sm {
  margin-top: 0; }

.gutter-top {
  margin-top: 0; }

.gutter-top-lg {
  margin-top: 0; }

.gutter-bottom-sm {
  margin-bottom: 0; }

.gutter-bottom {
  margin-bottom: 0; }

.gutter-bottom-lg {
  margin-bottom: 0; }

.chop-block {
  width: 100%;
  background-color: transparent;
  color: #cdd3e3;
  font-family: "Satisfy", cursive;
  font-size: 3em; }
  .chop-block > div {
    margin: 0 auto;
    display: flex;
    justify-content: center; }
  .chop-block .carry-words > div {
    float: left;
    padding-left: .3em; }

.arrows-white .swiper-button-next,
.arrows-white .swiper-button-prev {
  filter: saturate(0) brightness(1000%);
  -webkit-filter: saturate(0) brightness(1000%); }

.arrows-black .swiper-button-next,
.arrows-black .swiper-button-prev {
  filter: brightness(0);
  -webkit-filter: brightness(0); }

.staff .column {
  text-align: left; }

.box-staff.thumb-link {
  cursor: pointer; }

.box-staff .box-staff-photo img {
  min-width: 90%; }

.box-staff .contact-block .nowrap {
  white-space: nowrap;
  margin-top: .25em; }

.box-staff .svg-icon {
  height: 1em;
  width: auto;
  min-width: 20px;
  max-width: 25px;
  vertical-align: middle; }

.box-staff .flex-middle {
  display: flex;
  flex-direction: column;
  justify-content: center; }

@media screen and (max-width: 769px) {
  .box-staff {
    padding-bottom: 2rem; }
    .box-staff p {
      margin-bottom: 0;
      padding-left: 0;
      padding-right: 0; }
    .box-staff br {
      display: none; }
    .box-staff .box-staff-name-title br {
      display: block; }
    .box-staff .box-staff-photo {
      margin: 0; }
    .box-staff .box-staff-photo img {
      display: initial;
      min-width: 60%;
      max-width: 90% !important; }
    .box-staff .box-staff-phone, .box-staff .box-staff-cell, .box-staff .box-staff-email {
      display: block;
      line-height: 1.3; } }

@media screen and (max-width: 575px) {
  .staff .column, .lightbox-staff {
    text-align: center; } }

.vcard .adrLinks span {
  font-weight: normal !important;
  line-height: 1.3;
  padding: 5px 0;
  word-break: break-all; }
  .vcard .adrLinks span i {
    min-width: 20px;
    margin-right: 0 !important; }
    .vcard .adrLinks span i:before {
      font-size: 110%; }

.vcard .adrOptional {
  display: none; }

.vcard .adrPhone.adrDefault, .vcard .adrTollFree.adrDefault, .vcard .adrSite.adrDefault, .vcard .adrEmail.adrDefault {
  display: inline-block;
  width: 100%; }

.vcard .adrRegion.adrDefault {
  display: inline; }

.vcard-phone-alt .urlPhone .adrPhone.adrDefault, .vcard-phone-alt .urlPhone .adrTollFree.adrDefault, .vcard-phone-alt .urlPhone .adrSite.adrDefault, .vcard-phone-alt .urlPhone .adrEmail.adrDefault, .vcard-tollfree-alt .urlTollFree .adrPhone.adrDefault, .vcard-tollfree-alt .urlTollFree .adrTollFree.adrDefault, .vcard-tollfree-alt .urlTollFree .adrSite.adrDefault, .vcard-tollfree-alt .urlTollFree .adrEmail.adrDefault, .vcard-site-alt .urlSite .adrPhone.adrDefault, .vcard-site-alt .urlSite .adrTollFree.adrDefault, .vcard-site-alt .urlSite .adrSite.adrDefault, .vcard-site-alt .urlSite .adrEmail.adrDefault, .vcard-email-alt .urlEmail .adrPhone.adrDefault, .vcard-email-alt .urlEmail .adrTollFree.adrDefault, .vcard-email-alt .urlEmail .adrSite.adrDefault, .vcard-email-alt .urlEmail .adrEmail.adrDefault, .vcard-region-alt .adr .adrPhone.adrDefault, .vcard-region-alt .adr .adrTollFree.adrDefault, .vcard-region-alt .adr .adrSite.adrDefault, .vcard-region-alt .adr .adrEmail.adrDefault {
  display: none; }

.vcard-phone-alt .urlPhone .adrPhone.adrOptional, .vcard-phone-alt .urlPhone .adrTollFree.adrOptional, .vcard-phone-alt .urlPhone .adrSite.adrOptional, .vcard-phone-alt .urlPhone .adrEmail.adrOptional, .vcard-tollfree-alt .urlTollFree .adrPhone.adrOptional, .vcard-tollfree-alt .urlTollFree .adrTollFree.adrOptional, .vcard-tollfree-alt .urlTollFree .adrSite.adrOptional, .vcard-tollfree-alt .urlTollFree .adrEmail.adrOptional, .vcard-site-alt .urlSite .adrPhone.adrOptional, .vcard-site-alt .urlSite .adrTollFree.adrOptional, .vcard-site-alt .urlSite .adrSite.adrOptional, .vcard-site-alt .urlSite .adrEmail.adrOptional, .vcard-email-alt .urlEmail .adrPhone.adrOptional, .vcard-email-alt .urlEmail .adrTollFree.adrOptional, .vcard-email-alt .urlEmail .adrSite.adrOptional, .vcard-email-alt .urlEmail .adrEmail.adrOptional, .vcard-region-alt .adr .adrPhone.adrOptional, .vcard-region-alt .adr .adrTollFree.adrOptional, .vcard-region-alt .adr .adrSite.adrOptional, .vcard-region-alt .adr .adrEmail.adrOptional {
  display: inline-block;
  width: 100%; }

.vcard-phone-alt .urlPhone .adrRegion.adrDefault, .vcard-tollfree-alt .urlTollFree .adrRegion.adrDefault, .vcard-site-alt .urlSite .adrRegion.adrDefault, .vcard-email-alt .urlEmail .adrRegion.adrDefault, .vcard-region-alt .adr .adrRegion.adrDefault {
  display: none; }

.vcard-phone-alt .urlPhone .adrRegion.adrOptional, .vcard-tollfree-alt .urlTollFree .adrRegion.adrOptional, .vcard-site-alt .urlSite .adrRegion.adrOptional, .vcard-email-alt .urlEmail .adrRegion.adrOptional, .vcard-region-alt .adr .adrRegion.adrOptional {
  display: inline; }

.caret {
  border-top: 5px solid #e7dac9;
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent; }

.btn-texture .btn span {
  position: relative;
  z-index: 1; }

.btn-texture .btn:before {
  position: absolute;
  content: "";
  background-image: url("/fh_live/16500/16554/brand/fix1.png");
  background-position: center;
  opacity: .4;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

.btn {
  cursor: pointer;
  position: relative;
  font-family: "Nunito", sans-serif;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  font-weight: 500;
  transition: all ease-in-out 150ms;
  line-height: 2;
  padding-left: 1.5em;
  padding-right: 1.5em;
  min-width: 130px; }
  .btn small {
    font-family: "Nunito", sans-serif; }
  @media only screen and (max-width: 768px) {
    .btn {
      margin: 0 10%; } }
  .btn.btn-primary, .btn.btn-secondary, .btn.btn-neutral {
    border-top-width: 1px;
    border-bottom-width: 3px;
    font-weight: 300; }
    .btn.btn-primary:hover, .btn.btn-primary:not(:disabled):not(.disabled):active, .btn.btn-secondary:hover, .btn.btn-secondary:not(:disabled):not(.disabled):active, .btn.btn-neutral:hover, .btn.btn-neutral:not(:disabled):not(.disabled):active {
      border-top-width: 3px;
      border-bottom-width: 1px; }
  .btn.btn-primary {
    color: white;
    background-color: #182b62;
    border-color: #1a2e69; }
    .btn.btn-primary a {
      color: white; }
    .btn.btn-primary:hover, .btn.btn-primary:not(:disabled):not(.disabled):active {
      color: white;
      background-color: #203983;
      border-color: #1e367c; }
      .btn.btn-primary:hover a, .btn.btn-primary:not(:disabled):not(.disabled):active a {
        color: white; }
  .btn.btn-secondary {
    color: #f5f0e9;
    background-color: #c8aa82;
    border-color: #ddcbb3;
    text-shadow: 1px 1px 1px #6c6153; }
    .btn.btn-secondary a {
      color: #f5f0e9; }
    .btn.btn-secondary:hover, .btn.btn-secondary:not(:disabled):not(.disabled):active {
      color: white;
      background-color: #b8915f;
      border-color: #6c6153; }
      .btn.btn-secondary:hover a, .btn.btn-secondary:not(:disabled):not(.disabled):active a {
        color: white; }
  .btn.btn-neutral {
    color: #080e21;
    background-color: #c7cee0;
    border-color: #cdd3e3; }
    .btn.btn-neutral a {
      color: #080e21; }
    .btn.btn-neutral:hover, .btn.btn-neutral:not(:disabled):not(.disabled):active {
      background-color: #96a3c5;
      border-color: #9fa5b3; }
      .btn.btn-neutral:hover a, .btn.btn-neutral:not(:disabled):not(.disabled):active a {
        color: black; }

@media only screen and (max-width: 768px) {
  #guestbook-form .form-control {
    width: 90%; } }

.cta-brand1, .cta-brand2,
.cta-brand3, .cta-brand4,
.cta-brand5, .cta-brand6 {
  min-width: 200px; }
  .cta-brand1 .cta-style, .cta-brand2 .cta-style,
  .cta-brand3 .cta-style, .cta-brand4 .cta-style,
  .cta-brand5 .cta-style, .cta-brand6 .cta-style {
    width: 100%;
    height: 400px;
    overflow: hidden; }
  .cta-brand1 .cta-bg, .cta-brand2 .cta-bg,
  .cta-brand3 .cta-bg, .cta-brand4 .cta-bg,
  .cta-brand5 .cta-bg, .cta-brand6 .cta-bg {
    background-color: black;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .cta-brand1 .cover, .cta-brand2 .cover,
  .cta-brand3 .cover, .cta-brand4 .cover,
  .cta-brand5 .cover, .cta-brand6 .cover {
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    width: 100%;
    height: 100%;
    background-color: #c7cee0; }
  .cta-brand1 .title, .cta-brand1 .cta-title, .cta-brand2 .title, .cta-brand2 .cta-title,
  .cta-brand3 .title,
  .cta-brand3 .cta-title, .cta-brand4 .title, .cta-brand4 .cta-title,
  .cta-brand5 .title,
  .cta-brand5 .cta-title, .cta-brand6 .title, .cta-brand6 .cta-title {
    width: 100%;
    font-size: 22px; }
  .cta-brand1 .text, .cta-brand1 .cta-text, .cta-brand2 .text, .cta-brand2 .cta-text,
  .cta-brand3 .text,
  .cta-brand3 .cta-text, .cta-brand4 .text, .cta-brand4 .cta-text,
  .cta-brand5 .text,
  .cta-brand5 .cta-text, .cta-brand6 .text, .cta-brand6 .cta-text {
    width: 100%;
    font-family: "Merriweather", serif;
    font-size: 0.8em; }
    @media only screen and (max-width: 768px) {
      .cta-brand1 .text, .cta-brand1 .cta-text, .cta-brand2 .text, .cta-brand2 .cta-text,
      .cta-brand3 .text,
      .cta-brand3 .cta-text, .cta-brand4 .text, .cta-brand4 .cta-text,
      .cta-brand5 .text,
      .cta-brand5 .cta-text, .cta-brand6 .text, .cta-brand6 .cta-text {
        font-size: 1.2em; }
        .cta-brand1 .text p, .cta-brand1 .cta-text p, .cta-brand2 .text p, .cta-brand2 .cta-text p,
        .cta-brand3 .text p,
        .cta-brand3 .cta-text p, .cta-brand4 .text p, .cta-brand4 .cta-text p,
        .cta-brand5 .text p,
        .cta-brand5 .cta-text p, .cta-brand6 .text p, .cta-brand6 .cta-text p {
          padding-left: 0; } }
  .cta-brand1 a:hover, .cta-brand2 a:hover,
  .cta-brand3 a:hover, .cta-brand4 a:hover,
  .cta-brand5 a:hover, .cta-brand6 a:hover {
    text-decoration: none !important; }
  @media only screen and (max-width: 768px) {
    .cta-brand1, .cta-brand2,
    .cta-brand3, .cta-brand4,
    .cta-brand5, .cta-brand6 {
      width: 90% !important;
      margin: 1em auto !important; } }
.cta-brand1 {
  overflow: hidden;
  cursor: pointer;
  background-color: black;
  border-radius: 3px;
  height: 400px; }
  .cta-brand1 .cta-btn {
    position: relative;
    height: 100%;
    width: 100%; }
  .cta-brand1 .cta-bg {
    position: absolute;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    height: 100%; }
    .cta-brand1 .cta-bg .fx {
      position: absolute;
      z-index: 5;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
      @media only screen and (max-width: 768px) {
        .cta-brand1 .cta-bg .fx {
          display: none; } }
    .cta-brand1 .cta-bg .cta-fx1 {
      position: absolute;
      display: block;
      background-color: #101d42;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: .3; }
    .cta-brand1 .cta-bg .cta-fx2 {
      position: absolute;
      display: block;
      background-color: #101d42;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: .3; }
    .cta-brand1 .cta-bg .cta-fx3 {
      position: absolute;
      display: block;
      background-color: #101d42;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: .3; }
  .cta-brand1 .cta-info {
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .cta-brand1 .cta-info {
        padding-top: 5%;
        top: 0; } }
    .cta-brand1 .cta-info .cta-text {
      width: 100%;
      font-size: 0.8em;
      color: white;
      padding: 1em;
      z-index: 0; }
    .cta-brand1 .cta-info .cta-title {
      width: 100%;
      font-size: 44px;
      padding-left: 1em;
      padding-right: 1em;
      margin-top: 0;
      font-weight: 300;
      color: white;
      letter-spacing: -1px; }
      @media only screen and (max-width: 768px) {
        .cta-brand1 .cta-info .cta-title {
          font-size: 2em; } }
.cta-brand2 {
  border-radius: 3px;
  position: relative;
  width: 100%;
  height: 400px; }
  .cta-brand2 .cta-bg {
    position: absolute;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .cta-brand2 .cta-style {
    width: 100%;
    height: 400px;
    overflow: hidden;
    z-index: 2;
    cursor: pointer;
    background-color: #0a1229; }
    @media only screen and (max-width: 768px) {
      .cta-brand2 .cta-style {
        width: auto; } }
    @media only screen and (max-width: 576px) {
      .cta-brand2 .cta-style {
        width: 100%; } }
    .cta-brand2 .cta-style .cta-btn {
      width: 100%;
      height: 400px;
      cursor: pointer;
      display: flex;
      flex-direction: initial;
      justify-content: flex-end; }
      @media only screen and (max-width: 768px) {
        .cta-brand2 .cta-style .cta-btn {
          flex-direction: column;
          justify-content: center; } }
      .cta-brand2 .cta-style .cta-btn .cta-title, .cta-brand2 .cta-style .cta-btn .cta-text {
        display: flex;
        z-index: 5;
        text-align: center;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: 100%;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
        color: white; }
        @media only screen and (max-width: 768px) {
          .cta-brand2 .cta-style .cta-btn .cta-title, .cta-brand2 .cta-style .cta-btn .cta-text {
            height: auto;
            justify-content: center; } }
      .cta-brand2 .cta-style .cta-btn .cta-title {
        width: 100%;
        position: relative;
        padding: 0 20px; }
        @media only screen and (max-width: 768px) {
          .cta-brand2 .cta-style .cta-btn .cta-title {
            padding: 0; } }
        .cta-brand2 .cta-style .cta-btn .cta-title .title {
          font-size: 33px; }
          @media only screen and (max-width: 768px) {
            .cta-brand2 .cta-style .cta-btn .cta-title .title {
              font-size: 1em;
              padding: 1em 0; } }
      .cta-brand2 .cta-style .cta-btn .cta-text {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        font-size: 0.8em; }
        @media only screen and (max-width: 768px) {
          .cta-brand2 .cta-style .cta-btn .cta-text {
            position: relative; } }
        .cta-brand2 .cta-style .cta-btn .cta-text p {
          padding: 1em; }

.cta-brand3 {
  border-radius: 3px; }
  .cta-brand3 *:before,
  .cta-brand3 *:after {
    z-index: 0;
    box-sizing: border-box;
    transition: all 0.5s ease-out; }
  .cta-brand3 .cta-bg {
    z-index: 1;
    position: absolute;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .8;
    background-size: cover; }
  .cta-brand3 .cta-style {
    color: black;
    position: relative;
    display: flex;
    flex: auto;
    overflow: hidden;
    border-radius: 3px; }
    .cta-brand3 .cta-style .cta-info {
      z-index: 2;
      position: relative;
      background-color: rgba(255, 255, 255, 0.5);
      height: 100%;
      width: 70%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      transition: 0.3s all ease-in-out; }
      @media only screen and (max-width: 768px) {
        .cta-brand3 .cta-style .cta-info {
          width: 100%; } }
    .cta-brand3 .cta-style .cta-title {
      font-family: "Nunito", sans-serif;
      font-size: 33px;
      font-weight: 300;
      color: #101d42; }
      @media only screen and (max-width: 768px) {
        .cta-brand3 .cta-style .cta-title {
          font-size: 2em; } }
    .cta-brand3 .cta-style .cta-text {
      font-size: 0.8em; }
    .cta-brand3 .cta-style .cta-title,
    .cta-brand3 .cta-style .cta-text {
      width: 100%;
      padding-left: 20px;
      padding-right: 20px;
      text-align: left; }
    .cta-brand3 .cta-style:hover {
      color: #bfbfbf;
      transition: .4s transform ease-in-out;
      transition: .4s background-color ease-in-out .3s; }
      .cta-brand3 .cta-style:hover .cta-info {
        background-color: rgba(0, 0, 0, 0); }
      .cta-brand3 .cta-style:hover .cta-title {
        color: white; }
      .cta-brand3 .cta-style:hover .cta-bg {
        opacity: .3;
        background-color: rgba(16, 29, 66, 0.8);
        background-blend-mode: overlay;
        transition: .2s opacity ease-in-out .3s; }
    @media only screen and (max-width: 768px) {
      .cta-brand3 .cta-style {
        color: #bfbfbf;
        background-color: #bfbfbf; }
        .cta-brand3 .cta-style .cta-info {
          background-color: rgba(0, 0, 0, 0); }
        .cta-brand3 .cta-style .cta-title {
          color: white; }
        .cta-brand3 .cta-style .cta-bg {
          opacity: 0.8 !important;
          background-color: rgba(16, 29, 66, 0.8) !important;
          background-blend-mode: soft-light !important; } }
  .cta-brand3 .cta-slide-bg:before {
    content: '';
    position: absolute;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #101d42;
    transform: translateX(-100%); }
  .cta-brand3 .cta-slide-bg:hover:before {
    transform: translateX(0); }
  .cta-brand3 .cta-slide-bg:hover .cta-bg {
    background-color: rgba(16, 29, 66, 0.8);
    background-blend-mode: soft-light; }
  .cta-brand3 .cta-circle-expand span {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #101d42;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    z-index: 0; }
  .cta-brand3 .cta-circle-expand:hover span {
    width: 280%;
    height: 280%; }
  .cta-brand3 .cta-circle-expand:hover .cta-bg {
    background-color: rgba(16, 29, 66, 0.8);
    background-blend-mode: soft-light; }
  .cta-brand3 .cta-circle-expand:active {
    background-color: black; }
  .cta-brand3 .cta-shutter:before, .cta-brand3 .cta-shutter:after,
  .cta-brand3 .cta-shutter span:before,
  .cta-brand3 .cta-shutter span:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #101d42;
    z-index: 0; }
  .cta-brand3 .cta-shutter:before {
    transform: translate(-100%, -100%); }
  .cta-brand3 .cta-shutter:after {
    transform: translate(-100%, 100%); }
  .cta-brand3 .cta-shutter span:before {
    transform: translate(100%, -100%); }
  .cta-brand3 .cta-shutter span:after {
    transform: translate(100%, 100%); }
  .cta-brand3 .cta-shutter:hover:before {
    transform: translate(-50%, -50%); }
  .cta-brand3 .cta-shutter:hover:after {
    transform: translate(-50%, 50%); }
  .cta-brand3 .cta-shutter:hover span:before {
    transform: translate(49%, -50%); }
  .cta-brand3 .cta-shutter:hover span:after {
    transform: translate(49%, 50%); }
  .cta-brand3 .cta-shutter:hover .cta-bg {
    background-color: rgba(16, 29, 66, 0.7);
    background-blend-mode: soft-light; }

.cta-brand4 {
  border-radius: 3px; }
  .cta-brand4 .cta-bg {
    z-index: 1;
    position: absolute;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    background-size: cover; }
  .cta-brand4 .cta-info {
    z-index: 2;
    position: absolute;
    display: block;
    height: auto;
    width: 100%;
    margin-bottom: 15px;
    transition: 0.3s all ease-in-out;
    background-color: rgba(242, 235, 226, 0.7); }
  .cta-brand4 .cta-style {
    position: relative;
    display: flex;
    flex: auto;
    overflow: hidden;
    height: 400px;
    color: #101d42;
    border-radius: 3px; }
    .cta-brand4 .cta-style .cta-title {
      font-family: "Nunito", sans-serif;
      font-weight: 500;
      letter-spacing: -1px;
      font-size: 18.33333333px;
      white-space: nowrap;
      margin-top: 0;
      margin-bottom: 0;
      padding-top: 10px;
      padding-bottom: 10px; }
      @media only screen and (max-width: 768px) {
        .cta-brand4 .cta-style .cta-title {
          padding-top: 15px;
          font-size: 2em;
          line-height: 1;
          white-space: normal; } }
      .cta-brand4 .cta-style .cta-title i {
        display: inline-block;
        opacity: .7;
        padding-right: 3px;
        font-size: 1.1em;
        vertical-align: text-bottom; }
    .cta-brand4 .cta-style .cta-text {
      line-height: 1.4;
      padding-bottom: 20px;
      font-size: 0.8em; }
    .cta-brand4 .cta-style .cta-text,
    .cta-brand4 .cta-style .cta-title {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      text-align: left; }
    .cta-brand4 .cta-style:hover .cta-info {
      color: #152657;
      background-color: rgba(242, 235, 226, 0.9); }

.cta-brand5 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background-color: #101d42;
  border-radius: 3px; }
  .cta-brand5 .cta-bg {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    opacity: .5;
    transition: .5s opacity ease-in-out; }
  .cta-brand5 .cta-info {
    z-index: 2;
    letter-spacing: -1px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 33px;
    color: white;
    font-weight: 700;
    line-height: 1.6;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    text-align: center;
    margin-top: auto; }
    .cta-brand5 .cta-info div {
      float: left;
      padding-left: 10px; }
    @media only screen and (max-width: 768px) {
      .cta-brand5 .cta-info {
        padding-top: 5%;
        top: 0; } }
    .cta-brand5 .cta-info h2, .cta-brand5 .cta-info h3, .cta-brand5 .cta-info h4 {
      padding: 1em 1em 0; }
    .cta-brand5 .cta-info p {
      padding: 0 1em 1em; }
  .cta-brand5:hover .cta-bg {
    opacity: .3;
    transition: 0.5s opacity ease-in-out; }

.cta-brand6 {
  position: relative;
  background-color: black;
  cursor: pointer;
  width: 100%;
  overflow: hidden; }
  .cta-brand6 .cta-img, .cta-brand6 .cta-img-2 {
    width: 100%;
    overflow: hidden;
    background-size: cover;
    z-index: 1;
    transition: all ease-in-out 500ms;
    background-color: transparent; }
  .cta-brand6 .cta-img {
    opacity: 0;
    height: 400px; }
  .cta-brand6 .cta-img-2 {
    opacity: 1;
    height: 330px; }
  .cta-brand6 .cta-info {
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-color: black;
    transition: all ease-in-out 500ms;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    height: 70px;
    margin-top: 0; }
    .cta-brand6 .cta-info .cta-title, .cta-brand6 .cta-info .cta-text {
      color: #fffefe !important; }
    .cta-brand6 .cta-info .cta-title {
      text-align: center;
      margin-top: 0;
      padding-top: 20px;
      padding-bottom: 0; }
    .cta-brand6 .cta-info .cta-text {
      padding: 1em 2em;
      text-align: center;
      opacity: 0;
      transition: all ease-in-out 500ms; }
  .cta-brand6:hover .cta-img {
    opacity: 1;
    height: 330px; }
  .cta-brand6:hover .cta-img-2 {
    opacity: 0;
    margin-top: -330px; }
  .cta-brand6:hover .cta-info {
    margin-top: 0;
    color: white;
    height: 400px; }
  .cta-brand6:hover .cta-text {
    opacity: 1; }
  @media only screen and (max-width: 768px) {
    .cta-brand6 .cta-img {
      opacity: 1;
      height: 330px; }
    .cta-brand6 .cta-img-2 {
      opacity: 0;
      margin-top: -330px; }
    .cta-brand6 .cta-info {
      margin-top: 0;
      color: white;
      height: 400px; }
    .cta-brand6 .cta-text {
      opacity: 1 !important;
      max-height: 50%;
      font-size: .8em;
      padding: 1em; }
      .cta-brand6 .cta-text p {
        padding: 0; } }
.cta-brand7 {
  height: 100%;
  min-width: 100%;
  margin: 0;
  background-size: cover; }
  @media only screen and (max-width: 768px) {
    .cta-brand7 {
      width: 100%; } }
  .cta-brand7 .cta-style {
    overflow: hidden; }
  .cta-brand7 .cta-hero-inner, .cta-brand7 .frame, .cta-brand7 .cta-hero-text {
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
    justify-content: center; }
  .cta-brand7 .cta-hero-inner {
    height: 100%;
    max-width: 80%;
    margin: 0 auto;
    flex-direction: row; }
    @media only screen and (max-width: 768px) {
      .cta-brand7 .cta-hero-inner {
        flex-direction: column;
        max-width: 100%;
        height: 100%; } }
    @media only screen and (max-width: 1200px) {
      .cta-brand7 .cta-hero-inner {
        max-width: 100%; } }
  .cta-brand7 .frame, .cta-brand7 .cta-hero-text {
    width: auto;
    height: 100%;
    min-height: 400px; }
    @media only screen and (max-width: 768px) {
      .cta-brand7 .frame, .cta-brand7 .cta-hero-text {
        min-height: auto; } }
  .cta-brand7 .frame {
    position: relative;
    z-index: 1;
    max-width: 30%; }
    @media only screen and (max-width: 768px) {
      .cta-brand7 .frame {
        max-width: 100%;
        text-align: center;
        margin-right: 0; } }
    .cta-brand7 .frame img {
      width: auto;
      max-width: 100%;
      height: auto;
      max-height: 100%;
      border: 10px solid #eef3f2;
      box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5); }
      @media only screen and (max-width: 768px) {
        .cta-brand7 .frame img {
          margin: 0 auto;
          max-height: 400px;
          width: auto; } }
  .cta-brand7 .cta-hero-text {
    width: 100%;
    flex-direction: column;
    text-align: center; }
    .cta-brand7 .cta-hero-text.text-side {
      min-width: 45%;
      max-width: 50%;
      align-items: flex-start;
      text-align: left; }
      @media only screen and (max-width: 768px) {
        .cta-brand7 .cta-hero-text.text-side {
          min-width: 100%;
          max-width: 100%;
          text-align: center;
          align-items: center; } }
  .cta-brand7 .frame-side {
    justify-content: flex-end;
    margin-right: 5%;
    margin-left: 0; }
    @media only screen and (max-width: 768px) {
      .cta-brand7 .frame-side {
        justify-content: center;
        margin-right: 0;
        margin: 0; } }
.box-cta .cta-brand7 .cta-hero-inner {
  height: 400px; }
  @media only screen and (max-width: 768px) {
    .box-cta .cta-brand7 .cta-hero-inner {
      height: auto; } }
.cta-flip-side .cta-brand7 .cta-hero-inner {
  flex-direction: row-reverse; }
  @media only screen and (max-width: 768px) {
    .cta-flip-side .cta-brand7 .cta-hero-inner {
      flex-direction: column; } }
.cta-flip-side .cta-brand7 .frame-side {
  justify-content: flex-start;
  margin-left: 5%;
  margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .cta-flip-side .cta-brand7 .frame-side {
      margin-left: 0; } }
.cta-flip-side .cta-brand7 .cta-hero-text.text-side {
  text-align: right;
  align-items: flex-end; }
  @media only screen and (max-width: 768px) {
    .cta-flip-side .cta-brand7 .cta-hero-text.text-side {
      text-align: center;
      align-items: center; } }
.cta-cursive .cta-brand1 .cta-title, .cta-cursive .cta-brand2 .cta-title, .cta-cursive .cta-brand3 .cta-title, .cta-cursive .cta-brand4 .cta-title, .cta-cursive .cta-brand5 .cta-title, .cta-cursive .cta-brand6 .cta-title {
  font-family: "Satisfy", cursive !important; }

.cta-serif .cta-brand1 .cta-title, .cta-serif .cta-brand2 .cta-title, .cta-serif .cta-brand3 .cta-title, .cta-serif .cta-brand4 .cta-title, .cta-serif .cta-brand5 .cta-title, .cta-serif .cta-brand6 .cta-title {
  font-family: "Merriweather", serif !important; }

.cta-sans-serif .cta-brand1 .cta-title, .cta-sans-serif .cta-brand2 .cta-title, .cta-sans-serif .cta-brand3 .cta-title, .cta-sans-serif .cta-brand4 .cta-title, .cta-sans-serif .cta-brand5 .cta-title, .cta-sans-serif .cta-brand6 .cta-title {
  font-family: "Nunito", sans-serif !important; }

#metal .f-grad1 {
  stop-color: #020308; }

#metal .f-grad2 {
  stop-color: #16275a; }

#metal .f-grad3 {
  stop-color: #6381d9; }

#metal .f-grad4 {
  stop-color: #203983; }

#shadow .f-shad1 {
  stop-color: black;
  stop-opacity: 1; }

#shadow .f-shad2 {
  stop-color: black;
  stop-opacity: 0.831373; }

#shadow .f-shad3 {
  stop-color: black;
  stop-opacity: 0.25098; }

#shadow .f-shad4 {
  stop-color: black;
  stop-opacity: 0; }

#curve {
  fill: none;
  stroke: none; }

.obits {
  margin: 0 auto;
  cursor: pointer;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important; }
  .obits a, .obits a:hover, .obits a:visited {
    text-decoration: none !important; }
  .obits *, .obits * > *, .obits * > * > * {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important; }
  .obits .obits_holder {
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0; }
    @media only screen and (max-width: 768px) {
      .obits .obits_holder {
        display: flex;
        justify-content: space-evenly;
        align-items: stretch; } }
  .obits .obit .obit-date {
    font-family: "Nunito", sans-serif;
    color: #101d42;
    line-height: 1.3; }
  .obits .obit .obit-name {
    font-family: "Merriweather", serif;
    line-height: 1.3;
    color: #070c1d;
    font-weight: bold; }
  .obits .obit .obit-icons {
    position: relative;
    margin: 10px auto;
    max-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 768px) {
      .obits .obit .obit-icons {
        height: auto; } }
    .obits .obit .obit-icons .obit-icon {
      float: left;
      line-height: 2;
      padding: 0.375rem 0.25rem; }
      @media only screen and (max-width: 768px) {
        .obits .obit .obit-icons .obit-icon {
          padding: .75em; } }
    .obits .obit .obit-icons .btn {
      border: none;
      outline-color: transparent;
      background-color: transparent;
      min-width: auto;
      padding-left: 5px;
      padding-right: 5px; }
      @media only screen and (max-width: 768px) {
        .obits .obit .obit-icons .btn {
          padding: .75em; } }
      .obits .obit .obit-icons .btn small {
        font-family: "Nunito", sans-serif;
        letter-spacing: -.5px; }
    .obits .obit .obit-icons a {
      position: relative;
      overflow: visible;
      color: #070c1d;
      display: block; }
      .obits .obit .obit-icons a .tooltiptext {
        font-family: "Nunito", sans-serif;
        position: absolute;
        visibility: hidden;
        z-index: 99;
        width: 120px;
        background-color: #555;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        bottom: 125%;
        left: 50%;
        margin-left: -60px;
        font-size: .7em; }
        .obits .obit .obit-icons a .tooltiptext:after {
          content: "";
          position: absolute;
          top: 100%;
          left: 50%;
          margin-left: -5px;
          border-width: 5px;
          border-style: solid;
          border-color: #555 transparent transparent transparent; }
      .obits .obit .obit-icons a:hover {
        color: #254297; }
        .obits .obit .obit-icons a:hover .tooltiptext {
          visibility: visible; }
  .obits .obit.obit-modern {
    padding: 2px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .obits .obit.obit-modern {
        padding: 2px 5px;
        margin: 0;
        width: auto; } }
    @media only screen and (max-width: 576px) {
      .obits .obit.obit-modern {
        width: 100%; } }
    .obits .obit.obit-modern .obit-card {
      min-height: 100%;
      min-width: 160px;
      max-width: 160px;
      display: flex;
      flex-flow: column;
      justify-content: space-between;
      border-radius: 2px;
      background-color: #f9f6f2;
      color: #070c1d;
      box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
      padding: 5px 5px 10px;
      overflow: hidden; }
      @media only screen and (max-width: 768px) {
        .obits .obit.obit-modern .obit-card {
          width: auto;
          height: auto;
          max-width: 200px;
          min-width: auto;
          padding: 0 0 5px; } }
      @media only screen and (max-width: 576px) {
        .obits .obit.obit-modern .obit-card {
          width: 100%;
          max-width: unset; } }
      .obits .obit.obit-modern .obit-card:hover {
        background-color: white; }
        .obits .obit.obit-modern .obit-card:hover .obit-name {
          color: #111e46; }
      .obits .obit.obit-modern .obit-card .obit-name {
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 8px; }
      .obits .obit.obit-modern .obit-card .obit-txt-holder svg {
        width: 150px;
        height: auto; }
      .obits .obit.obit-modern .obit-card .obit-img-holder {
        position: relative;
        padding: 10px;
        margin: 0; }
        @media only screen and (max-width: 768px) {
          .obits .obit.obit-modern .obit-card .obit-img-holder {
            padding: 1em; } }
        .obits .obit.obit-modern .obit-card .obit-img-holder svg {
          width: 140px;
          height: 140px;
          overflow: visible; }
          @media only screen and (max-width: 768px) {
            .obits .obit.obit-modern .obit-card .obit-img-holder svg {
              width: 160px;
              height: 160px; } }
          @media only screen and (max-width: 576px) {
            .obits .obit.obit-modern .obit-card .obit-img-holder svg {
              width: 90%;
              height: 90%; } }
        .obits .obit.obit-modern .obit-card .obit-img-holder .obit-image,
        .obits .obit.obit-modern .obit-card .obit-img-holder .obit-image-2 {
          width: 100%;
          height: 100%; }
      @media only screen and (max-width: 768px) {
        .obits .obit.obit-modern .obit-card .obit-image {
          opacity: 1 !important; } }
      .obits .obit.obit-modern .obit-card .obit-image,
      .obits .obit.obit-modern .obit-card .obit-image-2 {
        position: absolute;
        clip-path: url(#circlemask); }
      .obits .obit.obit-modern .obit-card .obit-image-2 {
        -webkit-filter: url(#filter-wow);
        filter: url(#filter-wow); }
        @media only screen and (max-width: 768px) {
          .obits .obit.obit-modern .obit-card .obit-image-2 {
            opacity: 0; } }
  .obits .obit.obit-framed {
    padding: 2px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .obits .obit.obit-framed {
        margin-bottom: 5px; }
        .obits .obit.obit-framed:nth-child(even) {
          margin-left: 5px; } }
    .obits .obit.obit-framed .obit-card {
      min-height: 210px;
      display: flex;
      flex-flow: column;
      justify-content: space-between;
      border-top: none;
      border-radius: 2px;
      background-color: transparent;
      color: #070c1d;
      box-shadow: none;
      padding: 0;
      overflow: hidden; }
      .obits .obit.obit-framed .obit-card:hover {
        background-color: transparent;
        border-top: 0; }
        .obits .obit.obit-framed .obit-card:hover .frame-back {
          fill: url(#metal); }
        .obits .obit.obit-framed .obit-card:hover .obit-date,
        .obits .obit.obit-framed .obit-card:hover .obit-name {
          color: #1b306f;
          fill: #1b306f; }
      .obits .obit.obit-framed .obit-card .frame-back {
        fill: #101d42;
        fill-rule: nonzero; }
        @media only screen and (max-width: 768px) {
          .obits .obit.obit-framed .obit-card .frame-back {
            fill: url(#metal); } }
      .obits .obit.obit-framed .obit-card .obit-name {
        text-align: center;
        font-size: .8em;
        line-height: 1.1;
        fill: #070c1d;
        fill-rule: nonzero; }
      .obits .obit.obit-framed .obit-card .obit-txt-holder,
      .obits .obit.obit-framed .obit-card .obit-txt-holder svg {
        width: 160px;
        height: auto; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .obits .obit.obit-framed .obit-card a {
          width: 100%; }
        .obits .obit.obit-framed .obit-card .obit-txt-holder {
          position: relative;
          width: 100%;
          padding-top: 33.33%; }
        .obits .obit.obit-framed .obit-card .obit-txt-holder svg {
          position: absolute;
          width: 100%;
          height: 50px !important;
          left: 0;
          right: 0;
          margin-top: -33.33%; } }
      .obits .obit.obit-framed .obit-card .obit-img-holder {
        position: relative;
        padding: 0;
        margin: 0; }
        .obits .obit.obit-framed .obit-card .obit-img-holder svg {
          width: 160px;
          height: 160px;
          overflow: visible; }
          @media only screen and (max-width: 576px) {
            .obits .obit.obit-framed .obit-card .obit-img-holder svg {
              width: 100%;
              height: 100%; } }
        .obits .obit.obit-framed .obit-card .obit-img-holder .obit-image,
        .obits .obit.obit-framed .obit-card .obit-img-holder .obit-image-2 {
          width: 100%;
          height: 100%; }
      .obits .obit.obit-framed .obit-card .obit-image,
      .obits .obit.obit-framed .obit-card .obit-image-2 {
        position: absolute; }
      @media only screen and (max-width: 768px) {
        .obits .obit.obit-framed .obit-card .obit-image {
          opacity: 1; } }
      .obits .obit.obit-framed .obit-card .obit-image-2 {
        -webkit-filter: url(#filter-wow);
        filter: url(#filter-wow); }
        @media only screen and (max-width: 768px) {
          .obits .obit.obit-framed .obit-card .obit-image-2 {
            opacity: 0; } }
  .obits .obit.obit-clean {
    padding: 2px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .obits .obit.obit-clean {
        margin: 3px;
        width: auto;
        min-width: 160px;
        max-width: 200px;
        background-color: #f9f6f2;
        box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5); } }
    @media only screen and (max-width: 576px) {
      .obits .obit.obit-clean {
        width: 100%;
        max-width: unset; } }
    .obits .obit.obit-clean .obit-card {
      cursor: pointer;
      position: relative;
      display: flex;
      justify-content: center;
      flex-flow: column;
      background-color: #f9f6f2;
      border-radius: 2px;
      border: 1px solid #f1eae1;
      color: #070c1d;
      box-shadow: none;
      padding: 0; }
      @media only screen and (max-width: 768px) {
        .obits .obit.obit-clean .obit-card {
          width: auto;
          height: auto;
          min-height: 360px;
          align-items: center;
          display: flex;
          flex-direction: column;
          justify-content: space-evenly;
          border: 1px solid #d7c2a6;
          border-radius: 2px !important;
          padding: 0; }
          .obits .obit.obit-clean .obit-card > a {
            padding: .5em;
            display: flex;
            justify-content: center;
            align-items: center; } }
      @media only screen and (max-width: 576px) {
        .obits .obit.obit-clean .obit-card {
          max-width: unset; } }
      .obits .obit.obit-clean .obit-card .obit-img-holder {
        position: relative;
        margin: 0; }
        @media only screen and (max-width: 768px) {
          .obits .obit.obit-clean .obit-card .obit-img-holder {
            padding: 1em; } }
        @media only screen and (max-width: 768px) {
          .obits .obit.obit-clean .obit-card .obit-img-holder svg {
            width: 200px;
            height: 200px; } }
      .obits .obit.obit-clean .obit-card .obit-txt-holder {
        position: absolute;
        display: flex;
        flex: auto;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
        @media only screen and (max-width: 768px) {
          .obits .obit.obit-clean .obit-card .obit-txt-holder {
            position: relative;
            display: flex;
            width: 100%;
            align-items: center; } }
      .obits .obit.obit-clean .obit-card .obit-date {
        line-height: 1.7; }
      .obits .obit.obit-clean .obit-card .obit-date,
      .obits .obit.obit-clean .obit-card .obit-name {
        display: flex;
        flex: 1;
        justify-content: center;
        flex-direction: column;
        padding-top: 25px;
        padding-bottom: 5px;
        color: #101d42; }
        @media only screen and (max-width: 768px) {
          .obits .obit.obit-clean .obit-card .obit-date,
          .obits .obit.obit-clean .obit-card .obit-name {
            padding: unset; } }
      .obits .obit.obit-clean .obit-card .obit-name {
        color: #070c1d; }
    .obits .obit.obit-clean .obit-name {
      text-align: center;
      padding-top: 10px;
      max-width: 180px; }
      @media only screen and (max-width: 768px) {
        .obits .obit.obit-clean .obit-name {
          max-width: 100%; } }
      .obits .obit.obit-clean .obit-name.name-shadow {
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); }
    .obits .obit.obit-clean:hover .obit-name {
      color: black; }
  .obits .obit.obit-pop {
    margin: 2px;
    padding: 5px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .obits .obit.obit-pop {
        margin: 3px;
        width: auto;
        background-color: #f9f6f2;
        box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5); } }
    @media only screen and (max-width: 576px) {
      .obits .obit.obit-pop {
        width: 100%; } }
    .obits .obit.obit-pop .obit-card {
      width: 160px;
      height: 100%;
      border: 1px solid transparent; }
      @media only screen and (max-width: 768px) {
        .obits .obit.obit-pop .obit-card {
          width: auto;
          height: auto;
          align-items: center;
          display: flex;
          flex-direction: column;
          justify-content: space-evenly;
          border: 1px solid #d7c2a6;
          padding: 0; } }
      .obits .obit.obit-pop .obit-card .obit-img-holder {
        position: relative;
        margin: 0; }
        @media only screen and (max-width: 768px) {
          .obits .obit.obit-pop .obit-card .obit-img-holder {
            padding: 1em; } }
        @media only screen and (max-width: 768px) {
          .obits .obit.obit-pop .obit-card .obit-img-holder svg {
            width: 200px;
            height: 200px; } }
    .obits .obit.obit-pop .obit-name {
      padding-top: 10px;
      padding-bottom: 10px;
      color: #e7dac9; }
      @media only screen and (max-width: 768px) {
        .obits .obit.obit-pop .obit-name {
          max-width: 90%;
          margin: 0 auto;
          color: #c8aa82; } }
    .obits .obit.obit-pop .more-info {
      display: none; }
      @media only screen and (max-width: 768px) {
        .obits .obit.obit-pop .more-info {
          display: block; } }
    .obits .obit.obit-pop:hover {
      cursor: pointer; }
    .obits .obit.obit-pop .obit-image {
      position: absolute; }
    .obits .obit.obit-pop .pic2 {
      opacity: .5; }
      @media only screen and (max-width: 768px) {
        .obits .obit.obit-pop .pic2 {
          opacity: 0; } }
    .obits .obit.obit-pop.pop-open {
      position: absolute;
      z-index: 99;
      background-color: #f9f6f2;
      box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5); }
      .obits .obit.obit-pop.pop-open .obit-name {
        color: #c8aa82; }
      .obits .obit.obit-pop.pop-open .obit-card {
        border: 1px solid #d7c2a6;
        padding: 25px 25px 5px; }
      .obits .obit.obit-pop.pop-open .more-info {
        display: block; }
      .obits .obit.obit-pop.pop-open .pic2 {
        opacity: 0; }
  .obits .obit.obit-grid {
    overflow: hidden;
    transition: 0.3s all ease-in-out; }
    .obits .obit.obit-grid .obit-wrapper {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      @media only screen and (max-width: 768px) {
        .obits .obit.obit-grid .obit-wrapper {
          height: auto;
          max-width: unset; } }
    .obits .obit.obit-grid .obit-card {
      position: absolute; }
      @media only screen and (max-width: 768px) {
        .obits .obit.obit-grid .obit-card {
          position: relative;
          width: 100%;
          padding: 10px;
          align-items: center; }
          .obits .obit.obit-grid .obit-card > a {
            max-width: 35%;
            margin: 0 10px; } }
    .obits .obit.obit-grid .obit-name {
      font-family: "Merriweather", serif; }
      @media only screen and (max-width: 768px) {
        .obits .obit.obit-grid .obit-name {
          font-size: 1.1em; } }
    .obits .obit.obit-grid .more-info {
      width: 150px;
      height: 150px; }
      @media only screen and (max-width: 768px) {
        .obits .obit.obit-grid .more-info {
          width: 100%;
          height: 100%;
          justify-content: center; }
          .obits .obit.obit-grid .more-info > a {
            width: 100%; } }
    .obits .obit.obit-grid .obit-img-holder {
      position: relative;
      width: 200px; }
      @media only screen and (max-width: 768px) {
        .obits .obit.obit-grid .obit-img-holder {
          width: 100%; } }
      .obits .obit.obit-grid .obit-img-holder svg {
        width: 130px;
        height: 130px;
        padding: 10px; }
        @media only screen and (max-width: 768px) {
          .obits .obit.obit-grid .obit-img-holder svg {
            width: 100%;
            height: auto;
            padding: 0; } }
    .obits .obit.obit-grid .obit-image-2 {
      transition: 0.5s all ease-in-out;
      -webkit-filter: url(#black-white);
      filter: url(#black-white);
      opacity: .5; }
      @media only screen and (max-width: 768px) {
        .obits .obit.obit-grid .obit-image-2 {
          opacity: 0; } }
    .obits .obit.obit-grid.grid1, .obits .obit.obit-grid.grid5, .obits .obit.obit-grid.grid9, .obits .obit.obit-grid.grid13, .obits .obit.obit-grid.grid17, .obits .obit.obit-grid.grid21, .obits .obit.obit-grid.grid25, .obits .obit.obit-grid.grid29, .obits .obit.obit-grid.grid33 {
      width: 150px;
      height: 300px;
      margin-left: 0;
      margin-top: 0; }
      @media only screen and (max-width: 768px) {
        .obits .obit.obit-grid.grid1, .obits .obit.obit-grid.grid5, .obits .obit.obit-grid.grid9, .obits .obit.obit-grid.grid13, .obits .obit.obit-grid.grid17, .obits .obit.obit-grid.grid21, .obits .obit.obit-grid.grid25, .obits .obit.obit-grid.grid29, .obits .obit.obit-grid.grid33 {
          width: 100%;
          height: auto;
          margin-bottom: 2px; } }
      .obits .obit.obit-grid.grid1 .obit-name, .obits .obit.obit-grid.grid5 .obit-name, .obits .obit.obit-grid.grid9 .obit-name, .obits .obit.obit-grid.grid13 .obit-name, .obits .obit.obit-grid.grid17 .obit-name, .obits .obit.obit-grid.grid21 .obit-name, .obits .obit.obit-grid.grid25 .obit-name, .obits .obit.obit-grid.grid29 .obit-name, .obits .obit.obit-grid.grid33 .obit-name {
        padding-top: 5px; }
      .obits .obit.obit-grid.grid1 .more-info, .obits .obit.obit-grid.grid5 .more-info, .obits .obit.obit-grid.grid9 .more-info, .obits .obit.obit-grid.grid13 .more-info, .obits .obit.obit-grid.grid17 .more-info, .obits .obit.obit-grid.grid21 .more-info, .obits .obit.obit-grid.grid25 .more-info, .obits .obit.obit-grid.grid29 .more-info, .obits .obit.obit-grid.grid33 .more-info {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center; }
        @media only screen and (max-width: 768px) {
          .obits .obit.obit-grid.grid1 .more-info, .obits .obit.obit-grid.grid5 .more-info, .obits .obit.obit-grid.grid9 .more-info, .obits .obit.obit-grid.grid13 .more-info, .obits .obit.obit-grid.grid17 .more-info, .obits .obit.obit-grid.grid21 .more-info, .obits .obit.obit-grid.grid25 .more-info, .obits .obit.obit-grid.grid29 .more-info, .obits .obit.obit-grid.grid33 .more-info {
            text-align: left;
            justify-content: center;
            align-items: flex-start; } }
        .obits .obit.obit-grid.grid1 .more-info > div, .obits .obit.obit-grid.grid5 .more-info > div, .obits .obit.obit-grid.grid9 .more-info > div, .obits .obit.obit-grid.grid13 .more-info > div, .obits .obit.obit-grid.grid17 .more-info > div, .obits .obit.obit-grid.grid21 .more-info > div, .obits .obit.obit-grid.grid25 .more-info > div, .obits .obit.obit-grid.grid29 .more-info > div, .obits .obit.obit-grid.grid33 .more-info > div {
          padding-left: 5px;
          padding-right: 5px; }
      .obits .obit.obit-grid.grid1 .obit-card, .obits .obit.obit-grid.grid5 .obit-card, .obits .obit.obit-grid.grid9 .obit-card, .obits .obit.obit-grid.grid13 .obit-card, .obits .obit.obit-grid.grid17 .obit-card, .obits .obit.obit-grid.grid21 .obit-card, .obits .obit.obit-grid.grid25 .obit-card, .obits .obit.obit-grid.grid29 .obit-card, .obits .obit.obit-grid.grid33 .obit-card {
        background-color: #b8bdd1;
        display: flex;
        flex-direction: column; }
        @media only screen and (max-width: 768px) {
          .obits .obit.obit-grid.grid1 .obit-card, .obits .obit.obit-grid.grid5 .obit-card, .obits .obit.obit-grid.grid9 .obit-card, .obits .obit.obit-grid.grid13 .obit-card, .obits .obit.obit-grid.grid17 .obit-card, .obits .obit.obit-grid.grid21 .obit-card, .obits .obit.obit-grid.grid25 .obit-card, .obits .obit.obit-grid.grid29 .obit-card, .obits .obit.obit-grid.grid33 .obit-card {
            flex-direction: row; } }
    .obits .obit.obit-grid.grid2, .obits .obit.obit-grid.grid6, .obits .obit.obit-grid.grid10, .obits .obit.obit-grid.grid14, .obits .obit.obit-grid.grid18, .obits .obit.obit-grid.grid22, .obits .obit.obit-grid.grid26, .obits .obit.obit-grid.grid30, .obits .obit.obit-grid.grid34 {
      width: 150px;
      height: 300px;
      margin-left: 0;
      margin-top: 0; }
      @media only screen and (max-width: 768px) {
        .obits .obit.obit-grid.grid2, .obits .obit.obit-grid.grid6, .obits .obit.obit-grid.grid10, .obits .obit.obit-grid.grid14, .obits .obit.obit-grid.grid18, .obits .obit.obit-grid.grid22, .obits .obit.obit-grid.grid26, .obits .obit.obit-grid.grid30, .obits .obit.obit-grid.grid34 {
          width: 100%;
          height: auto;
          margin-bottom: 2px; } }
      .obits .obit.obit-grid.grid2 .obit-name, .obits .obit.obit-grid.grid6 .obit-name, .obits .obit.obit-grid.grid10 .obit-name, .obits .obit.obit-grid.grid14 .obit-name, .obits .obit.obit-grid.grid18 .obit-name, .obits .obit.obit-grid.grid22 .obit-name, .obits .obit.obit-grid.grid26 .obit-name, .obits .obit.obit-grid.grid30 .obit-name, .obits .obit.obit-grid.grid34 .obit-name {
        padding-bottom: 5px; }
      .obits .obit.obit-grid.grid2 .more-info, .obits .obit.obit-grid.grid6 .more-info, .obits .obit.obit-grid.grid10 .more-info, .obits .obit.obit-grid.grid14 .more-info, .obits .obit.obit-grid.grid18 .more-info, .obits .obit.obit-grid.grid22 .more-info, .obits .obit.obit-grid.grid26 .more-info, .obits .obit.obit-grid.grid30 .more-info, .obits .obit.obit-grid.grid34 .more-info {
        text-align: center;
        display: flex;
        flex-direction: column-reverse;
        align-items: center; }
        @media only screen and (max-width: 768px) {
          .obits .obit.obit-grid.grid2 .more-info, .obits .obit.obit-grid.grid6 .more-info, .obits .obit.obit-grid.grid10 .more-info, .obits .obit.obit-grid.grid14 .more-info, .obits .obit.obit-grid.grid18 .more-info, .obits .obit.obit-grid.grid22 .more-info, .obits .obit.obit-grid.grid26 .more-info, .obits .obit.obit-grid.grid30 .more-info, .obits .obit.obit-grid.grid34 .more-info {
            text-align: left;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start; } }
        .obits .obit.obit-grid.grid2 .more-info > div, .obits .obit.obit-grid.grid6 .more-info > div, .obits .obit.obit-grid.grid10 .more-info > div, .obits .obit.obit-grid.grid14 .more-info > div, .obits .obit.obit-grid.grid18 .more-info > div, .obits .obit.obit-grid.grid22 .more-info > div, .obits .obit.obit-grid.grid26 .more-info > div, .obits .obit.obit-grid.grid30 .more-info > div, .obits .obit.obit-grid.grid34 .more-info > div {
          padding-left: 5px;
          padding-right: 5px; }
      .obits .obit.obit-grid.grid2 .obit-card, .obits .obit.obit-grid.grid6 .obit-card, .obits .obit.obit-grid.grid10 .obit-card, .obits .obit.obit-grid.grid14 .obit-card, .obits .obit.obit-grid.grid18 .obit-card, .obits .obit.obit-grid.grid22 .obit-card, .obits .obit.obit-grid.grid26 .obit-card, .obits .obit.obit-grid.grid30 .obit-card, .obits .obit.obit-grid.grid34 .obit-card {
        background-color: #8d98bb;
        display: flex;
        flex-direction: column-reverse; }
        @media only screen and (max-width: 768px) {
          .obits .obit.obit-grid.grid2 .obit-card, .obits .obit.obit-grid.grid6 .obit-card, .obits .obit.obit-grid.grid10 .obit-card, .obits .obit.obit-grid.grid14 .obit-card, .obits .obit.obit-grid.grid18 .obit-card, .obits .obit.obit-grid.grid22 .obit-card, .obits .obit.obit-grid.grid26 .obit-card, .obits .obit.obit-grid.grid30 .obit-card, .obits .obit.obit-grid.grid34 .obit-card {
            flex-direction: row; } }
    .obits .obit.obit-grid.grid3, .obits .obit.obit-grid.grid7, .obits .obit.obit-grid.grid11, .obits .obit.obit-grid.grid15, .obits .obit.obit-grid.grid19, .obits .obit.obit-grid.grid23, .obits .obit.obit-grid.grid27, .obits .obit.obit-grid.grid31, .obits .obit.obit-grid.grid35 {
      width: 300px;
      height: 150px;
      margin-left: 0;
      margin-top: 0; }
      @media only screen and (max-width: 768px) {
        .obits .obit.obit-grid.grid3, .obits .obit.obit-grid.grid7, .obits .obit.obit-grid.grid11, .obits .obit.obit-grid.grid15, .obits .obit.obit-grid.grid19, .obits .obit.obit-grid.grid23, .obits .obit.obit-grid.grid27, .obits .obit.obit-grid.grid31, .obits .obit.obit-grid.grid35 {
          width: 100%;
          height: auto;
          margin-bottom: 2px; } }
      .obits .obit.obit-grid.grid3 .obit-name, .obits .obit.obit-grid.grid7 .obit-name, .obits .obit.obit-grid.grid11 .obit-name, .obits .obit.obit-grid.grid15 .obit-name, .obits .obit.obit-grid.grid19 .obit-name, .obits .obit.obit-grid.grid23 .obit-name, .obits .obit.obit-grid.grid27 .obit-name, .obits .obit.obit-grid.grid31 .obit-name, .obits .obit.obit-grid.grid35 .obit-name {
        padding-top: 5px; }
      .obits .obit.obit-grid.grid3 .obit-icons, .obits .obit.obit-grid.grid7 .obit-icons, .obits .obit.obit-grid.grid11 .obit-icons, .obits .obit.obit-grid.grid15 .obit-icons, .obits .obit.obit-grid.grid19 .obit-icons, .obits .obit.obit-grid.grid23 .obit-icons, .obits .obit.obit-grid.grid27 .obit-icons, .obits .obit.obit-grid.grid31 .obit-icons, .obits .obit.obit-grid.grid35 .obit-icons {
        margin-left: 0; }
      .obits .obit.obit-grid.grid3 .more-info, .obits .obit.obit-grid.grid7 .more-info, .obits .obit.obit-grid.grid11 .more-info, .obits .obit.obit-grid.grid15 .more-info, .obits .obit.obit-grid.grid19 .more-info, .obits .obit.obit-grid.grid23 .more-info, .obits .obit.obit-grid.grid27 .more-info, .obits .obit.obit-grid.grid31 .more-info, .obits .obit.obit-grid.grid35 .more-info {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: flex-start; }
      .obits .obit.obit-grid.grid3 .obit-card, .obits .obit.obit-grid.grid7 .obit-card, .obits .obit.obit-grid.grid11 .obit-card, .obits .obit.obit-grid.grid15 .obit-card, .obits .obit.obit-grid.grid19 .obit-card, .obits .obit.obit-grid.grid23 .obit-card, .obits .obit.obit-grid.grid27 .obit-card, .obits .obit.obit-grid.grid31 .obit-card, .obits .obit.obit-grid.grid35 .obit-card {
        text-align: left;
        background-color: #ced0dc;
        display: flex;
        flex-direction: row; }
    .obits .obit.obit-grid.grid4, .obits .obit.obit-grid.grid8, .obits .obit.obit-grid.grid12, .obits .obit.obit-grid.grid16, .obits .obit.obit-grid.grid20, .obits .obit.obit-grid.grid24, .obits .obit.obit-grid.grid28, .obits .obit.obit-grid.grid32, .obits .obit.obit-grid.grid36 {
      width: 300px;
      height: 150px;
      margin-top: 150px;
      margin-left: -300px; }
      @media only screen and (max-width: 768px) {
        .obits .obit.obit-grid.grid4, .obits .obit.obit-grid.grid8, .obits .obit.obit-grid.grid12, .obits .obit.obit-grid.grid16, .obits .obit.obit-grid.grid20, .obits .obit.obit-grid.grid24, .obits .obit.obit-grid.grid28, .obits .obit.obit-grid.grid32, .obits .obit.obit-grid.grid36 {
          width: 100%;
          height: auto;
          margin-top: 0;
          margin-left: 0;
          margin-bottom: 2px; } }
      .obits .obit.obit-grid.grid4 .obit-name, .obits .obit.obit-grid.grid8 .obit-name, .obits .obit.obit-grid.grid12 .obit-name, .obits .obit.obit-grid.grid16 .obit-name, .obits .obit.obit-grid.grid20 .obit-name, .obits .obit.obit-grid.grid24 .obit-name, .obits .obit.obit-grid.grid28 .obit-name, .obits .obit.obit-grid.grid32 .obit-name, .obits .obit.obit-grid.grid36 .obit-name {
        padding-top: 5px; }
      .obits .obit.obit-grid.grid4 .obit-icons, .obits .obit.obit-grid.grid8 .obit-icons, .obits .obit.obit-grid.grid12 .obit-icons, .obits .obit.obit-grid.grid16 .obit-icons, .obits .obit.obit-grid.grid20 .obit-icons, .obits .obit.obit-grid.grid24 .obit-icons, .obits .obit.obit-grid.grid28 .obit-icons, .obits .obit.obit-grid.grid32 .obit-icons, .obits .obit.obit-grid.grid36 .obit-icons {
        margin-right: 0; }
      .obits .obit.obit-grid.grid4 .more-info, .obits .obit.obit-grid.grid8 .more-info, .obits .obit.obit-grid.grid12 .more-info, .obits .obit.obit-grid.grid16 .more-info, .obits .obit.obit-grid.grid20 .more-info, .obits .obit.obit-grid.grid24 .more-info, .obits .obit.obit-grid.grid28 .more-info, .obits .obit.obit-grid.grid32 .more-info, .obits .obit.obit-grid.grid36 .more-info {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: flex-end; }
        @media only screen and (max-width: 768px) {
          .obits .obit.obit-grid.grid4 .more-info, .obits .obit.obit-grid.grid8 .more-info, .obits .obit.obit-grid.grid12 .more-info, .obits .obit.obit-grid.grid16 .more-info, .obits .obit.obit-grid.grid20 .more-info, .obits .obit.obit-grid.grid24 .more-info, .obits .obit.obit-grid.grid28 .more-info, .obits .obit.obit-grid.grid32 .more-info, .obits .obit.obit-grid.grid36 .more-info {
            text-align: left;
            align-items: flex-start; } }
      .obits .obit.obit-grid.grid4 .obit-card, .obits .obit.obit-grid.grid8 .obit-card, .obits .obit.obit-grid.grid12 .obit-card, .obits .obit.obit-grid.grid16 .obit-card, .obits .obit.obit-grid.grid20 .obit-card, .obits .obit.obit-grid.grid24 .obit-card, .obits .obit.obit-grid.grid28 .obit-card, .obits .obit.obit-grid.grid32 .obit-card, .obits .obit.obit-grid.grid36 .obit-card {
        text-align: right;
        background-color: #a2aac6;
        display: flex;
        flex-direction: row-reverse; }
        @media only screen and (max-width: 768px) {
          .obits .obit.obit-grid.grid4 .obit-card, .obits .obit.obit-grid.grid8 .obit-card, .obits .obit.obit-grid.grid12 .obit-card, .obits .obit.obit-grid.grid16 .obit-card, .obits .obit.obit-grid.grid20 .obit-card, .obits .obit.obit-grid.grid24 .obit-card, .obits .obit.obit-grid.grid28 .obit-card, .obits .obit.obit-grid.grid32 .obit-card, .obits .obit.obit-grid.grid36 .obit-card {
            flex-direction: row; } }
    .obits .obit.obit-grid:hover {
      cursor: pointer; }
      .obits .obit.obit-grid:hover .obit-card {
        background-color: #101d42;
        color: #c7cee0;
        transition: 0.3s all ease-in-out; }
      .obits .obit.obit-grid:hover .obit-icons a,
      .obits .obit.obit-grid:hover .obit-name,
      .obits .obit.obit-grid:hover .obit-date,
      .obits .obit.obit-grid:hover .obit-date strong {
        color: #c7cee0;
        transition: 0.5s all ease-in-out; }
      .obits .obit.obit-grid:hover .obit-image-2 {
        transition: 0.5s all ease-in-out;
        opacity: 0; }
    @media only screen and (max-width: 768px) {
      .obits .obit.obit-grid .obit-icons {
        margin: auto;
        margin-left: 0; }
        .obits .obit.obit-grid .obit-icons .btn {
          padding: .75em;
          padding-left: 0; } }
  .obits .deck-_inactive {
    height: auto;
    margin-left: 0; }
    .obits .deck-_inactive .obit-modern .obit-card {
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }
    .obits .deck-_inactive .obit-framed .obit-card {
      box-shadow: none; }
  .obits .deck-_active {
    height: auto;
    margin-left: -100px; }
    .obits .deck-_active .obit-modern .obit-card {
      box-shadow: -15px 0px 14px -5px rgba(0, 0, 0, 0.3); }
    .obits .deck-_active .obit-framed .obit-card {
      box-shadow: none; }

.obit-radius .obit-card {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

.text-light .obit-name {
  color: #e7dac9 !important;
  fill: #c7cee0 !important; }

.text-light .obit-framed .obit-date, .text-light .obit-grid .obit-date {
  color: #c7cee0 !important;
  fill: #c7cee0 !important; }

.text-light .obit-framed .obit-icons a, .text-light .obit-framed .obit-icons .btn, .text-light .obit-grid .obit-icons a, .text-light .obit-grid .obit-icons .btn {
  color: #9ba6c7 !important;
  fill: #9ba6c7 !important; }

.text-dark .obit-name {
  color: #e7dac9 !important;
  fill: #080e21 !important; }

.text-dark .obit-framed .obit-date, .text-dark .obit-grid .obit-date {
  color: #080e21 !important;
  fill: #080e21 !important; }

.text-dark .obit-framed .obit-icons a, .text-dark .obit-framed .obit-icons .btn, .text-dark .obit-grid .obit-icons a, .text-dark .obit-grid .obit-icons .btn {
  color: #0e1a3b !important;
  fill: #0e1a3b !important; }

.no-border .obit-card {
  border: none !important; }

.obit-grid-spacer .obit-grid .obit-card {
  border: 1px solid #080e21; }

.obit-grid-spacer-box .obit-grid .obit-card {
  border: 1px solid #f9f6f2; }

.nav-main ul,
.nav-secondary ul,
.nav-footer ul,
#nav-mobile ul,
.mobile-menu-bar ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .nav-main ul li,
  .nav-secondary ul li,
  .nav-footer ul li,
  #nav-mobile ul li,
  .mobile-menu-bar ul li {
    white-space: nowrap; }

footer {
  text-align: center;
  font-size: .9em;
  color: #e6e6e6; }
  footer p {
    font-family: "Nunito", sans-serif;
    font-size: 1em; }
  footer a {
    color: #e7dac9;
    font-weight: 600; }
    footer a:hover {
      color: white; }
  footer .nav-footer {
    padding-top: 0;
    padding-bottom: 5em;
    color: #e6e6e6; }
    @media only screen and (max-width: 768px) {
      footer .nav-footer {
        padding-top: 1em;
        padding-bottom: 3em; } }
    footer .nav-footer .footer-menu {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center; }
      @media only screen and (max-width: 768px) {
        footer .nav-footer .footer-menu {
          padding: 0 1em; } }
      footer .nav-footer .footer-menu > li {
        padding: .75em 0 .75em .25em; }
        footer .nav-footer .footer-menu > li:not(:last-child):after {
          content: "|";
          padding-left: .5em;
          color: #e7dac9; }
          @media only screen and (max-width: 768px) {
            footer .nav-footer .footer-menu > li:not(:last-child):after {
              content: ""; } }
        footer .nav-footer .footer-menu > li > a {
          padding: 1em .25em; }
        @media only screen and (max-width: 768px) {
          footer .nav-footer .footer-menu > li.login-menu {
            background-color: #101d42;
            border-radius: 4px;
            width: 100%;
            text-align: center; } }
      footer .nav-footer .footer-menu .submenu {
        z-index: 5;
        position: absolute; }
        footer .nav-footer .footer-menu .submenu > ul {
          display: flex;
          flex-direction: row;
          flex-wrap: wrap; }
          footer .nav-footer .footer-menu .submenu > ul > li {
            padding: 0; }
            footer .nav-footer .footer-menu .submenu > ul > li:not(:last-child):after {
              content: "|";
              padding-left: .5em;
              color: #e7dac9; }
            footer .nav-footer .footer-menu .submenu > ul > li > a {
              padding: .25em; }
      @media only screen and (max-width: 768px) {
        footer .nav-footer .footer-menu {
          display: flex; } }
    @media only screen and (max-width: 768px) {
      footer .nav-footer {
        font-size: 1.2em; } }
  footer.footer-classic {
    background-color: #101d42; }
    footer.footer-classic .nav-footer {
      padding-top: 0; }
      footer.footer-classic .nav-footer ul {
        padding-top: 3em; }
  footer.footer-wide .-page-footer section > .holder {
    max-width: 100% !important; }
  footer.footer-wide .holder {
    max-width: 100%; }
  footer .-page-footer {
    padding-top: 0;
    padding-bottom: 0; }

.nav-secondary ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start; }
  .nav-secondary ul > li {
    cursor: pointer;
    flex: 0 1 auto;
    padding: .5em; }
    .nav-secondary ul > li > a {
      color: rgba(231, 218, 201, 0.7);
      font-size: .8em;
      padding: .5em; }
      .nav-secondary ul > li > a:hover {
        color: #e7dac9; }
  .nav-secondary ul .submenu {
    z-index: 5;
    position: absolute; }
    .nav-secondary ul .submenu > ul {
      flex-direction: column; }
      .nav-secondary ul .submenu > ul > li {
        padding: 0 .5em; }
        .nav-secondary ul .submenu > ul > li > a {
          padding: 0; }

.nav-secondary.nav-secondary-wide {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99; }

.nav-secondary-alt ul > li > a {
  font-size: 1em; }

.nav-secondary-alt ul .submenu > ul > li {
  padding: 0; }
  .nav-secondary-alt ul .submenu > ul > li > a {
    padding: 0; }

.mobile-menu-bar {
  display: none;
  width: 100%;
  position: fixed;
  z-index: 1000;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  transition: all ease-in-out 250ms; }
  .mobile-menu-bar .mobile-bar-color {
    background-color: #111e46; }
  .mobile-menu-bar .mobile-bar-color-bottom {
    background-color: #111e46;
    border-bottom: 15px solid #111e46; }
  .mobile-menu-bar svg {
    width: 150%;
    margin-left: -25%;
    fill: #111e46;
    border-top: 5px solid #111e46; }
  .mobile-menu-bar .closeMenu .icon,
  .mobile-menu-bar .openMenu .icon {
    margin-bottom: 0; }
  .mobile-menu-bar .closeMenu {
    display: none; }
  @media only screen and (max-width: 768px) {
    .mobile-menu-bar {
      display: block; }
      .mobile-menu-bar .holder {
        width: 92%; } }
  .mobile-menu-bar ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end; }
    .mobile-menu-bar ul li {
      flex: 0 1 auto;
      position: relative;
      padding: 20px 20px 20px 0;
      white-space: normal;
      max-width: 70%;
      color: #fffefe; }
      @media only screen and (max-width: 768px) {
        .mobile-menu-bar ul li {
          padding: 15px 5px 0 0; } }
      .mobile-menu-bar ul li:last-child {
        padding-left: 20px; }
  .mobile-menu-bar a {
    color: #e7dac9; }
    .mobile-menu-bar a:hover {
      color: #fffefe; }

.overlay-content {
  position: relative;
  top: 110px;
  width: 100%;
  text-align: left; }

.overlay {
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.9);
  overflow-y: scroll;
  overflow-x: hidden;
  transition: 0.5s; }
  .overlay li {
    color: white;
    border-bottom: 2px solid rgba(17, 30, 70, 0.2);
    display: block;
    transition: 0.3s; }
    .overlay li a {
      color: white;
      font-weight: bold; }
    @media only screen and (max-width: 992px) {
      .overlay li {
        font-size: 1.3rem;
        padding: 20px 30px; } }
    @media only screen and (max-width: 768px) {
      .overlay li {
        font-size: 1.3rem;
        padding: 20px 30px; } }
    @media only screen and (max-width: 576px) {
      .overlay li {
        font-size: 1rem;
        padding: 10px 15px; } }
    .overlay li:hover, .overlay li:focus {
      color: white;
      background-color: rgba(255, 255, 255, 0.2); }

@media only screen and (max-width: 768px) {
  .logo-mobile {
    display: block !important;
    width: 100%;
    margin: 0 auto;
    text-align: center; }
    .logo-mobile .logo-holder {
      padding: 130px 0 20px; }
      .logo-mobile .logo-holder img {
        width: 90%; }
    .logo-mobile a {
      color: #e7dac9; }
      .logo-mobile a:hover {
        color: #fffefe; }
    .logo-mobile .box a {
      color: #203983; }
      .logo-mobile .box a:hover {
        color: #0c1531; }
    .logo-mobile .title {
      font-family: "Nunito", sans-serif;
      font-weight: 600;
      margin-bottom: 0;
      font-size: 3rem;
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 0; }
    .logo-mobile .subtitle {
      font-size: 1.2em;
      margin-bottom: 1em; } }

@media only screen and (device-width: 768px) and (orientation: portrait) {
  .logo-mobile .logo-holder {
    padding: 100px 0 10px; }
    .logo-mobile .logo-holder img {
      width: 40%; } }

/* ---- Pixel / iPhone hotfix ---- */
@media only screen and (max-width: 420px) {
  .-row {
    flex-direction: column !important; } }

header.versatile-header, main, footer {
  position: relative;
  display: block;
  width: 100%; }

header.versatile-header {
  background-color: transparent; }
  header.versatile-header.header-alt {
    display: flex;
    flex-direction: column; }
  @media only screen and (max-width: 768px) {
    header.versatile-header {
      display: none; } }
.-page-body {
  background-color: rgba(16, 29, 66, 0.8);
  background-color: #FFF6F3; }

main.content-vertical .-page-body {
  background-color: transparent; }

main.content-vertical .nav-vertical > ul,
main.content-vertical .col-menu,
main.content-vertical .col-content {
  flex-direction: column; }

main.content-vertical .nav-vertical > ul {
  margin-left: 0; }
  main.content-vertical .nav-vertical > ul > li > a > div {
    padding-left: 1em; }

main.content-vertical .submenu {
  position: relative;
  left: 100%;
  top: -50%; }

main.content-vertical .-page-body {
  width: 100%;
  padding-bottom: 0 !important;
  flex-grow: 1;
  background-color: #FFF6F3; }

main.content-vertical .-page-body > section > .holder,
main.content-vertical .-page-footer > section > .holder {
  max-width: 100%; }

main.content-vertical .-page-footer {
  flex-grow: 1;
  background-color: #ffe3da; }

main.content-vertical .col-svg {
  overflow: hidden; }

main.content-vertical .col-svg svg {
  width: 400%;
  fill: #ffe3da; }

@media only screen and (max-width: 992px) {
  main.content-vertical .holder {
    max-width: 100%; } }

main.content-vertical .col-menu {
  margin-top: 0;
  max-width: 25%; }
  @media only screen and (max-width: 768px) {
    main.content-vertical .col-menu {
      display: none !important; } }
main.content-vertical .col-content {
  max-width: 75%;
  margin-top: 0;
  padding-top: 0; }
  @media only screen and (max-width: 768px) {
    main.content-vertical .col-content {
      max-width: 100% !important; } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  main.content-vertical .col-menu {
    width: 25%; }
  main.content-vertical .col-content {
    width: 75%; } }

.middle-menu {
  z-index: 2; }
  @media only screen and (max-width: 768px) {
    .middle-menu {
      display: none; } }
.pattern1 {
  z-index: 0; }
  @media only screen and (max-width: 768px) {
    .pattern1 {
      z-index: -1; } }
.-page-body .box-svg-top {
  margin-bottom: 0; }
  @media only screen and (max-width: 768px) {
    .-page-body .box-svg-top {
      margin-bottom: 0; }
      .-page-body .box-svg-top svg {
        margin: 0 1em;
        overflow: hidden !important; } }
.-page-body .box-svg-bottom {
  margin-top: 0; }
  @media only screen and (max-width: 768px) {
    .-page-body .box-svg-bottom {
      margin-top: 0; }
      .-page-body .box-svg-bottom svg {
        margin: 0 1em;
        overflow: hidden !important; } }
.submenu {
  z-index: 20; }

.extra-svg {
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }

header.versatile-header:not(.header-alt) .hero-svg svg, header.versatile-header:not(.header-alt) .extra-svg svg,
main:not(.content-vertical) .hero-svg svg,
main:not(.content-vertical) .extra-svg svg {
  fill: rgba(16, 29, 66, 0.8); }

header.versatile-header:not(.header-alt) .hero-svg svg,
main:not(.content-vertical) .hero-svg svg {
  fill: #203983; }

header.versatile-header:not(.header-alt) .extra-svg svg,
main:not(.content-vertical) .extra-svg svg {
  fill: #FFF6F3; }

header.versatile-header.header-alt .extra-svg svg {
  fill: #f9f6f2;
  fill: #FFF6F3; }

header.versatile-header.header-alt .main-top-vertical .hero-svg svg {
  fill: #e7dac9;
  fill: #203983; }

footer, .footer-svg svg {
  z-index: 1;
  overflow: hidden; }

footer {
  background-color: rgba(16, 29, 66, 0.8);
  background-color: transparent; }
  footer .footer-svg svg {
    fill: #0c1632; }
  footer .footer-svg svg {
    fill: rgba(0, 0, 0, 0); }
  footer.content-vertical {
    background-color: transparent; }
    footer.content-vertical .nav-footer, footer.content-vertical .-page-footer {
      background-color: #203983;
      background-color: transparent;
      width: 100%; }
    footer.content-vertical .nav-footer {
      padding-top: 4em; }
  footer.footer-wide {
    background-color: transparent; }
    footer.footer-wide .holder {
      background-color: #0c1632;
      background-color: transparent; }

.nav-main,
.nav-footer, .holder {
  width: 100%; }
  @media only screen and (max-width: 768px) {
    .nav-main,
    .nav-footer, .holder {
      width: 100%;
      margin: 0 auto; } }
.holder {
  position: relative;
  max-width: 1100px;
  margin: 0 auto; }
  @media only screen and (max-width: 992px) {
    .holder {
      max-width: 100%; } }
  .holder .holder {
    max-width: 100%; }

.hero {
  z-index: -1; }

.hero, .hero-t {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: url("fix.png"); }

.hero {
  height: 100%;
  background-color: #192650;
  background-repeat: repeat;
  background-size: 100%;
  background-position-x: 0;
  opacity: .8; }
  @media only screen and (max-width: 768px) {
    .hero {
      width: 100%; } }
.hero-t {
  height: 260px;
  background-position-x: center;
  background-color: #1f2f63;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2; }
  @media only screen and (max-width: 768px) {
    .hero-t {
      z-index: -1; } }
  .hero-t .gradient-top {
    position: absolute;
    top: 0;
    left: 0;
    bottom: -1px;
    right: 0;
    background-image: linear-gradient(transparent, #1f2f63);
    z-index: -1; }

.hero-f {
  height: 300px;
  bottom: 0;
  background: url("victorian-garden-min.jpeg");
  background-color: #1f2f63;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  width: 100%;
  background-position-y: bottom;
  z-index: -2; }
  @media only screen and (max-width: 576px) {
    .hero-f {
      display: none; } }
  .hero-f .gradient {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(#1f2f63, transparent);
    z-index: -1; }

.nav-secondary {
  background-color: rgba(16, 29, 66, 0.8);
  background-color: #203983; }

.nav-secondary.nav-secondary-wide,
.nav-secondary.nav-secondary-alt {
  background-color: transparent; }

.nav-main,
.nav-secondary-alt {
  font-family: "Merriweather", serif; }
  .nav-main > ul,
  .nav-secondary-alt > ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-left: 10px; }
    .nav-main > ul > li,
    .nav-secondary-alt > ul > li {
      flex: 0 1 auto;
      position: relative;
      margin-left: 5px; }
      .nav-main > ul > li > a,
      .nav-secondary-alt > ul > li > a {
        display: flex;
        align-items: flex-start;
        padding: 1rem;
        font-weight: 400;
        color: #e7dac9;
        background-color: black;
        background-image: linear-gradient(transparent, transparent, transparent, black);
        -webkit-border-top-right-radius: 5px !important;
        border-top-right-radius: 5px !important;
        -webkit-border-top-left-radius: 20px !important;
        border-top-left-radius: 20px !important;
        background-clip: padding-box; }
      .nav-main > ul > li > a + .submenu > ul,
      .nav-secondary-alt > ul > li > a + .submenu > ul {
        box-shadow: rgba(0, 0, 0, 0.5) 0 2px 1px; }
        .nav-main > ul > li > a + .submenu > ul > li:not(:last-child),
        .nav-secondary-alt > ul > li > a + .submenu > ul > li:not(:last-child) {
          border-bottom: 1px solid #e3e3e3; }
      .nav-main > ul > li:hover,
      .nav-secondary-alt > ul > li:hover {
        -webkit-border-top-right-radius: 5px !important;
        border-top-right-radius: 5px !important;
        -webkit-border-top-left-radius: 20px !important;
        border-top-left-radius: 20px !important;
        background-clip: padding-box; }
        .nav-main > ul > li:hover > a,
        .nav-secondary-alt > ul > li:hover > a {
          color: #203983;
          background-color: white;
          background-image: none; }
        .nav-main > ul > li:hover > a + div,
        .nav-secondary-alt > ul > li:hover > a + div {
          display: block; }
        .nav-main > ul > li:hover > a + .submenu,
        .nav-secondary-alt > ul > li:hover > a + .submenu {
          margin-top: 0;
          pointer-events: visible; }
        .nav-main > ul > li:hover > a + .submenu > ul > li,
        .nav-secondary-alt > ul > li:hover > a + .submenu > ul > li {
          background-color: white; }
      .nav-main > ul > li > a + .submenu,
      .nav-secondary-alt > ul > li > a + .submenu {
        margin-top: -100000px;
        position: absolute;
        -webkit-border-bottom-right-radius: 2px !important;
        border-bottom-right-radius: 2px !important;
        -webkit-border-bottom-left-radius: 2px !important;
        border-bottom-left-radius: 2px !important;
        background-clip: padding-box;
        width: 100%; }
        .nav-main > ul > li > a + .submenu span,
        .nav-secondary-alt > ul > li > a + .submenu span {
          white-space: nowrap; }
        .nav-main > ul > li > a + .submenu > ul > li,
        .nav-secondary-alt > ul > li > a + .submenu > ul > li {
          flex-wrap: nowrap;
          width: 100%; }
          .nav-main > ul > li > a + .submenu > ul > li > a,
          .nav-secondary-alt > ul > li > a + .submenu > ul > li > a {
            display: block;
            padding: 1rem;
            font-weight: 400;
            color: #18244c; }
          .nav-main > ul > li > a + .submenu > ul > li:hover > a,
          .nav-secondary-alt > ul > li > a + .submenu > ul > li:hover > a {
            background: #203983;
            color: white; }

.nav-secondary-alt ul {
  margin-left: 0;
  justify-content: space-around;
  background-color: #e7dac9;
  background-color: #203983; }
  .nav-secondary-alt ul > li {
    width: 100%;
    padding: 0;
    margin-left: 0; }
    .nav-secondary-alt ul > li .fa-caret-left {
      display: none; }
    .nav-secondary-alt ul > li:not(:last-child) {
      margin-right: 1px; }
    .nav-secondary-alt ul > li:hover {
      -webkit-border-top-right-radius: 0 !important;
      border-top-right-radius: 0 !important;
      -webkit-border-top-left-radius: 0 !important;
      border-top-left-radius: 0 !important;
      background-clip: padding-box; }
      .nav-secondary-alt ul > li:hover > a {
        background-color: white; }
      .nav-secondary-alt ul > li:hover > a + .submenu > ul > li {
        background-color: white; }
    .nav-secondary-alt ul > li > a {
      color: #e7dac9;
      background-color: transparent;
      background-image: none;
      opacity: 1 !important;
      -webkit-border-top-right-radius: 0 !important;
      border-top-right-radius: 0 !important;
      -webkit-border-top-left-radius: 0 !important;
      border-top-left-radius: 0 !important;
      background-clip: padding-box; }
    .nav-secondary-alt ul > li > a + .submenu > ul {
      box-shadow: none; }
      .nav-secondary-alt ul > li > a + .submenu > ul > li:not(:last-child) {
        border-bottom: 1px solid #e3e3e3; }

.nav-main ul.alt-menu > li {
  -webkit-border-top-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  -webkit-border-top-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  background-clip: padding-box;
  background-image: url("/fh_live/16500/16554/brand/fix1.png");
  background-size: 100% 200%;
  background-repeat: no-repeat;
  background-position-y: top; }
  .nav-main ul.alt-menu > li > a {
    -webkit-border-top-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    -webkit-border-top-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    background-clip: padding-box;
    background-color: black;
    border-bottom: 1px solid black;
    background-image: none;
    background-color: transparent;
    border-bottom: none;
    opacity: 1 !important; }
  .nav-main ul.alt-menu > li > a {
    color: #e7dac9; }
  .nav-main ul.alt-menu > li > a + .submenu > ul {
    box-shadow: none; }
  .nav-main ul.alt-menu > li:hover {
    -webkit-border-top-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    -webkit-border-top-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    background-clip: padding-box;
    background-position-y: bottom; }
    .nav-main ul.alt-menu > li:hover > a {
      -webkit-border-top-right-radius: 0 !important;
      border-top-right-radius: 0 !important;
      -webkit-border-top-left-radius: 0 !important;
      border-top-left-radius: 0 !important;
      background-clip: padding-box;
      background-color: white;
      color: #203983;
      background-image: none;
      background-color: transparent; }
    .nav-main ul.alt-menu > li:hover > a + .submenu > ul > li {
      background-color: white; }

.nav-vertical {
  margin-top: 0; }
  .nav-vertical ul.alt-menu > li {
    margin-left: 0; }

.nav-secondary:not(.nav-secondary-alt) ul > li > a {
  font-weight: 600; }

section .section-title {
  font-family: "Nunito", sans-serif;
  color: #e7dac9;
  font-size: 3.5em;
  letter-spacing: -2px;
  font-weight: 200;
  padding-top: 1em;
  padding-bottom: .2em;
  position: relative;
  text-align: center;
  width: 100%; }

section.main-top {
  position: relative;
  height: 260px;
  width: 100%;
  overflow: hidden;
  z-index: 0; }
  section.main-top .holder {
    z-index: 1; }
  section.main-top .column.col-content {
    max-width: 49%; }
  section.main-top .column .-page-header {
    width: 100%; }
  @media only screen and (max-width: 768px) {
    section.main-top {
      display: none; } }
  section.main-top .logo-holder {
    position: relative;
    width: 100%; }
    section.main-top .logo-holder a {
      z-index: 999; }
  section.main-top.main-top-wide .-page-header {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  section.main-top.main-top-wide .logo-holder {
    width: auto;
    display: table;
    padding: 2em; }
  section.main-top.main-top-wide section > .holder {
    max-width: 100% !important; }
  section.main-top.main-top-vertical .-page-header {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  section.main-top.main-top-vertical .logo-holder {
    pointer-events: none;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center; }
    section.main-top.main-top-vertical .logo-holder a {
      pointer-events: all; }
  @media only screen and (max-width: 768px) {
    section.main-top .title,
    section.main-top .subtitle,
    section.main-top .logo-image {
      position: relative; } }
  @media only screen and (max-width: 576px) {
    section.main-top .title,
    section.main-top .subtitle,
    section.main-top .logo-image {
      padding-left: 20px; } }
  section.main-top .logo-image img {
    max-width: 500px; }
  section.main-top .title {
    font-family: "Nunito", sans-serif;
    color: #cdd3e3;
    font-weight: 600;
    letter-spacing: -1px; }
  section.main-top .subtitle {
    font-family: "Satisfy", cursive;
    color: #cdd3e3;
    font-weight: 400;
    padding-left: 20px; }

section.locations .column:first-child .box-location {
  -webkit-border-top-right-radius: 3px !important;
  border-top-right-radius: 3px !important;
  -webkit-border-top-left-radius: 80px !important;
  border-top-left-radius: 80px !important;
  background-clip: padding-box; }
  section.locations .column:first-child .box-location .col-img {
    -webkit-border-top-right-radius: 3px !important;
    border-top-right-radius: 3px !important;
    -webkit-border-top-left-radius: 80px !important;
    border-top-left-radius: 80px !important;
    background-clip: padding-box; }

section.locations .column:nth-last-child(2) .box-location {
  -webkit-border-top-right-radius: 80px !important;
  border-top-right-radius: 80px !important;
  -webkit-border-top-left-radius: 3px !important;
  border-top-left-radius: 3px !important;
  background-clip: padding-box; }
  section.locations .column:nth-last-child(2) .box-location .col-img {
    -webkit-border-top-right-radius: 80px !important;
    border-top-right-radius: 80px !important;
    -webkit-border-top-left-radius: 3px !important;
    border-top-left-radius: 3px !important;
    background-clip: padding-box; }

@media only screen and (max-width: 768px) {
  section.locations .column .box-location {
    -webkit-border-top-right-radius: 50% 50px !important !important;
    border-top-right-radius: 50% 50px !important !important;
    -webkit-border-top-left-radius: 50% 50px !important !important;
    border-top-left-radius: 50% 50px !important !important;
    background-clip: padding-box; }
    section.locations .column .box-location .col-img {
      -webkit-border-top-right-radius: 50% 50px !important !important;
      border-top-right-radius: 50% 50px !important !important;
      -webkit-border-top-left-radius: 50% 50px !important !important;
      border-top-left-radius: 50% 50px !important !important;
      background-clip: padding-box; } }

.fa-caret-left {
  display: none !important; }

.fa-caret-right {
  display: inline !important; }

header.header-alt {
  flex-direction: column-reverse !important; }
