@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i);
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../assets/fonts/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("../assets/fonts/slick.eot");
  src: url("../assets/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/slick.woff") format("woff"), url("../assets/fonts/slick.ttf") format("truetype"), url("../assets/fonts/slick.svg#slick") format("svg"); }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }
  .slick-dots > li:only-child {
    display: none; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

/**
 * Owl Carousel v2.3.2
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

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

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*! Lity - v2.4.0 - 2019-08-10
* http://sorgalla.com/lity/
* Copyright (c) 2015-2019 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close:active {
  top: 1px; }

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.lity-hide {
  display: none; }

@font-face {
  font-family: 'Antonio';
  src: url("../assets/fonts/Antonio-Regular.eot");
  src: url("../assets/fonts/Antonio-Regular.woff2") format("woff2"), url("../assets/fonts/Antonio-Regular.woff") format("woff"), url("../assets/fonts/Antonio-Regular.ttf") format("truetype"), url("../assets/fonts/Antonio-Regular.svg#Antonio-Regular") format("svg"), url("../assets/fonts/Antonio-Regular.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Antonio';
  src: url("../assets/fonts/Antonio-Light.eot");
  src: url("../assets/fonts/Antonio-Light.woff2") format("woff2"), url("../assets/fonts/Antonio-Light.woff") format("woff"), url("../assets/fonts/Antonio-Light.ttf") format("truetype"), url("../assets/fonts/Antonio-Light.svg#Antonio-Light") format("svg"), url("../assets/fonts/Antonio-Light.eot?#iefix") format("embedded-opentype");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Antonio';
  src: url("../assets/fonts/Antonio-Bold.eot");
  src: url("../assets/fonts/Antonio-Bold.woff2") format("woff2"), url("../assets/fonts/Antonio-Bold.woff") format("woff"), url("../assets/fonts/Antonio-Bold.ttf") format("truetype"), url("../assets/fonts/Antonio-Bold.svg#Antonio-Bold") format("svg"), url("../assets/fonts/Antonio-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("../assets/fonts/OpenSans.woff");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: 'Open Sans';
  src: url("../assets/fonts/OpenSans-Italic.woff");
  font-style: italic;
  font-weight: 400; }

@font-face {
  font-family: 'Open Sans';
  src: url("../assets/fonts/OpenSans-Bold.woff");
  font-style: normal;
  font-weight: bold; }

@font-face {
  font-family: 'Open Sans';
  src: url("../assets/fonts/OpenSans-BoldItalic.woff");
  font-style: italic;
  font-weight: bold; }

@font-face {
  font-family: 'Open Sans';
  src: url("../assets/fonts/OpenSans-Light.woff");
  font-style: normal;
  font-weight: 300; }

@font-face {
  font-family: 'Open Sans';
  src: url("../assets/fonts/OpenSansLight-Italic.woff");
  font-style: italic;
  font-weight: 300; }

@font-face {
  font-family: 'Open Sans';
  src: url("../assets/fonts/OpenSans-Semibold.woff");
  font-style: normal;
  font-weight: 600; }

@font-face {
  font-family: 'Open Sans';
  src: url("../assets/fonts/OpenSans-SemiboldItalic.woff");
  font-style: italic;
  font-weight: 600; }

@font-face {
  font-family: 'Northwell';
  src: url("../assets/fonts/Northwell.eot");
  src: local("☺"), url("../assets/fonts/Northwell.otf") format("woff"), url("../assets/fonts/Northwell.ttf") format("truetype"), url("../assets/fonts/Northwell.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

html,
body {
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  font-size: 16px;
  background: #ffffff;
  font-family: "Open Sans", sans-serif;
  position: relative;
  overflow-x: hidden;
  font-weight: 400;
  color: #463d2f;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

* {
  font-family: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: transparent;
  border: 0; }
  button:hover, button:focus, button:active, button:visited {
    outline: 0; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0;
  font-style: normal;
  font-weight: 300; }

pre {
  font-family: "Open Sans", sans-serif;
  font-size: .8em;
  line-height: 1.5;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: "Open Sans", sans-serif;
  font-size: .8em; }

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

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

big {
  font-size: 125%; }

h1, h2, h3, h4, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Playfair Display", serif;
  color: #463d2f;
  font-weight: 400;
  line-height: 1.2;
  margin: 0.5em 0; }
  h1 a, h2 a, h3 a, h4 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
    color: inherit;
    font-weight: inherit; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h6 a:hover, .h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover {
      color: #990033; }

h1, .h1 {
  font-size: 2.5rem; }
  @media (max-width: 768px) {
    h1, .h1 {
      font-size: 1.8em; } }

h2, .h2 {
  font-size: 2rem; }
  @media (max-width: 768px) {
    h2, .h2 {
      font-size: 1.6em; } }

h3, .h3 {
  font-size: 1.375rem;
  font-weight: normal; }
  @media (max-width: 768px) {
    h3, .h3 {
      font-size: 1.4em; } }

h4, .h4 {
  font-size: 1.125rem;
  text-transform: uppercase; }

h5, .h5 {
  font-size: 1.2rem;
  color: #990033;
  text-transform: uppercase;
  font-family: "Antonio", serif;
  margin: 10px 0;
  font-weight: 400; }

h6, .h6 {
  font-size: 1.1rem;
  font-weight: 700; }

p {
  line-height: 1.625rem;
  font-size: 1rem;
  font-weight: 400;
  color: #463d2f;
  margin: 0 0 30px; }

blockquote, blockquote * {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 1.35em;
  padding: 10px 0;
  margin: 0;
  font-weight: 500; }
  @media (max-width: 768px) {
    blockquote, blockquote * {
      font-size: 1.2em; } }
  blockquote small, blockquote * small {
    font-size: 1.4rem; }

.font-light {
  font-weight: 300; }

.font-regular {
  font-weight: 400; }

.font-heavy {
  font-weight: 700; }

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  main a {
    color: #990033;
    font-weight: bold; }
  a:hover {
    color: #01252b; }

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

figure {
  max-width: 100%; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.right-res {
  text-align: right; }
  @media (max-width: 720px) {
    .right-res {
      text-align: center; } }

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.justify {
  text-align: justify; }

.hidden-sm {
  display: none; }

.inline {
  list-style: none;
  margin: 0; }
  .inline li, .inline div {
    display: inline-block;
    vertical-align: top; }

.downloadList {
  list-style: none;
  padding-left: 20px; }
  .downloadList li {
    padding-bottom: 0; }
    .downloadList li i {
      padding-right: 5px; }

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.d-flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.pl1 {
  padding-left: 1rem; }

.spacer {
  display: inline-block;
  padding: 0 5px; }

@media (max-width: 772px) {
  .noMobile {
    height: 0 !important; } }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.container-lg {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px; }

.container-xl {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px; }

.container-sm {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 20px; }

.container-xs {
  max-width: 660px;
  margin: 0 auto;
  padding: 0 20px; }

.clean-button {
  background-color: transparent;
  border: 0;
  padding: 0; }

.italic, .italicReg {
  font-style: italic;
  font-family: "Playfair Display", serif; }

.italic {
  font-weight: bold; }

.uppercase {
  text-transform: uppercase; }

.italicCap {
  text-transform: uppercase; }
  .italicCap span, .italicCap i {
    text-transform: none;
    font-style: italic;
    line-height: 1; }

.serif {
  font-family: "Playfair Display", serif; }

.red {
  color: #990033; }

.floatRt, .alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 5px; }

.floatLt, .alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 5px; }

figcaption {
  font-size: .9em;
  font-style: italic; }

figure {
  margin: 0;
  padding: 5px 0 15px; }

@media (max-width: 772px) {
  figure {
    margin: 0; }
  .floatRt, .alignright, .floatLt, .alignleft {
    float: none;
    max-width: 100%; }
    .floatRt img, .alignright img, .floatLt img, .alignleft img {
      height: auto; } }

.noPadding {
  padding: 0;
  list-style-position: inside; }

.pr-0 {
  padding-right: 0; }

.paddedSection {
  padding: 150px 0 50px; }
  @media (max-width: 772px) {
    .paddedSection {
      padding: 80px 0 20px; } }
  @media (max-width: 440px) {
    .paddedSection {
      padding: 50px 0 20px; } }

.pb1 {
  padding-bottom: 1rem; }

.pb2 {
  padding-bottom: 2rem; }

.pb5 {
  padding-bottom: 5rem; }

.pr {
  position: relative; }

.moveUp-Lg {
  margin-top: -200px;
  z-index: 999;
  position: relative; }

.moveUp-50 {
  margin-top: -50px; }

.moveUp-100 {
  margin-top: -100px;
  position: relative; }

.moveUp-150 {
  margin-top: -150px; }

.moveUp-200 {
  margin-top: -200px; }

.moveUp-250 {
  margin-top: -250px; }

.moveOver-50 {
  margin-left: -50px; }

.moveOver-100 {
  margin-left: -100px; }

.moveOver-150 {
  margin-left: -150px; }

.moveRt-50 {
  margin-right: -50px; }

.moveRt-100 {
  margin-right: -100px; }

.moveRt-150 {
  margin-right: -150px; }

.moveRt-200 {
  margin-right: -200px; }

.moveRt-250 {
  margin-right: -250px; }

.moveRt-300 {
  margin-right: -300px; }

.moveDown-20 {
  margin-top: 20px; }

.moveDown-50 {
  margin-top: 50px; }

.moveDown-100 {
  margin-top: 100px; }

.move-down-100 {
  margin-top: 100px; }
  @media (max-width: 720px) {
    .move-down-100 {
      margin-top: 0; } }

.moveDown-150 {
  margin-top: 150px; }

.move-left {
  position: relative;
  z-index: 2;
  margin-left: -100px; }
  @media (max-width: 720px) {
    .move-left {
      margin: 20px 0 0; } }

.move-right {
  position: relative;
  z-index: 2;
  margin-right: -100px; }
  @media (max-width: 720px) {
    .move-right {
      margin: 20px 0 0; } }

.tan-box {
  background-color: #fcf6eb;
  padding: 40px 50px 40px 30px;
  margin-top: 70px; }
  .single .tan-box {
    padding: 20px 50px 20px 30px; }
  @media (max-width: 720px) {
    .tan-box {
      margin-top: 20px; } }

.bg-cover {
  background: no-repeat center center;
  background-size: cover; }

.two-columns {
  margin: 0 -20px; }
  .two-columns > div {
    display: inline-block;
    margin: 0 -2px;
    padding: 10px 20px;
    vertical-align: top;
    width: 50%; }
    @media (max-width: 720px) {
      .two-columns > div {
        width: 100%;
        display: block; } }

@media (max-width: 440px) {
  .tab {
    margin-left: 20px !important;
    margin-right: 20px;
    font-size: .9em; } }

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

.pt2 {
  padding-top: 2rem; }

.pt4 {
  padding-top: 4rem; }

.brown {
  color: #463d2f; }

.purple {
  color: #512d6a; }

/*
1. Use modernizor.js to determin if flexbox is supported.
2. flex-* can break more than one time. Eg. flex-4 flex-4 flex-4. It breaks two times, from 3 boxes in a row to 2 boxes then 1 box.
3. flex-s-*, flex-m-*, flex-l-* only break once or never break. They can be mixed. Eg. flex-m-5 + flex-m-7
4. Add class .align-container to flex-container if want to align columns to other containers. Eg. <div class="flex-container align-container">

Example1
<div class="flex-container">
   <div class="flex-4">Box1</div>
   <div class="flex-4">Box2</div>
   <div class="flex-4">Box3</div>
</div>

Example2
<div class="flex-container">
   <div class="flex-m-2">Box1</div>
   <div class="flex-m-4">Box2</div>
   <div class="flex-m-6">Box3</div>
</div>
*/
.flexbox .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .flexbox .flex-container.fxVAl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.flex-container {
  display: block; }
  .flex-container .flex-3, .flex-container .flex-4, .flex-container [class*="flex-s"], .flex-container [class*="flex-m"], .flex-container [class*="flex-l"] {
    display: inline-block;
    margin: 0 -2px;
    vertical-align: top; }

.align-container {
  margin: 0 -15px; }

.flex-6, .flex-4, .flex-3, .flex-2 [class*="flex-s"], [class*="flex-m"], [class*="flex-l"] {
  padding: 15px; }
  .flex-6 > *, .flex-4 > *, .flex-3 > *, .flex-2 [class*="flex-s"] > *, [class*="flex-m"] > *, [class*="flex-l"] > * {
    height: 100%; }

.flex-6 {
  width: 50%; }

@media (max-width: 900px) {
  .flex-6 {
    width: 100%; } }

.flex-4 {
  width: 33.33%; }

@media (max-width: 900px) {
  .flex-4 {
    width: 50%; } }

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

.flex-3 {
  width: 25%; }

@media (max-width: 900px) {
  .flex-3 {
    width: 33.33%; } }

@media (max-width: 600px) {
  .flex-3 {
    width: 50%; } }

@media (max-width: 500px) {
  .flex-3 {
    width: 100%; } }

.flex-2 {
  width: 16.66%; }

@media (max-width: 900px) {
  .flex-2 {
    width: 25%; } }

@media (max-width: 600px) {
  .flex-2 {
    width: 33.33%; } }

@media (max-width: 500px) {
  .flex-2 {
    width: 50%; } }

.flex-s-1, .flex-m-1, .flex-l-1 {
  width: 8.33%; }

.flex-s-2, .flex-m-2, .flex-l-2 {
  width: 16.66%; }

.flex-s-3, .flex-m-3, .flex-l-3 {
  width: 25%; }

.flex-s-4, .flex-m-4, .flex-l-4 {
  width: 33.33%; }

.flex-3-5, .flex-m-5, .flex-l-5 {
  width: 41.66%; }

.flex-s-6, .flex-m-6, .flex-l-6 {
  width: 50%; }

.flex-s-7, .flex-m-7, .flex-l-7 {
  width: 58.33%; }

.flex-s-8, .flex-m-8, .flex-l-8 {
  width: 66.66%; }

.flex-s-9, .flex-m-9, .flex-l-9 {
  width: 75%; }

.flex-s-10, .flex-m-10, .flex-l-10 {
  width: 83.33%; }

.flex-s-11, .flex-m-11, .flex-l-11 {
  width: 91.66%; }

@media (max-width: 992px) {
  [class*="flex-l"] {
    width: 100%; } }

@media (max-width: 768px) {
  [class*="flex-m"] {
    width: 100%; } }

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 33.75em) {
    .container {
      width: 80%; } }
  @media only screen and (min-width: 60em) {
    .container {
      width: 75%;
      max-width: 60rem; } }

.row {
  position: relative;
  width: 100%; }

.row [class^="col"] {
  float: left;
  margin: 0.5rem 2%;
  min-height: 0.125rem; }

.row::after {
  content: "";
  display: table;
  clear: both; }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%; }

.col-1-sm {
  width: 4.33333%; }

.col-2-sm {
  width: 12.66667%; }

.col-3-sm {
  width: 21%; }

.col-4-sm {
  width: 29.33333%; }

.col-5-sm {
  width: 37.66667%; }

.col-6-sm {
  width: 46%; }

.col-7-sm {
  width: 54.33333%; }

.col-8-sm {
  width: 62.66667%; }

.col-9-sm {
  width: 71%; }

.col-10-sm {
  width: 79.33333%; }

.col-11-sm {
  width: 87.66667%; }

.col-12-sm {
  width: 96%; }

@media only screen and (min-width: 45em) {
  .col-1 {
    width: 4.33333%; }
  .col-2 {
    width: 12.66667%; }
  .col-3 {
    width: 21%; }
  .col-4 {
    width: 29.33333%; }
  .col-5 {
    width: 37.66667%; }
  .col-6 {
    width: 46%; }
  .col-7 {
    width: 54.33333%; }
  .col-8 {
    width: 62.66667%; }
  .col-9 {
    width: 71%; }
  .col-10 {
    width: 79.33333%; }
  .col-11 {
    width: 87.66667%; }
  .col-12 {
    width: 96%; }
  .hidden-sm {
    display: block; } }

.thirds {
  width: 33%;
  margin-left: .3%;
  float: left; }
  @media (max-width: 992px) {
    .thirds {
      width: 100%; } }

#engagement {
  border: 1px solid #fcf6eb;
  width: 60%;
  margin: 50px auto -100px;
  padding: 10px;
  position: relative; }
  .page-template-template-centenary #engagement {
    margin: 150px auto -100px; }
  @media (max-width: 992px) {
    #engagement {
      width: 70%; } }
  @media (max-width: 772px) {
    #engagement {
      width: 90%; } }
  #engagement .leftCorner {
    position: absolute;
    top: -42px;
    left: -25px;
    width: 250px; }
    @media (max-width: 772px) {
      #engagement .leftCorner {
        width: 200px; } }
  #engagement .contentBox {
    background: #fcf6eb;
    padding: 45px 100px 25px; }
    @media (max-width: 772px) {
      #engagement .contentBox {
        padding: 25px; } }
    #engagement .contentBox h2, #engagement .contentBox ul {
      margin: 0; }
    #engagement .contentBox h2 {
      text-transform: uppercase;
      margin-bottom: 25px;
      color: #463d2f; }
      @media (max-width: 772px) {
        #engagement .contentBox h2 {
          font-size: 1.8em; } }
    #engagement .contentBox .button-outline {
      margin-bottom: 15px; }

.site-footer, .site-info {
  color: white;
  font-size: 0.95em; }
  .site-footer h3, .site-info h3 {
    color: white; }
  .site-footer a, .site-info a {
    color: white; }
    .site-footer a:hover, .site-info a:hover {
      color: #c7b299; }

.site-footer {
  background: url(../assets/images/paper_background.png) no-repeat top left/100% auto, #01262c;
  font-size: .875em;
  padding-top: 130px;
  padding-bottom: 40px; }
  .site-footer h3 {
    font-family: "Antonio", serif;
    text-transform: uppercase;
    font-size: 1.1em;
    margin-bottom: 0px; }
  .site-footer p {
    font-size: 1em;
    color: white; }
  .site-footer address {
    margin-top: 5px; }
  .site-footer .social li {
    margin-right: 30px; }
    .site-footer .social li a {
      color: #c7b299;
      font-size: 2.25em; }
      .site-footer .social li a:hover {
        color: #fcf6eb; }
  @media (max-width: 720px) {
    .site-footer {
      text-align: center;
      padding-bottom: 25px; }
      .site-footer .social {
        text-align: center;
        margin: 0; } }

.site-info {
  background: #001b1f;
  padding: 20px 0 50px;
  font-size: 0.85em;
  color: #eee; }
  .site-info a {
    text-decoration: underline; }

.secondaryFooter {
  position: relative;
  padding: 150px 0 100px;
  margin-top: 50px;
  -webkit-filter: grayscale(0.8);
          filter: grayscale(0.8); }
  @media (max-width: 992px) {
    .secondaryFooter {
      padding: 50px 0; } }
  .secondaryFooter > div {
    position: relative;
    z-index: 5; }
  .secondaryFooter::before {
    content: '';
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url(../assets/images/paper_background.png) no-repeat top left/100% auto, rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0; }
  .secondaryFooter::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(173, 50, 2, 0.3);
    position: absolute;
    top: 0;
    left: 0; }

#specialEvent {
  background: #990033;
  padding: 5px 0; }
  #specialEvent p, #specialEvent a {
    color: #fff;
    text-transform: uppercase; }
  #specialEvent p {
    padding: 0;
    margin: 0; }
  #specialEvent a {
    font-family: "Antonio", serif;
    padding-left: 20px; }

.site-header {
  position: absolute;
  z-index: 999;
  width: 100%;
  padding-top: 25px; }
  .single .site-header,
  .tag .site-header {
    background-color: white; }
  .single.nav-open .site-header,
  .tag.nav-open .site-header {
    background: transparent; }
  @media (max-width: 440px) {
    .site-header {
      text-align: center;
      padding-top: 15px; } }
  .site-header .site-title {
    display: inline-block;
    padding-left: 15px; }
    @media (max-width: 440px) {
      .site-header .site-title {
        padding-left: 0px; } }
  .site-header .nav-control {
    float: right;
    padding-right: 15px;
    position: relative; }
  .site-header .spacer {
    vertical-align: top;
    display: inline-block;
    height: 20px;
    padding-left: 14px;
    margin-right: 8px;
    position: relative;
    top: 4px; }
    @media (max-width: 600px) {
      .site-header .spacer {
        padding-left: 6px;
        margin-right: 4px; } }
  .site-header button {
    background-color: transparent;
    border: 0; }
  .site-header .close-nav {
    display: none; }
  .site-header .open-nav, .site-header .login-button {
    font-family: "Antonio", serif;
    font-weight: 100; }
    .site-header .open-nav i, .site-header .login-button i {
      padding-left: 5px; }
  .site-header .login-button {
    text-transform: uppercase;
    color: #fff;
    margin-left: 10px; }
    .site-header .login-button:active, .site-header .login-button:visited {
      color: #fff; }
    .site-header .login-button:hover {
      color: #990033; }
  .site-header .regular {
    color: white; }
    .page-template-template-no-header-php .site-header .regular, .page-template-template-no-header-php.nav-close .site-header .regular, .tribe-events-page-template .site-header .regular, .tribe-events-page-template.nav-close .site-header .regular,
    .page-template-template-stories .site-header .regular, .page-template-template-stories.nav-close .site-header .regular, .single .site-header .regular, .search .site-header .regular, .site-header .regular .search.nav-close, .error404 .site-header .regular, .error404.nav-close .site-header .regular, .tag .site-header .regular, .tag.nav-close .site-header .regular, .archive .site-header .regular, .page-template-template-collections .site-header .regular,
    .single-obits .site-header .regular, .page-template-template-bicentenary .site-header .regular, .page-template-template-epic .site-header .regular, .page-template-template-public-affairs .site-header .regular, .page-template-template-pa .site-header .regular, .page-template-template-opa-home .site-header .regular, .page-template-template-opa-newsroom .site-header .regular, .page-template-template-opa-contact .site-header .regular, .page-template-template-opa-team .site-header .regular, .page-template-template-opa-focus .site-header .regular, .page-template-template-centenary .site-header .regular {
      color: #000;
      border-bottom: 1px solid #f1f1f1;
      padding-bottom: 15px; }
      .page-template-template-no-header-php .site-header .regular .spacer, .page-template-template-no-header-php.nav-close .site-header .regular .spacer, .tribe-events-page-template .site-header .regular .spacer, .tribe-events-page-template.nav-close .site-header .regular .spacer,
      .page-template-template-stories .site-header .regular .spacer, .page-template-template-stories.nav-close .site-header .regular .spacer, .single .site-header .regular .spacer, .search .site-header .regular .spacer, .site-header .regular .search.nav-close .spacer, .error404 .site-header .regular .spacer, .error404.nav-close .site-header .regular .spacer, .tag .site-header .regular .spacer, .tag.nav-close .site-header .regular .spacer, .archive .site-header .regular .spacer, .page-template-template-collections .site-header .regular .spacer,
      .single-obits .site-header .regular .spacer, .page-template-template-bicentenary .site-header .regular .spacer, .page-template-template-epic .site-header .regular .spacer, .page-template-template-public-affairs .site-header .regular .spacer, .page-template-template-pa .site-header .regular .spacer, .page-template-template-opa-home .site-header .regular .spacer, .page-template-template-opa-newsroom .site-header .regular .spacer, .page-template-template-opa-contact .site-header .regular .spacer, .page-template-template-opa-team .site-header .regular .spacer, .page-template-template-opa-focus .site-header .regular .spacer, .page-template-template-centenary .site-header .regular .spacer {
        border-color: #01252b; }
      .page-template-template-no-header-php .site-header .regular .login-button, .page-template-template-no-header-php.nav-close .site-header .regular .login-button, .tribe-events-page-template .site-header .regular .login-button, .tribe-events-page-template.nav-close .site-header .regular .login-button,
      .page-template-template-stories .site-header .regular .login-button, .page-template-template-stories.nav-close .site-header .regular .login-button, .single .site-header .regular .login-button, .search .site-header .regular .login-button, .site-header .regular .search.nav-close .login-button, .error404 .site-header .regular .login-button, .error404.nav-close .site-header .regular .login-button, .tag .site-header .regular .login-button, .tag.nav-close .site-header .regular .login-button, .archive .site-header .regular .login-button, .page-template-template-collections .site-header .regular .login-button,
      .single-obits .site-header .regular .login-button, .page-template-template-bicentenary .site-header .regular .login-button, .page-template-template-epic .site-header .regular .login-button, .page-template-template-public-affairs .site-header .regular .login-button, .page-template-template-pa .site-header .regular .login-button, .page-template-template-opa-home .site-header .regular .login-button, .page-template-template-opa-newsroom .site-header .regular .login-button, .page-template-template-opa-contact .site-header .regular .login-button, .page-template-template-opa-team .site-header .regular .login-button, .page-template-template-opa-focus .site-header .regular .login-button, .page-template-template-centenary .site-header .regular .login-button {
        color: #01252b; }
        .page-template-template-no-header-php .site-header .regular .login-button:hover, .page-template-template-no-header-php.nav-close .site-header .regular .login-button:hover, .tribe-events-page-template .site-header .regular .login-button:hover, .tribe-events-page-template.nav-close .site-header .regular .login-button:hover,
        .page-template-template-stories .site-header .regular .login-button:hover, .page-template-template-stories.nav-close .site-header .regular .login-button:hover, .single .site-header .regular .login-button:hover, .search .site-header .regular .login-button:hover, .site-header .regular .search.nav-close .login-button:hover, .error404 .site-header .regular .login-button:hover, .error404.nav-close .site-header .regular .login-button:hover, .tag .site-header .regular .login-button:hover, .tag.nav-close .site-header .regular .login-button:hover, .archive .site-header .regular .login-button:hover, .page-template-template-collections .site-header .regular .login-button:hover,
        .single-obits .site-header .regular .login-button:hover, .page-template-template-bicentenary .site-header .regular .login-button:hover, .page-template-template-epic .site-header .regular .login-button:hover, .page-template-template-public-affairs .site-header .regular .login-button:hover, .page-template-template-pa .site-header .regular .login-button:hover, .page-template-template-opa-home .site-header .regular .login-button:hover, .page-template-template-opa-newsroom .site-header .regular .login-button:hover, .page-template-template-opa-contact .site-header .regular .login-button:hover, .page-template-template-opa-team .site-header .regular .login-button:hover, .page-template-template-opa-focus .site-header .regular .login-button:hover, .page-template-template-centenary .site-header .regular .login-button:hover {
          color: #990033; }
      @media (max-width: 440px) {
        .page-template-template-no-header-php .site-header .regular, .page-template-template-no-header-php.nav-close .site-header .regular, .tribe-events-page-template .site-header .regular, .tribe-events-page-template.nav-close .site-header .regular,
        .page-template-template-stories .site-header .regular, .page-template-template-stories.nav-close .site-header .regular, .single .site-header .regular, .search .site-header .regular, .site-header .regular .search.nav-close, .error404 .site-header .regular, .error404.nav-close .site-header .regular, .tag .site-header .regular, .tag.nav-close .site-header .regular, .archive .site-header .regular, .page-template-template-collections .site-header .regular,
        .single-obits .site-header .regular, .page-template-template-bicentenary .site-header .regular, .page-template-template-epic .site-header .regular, .page-template-template-public-affairs .site-header .regular, .page-template-template-pa .site-header .regular, .page-template-template-opa-home .site-header .regular, .page-template-template-opa-newsroom .site-header .regular, .page-template-template-opa-contact .site-header .regular, .page-template-template-opa-team .site-header .regular, .page-template-template-opa-focus .site-header .regular, .page-template-template-centenary .site-header .regular {
          padding-bottom: 20px; } }
    .page-template-template-no-header-php.nav-open .site-header .regular,
    .tribe-events-page-template.nav-open .site-header .regular,
    .page-template-template-stories.nav-open .site-header .regular,
    .search.nav-open .site-header .regular,
    .error404.nav-open .site-header .regular,
    .single.nav-open .site-header .regular,
    .tag.nav-open .site-header .regular,
    .archive.nav-open .site-header .regular,
    .page-template-template-collections.nav-open .site-header .regular .single-obits.nav-open .site-header .regular {
      color: white;
      border-bottom: none; }
      .page-template-template-no-header-php.nav-open .site-header .regular .spacer,
      .tribe-events-page-template.nav-open .site-header .regular .spacer,
      .page-template-template-stories.nav-open .site-header .regular .spacer,
      .search.nav-open .site-header .regular .spacer,
      .error404.nav-open .site-header .regular .spacer,
      .single.nav-open .site-header .regular .spacer,
      .tag.nav-open .site-header .regular .spacer,
      .archive.nav-open .site-header .regular .spacer,
      .page-template-template-collections.nav-open .site-header .regular .single-obits.nav-open .site-header .regular .spacer {
        border-color: white; }
      .page-template-template-no-header-php.nav-open .site-header .regular .login-button,
      .tribe-events-page-template.nav-open .site-header .regular .login-button,
      .page-template-template-stories.nav-open .site-header .regular .login-button,
      .search.nav-open .site-header .regular .login-button,
      .error404.nav-open .site-header .regular .login-button,
      .single.nav-open .site-header .regular .login-button,
      .tag.nav-open .site-header .regular .login-button,
      .archive.nav-open .site-header .regular .login-button,
      .page-template-template-collections.nav-open .site-header .regular .single-obits.nav-open .site-header .regular .login-button {
        color: white; }
    .site-header .regular .site-logo {
      width: 297px;
      height: auto; }
      @media (max-width: 550px) {
        .site-header .regular .site-logo {
          width: 200px; } }
      @media (max-width: 400px) {
        .site-header .regular .site-logo {
          width: 180px; } }
    .site-header .regular .nav-control {
      padding-top: 20px; }
      @media (max-width: 440px) {
        .site-header .regular .nav-control {
          width: 100%;
          padding-right: 0;
          padding-top: 10px; }
          .site-header .regular .nav-control ul {
            padding-left: 0; } }
      .site-header .regular .nav-control button:hover {
        color: #990033; }
    .site-header .regular .spacer {
      border-right: 1px solid white; }
  .site-header .scrolled {
    position: fixed;
    top: -105px;
    left: 0;
    right: 0;
    background-color: white;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .site-header .scrolled .site-logo {
      width: 200px;
      height: auto;
      padding: 10px 0; }
      @media (max-width: 600px) {
        .site-header .scrolled .site-logo {
          width: 160px; } }
    .site-header .scrolled .nav-control {
      padding-top: 25px; }
      @media (max-width: 440px) {
        .site-header .scrolled .nav-control {
          width: 100%;
          padding: 0 0 15px 0; }
          .site-header .scrolled .nav-control ul {
            padding: 0; } }
      .site-header .scrolled .nav-control button:hover {
        color: #990033; }
    .site-header .scrolled .login-button {
      color: #01252b; }
      .site-header .scrolled .login-button:hover {
        color: #990033; }
    .site-header .scrolled .site-logo, .site-header .scrolled .nav-control {
      position: relative;
      top: -50px;
      opacity: 0; }
      @media (max-width: 440px) {
        .site-header .scrolled .site-logo, .site-header .scrolled .nav-control {
          text-align: center; } }
    .site-header .scrolled .spacer {
      border-right: 1px solid #01252b; }

@-webkit-keyframes SlideDown100 {
  0% {
    top: -105px; }
  100% {
    top: 0; } }

@keyframes SlideDown100 {
  0% {
    top: -105px; }
  100% {
    top: 0; } }

@-webkit-keyframes SlideDown50 {
  0% {
    top: -50px;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }

@keyframes SlideDown50 {
  0% {
    top: -50px;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }

.site-header .scrolled {
  opacity: 0; }

.show-scrolled .scrolled {
  -webkit-animation-name: SlideDown100;
          animation-name: SlideDown100;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  opacity: 1; }
  .show-scrolled .scrolled .site-logo, .show-scrolled .scrolled .nav-control {
    -webkit-animation-name: SlideDown50;
            animation-name: SlideDown50;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s; }

.main-nav {
  display: none;
  position: fixed;
  z-index: 30;
  top: 115px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  overflow-x: hidden;
  background: url(../assets/images/Ornament-newMenu3.svg) no-repeat top left 15%/auto 100%, #fcf6eb; }
  @media (max-width: 992px) {
    .main-nav {
      background: url(../assets/images/Ornament-newMenu3.svg) no-repeat top right -200px/auto 100%, #fcf6eb; } }
  .main-nav .menu {
    margin: 0;
    padding: 0;
    height: 100vh;
    position: relative; }
    .main-nav .menu ul, .main-nav .menu li {
      margin: 0;
      padding: 0;
      list-style: none; }
    .main-nav .menu a {
      color: white; }
    .main-nav .menu > li {
      background: no-repeat center center;
      background-size: cover;
      padding: 30px;
      text-align: left;
      opacity: 0; }
      @media (min-width: 992px) {
        .main-nav .menu > li {
          overflow-y: auto; } }
      @media (max-width: 992px) {
        .main-nav .menu > li {
          position: relative;
          padding: 0; }
          .main-nav .menu > li > a {
            padding: 15px 30px;
            display: block; } }
      .main-nav .menu > li .selector {
        float: right;
        padding: .5rem;
        z-index: 999;
        position: relative;
        -webkit-transition: all .3s linear;
        transition: all .3s linear; }
        @media (max-width: 992px) {
          .main-nav .menu > li .selector {
            padding: 1.5rem 1rem; } }
      @media (max-width: 992px) {
        .main-nav .menu > li.selected .selector {
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg); } }
      @media (min-width: 992px) {
        .main-nav .menu > li.selected .selector {
          color: #fff; } }
      @media (min-width: 992px) {
        .main-nav .menu > li.selected a {
          color: #fff; } }
      .main-nav .menu > li.selected ul:after {
        content: '';
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0; }
      @media (min-width: 992px) {
        .main-nav .menu > li.selected:nth-child(1) {
          background: #01252B; } }
      .main-nav .menu > li.selected:nth-child(1) ul:after {
        background: rgba(1, 37, 43, 0.6); }
      .main-nav .menu > li.selected:nth-child(1) .columns li:hover {
        background: #01252B; }
      @media (min-width: 992px) {
        .main-nav .menu > li.selected:nth-child(2) {
          background: #205E3B; } }
      .main-nav .menu > li.selected:nth-child(2) ul:after {
        background: rgba(32, 94, 59, 0.6); }
      .main-nav .menu > li.selected:nth-child(2) .columns li:hover {
        background: #205E3B; }
      @media (min-width: 992px) {
        .main-nav .menu > li.selected:nth-child(3) {
          background: #254F55; } }
      .main-nav .menu > li.selected:nth-child(3) ul:after {
        background: rgba(37, 79, 85, 0.6); }
      .main-nav .menu > li.selected:nth-child(3) .columns li:hover {
        background: #254F55; }
      @media (min-width: 992px) {
        .main-nav .menu > li.selected:nth-child(4) {
          background: #4B335C; } }
      .main-nav .menu > li.selected:nth-child(4) ul:after {
        background: rgba(75, 51, 92, 0.6); }
      .main-nav .menu > li.selected:nth-child(4) .columns li:hover {
        background: #4B335C; }
      @media (min-width: 992px) {
        .main-nav .menu > li.selected:nth-child(5) {
          background: #0F4880; } }
      .main-nav .menu > li.selected:nth-child(5) ul:after {
        background: rgba(15, 72, 128, 0.6); }
      .main-nav .menu > li.selected:nth-child(5) .columns li:hover {
        background: #0F4880; }
      @media (min-width: 992px) {
        .main-nav .menu > li.selected:nth-child(6) {
          background: #804028; } }
      .main-nav .menu > li.selected:nth-child(6) ul:after {
        background: rgba(128, 64, 40, 0.6); }
      .main-nav .menu > li.selected:nth-child(6) .columns li:hover {
        background: #804028; }
      @media (min-width: 992px) {
        .main-nav .menu > li.selected:nth-child(7) {
          background: #7D314C; } }
      .main-nav .menu > li.selected:nth-child(7) ul:after {
        background: rgba(125, 49, 76, 0.6); }
      .main-nav .menu > li.selected:nth-child(7) .columns li:hover {
        background: #7D314C; }
      @media (min-width: 992px) {
        .main-nav .menu > li {
          vertical-align: top;
          display: block;
          width: 40%;
          margin: 0 -2px; } }
      .main-nav .menu > li a, .main-nav .menu > li > ul {
        position: relative;
        z-index: 33;
        text-transform: uppercase; }
      .main-nav .menu > li.selected ul {
        display: block; }
      .main-nav .menu > li > a {
        font-family: "Playfair Display", serif;
        font-size: 1.8em;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        color: #847867; }
        .main-nav .menu > li > a:hover {
          color: #c7b299; }
        @media (min-width: 992px) {
          .main-nav .menu > li > a {
            display: block;
            text-align: left;
            font-size: 1.3em;
            padding: 0 25px; }
            .main-nav .menu > li > a:hover {
              color: #fff; } }
        @media (min-width: 1200px) {
          .main-nav .menu > li > a {
            font-size: 1.8em; } }
      .main-nav .menu > li > ul {
        background: no-repeat center center / cover;
        display: none; }
        @media (max-width: 992px) {
          .main-nav .menu > li > ul {
            padding: .5rem 1rem; } }
        @media (min-width: 992px) {
          .main-nav .menu > li > ul {
            padding: 2rem;
            padding-top: 20px;
            width: 60%;
            min-height: 100vh;
            position: absolute;
            right: 0;
            top: 0; } }
        .main-nav .menu > li > ul .full {
          border-bottom: 2px solid #c7b299;
          position: relative;
          z-index: 9;
          margin-bottom: 1.5rem; }
          @media (max-width: 992px) {
            .main-nav .menu > li > ul .full {
              display: none; } }
          .main-nav .menu > li > ul .full h2 {
            text-transform: none;
            color: #fff; }
          .main-nav .menu > li > ul .full a {
            padding-left: 0; }
        .main-nav .menu > li > ul .columns {
          position: relative;
          z-index: 9; }
          @media (min-width: 992px) {
            .main-nav .menu > li > ul .columns {
              -webkit-column-count: 2;
                      column-count: 2; } }
          .main-nav .menu > li > ul .columns li {
            border: 2px solid transparent;
            -webkit-column-break-inside: avoid;
                    break-inside: avoid; }
            .main-nav .menu > li > ul .columns li p {
              margin-bottom: .8rem; }
              @media (max-width: 992px) {
                .main-nav .menu > li > ul .columns li p {
                  display: none; } }
            .main-nav .menu > li > ul .columns li a p, .main-nav .menu > li > ul .columns li a h4 {
              text-transform: none;
              letter-spacing: 0; }
            .main-nav .menu > li > ul .columns li a h4 {
              color: #fff;
              font-weight: bold; }
              @media (max-width: 992px) {
                .main-nav .menu > li > ul .columns li a h4 {
                  margin: 0; } }
            .main-nav .menu > li > ul .columns li a p {
              color: #fcf6eb;
              font-family: "Open Sans", sans-serif; }
            .main-nav .menu > li > ul .columns li:hover {
              border-color: #c7b299; }
        .main-nav .menu > li > ul li {
          padding: 0 11px; }
          .main-nav .menu > li > ul li a {
            font-family: "Antonio", serif;
            font-weight: 100;
            letter-spacing: 1px;
            display: block;
            padding: 16px 0;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            text-shadow: -1px 1px 2px #4D4D4D;
            letter-spacing: 1.8px; }
            @media (min-width: 992px) {
              .main-nav .menu > li > ul li a {
                display: block;
                text-align: left;
                font-size: 1em;
                padding: 8px 0; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

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

.nav-open {
  overflow: hidden; }
  .nav-open .site-header {
    z-index: 2000000002;
    padding-top: 0; }
  .nav-open .regular {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    background: tan;
    display: none; }
  .nav-open .main-nav {
    display: block;
    z-index: 20000000010;
    top: 75px; }
    @media (max-width: 992px) {
      .nav-open .main-nav {
        top: 67px; } }
    @media (max-width: 440px) {
      .nav-open .main-nav {
        top: 108px; } }
    .nav-open .main-nav .menu > li:nth-child(1) {
      -webkit-animation-name: fadeIn;
              animation-name: fadeIn;
      -webkit-animation-duration: 0.7s;
              animation-duration: 0.7s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      -webkit-animation-delay: 0.1s;
              animation-delay: 0.1s; }
    .nav-open .main-nav .menu > li:nth-child(2) {
      -webkit-animation-name: fadeIn;
              animation-name: fadeIn;
      -webkit-animation-duration: 0.7s;
              animation-duration: 0.7s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      -webkit-animation-delay: 0.2s;
              animation-delay: 0.2s; }
    .nav-open .main-nav .menu > li:nth-child(3) {
      -webkit-animation-name: fadeIn;
              animation-name: fadeIn;
      -webkit-animation-duration: 0.7s;
              animation-duration: 0.7s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      -webkit-animation-delay: 0.3s;
              animation-delay: 0.3s; }
    .nav-open .main-nav .menu > li:nth-child(4) {
      -webkit-animation-name: fadeIn;
              animation-name: fadeIn;
      -webkit-animation-duration: 0.7s;
              animation-duration: 0.7s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      -webkit-animation-delay: 0.4s;
              animation-delay: 0.4s; }
    .nav-open .main-nav .menu > li:nth-child(5) {
      -webkit-animation-name: fadeIn;
              animation-name: fadeIn;
      -webkit-animation-duration: 0.7s;
              animation-duration: 0.7s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      -webkit-animation-delay: 0.5s;
              animation-delay: 0.5s; }
    .nav-open .main-nav .menu > li:nth-child(6) {
      -webkit-animation-name: fadeIn;
              animation-name: fadeIn;
      -webkit-animation-duration: 0.7s;
              animation-duration: 0.7s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      -webkit-animation-delay: 0.6s;
              animation-delay: 0.6s; }
    .nav-open .main-nav .menu > li:nth-child(7) {
      -webkit-animation-name: fadeIn;
              animation-name: fadeIn;
      -webkit-animation-duration: 0.7s;
              animation-duration: 0.7s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      -webkit-animation-delay: 0.7s;
              animation-delay: 0.7s; }
  .nav-open .close-nav, .nav-open .site-title .open {
    display: inline-block; }
  .nav-open .open-nav, .nav-open .close {
    display: none; }

.site-title .open {
  display: none; }

.page-header::before, .single-header::before {
  background: rgba(1, 38, 44, 0.7); }

.single .page-header, .tag .page-header {
  -webkit-filter: grayscale(0.8);
          filter: grayscale(0.8); }
  .single .page-header > *, .tag .page-header > * {
    z-index: 5; }
  .single .page-header::before, .tag .page-header::before {
    background: rgba(173, 50, 2, 0.5); }
  .single .page-header h1, .tag .page-header h1 {
    position: relative;
    padding-bottom: 50px;
    color: #fff; }
    @media (max-width: 772px) {
      .single .page-header h1, .tag .page-header h1 {
        padding-bottom: 0; } }

.page-header {
  position: relative;
  padding-top: 200px;
  padding-bottom: 100px;
  min-height: 700px;
  overflow: hidden; }
  @media (max-width: 992px) {
    .page-header {
      min-height: 600px; } }
  @media (max-width: 772px) {
    .page-header {
      min-height: auto;
      padding: 150px 0; }
      .page-header div[class^="col-"] {
        width: 100%; } }
  @media (max-width: 440px) {
    .page-header {
      text-align: center;
      padding: 150px 0 100px; } }
  .tag .page-header {
    min-height: 500px; }
  .page-header .page-title {
    text-transform: uppercase;
    font-size: 4em;
    line-height: 1; }
    @media (max-width: 992px) {
      .page-header .page-title {
        font-size: 3.5em; } }
    @media (max-width: 440px) {
      .page-header .page-title {
        font-size: 3.0em; } }
  .page-header p {
    color: #fff;
    font-weight: 400;
    font-style: italic;
    margin-top: 0;
    font-size: 1em; }
    @media (min-width: 768px) {
      .page-header p {
        max-width: 39vw; } }
  .page-header > .row {
    z-index: 9; }
  .page-header::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .page-header::after {
    content: '';
    background: url(../assets/images/hero_deckle.png) no-repeat left top/cover;
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99; }
  .page-header .page-title, .page-header .page-sub {
    color: #fff;
    font-weight: normal;
    margin: 0 0 20px;
    position: relative;
    max-width: 85%; }
    .single-collection .page-header .page-title, .single-collection .page-header .page-sub {
      max-width: none; }
    @media (max-width: 992px) {
      .page-header .page-title, .page-header .page-sub {
        font-size: 3.2em; } }
    @media (max-width: 600px) {
      .page-header .page-title, .page-header .page-sub {
        font-size: 2.6em; } }
    @media (max-width: 440px) {
      .page-header .page-title, .page-header .page-sub {
        max-width: 100%; } }
  .page-header .page-sub {
    font-family: "Northwell";
    font-size: 4.75em;
    line-height: 1em; }
    @media (max-width: 1200px) {
      .page-header .page-sub {
        font-size: 3.8em; } }
    @media (max-width: 992px) {
      .page-header .page-sub {
        font-size: 3em; } }
    @media (max-width: 440px) {
      .page-header .page-sub {
        font-size: 4em; } }
  .page-header .image-box {
    height: 500px;
    position: absolute;
    right: 10%;
    bottom: 0; }
    @media (max-width: 772px) {
      .page-header .image-box {
        display: none; } }
    .page-header .image-box img {
      position: absolute; }
    .page-header .image-box .top-image {
      position: relative;
      max-width: 450px;
      left: 200px;
      bottom: 50px; }
      @media (max-width: 1200px) {
        .page-header .image-box .top-image {
          left: 150px; } }
      @media (max-width: 992px) {
        .page-header .image-box .top-image {
          max-width: 360px;
          left: 100px;
          bottom: -20px; } }
      .page-header .image-box .top-image img {
        position: static;
        max-width: 100%; }
        body:not(.page-id-29) .page-header .image-box .top-image img {
          -webkit-filter: grayscale(0.7) sepia(0.5) hue-rotate(-23deg);
                  filter: grayscale(0.7) sepia(0.5) hue-rotate(-23deg); }
    .page-header .image-box .right-image img {
      bottom: 22%;
      right: -22%; }
    .page-header .image-box .bottom-image img {
      bottom: 10px;
      z-index: 9;
      left: 5%; }
    .page-header .image-box .right-image img, .page-header .image-box .bottom-image img {
      max-width: 300px; }
      @media (max-width: 1200px) {
        .page-header .image-box .right-image img, .page-header .image-box .bottom-image img {
          max-width: 250px; } }
      @media (max-width: 992px) {
        .page-header .image-box .right-image img, .page-header .image-box .bottom-image img {
          max-width: 200px; } }

.pageSubNav {
  border: 1px solid #c7b299;
  margin: 40px 0; }
  .pageSubNav ul {
    width: 100%;
    margin-left: 0;
    padding-left: 0; }
  .pageSubNav li {
    list-style: none;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .pageSubNav li a {
      color: #c7b299;
      text-transform: uppercase;
      font-family: "Antonio", serif;
      font-weight: normal;
      display: block;
      padding: 0 15px; }

.single-header {
  min-height: 600px;
  width: 100%;
  position: relative; }
  @media (max-width: 772px) {
    .single-header {
      min-height: 500px; } }
  .single-header::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .single-header::after {
    content: '';
    background: url(../assets/images/hero_deckle.png) no-repeat left top/cover;
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0; }

.search-form {
  display: none;
  position: fixed;
  z-index: 2000000005;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 0 20px; }
  .search-form .search-form-container {
    position: relative;
    margin-top: 45vh;
    margin-top: calc(50vh -20px);
    max-width: 400px;
    margin-left: auto;
    margin-right: auto; }
  .search-form form {
    display: block;
    width: 100%; }
  .search-form input:focus {
    outline: 0; }
  .search-form .close-search {
    position: fixed;
    right: 55px;
    top: 55px;
    width: 50px;
    height: 50px; }
    @media (max-width: 700px) {
      .search-form .close-search {
        right: 20px;
        top: 40px; } }
    .search-form .close-search span {
      display: block;
      width: 30px;
      height: 2px;
      background-color: white;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .search-form .close-search span:first-child {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .search-form .close-search span:last-child {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        position: relative;
        top: -2px; }
    .search-form .close-search:hover span {
      background-color: #c7b299; }
  .search-form .search-input {
    border-radius: 0;
    width: 100%;
    padding: 10px 50px 10px 50px;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #c7b299;
    color: white;
    font-size: 15px; }
    .search-form .search-input:focus, .search-form .search-input:active {
      outline: 0; }
  .search-form .search-submit {
    position: absolute;
    top: 0;
    left: 10px;
    width: 30px;
    height: 40px;
    background-color: transparent;
    border: 0;
    padding: 10px 12px;
    font-size: 13px;
    color: #c7b299;
    font-family: "Antonio", serif;
    text-transform: uppercase;
    background: url(../assets/images/search.svg) no-repeat center center;
    background-size: 25px 25px; }
  .search-form .clear {
    position: absolute;
    right: 10px;
    top: 10px;
    font-family: "Antonio", serif;
    color: #c7b299;
    font-size: 13px; }

.innerBorderBox {
  text-align: center;
  padding: 15px;
  position: relative;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  -webkit-filter: grayscale(0.4);
          filter: grayscale(0.4); }
  .innerBorderBox::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(89, 74, 66, 0.7);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  .innerBorderBox:hover::before {
    background: rgba(0, 0, 0, 0.7); }
  .innerBorderBox .innerBorder {
    border: 1px solid #fff;
    width: 100%;
    height: 100%;
    position: relative;
    color: #fff; }
    .single-collection .innerBorderBox .innerBorder {
      padding: 50px; }
      @media (max-width: 772px) {
        .single-collection .innerBorderBox .innerBorder {
          padding: 50px 20px; } }
    .innerBorderBox .innerBorder h3 {
      color: white; }
    .innerBorderBox .innerBorder h2 {
      font-family: "Playfair Display", serif;
      text-transform: uppercase;
      font-size: 2em;
      line-height: 1em;
      color: white; }
      .innerBorderBox .innerBorder h2 span {
        text-transform: none;
        font-style: italic;
        font-family: "Playfair Display", serif;
        display: block;
        line-height: .8; }
    .innerBorderBox .innerBorder p {
      color: white; }
  .innerBorderBox.flex .innerBorder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.innerBorderBoxHidden {
  text-align: center;
  width: 49%;
  padding: 5px;
  position: relative;
  float: left;
  margin-right: .3%;
  margin-bottom: .2%;
  overflow: hidden; }
  @media (max-width: 992px) {
    .innerBorderBoxHidden {
      background-size: cover !important;
      margin-bottom: 10px; } }
  @media (max-width: 772px) {
    .innerBorderBoxHidden {
      width: 100%; } }
  .innerBorderBoxHidden::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4); }
  .innerBorderBoxHidden:hover .hiddenContent {
    top: 0;
    opacity: 1; }
  .innerBorderBoxHidden .innerBorder {
    border: 1px solid rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 245px;
    position: relative;
    color: #fff;
    min-height: 250px; }
    .innerBorderBoxHidden .innerBorder h3 {
      font-family: "Playfair Display", serif;
      text-transform: uppercase;
      font-size: 2em;
      line-height: 1em;
      color: white;
      padding: 0 80px; }
      .innerBorderBoxHidden .innerBorder h3 span {
        text-transform: none;
        font-style: italic;
        font-family: "Playfair Display", serif;
        display: block;
        line-height: .8; }
    .innerBorderBoxHidden .innerBorder p {
      font-size: .875em; }
  .innerBorderBoxHidden.flex .innerBorder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .innerBorderBoxHidden .hiddenContent {
    position: absolute;
    background: rgba(1, 38, 44, 0.9);
    top: -100%;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: left;
    padding: 40px;
    z-index: 99;
    opacity: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    overflow: auto; }
    @media (max-width: 772px) {
      .innerBorderBoxHidden .hiddenContent {
        padding: 30px; } }
    @media (max-width: 440px) {
      .innerBorderBoxHidden .hiddenContent {
        padding: 20px; } }
    .innerBorderBoxHidden .hiddenContent h4, .innerBorderBoxHidden .hiddenContent p {
      color: #fff; }
    .innerBorderBoxHidden .hiddenContent h4 {
      margin: 0;
      font-family: "Antonio", serif; }
    .innerBorderBoxHidden .hiddenContent p {
      font-size: .9em; }

.opace-color-box {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .opace-color-box h2 {
    text-transform: uppercase;
    font-size: 3.2em;
    margin: 0; }
  .opace-color-box h3 a {
    margin: 5px 0 15px;
    text-transform: uppercase;
    color: white;
    font-weight: normal; }
  .opace-color-box h4 {
    font-family: "Antonio", serif;
    margin-bottom: 5px;
    color: white;
    font-weight: 300; }
  .opace-color-box.dark {
    background: rgba(1, 38, 44, 0.8);
    color: #fff;
    padding: 70px 30px; }
    .opace-color-box.dark:hover {
      background: #01262c; }
    .opace-color-box.dark h2, .opace-color-box.dark h3 {
      color: white; }
    .opace-color-box.dark h3 {
      font-size: 3.2rem;
      text-transform: uppercase;
      line-height: 1; }
      @media (max-width: 1100px) {
        .opace-color-box.dark h3 {
          font-size: 2.4rem; } }
    .opace-color-box.dark p a {
      color: #c7b299;
      font-weight: bold; }
    .opace-color-box.dark p {
      color: white; }
    .opace-color-box.dark .button-outline-white {
      margin-top: 20px; }
  .opace-color-box.light {
    background: rgba(252, 246, 235, 0.9);
    padding: 30px; }
    .opace-color-box.light h3, .opace-color-box.light h4 {
      color: #463d2f; }
      .home .opace-color-box.light h3, .home .opace-color-box.light h4 {
        text-transform: uppercase; }
    .opace-color-box.light:hover {
      background: #fcf6eb; }
    .home .opace-color-box.light h3 {
      font-size: 2.75em;
      line-height: 1;
      margin: 5px 0; }
      @media (max-width: 772px) {
        .home .opace-color-box.light h3 {
          font-size: 2em; } }
      @media (max-width: 440px) {
        .home .opace-color-box.light h3 {
          font-size: 1.75em; } }
    .opace-color-box.light h4 {
      margin-top: 0; }

.callToAction > div.col {
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 20px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  height: 250px;
  overflow: hidden;
  margin-right: .5%;
  margin-left: .5%;
  z-index: 9;
  width: 100%;
  display: inline-block;
  -webkit-filter: saturate(100%);
          filter: saturate(100%); }
  @media (max-width: 992px) {
    .callToAction > div.col {
      height: auto; } }
  .callToAction > div.col:hover {
    border: 1px solid white; }
    .callToAction > div.col:hover .contentBox {
      margin-top: 0%; }
      .callToAction > div.col:hover .contentBox a {
        opacity: 1; }
  .callToAction > div.col.box_4 {
    width: 23%;
    height: 230px; }
    .callToAction > div.col.box_4 h3 {
      font-size: 1.5em; }
  .callToAction > div.col.box_3 {
    width: 31%;
    vertical-align: top; }
  .callToAction > div.col.box_2 {
    width: 48%;
    height: 300px; }
  @media (max-width: 992px) {
    .callToAction > div.col {
      width: 100% !important;
      text-align: center;
      margin-bottom: 15px; } }
  .callToAction > div.col h3 {
    margin: 0;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.75em; }
    @media (max-width: 992px) {
      .callToAction > div.col h3 {
        padding-bottom: 100px; } }
    @media (max-width: 772px) {
      .callToAction > div.col h3 {
        padding-bottom: 50px; } }

.callToAction .contentBox {
  position: relative;
  height: 210px;
  margin-top: 25%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  @media (max-width: 992px) {
    .callToAction .contentBox {
      margin-top: 0;
      height: auto; } }
  .callToAction .contentBox a {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .callToAction .contentBox a:hover {
      color: #c7b299; }
    @media (max-width: 992px) {
      .callToAction .contentBox a {
        opacity: 1;
        position: relative; } }

.callToAction .box_2 .contentBox {
  height: 260px; }
  @media (max-width: 992px) {
    .callToAction .box_2 .contentBox {
      height: auto; } }

.callToAction .box_4 .contentBox {
  height: 190px; }
  @media (max-width: 992px) {
    .callToAction .box_4 .contentBox {
      height: auto; } }

#hiddenContainer .row div[class^="col-"]:first-child .growBox:nth-child(1) .growContainer {
  background: url(../assets/images/bahai-ornament-2.svg) no-repeat 10rem 0/87%, #fff; }

#hiddenContainer .row div[class^="col-"]:first-child .growBox:nth-child(2) .growContainer {
  background: url(../assets/images/bahai-ornament-1-rotated.svg) no-repeat 12rem -12rem/96%, #fff; }

#hiddenContainer .row div[class^="col-"]:first-child .growBox:nth-child(3) .growContainer {
  background: url(../assets/images/bahai-ornament-1-rotated.svg) no-repeat 12rem -24rem/96%, #fff; }

#hiddenContainer .row div[class^="col-"]:last-child .growBox:nth-child(1) .growContainer {
  background: url(../assets/images/bahai-ornament-2.svg) no-repeat 12rem 0/87%, #fff; }

#hiddenContainer .row div[class^="col-"]:last-child .growBox:nth-child(2) .growContainer {
  background: url(../assets/images/bahai-ornament-2.svg) no-repeat 12rem -10rem/87%, #fff; }

#hiddenContainer .row div[class^="col-"]:last-child .growBox:nth-child(3) .growContainer {
  background: url(../assets/images/bahai-ornament-2.svg) no-repeat 12rem -20rem/87%, #fff; }

#hiddenContainer .row .growBox.open .growContainer {
  background: #fff !important; }

.growBox {
  margin-bottom: 20px;
  position: relative;
  border: 1px solid #c7b299;
  height: 100%; }
  .growBox .growContainer {
    margin: 15px;
    padding: 60px 35px; }
    @media (max-width: 772px) {
      .growBox .growContainer {
        padding: 30px 20px;
        margin: 10px; } }
    .growBox .growContainer .under, .growBox .growContainer .over {
      top: 0;
      left: 0;
      position: relative; }
      .growBox .growContainer .under:hover, .growBox .growContainer .over:hover {
        cursor: pointer; }
    .growBox .growContainer .under.hidden, .growBox .growContainer .over.hidden {
      position: absolute;
      top: 0;
      left: 0;
      overflow: hidden;
      height: 0;
      border: 1px solid transparent;
      max-height: 0; }
    .growBox .growContainer .under {
      padding: 0;
      -webkit-transition: max-height 0.3s ease-in;
      transition: max-height 0.3s ease-in;
      height: 0;
      opacity: 0;
      top: 0;
      left: 0; }
      .growBox .growContainer .under h3 {
        text-transform: uppercase;
        font-family: "Antonio", serif;
        font-weight: bold;
        font-size: 1.2em;
        color: #463d2f;
        margin: 0; }
    .growBox .growContainer .over h2 {
      text-transform: uppercase;
      margin: 0; }
      @media (max-width: 992px) {
        .growBox .growContainer .over h2 {
          font-size: 1.5em; } }

@-webkit-keyframes disappear {
  0% {
    height: 0%; }
  1% {
    height: 0%;
    visibility: hidden; }
  100% {
    height: 0;
    visibility: hidden; } }

@keyframes disappear {
  0% {
    height: 0%; }
  1% {
    height: 0%;
    visibility: hidden; }
  100% {
    height: 0;
    visibility: hidden; } }

@-webkit-keyframes appear {
  0% {
    height: 0; }
  50% {
    visibility: visible; }
  100% {
    height: 100%;
    visibility: visible; } }

@keyframes appear {
  0% {
    height: 0; }
  50% {
    visibility: visible; }
  100% {
    height: 100%;
    visibility: visible; } }

.slick-slide:active, .slick-slide:focus {
  outline: 0; }

.slick-dots {
  bottom: 30px; }
  .slick-dots li {
    width: 13px;
    height: 13px;
    margin: 0 3px; }
    .slick-dots li button {
      border: 1px solid #c7b299;
      border-radius: 50%;
      width: 13px;
      height: 13px; }
      .slick-dots li button:before {
        opacity: 0; }
      .slick-dots li button:hover {
        background-color: rgba(199, 178, 153, 0.3); }
  .slick-dots .slick-active button {
    background-color: #c7b299; }
    .slick-dots .slick-active button:hover {
      background-color: #c7b299; }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  .video-wrapper .slick-dots {
    bottom: -35px; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.video-slider .slick-arrow {
  width: 38px;
  height: 38px;
  z-index: 100;
  background-size: 100% 100%; }

.video-slider .slick-prev {
  background: url(../assets/images/circle-arrow-w-left.png) no-repeat center center;
  background-size: 38px 38px;
  left: -19px; }
  .video-slider .slick-prev:before {
    display: none; }

.video-slider .slick-next {
  background: url(../assets/images/circle-arrow-w-right.png) no-repeat center center;
  background-size: 38px 38px;
  right: -19px; }
  .video-slider .slick-next:before {
    display: none; }

.icon-download {
  position: relative;
  top: 0px;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 5px;
  background: url(../assets/images/download.svg) no-repeat center center;
  background-size: 32px 32px; }

.col-icon {
  width: 40px;
  display: inline-block;
  vertical-align: top;
  padding: 5px 0; }
  .col-icon * {
    display: inline-block;
    vertical-align: top; }

.col-text {
  vertical-align: top;
  width: 80%;
  width: calc(96% - 44px);
  display: inline-block;
  padding: 8px 0; }

.tan-section {
  position: relative;
  background-color: rgba(252, 246, 235, 0.8);
  margin-top: calc(50px + 8.4vw);
  padding: 10px 0 60px; }
  .tan-section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 8.4vw;
    top: -8.4vw;
    left: 0;
    background: url(../assets/images/tan_deckle.png) no-repeat top center;
    background-size: 100% auto; }
  .tan-section:after {
    content: "";
    position: absolute;
    z-index: 105;
    width: 100%;
    height: 8.4vw;
    bottom: -8.4vw;
    left: 0;
    background: url(../assets/images/tan_deckle-bottom.png) no-repeat bottom center;
    background-size: 100% auto; }

.tanBox {
  background: rgba(252, 246, 235, 0.95);
  padding: 40px 20px;
  color: #463d2f; }
  .tanBox h3 {
    margin: 0;
    font-size: 1.7em; }

.read-cta {
  margin: 30px 0;
  padding: 50px;
  border: 1px solid #c7b299;
  background: url(../assets/images/bahai-ornament-2.svg) no-repeat top center;
  background-size: 400%; }

.mouse {
  border: 2px solid #990033;
  border-radius: 24px;
  height: 49px;
  margin: auto;
  position: relative;
  width: 30px; }
  .mouse:after {
    -webkit-animation: scroll 3s ease infinite;
            animation: scroll 3s ease infinite;
    background: #990033;
    content: '';
    height: 8px;
    left: 12px;
    opacity: 1;
    position: absolute;
    top: 10%;
    width: 2px; }

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    top: 10%; }
  100% {
    opacity: 0.2;
    top: 60%; } }

@keyframes scroll {
  0% {
    opacity: 1;
    top: 10%; }
  100% {
    opacity: 0.2;
    top: 60%; } }

.greenOpace, .greenOpacePaper {
  position: relative;
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in; }
  .greenOpace::before, .greenOpacePaper::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: rgba(1, 38, 44, 0.8);
    width: 100%;
    height: 100%; }

.greenOpacePaper {
  padding: 50px 0 100px;
  color: #fff; }
  .greenOpacePaper::after {
    content: '';
    background: url(../assets/images/hero_deckle.png) no-repeat left top/cover;
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99; }
  .greenOpacePaper .container {
    position: relative; }

.gform_wrapper {
  padding-bottom: 100px; }
  .gform_wrapper input[type="text"] {
    border: none; }
  .gform_wrapper .gfield_description {
    font-size: 0.95em !important; }
  .gform_wrapper ul.gform_fields li.gfield {
    vertical-align: bottom; }
  .gform_wrapper input[type="submit"] {
    text-transform: uppercase;
    min-width: 150px;
    font-family: "Antonio", serif;
    background: transparent;
    text-align: center;
    float: right;
    padding: 5px 80px;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  .gform_wrapper select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    background: transparent;
    width: 100%;
    border-radius: 0;
    display: block; }
    .gform_wrapper select::after {
      content: "\f107";
      font-family: "Font Awesome 5 Free"; }
    .gform_wrapper select::-ms-expand {
      display: none; }
  .gform_wrapper .two_thirds {
    width: 66%; }
  .gform_wrapper .one_third {
    width: 33%; }
  .gform_wrapper .one_fourth {
    width: 23%; }
  .gform_wrapper .two_thirds, .gform_wrapper .one_third, .gform_wrapper .one_fourth {
    display: inline-block; }
    @media (max-width: 992px) {
      .gform_wrapper .two_thirds, .gform_wrapper .one_third, .gform_wrapper .one_fourth {
        width: 100%;
        display: block; } }
  .gform_wrapper #field_2_16 {
    margin: 0; }
  .page-template-template-contact .gform_wrapper input[type="text"], .page-template-template-contact .gform_wrapper select, .page-template-template_backgroundImg .gform_wrapper input[type="text"], .page-template-template_backgroundImg .gform_wrapper select {
    border-bottom: 1px solid #c7b299; }
  .page-template-template-contact .gform_wrapper textarea, .page-template-template_backgroundImg .gform_wrapper textarea {
    border: 1px solid #c7b299; }
  .page-template-template-contact .gform_wrapper input[type="submit"], .page-template-template_backgroundImg .gform_wrapper input[type="submit"] {
    color: #990033;
    border: 1px solid #990033; }
    .page-template-template-contact .gform_wrapper input[type="submit"]:hover, .page-template-template_backgroundImg .gform_wrapper input[type="submit"]:hover {
      background: #990033;
      color: #fff; }
  .page-template-template-contact .gform_wrapper .ginput_container_select::before, .page-template-template_backgroundImg .gform_wrapper .ginput_container_select::before {
    color: #c7b299; }
  .page-template-template-contact .gform_wrapper ::-webkit-input-placeholder, .page-template-template_backgroundImg .gform_wrapper ::-webkit-input-placeholder {
    /* Chrome */
    color: #01252b !important; }
  .page-template-template-contact .gform_wrapper :-ms-input-placeholder, .page-template-template_backgroundImg .gform_wrapper :-ms-input-placeholder {
    /* IE 10+ */
    color: #01252b !important; }
  .page-template-template-contact .gform_wrapper ::-moz-placeholder, .page-template-template_backgroundImg .gform_wrapper ::-moz-placeholder {
    /* Firefox 19+ */
    color: #01252b !important;
    opacity: 1 !important; }
  .page-template-template-contact .gform_wrapper :-moz-placeholder, .page-template-template_backgroundImg .gform_wrapper :-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #01252b !important;
    opacity: 1 !important; }
  #contactOverlay .gform_wrapper input[type="text"], #contactOverlay .gform_wrapper select {
    border-bottom: 1px solid #fff;
    background: transparent; }
  #contactOverlay .gform_wrapper select option {
    color: #000; }
  #contactOverlay .gform_wrapper textarea {
    border-color: #fff;
    background: transparent; }
  #contactOverlay .gform_wrapper .checkBox {
    background: rgba(255, 255, 255, 0.1); }
  #contactOverlay .gform_wrapper input[type="submit"] {
    color: #fff;
    border-color: #fff; }
    #contactOverlay .gform_wrapper input[type="submit"]:hover {
      background: #c7b299;
      border-color: #c7b299; }
  #contactOverlay .gform_wrapper .ginput_container_select::before {
    color: #fff; }
  .gform_wrapper .checkBox .gfield_checkbox label {
    color: transparent; }
  .gform_wrapper .checkBox {
    background: #fcf6eb;
    border-top: 1px solid #c7b299;
    padding: 20px 15px;
    margin-right: 15px;
    min-height: 300px;
    position: relative;
    vertical-align: top;
    width: 31% !important; }
    @media (max-width: 992px) {
      .gform_wrapper .checkBox {
        min-height: auto;
        padding-bottom: 5px;
        width: 100% !important; } }
    .gform_wrapper .checkBox label {
      text-transform: uppercase;
      font-family: "Playfair Display", serif;
      padding-bottom: 15px;
      font-size: 1.2em !important;
      font-weight: normal !important;
      padding-top: 25px; }
    .gform_wrapper .checkBox .ginput_container_checkbox {
      position: absolute;
      left: 15px;
      bottom: 15px; }
      @media (max-width: 992px) {
        .gform_wrapper .checkBox .ginput_container_checkbox {
          position: relative;
          left: 0px;
          bottom: 0px;
          margin-top: 35px !important; } }
  .gform_wrapper .ginput_container_checkbox input {
    opacity: 0;
    position: absolute; }
    .gform_wrapper .ginput_container_checkbox input:checked + label:before {
      background: #c7b299; }
    .gform_wrapper .ginput_container_checkbox input:checked + label:after {
      content: '';
      position: absolute;
      left: 5px;
      top: 9px;
      background: white;
      width: 2px;
      height: 2px;
      -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
              box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
  .gform_wrapper .ginput_container_checkbox label:before {
    content: '';
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: transparent;
    border: 1px solid #c7b299;
    margin-right: 10px; }
  .gform_wrapper ul.gfield_checkbox li {
    overflow: visible; }
  .gform_wrapper input[type="checkbox"] {
    border: 1px solid #c7b299; }
  .gform_wrapper .ginput_container_select {
    position: relative; }
    .gform_wrapper .ginput_container_select::before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f107";
      position: absolute;
      top: 0px;
      right: 10px; }

#contactOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #01262c;
  color: #fff;
  overflow: auto;
  display: none;
  z-index: 9999; }
  #contactOverlay ::-webkit-input-placeholder {
    /* Chrome */
    color: #fff !important; }
  #contactOverlay :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff !important; }
  #contactOverlay ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff !important;
    opacity: 1 !important; }
  #contactOverlay :-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #fff !important;
    opacity: 1 !important; }
  #contactOverlay h2 {
    color: #fff;
    text-transform: uppercase; }
  #contactOverlay .closeOverlay img {
    display: inline-block; }
  #contactOverlay .closeOverlay:hover {
    cursor: pointer; }

.outlineBox {
  border: 1px solid #fff;
  color: #fff;
  padding: 15px; }
  .outlineBox h4 {
    margin-top: 0; }
  .outlineBox h4, .outlineBox p {
    color: #fff; }

.tan-overlay {
  position: relative; }
  .tan-overlay:before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(252, 205, 192, 0.25); }

.top-dip {
  position: relative;
  height: 480px;
  background: no-repeat center center;
  background-size: cover; }
  .top-dip:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 200px;
    z-index: 2;
    left: 0;
    background-size: 100% auto; }
  .top-dip:after {
    top: 0;
    background: url(../assets/images/deckle-top-dip.png) no-repeat top center; }

.top-flat {
  position: relative;
  height: 480px;
  background: no-repeat center center;
  background-size: cover; }
  .top-flat:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 200px;
    z-index: 2;
    left: 0;
    background-size: 100% auto; }
  .top-flat:after {
    top: 0;
    background: url(../assets/images/deckle-top-flat.png) no-repeat top center/100% auto; }

.bottom-dip {
  height: 480px;
  background: no-repeat center center;
  background-size: cover; }
  .bottom-dip:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 200px;
    z-index: 2;
    left: 0;
    background-size: 100% auto; }
  .bottom-dip:before {
    bottom: 0;
    background: url(../assets/images/deckle-bottom-dip.png) no-repeat bottom center/100% auto; }

.image-white-inline {
  position: relative; }
  .image-white-inline:before {
    content: " ";
    position: absolute;
    border: 1px solid white;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
    left: 10px; }
  .image-white-inline img {
    display: block; }

.cardBox {
  background: #fcf6eb;
  padding: 20px 35px; }
  .cardBox .categoryImg {
    min-height: 150px;
    margin-bottom: 20px; }
  .cardBox .categoryTag {
    margin: 30px 0 0 -35px;
    background: #01262c;
    color: #fff;
    text-transform: uppercase;
    font-family: "Antonio", serif;
    padding: 5px 0 5px 10px;
    display: inline-block;
    min-width: 150px; }
    .cardBox .categoryTag.teal {
      background: #36727a; }
    .cardBox .categoryTag.green {
      background: #757f07; }
    .cardBox .categoryTag.purple {
      background: #512d6a; }
  .cardBox ul {
    list-style-position: outside; }

.bg-image-green-overlay {
  background: no-repeat center center;
  background-size: cover;
  position: relative; }
  .bg-image-green-overlay:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(1, 38, 44, 0.7); }

.brown-overlay {
  position: relative;
  -webkit-filter: grayscale(0.4);
          filter: grayscale(0.4); }
  .brown-overlay:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(89, 74, 66, 0.7); }
  .brown-overlay > * {
    position: relative;
    z-index: 10; }

.postSlider {
  padding: 1rem 4rem 2rem 4rem; }
  @media (max-width: 772px) {
    .postSlider {
      padding: 1rem; } }
  .postSlider .slick-slide {
    padding: 0 1rem; }
  .postSlider .slick-arrow {
    width: 38px;
    height: 38px;
    z-index: 100;
    background-size: 100% 100%; }
  .postSlider .slick-prev {
    background: url(../assets/images/circle-arrow-w-left.png) no-repeat center center;
    background-size: 38px 38px;
    left: -19px; }
    @media (max-width: 772px) {
      .postSlider .slick-prev {
        left: -12px;
        background-size: 2rem; } }
    .postSlider .slick-prev:before {
      display: none; }
  .postSlider .slick-next {
    background: url(../assets/images/circle-arrow-w-right.png) no-repeat center center;
    background-size: 38px 38px;
    right: -19px; }
    @media (max-width: 772px) {
      .postSlider .slick-next {
        right: -12px;
        background-size: 2rem; } }
    .postSlider .slick-next:before {
      display: none; }

.image-caption-slider {
  max-width: 950px;
  margin: 0 auto; }
  .image-caption-slider .slick-slide {
    padding-bottom: 140px; }
    @media (max-width: 768px) {
      .image-caption-slider .slick-slide {
        padding-bottom: 250px; } }
  .image-caption-slider .image {
    width: 100%;
    height: 0;
    padding-bottom: 58%; }
  .image-caption-slider .tan-box {
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 86%;
    min-height: 160px;
    margin: 0 7%;
    padding: 40px 0 60px;
    background-color: rgba(252, 246, 235, 0.95); }
    @media (max-width: 768px) {
      .image-caption-slider .tan-box {
        width: 100%;
        min-height: 250px;
        margin: 0; } }
    .image-caption-slider .tan-box blockquote {
      font-size: 24px;
      padding: 0 30px; }
    .image-caption-slider .tan-box h5 {
      width: 100%;
      position: absolute;
      bottom: 10px; }
  .image-caption-slider .slick-arrow {
    width: 22px;
    height: 22px;
    background-size: 100% 100%;
    position: absolute;
    top: auto;
    bottom: 12px;
    z-index: 101; }
  .image-caption-slider .slick-prev {
    background: url(../assets/images/circle-arrow-left.png) no-repeat center center;
    background: url(../assets/images/circle-arrow-w-left.svg) no-repeat center center/30px;
    height: 30px;
    width: 30px;
    left: 43%;
    left: calc(50% - 70px);
    top: 95%; }
    @media (max-width: 600px) {
      .image-caption-slider .slick-prev {
        top: 94%; } }
    @media (max-width: 440px) {
      .image-caption-slider .slick-prev {
        top: 92%; } }
  .image-caption-slider .slick-next {
    background: url(../assets/images/circle-arrow-right.png) no-repeat center center;
    background: url(../assets/images/circle-arrow-w-right.svg) no-repeat center center/30px;
    height: 30px;
    width: 30px;
    left: 52%;
    left: calc(50% + 40px);
    top: 95%; }
    @media (max-width: 600px) {
      .image-caption-slider .slick-next {
        top: 94%; } }
    @media (max-width: 440px) {
      .image-caption-slider .slick-next {
        top: 92%; } }

.callOutBox {
  background-color: #fcf6eb;
  padding: 30px;
  outline-offset: 10px;
  outline: 1px solid #c7b299; }

#blogSection .category, .single-collection .category, .single .mainContent .category, .postStyling .category {
  padding: 5px;
  margin: 0; }
  #blogSection .category a, .single-collection .category a, .single .mainContent .category a, .postStyling .category a {
    text-transform: uppercase;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    display: block; }
  #blogSection .category.teal, #blogSection .category.Featured, #blogSection .category.Lifestyle, .single-collection .category.teal, .single-collection .category.Featured, .single-collection .category.Lifestyle, .single .mainContent .category.teal, .single .mainContent .category.Featured, .single .mainContent .category.Lifestyle, .postStyling .category.teal, .postStyling .category.Featured, .postStyling .category.Lifestyle {
    background: #36727a; }
  #blogSection .category.purple, #blogSection .category.SocialImpact, .single-collection .category.purple, .single-collection .category.SocialImpact, .single .mainContent .category.purple, .single .mainContent .category.SocialImpact, .postStyling .category.purple, .postStyling .category.SocialImpact {
    background: #512d6a; }
  #blogSection .category.green, #blogSection .category.BuildingCommunity, .single-collection .category.green, .single-collection .category.BuildingCommunity, .single .mainContent .category.green, .single .mainContent .category.BuildingCommunity, .postStyling .category.green, .postStyling .category.BuildingCommunity {
    background: #757f07; }
  #blogSection .category.Uncategorized, .single-collection .category.Uncategorized, .single .mainContent .category.Uncategorized, .postStyling .category.Uncategorized {
    background: #990033; }
  #blogSection .category.HouseofWorship, .single-collection .category.HouseofWorship, .single .mainContent .category.HouseofWorship, .postStyling .category.HouseofWorship {
    background-color: #DD6E42; }

.post-box.post {
  background-color: #fcf6eb; }
  @media (max-width: 992px) {
    .post-box.post {
      max-width: 500px;
      margin: 0 auto; } }
  .post-box.post .image, .post-box.post .post-details {
    float: left; }
  .post-box.post article {
    height: 100%; }
  .post-box.post .image {
    width: 35%;
    padding: 13px;
    height: 100%; }
    .post-box.post .image .post-thumbnail {
      display: block;
      width: 100%;
      height: 100%; }
    @media (max-width: 992px) {
      .post-box.post .image {
        width: 90%;
        padding: 30px 0 10px;
        float: none;
        margin: 0 auto; }
        .post-box.post .image .post-thumbnail {
          margin: 0 auto; } }
  .post-box.post .post-details {
    width: 65%;
    padding: 15px 20px 10px 15px; }
    @media (max-width: 992px) {
      .post-box.post .post-details {
        width: 100%;
        padding: 10px 30px 0px;
        text-align: center; } }
    @media (max-width: 772px) {
      .post-box.post .post-details {
        padding: 10px 15px 0px; } }
  .post-box.post .category span {
    color: white;
    display: inline-block;
    padding: 2px 10px;
    min-width: 200px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px; }
    @media (max-width: 772px) {
      .post-box.post .category span {
        min-width: 100%;
        width: 100%;
        font-size: 12px;
        padding: 5px; } }
  .post-box.post .building-community span {
    background-color: #757f07; }
  .post-box.post .house-of-worship span {
    background-color: #DD6E42; }
  .post-box.post .lifestyle span {
    background-color: #36727a; }
  .post-box.post .social-impact span {
    background-color: #512d6a; }
  .post-box.post .title {
    line-height: 1.1; }
  .post-box.post .title a {
    color: #463d2f;
    font-style: italic;
    font-size: 20px;
    font-weight: 400; }
    .post-box.post .title a:hover {
      color: #990033; }
  .post-box.post .excerpt p {
    font-size: 14px;
    margin: 0;
    padding: 0;
    max-height: 60px;
    overflow: hidden; }
  .post-box.post .read-more {
    margin-top: 10px;
    margin-bottom: 5px;
    letter-spacing: 1px; }
    .post-box.post .read-more a {
      font-family: "Antonio", serif;
      font-size: 15px;
      text-transform: uppercase; }
      .post-box.post .read-more a i {
        font-size: 13px;
        padding-left: 4px;
        position: relative;
        top: -2px; }

.linesEitherSide {
  margin: 0 0 1em !important;
  line-height: 2em;
  padding: 0;
  font-size: 1.2em;
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #463d2f;
  font-family: "Playfair Display", serif;
  font-style: italic; }
  .linesEitherSide::after, .linesEitherSide::before {
    content: " ";
    position: absolute;
    top: 50%;
    margin-left: -999em;
    height: 2px;
    width: 998em;
    border-top: 1px solid #463d2f; }
  .linesEitherSide::after {
    left: auto;
    width: 999em;
    margin: 0 0 0 1em; }

#contactTab {
  position: fixed;
  bottom: 0;
  right: 275px;
  background: #c7b299;
  color: #fff;
  padding: 8px 10px;
  border-radius: 5px 5px 0px 0px;
  font-weight: normal;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 1px 2px;
          box-shadow: rgba(0, 0, 0, 0.1) 0 0 1px 2px;
  z-index: 999; }
  @media (max-width: 772px) {
    #contactTab {
      border-radius: 50% 50%;
      bottom: 21px;
      right: 80px;
      padding: 10px 15px;
      -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
              box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5); } }
  @media (max-width: 772px) {
    #contactTab {
      border-radius: 50% 50%;
      bottom: 21px;
      right: 80px;
      padding: 10px 15px;
      -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
              box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5); } }
  #contactTab i {
    display: none;
    font-size: 1.75em; }
    @media (max-width: 772px) {
      #contactTab i {
        display: block; } }
  @media (max-width: 772px) {
    #contactTab span {
      display: none; } }
  #contactTab a, #contactTab a:visited {
    color: #fff; }

.graphicBg {
  position: relative; }
  .graphicBg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../assets/images/ornament_2.svg) no-repeat bottom right;
    background-size: 100% auto; }
  .graphicBg p {
    position: relative; }

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
  padding: 5px 4px;
  margin-top: 0; }

.ginput_container_select select {
  line-height: normal !important; }

.name_suffix {
  padding-top: 2px; }

#input_3_15_3, #input_3_17_3 {
  padding-top: 7px; }

@media (max-width: 772px) {
  .mainColumn {
    -webkit-columns: 1 !important;
            columns: 1 !important;
    text-align: center; } }

.mobile {
  display: none; }
  @media (max-width: 720px) {
    .mobile {
      display: block; } }

.nonMobile {
  display: block; }
  @media (max-width: 720px) {
    .nonMobile {
      display: none; } }

.smallContent {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto; }

.three-beige-boxes ul {
  list-style: circle;
  padding-left: 20px; }

.three-beige-boxes .cardBox:nth-child(1) .categoryTag {
  background-color: #36727a; }

.three-beige-boxes .cardBox:nth-child(2) .categoryTag {
  background-color: #757f07; }

.three-beige-boxes .cardBox:nth-child(3) .categoryTag {
  background-color: #512d6a; }

.index-fix {
  position: relative; }
  .index-fix.all {
    z-index: 888; }
  .index-fix.zero {
    z-index: 0; }

.button-outline, .link-arrow, .button-outline-white, .button-outline-tan, .button-outline-red, .subscribe-form .gform_wrapper .gform_footer input[type="submit"], .link-arrow-white, #tribe-bar-form .tribe-bar-submit input[type=submit] {
  font-family: "Antonio", serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: .875em;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.button-outline, .link-arrow {
  color: #990033; }

.button-outline-white, .button-outline, .button-outline-tan, .button-outline-red, .subscribe-form .gform_wrapper .gform_footer input[type="submit"] {
  padding: 6px 30px;
  display: inline-block; }

.button-outline, #tribe-bar-form .tribe-bar-submit input[type=submit] {
  border: 2px solid #990033;
  background: transparent;
  color: #990033; }
  @media (max-width: 772px) {
    .button-outline, #tribe-bar-form .tribe-bar-submit input[type=submit] {
      display: block;
      text-align: center;
      margin-bottom: 15px; } }
  .button-outline:hover, #tribe-bar-form .tribe-bar-submit input[type=submit]:hover {
    color: #fff;
    background: #990033; }

.button-outline-white {
  color: #fff;
  border: 2px solid #fff;
  letter-spacing: 1.2px; }
  .button-outline-white i {
    font-size: 1.4em;
    padding-right: 8px; }
  .button-outline-white:hover {
    background: #fff; }

.button-outline-tan {
  color: #fcf6eb;
  border: 1px solid #fcf6eb;
  letter-spacing: 1.2px; }
  .button-outline-tan i {
    font-size: 1.4em;
    padding-right: 8px; }
  .button-outline-tan:hover {
    background: #fff; }

.button-outline-red, .subscribe-form .gform_wrapper .gform_footer input[type="submit"] {
  color: #990033;
  border: 2px solid #990033;
  letter-spacing: 1.2px; }
  .button-outline-red i, .subscribe-form .gform_wrapper .gform_footer input[type="submit"] i {
    font-size: 1.4em;
    padding-right: 8px; }
  .button-outline-red:hover, .subscribe-form .gform_wrapper .gform_footer input:hover[type="submit"] {
    background: #990033;
    color: White; }

.link-arrow:hover {
  color: #757f07; }

.link-arrow::after, .link-arrow-white::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  padding-left: 5px; }

.link-arrow-white {
  color: #fff; }

.inline-buttons {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }
  .inline-buttons li {
    display: inline-block;
    margin-right: 15px; }
    @media (max-width: 772px) {
      .inline-buttons li {
        display: block;
        text-align: center;
        margin-bottom: 15px; }
        .inline-buttons li a {
          display: block; } }

.gform_wrapper li.hidden_label input {
  margin-top: 0 !important; }

#label_3_16_1 {
  color: #463d2f !important; }

.gform_confirmation_message {
  border: 1px solid #c7b299 !important;
  padding: 30px !important;
  font-size: 18px !important;
  text-align: center !important;
  margin-top: 45px !important; }

@-webkit-keyframes right_in {
  from {
    -webkit-transform: translateX(500px);
            transform: translateX(500px); }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes right_in {
  from {
    -webkit-transform: translateX(500px);
            transform: translateX(500px); }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes top_in {
  from {
    top: -500px; }
  to {
    top: 0; } }

@keyframes top_in {
  from {
    top: -500px; }
  to {
    top: 0; } }

@-webkit-keyframes bottom_in {
  from {
    -webkit-transform: translateY(500px);
            transform: translateY(500px); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes bottom_in {
  from {
    -webkit-transform: translateY(500px);
            transform: translateY(500px); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.home img {
  display: block;
  margin: 0; }

.home .hero {
  overflow: hidden;
  position: relative;
  max-height: 850px;
  height: 100vh;
  min-height: 700px; }
  @media (max-width: 992px) {
    .home .hero {
      max-height: 10000px;
      height: calc(650px + 33.33%); } }
  .home .hero .read-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .home .hero .read-more img {
      display: inline-block;
      margin-right: 10px; }
  .home .hero .background {
    width: 100%;
    height: 100%;
    background: no-repeat right top;
    background-size: cover;
    position: absolute; }
  .home .hero .left-green-box,
  .home .hero .right-green-box,
  .home .hero .right-image,
  .home .hero .top-image,
  .home .hero .bottom-image,
  .home .hero .deckle {
    position: absolute; }
  @media (max-width: 992px) {
    .home .hero .image-container {
      position: absolute;
      z-index: 5;
      bottom: 0;
      left: 0;
      width: 100%; }
      .home .hero .image-container > div {
        position: static;
        background: no-repeat center center;
        background-size: cover;
        display: inline-block;
        vertical-align: bottom;
        margin: 0 -2px;
        width: 33.33%;
        height: 200px;
        overflow: hidden; } }
    @media (max-width: 992px) and (max-width: 440px) {
      .home .hero .image-container > div {
        height: 120px; } }
  @media (max-width: 992px) {
        .home .hero .image-container > div .homeBg {
          height: 200px;
          background-size: cover; } }
      @media (max-width: 992px) and (max-width: 440px) {
        .home .hero .image-container > div .homeBg {
          height: 120px; } }
  @media (max-width: 992px) {
        .home .hero .image-container > div img {
          display: none; } }
  .home .hero .left-green-box {
    z-index: 2;
    background-color: rgba(1, 38, 44, 0.8);
    width: 56%;
    left: 0;
    top: 0;
    height: 100%; }
    @media (max-width: 992px) {
      .home .hero .left-green-box {
        position: relative;
        height: auto;
        padding-bottom: 35%; } }
    .home .hero .left-green-box p {
      margin-top: 0; }
    .home .hero .left-green-box .messagebox {
      width: 450px;
      max-width: 100%;
      display: block;
      margin: 12vw auto 10px;
      padding: 0 10px 0 50px; }
      @media (max-width: 992px) {
        .home .hero .left-green-box .messagebox {
          margin: 0 auto;
          padding: 150px 20px 20px; } }
    .home .hero .left-green-box h1, .home .hero .left-green-box h2, .home .hero .left-green-box nav {
      max-width: 450px;
      padding: 10px 10px 10px 50px;
      margin: 0 auto; }
    .home .hero .left-green-box h1 {
      font-family: "Northwell";
      color: white;
      font-size: 6.5em;
      text-transform: capitalize;
      margin: 12vw auto 0px;
      padding: 0 10px 0 50px;
      line-height: 1;
      vertical-align: bottom; }
      @media (max-width: 992px) {
        .home .hero .left-green-box h1 {
          margin: 0 auto;
          padding: 150px 20px 20px;
          font-size: 6em;
          text-align: center; } }
      @media (max-width: 440px) {
        .home .hero .left-green-box h1 {
          font-size: 4em;
          padding-bottom: 0; } }
    .home .hero .left-green-box h2 {
      font-family: "Open Sans", sans-serif;
      color: white;
      font-weight: 400;
      font-size: 1.15em;
      font-style: italic;
      letter-spacing: 1px; }
    .home .hero .left-green-box nav ul {
      padding: 0; }
      .home .hero .left-green-box nav ul li {
        list-style: none; }
        .home .hero .left-green-box nav ul li a {
          color: #c7b299;
          font-family: "Antonio", serif;
          display: inline-block;
          padding: 4px 0;
          font-size: 0.95em;
          letter-spacing: 2px; }
          .home .hero .left-green-box nav ul li a i {
            font-size: 0.8em;
            padding-left: 5px;
            position: relative;
            top: -3px; }
          .home .hero .left-green-box nav ul li a:hover {
            color: white; }
  .home .hero .right-green-box {
    z-index: 1;
    background-color: rgba(1, 38, 44, 0.8);
    top: 14%;
    right: 0;
    width: 6%;
    height: 34%; }
    @media (max-width: 992px) {
      .home .hero .right-green-box {
        display: none; } }
  .home .hero .right-image {
    -webkit-animation-name: right_in;
            animation-name: right_in;
    -webkit-animation-duration: 0.8s;
            animation-duration: 0.8s;
    -webkit-animation-delay: 1.7s;
            animation-delay: 1.7s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-transform: translateX(500px);
            transform: translateX(500px);
    z-index: 5;
    top: 41%;
    right: 0;
    width: 16vw;
    height: 320px; }
    .home .hero .right-image .homeBg {
      width: 100%;
      height: 320px;
      background-size: cover;
      background-position: center center; }
  .home .hero .top-image {
    -webkit-animation-name: top_in;
            animation-name: top_in;
    -webkit-animation-duration: 0.8s;
            animation-duration: 0.8s;
    -webkit-animation-delay: 0.7s;
            animation-delay: 0.7s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    z-index: 9;
    top: -500px;
    right: 28%;
    width: 20vw;
    height: 180px; }
    .home .hero .top-image .homeBg {
      width: 100%;
      height: 180px;
      background-size: cover;
      background-position: center center; }
  .home .hero .bottom-image {
    -webkit-animation-name: bottom_in;
            animation-name: bottom_in;
    -webkit-animation-duration: 0.8s;
            animation-duration: 0.8s;
    -webkit-animation-delay: 2.7s;
            animation-delay: 2.7s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    z-index: 9;
    bottom: 10vh;
    right: 34%;
    width: 22vw;
    height: 180px; }
    .home .hero .bottom-image .homeBg {
      width: 100%;
      height: 180px;
      background-size: cover;
      background-position: center center; }
  .home .hero .deckle {
    z-index: 20;
    bottom: 0;
    width: 100%; }
    .home .hero .deckle img {
      width: 100%; }
    @media (max-width: 992px) {
      .home .hero .deckle {
        display: none; } }
  @media (max-width: 992px) {
    .home .hero .left-green-box {
      width: 100%; } }

@media (max-width: 772px) {
  .home #teaching {
    padding-top: 30px; }
    .home #teaching .row .thirds:nth-child(1) {
      margin-top: 0px; } }

.home #teaching .innerBorder {
  min-height: 325px;
  height: 320px; }
  @media (max-width: 772px) {
    .home #teaching .innerBorder {
      min-height: 225px;
      height: 220px; } }

.home #teaching .innerBorderBox {
  background-repeat: no-repeat; }
  .home #teaching .innerBorderBox h2 {
    text-shadow: -2px 1px 3px rgba(0, 0, 0, 0.3);
    width: 100%; }
  .home #teaching .innerBorderBox::before {
    background: rgba(0, 0, 0, 0.2); }
  .home #teaching .innerBorderBox:hover::before {
    background: rgba(0, 0, 0, 0.5); }
  @media (max-width: 992px) {
    .home #teaching .innerBorderBox {
      max-width: 500px;
      margin: 5px auto; } }

.home #quotes {
  position: relative;
  top: -50px;
  margin-bottom: -50px; }
  @media (max-width: 992px) {
    .home #quotes {
      top: 0;
      margin: 30px 0; } }
  .home #quotes .quoteSlider {
    background: rgba(252, 246, 235, 0.9); }
  .home #quotes .slick-slide {
    padding: 40px 20px 60px; }
  .home #quotes .quote {
    font-style: italic;
    margin-bottom: 5px;
    margin-top: 0;
    font-size: 1.6em;
    font-weight: 400;
    font-family: "Playfair Display", serif; }
    .home #quotes .quote .content-box {
      padding: 15px;
      color: #463d2f; }
  .home #quotes .author {
    color: #990033;
    font-weight: normal;
    font-family: "Antonio", serif;
    text-transform: uppercase;
    font-size: 1em;
    margin-top: 20px; }

.home .story-feed-header {
  padding: 30px 0 0; }
  .home .story-feed-header h5 {
    margin-bottom: 0; }
  .home .story-feed-header h1 {
    margin-top: 0;
    text-transform: uppercase; }
  .home .story-feed-header p {
    max-width: 600px; }
  @media (min-width: 992px) {
    .home .story-feed-header .story-feed-title {
      display: inline-block;
      width: calc(100% - 170px);
      vertical-align: top; }
    .home .story-feed-header .view-all-button {
      display: inline-block;
      width: 160px;
      margin-top: 40px;
      vertical-align: top;
      text-align: right; } }

.home .collections-feed {
  padding-bottom: 40px; }
  .home .collections-feed .collection-card {
    margin: 0 !important;
    padding: 20px 0 !important;
    float: none !important; }
  .home .collections-feed .home-video-story {
    padding-bottom: 20px; }

.home .story-feed {
  padding-bottom: 30px; }

.home .view-all-bottom-link {
  padding-bottom: 160px; }

.home #visit {
  background: url(../assets/images/paper_top_border.png) no-repeat left top/100% auto, url(../assets/images/paper_bottom_border.png) no-repeat left bottom/100% auto, url(../assets/images/Bahai_Temple.jpg) no-repeat right bottom/cover;
  min-height: 800px;
  margin-top: -100px;
  padding-top: 100px; }
  @media (max-width: 772px) {
    .home #visit {
      background: url(../assets/images/paper_top_border.png) no-repeat left top/100% auto, url(../assets/images/paper_bottom_border.png) no-repeat left bottom/100% auto, url(../assets/images/Bahai_Temple.jpg) no-repeat -300px center/auto 120%;
      margin-top: 0px;
      padding-top: 50px;
      padding-bottom: 200px;
      min-height: auto; } }
  .home #visit h3 {
    font-size: 2.5em;
    line-height: 1em;
    margin: 5px 0 15px;
    text-transform: uppercase; }
  .home #visit h4 {
    font-family: "Antonio", serif;
    margin-bottom: 5px; }
  .home #visit .button-outline {
    margin-bottom: 15px; }

.home #calendar {
  background: url(../assets/images/events_bg.jpg) no-repeat left top/cover;
  min-height: 600px;
  padding: 10px;
  margin-bottom: 50px;
  margin-top: -150px; }
  @media (max-width: 772px) {
    .home #calendar {
      min-height: auto; } }
  @media (max-width: 772px) {
    .home #calendar div[class^="col-"] {
      width: 96%; } }
  .home #calendar .borderBox {
    border: 1px solid #fff;
    height: 100%;
    display: block;
    min-height: 600px; }
    @media (max-width: 772px) {
      .home #calendar .borderBox {
        min-height: auto; } }
  .home #calendar .opace-color-box {
    margin-right: -100px;
    margin-top: 50px;
    padding: 50px 50px 25px; }
    .home #calendar .opace-color-box .button-outline {
      margin-top: 25px; }
    @media (max-width: 772px) {
      .home #calendar .opace-color-box {
        margin-right: 0px;
        margin-top: 0px; } }
    @media (max-width: 440px) {
      .home #calendar .opace-color-box {
        padding: 15px; } }

@media (max-width: 720px) {
  .page-template-template_founders .white-section * {
    text-align: center !important; } }

.page-template-template_founders .video-slider {
  margin-top: 60px; }

.page-template-template_founders .tan-section {
  padding-bottom: 20px; }
  .page-template-template_founders .tan-section .button-outline {
    margin-top: 40px; }
    @media (max-width: 720px) {
      .page-template-template_founders .tan-section .button-outline {
        margin-top: 60px; } }

.page-template-template_founders .read-cta {
  background: url(../assets/images/bahai-ornament-2.svg) no-repeat top left;
  background-size: 137%; }

.timeline-desktop {
  padding: 170px 0 240px; }
  @media (max-width: 768px) {
    .timeline-desktop {
      display: none; } }
  .timeline-desktop .container-lg {
    background-color: white;
    padding: 90px 0 60px 80px;
    position: relative;
    z-index: 2; }
  .timeline-desktop img {
    max-width: 100%; }
  .timeline-desktop .timeline-container {
    padding-right: 55%;
    padding-right: calc(50% + 80px);
    height: 450px;
    overflow-y: auto; }
  .timeline-desktop .change-section {
    position: absolute;
    top: 55px;
    left: 35px; }
    .timeline-desktop .change-section img {
      width: 15px;
      height: auto; }
    .timeline-desktop .change-section .line {
      width: 15px;
      height: 1px;
      background: #c7b299;
      margin-top: 3px;
      margin-bottom: 8px; }
    .timeline-desktop .change-section .go-next img {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .timeline-desktop nav.who-was {
    position: absolute;
    top: 35px;
    left: 80px; }
    .timeline-desktop nav.who-was ul {
      padding: 0; }
    .timeline-desktop nav.who-was li {
      display: inline-block; }
      .timeline-desktop nav.who-was li button {
        font-family: "Antonio", serif;
        color: #c7b299;
        padding-right: 15px;
        font-size: 1.2rem;
        font-weight: 300; }
        .timeline-desktop nav.who-was li button:hover {
          color: #990033; }
  .timeline-desktop nav.year {
    position: absolute;
    z-index: 10;
    top: 100px;
    right: 50%; }
    .timeline-desktop nav.year ul li {
      margin: 0 0 25px;
      list-style: none; }
      .timeline-desktop nav.year ul li a {
        display: block;
        background-color: white;
        border-top: 1px solid #c7b299;
        border-left: 1px solid #c7b299;
        border-bottom: 1px solid #c7b299;
        color: #c7b299;
        padding: 3px 2px 3px 5px;
        text-align: center;
        position: relative;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .timeline-desktop nav.year ul li a:after {
          content: " ";
          position: absolute;
          z-index: -9;
          width: 20px;
          height: 20px;
          right: -11px;
          top: 4px;
          border: 1px solid #c7b299;
          background-color: white;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease; }
    .timeline-desktop nav.year .current-nav {
      background-color: #c7b299;
      color: white; }
      .timeline-desktop nav.year .current-nav:after {
        background-color: #c7b299; }
  .timeline-desktop .year-content {
    padding-right: 40px; }
    .timeline-desktop .year-content h2 {
      text-transform: uppercase;
      font-weight: 400; }
    .timeline-desktop .year-content blockquote, .timeline-desktop .year-content blockquote * {
      font-size: 1.3rem; }
    .timeline-desktop .year-content > div {
      padding-bottom: 30px;
      min-height: 450px; }
  .timeline-desktop .year-image > div {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 600px;
    width: 50%;
    background: no-repeat center center;
    background-size: cover; }
    .timeline-desktop .year-image > div .caption {
      position: absolute;
      max-width: 400px;
      min-width: 85%;
      height: 95px;
      bottom: 20px;
      right: 0;
      text-align: center;
      background: url(../assets/images/caption-bg.svg) no-repeat top center;
      background-size: 100% auto; }
      .timeline-desktop .year-image > div .caption .caption-container {
        width: 100%;
        padding: 20px 30px;
        color: #463d2f; }

.show-bab div.baha {
  display: none; }

.show-bab .who-was button.bab {
  color: #990033;
  text-decoration: underline; }

.show-baha div.bab {
  display: none; }

.show-baha .who-was button.baha {
  color: #990033;
  text-decoration: underline; }

.timeline-mobile {
  padding: 100px 0 100px;
  background-color: rgba(1, 38, 44, 0.8); }
  .timeline-mobile .container {
    background-color: white;
    padding: 40px 30px;
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
    max-height: 2000px;
    overflow-y: hidden;
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease; }
  .timeline-mobile .founder {
    text-align: center; }
  .timeline-mobile .year {
    color: #c7b299;
    font-size: 2.8em;
    text-align: center;
    margin-top: 30px; }
  .timeline-mobile .image-container p {
    margin: 0; }
  .timeline-mobile .founder2 {
    margin-top: 80px; }
  .timeline-mobile .founder {
    text-decoration: underline; }
  .timeline-mobile #show-more, .timeline-mobile #show-less {
    position: absolute;
    display: block;
    width: 100%;
    background-color: white;
    left: 0;
    bottom: 0;
    border: 0;
    padding: 20px;
    color: #c7b299; }
    .timeline-mobile #show-more i, .timeline-mobile #show-less i {
      margin-left: 10px; }
  .timeline-mobile #show-less {
    display: none; }
  @media (min-width: 767px) {
    .timeline-mobile {
      display: none; } }
  .timeline-mobile .full-height {
    max-height: 1000000px; }

.testimonial-section {
  position: relative;
  z-index: 100;
  top: -110px;
  margin-bottom: -50px; }
  .testimonial-section .testimonials {
    background-color: rgba(252, 246, 235, 0.95);
    position: relative; }
    @media (max-width: 720px) {
      .testimonial-section .testimonials {
        padding: 20px 20px 50px; } }
    .testimonial-section .testimonials .testimonial {
      padding: 10px 0; }
      .testimonial-section .testimonials .testimonial:focus, .testimonial-section .testimonials .testimonial:active, .testimonial-section .testimonials .testimonial:visited {
        outline: 0; }
      @media (max-width: 720px) {
        .testimonial-section .testimonials .testimonial img {
          margin: 0 auto; } }
      .testimonial-section .testimonials .testimonial blockquote {
        font-size: 1.3em; }
      .testimonial-section .testimonials .testimonial h5 {
        font-size: 1.1em;
        margin-top: 0; }
  .testimonial-section .slick-arrow {
    width: 22px;
    height: 22px;
    background-size: 100% 100%;
    position: absolute;
    top: auto;
    bottom: 20px;
    z-index: 101; }
  .testimonial-section .slick-prev {
    background: url(../assets/images/circle-arrow-left.png) no-repeat center center;
    background: url(../assets/images/circle-arrow-w-left.svg) no-repeat center center/30px;
    height: 30px;
    width: 30px;
    left: 30%;
    left: calc(25% + 20px); }
    @media (max-width: 720px) {
      .testimonial-section .slick-prev {
        left: 30px; } }
  .testimonial-section .slick-next {
    background: url(../assets/images/circle-arrow-right.png) no-repeat center center;
    background: url(../assets/images/circle-arrow-w-right.svg) no-repeat center center/30px;
    height: 30px;
    width: 30px;
    left: 35%;
    left: calc(25% + 60px); }
    @media (max-width: 720px) {
      .testimonial-section .slick-next {
        left: 60px; } }

#hiddenContainer {
  padding-bottom: 200px; }
  #hiddenContainer::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: url(../assets/images/hero_deckle.png) no-repeat left bottom/100% auto; }
  @media (max-width: 772px) {
    #hiddenContainer {
      padding-top: 25px;
      padding-bottom: 50px; } }
  #hiddenContainer .moveUp {
    margin-top: -100px; }
    @media (max-width: 772px) {
      #hiddenContainer .moveUp {
        margin-top: 0.5rem; } }
  #hiddenContainer .subContent {
    color: #fff;
    font-family: "Playfair Display", serif;
    font-style: italic;
    margin-top: 60px;
    position: relative;
    margin-left: 10px;
    padding-top: 15px; }
    @media (max-width: 992px) {
      #hiddenContainer .subContent {
        padding-bottom: 15px; } }
    #hiddenContainer .subContent::before {
      position: absolute;
      width: 80px;
      border-top: 1px solid #fff;
      top: 0;
      left: 0;
      content: ''; }

#activities .tanBox {
  margin: -50px 80px 50px;
  position: relative; }
  #activities .tanBox .flexItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  @media (max-width: 772px) {
    #activities .tanBox {
      margin: 25px 0 0;
      text-align: center; }
      #activities .tanBox .flexItem {
        display: block; } }

#worship {
  padding-bottom: 400px;
  margin-top: 100px;
  position: relative; }
  @media (max-width: 772px) {
    #worship {
      margin-top: 15px;
      padding-bottom: 20px; }
      #worship .container {
        width: 100%; } }
  #worship::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../assets/images/paper_background.png) no-repeat top left/100% auto;
    position: absolute;
    top: 0;
    left: 0; }
  #worship .opace-color-box {
    margin-top: -50px;
    padding: 70px 50px; }
    #worship .opace-color-box:hover {
      background: rgba(1, 38, 44, 0.8); }
    @media (max-width: 772px) {
      #worship .opace-color-box {
        margin-top: 40px;
        padding: 30px; }
        #worship .opace-color-box h2 {
          font-size: 2em; } }

#worshipLocations {
  margin-top: -20px;
  position: relative;
  height: 150px; }
  @media (max-width: 992px) {
    #worshipLocations {
      height: 130px; } }
  @media (max-width: 772px) {
    #worshipLocations {
      height: 140px; } }
  @media (max-width: 600px) {
    #worshipLocations {
      height: auto; } }
  #worshipLocations .location {
    width: 14%;
    height: 150px;
    float: left;
    z-index: 9;
    position: relative;
    overflow: hidden;
    margin-right: .1425%;
    margin-left: .1425%; }
    @media (max-width: 992px) {
      #worshipLocations .location {
        height: 130px; } }
    @media (max-width: 772px) {
      #worshipLocations .location {
        height: 140px; } }
    @media (max-width: 600px) {
      #worshipLocations .location {
        width: 49%;
        height: 175px;
        float: none;
        display: inline-block; } }
    #worshipLocations .location:hover .locationText {
      left: 0; }
  #worshipLocations .locationText {
    background: rgba(1, 38, 44, 0.8);
    position: absolute;
    top: 0;
    left: -100%;
    color: #fff;
    text-transform: uppercase;
    height: 100%;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    vertical-align: text-bottom;
    font-family: "Antonio", serif;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.page-template-template_architecture main h2 {
  font-size: 2.5em; }
  @media (max-width: 720px) {
    .page-template-template_architecture main h2 {
      font-size: 2.2em; } }

.page-template-template_architecture main h1 {
  font-size: 2.1em; }

.page-template-template_architecture main img {
  display: block;
  margin: 15px auto; }

.page-template-template_architecture #arch-nav {
  padding-top: 30px;
  padding-bottom: 40px; }
  .page-template-template_architecture #arch-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    border: 1px solid #847867; }
    @media (max-width: 768px) {
      .page-template-template_architecture #arch-nav ul {
        padding: 10px 0; } }
    .page-template-template_architecture #arch-nav ul li {
      display: inline-block; }
      .page-template-template_architecture #arch-nav ul li a {
        color: #847867;
        padding: 18px 30px;
        font-family: "Antonio", serif;
        display: block;
        letter-spacing: 1px;
        font-size: 14px; }
        .page-template-template_architecture #arch-nav ul li a:hover {
          color: #463d2f; }
        .page-template-template_architecture #arch-nav ul li a i {
          font-size: 13px;
          position: relative;
          top: -1px;
          padding-left: 2px; }
      @media (max-width: 768px) {
        .page-template-template_architecture #arch-nav ul li {
          display: block; }
          .page-template-template_architecture #arch-nav ul li a {
            padding: 10px; } }

.page-template-template_architecture .videos {
  padding: 50px 0 0; }
  .page-template-template_architecture .videos .slick-arrow {
    top: 29vw; }
  .page-template-template_architecture .videos .slick-prev {
    left: 0; }
  .page-template-template_architecture .videos .slick-next {
    right: 0; }
  .page-template-template_architecture .videos .slick-dots {
    bottom: -20px; }
  @media (min-width: 720px) {
    .page-template-template_architecture .videos .slick-arrow {
      top: 16.8vw; }
    .page-template-template_architecture .videos .slick-next {
      right: 42%; }
    .page-template-template_architecture .videos .slick-dots {
      width: 58%; } }
  @media (min-width: 1150px) {
    .page-template-template_architecture .videos .slick-arrow {
      top: 180px; } }

.page-template-template_architecture .architect-1 {
  padding-top: 20px; }

.page-template-template_architecture .architect-2 {
  text-align: center; }

.page-template-template_architecture .craftsman {
  padding-bottom: 30px; }

.page-template-template_architecture .the-gardens {
  height: 550px; }
  .page-template-template_architecture .the-gardens .container-lg > div {
    background-color: rgba(1, 38, 44, 0.8);
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    color: white;
    padding: 20px 30px 40px; }
    .page-template-template_architecture .the-gardens .container-lg > div h2 {
      color: white; }
    .page-template-template_architecture .the-gardens .container-lg > div p {
      color: white; }

.page-template-template_architecture .the-opening {
  position: relative; }
  .page-template-template_architecture .the-opening .ornament {
    position: absolute;
    top: -400px;
    z-index: 3;
    bottom: 0; }

.page-template-template_architecture .visit {
  padding: 30px 0; }
  @media (max-width: 772px) {
    .page-template-template_architecture .visit h2 {
      font-size: 1.8em; } }
  @media (max-width: 440px) {
    .page-template-template_architecture .visit h2 {
      font-size: 1.6em; } }

@media (min-width: 720px) {
  .page-template-template_architecture .architect-1 .image-white-inline {
    position: relative;
    z-index: 5;
    margin-top: -14vw; }
  .page-template-template_architecture .architect-2 {
    margin-right: -280px;
    text-align: left; }
  .page-template-template_architecture .craftsman {
    margin-left: -200px;
    padding-top: 70px; }
    .page-template-template_architecture .craftsman .container-lg {
      position: relative;
      padding-bottom: 50px; }
      .page-template-template_architecture .craftsman .container-lg .floating-image2 {
        position: absolute;
        z-index: 5;
        bottom: -550px;
        right: -200px; }
    .page-template-template_architecture .craftsman .col-7 {
      position: relative; }
      .page-template-template_architecture .craftsman .col-7 .image-white-inline {
        margin-top: -70px; }
      .page-template-template_architecture .craftsman .col-7 .floating-image1 {
        position: absolute;
        z-index: 5;
        top: -280px;
        right: -80px; }
  .page-template-template_architecture .the-gardens {
    height: 700px; }
    .page-template-template_architecture .the-gardens .container-lg > div {
      margin: 0; } }

.page-id-38 .the-opening {
  position: relative; }
  .page-id-38 .the-opening .ornament {
    position: absolute;
    top: -400px;
    z-index: 3;
    bottom: 0; }

.page-id-39 .callOutBox {
  padding-bottom: 2rem !important; }

.page-id-29 .button-outline-white {
  font-size: 1.4em;
  padding: 12px 55px;
  font-weight: normal; }

.page-id-29 #communityBox .opace-color-box {
  margin-left: 40%;
  width: 55%;
  padding: 5%; }
  @media (max-width: 772px) {
    .page-id-29 #communityBox .opace-color-box {
      margin-left: 0%;
      width: 100%;
      padding-right: 30px; } }

.page-id-29 #planvisit {
  width: 45%;
  float: right;
  background-color: #fff; }
  @media (max-width: 772px) {
    .page-id-29 #planvisit {
      width: 100%;
      float: none; } }

@media (max-width: 772px) {
  .page-id-29 .tanBox {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%; } }

.page-id-29 .paperTop {
  position: relative; }
  .page-id-29 .paperTop .ornament {
    position: absolute;
    bottom: -500px; }

@media (max-width: 992px) {
  .page-id-29 #fireside h2 {
    font-size: 2.7em; } }

.page-id-29 .container-xs {
  max-width: 680px; }

.house-posts {
  margin: -350px 0 50px 2%;
  width: 47%; }
  .house-posts p {
    margin-bottom: 16px; }
  @media (max-width: 772px) {
    .house-posts {
      width: 96%;
      margin: -50px 2% 50px 2%; } }

#worhship-nav {
  padding-top: 30px;
  padding-bottom: 40px; }
  #worhship-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    border: 1px solid #847867; }
    @media (max-width: 768px) {
      #worhship-nav ul {
        padding: 10px 0; } }
    #worhship-nav ul li {
      display: inline-block; }
      #worhship-nav ul li a {
        color: #847867;
        padding: 18px 30px;
        font-family: "Antonio", serif;
        display: block;
        letter-spacing: 1px;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: normal; }
        #worhship-nav ul li a:hover {
          color: #463d2f; }
        #worhship-nav ul li a i {
          font-size: 13px;
          position: relative;
          top: -1px;
          padding-left: 2px; }
      @media (max-width: 768px) {
        #worhship-nav ul li {
          display: block; }
          #worhship-nav ul li a {
            padding: 10px; } }

#worshipSec {
  min-height: 450px;
  padding: 20px 0 50px 0;
  background: url("/wp-content/uploads/2018/04/auditorium-seated-people.jpg") no-repeat top left/45% auto; }
  @media (max-width: 992px) {
    #worshipSec {
      padding: 300px 0 50px;
      background-size: auto 300px; }
      #worshipSec .row > div {
        width: 100%; } }
  @media (max-width: 772px) {
    #worshipSec {
      padding: 300px 0 0px; }
      #worshipSec .row > div {
        padding: 0 30px 0px; } }
  #worshipSec .writting {
    margin-left: 45%;
    width: 45%;
    padding-bottom: 40px; }
    @media (max-width: 992px) {
      #worshipSec .writting {
        margin-left: 0%;
        width: 100%; } }

#worshipSec1 {
  padding-bottom: 150px; }
  @media (max-width: 772px) {
    #worshipSec1 .row > div {
      width: 100%; } }
  @media (max-width: 772px) {
    #worshipSec1 {
      padding-bottom: 20px; } }

@media (max-width: 772px) {
  #worshipSec1 img[class*="moveOver"], #worshipSec1 img[class*="moveRt"], #worshipSec1 img[class*="moveUp"], #worshipSec2 img[class*="moveOver"], #worshipSec2 img[class*="moveRt"], #worshipSec2 img[class*="moveUp"] {
    width: 100%;
    margin: 0;
    float: none;
    height: auto; } }

.page-template-template-no-header-php main,
.tribe-events-page-template main,
.page-template-template-stories main,
.archive main,
.page-template-template-no-header main,
.search-results main,
.error404 main,
.search-no-results main,
.single-post main,
.page-template-template-collections main,
.single-obits main,
.single-collection main,
.page-template-template-bicentenary main,
.page-template-template-epic main, .page-template-template-centenary main {
  padding-top: 150px; }

.noHeaderImg {
  padding-top: 150px;
  padding-bottom: 30px; }
  .noHeaderImg h1 {
    margin-top: 0;
    font-size: 2em;
    text-transform: uppercase; }
  .noHeaderImg h2 {
    font-family: "Antonio", serif;
    font-size: 1.3em;
    text-transform: uppercase; }

#communityBox {
  min-height: 700px;
  margin-bottom: 50px;
  padding-top: 45px; }
  @media (max-width: 772px) {
    #communityBox {
      min-height: auto;
      background-image: none !important;
      padding-top: 0; } }
  #communityBox .opace-color-box {
    max-width: 50%;
    margin-left: 50%; }
    @media (max-width: 992px) {
      #communityBox .opace-color-box {
        max-width: 60%;
        margin-left: 40%; } }
    @media (max-width: 772px) {
      #communityBox .opace-color-box {
        max-width: 100%;
        margin-left: 0%; } }
    #communityBox .opace-color-box h2 {
      font-size: 2.5em; }
      @media (max-width: 992px) {
        #communityBox .opace-color-box h2 {
          font-size: 2.2em; } }

#neighbor {
  min-height: 450px;
  padding: 0 0 20px;
  background: url("/wp-content/uploads/2018/04/womanwithsign.jpg") no-repeat top left/45% auto; }
  #neighbor div[class^="col-"] {
    padding: 0 30px; }
  @media (max-width: 992px) {
    #neighbor {
      padding: 300px 0 0;
      background-size: auto 300px; }
      #neighbor .row > div {
        padding: 0 30px 50px;
        width: 100%; } }
  @media (max-width: 772px) {
    #neighbor .row > div {
      padding: 0 30px 0px; } }
  #neighbor h2 {
    font-size: 2.7em;
    margin: 0; }
    @media (max-width: 1200px) {
      #neighbor h2 {
        font-size: 2em; } }

#neighbor1 {
  padding-bottom: 50px; }

#neighbor2 {
  padding: 50px 0;
  z-index: 9; }
  @media (max-width: 1200px) {
    #neighbor2 img[class*="moveOver"] {
      margin-left: -220px; } }
  @media (max-width: 772px) {
    #neighbor2 img[class*="moveOver"] {
      margin: 0 auto;
      display: block;
      width: 100%;
      height: auto; } }
  @media (max-width: 1200px) {
    #neighbor2 img[class*="moveRt"] {
      margin-right: -260px; } }
  @media (max-width: 772px) {
    #neighbor2 img[class*="moveRt"] {
      margin: 0 auto;
      display: block;
      float: none;
      width: 100%;
      height: auto; } }
  @media (max-width: 772px) {
    #neighbor2 {
      padding: 0; }
      #neighbor2 div[class*="col-"] {
        width: 100%; } }

#neighbor3 {
  padding-top: 100px; }
  @media (max-width: 992px) {
    #neighbor3 {
      padding-top: 20px; }
      #neighbor3 img {
        width: 100%;
        height: auto; } }
  @media (max-width: 992px) {
    #neighbor3 img[class*="moveUp"] {
      margin-top: 0;
      margin-bottom: 20px; } }
  @media (max-width: 992px) {
    #neighbor3 .read-cta {
      padding: 30px; } }
  @media (max-width: 440px) {
    #neighbor3 .read-cta {
      padding: 20px; } }

.search-results .search-result {
  padding-top: 20px; }

.error-404 form, .search-no-results .page-content form {
  max-width: 500px;
  margin: 0 auto;
  position: relative; }
  .error-404 form .search-input, .search-no-results .page-content form .search-input {
    border-radius: 0;
    width: 100%;
    padding: 10px 50px 10px 50px;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #c7b299;
    color: white;
    font-size: 15px; }
    .error-404 form .search-input:focus, .error-404 form .search-input:active, .search-no-results .page-content form .search-input:focus, .search-no-results .page-content form .search-input:active {
      outline: 0; }
  .error-404 form .search-submit, .search-no-results .page-content form .search-submit {
    position: absolute;
    top: 0;
    left: 10px;
    width: 30px;
    height: 40px;
    background-color: transparent;
    border: 0;
    padding: 10px 12px;
    font-size: 13px;
    color: #c7b299;
    font-family: "Antonio", serif;
    text-transform: uppercase;
    background: url(../assets/images/search.svg) no-repeat center center;
    background-size: 25px 25px; }
  .error-404 form .clear, .search-no-results .page-content form .clear {
    position: absolute;
    right: 10px;
    top: 10px;
    font-family: "Antonio", serif;
    color: #c7b299;
    font-size: 13px; }
  .error-404 form .search-input, .search-no-results .page-content form .search-input {
    color: #463d2f; }

.tribe-event-description p {
  word-wrap: break-word; }

#legend_box #legend {
  padding-left: 0; }
  @media (max-width: 440px) {
    #legend_box #legend li {
      width: 47%; } }

@media (max-width: 992px) {
  .tribe-events-viewmore {
    padding: 9px 0;
    font-size: .8em; } }

@media (max-width: 992px) {
  #tribe-events-content a {
    font-size: 13px; } }

@media (max-width: 772px) {
  #tribe-events-footer:after, #tribe-events-footer:before {
    width: 0 !important; }
  #tribe-events-footer .tribe-events-sub-nav li {
    width: 100% !important;
    text-align: center !important;
    float: none !important;
    margin-bottom: 2px !important; } }

@media (max-width: 772px) {
  .page-id-362 .content-area blockquote, .page-id-362 .content-area h5 {
    text-align: center; } }

.videoContentArea {
  padding: 0px 0 50px; }
  .videoContentArea h2 {
    margin: 0; }
  .videoContentArea p {
    margin: 10px 0 0; }

#contactKiosks {
  position: fixed;
  z-index: 20000000000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #01262c;
  color: white;
  overflow-y: auto;
  padding-top: 40px; }
  #contactKiosks .field_description_above {
    background-color: rgba(255, 255, 255, 0.1); }
  #contactKiosks ::-webkit-input-placeholder {
    /* Chrome */
    color: #fff !important; }
  #contactKiosks :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff !important; }
  #contactKiosks ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff !important;
    opacity: 1 !important; }
  #contactKiosks :-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #fff !important;
    opacity: 1 !important; }
  #contactKiosks h2 {
    color: #fff;
    text-transform: uppercase; }
  #contactKiosks .closeOverlay img {
    display: inline-block; }
  #contactKiosks .closeOverlay:hover {
    cursor: pointer; }
  #contactKiosks .gform_wrapper input[type="text"], #contactKiosks .gform_wrapper select {
    border-bottom: 1px solid #fff !important;
    background: transparent !important; }
  #contactKiosks .gform_wrapper textarea {
    border-color: #fff !important;
    background: transparent !important; }
  #contactKiosks .gform_wrapper .checkBox {
    background: rgba(255, 255, 255, 0.1) !important; }
  #contactKiosks .gform_wrapper input[type="submit"] {
    color: #fff !important;
    border-color: #fff !important; }
    #contactKiosks .gform_wrapper input[type="submit"]:hover {
      background: #c7b299 !important;
      border-color: #c7b299 !important; }
  #contactKiosks .gform_wrapper .ginput_container_select::before {
    color: #fff !important; }

@media (min-width: 768px) {
  .single-obits .obit-image {
    padding-top: 30px; } }

.page-template-template-bicentenary .coc-card {
  background-size: 200%;
  background-position: -28rem -19rem; }

.stories-nav {
  padding: 10px 0 15px; }
  .stories-nav .stories-menu, .stories-nav .toggle-search-posts-form {
    display: inline-block;
    vertical-align: top; }
  .stories-nav .toggle-search-posts-form {
    margin-top: 3px;
    color: #847867;
    float: right; }
    .stories-nav .toggle-search-posts-form:hover {
      color: #01252b; }
  .stories-nav .search-posts {
    display: none;
    padding: 10px 0;
    text-align: right; }
    .stories-nav .search-posts form {
      position: relative; }
    .stories-nav .search-posts .search-input {
      border-radius: 0;
      width: 100%;
      padding: 10px 50px 10px 50px;
      background-color: transparent;
      -webkit-box-shadow: none;
              box-shadow: none;
      border: 1px solid #c7b299;
      color: white;
      font-size: 15px; }
      .stories-nav .search-posts .search-input:focus, .stories-nav .search-posts .search-input:active {
        outline: 0; }
    .stories-nav .search-posts .search-submit {
      position: absolute;
      top: 0;
      left: 10px;
      width: 30px;
      height: 40px;
      background-color: transparent;
      border: 0;
      padding: 10px 12px;
      font-size: 13px;
      color: #c7b299;
      font-family: "Antonio", serif;
      text-transform: uppercase;
      background: url(../assets/images/search.svg) no-repeat center center;
      background-size: 25px 25px; }
    .stories-nav .search-posts .clear {
      position: absolute;
      right: 10px;
      top: 10px;
      font-family: "Antonio", serif;
      color: #c7b299;
      font-size: 13px; }
    .stories-nav .search-posts input[type="text"] {
      color: #01252b;
      padding-left: 15px; }
    .stories-nav .search-posts input[type="submit"] {
      background: none;
      width: 50px;
      color: #01252b;
      right: 10px;
      left: auto; }
    @media (min-width: 1024px) {
      .stories-nav .search-posts {
        text-align: right; }
        .stories-nav .search-posts form {
          width: 322px;
          display: inline-block; } }
  .stories-nav .stories-menu {
    position: relative; }
    .stories-nav .stories-menu .toggle-stories-menu {
      position: absolute;
      right: -30px;
      top: 3px;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .stories-nav .stories-menu .menu {
      max-height: 36px;
      overflow-y: hidden;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .stories-nav .stories-menu ul {
      padding: 0;
      margin: 0; }
    .stories-nav .stories-menu li {
      list-style-type: none;
      padding: 5px 0; }
      .stories-nav .stories-menu li a {
        font-family: "Antonio", serif;
        color: #847867;
        font-weight: 400;
        text-transform: uppercase;
        font-weight: 400;
        display: block;
        border-bottom: 3px solid transparent; }
  .stories-nav .stories-menu-open .toggle-stories-menu {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  .stories-nav .stories-menu-open .menu {
    max-height: 1000px; }
  @media (min-width: 1024px) {
    .stories-nav .stories-menu .toggle-stories-menu {
      display: none; }
    .stories-nav .stories-menu .menu {
      max-height: 1000px; }
    .stories-nav .stories-menu li {
      display: inline-block;
      padding: 5px 30px 5px 0; }
      .stories-nav .stories-menu li a:hover {
        border-bottom: 3px solid #847867; }
      .stories-nav .stories-menu li.current-menu-item a {
        border-bottom: 3px solid #847867; } }

.cat-label {
  margin-top: 20px;
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  color: white;
  padding: 3px 10px;
  text-transform: uppercase;
  background-color: none; }
  .cat-label:hover {
    color: white;
    font-weight: bold; }
  .cat-label.building-community {
    background-color: #757f07; }
  .cat-label.social-impact {
    background-color: #512d6a; }
  .cat-label.lifestyle {
    background-color: #36727a; }
  .cat-label.house-of-worship {
    background-color: #DD6E42; }

.story-tags {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .story-tags li {
    display: inline-block;
    padding-right: 20px; }
    .story-tags li a {
      font-weight: 400;
      color: #463d2f;
      font-size: 14px;
      text-transform: uppercase; }
      .story-tags li a:hover {
        color: #990033; }

.read-more {
  display: block;
  margin-top: 10px;
  font-family: "Antonio", serif;
  font-size: 15px;
  text-transform: uppercase;
  color: #990033; }
  .read-more:hover {
    color: #990033; }

.tags-read-more {
  height: 28px;
  overflow-y: hidden; }
  .tags-read-more .read-more {
    display: none;
    margin-top: 0; }
  .tags-read-more:hover .story-tags {
    display: none; }
  .tags-read-more:hover .read-more {
    display: block; }

.collection-card {
  padding: 10px;
  max-width: 600px;
  width: 100%; }
  .collection-card .featured-image {
    padding: 15px;
    position: relative; }
    .collection-card .featured-image:before {
      content: "";
      position: absolute;
      z-index: 5;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(70, 61, 47, 0.1)), to(#463d2f));
      background: linear-gradient(to bottom, rgba(70, 61, 47, 0.1), #463d2f);
      opacity: 0.8;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .collection-card .featured-image:hover:before {
      opacity: 1; }
    .collection-card .featured-image .card-wrapper {
      border: 1px solid white;
      position: relative;
      z-index: 10;
      padding-bottom: 60%;
      position: relative;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .collection-card .featured-image .card-wrapper .caption {
        position: absolute;
        width: 100%;
        bottom: 0;
        padding: 30px 20px; }
      .collection-card .featured-image .card-wrapper h3 {
        text-transform: none;
        font-style: italic;
        font-family: "Playfair Display", serif;
        display: block;
        line-height: 0.8;
        color: white;
        padding-bottom: 0; }
      .collection-card .featured-image .card-wrapper h2 {
        color: white; }
        .collection-card .featured-image .card-wrapper h2 a {
          color: white; }
          .collection-card .featured-image .card-wrapper h2 a:hover {
            color: #fcf6eb !important; }

.collection-slider .collection-card article {
  padding-top: 5%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-bottom: 5%; }

.collection-slider .collection-card.slick-current article {
  padding-top: 0;
  padding-bottom: 0; }

.collection-slider .collection-card.slick-current .featured-image .card-wrapper {
  padding-bottom: 70%; }

.collection-slider .slick-prev:before, .collection-slider .slick-next:before {
  font-size: 30px;
  color: white; }

.collection-slider .slick-next, .collection-slider .slick-prev {
  margin-top: -35px;
  z-index: 5; }

.collection-slider .slick-next {
  right: 30px; }

.collection-slider .slick-prev {
  left: 20px; }

@media (max-width: 768px) {
  .featured-story-unit {
    padding-bottom: 25px; } }

.featured-story-unit .featured-image {
  height: 0;
  padding-bottom: 60%; }

.lead-story {
  margin-top: 0;
  margin-bottom: 8.4vw;
  padding: 40px 0 0; }
  .lead-story:before {
    display: none; }
  .lead-story .excerpt {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-style: italic;
    font-size: 19px; }
  @media (min-width: 45em) {
    .lead-story .col-7, .lead-story .col-5 {
      float: right; } }

.featured-video-stories {
  padding: 40px 0; }
  @media (max-width: 768px) {
    .featured-video-stories {
      padding-bottom: 20px; } }

.recent-collections .collection-slider {
  padding-bottom: 60px; }
  .recent-collections .collection-slider .slick-dots {
    bottom: 15px; }
  .recent-collections .collection-slider .collection-card {
    width: 50%; }
    @media (max-width: 768px) {
      .recent-collections .collection-slider .collection-card {
        width: 100vw; } }

@media (max-width: 768px) {
  .cat-header {
    text-align: center; } }

.cat-header .h1 {
  display: inline-block;
  text-transform: uppercase; }
  @media (max-width: 768px) {
    .cat-header .h1 {
      display: block; } }

.cat-header .button-outline-red, .cat-header .subscribe-form .gform_wrapper .gform_footer input[type="submit"], .subscribe-form .gform_wrapper .gform_footer .cat-header input[type="submit"] {
  float: right;
  margin-top: 28px; }
  @media (max-width: 768px) {
    .cat-header .button-outline-red, .cat-header .subscribe-form .gform_wrapper .gform_footer input[type="submit"], .subscribe-form .gform_wrapper .gform_footer .cat-header input[type="submit"] {
      margin-top: 0;
      float: none;
      margin-bottom: 15px; } }

.row {
  margin: 0 -2%;
  width: auto; }

.feed-by-cat {
  padding-bottom: 50px; }
  @media (max-width: 768px) {
    .feed-by-cat {
      padding-bottom: 30px; } }
  .feed-by-cat .cat-label {
    display: none; }
  .feed-by-cat.building-community .cat-header .h1 {
    color: #757f07; }
  .feed-by-cat.house-of-worship .cat-header .h1 {
    color: #DD6E42; }
  .feed-by-cat.lifestyle .cat-header .h1 {
    color: #36727a; }
  .feed-by-cat.social-impact .cat-header .h1 {
    color: #512d6a; }

.simple-story {
  border-bottom: 1px solid #463d2f;
  padding: 10px 0; }
  .simple-story h3 {
    margin-top: 0; }
  .simple-story:first-child {
    padding-top: 0;
    margin-top: -5px; }
  .simple-story:last-child {
    border: 0; }

.default-story article {
  padding: 10px 0; }

.default-story .featured-image-wrapper {
  position: relative; }

.default-story .featured-image {
  display: block;
  width: 100%;
  padding-bottom: 60%; }

.default-story .col-8, .default-story .col-4 {
  margin: 0 2%; }

.default-story .col-8 {
  border-top: 1px solid #463d2f; }

.obits-container {
  padding-bottom: 70px; }
  .obits-container .obits-slider {
    margin: 0 -10px; }
    .obits-container .obits-slider .obit-card {
      padding: 10px; }
    .obits-container .obits-slider .featured-image {
      display: block;
      padding-bottom: 135%; }
  .obits-container .slick-arrow {
    width: 38px;
    height: 38px;
    z-index: 100;
    background-size: 100% 100%; }
  .obits-container .slick-prev {
    background: url(../assets/images/circle-arrow-w-left.png) no-repeat center center;
    background-size: 38px 38px;
    left: -50px; }
    .obits-container .slick-prev:before {
      display: none; }
  .obits-container .slick-next {
    background: url(../assets/images/circle-arrow-w-right.png) no-repeat center center;
    background-size: 38px 38px;
    right: -50px; }
    .obits-container .slick-next:before {
      display: none; }
  .obits-container .slick-dots {
    bottom: -35px; }

.subscribe-form {
  background-color: #fcf6eb;
  padding: 60px 0 30px;
  margin: 40px 0; }
  .subscribe-form .container {
    position: relative; }
    .subscribe-form .container .subscribe-font {
      position: absolute;
      top: -130px;
      left: 0;
      width: 220px; }
  .subscribe-form .gform_wrapper {
    padding-bottom: 0 !important; }
    .subscribe-form .gform_wrapper .gform_description {
      text-align: center !important; }
    .subscribe-form .gform_wrapper .gfield_label {
      font-weight: 400 !important;
      font-size: 14px !important; }
    .subscribe-form .gform_wrapper .gform_body {
      text-align: center !important; }
    .subscribe-form .gform_wrapper .gform_fields {
      display: inline-block !important;
      width: 100%;
      max-width: 500px; }
    .subscribe-form .gform_wrapper .gfield {
      text-align: left !important; }
    .subscribe-form .gform_wrapper input[type="text"] {
      width: 100% !important;
      background-color: transparent !important;
      border-bottom: 1px solid #463d2f; }
      .subscribe-form .gform_wrapper input[type="text"]:focus, .subscribe-form .gform_wrapper input[type="text"]:active {
        outline: 0; }
    .subscribe-form .gform_wrapper .gform_footer {
      text-align: left !important;
      max-width: 500px;
      margin: 0 auto;
      padding-top: 20px !important; }
      .subscribe-form .gform_wrapper .gform_footer input[type="submit"] {
        float: none !important;
        max-width: 100% !important;
        padding: 5px 20px !important; }
        .subscribe-form .gform_wrapper .gform_footer input[type="submit"]:hover {
          color: white !important; }
    @media (min-width: 1024px) {
      .subscribe-form .gform_wrapper .gform_description {
        text-align: left !important; }
      .subscribe-form .gform_wrapper .gform_body {
        display: inline-block !important;
        width: 85% !important;
        vertical-align: bottom !important;
        margin: 0 -2px !important; }
      .subscribe-form .gform_wrapper .gform_footer {
        display: inline-block !important;
        width: 15% !important;
        vertical-align: bottom !important;
        margin: 0 -2px !important; }
      .subscribe-form .gform_wrapper .gform_fields {
        display: block !important;
        max-width: 10000px !important; }
      .subscribe-form .gform_wrapper .gfield {
        display: inline-block !important;
        margin: 0 -2px !important;
        width: 50% !important; } }

.stories-main-sidebar hr, .stories-single-sidebar hr, .collection-sidebar hr {
  border-top: 0;
  margin: 20px 0 20px; }

.stories-main-sidebar ul, .stories-single-sidebar ul, .collection-sidebar ul {
  padding: 0;
  margin: 0; }

.stories-main-sidebar li, .stories-single-sidebar li, .collection-sidebar li {
  list-style: none;
  padding: 3px 0; }
  .stories-main-sidebar li a, .stories-single-sidebar li a, .collection-sidebar li a {
    color: #463d2f;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px; }
    .stories-main-sidebar li a:hover, .stories-single-sidebar li a:hover, .collection-sidebar li a:hover {
      color: #990033; }

.stories-main-sidebar .sidebar-widget > h3, .stories-single-sidebar .sidebar-widget > h3, .collection-sidebar .sidebar-widget > h3 {
  padding-bottom: 5px;
  text-transform: uppercase;
  font-size: 18px; }

.stories-main-sidebar.building-community .sidebar-widget > h3, .stories-single-sidebar.building-community .sidebar-widget > h3, .collection-sidebar.building-community .sidebar-widget > h3 {
  color: #757f07; }

.stories-main-sidebar.building-community hr, .stories-single-sidebar.building-community hr, .collection-sidebar.building-community hr {
  border-bottom: 1px solid #757f07; }

.stories-main-sidebar.lifestyle .sidebar-widget > h3, .stories-single-sidebar.lifestyle .sidebar-widget > h3, .collection-sidebar.lifestyle .sidebar-widget > h3 {
  color: #36727a; }

.stories-main-sidebar.lifestyle hr, .stories-single-sidebar.lifestyle hr, .collection-sidebar.lifestyle hr {
  border-bottom: 1px solid #36727a; }

.stories-main-sidebar.social-impact .sidebar-widget > h3, .stories-single-sidebar.social-impact .sidebar-widget > h3, .collection-sidebar.social-impact .sidebar-widget > h3 {
  color: #512d6a; }

.stories-main-sidebar.social-impact hr, .stories-single-sidebar.social-impact hr, .collection-sidebar.social-impact hr {
  border-bottom: 1px solid #512d6a; }

.stories-main-sidebar.house-of-worship .sidebar-widget > h3, .stories-single-sidebar.house-of-worship .sidebar-widget > h3, .collection-sidebar.house-of-worship .sidebar-widget > h3 {
  color: #DD6E42; }

.stories-main-sidebar.house-of-worship hr, .stories-single-sidebar.house-of-worship hr, .collection-sidebar.house-of-worship hr {
  border-bottom: 1px solid #DD6E42; }

.stories-single-sidebar article {
  padding-bottom: 5px; }

.stories-main-sidebar .cat-description h3 {
  margin-top: 0;
  font-style: italic; }

.stories-main-sidebar .post_tags li {
  display: inline-block;
  padding: 4px; }
  .stories-main-sidebar .post_tags li a {
    display: block;
    padding: 2px 5px;
    font-size: 11px;
    background-color: #eee; }

.stories-main-sidebar .subscribe-form {
  margin-top: 60px;
  padding: 40px 0 10px; }
  .stories-main-sidebar .subscribe-form .container .subscribe-font {
    position: absolute;
    top: -100px;
    left: -20px;
    width: 160px; }
  .stories-main-sidebar .subscribe-form .gform_wrapper .gfield {
    display: block !important;
    width: 100% !important; }
  .stories-main-sidebar .subscribe-form .gform_wrapper .gform_body, .stories-main-sidebar .subscribe-form .gform_wrapper .gform_footer {
    display: block !important;
    width: 100% !important; }

body.category .cat-label {
  display: none; }

body.category .cat-featured-story, body.category .cat-featured-video-story {
  padding-bottom: 40px; }

body.category .cat-stories {
  padding-top: 20px; }

.pagination {
  text-align: center;
  padding: 20px 0; }
  .pagination .page-numbers {
    font-family: "Antonio", serif;
    color: #463d2f;
    display: inline-block;
    padding: 5px;
    font-weight: 400; }
    .pagination .page-numbers.current {
      color: #990033; }
  .pagination a:hover {
    color: #990033; }
  .pagination .prev, .pagination .next {
    padding: 5px 10px; }

.single-post .post-header, .single-collection .post-header {
  padding-bottom: 30px; }
  @media (min-width: 1024px) {
    .single-post .post-header .story-tags, .single-collection .post-header .story-tags {
      padding-top: 40px; } }

.single-post .gallery, .single-collection .gallery {
  padding-bottom: 30px; }
  .single-post .gallery .gallery-item, .single-collection .gallery .gallery-item {
    margin: 10px;
    position: relative; }
    .single-post .gallery .gallery-item .gallery-icon, .single-collection .gallery .gallery-item .gallery-icon {
      height: 400px; }
      @media (max-width: 1024px) {
        .single-post .gallery .gallery-item .gallery-icon, .single-collection .gallery .gallery-item .gallery-icon {
          height: 33vw; } }
      @media (max-width: 768px) {
        .single-post .gallery .gallery-item .gallery-icon, .single-collection .gallery .gallery-item .gallery-icon {
          height: 50vw; } }
      .single-post .gallery .gallery-item .gallery-icon img, .single-collection .gallery .gallery-item .gallery-icon img {
        height: 100%;
        width: auto; }
    .single-post .gallery .gallery-item .gallery-caption, .single-collection .gallery .gallery-item .gallery-caption {
      position: absolute;
      width: 100%;
      bottom: 15px;
      left: 0;
      background-color: rgba(70, 61, 47, 0.9);
      padding: 10px;
      color: white; }
  .single-post .gallery .slick-dots, .single-collection .gallery .slick-dots {
    bottom: 15px; }
  .single-post .gallery .slick-prev:before, .single-post .gallery .slick-next:before, .single-collection .gallery .slick-prev:before, .single-collection .gallery .slick-next:before {
    font-size: 30px;
    color: #847867; }
  .single-post .gallery .slick-next, .single-post .gallery .slick-prev, .single-collection .gallery .slick-next, .single-collection .gallery .slick-prev {
    margin-top: -35px;
    z-index: 5; }
  .single-post .gallery .slick-next, .single-collection .gallery .slick-next {
    right: 30px; }
  .single-post .gallery .slick-prev, .single-collection .gallery .slick-prev {
    left: 20px; }

.single-collection .post-header {
  margin-top: 0;
  margin-bottom: 8.4vw;
  padding: 40px 0 0; }
  .single-collection .post-header:before {
    display: none; }
  .single-collection .post-header h2 {
    margin: 0;
    font-style: italic; }
  .single-collection .post-header h1 {
    margin-top: 0; }
  @media (min-width: 1024px) {
    .single-collection .post-header h2 {
      padding-top: 40px; } }

.single-collection .collection-main {
  padding-top: 20px; }

.rss-feed .widget-title {
  display: none; }

.rss-feed ul, .rss-feed li {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.rss-feed a.rsswidget {
  color: #463d2f;
  display: block;
  padding: 16px 0;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 18px;
  border-bottom: 1px solid #463d2f; }

.story-feed-header h1 a, .story-feed-header h2 a, .story-feed-header h3 a, .story-feed-header h4 a, .story-feed-header h6 a, .story-feed-header .h1 a, .story-feed-header .h2 a, .story-feed-header .h3 a, .story-feed-header .h4 a, .story-feed-header .h5 a, .story-feed-header .h6 a, .collections-feed h1 a, .collections-feed h2 a, .collections-feed h3 a, .collections-feed h4 a, .collections-feed h6 a, .collections-feed .h1 a, .collections-feed .h2 a, .collections-feed .h3 a, .collections-feed .h4 a, .collections-feed .h5 a, .collections-feed .h6 a, .story-feed h1 a, .story-feed h2 a, .story-feed h3 a, .story-feed h4 a, .story-feed h6 a, .story-feed .h1 a, .story-feed .h2 a, .story-feed .h3 a, .story-feed .h4 a, .story-feed .h5 a, .story-feed .h6 a, .lead-story h1 a, .lead-story h2 a, .lead-story h3 a, .lead-story h4 a, .lead-story h6 a, .lead-story .h1 a, .lead-story .h2 a, .lead-story .h3 a, .lead-story .h4 a, .lead-story .h5 a, .lead-story .h6 a, .featured-story-unit h1 a, .featured-story-unit h2 a, .featured-story-unit h3 a, .featured-story-unit h4 a, .featured-story-unit h6 a, .featured-story-unit .h1 a, .featured-story-unit .h2 a, .featured-story-unit .h3 a, .featured-story-unit .h4 a, .featured-story-unit .h5 a, .featured-story-unit .h6 a, .collection-slider h1 a, .collection-slider h2 a, .collection-slider h3 a, .collection-slider h4 a, .collection-slider h6 a, .collection-slider .h1 a, .collection-slider .h2 a, .collection-slider .h3 a, .collection-slider .h4 a, .collection-slider .h5 a, .collection-slider .h6 a, .feed-by-cats h1 a, .feed-by-cats h2 a, .feed-by-cats h3 a, .feed-by-cats h4 a, .feed-by-cats h6 a, .feed-by-cats .h1 a, .feed-by-cats .h2 a, .feed-by-cats .h3 a, .feed-by-cats .h4 a, .feed-by-cats .h5 a, .feed-by-cats .h6 a, .default-story h1 a, .default-story h2 a, .default-story h3 a, .default-story h4 a, .default-story h6 a, .default-story .h1 a, .default-story .h2 a, .default-story .h3 a, .default-story .h4 a, .default-story .h5 a, .default-story .h6 a, .related-posts h1 a, .related-posts h2 a, .related-posts h3 a, .related-posts h4 a, .related-posts h6 a, .related-posts .h1 a, .related-posts .h2 a, .related-posts .h3 a, .related-posts .h4 a, .related-posts .h5 a, .related-posts .h6 a, .related-video h1 a, .related-video h2 a, .related-video h3 a, .related-video h4 a, .related-video h6 a, .related-video .h1 a, .related-video .h2 a, .related-video .h3 a, .related-video .h4 a, .related-video .h5 a, .related-video .h6 a {
  color: inherit !important;
  font-weight: inherit !important; }
  .story-feed-header h1 a:hover, .story-feed-header h2 a:hover, .story-feed-header h3 a:hover, .story-feed-header h4 a:hover, .story-feed-header h6 a:hover, .story-feed-header .h1 a:hover, .story-feed-header .h2 a:hover, .story-feed-header .h3 a:hover, .story-feed-header .h4 a:hover, .story-feed-header .h5 a:hover, .story-feed-header .h6 a:hover, .collections-feed h1 a:hover, .collections-feed h2 a:hover, .collections-feed h3 a:hover, .collections-feed h4 a:hover, .collections-feed h6 a:hover, .collections-feed .h1 a:hover, .collections-feed .h2 a:hover, .collections-feed .h3 a:hover, .collections-feed .h4 a:hover, .collections-feed .h5 a:hover, .collections-feed .h6 a:hover, .story-feed h1 a:hover, .story-feed h2 a:hover, .story-feed h3 a:hover, .story-feed h4 a:hover, .story-feed h6 a:hover, .story-feed .h1 a:hover, .story-feed .h2 a:hover, .story-feed .h3 a:hover, .story-feed .h4 a:hover, .story-feed .h5 a:hover, .story-feed .h6 a:hover, .lead-story h1 a:hover, .lead-story h2 a:hover, .lead-story h3 a:hover, .lead-story h4 a:hover, .lead-story h6 a:hover, .lead-story .h1 a:hover, .lead-story .h2 a:hover, .lead-story .h3 a:hover, .lead-story .h4 a:hover, .lead-story .h5 a:hover, .lead-story .h6 a:hover, .featured-story-unit h1 a:hover, .featured-story-unit h2 a:hover, .featured-story-unit h3 a:hover, .featured-story-unit h4 a:hover, .featured-story-unit h6 a:hover, .featured-story-unit .h1 a:hover, .featured-story-unit .h2 a:hover, .featured-story-unit .h3 a:hover, .featured-story-unit .h4 a:hover, .featured-story-unit .h5 a:hover, .featured-story-unit .h6 a:hover, .collection-slider h1 a:hover, .collection-slider h2 a:hover, .collection-slider h3 a:hover, .collection-slider h4 a:hover, .collection-slider h6 a:hover, .collection-slider .h1 a:hover, .collection-slider .h2 a:hover, .collection-slider .h3 a:hover, .collection-slider .h4 a:hover, .collection-slider .h5 a:hover, .collection-slider .h6 a:hover, .feed-by-cats h1 a:hover, .feed-by-cats h2 a:hover, .feed-by-cats h3 a:hover, .feed-by-cats h4 a:hover, .feed-by-cats h6 a:hover, .feed-by-cats .h1 a:hover, .feed-by-cats .h2 a:hover, .feed-by-cats .h3 a:hover, .feed-by-cats .h4 a:hover, .feed-by-cats .h5 a:hover, .feed-by-cats .h6 a:hover, .default-story h1 a:hover, .default-story h2 a:hover, .default-story h3 a:hover, .default-story h4 a:hover, .default-story h6 a:hover, .default-story .h1 a:hover, .default-story .h2 a:hover, .default-story .h3 a:hover, .default-story .h4 a:hover, .default-story .h5 a:hover, .default-story .h6 a:hover, .related-posts h1 a:hover, .related-posts h2 a:hover, .related-posts h3 a:hover, .related-posts h4 a:hover, .related-posts h6 a:hover, .related-posts .h1 a:hover, .related-posts .h2 a:hover, .related-posts .h3 a:hover, .related-posts .h4 a:hover, .related-posts .h5 a:hover, .related-posts .h6 a:hover, .related-video h1 a:hover, .related-video h2 a:hover, .related-video h3 a:hover, .related-video h4 a:hover, .related-video h6 a:hover, .related-video .h1 a:hover, .related-video .h2 a:hover, .related-video .h3 a:hover, .related-video .h4 a:hover, .related-video .h5 a:hover, .related-video .h6 a:hover {
    color: #990033 !important; }

.coc-card {
  background-color: #990033;
  background-image: url(../assets/images/bahai-ornament-2-horizontal.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFFFFF; }
  @media (max-width: 992px) {
    .coc-card {
      background-size: 60% 100%; } }
  .coc-card.short {
    background-color: #27794D; }
    .coc-card.short .cta {
      background-color: #27794D; }
    .coc-card.short .coc-card__main {
      margin-bottom: 2.8rem;
      padding-top: 2rem;
      margin-top: 2rem; }
    .coc-card.short .date {
      font-size: 1.38rem;
      padding-bottom: 2rem; }
      @media (max-width: 772px) {
        .coc-card.short .date {
          padding-bottom: .5rem; } }
    .coc-card.short .title {
      font-size: 1.75rem;
      margin-left: 1.7rem; }
    .coc-card.short .coc-card__copy p {
      padding-bottom: 2rem;
      padding-top: .75rem;
      font-weight: bold;
      font-size: 1.15rem; }
    .coc-card.short .cta {
      padding: 1rem; }
      @media (max-width: 772px) {
        .coc-card.short .cta {
          padding: .5rem; } }
  @media (max-width: 772px) {
    .coc-card {
      padding: .25rem;
      margin-bottom: 1.5rem; } }
  .coc-card__main {
    border: 2px solid #FFFFFF;
    padding: 1.75rem 1.75rem 1.75rem 0;
    margin: 1.75rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    @media (max-width: 772px) {
      .coc-card__main {
        display: block;
        padding: 1rem; } }
  .coc-card__brand {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .coc-card__brand .title {
      font-family: "Playfair Display", serif;
      font-size: 1.8rem;
      font-weight: 300;
      text-align: center;
      text-transform: uppercase;
      margin-left: 1.5rem;
      letter-spacing: 1px; }
      @media (max-width: 772px) {
        .coc-card__brand .title {
          margin-top: 0; } }
    .coc-card__brand .date {
      font-family: "Playfair Display", serif;
      font-size: 1.63rem;
      font-style: italic;
      font-weight: 300;
      text-align: right; }
      @media (max-width: 772px) {
        .coc-card__brand .date {
          text-align: center;
          padding-bottom: 1rem; } }
    .coc-card__brand img {
      -webkit-transform: scale(1.25);
              transform: scale(1.25);
      margin-top: -1.8rem;
      margin-left: 1.25rem; }
      @media (max-width: 772px) {
        .coc-card__brand img {
          -webkit-transform: none;
                  transform: none;
          margin: 0; } }
  .coc-card__copy {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    padding-left: 5rem;
    position: relative; }
    @media (max-width: 772px) {
      .coc-card__copy {
        padding-left: 0; } }
    .coc-card__copy p {
      color: #FFFFFF;
      font-weight: 400;
      font-family: "Playfair Display", serif;
      font-size: 1rem;
      line-height: 1.75rem;
      margin-bottom: 0;
      padding-bottom: 1rem; }
    .coc-card__copy .cta {
      background-color: #990033;
      border: 2px solid #FFFFFF;
      bottom: -2.75rem;
      color: #FFFFFF;
      display: inline-block;
      font-family: "Antonio", serif;
      font-size: .888rem;
      letter-spacing: 1.2px;
      padding: .4rem 2rem;
      position: absolute;
      right: 0;
      text-align: center;
      text-transform: uppercase; }
      @media (max-width: 772px) {
        .coc-card__copy .cta {
          margin-left: auto;
          margin-right: auto;
          left: 0;
          right: 0;
          padding: .75rem 2rem; } }
  .coc-card.centenary {
    background-color: #36727a;
    background-image: url("../assets/images/ornament-long-bootstrap.png");
    background-position: top left -148px;
    margin-bottom: 4rem; }
    @media (max-width: 992px) {
      .coc-card.centenary {
        background-size: cover; } }
    .coc-card.centenary .coc-card__brand {
      -webkit-box-flex: 1.5;
          -ms-flex: 1.5;
              flex: 1.5;
      position: relative; }
      .coc-card.centenary .coc-card__brand img {
        margin-top: -1rem; }
      .coc-card.centenary .coc-card__brand .title {
        font-size: 1.2rem;
        position: absolute;
        bottom: 20px;
        left: 120px;
        text-align: left;
        width: 300px;
        font-style: italic;
        color: #EAEAEA; }
        @media (max-width: 992px) {
          .coc-card.centenary .coc-card__brand .title {
            width: auto;
            margin-top: 1rem;
            margin-left: 0; } }
    .coc-card.centenary .coc-card__copy h2, .coc-card.centenary .coc-card__copy p {
      font-weight: bold;
      color: #EAEAEA; }
    .coc-card.centenary .coc-card__copy h2 {
      font-size: 1.8rem; }
    .coc-card.centenary .coc-card__copy .cta {
      background-color: #36727a; }
      @media (max-width: 772px) {
        .coc-card.centenary .coc-card__copy .cta {
          font-size: .788rem; } }
  .coc-card.short {
    background-position: center right;
    background-image: url("../assets/images/ornament-short-bootstrap.png"); }
    .coc-card.short .coc-card__brand img {
      width: 200px; }
      @media (max-width: 992px) {
        .coc-card.short .coc-card__brand img {
          width: auto; } }
    .coc-card.short .coc-card__brand .title {
      position: relative;
      width: 200px;
      left: 0;
      bottom: auto;
      margin-top: 3rem; }
      @media (max-width: 992px) {
        .coc-card.short .coc-card__brand .title {
          width: auto;
          margin-top: 1rem;
          margin-left: 0; } }

.quick-links {
  margin-left: 0.25rem !important; }
  .quick-links__nav {
    display: block;
    background: #FFFFFF; }
  .quick-links__social {
    color: #847867;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.1rem;
    font-family: "Playfair Display", serif;
    font-weight: 300;
    font-size: 1.25rem; }
    .quick-links__social a {
      background-image: url(../assets/images/social-icons.svg);
      background-repeat: no-repeat;
      display: inline-block;
      margin-right: .5rem;
      padding: 0 1rem;
      height: 1.5rem;
      width: 1rem;
      -webkit-transition: none;
      transition: none; }
      .quick-links__social a:first-child {
        background-image: url(../assets/images/social-icons.svg);
        background-position: 15px 5px; }
        .quick-links__social a:first-child:hover {
          background-position: 15px -29px; }
      .quick-links__social a:nth-child(2) {
        background-position: -33px 5px; }
        .quick-links__social a:nth-child(2):hover {
          background-position: -33px -29px; }
      .quick-links__social a:nth-child(3) {
        background-position: -83px 5px; }
        .quick-links__social a:nth-child(3):hover {
          background-position: -83px -29px; }
  .quick-links ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .quick-links ul li {
      display: block;
      border-bottom: 1px solid #D8D8D8;
      position: relative;
      padding-left: .8rem; }
      .quick-links ul li:first-child {
        padding-left: 0; }
      .quick-links ul li:last-child {
        border-bottom: none; }
      .quick-links ul li > a {
        color: #847867;
        font-family: "Playfair Display", serif;
        font-weight: 300;
        font-size: 1.25rem;
        padding: 1.1rem .75rem 1.1rem 3.15rem;
        display: block; }
        .quick-links ul li > a:hover {
          color: #990033; }
      .quick-links ul li:nth-child(2) a:before {
        background-image: url(../assets/images/email.svg);
        background-position: 0 5px;
        background-repeat: no-repeat;
        content: "";
        height: 100%;
        left: 1.6rem;
        position: absolute;
        width: 2rem; }
      .quick-links ul li:nth-child(2) a:hover:before {
        background-position: -60px 5px; }
      .quick-links ul li:nth-child(3) a:before {
        background-image: url(../assets/images/external-link.svg);
        background-position: 0 2px;
        background-repeat: no-repeat;
        content: "";
        height: 100%;
        left: 1.6rem;
        position: absolute;
        width: 2rem; }
      .quick-links ul li:nth-child(3) a:hover:before {
        background-position: -60px 2px; }
      .quick-links ul li:nth-child(4) a:before {
        background-image: url(../assets/images/play-button.svg);
        background-position: 0 5px;
        background-repeat: no-repeat;
        content: "";
        height: 100%;
        left: 1.6rem;
        position: absolute;
        width: 2rem; }
      .quick-links ul li:nth-child(4) a:hover:before {
        background-position: -58px 5px; }
      .quick-links ul li:nth-child(5) a:before {
        background-image: url(../assets/images/calendar.svg);
        background-position: 0 2px;
        background-repeat: no-repeat;
        content: "";
        height: 100%;
        left: 1.6rem;
        position: absolute;
        width: 2rem; }
      .quick-links ul li:nth-child(5) a:hover:before {
        background-position: -58px 2px; }

.bi-feed {
  padding-top: 3rem;
  overflow: hidden; }
  @media (max-width: 772px) {
    .bi-feed {
      padding-top: 2rem; } }
  .bi-feed__item {
    background-color: #FFFFFF;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
    font-size: 1rem;
    float: left;
    margin: 0 2rem 2.1rem 0;
    height: auto;
    width: 30%;
    padding: 0;
    text-align: center;
    position: relative; }
    @media (max-width: 772px) {
      .bi-feed__item {
        width: 100%; } }
    .bi-feed__item:nth-child(3n+3) {
      margin-right: 0; }
    .bi-feed__item.video figure {
      position: relative; }
      .bi-feed__item.video figure:before {
        content: "";
        background-image: url(../assets/images/play-button-big.svg);
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        z-index: 10;
        margin: 0 auto;
        left: 0;
        right: 0;
        width: 74px;
        height: 100%;
        top: 0; }
    .bi-feed__item.video h2, .bi-feed__item.photo h2 {
      font-size: .9rem;
      color: #01262c;
      font-family: "Open Sans", sans-serif;
      font-weight: bold; }
    .bi-feed__item.video .cta a, .bi-feed__item.photo .cta a {
      color: #463d2f; }
    .bi-feed__item.blog-post h2, .bi-feed__item.podcast h2 {
      font-size: 1.2rem;
      font-family: "Playfair Display", serif;
      color: #990033;
      text-align: left;
      padding-left: 1rem; }
    .bi-feed__item:hover.blog-post, .bi-feed__item:hover.podcast, .bi-feed__item:hover.other {
      background-color: #990033; }
      .bi-feed__item:hover.blog-post h2, .bi-feed__item:hover.blog-post .cta a, .bi-feed__item:hover.blog-post p, .bi-feed__item:hover.podcast h2, .bi-feed__item:hover.podcast .cta a, .bi-feed__item:hover.podcast p, .bi-feed__item:hover.other h2, .bi-feed__item:hover.other .cta a, .bi-feed__item:hover.other p {
        color: #FFFFFF; }
      .bi-feed__item:hover.blog-post .heateorSssSharingRound i, .bi-feed__item:hover.podcast .heateorSssSharingRound i, .bi-feed__item:hover.other .heateorSssSharingRound i {
        background-color: transparent;
        color: #990033; }
    .bi-feed__item > a {
      display: block;
      padding-bottom: 1rem; }
    .bi-feed__item figure {
      padding: 0;
      margin: 0; }
    .bi-feed__item figcaption {
      padding: 1rem;
      font-style: normal;
      font-size: 1rem; }
      .bi-feed__item figcaption h2 {
        font-size: 1.2rem;
        font-family: "Playfair Display", serif;
        color: #990033;
        text-align: left; }
    .bi-feed__item .cta {
      border-top: 1px solid #D8D8D8;
      bottom: 0;
      color: #847867;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      font-family: "Playfair Display", serif;
      font-size: .9rem;
      font-weight: 300;
      height: 50px;
      left: 0;
      padding: 1rem;
      position: relative;
      text-align: left;
      width: 100%; }
      .bi-feed__item .cta a {
        color: #01252b;
        font-weight: 300; }
  .bi-feed__excerpt {
    font-style: italic;
    font-size: 1rem;
    text-align: left; }

.heateor_sss_sharing_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.heateor_sss_sharing_ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 !important;
  width: 40px !important;
  height: 40px !important; }
  .heateor_sss_sharing_ul li:first-child, .heateor_sss_sharing_ul li:nth-child(2), .heateor_sss_sharing_ul li:nth-child(3) {
    display: none; }
  .heateor_sss_sharing_ul .heateorSssSharing {
    margin: 0 !important; }

.heateorSssSharing, .heateorSssSharingButton {
  margin: 0;
  display: inline-block; }

.cent-video .video figure {
  position: relative; }
  .cent-video .video figure .category {
    position: absolute;
    top: 1rem;
    left: 0; }
  .cent-video .video figure:before {
    content: "";
    background-image: url(../assets/images/play-button-big.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 10;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 74px;
    height: 100%;
    top: 0; }

.img-outline {
  border: 2px solid #C7B299;
  padding: 1rem 1rem .7rem; }
  .img-outline img {
    width: 100%; }

.featured-row {
  padding-bottom: 2rem;
  border-bottom: 1px solid #979797;
  margin-bottom: 2rem; }
  .featured-row:last-child {
    border-bottom: none; }

.page-template-template-centenary .coc-card.centenary {
  margin-bottom: 0; }

.page-template-template-centenary .bi-feed__item img {
  min-width: 100%; }

.epic-hero {
  background-image: url(../assets/images/epic-hero.png);
  background-repeat: no-repeat;
  background-position: 0 -8rem;
  background-size: 100% 620px;
  height: auto;
  padding-top: 4.5rem;
  position: relative;
  margin-top: -1.5rem; }
  @media (max-width: 772px) {
    .epic-hero {
      background-image: url(../assets/images/epic-hero--mobile.png);
      background-position: 0 0;
      background-size: 100% 360px;
      padding-top: 1rem;
      z-index: 20; }
      .epic-hero .col-6 {
        width: 100%;
        float: none; } }
  @media (max-width: 440px) {
    .epic-hero {
      background-image: url(../assets/images/epic-hero--mobile.png);
      background-size: 100% 300px;
      z-index: 20; } }
  .epic-hero p {
    font-size: 1.125rem;
    margin-bottom: 1rem; }
  .epic-hero h1 {
    font-size: 4rem;
    text-transform: uppercase;
    margin-top: 1rem; }
    @media (max-width: 772px) {
      .epic-hero h1 {
        font-size: 4.5rem; } }
    @media (max-width: 440px) {
      .epic-hero h1 {
        font-size: 3rem; } }
    .epic-hero h1 img {
      display: block; }
  .epic-hero__heading {
    position: relative;
    padding-bottom: 10rem; }
    @media (max-width: 772px) {
      .epic-hero__heading {
        padding-bottom: 3rem; } }
    .epic-hero__heading img {
      margin-top: -6rem; }
      @media (max-width: 440px) {
        .epic-hero__heading img {
          margin-top: -4rem; } }
  .epic-hero__ball {
    background-image: url(../assets/images/big-ball.png);
    background-size: 100%;
    background-repeat: no-repeat;
    min-height: 572px;
    margin-top: 7rem;
    text-align: center;
    padding-top: 6rem;
    position: relative; }
    @media (max-width: 772px) {
      .epic-hero__ball {
        background-position: center;
        background-size: contain;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: 11rem;
        padding-top: 1rem; } }
    @media (max-width: 440px) {
      .epic-hero__ball {
        margin-top: 8rem;
        min-height: 350px; } }
    .epic-hero__ball:before {
      display: block;
      content: "";
      background-image: url(../assets/images/bird.svg);
      background-repeat: no-repeat;
      height: 180px;
      margin: 0 auto;
      left: 0;
      right: 0;
      position: absolute;
      top: -9rem;
      width: 15rem; }
      @media (max-width: 440px) {
        .epic-hero__ball:before {
          background-size: 11rem;
          top: -6rem;
          width: 12rem; } }
    .epic-hero__ball h2, .epic-hero__ball p {
      color: white; }
    .epic-hero__ball h2 {
      font-size: 3.125rem;
      margin-top: 0; }
      @media (max-width: 440px) {
        .epic-hero__ball h2 {
          font-size: 1.9rem;
          margin-bottom: 1rem; } }
    .epic-hero__ball p {
      font-size: 1.7rem;
      line-height: 2rem;
      margin-bottom: 1rem;
      font-style: italic; }
      @media (max-width: 1024px) {
        .epic-hero__ball p {
          font-size: 1.5rem; } }
      @media (max-width: 440px) {
        .epic-hero__ball p {
          font-size: 1rem;
          line-height: 1.5rem;
          margin-bottom: 1rem; } }
    .epic-hero__ball .main {
      max-width: 79%;
      margin: 0 auto; }
      @media (max-width: 772px) {
        .epic-hero__ball .main {
          max-width: 65%; } }
      @media (max-width: 440px) {
        .epic-hero__ball .main {
          max-width: 75%; } }
      .epic-hero__ball .main .subtext {
        color: #FFFFFF;
        font-family: "Antonio", serif;
        font-weight: bold;
        font-size: 1.3rem;
        text-transform: uppercase; }
        @media (max-width: 440px) {
          .epic-hero__ball .main .subtext {
            font-size: 1rem; } }
    .epic-hero__ball .cta {
      background: #FFFFFF;
      border: 1px solid #36727a;
      display: inline-block;
      font-family: "Antonio", serif;
      color: #27794D;
      font-size: 1rem;
      padding: .25rem 1.5rem;
      text-transform: uppercase; }

@media (max-width: 772px) {
  .epic-intro {
    padding-top: 1rem; } }

.epic-timeline {
  margin-bottom: 12rem;
  position: relative;
  padding-top: 5rem;
  z-index: 1; }
  @media (max-width: 772px) {
    .epic-timeline {
      padding-bottom: 10rem;
      padding-top: 4rem; } }
  @media (max-width: 440px) {
    .epic-timeline {
      padding-bottom: 2rem; } }
  .epic-timeline:after {
    content: "";
    position: absolute;
    bottom: -9.25rem;
    background: url(../assets/images/flower-epic.png) no-repeat;
    height: 190px;
    width: 200px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10; }
    @media (max-width: 772px) {
      .epic-timeline:after {
        right: inherit;
        left: -2.5rem;
        bottom: -10rem;
        background-size: 76%; } }
  .epic-timeline:before {
    content: "";
    width: 4px;
    height: 100%;
    border-radius: 20px;
    margin: 0 auto;
    background: #36727a;
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
    @media (max-width: 772px) {
      .epic-timeline:before {
        right: inherit;
        left: 2rem; } }
  .epic-timeline .flower-1 {
    position: absolute;
    right: 0;
    top: 14%;
    width: auto;
    margin-right: -25%; }
    @media (max-width: 772px) {
      .epic-timeline .flower-1 {
        margin: 0 auto;
        width: 330px;
        right: -6%;
        top: 12%; } }
  .epic-timeline .flower-2 {
    position: absolute;
    left: 0;
    top: 28%;
    width: auto;
    margin-left: -25%; }
    @media (max-width: 772px) {
      .epic-timeline .flower-2 {
        margin: 0 auto;
        width: 330px;
        left: 10%;
        top: 28%; } }
  .epic-timeline .flower-3 {
    position: absolute;
    right: 0;
    top: 33%;
    width: auto;
    margin-right: -25%; }
    @media (max-width: 772px) {
      .epic-timeline .flower-3 {
        margin: 0 auto;
        width: 330px;
        right: -6%;
        top: 58%; } }
  .epic-timeline .flower-4 {
    position: absolute;
    left: 0;
    top: 60%;
    width: auto;
    margin-left: -25%; }
    @media (max-width: 772px) {
      .epic-timeline .flower-4 {
        margin: 0 auto;
        width: 330px;
        left: 10%;
        top: 82%; } }
  .epic-timeline .flower-5 {
    position: absolute;
    right: 0;
    top: 53%;
    width: auto;
    margin-right: -25%; }
    @media (max-width: 772px) {
      .epic-timeline .flower-5 {
        display: none; } }
  .epic-timeline .flower-last {
    position: absolute;
    left: 0;
    bottom: -8rem;
    width: auto;
    margin-left: -25%; }
    @media (max-width: 772px) {
      .epic-timeline .flower-last {
        display: none; } }
  .epic-timeline .timeline {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 2.6rem;
    min-height: 16rem; }
    @media (max-width: 772px) {
      .epic-timeline .timeline {
        display: block;
        padding-left: 3.5rem;
        min-height: 0; } }
    .epic-timeline .timeline:nth-of-type(2):before, .epic-timeline .timeline:nth-of-type(8):before, .epic-timeline .timeline:nth-of-type(14):before {
      background: url(../assets/images/orange-dot2.png) no-repeat;
      content: ""; }
    .epic-timeline .timeline:nth-of-type(3):before, .epic-timeline .timeline:nth-of-type(9):before, .epic-timeline .timeline:nth-of-type(15):before {
      background: url(../assets/images/orange-dot3.png) no-repeat;
      content: ""; }
    .epic-timeline .timeline:nth-of-type(4):before, .epic-timeline .timeline:nth-of-type(10):before, .epic-timeline .timeline:nth-of-type(16):before {
      background: url(../assets/images/orange-dot4.png) no-repeat;
      content: ""; }
    .epic-timeline .timeline:nth-of-type(5):before, .epic-timeline .timeline:nth-of-type(11):before, .epic-timeline .timeline:nth-of-type(17):before {
      background: url(../assets/images/orange-dot5.png) no-repeat;
      content: ""; }
    .epic-timeline .timeline:nth-of-type(6):before, .epic-timeline .timeline:nth-of-type(12):before {
      background: url(../assets/images/orange-dot6.png) no-repeat;
      content: ""; }
    .epic-timeline .timeline:nth-of-type(even) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      .epic-timeline .timeline:nth-of-type(even) .timeline__content {
        padding: 2rem 4rem;
        border: 1px solid #847867;
        max-width: 26.8rem; }
        @media (max-width: 772px) {
          .epic-timeline .timeline:nth-of-type(even) .timeline__content {
            max-width: 100%;
            padding-right: 0;
            background: rgba(255, 255, 255, 0.9);
            padding: .75rem; } }
    .epic-timeline .timeline:before {
      background: url(../assets/images/orange-dot1.png) no-repeat;
      content: "";
      height: 6rem;
      left: 50%;
      position: absolute;
      top: 0;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      width: 6rem;
      z-index: 1; }
      @media (max-width: 772px) {
        .epic-timeline .timeline:before {
          left: 3.5rem;
          background-size: 3.25rem !important;
          top: .5rem; } }
    .epic-timeline .timeline h3 {
      color: #36727a;
      font-family: "Playfair Display", serif;
      font-size: 1.875rem;
      margin-top: 0; }
    .epic-timeline .timeline p {
      margin-bottom: 0; }
    .epic-timeline .timeline__content {
      max-width: 430px;
      padding: 2rem 3rem;
      border: 1px solid #847867;
      background-color: #FFFFFF;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 772px) {
        .epic-timeline .timeline__content {
          max-width: 100%;
          padding-left: 0;
          background: rgba(255, 255, 255, 0.9);
          padding: .75rem .75rem .75rem 1rem;
          margin-left: 1rem; } }

.page-template-template-epic #quotes {
  padding-top: 1rem;
  margin-bottom: 5rem; }
  .page-template-template-epic #quotes .quoteSlider {
    background: rgba(252, 246, 235, 0.9);
    border: 1px solid #c7b299;
    -webkit-box-shadow: 0 0 0 0.7rem inset #FFFFFF;
            box-shadow: 0 0 0 0.7rem inset #FFFFFF; }
  .page-template-template-epic #quotes .slick-slide {
    padding: 40px 20px 60px; }
  .page-template-template-epic #quotes .quote {
    font-style: italic;
    margin-bottom: 5px;
    margin-top: 0;
    font-size: 1.87rem;
    font-weight: 400;
    font-family: "Playfair Display", serif; }
    .page-template-template-epic #quotes .quote .content-box {
      padding: 15px;
      color: #463d2f; }
  .page-template-template-epic #quotes .author {
    color: #990033;
    font-weight: normal;
    font-family: "Antonio", serif;
    text-transform: uppercase;
    font-size: 1.3rem;
    margin-top: 20px;
    padding-bottom: 0;
    margin-bottom: 0; }

.page-template-template-epic .secondaryFooter {
  padding-bottom: 250px; }
  .page-template-template-epic .secondaryFooter::after {
    content: '';
    background: url(../assets/images/hero_deckle.png) no-repeat left top/cover;
    bottom: 0 !important;
    height: 140px;
    left: 0;
    position: absolute;
    top: inherit;
    width: 100%;
    z-index: 10; }

.sub-hero {
  background: url(../assets/images/paper_top_border.png) no-repeat left top/100% auto, url(../assets/images/paper_bottom_border.png) no-repeat left bottom/100% auto, url(../assets/images/epic-subhero.jpg) no-repeat right bottom/cover;
  min-height: 950px;
  padding-top: 100px; }
  @media (max-width: 772px) {
    .sub-hero {
      min-height: 850px; } }
  .sub-hero__copy {
    color: #FFFFFF;
    background: #36727a;
    padding: 2rem; }
    @media (max-width: 772px) {
      .sub-hero__copy {
        width: 100%; } }
    .sub-hero__copy h2, .sub-hero__copy p {
      color: #FFFFFF; }

.epic-cta {
  font-size: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .epic-cta__main {
    text-align: center; }
    .epic-cta__main h4, .epic-cta__main h5 {
      font-size: 2rem;
      line-height: 2.5rem;
      text-transform: initial; }

.page-template-template-opa-home main,
.page-template-template-pa main,
.page-template-template-opa-newsroom main,
.single-newsroom main,
.single-opa_team main,
.page-template-template-opa-team main,
.page-template-template-opa-focus main,
.page-template-template-opa-contact main {
  padding-top: 7.875rem; }

.page-template-template-opa-home p,
.page-template-template-pa p,
.page-template-template-opa-newsroom p,
.single-newsroom p,
.single-opa_team p,
.page-template-template-opa-team p,
.page-template-template-opa-focus p,
.page-template-template-opa-contact p {
  line-height: 1.625rem;
  font-size: 1rem; }

.page-template-template-opa-home h2,
.page-template-template-pa h2,
.page-template-template-opa-newsroom h2,
.single-newsroom h2,
.single-opa_team h2,
.page-template-template-opa-team h2,
.page-template-template-opa-focus h2,
.page-template-template-opa-contact h2 {
  font-size: 2.5rem;
  line-height: 2.75rem; }

.page-template-template-opa-home blockquote p,
.page-template-template-pa blockquote p,
.page-template-template-opa-newsroom blockquote p,
.single-newsroom blockquote p,
.single-opa_team blockquote p,
.page-template-template-opa-team blockquote p,
.page-template-template-opa-focus blockquote p,
.page-template-template-opa-contact blockquote p {
  color: #512d6a;
  font-size: 1.8125rem;
  line-height: 2.5rem; }

.page-template-template-opa-home .site-title,
.page-template-template-pa .site-title,
.page-template-template-opa-newsroom .site-title,
.single-newsroom .site-title,
.single-opa_team .site-title,
.page-template-template-opa-team .site-title,
.page-template-template-opa-focus .site-title,
.page-template-template-opa-contact .site-title {
  width: 460px;
  height: 80px;
  background: url(../assets/images/public-affairs/bahai_OPA-logo.svg) no-repeat; }
  .page-template-template-opa-home .site-title a,
  .page-template-template-pa .site-title a,
  .page-template-template-opa-newsroom .site-title a,
  .single-newsroom .site-title a,
  .single-opa_team .site-title a,
  .page-template-template-opa-team .site-title a,
  .page-template-template-opa-focus .site-title a,
  .page-template-template-opa-contact .site-title a {
    display: block;
    height: 80px; }
  @media (max-width: 772px) {
    .page-template-template-opa-home .site-title,
    .page-template-template-pa .site-title,
    .page-template-template-opa-newsroom .site-title,
    .single-newsroom .site-title,
    .single-opa_team .site-title,
    .page-template-template-opa-team .site-title,
    .page-template-template-opa-focus .site-title,
    .page-template-template-opa-contact .site-title {
      width: 100%;
      background-size: 95%; } }
  .page-template-template-opa-home .site-title img,
  .page-template-template-pa .site-title img,
  .page-template-template-opa-newsroom .site-title img,
  .single-newsroom .site-title img,
  .single-opa_team .site-title img,
  .page-template-template-opa-team .site-title img,
  .page-template-template-opa-focus .site-title img,
  .page-template-template-opa-contact .site-title img {
    display: none; }

.page-template-template-opa-home.nav-open .site-title,
.page-template-template-pa.nav-open .site-title,
.page-template-template-opa-newsroom.nav-open .site-title,
.single-newsroom.nav-open .site-title,
.single-opa_team.nav-open .site-title,
.page-template-template-opa-team.nav-open .site-title,
.page-template-template-opa-focus.nav-open .site-title,
.page-template-template-opa-contact.nav-open .site-title {
  height: 60px;
  background-size: auto 50px;
  background-position: 10px 10px; }

.page-template-template-opa-home #engagement,
.page-template-template-pa #engagement,
.page-template-template-opa-newsroom #engagement,
.single-newsroom #engagement,
.single-opa_team #engagement,
.page-template-template-opa-team #engagement,
.page-template-template-opa-focus #engagement,
.page-template-template-opa-contact #engagement {
  display: none; }

.page-template-template-opa-home .pa-nav,
.page-template-template-pa .pa-nav,
.page-template-template-opa-newsroom .pa-nav,
.single-newsroom .pa-nav,
.single-opa_team .pa-nav,
.page-template-template-opa-team .pa-nav,
.page-template-template-opa-focus .pa-nav,
.page-template-template-opa-contact .pa-nav {
  background: #4B335C; }
  @media (max-width: 772px) {
    .page-template-template-opa-home .pa-nav,
    .page-template-template-pa .pa-nav,
    .page-template-template-opa-newsroom .pa-nav,
    .single-newsroom .pa-nav,
    .single-opa_team .pa-nav,
    .page-template-template-opa-team .pa-nav,
    .page-template-template-opa-focus .pa-nav,
    .page-template-template-opa-contact .pa-nav {
      margin-top: 1.5rem;
      background: white; } }
  .page-template-template-opa-home .pa-nav__mobile,
  .page-template-template-pa .pa-nav__mobile,
  .page-template-template-opa-newsroom .pa-nav__mobile,
  .single-newsroom .pa-nav__mobile,
  .single-opa_team .pa-nav__mobile,
  .page-template-template-opa-team .pa-nav__mobile,
  .page-template-template-opa-focus .pa-nav__mobile,
  .page-template-template-opa-contact .pa-nav__mobile {
    display: none; }
    @media (max-width: 772px) {
      .page-template-template-opa-home .pa-nav__mobile,
      .page-template-template-pa .pa-nav__mobile,
      .page-template-template-opa-newsroom .pa-nav__mobile,
      .single-newsroom .pa-nav__mobile,
      .single-opa_team .pa-nav__mobile,
      .page-template-template-opa-team .pa-nav__mobile,
      .page-template-template-opa-focus .pa-nav__mobile,
      .page-template-template-opa-contact .pa-nav__mobile {
        display: block;
        padding-top: 1rem; }
        .page-template-template-opa-home .pa-nav__mobile .mobile-hamburger,
        .page-template-template-pa .pa-nav__mobile .mobile-hamburger,
        .page-template-template-opa-newsroom .pa-nav__mobile .mobile-hamburger,
        .single-newsroom .pa-nav__mobile .mobile-hamburger,
        .single-opa_team .pa-nav__mobile .mobile-hamburger,
        .page-template-template-opa-team .pa-nav__mobile .mobile-hamburger,
        .page-template-template-opa-focus .pa-nav__mobile .mobile-hamburger,
        .page-template-template-opa-contact .pa-nav__mobile .mobile-hamburger {
          color: #847867;
          font-family: "Antonio", serif;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          padding-bottom: 1rem;
          padding-left: 1.2rem; }
          .page-template-template-opa-home .pa-nav__mobile .mobile-hamburger .fa-chevron-right,
          .page-template-template-pa .pa-nav__mobile .mobile-hamburger .fa-chevron-right,
          .page-template-template-opa-newsroom .pa-nav__mobile .mobile-hamburger .fa-chevron-right,
          .single-newsroom .pa-nav__mobile .mobile-hamburger .fa-chevron-right,
          .single-opa_team .pa-nav__mobile .mobile-hamburger .fa-chevron-right,
          .page-template-template-opa-team .pa-nav__mobile .mobile-hamburger .fa-chevron-right,
          .page-template-template-opa-focus .pa-nav__mobile .mobile-hamburger .fa-chevron-right,
          .page-template-template-opa-contact .pa-nav__mobile .mobile-hamburger .fa-chevron-right {
            margin-left: 1rem;
            color: #01252b;
            font-size: .9rem; }
            .page-template-template-opa-home .pa-nav__mobile .mobile-hamburger .fa-chevron-right.hide,
            .page-template-template-pa .pa-nav__mobile .mobile-hamburger .fa-chevron-right.hide,
            .page-template-template-opa-newsroom .pa-nav__mobile .mobile-hamburger .fa-chevron-right.hide,
            .single-newsroom .pa-nav__mobile .mobile-hamburger .fa-chevron-right.hide,
            .single-opa_team .pa-nav__mobile .mobile-hamburger .fa-chevron-right.hide,
            .page-template-template-opa-team .pa-nav__mobile .mobile-hamburger .fa-chevron-right.hide,
            .page-template-template-opa-focus .pa-nav__mobile .mobile-hamburger .fa-chevron-right.hide,
            .page-template-template-opa-contact .pa-nav__mobile .mobile-hamburger .fa-chevron-right.hide {
              display: none; }
          .page-template-template-opa-home .pa-nav__mobile .mobile-hamburger .fa-times,
          .page-template-template-pa .pa-nav__mobile .mobile-hamburger .fa-times,
          .page-template-template-opa-newsroom .pa-nav__mobile .mobile-hamburger .fa-times,
          .single-newsroom .pa-nav__mobile .mobile-hamburger .fa-times,
          .single-opa_team .pa-nav__mobile .mobile-hamburger .fa-times,
          .page-template-template-opa-team .pa-nav__mobile .mobile-hamburger .fa-times,
          .page-template-template-opa-focus .pa-nav__mobile .mobile-hamburger .fa-times,
          .page-template-template-opa-contact .pa-nav__mobile .mobile-hamburger .fa-times {
            margin-left: .5rem;
            display: none; }
            .page-template-template-opa-home .pa-nav__mobile .mobile-hamburger .fa-times.show,
            .page-template-template-pa .pa-nav__mobile .mobile-hamburger .fa-times.show,
            .page-template-template-opa-newsroom .pa-nav__mobile .mobile-hamburger .fa-times.show,
            .single-newsroom .pa-nav__mobile .mobile-hamburger .fa-times.show,
            .single-opa_team .pa-nav__mobile .mobile-hamburger .fa-times.show,
            .page-template-template-opa-team .pa-nav__mobile .mobile-hamburger .fa-times.show,
            .page-template-template-opa-focus .pa-nav__mobile .mobile-hamburger .fa-times.show,
            .page-template-template-opa-contact .pa-nav__mobile .mobile-hamburger .fa-times.show {
              display: block; } }
  .page-template-template-opa-home .pa-nav .menu,
  .page-template-template-pa .pa-nav .menu,
  .page-template-template-opa-newsroom .pa-nav .menu,
  .single-newsroom .pa-nav .menu,
  .single-opa_team .pa-nav .menu,
  .page-template-template-opa-team .pa-nav .menu,
  .page-template-template-opa-focus .pa-nav .menu,
  .page-template-template-opa-contact .pa-nav .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0;
    padding: 0; }
    @media (max-width: 772px) {
      .page-template-template-opa-home .pa-nav .menu,
      .page-template-template-pa .pa-nav .menu,
      .page-template-template-opa-newsroom .pa-nav .menu,
      .single-newsroom .pa-nav .menu,
      .single-opa_team .pa-nav .menu,
      .page-template-template-opa-team .pa-nav .menu,
      .page-template-template-opa-focus .pa-nav .menu,
      .page-template-template-opa-contact .pa-nav .menu {
        display: none;
        padding: 0 0 1rem .8rem; } }
    .page-template-template-opa-home .pa-nav .menu li,
    .page-template-template-pa .pa-nav .menu li,
    .page-template-template-opa-newsroom .pa-nav .menu li,
    .single-newsroom .pa-nav .menu li,
    .single-opa_team .pa-nav .menu li,
    .page-template-template-opa-team .pa-nav .menu li,
    .page-template-template-opa-focus .pa-nav .menu li,
    .page-template-template-opa-contact .pa-nav .menu li {
      display: inline-block;
      padding: 1.13rem 2.5rem;
      position: relative; }
      @media (max-width: 772px) {
        .page-template-template-opa-home .pa-nav .menu li,
        .page-template-template-pa .pa-nav .menu li,
        .page-template-template-opa-newsroom .pa-nav .menu li,
        .single-newsroom .pa-nav .menu li,
        .single-opa_team .pa-nav .menu li,
        .page-template-template-opa-team .pa-nav .menu li,
        .page-template-template-opa-focus .pa-nav .menu li,
        .page-template-template-opa-contact .pa-nav .menu li {
          padding: .5rem;
          display: block;
          margin: 0; } }
      .page-template-template-opa-home .pa-nav .menu li a,
      .page-template-template-pa .pa-nav .menu li a,
      .page-template-template-opa-newsroom .pa-nav .menu li a,
      .single-newsroom .pa-nav .menu li a,
      .single-opa_team .pa-nav .menu li a,
      .page-template-template-opa-team .pa-nav .menu li a,
      .page-template-template-opa-focus .pa-nav .menu li a,
      .page-template-template-opa-contact .pa-nav .menu li a {
        color: white;
        font-family: "Antonio", serif;
        text-transform: uppercase;
        font-weight: 400;
        display: block; }
        @media (max-width: 772px) {
          .page-template-template-opa-home .pa-nav .menu li a,
          .page-template-template-pa .pa-nav .menu li a,
          .page-template-template-opa-newsroom .pa-nav .menu li a,
          .single-newsroom .pa-nav .menu li a,
          .single-opa_team .pa-nav .menu li a,
          .page-template-template-opa-team .pa-nav .menu li a,
          .page-template-template-opa-focus .pa-nav .menu li a,
          .page-template-template-opa-contact .pa-nav .menu li a {
            font-size: 1rem;
            color: #463d2f;
            position: relative;
            display: inline-block; } }
        .page-template-template-opa-home .pa-nav .menu li a:after,
        .page-template-template-pa .pa-nav .menu li a:after,
        .page-template-template-opa-newsroom .pa-nav .menu li a:after,
        .single-newsroom .pa-nav .menu li a:after,
        .single-opa_team .pa-nav .menu li a:after,
        .page-template-template-opa-team .pa-nav .menu li a:after,
        .page-template-template-opa-focus .pa-nav .menu li a:after,
        .page-template-template-opa-contact .pa-nav .menu li a:after {
          border-bottom: 2px solid #fcf6eb;
          content: "";
          display: block;
          width: 0;
          -webkit-transition: .3s ease-in-out;
          transition: .3s ease-in-out; }
          @media (max-width: 772px) {
            .page-template-template-opa-home .pa-nav .menu li a:after,
            .page-template-template-pa .pa-nav .menu li a:after,
            .page-template-template-opa-newsroom .pa-nav .menu li a:after,
            .single-newsroom .pa-nav .menu li a:after,
            .single-opa_team .pa-nav .menu li a:after,
            .page-template-template-opa-team .pa-nav .menu li a:after,
            .page-template-template-opa-focus .pa-nav .menu li a:after,
            .page-template-template-opa-contact .pa-nav .menu li a:after {
              border: none; } }
        .page-template-template-opa-home .pa-nav .menu li a:hover:after,
        .page-template-template-pa .pa-nav .menu li a:hover:after,
        .page-template-template-opa-newsroom .pa-nav .menu li a:hover:after,
        .single-newsroom .pa-nav .menu li a:hover:after,
        .single-opa_team .pa-nav .menu li a:hover:after,
        .page-template-template-opa-team .pa-nav .menu li a:hover:after,
        .page-template-template-opa-focus .pa-nav .menu li a:hover:after,
        .page-template-template-opa-contact .pa-nav .menu li a:hover:after {
          content: "";
          width: 100%; }
      .page-template-template-opa-home .pa-nav .menu li .sub-menu,
      .page-template-template-pa .pa-nav .menu li .sub-menu,
      .page-template-template-opa-newsroom .pa-nav .menu li .sub-menu,
      .single-newsroom .pa-nav .menu li .sub-menu,
      .single-opa_team .pa-nav .menu li .sub-menu,
      .page-template-template-opa-team .pa-nav .menu li .sub-menu,
      .page-template-template-opa-focus .pa-nav .menu li .sub-menu,
      .page-template-template-opa-contact .pa-nav .menu li .sub-menu {
        background: #2F1641;
        display: none;
        margin: 0;
        padding: 1rem 0;
        left: 0;
        position: absolute;
        top: 3.75rem;
        width: 230px;
        z-index: 200; }
        @media (max-width: 772px) {
          .page-template-template-opa-home .pa-nav .menu li .sub-menu,
          .page-template-template-pa .pa-nav .menu li .sub-menu,
          .page-template-template-opa-newsroom .pa-nav .menu li .sub-menu,
          .single-newsroom .pa-nav .menu li .sub-menu,
          .single-opa_team .pa-nav .menu li .sub-menu,
          .page-template-template-opa-team .pa-nav .menu li .sub-menu,
          .page-template-template-opa-focus .pa-nav .menu li .sub-menu,
          .page-template-template-opa-contact .pa-nav .menu li .sub-menu {
            background: none;
            display: none;
            position: relative;
            top: 0;
            width: auto;
            padding: 0; }
            .page-template-template-opa-home .pa-nav .menu li .sub-menu.active,
            .page-template-template-pa .pa-nav .menu li .sub-menu.active,
            .page-template-template-opa-newsroom .pa-nav .menu li .sub-menu.active,
            .single-newsroom .pa-nav .menu li .sub-menu.active,
            .single-opa_team .pa-nav .menu li .sub-menu.active,
            .page-template-template-opa-team .pa-nav .menu li .sub-menu.active,
            .page-template-template-opa-focus .pa-nav .menu li .sub-menu.active,
            .page-template-template-opa-contact .pa-nav .menu li .sub-menu.active {
              display: block; } }
        .page-template-template-opa-home .pa-nav .menu li .sub-menu li,
        .page-template-template-pa .pa-nav .menu li .sub-menu li,
        .page-template-template-opa-newsroom .pa-nav .menu li .sub-menu li,
        .single-newsroom .pa-nav .menu li .sub-menu li,
        .single-opa_team .pa-nav .menu li .sub-menu li,
        .page-template-template-opa-team .pa-nav .menu li .sub-menu li,
        .page-template-template-opa-focus .pa-nav .menu li .sub-menu li,
        .page-template-template-opa-contact .pa-nav .menu li .sub-menu li {
          padding: .5rem 1rem;
          display: block; }
          @media (max-width: 772px) {
            .page-template-template-opa-home .pa-nav .menu li .sub-menu li,
            .page-template-template-pa .pa-nav .menu li .sub-menu li,
            .page-template-template-opa-newsroom .pa-nav .menu li .sub-menu li,
            .single-newsroom .pa-nav .menu li .sub-menu li,
            .single-opa_team .pa-nav .menu li .sub-menu li,
            .page-template-template-opa-team .pa-nav .menu li .sub-menu li,
            .page-template-template-opa-focus .pa-nav .menu li .sub-menu li,
            .page-template-template-opa-contact .pa-nav .menu li .sub-menu li {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              padding-left: 0; } }
          .page-template-template-opa-home .pa-nav .menu li .sub-menu li a,
          .page-template-template-pa .pa-nav .menu li .sub-menu li a,
          .page-template-template-opa-newsroom .pa-nav .menu li .sub-menu li a,
          .single-newsroom .pa-nav .menu li .sub-menu li a,
          .single-opa_team .pa-nav .menu li .sub-menu li a,
          .page-template-template-opa-team .pa-nav .menu li .sub-menu li a,
          .page-template-template-opa-focus .pa-nav .menu li .sub-menu li a,
          .page-template-template-opa-contact .pa-nav .menu li .sub-menu li a {
            text-transform: capitalize;
            font-family: "Open Sans", sans-serif; }
            @media (max-width: 772px) {
              .page-template-template-opa-home .pa-nav .menu li .sub-menu li a,
              .page-template-template-pa .pa-nav .menu li .sub-menu li a,
              .page-template-template-opa-newsroom .pa-nav .menu li .sub-menu li a,
              .single-newsroom .pa-nav .menu li .sub-menu li a,
              .single-opa_team .pa-nav .menu li .sub-menu li a,
              .page-template-template-opa-team .pa-nav .menu li .sub-menu li a,
              .page-template-template-opa-focus .pa-nav .menu li .sub-menu li a,
              .page-template-template-opa-contact .pa-nav .menu li .sub-menu li a {
                display: inline-block;
                position: relative; } }
            .page-template-template-opa-home .pa-nav .menu li .sub-menu li a:after,
            .page-template-template-pa .pa-nav .menu li .sub-menu li a:after,
            .page-template-template-opa-newsroom .pa-nav .menu li .sub-menu li a:after,
            .single-newsroom .pa-nav .menu li .sub-menu li a:after,
            .single-opa_team .pa-nav .menu li .sub-menu li a:after,
            .page-template-template-opa-team .pa-nav .menu li .sub-menu li a:after,
            .page-template-template-opa-focus .pa-nav .menu li .sub-menu li a:after,
            .page-template-template-opa-contact .pa-nav .menu li .sub-menu li a:after {
              content: none; }
            .page-template-template-opa-home .pa-nav .menu li .sub-menu li a:hover,
            .page-template-template-pa .pa-nav .menu li .sub-menu li a:hover,
            .page-template-template-opa-newsroom .pa-nav .menu li .sub-menu li a:hover,
            .single-newsroom .pa-nav .menu li .sub-menu li a:hover,
            .single-opa_team .pa-nav .menu li .sub-menu li a:hover,
            .page-template-template-opa-team .pa-nav .menu li .sub-menu li a:hover,
            .page-template-template-opa-focus .pa-nav .menu li .sub-menu li a:hover,
            .page-template-template-opa-contact .pa-nav .menu li .sub-menu li a:hover {
              color: #c7b299; }
      .page-template-template-opa-home .pa-nav .menu li:hover .sub-menu,
      .page-template-template-pa .pa-nav .menu li:hover .sub-menu,
      .page-template-template-opa-newsroom .pa-nav .menu li:hover .sub-menu,
      .single-newsroom .pa-nav .menu li:hover .sub-menu,
      .single-opa_team .pa-nav .menu li:hover .sub-menu,
      .page-template-template-opa-team .pa-nav .menu li:hover .sub-menu,
      .page-template-template-opa-focus .pa-nav .menu li:hover .sub-menu,
      .page-template-template-opa-contact .pa-nav .menu li:hover .sub-menu {
        display: block; }
        @media (max-width: 772px) {
          .page-template-template-opa-home .pa-nav .menu li:hover .sub-menu,
          .page-template-template-pa .pa-nav .menu li:hover .sub-menu,
          .page-template-template-opa-newsroom .pa-nav .menu li:hover .sub-menu,
          .single-newsroom .pa-nav .menu li:hover .sub-menu,
          .single-opa_team .pa-nav .menu li:hover .sub-menu,
          .page-template-template-opa-team .pa-nav .menu li:hover .sub-menu,
          .page-template-template-opa-focus .pa-nav .menu li:hover .sub-menu,
          .page-template-template-opa-contact .pa-nav .menu li:hover .sub-menu {
            display: none; } }
      @media (max-width: 772px) {
        .page-template-template-opa-home .pa-nav .menu li.menu-item-has-children:after,
        .page-template-template-pa .pa-nav .menu li.menu-item-has-children:after,
        .page-template-template-opa-newsroom .pa-nav .menu li.menu-item-has-children:after,
        .single-newsroom .pa-nav .menu li.menu-item-has-children:after,
        .single-opa_team .pa-nav .menu li.menu-item-has-children:after,
        .page-template-template-opa-team .pa-nav .menu li.menu-item-has-children:after,
        .page-template-template-opa-focus .pa-nav .menu li.menu-item-has-children:after,
        .page-template-template-opa-contact .pa-nav .menu li.menu-item-has-children:after {
          content: "\f054";
          display: inline-block;
          font-family: "Font Awesome 5 Free";
          font-size: .7rem;
          font-weight: 900;
          display: inline-block;
          position: absolute;
          top: .8rem;
          left: 40%;
          -webkit-transform-origin: center;
                  transform-origin: center; }
        .page-template-template-opa-home .pa-nav .menu li.menu-item-has-children.active:after,
        .page-template-template-pa .pa-nav .menu li.menu-item-has-children.active:after,
        .page-template-template-opa-newsroom .pa-nav .menu li.menu-item-has-children.active:after,
        .single-newsroom .pa-nav .menu li.menu-item-has-children.active:after,
        .single-opa_team .pa-nav .menu li.menu-item-has-children.active:after,
        .page-template-template-opa-team .pa-nav .menu li.menu-item-has-children.active:after,
        .page-template-template-opa-focus .pa-nav .menu li.menu-item-has-children.active:after,
        .page-template-template-opa-contact .pa-nav .menu li.menu-item-has-children.active:after {
          content: "\f054";
          font-family: "Font Awesome 5 Free";
          display: inline-block;
          font-size: .7rem;
          font-weight: 900;
          padding-left: .15rem;
          position: absolute;
          top: .75rem;
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg); }
        .page-template-template-opa-home .pa-nav .menu li.menu-item-has-children.active .sub-menu,
        .page-template-template-pa .pa-nav .menu li.menu-item-has-children.active .sub-menu,
        .page-template-template-opa-newsroom .pa-nav .menu li.menu-item-has-children.active .sub-menu,
        .single-newsroom .pa-nav .menu li.menu-item-has-children.active .sub-menu,
        .single-opa_team .pa-nav .menu li.menu-item-has-children.active .sub-menu,
        .page-template-template-opa-team .pa-nav .menu li.menu-item-has-children.active .sub-menu,
        .page-template-template-opa-focus .pa-nav .menu li.menu-item-has-children.active .sub-menu,
        .page-template-template-opa-contact .pa-nav .menu li.menu-item-has-children.active .sub-menu {
          display: block; }
        .page-template-template-opa-home .pa-nav .menu li.menu-item-has-children a,
        .page-template-template-pa .pa-nav .menu li.menu-item-has-children a,
        .page-template-template-opa-newsroom .pa-nav .menu li.menu-item-has-children a,
        .single-newsroom .pa-nav .menu li.menu-item-has-children a,
        .single-opa_team .pa-nav .menu li.menu-item-has-children a,
        .page-template-template-opa-team .pa-nav .menu li.menu-item-has-children a,
        .page-template-template-opa-focus .pa-nav .menu li.menu-item-has-children a,
        .page-template-template-opa-contact .pa-nav .menu li.menu-item-has-children a {
          position: relative; } }
      .page-template-template-opa-home .pa-nav .menu li.current_page_item a:after, .page-template-template-opa-home .pa-nav .menu li.current-page-ancestor a:after,
      .page-template-template-pa .pa-nav .menu li.current_page_item a:after,
      .page-template-template-pa .pa-nav .menu li.current-page-ancestor a:after,
      .page-template-template-opa-newsroom .pa-nav .menu li.current_page_item a:after,
      .page-template-template-opa-newsroom .pa-nav .menu li.current-page-ancestor a:after,
      .single-newsroom .pa-nav .menu li.current_page_item a:after,
      .single-newsroom .pa-nav .menu li.current-page-ancestor a:after,
      .single-opa_team .pa-nav .menu li.current_page_item a:after,
      .single-opa_team .pa-nav .menu li.current-page-ancestor a:after,
      .page-template-template-opa-team .pa-nav .menu li.current_page_item a:after,
      .page-template-template-opa-team .pa-nav .menu li.current-page-ancestor a:after,
      .page-template-template-opa-focus .pa-nav .menu li.current_page_item a:after,
      .page-template-template-opa-focus .pa-nav .menu li.current-page-ancestor a:after,
      .page-template-template-opa-contact .pa-nav .menu li.current_page_item a:after,
      .page-template-template-opa-contact .pa-nav .menu li.current-page-ancestor a:after {
        border-bottom: 2px solid #fcf6eb;
        content: "";
        display: block;
        width: 100%;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out; }
        @media (max-width: 772px) {
          .page-template-template-opa-home .pa-nav .menu li.current_page_item a:after, .page-template-template-opa-home .pa-nav .menu li.current-page-ancestor a:after,
          .page-template-template-pa .pa-nav .menu li.current_page_item a:after,
          .page-template-template-pa .pa-nav .menu li.current-page-ancestor a:after,
          .page-template-template-opa-newsroom .pa-nav .menu li.current_page_item a:after,
          .page-template-template-opa-newsroom .pa-nav .menu li.current-page-ancestor a:after,
          .single-newsroom .pa-nav .menu li.current_page_item a:after,
          .single-newsroom .pa-nav .menu li.current-page-ancestor a:after,
          .single-opa_team .pa-nav .menu li.current_page_item a:after,
          .single-opa_team .pa-nav .menu li.current-page-ancestor a:after,
          .page-template-template-opa-team .pa-nav .menu li.current_page_item a:after,
          .page-template-template-opa-team .pa-nav .menu li.current-page-ancestor a:after,
          .page-template-template-opa-focus .pa-nav .menu li.current_page_item a:after,
          .page-template-template-opa-focus .pa-nav .menu li.current-page-ancestor a:after,
          .page-template-template-opa-contact .pa-nav .menu li.current_page_item a:after,
          .page-template-template-opa-contact .pa-nav .menu li.current-page-ancestor a:after {
            border: none; } }

.page-template-template-opa-home .gform_wrapper input[type="submit"]:hover,
.page-template-template-pa .gform_wrapper input[type="submit"]:hover,
.page-template-template-opa-newsroom .gform_wrapper input[type="submit"]:hover,
.single-newsroom .gform_wrapper input[type="submit"]:hover,
.single-opa_team .gform_wrapper input[type="submit"]:hover,
.page-template-template-opa-team .gform_wrapper input[type="submit"]:hover,
.page-template-template-opa-focus .gform_wrapper input[type="submit"]:hover,
.page-template-template-opa-contact .gform_wrapper input[type="submit"]:hover {
  background: #990033;
  color: white !important; }

.page-template-template-opa-home .pa-hero,
.page-template-template-pa .pa-hero,
.page-template-template-opa-newsroom .pa-hero,
.single-newsroom .pa-hero,
.single-opa_team .pa-hero,
.page-template-template-opa-team .pa-hero,
.page-template-template-opa-focus .pa-hero,
.page-template-template-opa-contact .pa-hero {
  min-height: 595px;
  position: relative; }
  @media (max-width: 772px) {
    .page-template-template-opa-home .pa-hero,
    .page-template-template-pa .pa-hero,
    .page-template-template-opa-newsroom .pa-hero,
    .single-newsroom .pa-hero,
    .single-opa_team .pa-hero,
    .page-template-template-opa-team .pa-hero,
    .page-template-template-opa-focus .pa-hero,
    .page-template-template-opa-contact .pa-hero {
      background: none !important;
      min-height: 0 !important; } }
  .page-template-template-opa-home .pa-hero h1,
  .page-template-template-pa .pa-hero h1,
  .page-template-template-opa-newsroom .pa-hero h1,
  .single-newsroom .pa-hero h1,
  .single-opa_team .pa-hero h1,
  .page-template-template-opa-team .pa-hero h1,
  .page-template-template-opa-focus .pa-hero h1,
  .page-template-template-opa-contact .pa-hero h1 {
    font-size: 4rem;
    line-height: 4.1rem;
    color: #01252b;
    padding-top: 3rem;
    max-width: 850px;
    margin: 0 auto;
    padding-bottom: 2rem; }
    @media (max-width: 772px) {
      .page-template-template-opa-home .pa-hero h1,
      .page-template-template-pa .pa-hero h1,
      .page-template-template-opa-newsroom .pa-hero h1,
      .single-newsroom .pa-hero h1,
      .single-opa_team .pa-hero h1,
      .page-template-template-opa-team .pa-hero h1,
      .page-template-template-opa-focus .pa-hero h1,
      .page-template-template-opa-contact .pa-hero h1 {
        font-size: 1.8rem;
        line-height: 1.2;
        padding-top: 0; } }
  .page-template-template-opa-home .pa-hero .mobile-img,
  .page-template-template-pa .pa-hero .mobile-img,
  .page-template-template-opa-newsroom .pa-hero .mobile-img,
  .single-newsroom .pa-hero .mobile-img,
  .single-opa_team .pa-hero .mobile-img,
  .page-template-template-opa-team .pa-hero .mobile-img,
  .page-template-template-opa-focus .pa-hero .mobile-img,
  .page-template-template-opa-contact .pa-hero .mobile-img {
    display: none; }
    @media (max-width: 772px) {
      .page-template-template-opa-home .pa-hero .mobile-img,
      .page-template-template-pa .pa-hero .mobile-img,
      .page-template-template-opa-newsroom .pa-hero .mobile-img,
      .single-newsroom .pa-hero .mobile-img,
      .single-opa_team .pa-hero .mobile-img,
      .page-template-template-opa-team .pa-hero .mobile-img,
      .page-template-template-opa-focus .pa-hero .mobile-img,
      .page-template-template-opa-contact .pa-hero .mobile-img {
        display: block; } }
  .page-template-template-opa-home .pa-hero.simple,
  .page-template-template-pa .pa-hero.simple,
  .page-template-template-opa-newsroom .pa-hero.simple,
  .single-newsroom .pa-hero.simple,
  .single-opa_team .pa-hero.simple,
  .page-template-template-opa-team .pa-hero.simple,
  .page-template-template-opa-focus .pa-hero.simple,
  .page-template-template-opa-contact .pa-hero.simple {
    text-align: center;
    min-height: 0; }
    .page-template-template-opa-home .pa-hero.simple h2,
    .page-template-template-pa .pa-hero.simple h2,
    .page-template-template-opa-newsroom .pa-hero.simple h2,
    .single-newsroom .pa-hero.simple h2,
    .single-opa_team .pa-hero.simple h2,
    .page-template-template-opa-team .pa-hero.simple h2,
    .page-template-template-opa-focus .pa-hero.simple h2,
    .page-template-template-opa-contact .pa-hero.simple h2 {
      font-size: 24px;
      line-height: 32px;
      color: #463d2f;
      max-width: 520px;
      margin: 0 auto; }
  .page-template-template-opa-home .pa-hero .primary,
  .page-template-template-pa .pa-hero .primary,
  .page-template-template-opa-newsroom .pa-hero .primary,
  .single-newsroom .pa-hero .primary,
  .single-opa_team .pa-hero .primary,
  .page-template-template-opa-team .pa-hero .primary,
  .page-template-template-opa-focus .pa-hero .primary,
  .page-template-template-opa-contact .pa-hero .primary {
    position: relative;
    z-index: 2;
    padding-right: 4.2rem; }
    .page-template-template-opa-home .pa-hero .primary p,
    .page-template-template-pa .pa-hero .primary p,
    .page-template-template-opa-newsroom .pa-hero .primary p,
    .single-newsroom .pa-hero .primary p,
    .single-opa_team .pa-hero .primary p,
    .page-template-template-opa-team .pa-hero .primary p,
    .page-template-template-opa-focus .pa-hero .primary p,
    .page-template-template-opa-contact .pa-hero .primary p {
      font-family: "Playfair Display", serif;
      font-size: 1.5rem;
      line-height: 2rem; }
      @media (max-width: 772px) {
        .page-template-template-opa-home .pa-hero .primary p,
        .page-template-template-pa .pa-hero .primary p,
        .page-template-template-opa-newsroom .pa-hero .primary p,
        .single-newsroom .pa-hero .primary p,
        .single-opa_team .pa-hero .primary p,
        .page-template-template-opa-team .pa-hero .primary p,
        .page-template-template-opa-focus .pa-hero .primary p,
        .page-template-template-opa-contact .pa-hero .primary p {
          font-size: 1.4rem;
          line-height: 1.2; } }
    @media (max-width: 772px) {
      .page-template-template-opa-home .pa-hero .primary,
      .page-template-template-pa .pa-hero .primary,
      .page-template-template-opa-newsroom .pa-hero .primary,
      .single-newsroom .pa-hero .primary,
      .single-opa_team .pa-hero .primary,
      .page-template-template-opa-team .pa-hero .primary,
      .page-template-template-opa-focus .pa-hero .primary,
      .page-template-template-opa-contact .pa-hero .primary {
        padding-right: 0; } }
  .page-template-template-opa-home .pa-hero .image-box,
  .page-template-template-pa .pa-hero .image-box,
  .page-template-template-opa-newsroom .pa-hero .image-box,
  .single-newsroom .pa-hero .image-box,
  .single-opa_team .pa-hero .image-box,
  .page-template-template-opa-team .pa-hero .image-box,
  .page-template-template-opa-focus .pa-hero .image-box,
  .page-template-template-opa-contact .pa-hero .image-box {
    margin-top: 0;
    height: 595px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background: url(../assets/images/ornament-swirl.svg) no-repeat; }
    @media (max-width: 772px) {
      .page-template-template-opa-home .pa-hero .image-box,
      .page-template-template-pa .pa-hero .image-box,
      .page-template-template-opa-newsroom .pa-hero .image-box,
      .single-newsroom .pa-hero .image-box,
      .single-opa_team .pa-hero .image-box,
      .page-template-template-opa-team .pa-hero .image-box,
      .page-template-template-opa-focus .pa-hero .image-box,
      .page-template-template-opa-contact .pa-hero .image-box {
        position: relative;
        height: auto;
        min-height: 600px; } }
    .page-template-template-opa-home .pa-hero .image-box .top-image,
    .page-template-template-pa .pa-hero .image-box .top-image,
    .page-template-template-opa-newsroom .pa-hero .image-box .top-image,
    .single-newsroom .pa-hero .image-box .top-image,
    .single-opa_team .pa-hero .image-box .top-image,
    .page-template-template-opa-team .pa-hero .image-box .top-image,
    .page-template-template-opa-focus .pa-hero .image-box .top-image,
    .page-template-template-opa-contact .pa-hero .image-box .top-image {
      position: absolute;
      width: 400px;
      height: 400px;
      overflow: hidden;
      right: 9.5rem;
      top: 0; }
    .page-template-template-opa-home .pa-hero .image-box .right-image,
    .page-template-template-pa .pa-hero .image-box .right-image,
    .page-template-template-opa-newsroom .pa-hero .image-box .right-image,
    .single-newsroom .pa-hero .image-box .right-image,
    .single-opa_team .pa-hero .image-box .right-image,
    .page-template-template-opa-team .pa-hero .image-box .right-image,
    .page-template-template-opa-focus .pa-hero .image-box .right-image,
    .page-template-template-opa-contact .pa-hero .image-box .right-image {
      outline: 2px solid #c7b299;
      outline-offset: .6rem;
      max-height: 242px;
      position: absolute;
      right: 0;
      top: 13.5rem;
      max-width: 266px; }
    .page-template-template-opa-home .pa-hero .image-box .bottom-image,
    .page-template-template-pa .pa-hero .image-box .bottom-image,
    .page-template-template-opa-newsroom .pa-hero .image-box .bottom-image,
    .single-newsroom .pa-hero .image-box .bottom-image,
    .single-opa_team .pa-hero .image-box .bottom-image,
    .page-template-template-opa-team .pa-hero .image-box .bottom-image,
    .page-template-template-opa-focus .pa-hero .image-box .bottom-image,
    .page-template-template-opa-contact .pa-hero .image-box .bottom-image {
      position: relative;
      top: 20.1rem;
      right: 0;
      width: 266px;
      height: 190px;
      outline: 2px solid #c7b299;
      outline-offset: .6rem; }
  .page-template-template-opa-home .pa-hero.two-imgs .top-image,
  .page-template-template-pa .pa-hero.two-imgs .top-image,
  .page-template-template-opa-newsroom .pa-hero.two-imgs .top-image,
  .single-newsroom .pa-hero.two-imgs .top-image,
  .single-opa_team .pa-hero.two-imgs .top-image,
  .page-template-template-opa-team .pa-hero.two-imgs .top-image,
  .page-template-template-opa-focus .pa-hero.two-imgs .top-image,
  .page-template-template-opa-contact .pa-hero.two-imgs .top-image {
    position: static; }

.page-template-template-opa-home .accordion-menu,
.page-template-template-pa .accordion-menu,
.page-template-template-opa-newsroom .accordion-menu,
.single-newsroom .accordion-menu,
.single-opa_team .accordion-menu,
.page-template-template-opa-team .accordion-menu,
.page-template-template-opa-focus .accordion-menu,
.page-template-template-opa-contact .accordion-menu {
  padding-bottom: 5rem; }
  .page-template-template-opa-home .accordion-menu .d-flex,
  .page-template-template-pa .accordion-menu .d-flex,
  .page-template-template-opa-newsroom .accordion-menu .d-flex,
  .single-newsroom .accordion-menu .d-flex,
  .single-opa_team .accordion-menu .d-flex,
  .page-template-template-opa-team .accordion-menu .d-flex,
  .page-template-template-opa-focus .accordion-menu .d-flex,
  .page-template-template-opa-contact .accordion-menu .d-flex {
    padding: 1.65rem 0 1.25rem 0;
    border-bottom: 1px solid #c7b299;
    position: relative; }
    .page-template-template-opa-home .accordion-menu .d-flex img,
    .page-template-template-pa .accordion-menu .d-flex img,
    .page-template-template-opa-newsroom .accordion-menu .d-flex img,
    .single-newsroom .accordion-menu .d-flex img,
    .single-opa_team .accordion-menu .d-flex img,
    .page-template-template-opa-team .accordion-menu .d-flex img,
    .page-template-template-opa-focus .accordion-menu .d-flex img,
    .page-template-template-opa-contact .accordion-menu .d-flex img {
      max-width: 80px; }
    @media (max-width: 772px) {
      .page-template-template-opa-home .accordion-menu .d-flex,
      .page-template-template-pa .accordion-menu .d-flex,
      .page-template-template-opa-newsroom .accordion-menu .d-flex,
      .single-newsroom .accordion-menu .d-flex,
      .single-opa_team .accordion-menu .d-flex,
      .page-template-template-opa-team .accordion-menu .d-flex,
      .page-template-template-opa-focus .accordion-menu .d-flex,
      .page-template-template-opa-contact .accordion-menu .d-flex {
        display: block; } }
    .page-template-template-opa-home .accordion-menu .d-flex:hover,
    .page-template-template-pa .accordion-menu .d-flex:hover,
    .page-template-template-opa-newsroom .accordion-menu .d-flex:hover,
    .single-newsroom .accordion-menu .d-flex:hover,
    .single-opa_team .accordion-menu .d-flex:hover,
    .page-template-template-opa-team .accordion-menu .d-flex:hover,
    .page-template-template-opa-focus .accordion-menu .d-flex:hover,
    .page-template-template-opa-contact .accordion-menu .d-flex:hover {
      cursor: pointer; }
  .page-template-template-opa-home .accordion-menu .btn-toggle,
  .page-template-template-pa .accordion-menu .btn-toggle,
  .page-template-template-opa-newsroom .accordion-menu .btn-toggle,
  .single-newsroom .accordion-menu .btn-toggle,
  .single-opa_team .accordion-menu .btn-toggle,
  .page-template-template-opa-team .accordion-menu .btn-toggle,
  .page-template-template-opa-focus .accordion-menu .btn-toggle,
  .page-template-template-opa-contact .accordion-menu .btn-toggle {
    background: url(../assets/images/plus.svg) center no-repeat;
    position: absolute;
    right: 3rem;
    top: 2rem;
    width: 2rem;
    height: 2rem;
    display: block;
    -webkit-transition: none;
    transition: none; }
    @media (max-width: 772px) {
      .page-template-template-opa-home .accordion-menu .btn-toggle,
      .page-template-template-pa .accordion-menu .btn-toggle,
      .page-template-template-opa-newsroom .accordion-menu .btn-toggle,
      .single-newsroom .accordion-menu .btn-toggle,
      .single-opa_team .accordion-menu .btn-toggle,
      .page-template-template-opa-team .accordion-menu .btn-toggle,
      .page-template-template-opa-focus .accordion-menu .btn-toggle,
      .page-template-template-opa-contact .accordion-menu .btn-toggle {
        right: 0;
        top: 3rem; } }
    .page-template-template-opa-home .accordion-menu .btn-toggle.active,
    .page-template-template-pa .accordion-menu .btn-toggle.active,
    .page-template-template-opa-newsroom .accordion-menu .btn-toggle.active,
    .single-newsroom .accordion-menu .btn-toggle.active,
    .single-opa_team .accordion-menu .btn-toggle.active,
    .page-template-template-opa-team .accordion-menu .btn-toggle.active,
    .page-template-template-opa-focus .accordion-menu .btn-toggle.active,
    .page-template-template-opa-contact .accordion-menu .btn-toggle.active {
      background: url(../assets/images/minus.svg) center no-repeat;
      background-position: center; }
  .page-template-template-opa-home .accordion-menu .reveal,
  .page-template-template-pa .accordion-menu .reveal,
  .page-template-template-opa-newsroom .accordion-menu .reveal,
  .single-newsroom .accordion-menu .reveal,
  .single-opa_team .accordion-menu .reveal,
  .page-template-template-opa-team .accordion-menu .reveal,
  .page-template-template-opa-focus .accordion-menu .reveal,
  .page-template-template-opa-contact .accordion-menu .reveal {
    display: none;
    max-width: 700px;
    overflow: hidden;
    padding-top: 1rem; }
    .page-template-template-opa-home .accordion-menu .reveal p,
    .page-template-template-pa .accordion-menu .reveal p,
    .page-template-template-opa-newsroom .accordion-menu .reveal p,
    .single-newsroom .accordion-menu .reveal p,
    .single-opa_team .accordion-menu .reveal p,
    .page-template-template-opa-team .accordion-menu .reveal p,
    .page-template-template-opa-focus .accordion-menu .reveal p,
    .page-template-template-opa-contact .accordion-menu .reveal p {
      margin-bottom: .5rem;
      margin-top: 0;
      padding-top: 0; }
    .page-template-template-opa-home .accordion-menu .reveal a,
    .page-template-template-pa .accordion-menu .reveal a,
    .page-template-template-opa-newsroom .accordion-menu .reveal a,
    .single-newsroom .accordion-menu .reveal a,
    .single-opa_team .accordion-menu .reveal a,
    .page-template-template-opa-team .accordion-menu .reveal a,
    .page-template-template-opa-focus .accordion-menu .reveal a,
    .page-template-template-opa-contact .accordion-menu .reveal a {
      font-family: "Antonio", serif;
      text-transform: uppercase;
      font-weight: bold;
      font-size: .875em;
      display: block;
      padding: 1rem 0; }
    .page-template-template-opa-home .accordion-menu .reveal.active,
    .page-template-template-pa .accordion-menu .reveal.active,
    .page-template-template-opa-newsroom .accordion-menu .reveal.active,
    .single-newsroom .accordion-menu .reveal.active,
    .single-opa_team .accordion-menu .reveal.active,
    .page-template-template-opa-team .accordion-menu .reveal.active,
    .page-template-template-opa-focus .accordion-menu .reveal.active,
    .page-template-template-opa-contact .accordion-menu .reveal.active {
      display: block; }
  .page-template-template-opa-home .accordion-menu.simple .btn-toggle,
  .page-template-template-pa .accordion-menu.simple .btn-toggle,
  .page-template-template-opa-newsroom .accordion-menu.simple .btn-toggle,
  .single-newsroom .accordion-menu.simple .btn-toggle,
  .single-opa_team .accordion-menu.simple .btn-toggle,
  .page-template-template-opa-team .accordion-menu.simple .btn-toggle,
  .page-template-template-opa-focus .accordion-menu.simple .btn-toggle,
  .page-template-template-opa-contact .accordion-menu.simple .btn-toggle {
    top: 2.5rem; }
  .page-template-template-opa-home .accordion-menu.simple h3,
  .page-template-template-pa .accordion-menu.simple h3,
  .page-template-template-opa-newsroom .accordion-menu.simple h3,
  .single-newsroom .accordion-menu.simple h3,
  .single-opa_team .accordion-menu.simple h3,
  .page-template-template-opa-team .accordion-menu.simple h3,
  .page-template-template-opa-focus .accordion-menu.simple h3,
  .page-template-template-opa-contact .accordion-menu.simple h3 {
    font-size: 1.875rem;
    padding-right: 5rem; }
    @media (max-width: 772px) {
      .page-template-template-opa-home .accordion-menu.simple h3,
      .page-template-template-pa .accordion-menu.simple h3,
      .page-template-template-opa-newsroom .accordion-menu.simple h3,
      .single-newsroom .accordion-menu.simple h3,
      .single-opa_team .accordion-menu.simple h3,
      .page-template-template-opa-team .accordion-menu.simple h3,
      .page-template-template-opa-focus .accordion-menu.simple h3,
      .page-template-template-opa-contact .accordion-menu.simple h3 {
        padding-right: 1rem; } }

.page-template-template-opa-home .pa-work-gallery,
.page-template-template-pa .pa-work-gallery,
.page-template-template-opa-newsroom .pa-work-gallery,
.single-newsroom .pa-work-gallery,
.single-opa_team .pa-work-gallery,
.page-template-template-opa-team .pa-work-gallery,
.page-template-template-opa-focus .pa-work-gallery,
.page-template-template-opa-contact .pa-work-gallery {
  position: relative;
  padding-top: 150px;
  padding-bottom: 100px;
  min-height: 700px;
  color: white;
  margin-bottom: 5rem; }
  @media (max-width: 772px) {
    .page-template-template-opa-home .pa-work-gallery,
    .page-template-template-pa .pa-work-gallery,
    .page-template-template-opa-newsroom .pa-work-gallery,
    .single-newsroom .pa-work-gallery,
    .single-opa_team .pa-work-gallery,
    .page-template-template-opa-team .pa-work-gallery,
    .page-template-template-opa-focus .pa-work-gallery,
    .page-template-template-opa-contact .pa-work-gallery {
      height: auto; } }
  .page-template-template-opa-home .pa-work-gallery .primary,
  .page-template-template-pa .pa-work-gallery .primary,
  .page-template-template-opa-newsroom .pa-work-gallery .primary,
  .single-newsroom .pa-work-gallery .primary,
  .single-opa_team .pa-work-gallery .primary,
  .page-template-template-opa-team .pa-work-gallery .primary,
  .page-template-template-opa-focus .pa-work-gallery .primary,
  .page-template-template-opa-contact .pa-work-gallery .primary {
    margin-top: -80px; }
    .page-template-template-opa-home .pa-work-gallery .primary h2, .page-template-template-opa-home .pa-work-gallery .primary p,
    .page-template-template-pa .pa-work-gallery .primary h2,
    .page-template-template-pa .pa-work-gallery .primary p,
    .page-template-template-opa-newsroom .pa-work-gallery .primary h2,
    .page-template-template-opa-newsroom .pa-work-gallery .primary p,
    .single-newsroom .pa-work-gallery .primary h2,
    .single-newsroom .pa-work-gallery .primary p,
    .single-opa_team .pa-work-gallery .primary h2,
    .single-opa_team .pa-work-gallery .primary p,
    .page-template-template-opa-team .pa-work-gallery .primary h2,
    .page-template-template-opa-team .pa-work-gallery .primary p,
    .page-template-template-opa-focus .pa-work-gallery .primary h2,
    .page-template-template-opa-focus .pa-work-gallery .primary p,
    .page-template-template-opa-contact .pa-work-gallery .primary h2,
    .page-template-template-opa-contact .pa-work-gallery .primary p {
      color: white; }
    .page-template-template-opa-home .pa-work-gallery .primary h5,
    .page-template-template-pa .pa-work-gallery .primary h5,
    .page-template-template-opa-newsroom .pa-work-gallery .primary h5,
    .single-newsroom .pa-work-gallery .primary h5,
    .single-opa_team .pa-work-gallery .primary h5,
    .page-template-template-opa-team .pa-work-gallery .primary h5,
    .page-template-template-opa-focus .pa-work-gallery .primary h5,
    .page-template-template-opa-contact .pa-work-gallery .primary h5 {
      color: #fcf6eb; }
  .page-template-template-opa-home .pa-work-gallery:before,
  .page-template-template-pa .pa-work-gallery:before,
  .page-template-template-opa-newsroom .pa-work-gallery:before,
  .single-newsroom .pa-work-gallery:before,
  .single-opa_team .pa-work-gallery:before,
  .page-template-template-opa-team .pa-work-gallery:before,
  .page-template-template-opa-focus .pa-work-gallery:before,
  .page-template-template-opa-contact .pa-work-gallery:before {
    background: rgba(47, 22, 65, 0.85);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .page-template-template-opa-home .pa-work-gallery:after,
  .page-template-template-pa .pa-work-gallery:after,
  .page-template-template-opa-newsroom .pa-work-gallery:after,
  .single-newsroom .pa-work-gallery:after,
  .single-opa_team .pa-work-gallery:after,
  .page-template-template-opa-team .pa-work-gallery:after,
  .page-template-template-opa-focus .pa-work-gallery:after,
  .page-template-template-opa-contact .pa-work-gallery:after {
    content: '';
    background: url(../assets/images/hero_deckle.png) no-repeat left top/cover;
    width: 100%;
    height: 117px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10; }
  .page-template-template-opa-home .pa-work-gallery .growBox,
  .page-template-template-pa .pa-work-gallery .growBox,
  .page-template-template-opa-newsroom .pa-work-gallery .growBox,
  .single-newsroom .pa-work-gallery .growBox,
  .single-opa_team .pa-work-gallery .growBox,
  .page-template-template-opa-team .pa-work-gallery .growBox,
  .page-template-template-opa-focus .pa-work-gallery .growBox,
  .page-template-template-opa-contact .pa-work-gallery .growBox {
    z-index: 30;
    overflow: hidden; }
    .page-template-template-opa-home .pa-work-gallery .growBox.open,
    .page-template-template-pa .pa-work-gallery .growBox.open,
    .page-template-template-opa-newsroom .pa-work-gallery .growBox.open,
    .single-newsroom .pa-work-gallery .growBox.open,
    .single-opa_team .pa-work-gallery .growBox.open,
    .page-template-template-opa-team .pa-work-gallery .growBox.open,
    .page-template-template-opa-focus .pa-work-gallery .growBox.open,
    .page-template-template-opa-contact .pa-work-gallery .growBox.open {
      overflow: scroll; }
    .page-template-template-opa-home .pa-work-gallery .growBox .growContainer,
    .page-template-template-pa .pa-work-gallery .growBox .growContainer,
    .page-template-template-opa-newsroom .pa-work-gallery .growBox .growContainer,
    .single-newsroom .pa-work-gallery .growBox .growContainer,
    .single-opa_team .pa-work-gallery .growBox .growContainer,
    .page-template-template-opa-team .pa-work-gallery .growBox .growContainer,
    .page-template-template-opa-focus .pa-work-gallery .growBox .growContainer,
    .page-template-template-opa-contact .pa-work-gallery .growBox .growContainer {
      background: white;
      margin: .75rem;
      padding: 1.675rem 1.4375rem;
      position: relative; }
      .page-template-template-opa-home .pa-work-gallery .growBox .growContainer h2,
      .page-template-template-pa .pa-work-gallery .growBox .growContainer h2,
      .page-template-template-opa-newsroom .pa-work-gallery .growBox .growContainer h2,
      .single-newsroom .pa-work-gallery .growBox .growContainer h2,
      .single-opa_team .pa-work-gallery .growBox .growContainer h2,
      .page-template-template-opa-team .pa-work-gallery .growBox .growContainer h2,
      .page-template-template-opa-focus .pa-work-gallery .growBox .growContainer h2,
      .page-template-template-opa-contact .pa-work-gallery .growBox .growContainer h2 {
        text-transform: capitalize;
        color: #463d2f;
        font-size: 1.375rem;
        line-height: 1.5rem;
        max-width: 155px; }
      .page-template-template-opa-home .pa-work-gallery .growBox .growContainer .over .d-flex,
      .page-template-template-pa .pa-work-gallery .growBox .growContainer .over .d-flex,
      .page-template-template-opa-newsroom .pa-work-gallery .growBox .growContainer .over .d-flex,
      .single-newsroom .pa-work-gallery .growBox .growContainer .over .d-flex,
      .single-opa_team .pa-work-gallery .growBox .growContainer .over .d-flex,
      .page-template-template-opa-team .pa-work-gallery .growBox .growContainer .over .d-flex,
      .page-template-template-opa-focus .pa-work-gallery .growBox .growContainer .over .d-flex,
      .page-template-template-opa-contact .pa-work-gallery .growBox .growContainer .over .d-flex {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .page-template-template-opa-home .pa-work-gallery .growBox .growContainer .under p,
      .page-template-template-pa .pa-work-gallery .growBox .growContainer .under p,
      .page-template-template-opa-newsroom .pa-work-gallery .growBox .growContainer .under p,
      .single-newsroom .pa-work-gallery .growBox .growContainer .under p,
      .single-opa_team .pa-work-gallery .growBox .growContainer .under p,
      .page-template-template-opa-team .pa-work-gallery .growBox .growContainer .under p,
      .page-template-template-opa-focus .pa-work-gallery .growBox .growContainer .under p,
      .page-template-template-opa-contact .pa-work-gallery .growBox .growContainer .under p {
        margin-bottom: 1rem; }
      .page-template-template-opa-home .pa-work-gallery .growBox .growContainer .under h3,
      .page-template-template-pa .pa-work-gallery .growBox .growContainer .under h3,
      .page-template-template-opa-newsroom .pa-work-gallery .growBox .growContainer .under h3,
      .single-newsroom .pa-work-gallery .growBox .growContainer .under h3,
      .single-opa_team .pa-work-gallery .growBox .growContainer .under h3,
      .page-template-template-opa-team .pa-work-gallery .growBox .growContainer .under h3,
      .page-template-template-opa-focus .pa-work-gallery .growBox .growContainer .under h3,
      .page-template-template-opa-contact .pa-work-gallery .growBox .growContainer .under h3 {
        padding-bottom: .5rem; }
      .page-template-template-opa-home .pa-work-gallery .growBox .growContainer .under .cta,
      .page-template-template-pa .pa-work-gallery .growBox .growContainer .under .cta,
      .page-template-template-opa-newsroom .pa-work-gallery .growBox .growContainer .under .cta,
      .single-newsroom .pa-work-gallery .growBox .growContainer .under .cta,
      .single-opa_team .pa-work-gallery .growBox .growContainer .under .cta,
      .page-template-template-opa-team .pa-work-gallery .growBox .growContainer .under .cta,
      .page-template-template-opa-focus .pa-work-gallery .growBox .growContainer .under .cta,
      .page-template-template-opa-contact .pa-work-gallery .growBox .growContainer .under .cta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        font-family: "Antonio", serif; }
      .page-template-template-opa-home .pa-work-gallery .growBox .growContainer .btn-toggle,
      .page-template-template-pa .pa-work-gallery .growBox .growContainer .btn-toggle,
      .page-template-template-opa-newsroom .pa-work-gallery .growBox .growContainer .btn-toggle,
      .single-newsroom .pa-work-gallery .growBox .growContainer .btn-toggle,
      .single-opa_team .pa-work-gallery .growBox .growContainer .btn-toggle,
      .page-template-template-opa-team .pa-work-gallery .growBox .growContainer .btn-toggle,
      .page-template-template-opa-focus .pa-work-gallery .growBox .growContainer .btn-toggle,
      .page-template-template-opa-contact .pa-work-gallery .growBox .growContainer .btn-toggle {
        position: absolute;
        top: .5rem;
        right: .25rem; }
        .page-template-template-opa-home .pa-work-gallery .growBox .growContainer .btn-toggle .plus-icon,
        .page-template-template-pa .pa-work-gallery .growBox .growContainer .btn-toggle .plus-icon,
        .page-template-template-opa-newsroom .pa-work-gallery .growBox .growContainer .btn-toggle .plus-icon,
        .single-newsroom .pa-work-gallery .growBox .growContainer .btn-toggle .plus-icon,
        .single-opa_team .pa-work-gallery .growBox .growContainer .btn-toggle .plus-icon,
        .page-template-template-opa-team .pa-work-gallery .growBox .growContainer .btn-toggle .plus-icon,
        .page-template-template-opa-focus .pa-work-gallery .growBox .growContainer .btn-toggle .plus-icon,
        .page-template-template-opa-contact .pa-work-gallery .growBox .growContainer .btn-toggle .plus-icon {
          -webkit-transform-origin: center center;
                  transform-origin: center center;
          -webkit-transition: .3s;
          transition: .3s; }
          .page-template-template-opa-home .pa-work-gallery .growBox .growContainer .btn-toggle .plus-icon.active,
          .page-template-template-pa .pa-work-gallery .growBox .growContainer .btn-toggle .plus-icon.active,
          .page-template-template-opa-newsroom .pa-work-gallery .growBox .growContainer .btn-toggle .plus-icon.active,
          .single-newsroom .pa-work-gallery .growBox .growContainer .btn-toggle .plus-icon.active,
          .single-opa_team .pa-work-gallery .growBox .growContainer .btn-toggle .plus-icon.active,
          .page-template-template-opa-team .pa-work-gallery .growBox .growContainer .btn-toggle .plus-icon.active,
          .page-template-template-opa-focus .pa-work-gallery .growBox .growContainer .btn-toggle .plus-icon.active,
          .page-template-template-opa-contact .pa-work-gallery .growBox .growContainer .btn-toggle .plus-icon.active {
            -webkit-transform: rotate(44deg);
                    transform: rotate(44deg); }
  .page-template-template-opa-home .pa-work-gallery .moveUp,
  .page-template-template-pa .pa-work-gallery .moveUp,
  .page-template-template-opa-newsroom .pa-work-gallery .moveUp,
  .single-newsroom .pa-work-gallery .moveUp,
  .single-opa_team .pa-work-gallery .moveUp,
  .page-template-template-opa-team .pa-work-gallery .moveUp,
  .page-template-template-opa-focus .pa-work-gallery .moveUp,
  .page-template-template-opa-contact .pa-work-gallery .moveUp {
    margin-top: -80px; }
    @media (max-width: 772px) {
      .page-template-template-opa-home .pa-work-gallery .moveUp,
      .page-template-template-pa .pa-work-gallery .moveUp,
      .page-template-template-opa-newsroom .pa-work-gallery .moveUp,
      .single-newsroom .pa-work-gallery .moveUp,
      .single-opa_team .pa-work-gallery .moveUp,
      .page-template-template-opa-team .pa-work-gallery .moveUp,
      .page-template-template-opa-focus .pa-work-gallery .moveUp,
      .page-template-template-opa-contact .pa-work-gallery .moveUp {
        margin-top: 0;
        padding-top: 2rem; } }

.page-template-template-opa-home .text-feed h2,
.page-template-template-pa .text-feed h2,
.page-template-template-opa-newsroom .text-feed h2,
.single-newsroom .text-feed h2,
.single-opa_team .text-feed h2,
.page-template-template-opa-team .text-feed h2,
.page-template-template-opa-focus .text-feed h2,
.page-template-template-opa-contact .text-feed h2 {
  font-size: 2.5rem;
  color: #512d6a; }
  @media (max-width: 772px) {
    .page-template-template-opa-home .text-feed h2,
    .page-template-template-pa .text-feed h2,
    .page-template-template-opa-newsroom .text-feed h2,
    .single-newsroom .text-feed h2,
    .single-opa_team .text-feed h2,
    .page-template-template-opa-team .text-feed h2,
    .page-template-template-opa-focus .text-feed h2,
    .page-template-template-opa-contact .text-feed h2 {
      font-size: 1.4rem;
      line-height: 1.2; } }

.page-template-template-opa-home .text-feed h4,
.page-template-template-pa .text-feed h4,
.page-template-template-opa-newsroom .text-feed h4,
.single-newsroom .text-feed h4,
.single-opa_team .text-feed h4,
.page-template-template-opa-team .text-feed h4,
.page-template-template-opa-focus .text-feed h4,
.page-template-template-opa-contact .text-feed h4 {
  font-family: "Antonio", serif; }

.page-template-template-opa-home .text-feed .feed,
.page-template-template-pa .text-feed .feed,
.page-template-template-opa-newsroom .text-feed .feed,
.single-newsroom .text-feed .feed,
.single-opa_team .text-feed .feed,
.page-template-template-opa-team .text-feed .feed,
.page-template-template-opa-focus .text-feed .feed,
.page-template-template-opa-contact .text-feed .feed {
  padding-top: .5rem; }
  .page-template-template-opa-home .text-feed .feed .tags-read-more,
  .page-template-template-pa .text-feed .feed .tags-read-more,
  .page-template-template-opa-newsroom .text-feed .feed .tags-read-more,
  .single-newsroom .text-feed .feed .tags-read-more,
  .single-opa_team .text-feed .feed .tags-read-more,
  .page-template-template-opa-team .text-feed .feed .tags-read-more,
  .page-template-template-opa-focus .text-feed .feed .tags-read-more,
  .page-template-template-opa-contact .text-feed .feed .tags-read-more {
    height: 2.675rem; }
  .page-template-template-opa-home .text-feed .feed .story-tags,
  .page-template-template-pa .text-feed .feed .story-tags,
  .page-template-template-opa-newsroom .text-feed .feed .story-tags,
  .single-newsroom .text-feed .feed .story-tags,
  .single-opa_team .text-feed .feed .story-tags,
  .page-template-template-opa-team .text-feed .feed .story-tags,
  .page-template-template-opa-focus .text-feed .feed .story-tags,
  .page-template-template-opa-contact .text-feed .feed .story-tags {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .page-template-template-opa-home .text-feed .feed .story-tags li,
    .page-template-template-pa .text-feed .feed .story-tags li,
    .page-template-template-opa-newsroom .text-feed .feed .story-tags li,
    .single-newsroom .text-feed .feed .story-tags li,
    .single-opa_team .text-feed .feed .story-tags li,
    .page-template-template-opa-team .text-feed .feed .story-tags li,
    .page-template-template-opa-focus .text-feed .feed .story-tags li,
    .page-template-template-opa-contact .text-feed .feed .story-tags li {
      font-size: 0.9375rem;
      text-transform: uppercase;
      padding: 0 1rem 0 0; }

.page-template-template-opa-home .text-feed .tags-read-more:hover .story-tags,
.page-template-template-pa .text-feed .tags-read-more:hover .story-tags,
.page-template-template-opa-newsroom .text-feed .tags-read-more:hover .story-tags,
.single-newsroom .text-feed .tags-read-more:hover .story-tags,
.single-opa_team .text-feed .tags-read-more:hover .story-tags,
.page-template-template-opa-team .text-feed .tags-read-more:hover .story-tags,
.page-template-template-opa-focus .text-feed .tags-read-more:hover .story-tags,
.page-template-template-opa-contact .text-feed .tags-read-more:hover .story-tags {
  display: none; }
  .page-template-template-opa-home .text-feed .tags-read-more:hover .story-tags .read-more,
  .page-template-template-pa .text-feed .tags-read-more:hover .story-tags .read-more,
  .page-template-template-opa-newsroom .text-feed .tags-read-more:hover .story-tags .read-more,
  .single-newsroom .text-feed .tags-read-more:hover .story-tags .read-more,
  .single-opa_team .text-feed .tags-read-more:hover .story-tags .read-more,
  .page-template-template-opa-team .text-feed .tags-read-more:hover .story-tags .read-more,
  .page-template-template-opa-focus .text-feed .tags-read-more:hover .story-tags .read-more,
  .page-template-template-opa-contact .text-feed .tags-read-more:hover .story-tags .read-more {
    display: block; }

.page-template-template-opa-home .coc-card,
.page-template-template-pa .coc-card,
.page-template-template-opa-newsroom .coc-card,
.single-newsroom .coc-card,
.single-opa_team .coc-card,
.page-template-template-opa-team .coc-card,
.page-template-template-opa-focus .coc-card,
.page-template-template-opa-contact .coc-card {
  background-image: url(../assets/images/ornament-3.svg);
  background-position: left center;
  background-size: contain; }

.page-template-template-opa-home .coc-card__main,
.page-template-template-pa .coc-card__main,
.page-template-template-opa-newsroom .coc-card__main,
.single-newsroom .coc-card__main,
.single-opa_team .coc-card__main,
.page-template-template-opa-team .coc-card__main,
.page-template-template-opa-focus .coc-card__main,
.page-template-template-opa-contact .coc-card__main {
  border: none;
  padding: .75rem;
  margin: .75rem; }
  .page-template-template-opa-home .coc-card__main h3,
  .page-template-template-pa .coc-card__main h3,
  .page-template-template-opa-newsroom .coc-card__main h3,
  .single-newsroom .coc-card__main h3,
  .single-opa_team .coc-card__main h3,
  .page-template-template-opa-team .coc-card__main h3,
  .page-template-template-opa-focus .coc-card__main h3,
  .page-template-template-opa-contact .coc-card__main h3 {
    margin-top: 0; }

.page-template-template-opa-home .coc-card__copy,
.page-template-template-pa .coc-card__copy,
.page-template-template-opa-newsroom .coc-card__copy,
.single-newsroom .coc-card__copy,
.single-opa_team .coc-card__copy,
.page-template-template-opa-team .coc-card__copy,
.page-template-template-opa-focus .coc-card__copy,
.page-template-template-opa-contact .coc-card__copy {
  padding-left: 5rem;
  padding-right: 3rem; }
  @media (max-width: 772px) {
    .page-template-template-opa-home .coc-card__copy,
    .page-template-template-pa .coc-card__copy,
    .page-template-template-opa-newsroom .coc-card__copy,
    .single-newsroom .coc-card__copy,
    .single-opa_team .coc-card__copy,
    .page-template-template-opa-team .coc-card__copy,
    .page-template-template-opa-focus .coc-card__copy,
    .page-template-template-opa-contact .coc-card__copy {
      padding: 0; } }
  .page-template-template-opa-home .coc-card__copy p,
  .page-template-template-pa .coc-card__copy p,
  .page-template-template-opa-newsroom .coc-card__copy p,
  .single-newsroom .coc-card__copy p,
  .single-opa_team .coc-card__copy p,
  .page-template-template-opa-team .coc-card__copy p,
  .page-template-template-opa-focus .coc-card__copy p,
  .page-template-template-opa-contact .coc-card__copy p {
    font-family: "Open Sans", sans-serif;
    line-height: 1.625rem; }
  .page-template-template-opa-home .coc-card__copy .cta,
  .page-template-template-pa .coc-card__copy .cta,
  .page-template-template-opa-newsroom .coc-card__copy .cta,
  .single-newsroom .coc-card__copy .cta,
  .single-opa_team .coc-card__copy .cta,
  .page-template-template-opa-team .coc-card__copy .cta,
  .page-template-template-opa-focus .coc-card__copy .cta,
  .page-template-template-opa-contact .coc-card__copy .cta {
    bottom: 0;
    position: relative;
    right: inherit;
    left: 0;
    border: none;
    padding: .4rem 1rem;
    background: none;
    margin-left: -1rem; }
    .page-template-template-opa-home .coc-card__copy .cta .fa,
    .page-template-template-pa .coc-card__copy .cta .fa,
    .page-template-template-opa-newsroom .coc-card__copy .cta .fa,
    .single-newsroom .coc-card__copy .cta .fa,
    .single-opa_team .coc-card__copy .cta .fa,
    .page-template-template-opa-team .coc-card__copy .cta .fa,
    .page-template-template-opa-focus .coc-card__copy .cta .fa,
    .page-template-template-opa-contact .coc-card__copy .cta .fa {
      position: relative;
      z-index: 50;
      -webkit-transition: .3s ease-in;
      transition: .3s ease-in; }
    .page-template-template-opa-home .coc-card__copy .cta:hover .fa,
    .page-template-template-pa .coc-card__copy .cta:hover .fa,
    .page-template-template-opa-newsroom .coc-card__copy .cta:hover .fa,
    .single-newsroom .coc-card__copy .cta:hover .fa,
    .single-opa_team .coc-card__copy .cta:hover .fa,
    .page-template-template-opa-team .coc-card__copy .cta:hover .fa,
    .page-template-template-opa-focus .coc-card__copy .cta:hover .fa,
    .page-template-template-opa-contact .coc-card__copy .cta:hover .fa {
      left: .25rem; }

.page-template-template-opa-home .coc-card__brand,
.page-template-template-pa .coc-card__brand,
.page-template-template-opa-newsroom .coc-card__brand,
.single-newsroom .coc-card__brand,
.single-opa_team .coc-card__brand,
.page-template-template-opa-team .coc-card__brand,
.page-template-template-opa-focus .coc-card__brand,
.page-template-template-opa-contact .coc-card__brand {
  padding-left: 2rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none; }
  @media (max-width: 772px) {
    .page-template-template-opa-home .coc-card__brand,
    .page-template-template-pa .coc-card__brand,
    .page-template-template-opa-newsroom .coc-card__brand,
    .single-newsroom .coc-card__brand,
    .single-opa_team .coc-card__brand,
    .page-template-template-opa-team .coc-card__brand,
    .page-template-template-opa-focus .coc-card__brand,
    .page-template-template-opa-contact .coc-card__brand {
      padding: 0; } }
  .page-template-template-opa-home .coc-card__brand h3,
  .page-template-template-pa .coc-card__brand h3,
  .page-template-template-opa-newsroom .coc-card__brand h3,
  .single-newsroom .coc-card__brand h3,
  .single-opa_team .coc-card__brand h3,
  .page-template-template-opa-team .coc-card__brand h3,
  .page-template-template-opa-focus .coc-card__brand h3,
  .page-template-template-opa-contact .coc-card__brand h3 {
    color: white;
    font-size: 1.75rem;
    text-transform: uppercase;
    padding-top: .45rem; }
    @media (max-width: 772px) {
      .page-template-template-opa-home .coc-card__brand h3 br,
      .page-template-template-pa .coc-card__brand h3 br,
      .page-template-template-opa-newsroom .coc-card__brand h3 br,
      .single-newsroom .coc-card__brand h3 br,
      .single-opa_team .coc-card__brand h3 br,
      .page-template-template-opa-team .coc-card__brand h3 br,
      .page-template-template-opa-focus .coc-card__brand h3 br,
      .page-template-template-opa-contact .coc-card__brand h3 br {
        display: none; } }

.page-template-template-opa-home #signup-ba,
.page-template-template-pa #signup-ba,
.page-template-template-opa-newsroom #signup-ba,
.single-newsroom #signup-ba,
.single-opa_team #signup-ba,
.page-template-template-opa-team #signup-ba,
.page-template-template-opa-focus #signup-ba,
.page-template-template-opa-contact #signup-ba {
  width: 70%;
  margin: 9rem auto 2rem auto;
  padding: 10px;
  position: relative; }
  @media (max-width: 772px) {
    .page-template-template-opa-home #signup-ba,
    .page-template-template-pa #signup-ba,
    .page-template-template-opa-newsroom #signup-ba,
    .single-newsroom #signup-ba,
    .single-opa_team #signup-ba,
    .page-template-template-opa-team #signup-ba,
    .page-template-template-opa-focus #signup-ba,
    .page-template-template-opa-contact #signup-ba {
      width: 100%; } }
  .page-template-template-opa-home #signup-ba .leftCorner,
  .page-template-template-pa #signup-ba .leftCorner,
  .page-template-template-opa-newsroom #signup-ba .leftCorner,
  .single-newsroom #signup-ba .leftCorner,
  .single-opa_team #signup-ba .leftCorner,
  .page-template-template-opa-team #signup-ba .leftCorner,
  .page-template-template-opa-focus #signup-ba .leftCorner,
  .page-template-template-opa-contact #signup-ba .leftCorner {
    position: absolute;
    top: -80px;
    left: -62px;
    width: 400px; }
    @media (max-width: 772px) {
      .page-template-template-opa-home #signup-ba .leftCorner,
      .page-template-template-pa #signup-ba .leftCorner,
      .page-template-template-opa-newsroom #signup-ba .leftCorner,
      .single-newsroom #signup-ba .leftCorner,
      .single-opa_team #signup-ba .leftCorner,
      .page-template-template-opa-team #signup-ba .leftCorner,
      .page-template-template-opa-focus #signup-ba .leftCorner,
      .page-template-template-opa-contact #signup-ba .leftCorner {
        left: 0;
        right: 0;
        margin: 0 auto;
        top: -5.5rem;
        width: 300px; } }
  .page-template-template-opa-home #signup-ba .contentBox,
  .page-template-template-pa #signup-ba .contentBox,
  .page-template-template-opa-newsroom #signup-ba .contentBox,
  .single-newsroom #signup-ba .contentBox,
  .single-opa_team #signup-ba .contentBox,
  .page-template-template-opa-team #signup-ba .contentBox,
  .page-template-template-opa-focus #signup-ba .contentBox,
  .page-template-template-opa-contact #signup-ba .contentBox {
    background: #fcf6eb;
    padding: 3rem 0;
    text-align: left;
    max-width: 800px; }
    .page-template-template-opa-home #signup-ba .contentBox h3,
    .page-template-template-pa #signup-ba .contentBox h3,
    .page-template-template-opa-newsroom #signup-ba .contentBox h3,
    .single-newsroom #signup-ba .contentBox h3,
    .single-opa_team #signup-ba .contentBox h3,
    .page-template-template-opa-team #signup-ba .contentBox h3,
    .page-template-template-opa-focus #signup-ba .contentBox h3,
    .page-template-template-opa-contact #signup-ba .contentBox h3 {
      font-size: 1.375rem;
      color: #463d2f; }
    .page-template-template-opa-home #signup-ba .contentBox .social,
    .page-template-template-pa #signup-ba .contentBox .social,
    .page-template-template-opa-newsroom #signup-ba .contentBox .social,
    .single-newsroom #signup-ba .contentBox .social,
    .single-opa_team #signup-ba .contentBox .social,
    .page-template-template-opa-team #signup-ba .contentBox .social,
    .page-template-template-opa-focus #signup-ba .contentBox .social,
    .page-template-template-opa-contact #signup-ba .contentBox .social {
      font-size: 1.375rem;
      font-family: "Playfair Display", serif;
      margin: 0;
      padding-top: 2rem; }
      .page-template-template-opa-home #signup-ba .contentBox .social .fab,
      .page-template-template-pa #signup-ba .contentBox .social .fab,
      .page-template-template-opa-newsroom #signup-ba .contentBox .social .fab,
      .single-newsroom #signup-ba .contentBox .social .fab,
      .single-opa_team #signup-ba .contentBox .social .fab,
      .page-template-template-opa-team #signup-ba .contentBox .social .fab,
      .page-template-template-opa-focus #signup-ba .contentBox .social .fab,
      .page-template-template-opa-contact #signup-ba .contentBox .social .fab {
        color: #463d2f;
        opacity: .55;
        margin: 0 .25rem; }
      .page-template-template-opa-home #signup-ba .contentBox .social .red,
      .page-template-template-pa #signup-ba .contentBox .social .red,
      .page-template-template-opa-newsroom #signup-ba .contentBox .social .red,
      .single-newsroom #signup-ba .contentBox .social .red,
      .single-opa_team #signup-ba .contentBox .social .red,
      .page-template-template-opa-team #signup-ba .contentBox .social .red,
      .page-template-template-opa-focus #signup-ba .contentBox .social .red,
      .page-template-template-opa-contact #signup-ba .contentBox .social .red {
        font-weight: bold; }
  .page-template-template-opa-home #signup-ba .gform_body .gform_fields,
  .page-template-template-pa #signup-ba .gform_body .gform_fields,
  .page-template-template-opa-newsroom #signup-ba .gform_body .gform_fields,
  .single-newsroom #signup-ba .gform_body .gform_fields,
  .single-opa_team #signup-ba .gform_body .gform_fields,
  .page-template-template-opa-team #signup-ba .gform_body .gform_fields,
  .page-template-template-opa-focus #signup-ba .gform_body .gform_fields,
  .page-template-template-opa-contact #signup-ba .gform_body .gform_fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    padding-top: 1rem; }
    @media (max-width: 772px) {
      .page-template-template-opa-home #signup-ba .gform_body .gform_fields,
      .page-template-template-pa #signup-ba .gform_body .gform_fields,
      .page-template-template-opa-newsroom #signup-ba .gform_body .gform_fields,
      .single-newsroom #signup-ba .gform_body .gform_fields,
      .single-opa_team #signup-ba .gform_body .gform_fields,
      .page-template-template-opa-team #signup-ba .gform_body .gform_fields,
      .page-template-template-opa-focus #signup-ba .gform_body .gform_fields,
      .page-template-template-opa-contact #signup-ba .gform_body .gform_fields {
        display: block; } }
    .page-template-template-opa-home #signup-ba .gform_body .gform_fields label,
    .page-template-template-pa #signup-ba .gform_body .gform_fields label,
    .page-template-template-opa-newsroom #signup-ba .gform_body .gform_fields label,
    .single-newsroom #signup-ba .gform_body .gform_fields label,
    .single-opa_team #signup-ba .gform_body .gform_fields label,
    .page-template-template-opa-team #signup-ba .gform_body .gform_fields label,
    .page-template-template-opa-focus #signup-ba .gform_body .gform_fields label,
    .page-template-template-opa-contact #signup-ba .gform_body .gform_fields label {
      font-weight: normal; }
    .page-template-template-opa-home #signup-ba .gform_body .gform_fields .gfield,
    .page-template-template-pa #signup-ba .gform_body .gform_fields .gfield,
    .page-template-template-opa-newsroom #signup-ba .gform_body .gform_fields .gfield,
    .single-newsroom #signup-ba .gform_body .gform_fields .gfield,
    .single-opa_team #signup-ba .gform_body .gform_fields .gfield,
    .page-template-template-opa-team #signup-ba .gform_body .gform_fields .gfield,
    .page-template-template-opa-focus #signup-ba .gform_body .gform_fields .gfield,
    .page-template-template-opa-contact #signup-ba .gform_body .gform_fields .gfield {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .page-template-template-opa-home #signup-ba .gform_body .gform_fields .gfield input[type="text"],
      .page-template-template-pa #signup-ba .gform_body .gform_fields .gfield input[type="text"],
      .page-template-template-opa-newsroom #signup-ba .gform_body .gform_fields .gfield input[type="text"],
      .single-newsroom #signup-ba .gform_body .gform_fields .gfield input[type="text"],
      .single-opa_team #signup-ba .gform_body .gform_fields .gfield input[type="text"],
      .page-template-template-opa-team #signup-ba .gform_body .gform_fields .gfield input[type="text"],
      .page-template-template-opa-focus #signup-ba .gform_body .gform_fields .gfield input[type="text"],
      .page-template-template-opa-contact #signup-ba .gform_body .gform_fields .gfield input[type="text"] {
        width: 100%;
        background: none;
        max-width: 360px; }
  .page-template-template-opa-home #signup-ba .gform_wrapper,
  .page-template-template-pa #signup-ba .gform_wrapper,
  .page-template-template-opa-newsroom #signup-ba .gform_wrapper,
  .single-newsroom #signup-ba .gform_wrapper,
  .single-opa_team #signup-ba .gform_wrapper,
  .page-template-template-opa-team #signup-ba .gform_wrapper,
  .page-template-template-opa-focus #signup-ba .gform_wrapper,
  .page-template-template-opa-contact #signup-ba .gform_wrapper {
    margin-bottom: 0;
    padding-bottom: 1rem; }
    .page-template-template-opa-home #signup-ba .gform_wrapper .gform_footer,
    .page-template-template-pa #signup-ba .gform_wrapper .gform_footer,
    .page-template-template-opa-newsroom #signup-ba .gform_wrapper .gform_footer,
    .single-newsroom #signup-ba .gform_wrapper .gform_footer,
    .single-opa_team #signup-ba .gform_wrapper .gform_footer,
    .page-template-template-opa-team #signup-ba .gform_wrapper .gform_footer,
    .page-template-template-opa-focus #signup-ba .gform_wrapper .gform_footer,
    .page-template-template-opa-contact #signup-ba .gform_wrapper .gform_footer {
      padding: 0;
      width: auto;
      position: absolute;
      top: 120px;
      right: 0; }
      .page-template-template-opa-home #signup-ba .gform_wrapper .gform_footer input[type="submit"],
      .page-template-template-pa #signup-ba .gform_wrapper .gform_footer input[type="submit"],
      .page-template-template-opa-newsroom #signup-ba .gform_wrapper .gform_footer input[type="submit"],
      .single-newsroom #signup-ba .gform_wrapper .gform_footer input[type="submit"],
      .single-opa_team #signup-ba .gform_wrapper .gform_footer input[type="submit"],
      .page-template-template-opa-team #signup-ba .gform_wrapper .gform_footer input[type="submit"],
      .page-template-template-opa-focus #signup-ba .gform_wrapper .gform_footer input[type="submit"],
      .page-template-template-opa-contact #signup-ba .gform_wrapper .gform_footer input[type="submit"] {
        border: 2px solid #990033;
        color: #990033;
        padding: 5px 2rem;
        min-width: 0;
        font-weight: bold; }
        .page-template-template-opa-home #signup-ba .gform_wrapper .gform_footer input[type="submit"]:hover,
        .page-template-template-pa #signup-ba .gform_wrapper .gform_footer input[type="submit"]:hover,
        .page-template-template-opa-newsroom #signup-ba .gform_wrapper .gform_footer input[type="submit"]:hover,
        .single-newsroom #signup-ba .gform_wrapper .gform_footer input[type="submit"]:hover,
        .single-opa_team #signup-ba .gform_wrapper .gform_footer input[type="submit"]:hover,
        .page-template-template-opa-team #signup-ba .gform_wrapper .gform_footer input[type="submit"]:hover,
        .page-template-template-opa-focus #signup-ba .gform_wrapper .gform_footer input[type="submit"]:hover,
        .page-template-template-opa-contact #signup-ba .gform_wrapper .gform_footer input[type="submit"]:hover {
          background: #990033;
          color: white; }
      @media (max-width: 772px) {
        .page-template-template-opa-home #signup-ba .gform_wrapper .gform_footer,
        .page-template-template-pa #signup-ba .gform_wrapper .gform_footer,
        .page-template-template-opa-newsroom #signup-ba .gform_wrapper .gform_footer,
        .single-newsroom #signup-ba .gform_wrapper .gform_footer,
        .single-opa_team #signup-ba .gform_wrapper .gform_footer,
        .page-template-template-opa-team #signup-ba .gform_wrapper .gform_footer,
        .page-template-template-opa-focus #signup-ba .gform_wrapper .gform_footer,
        .page-template-template-opa-contact #signup-ba .gform_wrapper .gform_footer {
          position: relative;
          top: 0;
          margin-top: 2rem;
          margin-bottom: 2rem; } }
    .page-template-template-opa-home #signup-ba .gform_wrapper div.validation_error,
    .page-template-template-pa #signup-ba .gform_wrapper div.validation_error,
    .page-template-template-opa-newsroom #signup-ba .gform_wrapper div.validation_error,
    .single-newsroom #signup-ba .gform_wrapper div.validation_error,
    .single-opa_team #signup-ba .gform_wrapper div.validation_error,
    .page-template-template-opa-team #signup-ba .gform_wrapper div.validation_error,
    .page-template-template-opa-focus #signup-ba .gform_wrapper div.validation_error,
    .page-template-template-opa-contact #signup-ba .gform_wrapper div.validation_error {
      color: #790000;
      font-size: 1rem;
      font-weight: normal;
      border: none;
      padding: 1rem 0;
      clear: both;
      width: 100%;
      text-align: center;
      max-width: 500px;
      margin: 0 auto; }

.page-template-template-opa-home .newsroom-feed__title,
.page-template-template-pa .newsroom-feed__title,
.page-template-template-opa-newsroom .newsroom-feed__title,
.single-newsroom .newsroom-feed__title,
.single-opa_team .newsroom-feed__title,
.page-template-template-opa-team .newsroom-feed__title,
.page-template-template-opa-focus .newsroom-feed__title,
.page-template-template-opa-contact .newsroom-feed__title {
  padding-bottom: 1rem; }
  .page-template-template-opa-home .newsroom-feed__title .button-outline,
  .page-template-template-pa .newsroom-feed__title .button-outline,
  .page-template-template-opa-newsroom .newsroom-feed__title .button-outline,
  .single-newsroom .newsroom-feed__title .button-outline,
  .single-opa_team .newsroom-feed__title .button-outline,
  .page-template-template-opa-team .newsroom-feed__title .button-outline,
  .page-template-template-opa-focus .newsroom-feed__title .button-outline,
  .page-template-template-opa-contact .newsroom-feed__title .button-outline {
    margin-top: 1rem;
    padding: .3rem 1.5rem; }

.page-template-template-opa-home .newsroom-feed .cta,
.page-template-template-pa .newsroom-feed .cta,
.page-template-template-opa-newsroom .newsroom-feed .cta,
.single-newsroom .newsroom-feed .cta,
.single-opa_team .newsroom-feed .cta,
.page-template-template-opa-team .newsroom-feed .cta,
.page-template-template-opa-focus .newsroom-feed .cta,
.page-template-template-opa-contact .newsroom-feed .cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media (max-width: 772px) {
    .page-template-template-opa-home .newsroom-feed .cta,
    .page-template-template-pa .newsroom-feed .cta,
    .page-template-template-opa-newsroom .newsroom-feed .cta,
    .single-newsroom .newsroom-feed .cta,
    .single-opa_team .newsroom-feed .cta,
    .page-template-template-opa-team .newsroom-feed .cta,
    .page-template-template-opa-focus .newsroom-feed .cta,
    .page-template-template-opa-contact .newsroom-feed .cta {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

.page-template-template-opa-home .newsroom-feed h2,
.page-template-template-pa .newsroom-feed h2,
.page-template-template-opa-newsroom .newsroom-feed h2,
.single-newsroom .newsroom-feed h2,
.single-opa_team .newsroom-feed h2,
.page-template-template-opa-team .newsroom-feed h2,
.page-template-template-opa-focus .newsroom-feed h2,
.page-template-template-opa-contact .newsroom-feed h2 {
  color: #512d6a;
  font-size: 2.5rem;
  padding: 0;
  margin: 0; }

.page-template-template-opa-home .newsroom-feed h4,
.page-template-template-pa .newsroom-feed h4,
.page-template-template-opa-newsroom .newsroom-feed h4,
.single-newsroom .newsroom-feed h4,
.single-opa_team .newsroom-feed h4,
.page-template-template-opa-team .newsroom-feed h4,
.page-template-template-opa-focus .newsroom-feed h4,
.page-template-template-opa-contact .newsroom-feed h4 {
  text-transform: capitalize; }

.page-template-template-opa-home .newsroom-feed .pinned-story .featured-img,
.page-template-template-pa .newsroom-feed .pinned-story .featured-img,
.page-template-template-opa-newsroom .newsroom-feed .pinned-story .featured-img,
.single-newsroom .newsroom-feed .pinned-story .featured-img,
.single-opa_team .newsroom-feed .pinned-story .featured-img,
.page-template-template-opa-team .newsroom-feed .pinned-story .featured-img,
.page-template-template-opa-focus .newsroom-feed .pinned-story .featured-img,
.page-template-template-opa-contact .newsroom-feed .pinned-story .featured-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: auto;
  height: 400px; }

.page-template-template-opa-home .newsroom-feed .pinned-story h3,
.page-template-template-pa .newsroom-feed .pinned-story h3,
.page-template-template-opa-newsroom .newsroom-feed .pinned-story h3,
.single-newsroom .newsroom-feed .pinned-story h3,
.single-opa_team .newsroom-feed .pinned-story h3,
.page-template-template-opa-team .newsroom-feed .pinned-story h3,
.page-template-template-opa-focus .newsroom-feed .pinned-story h3,
.page-template-template-opa-contact .newsroom-feed .pinned-story h3 {
  font-size: 2.5rem; }
  .page-template-template-opa-home .newsroom-feed .pinned-story h3 a,
  .page-template-template-pa .newsroom-feed .pinned-story h3 a,
  .page-template-template-opa-newsroom .newsroom-feed .pinned-story h3 a,
  .single-newsroom .newsroom-feed .pinned-story h3 a,
  .single-opa_team .newsroom-feed .pinned-story h3 a,
  .page-template-template-opa-team .newsroom-feed .pinned-story h3 a,
  .page-template-template-opa-focus .newsroom-feed .pinned-story h3 a,
  .page-template-template-opa-contact .newsroom-feed .pinned-story h3 a {
    color: #463d2f;
    font-weight: normal; }
    .page-template-template-opa-home .newsroom-feed .pinned-story h3 a:hover,
    .page-template-template-pa .newsroom-feed .pinned-story h3 a:hover,
    .page-template-template-opa-newsroom .newsroom-feed .pinned-story h3 a:hover,
    .single-newsroom .newsroom-feed .pinned-story h3 a:hover,
    .single-opa_team .newsroom-feed .pinned-story h3 a:hover,
    .page-template-template-opa-team .newsroom-feed .pinned-story h3 a:hover,
    .page-template-template-opa-focus .newsroom-feed .pinned-story h3 a:hover,
    .page-template-template-opa-contact .newsroom-feed .pinned-story h3 a:hover {
      color: #990033; }

.page-template-template-opa-home .newsroom-feed .simple-story,
.page-template-template-pa .newsroom-feed .simple-story,
.page-template-template-opa-newsroom .newsroom-feed .simple-story,
.single-newsroom .newsroom-feed .simple-story,
.single-opa_team .newsroom-feed .simple-story,
.page-template-template-opa-team .newsroom-feed .simple-story,
.page-template-template-opa-focus .newsroom-feed .simple-story,
.page-template-template-opa-contact .newsroom-feed .simple-story {
  padding: .9rem 0; }
  .page-template-template-opa-home .newsroom-feed .simple-story:first-child,
  .page-template-template-pa .newsroom-feed .simple-story:first-child,
  .page-template-template-opa-newsroom .newsroom-feed .simple-story:first-child,
  .single-newsroom .newsroom-feed .simple-story:first-child,
  .single-opa_team .newsroom-feed .simple-story:first-child,
  .page-template-template-opa-team .newsroom-feed .simple-story:first-child,
  .page-template-template-opa-focus .newsroom-feed .simple-story:first-child,
  .page-template-template-opa-contact .newsroom-feed .simple-story:first-child {
    padding-top: 0;
    margin-top: -.4rem; }
  .page-template-template-opa-home .newsroom-feed .simple-story h3,
  .page-template-template-pa .newsroom-feed .simple-story h3,
  .page-template-template-opa-newsroom .newsroom-feed .simple-story h3,
  .single-newsroom .newsroom-feed .simple-story h3,
  .single-opa_team .newsroom-feed .simple-story h3,
  .page-template-template-opa-team .newsroom-feed .simple-story h3,
  .page-template-template-opa-focus .newsroom-feed .simple-story h3,
  .page-template-template-opa-contact .newsroom-feed .simple-story h3 {
    font-size: 1.375rem;
    padding-bottom: .3rem; }
    .page-template-template-opa-home .newsroom-feed .simple-story h3 a,
    .page-template-template-pa .newsroom-feed .simple-story h3 a,
    .page-template-template-opa-newsroom .newsroom-feed .simple-story h3 a,
    .single-newsroom .newsroom-feed .simple-story h3 a,
    .single-opa_team .newsroom-feed .simple-story h3 a,
    .page-template-template-opa-team .newsroom-feed .simple-story h3 a,
    .page-template-template-opa-focus .newsroom-feed .simple-story h3 a,
    .page-template-template-opa-contact .newsroom-feed .simple-story h3 a {
      color: #463d2f;
      font-weight: normal; }
      .page-template-template-opa-home .newsroom-feed .simple-story h3 a:hover,
      .page-template-template-pa .newsroom-feed .simple-story h3 a:hover,
      .page-template-template-opa-newsroom .newsroom-feed .simple-story h3 a:hover,
      .single-newsroom .newsroom-feed .simple-story h3 a:hover,
      .single-opa_team .newsroom-feed .simple-story h3 a:hover,
      .page-template-template-opa-team .newsroom-feed .simple-story h3 a:hover,
      .page-template-template-opa-focus .newsroom-feed .simple-story h3 a:hover,
      .page-template-template-opa-contact .newsroom-feed .simple-story h3 a:hover {
        color: #990033; }
  .page-template-template-opa-home .newsroom-feed .simple-story .tags-read-more,
  .page-template-template-pa .newsroom-feed .simple-story .tags-read-more,
  .page-template-template-opa-newsroom .newsroom-feed .simple-story .tags-read-more,
  .single-newsroom .newsroom-feed .simple-story .tags-read-more,
  .single-opa_team .newsroom-feed .simple-story .tags-read-more,
  .page-template-template-opa-team .newsroom-feed .simple-story .tags-read-more,
  .page-template-template-opa-focus .newsroom-feed .simple-story .tags-read-more,
  .page-template-template-opa-contact .newsroom-feed .simple-story .tags-read-more {
    height: 2.675rem; }

.page-template-template-opa-home .newsroom-feed .story-tags,
.page-template-template-pa .newsroom-feed .story-tags,
.page-template-template-opa-newsroom .newsroom-feed .story-tags,
.single-newsroom .newsroom-feed .story-tags,
.single-opa_team .newsroom-feed .story-tags,
.page-template-template-opa-team .newsroom-feed .story-tags,
.page-template-template-opa-focus .newsroom-feed .story-tags,
.page-template-template-opa-contact .newsroom-feed .story-tags {
  text-transform: uppercase;
  font-size: 0.9375rem; }

.page-template-template-opa-home #collab-pa,
.page-template-template-pa #collab-pa,
.page-template-template-opa-newsroom #collab-pa,
.single-newsroom #collab-pa,
.single-opa_team #collab-pa,
.page-template-template-opa-team #collab-pa,
.page-template-template-opa-focus #collab-pa,
.page-template-template-opa-contact #collab-pa {
  border: 1px solid #fcf6eb;
  margin: 50px auto -100px;
  padding: .9rem;
  position: relative; }
  .page-template-template-opa-home #collab-pa .contentbox,
  .page-template-template-pa #collab-pa .contentbox,
  .page-template-template-opa-newsroom #collab-pa .contentbox,
  .single-newsroom #collab-pa .contentbox,
  .single-opa_team #collab-pa .contentbox,
  .page-template-template-opa-team #collab-pa .contentbox,
  .page-template-template-opa-focus #collab-pa .contentbox,
  .page-template-template-opa-contact #collab-pa .contentbox {
    background: #fcf6eb;
    padding: 4rem 4rem 2.5rem 4rem; }
    @media (max-width: 772px) {
      .page-template-template-opa-home #collab-pa .contentbox,
      .page-template-template-pa #collab-pa .contentbox,
      .page-template-template-opa-newsroom #collab-pa .contentbox,
      .single-newsroom #collab-pa .contentbox,
      .single-opa_team #collab-pa .contentbox,
      .page-template-template-opa-team #collab-pa .contentbox,
      .page-template-template-opa-focus #collab-pa .contentbox,
      .page-template-template-opa-contact #collab-pa .contentbox {
        padding: 2rem 1.5rem; } }
    .page-template-template-opa-home #collab-pa .contentbox h3,
    .page-template-template-pa #collab-pa .contentbox h3,
    .page-template-template-opa-newsroom #collab-pa .contentbox h3,
    .single-newsroom #collab-pa .contentbox h3,
    .single-opa_team #collab-pa .contentbox h3,
    .page-template-template-opa-team #collab-pa .contentbox h3,
    .page-template-template-opa-focus #collab-pa .contentbox h3,
    .page-template-template-opa-contact #collab-pa .contentbox h3 {
      color: #512d6a;
      font-size: 2.5rem;
      margin-top: 0; }
      @media (max-width: 772px) {
        .page-template-template-opa-home #collab-pa .contentbox h3,
        .page-template-template-pa #collab-pa .contentbox h3,
        .page-template-template-opa-newsroom #collab-pa .contentbox h3,
        .single-newsroom #collab-pa .contentbox h3,
        .single-opa_team #collab-pa .contentbox h3,
        .page-template-template-opa-team #collab-pa .contentbox h3,
        .page-template-template-opa-focus #collab-pa .contentbox h3,
        .page-template-template-opa-contact #collab-pa .contentbox h3 {
          font-size: 1.8rem;
          padding-bottom: 1rem; } }
    .page-template-template-opa-home #collab-pa .contentbox p.intro,
    .page-template-template-pa #collab-pa .contentbox p.intro,
    .page-template-template-opa-newsroom #collab-pa .contentbox p.intro,
    .single-newsroom #collab-pa .contentbox p.intro,
    .single-opa_team #collab-pa .contentbox p.intro,
    .page-template-template-opa-team #collab-pa .contentbox p.intro,
    .page-template-template-opa-focus #collab-pa .contentbox p.intro,
    .page-template-template-opa-contact #collab-pa .contentbox p.intro {
      font-size: 1.125rem;
      max-width: 700px;
      margin: 0 auto;
      padding-bottom: 3rem; }
  .page-template-template-opa-home #collab-pa .gform_wrapper,
  .page-template-template-pa #collab-pa .gform_wrapper,
  .page-template-template-opa-newsroom #collab-pa .gform_wrapper,
  .single-newsroom #collab-pa .gform_wrapper,
  .single-opa_team #collab-pa .gform_wrapper,
  .page-template-template-opa-team #collab-pa .gform_wrapper,
  .page-template-template-opa-focus #collab-pa .gform_wrapper,
  .page-template-template-opa-contact #collab-pa .gform_wrapper {
    margin-bottom: 0;
    padding-bottom: 0; }
    .page-template-template-opa-home #collab-pa .gform_wrapper .gform_footer,
    .page-template-template-pa #collab-pa .gform_wrapper .gform_footer,
    .page-template-template-opa-newsroom #collab-pa .gform_wrapper .gform_footer,
    .single-newsroom #collab-pa .gform_wrapper .gform_footer,
    .single-opa_team #collab-pa .gform_wrapper .gform_footer,
    .page-template-template-opa-team #collab-pa .gform_wrapper .gform_footer,
    .page-template-template-opa-focus #collab-pa .gform_wrapper .gform_footer,
    .page-template-template-opa-contact #collab-pa .gform_wrapper .gform_footer {
      padding: 0;
      width: 100%;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .page-template-template-opa-home #collab-pa .gform_wrapper .gform_footer input[type="submit"],
      .page-template-template-pa #collab-pa .gform_wrapper .gform_footer input[type="submit"],
      .page-template-template-opa-newsroom #collab-pa .gform_wrapper .gform_footer input[type="submit"],
      .single-newsroom #collab-pa .gform_wrapper .gform_footer input[type="submit"],
      .single-opa_team #collab-pa .gform_wrapper .gform_footer input[type="submit"],
      .page-template-template-opa-team #collab-pa .gform_wrapper .gform_footer input[type="submit"],
      .page-template-template-opa-focus #collab-pa .gform_wrapper .gform_footer input[type="submit"],
      .page-template-template-opa-contact #collab-pa .gform_wrapper .gform_footer input[type="submit"] {
        border: 2px solid #990033;
        font-weight: bold;
        color: #990033;
        padding: 3px;
        min-width: 10.3rem; }
    .page-template-template-opa-home #collab-pa .gform_wrapper div.validation_error,
    .page-template-template-pa #collab-pa .gform_wrapper div.validation_error,
    .page-template-template-opa-newsroom #collab-pa .gform_wrapper div.validation_error,
    .single-newsroom #collab-pa .gform_wrapper div.validation_error,
    .single-opa_team #collab-pa .gform_wrapper div.validation_error,
    .page-template-template-opa-team #collab-pa .gform_wrapper div.validation_error,
    .page-template-template-opa-focus #collab-pa .gform_wrapper div.validation_error,
    .page-template-template-opa-contact #collab-pa .gform_wrapper div.validation_error {
      color: #790000;
      font-size: 1rem;
      font-weight: normal;
      border: none;
      padding: 1rem 0;
      clear: both;
      width: 100%;
      text-align: center;
      max-width: 500px;
      margin: 0 auto; }
  .page-template-template-opa-home #collab-pa .gform_body .gform_fields,
  .page-template-template-pa #collab-pa .gform_body .gform_fields,
  .page-template-template-opa-newsroom #collab-pa .gform_body .gform_fields,
  .single-newsroom #collab-pa .gform_body .gform_fields,
  .single-opa_team #collab-pa .gform_body .gform_fields,
  .page-template-template-opa-team #collab-pa .gform_body .gform_fields,
  .page-template-template-opa-focus #collab-pa .gform_body .gform_fields,
  .page-template-template-opa-contact #collab-pa .gform_body .gform_fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none; }
    @media (max-width: 772px) {
      .page-template-template-opa-home #collab-pa .gform_body .gform_fields,
      .page-template-template-pa #collab-pa .gform_body .gform_fields,
      .page-template-template-opa-newsroom #collab-pa .gform_body .gform_fields,
      .single-newsroom #collab-pa .gform_body .gform_fields,
      .single-opa_team #collab-pa .gform_body .gform_fields,
      .page-template-template-opa-team #collab-pa .gform_body .gform_fields,
      .page-template-template-opa-focus #collab-pa .gform_body .gform_fields,
      .page-template-template-opa-contact #collab-pa .gform_body .gform_fields {
        display: block; } }
    .page-template-template-opa-home #collab-pa .gform_body .gform_fields label,
    .page-template-template-pa #collab-pa .gform_body .gform_fields label,
    .page-template-template-opa-newsroom #collab-pa .gform_body .gform_fields label,
    .single-newsroom #collab-pa .gform_body .gform_fields label,
    .single-opa_team #collab-pa .gform_body .gform_fields label,
    .page-template-template-opa-team #collab-pa .gform_body .gform_fields label,
    .page-template-template-opa-focus #collab-pa .gform_body .gform_fields label,
    .page-template-template-opa-contact #collab-pa .gform_body .gform_fields label {
      font-weight: normal;
      text-align: left;
      -ms-flex-item-align: start;
          align-self: flex-start;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .page-template-template-opa-home #collab-pa .gform_body .gform_fields .gfield,
    .page-template-template-pa #collab-pa .gform_body .gform_fields .gfield,
    .page-template-template-opa-newsroom #collab-pa .gform_body .gform_fields .gfield,
    .single-newsroom #collab-pa .gform_body .gform_fields .gfield,
    .single-opa_team #collab-pa .gform_body .gform_fields .gfield,
    .page-template-template-opa-team #collab-pa .gform_body .gform_fields .gfield,
    .page-template-template-opa-focus #collab-pa .gform_body .gform_fields .gfield,
    .page-template-template-opa-contact #collab-pa .gform_body .gform_fields .gfield {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .page-template-template-opa-home #collab-pa .gform_body .gform_fields .gfield:first-child,
      .page-template-template-pa #collab-pa .gform_body .gform_fields .gfield:first-child,
      .page-template-template-opa-newsroom #collab-pa .gform_body .gform_fields .gfield:first-child,
      .single-newsroom #collab-pa .gform_body .gform_fields .gfield:first-child,
      .single-opa_team #collab-pa .gform_body .gform_fields .gfield:first-child,
      .page-template-template-opa-team #collab-pa .gform_body .gform_fields .gfield:first-child,
      .page-template-template-opa-focus #collab-pa .gform_body .gform_fields .gfield:first-child,
      .page-template-template-opa-contact #collab-pa .gform_body .gform_fields .gfield:first-child {
        margin-right: 2%; }
        @media (max-width: 772px) {
          .page-template-template-opa-home #collab-pa .gform_body .gform_fields .gfield:first-child,
          .page-template-template-pa #collab-pa .gform_body .gform_fields .gfield:first-child,
          .page-template-template-opa-newsroom #collab-pa .gform_body .gform_fields .gfield:first-child,
          .single-newsroom #collab-pa .gform_body .gform_fields .gfield:first-child,
          .single-opa_team #collab-pa .gform_body .gform_fields .gfield:first-child,
          .page-template-template-opa-team #collab-pa .gform_body .gform_fields .gfield:first-child,
          .page-template-template-opa-focus #collab-pa .gform_body .gform_fields .gfield:first-child,
          .page-template-template-opa-contact #collab-pa .gform_body .gform_fields .gfield:first-child {
            margin-right: 0; } }
      .page-template-template-opa-home #collab-pa .gform_body .gform_fields .gfield:nth-child(3),
      .page-template-template-pa #collab-pa .gform_body .gform_fields .gfield:nth-child(3),
      .page-template-template-opa-newsroom #collab-pa .gform_body .gform_fields .gfield:nth-child(3),
      .single-newsroom #collab-pa .gform_body .gform_fields .gfield:nth-child(3),
      .single-opa_team #collab-pa .gform_body .gform_fields .gfield:nth-child(3),
      .page-template-template-opa-team #collab-pa .gform_body .gform_fields .gfield:nth-child(3),
      .page-template-template-opa-focus #collab-pa .gform_body .gform_fields .gfield:nth-child(3),
      .page-template-template-opa-contact #collab-pa .gform_body .gform_fields .gfield:nth-child(3) {
        -webkit-box-flex: 2;
            -ms-flex: 2;
                flex: 2;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        min-width: 100%; }
      .page-template-template-opa-home #collab-pa .gform_body .gform_fields .gfield input[type="text"],
      .page-template-template-opa-home #collab-pa .gform_body .gform_fields .gfield textarea,
      .page-template-template-pa #collab-pa .gform_body .gform_fields .gfield input[type="text"],
      .page-template-template-pa #collab-pa .gform_body .gform_fields .gfield textarea,
      .page-template-template-opa-newsroom #collab-pa .gform_body .gform_fields .gfield input[type="text"],
      .page-template-template-opa-newsroom #collab-pa .gform_body .gform_fields .gfield textarea,
      .single-newsroom #collab-pa .gform_body .gform_fields .gfield input[type="text"],
      .single-newsroom #collab-pa .gform_body .gform_fields .gfield textarea,
      .single-opa_team #collab-pa .gform_body .gform_fields .gfield input[type="text"],
      .single-opa_team #collab-pa .gform_body .gform_fields .gfield textarea,
      .page-template-template-opa-team #collab-pa .gform_body .gform_fields .gfield input[type="text"],
      .page-template-template-opa-team #collab-pa .gform_body .gform_fields .gfield textarea,
      .page-template-template-opa-focus #collab-pa .gform_body .gform_fields .gfield input[type="text"],
      .page-template-template-opa-focus #collab-pa .gform_body .gform_fields .gfield textarea,
      .page-template-template-opa-contact #collab-pa .gform_body .gform_fields .gfield input[type="text"],
      .page-template-template-opa-contact #collab-pa .gform_body .gform_fields .gfield textarea {
        width: 100%;
        background: none;
        max-width: 385px;
        border: 1px solid #463d2f;
        border-width: 0 0 1px 0;
        margin-bottom: 1.1rem; }
      .page-template-template-opa-home #collab-pa .gform_body .gform_fields .gfield input[type="text"],
      .page-template-template-pa #collab-pa .gform_body .gform_fields .gfield input[type="text"],
      .page-template-template-opa-newsroom #collab-pa .gform_body .gform_fields .gfield input[type="text"],
      .single-newsroom #collab-pa .gform_body .gform_fields .gfield input[type="text"],
      .single-opa_team #collab-pa .gform_body .gform_fields .gfield input[type="text"],
      .page-template-template-opa-team #collab-pa .gform_body .gform_fields .gfield input[type="text"],
      .page-template-template-opa-focus #collab-pa .gform_body .gform_fields .gfield input[type="text"],
      .page-template-template-opa-contact #collab-pa .gform_body .gform_fields .gfield input[type="text"] {
        margin-bottom: 2rem; }
        @media (max-width: 772px) {
          .page-template-template-opa-home #collab-pa .gform_body .gform_fields .gfield input[type="text"],
          .page-template-template-pa #collab-pa .gform_body .gform_fields .gfield input[type="text"],
          .page-template-template-opa-newsroom #collab-pa .gform_body .gform_fields .gfield input[type="text"],
          .single-newsroom #collab-pa .gform_body .gform_fields .gfield input[type="text"],
          .single-opa_team #collab-pa .gform_body .gform_fields .gfield input[type="text"],
          .page-template-template-opa-team #collab-pa .gform_body .gform_fields .gfield input[type="text"],
          .page-template-template-opa-focus #collab-pa .gform_body .gform_fields .gfield input[type="text"],
          .page-template-template-opa-contact #collab-pa .gform_body .gform_fields .gfield input[type="text"] {
            margin-bottom: 1rem; } }
      .page-template-template-opa-home #collab-pa .gform_body .gform_fields .gfield textarea,
      .page-template-template-pa #collab-pa .gform_body .gform_fields .gfield textarea,
      .page-template-template-opa-newsroom #collab-pa .gform_body .gform_fields .gfield textarea,
      .single-newsroom #collab-pa .gform_body .gform_fields .gfield textarea,
      .single-opa_team #collab-pa .gform_body .gform_fields .gfield textarea,
      .page-template-template-opa-team #collab-pa .gform_body .gform_fields .gfield textarea,
      .page-template-template-opa-focus #collab-pa .gform_body .gform_fields .gfield textarea,
      .page-template-template-opa-contact #collab-pa .gform_body .gform_fields .gfield textarea {
        max-width: 100%;
        height: 120px; }
        @media (max-width: 772px) {
          .page-template-template-opa-home #collab-pa .gform_body .gform_fields .gfield textarea,
          .page-template-template-pa #collab-pa .gform_body .gform_fields .gfield textarea,
          .page-template-template-opa-newsroom #collab-pa .gform_body .gform_fields .gfield textarea,
          .single-newsroom #collab-pa .gform_body .gform_fields .gfield textarea,
          .single-opa_team #collab-pa .gform_body .gform_fields .gfield textarea,
          .page-template-template-opa-team #collab-pa .gform_body .gform_fields .gfield textarea,
          .page-template-template-opa-focus #collab-pa .gform_body .gform_fields .gfield textarea,
          .page-template-template-opa-contact #collab-pa .gform_body .gform_fields .gfield textarea {
            height: 90px; } }
      @media (max-width: 772px) {
        .page-template-template-opa-home #collab-pa .gform_body .gform_fields .gfield .ginput_container,
        .page-template-template-pa #collab-pa .gform_body .gform_fields .gfield .ginput_container,
        .page-template-template-opa-newsroom #collab-pa .gform_body .gform_fields .gfield .ginput_container,
        .single-newsroom #collab-pa .gform_body .gform_fields .gfield .ginput_container,
        .single-opa_team #collab-pa .gform_body .gform_fields .gfield .ginput_container,
        .page-template-template-opa-team #collab-pa .gform_body .gform_fields .gfield .ginput_container,
        .page-template-template-opa-focus #collab-pa .gform_body .gform_fields .gfield .ginput_container,
        .page-template-template-opa-contact #collab-pa .gform_body .gform_fields .gfield .ginput_container {
          margin-top: 0; } }

.page-template-template-opa-home .anchor-bar,
.page-template-template-pa .anchor-bar,
.page-template-template-opa-newsroom .anchor-bar,
.single-newsroom .anchor-bar,
.single-opa_team .anchor-bar,
.page-template-template-opa-team .anchor-bar,
.page-template-template-opa-focus .anchor-bar,
.page-template-template-opa-contact .anchor-bar {
  border: 1px solid #847867;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: .65rem 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3rem; }
  @media (max-width: 772px) {
    .page-template-template-opa-home .anchor-bar,
    .page-template-template-pa .anchor-bar,
    .page-template-template-opa-newsroom .anchor-bar,
    .single-newsroom .anchor-bar,
    .single-opa_team .anchor-bar,
    .page-template-template-opa-team .anchor-bar,
    .page-template-template-opa-focus .anchor-bar,
    .page-template-template-opa-contact .anchor-bar {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .page-template-template-opa-home .anchor-bar li,
  .page-template-template-pa .anchor-bar li,
  .page-template-template-opa-newsroom .anchor-bar li,
  .single-newsroom .anchor-bar li,
  .single-opa_team .anchor-bar li,
  .page-template-template-opa-team .anchor-bar li,
  .page-template-template-opa-focus .anchor-bar li,
  .page-template-template-opa-contact .anchor-bar li {
    padding: 0 1rem; }
    @media (max-width: 772px) {
      .page-template-template-opa-home .anchor-bar li,
      .page-template-template-pa .anchor-bar li,
      .page-template-template-opa-newsroom .anchor-bar li,
      .single-newsroom .anchor-bar li,
      .single-opa_team .anchor-bar li,
      .page-template-template-opa-team .anchor-bar li,
      .page-template-template-opa-focus .anchor-bar li,
      .page-template-template-opa-contact .anchor-bar li {
        padding: .5rem; } }
  .page-template-template-opa-home .anchor-bar a,
  .page-template-template-pa .anchor-bar a,
  .page-template-template-opa-newsroom .anchor-bar a,
  .single-newsroom .anchor-bar a,
  .single-opa_team .anchor-bar a,
  .page-template-template-opa-team .anchor-bar a,
  .page-template-template-opa-focus .anchor-bar a,
  .page-template-template-opa-contact .anchor-bar a {
    color: #847867;
    font-family: "Antonio", serif;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 2px;
    position: relative;
    font-weight: normal;
    display: block; }
    .page-template-template-opa-home .anchor-bar a:after,
    .page-template-template-pa .anchor-bar a:after,
    .page-template-template-opa-newsroom .anchor-bar a:after,
    .single-newsroom .anchor-bar a:after,
    .single-opa_team .anchor-bar a:after,
    .page-template-template-opa-team .anchor-bar a:after,
    .page-template-template-opa-focus .anchor-bar a:after,
    .page-template-template-opa-contact .anchor-bar a:after {
      content: "\f105";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      display: inline-block;
      padding-left: .5rem;
      position: relative;
      top: -2px; }

.page-template-template-opa-home .quote-block h2,
.page-template-template-pa .quote-block h2,
.page-template-template-opa-newsroom .quote-block h2,
.single-newsroom .quote-block h2,
.single-opa_team .quote-block h2,
.page-template-template-opa-team .quote-block h2,
.page-template-template-opa-focus .quote-block h2,
.page-template-template-opa-contact .quote-block h2 {
  font-family: "Playfair Display", serif;
  font-size: 1.8125rem;
  line-height: 2.5rem;
  font-style: italic;
  text-align: center; }
  @media (max-width: 772px) {
    .page-template-template-opa-home .quote-block h2 br,
    .page-template-template-pa .quote-block h2 br,
    .page-template-template-opa-newsroom .quote-block h2 br,
    .single-newsroom .quote-block h2 br,
    .single-opa_team .quote-block h2 br,
    .page-template-template-opa-team .quote-block h2 br,
    .page-template-template-opa-focus .quote-block h2 br,
    .page-template-template-opa-contact .quote-block h2 br {
      display: none; } }

.page-template-template-opa-home .spotlight,
.page-template-template-pa .spotlight,
.page-template-template-opa-newsroom .spotlight,
.single-newsroom .spotlight,
.single-opa_team .spotlight,
.page-template-template-opa-team .spotlight,
.page-template-template-opa-focus .spotlight,
.page-template-template-opa-contact .spotlight {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 7rem;
  min-height: 930px;
  color: white;
  margin-bottom: 5rem; }
  @media (max-width: 772px) {
    .page-template-template-opa-home .spotlight,
    .page-template-template-pa .spotlight,
    .page-template-template-opa-newsroom .spotlight,
    .single-newsroom .spotlight,
    .single-opa_team .spotlight,
    .page-template-template-opa-team .spotlight,
    .page-template-template-opa-focus .spotlight,
    .page-template-template-opa-contact .spotlight {
      padding-top: 11rem; } }
  .page-template-template-opa-home .spotlight.v2,
  .page-template-template-pa .spotlight.v2,
  .page-template-template-opa-newsroom .spotlight.v2,
  .single-newsroom .spotlight.v2,
  .single-opa_team .spotlight.v2,
  .page-template-template-opa-team .spotlight.v2,
  .page-template-template-opa-focus .spotlight.v2,
  .page-template-template-opa-contact .spotlight.v2 {
    text-align: center;
    height: 650px;
    padding-top: 12rem; }
    .page-template-template-opa-home .spotlight.v2:before,
    .page-template-template-pa .spotlight.v2:before,
    .page-template-template-opa-newsroom .spotlight.v2:before,
    .single-newsroom .spotlight.v2:before,
    .single-opa_team .spotlight.v2:before,
    .page-template-template-opa-team .spotlight.v2:before,
    .page-template-template-opa-focus .spotlight.v2:before,
    .page-template-template-opa-contact .spotlight.v2:before {
      content: '';
      background: url(../assets/images/deckle-top-dip.png) no-repeat top left/100% auto; }
    .page-template-template-opa-home .spotlight.v2 h2,
    .page-template-template-pa .spotlight.v2 h2,
    .page-template-template-opa-newsroom .spotlight.v2 h2,
    .single-newsroom .spotlight.v2 h2,
    .single-opa_team .spotlight.v2 h2,
    .page-template-template-opa-team .spotlight.v2 h2,
    .page-template-template-opa-focus .spotlight.v2 h2,
    .page-template-template-opa-contact .spotlight.v2 h2 {
      text-transform: capitalize;
      text-align: center; }
    .page-template-template-opa-home .spotlight.v2 ~ .pa-callout-card,
    .page-template-template-pa .spotlight.v2 ~ .pa-callout-card,
    .page-template-template-opa-newsroom .spotlight.v2 ~ .pa-callout-card,
    .single-newsroom .spotlight.v2 ~ .pa-callout-card,
    .single-opa_team .spotlight.v2 ~ .pa-callout-card,
    .page-template-template-opa-team .spotlight.v2 ~ .pa-callout-card,
    .page-template-template-opa-focus .spotlight.v2 ~ .pa-callout-card,
    .page-template-template-opa-contact .spotlight.v2 ~ .pa-callout-card {
      margin-top: -12rem; }
  .page-template-template-opa-home .spotlight.v3,
  .page-template-template-pa .spotlight.v3,
  .page-template-template-opa-newsroom .spotlight.v3,
  .single-newsroom .spotlight.v3,
  .single-opa_team .spotlight.v3,
  .page-template-template-opa-team .spotlight.v3,
  .page-template-template-opa-focus .spotlight.v3,
  .page-template-template-opa-contact .spotlight.v3 {
    text-align: center;
    padding-top: 12rem;
    margin-bottom: 0; }
    .page-template-template-opa-home .spotlight.v3:before,
    .page-template-template-pa .spotlight.v3:before,
    .page-template-template-opa-newsroom .spotlight.v3:before,
    .single-newsroom .spotlight.v3:before,
    .single-opa_team .spotlight.v3:before,
    .page-template-template-opa-team .spotlight.v3:before,
    .page-template-template-opa-focus .spotlight.v3:before,
    .page-template-template-opa-contact .spotlight.v3:before {
      content: '';
      background: url(../assets/images/deckle-top-dip.png) no-repeat top left/100% auto; }
    .page-template-template-opa-home .spotlight.v3 h2,
    .page-template-template-pa .spotlight.v3 h2,
    .page-template-template-opa-newsroom .spotlight.v3 h2,
    .single-newsroom .spotlight.v3 h2,
    .single-opa_team .spotlight.v3 h2,
    .page-template-template-opa-team .spotlight.v3 h2,
    .page-template-template-opa-focus .spotlight.v3 h2,
    .page-template-template-opa-contact .spotlight.v3 h2 {
      text-transform: capitalize;
      text-align: center; }
    .page-template-template-opa-home .spotlight.v3 ~ .pa-callout-card,
    .page-template-template-pa .spotlight.v3 ~ .pa-callout-card,
    .page-template-template-opa-newsroom .spotlight.v3 ~ .pa-callout-card,
    .single-newsroom .spotlight.v3 ~ .pa-callout-card,
    .single-opa_team .spotlight.v3 ~ .pa-callout-card,
    .page-template-template-opa-team .spotlight.v3 ~ .pa-callout-card,
    .page-template-template-opa-focus .spotlight.v3 ~ .pa-callout-card,
    .page-template-template-opa-contact .spotlight.v3 ~ .pa-callout-card {
      margin-top: -12rem; }
  .page-template-template-opa-home .spotlight .container,
  .page-template-template-pa .spotlight .container,
  .page-template-template-opa-newsroom .spotlight .container,
  .single-newsroom .spotlight .container,
  .single-opa_team .spotlight .container,
  .page-template-template-opa-team .spotlight .container,
  .page-template-template-opa-focus .spotlight .container,
  .page-template-template-opa-contact .spotlight .container {
    position: relative;
    z-index: 3; }
  .page-template-template-opa-home .spotlight h2,
  .page-template-template-pa .spotlight h2,
  .page-template-template-opa-newsroom .spotlight h2,
  .single-newsroom .spotlight h2,
  .single-opa_team .spotlight h2,
  .page-template-template-opa-team .spotlight h2,
  .page-template-template-opa-focus .spotlight h2,
  .page-template-template-opa-contact .spotlight h2 {
    color: white;
    text-transform: uppercase;
    font-size: 2.5rem;
    padding-top: 0;
    margin-top: 0;
    text-align: right; }
    @media (max-width: 772px) {
      .page-template-template-opa-home .spotlight h2,
      .page-template-template-pa .spotlight h2,
      .page-template-template-opa-newsroom .spotlight h2,
      .single-newsroom .spotlight h2,
      .single-opa_team .spotlight h2,
      .page-template-template-opa-team .spotlight h2,
      .page-template-template-opa-focus .spotlight h2,
      .page-template-template-opa-contact .spotlight h2 {
        text-align: left; }
        .page-template-template-opa-home .spotlight h2 br,
        .page-template-template-pa .spotlight h2 br,
        .page-template-template-opa-newsroom .spotlight h2 br,
        .single-newsroom .spotlight h2 br,
        .single-opa_team .spotlight h2 br,
        .page-template-template-opa-team .spotlight h2 br,
        .page-template-template-opa-focus .spotlight h2 br,
        .page-template-template-opa-contact .spotlight h2 br {
          display: none; } }
  .page-template-template-opa-home .spotlight h4,
  .page-template-template-pa .spotlight h4,
  .page-template-template-opa-newsroom .spotlight h4,
  .single-newsroom .spotlight h4,
  .single-opa_team .spotlight h4,
  .page-template-template-opa-team .spotlight h4,
  .page-template-template-opa-focus .spotlight h4,
  .page-template-template-opa-contact .spotlight h4 {
    color: #fcf6eb;
    font-family: "Antonio", serif;
    text-align: center;
    padding-bottom: 1rem; }
  .page-template-template-opa-home .spotlight p,
  .page-template-template-pa .spotlight p,
  .page-template-template-opa-newsroom .spotlight p,
  .single-newsroom .spotlight p,
  .single-opa_team .spotlight p,
  .page-template-template-opa-team .spotlight p,
  .page-template-template-opa-focus .spotlight p,
  .page-template-template-opa-contact .spotlight p {
    color: white; }
    @media (max-width: 772px) {
      .page-template-template-opa-home .spotlight p br,
      .page-template-template-pa .spotlight p br,
      .page-template-template-opa-newsroom .spotlight p br,
      .single-newsroom .spotlight p br,
      .single-opa_team .spotlight p br,
      .page-template-template-opa-team .spotlight p br,
      .page-template-template-opa-focus .spotlight p br,
      .page-template-template-opa-contact .spotlight p br {
        display: none; } }
  .page-template-template-opa-home .spotlight:before,
  .page-template-template-pa .spotlight:before,
  .page-template-template-opa-newsroom .spotlight:before,
  .single-newsroom .spotlight:before,
  .single-opa_team .spotlight:before,
  .page-template-template-opa-team .spotlight:before,
  .page-template-template-opa-focus .spotlight:before,
  .page-template-template-opa-contact .spotlight:before {
    content: '';
    background: url(../assets/images/paper-tear-facing-down.png) no-repeat top left/100% auto;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2; }
  .page-template-template-opa-home .spotlight:after,
  .page-template-template-pa .spotlight:after,
  .page-template-template-opa-newsroom .spotlight:after,
  .single-newsroom .spotlight:after,
  .single-opa_team .spotlight:after,
  .page-template-template-opa-team .spotlight:after,
  .page-template-template-opa-focus .spotlight:after,
  .page-template-template-opa-contact .spotlight:after {
    content: '';
    background: rgba(47, 22, 65, 0.85);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.page-template-template-opa-home .lr-img-txt h2,
.page-template-template-pa .lr-img-txt h2,
.page-template-template-opa-newsroom .lr-img-txt h2,
.single-newsroom .lr-img-txt h2,
.single-opa_team .lr-img-txt h2,
.page-template-template-opa-team .lr-img-txt h2,
.page-template-template-opa-focus .lr-img-txt h2,
.page-template-template-opa-contact .lr-img-txt h2 {
  color: #512d6a;
  font-size: 2.5rem; }

.page-template-template-opa-home .lr-img-txt h4,
.page-template-template-pa .lr-img-txt h4,
.page-template-template-opa-newsroom .lr-img-txt h4,
.single-newsroom .lr-img-txt h4,
.single-opa_team .lr-img-txt h4,
.page-template-template-opa-team .lr-img-txt h4,
.page-template-template-opa-focus .lr-img-txt h4,
.page-template-template-opa-contact .lr-img-txt h4 {
  font-family: "Antonio", serif;
  margin: 0;
  padding-bottom: 0; }

.page-template-template-opa-home .lr-img-txt .row,
.page-template-template-pa .lr-img-txt .row,
.page-template-template-opa-newsroom .lr-img-txt .row,
.single-newsroom .lr-img-txt .row,
.single-opa_team .lr-img-txt .row,
.page-template-template-opa-team .lr-img-txt .row,
.page-template-template-opa-focus .lr-img-txt .row,
.page-template-template-opa-contact .lr-img-txt .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 772px) {
    .page-template-template-opa-home .lr-img-txt .row,
    .page-template-template-pa .lr-img-txt .row,
    .page-template-template-opa-newsroom .lr-img-txt .row,
    .single-newsroom .lr-img-txt .row,
    .single-opa_team .lr-img-txt .row,
    .page-template-template-opa-team .lr-img-txt .row,
    .page-template-template-opa-focus .lr-img-txt .row,
    .page-template-template-opa-contact .lr-img-txt .row {
      display: block; } }
  .page-template-template-opa-home .lr-img-txt .row:nth-of-type(even),
  .page-template-template-pa .lr-img-txt .row:nth-of-type(even),
  .page-template-template-opa-newsroom .lr-img-txt .row:nth-of-type(even),
  .single-newsroom .lr-img-txt .row:nth-of-type(even),
  .single-opa_team .lr-img-txt .row:nth-of-type(even),
  .page-template-template-opa-team .lr-img-txt .row:nth-of-type(even),
  .page-template-template-opa-focus .lr-img-txt .row:nth-of-type(even),
  .page-template-template-opa-contact .lr-img-txt .row:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .page-template-template-opa-home .lr-img-txt .row img,
  .page-template-template-pa .lr-img-txt .row img,
  .page-template-template-opa-newsroom .lr-img-txt .row img,
  .single-newsroom .lr-img-txt .row img,
  .single-opa_team .lr-img-txt .row img,
  .page-template-template-opa-team .lr-img-txt .row img,
  .page-template-template-opa-focus .lr-img-txt .row img,
  .page-template-template-opa-contact .lr-img-txt .row img {
    max-height: 400px; }
    @media (max-width: 772px) {
      .page-template-template-opa-home .lr-img-txt .row img,
      .page-template-template-pa .lr-img-txt .row img,
      .page-template-template-opa-newsroom .lr-img-txt .row img,
      .single-newsroom .lr-img-txt .row img,
      .single-opa_team .lr-img-txt .row img,
      .page-template-template-opa-team .lr-img-txt .row img,
      .page-template-template-opa-focus .lr-img-txt .row img,
      .page-template-template-opa-contact .lr-img-txt .row img {
        max-height: 100%; } }

.page-template-template-opa-home .lr-img-txt .text strong,
.page-template-template-pa .lr-img-txt .text strong,
.page-template-template-opa-newsroom .lr-img-txt .text strong,
.single-newsroom .lr-img-txt .text strong,
.single-opa_team .lr-img-txt .text strong,
.page-template-template-opa-team .lr-img-txt .text strong,
.page-template-template-opa-focus .lr-img-txt .text strong,
.page-template-template-opa-contact .lr-img-txt .text strong {
  color: #990033; }

.page-template-template-opa-home .lr-img-txt .caption,
.page-template-template-pa .lr-img-txt .caption,
.page-template-template-opa-newsroom .lr-img-txt .caption,
.single-newsroom .lr-img-txt .caption,
.single-opa_team .lr-img-txt .caption,
.page-template-template-opa-team .lr-img-txt .caption,
.page-template-template-opa-focus .lr-img-txt .caption,
.page-template-template-opa-contact .lr-img-txt .caption {
  font-style: italic; }

.page-template-template-opa-home .outline-img-txt,
.page-template-template-pa .outline-img-txt,
.page-template-template-opa-newsroom .outline-img-txt,
.single-newsroom .outline-img-txt,
.single-opa_team .outline-img-txt,
.page-template-template-opa-team .outline-img-txt,
.page-template-template-opa-focus .outline-img-txt,
.page-template-template-opa-contact .outline-img-txt {
  padding-right: 0; }
  @media (max-width: 772px) {
    .page-template-template-opa-home .outline-img-txt,
    .page-template-template-pa .outline-img-txt,
    .page-template-template-opa-newsroom .outline-img-txt,
    .single-newsroom .outline-img-txt,
    .single-opa_team .outline-img-txt,
    .page-template-template-opa-team .outline-img-txt,
    .page-template-template-opa-focus .outline-img-txt,
    .page-template-template-opa-contact .outline-img-txt {
      padding-right: 20px; } }
  .page-template-template-opa-home .outline-img-txt h2,
  .page-template-template-pa .outline-img-txt h2,
  .page-template-template-opa-newsroom .outline-img-txt h2,
  .single-newsroom .outline-img-txt h2,
  .single-opa_team .outline-img-txt h2,
  .page-template-template-opa-team .outline-img-txt h2,
  .page-template-template-opa-focus .outline-img-txt h2,
  .page-template-template-opa-contact .outline-img-txt h2 {
    color: #512d6a;
    font-size: 4rem;
    line-height: 4rem;
    text-transform: uppercase;
    padding-top: 1rem; }
    @media (max-width: 772px) {
      .page-template-template-opa-home .outline-img-txt h2,
      .page-template-template-pa .outline-img-txt h2,
      .page-template-template-opa-newsroom .outline-img-txt h2,
      .single-newsroom .outline-img-txt h2,
      .single-opa_team .outline-img-txt h2,
      .page-template-template-opa-team .outline-img-txt h2,
      .page-template-template-opa-focus .outline-img-txt h2,
      .page-template-template-opa-contact .outline-img-txt h2 {
        font-size: 1.8rem;
        line-height: 1; } }
  .page-template-template-opa-home .outline-img-txt .text,
  .page-template-template-pa .outline-img-txt .text,
  .page-template-template-opa-newsroom .outline-img-txt .text,
  .single-newsroom .outline-img-txt .text,
  .single-opa_team .outline-img-txt .text,
  .page-template-template-opa-team .outline-img-txt .text,
  .page-template-template-opa-focus .outline-img-txt .text,
  .page-template-template-opa-contact .outline-img-txt .text {
    padding-left: 5.125rem; }
    @media (max-width: 772px) {
      .page-template-template-opa-home .outline-img-txt .text,
      .page-template-template-pa .outline-img-txt .text,
      .page-template-template-opa-newsroom .outline-img-txt .text,
      .single-newsroom .outline-img-txt .text,
      .single-opa_team .outline-img-txt .text,
      .page-template-template-opa-team .outline-img-txt .text,
      .page-template-template-opa-focus .outline-img-txt .text,
      .page-template-template-opa-contact .outline-img-txt .text {
        padding-left: 0; } }
  .page-template-template-opa-home .outline-img-txt .img-outline img,
  .page-template-template-pa .outline-img-txt .img-outline img,
  .page-template-template-opa-newsroom .outline-img-txt .img-outline img,
  .single-newsroom .outline-img-txt .img-outline img,
  .single-opa_team .outline-img-txt .img-outline img,
  .page-template-template-opa-team .outline-img-txt .img-outline img,
  .page-template-template-opa-focus .outline-img-txt .img-outline img,
  .page-template-template-opa-contact .outline-img-txt .img-outline img {
    outline: 1px solid white;
    outline-offset: -1.1rem; }
  .page-template-template-opa-home .outline-img-txt .button-outline,
  .page-template-template-pa .outline-img-txt .button-outline,
  .page-template-template-opa-newsroom .outline-img-txt .button-outline,
  .single-newsroom .outline-img-txt .button-outline,
  .single-opa_team .outline-img-txt .button-outline,
  .page-template-template-opa-team .outline-img-txt .button-outline,
  .page-template-template-opa-focus .outline-img-txt .button-outline,
  .page-template-template-opa-contact .outline-img-txt .button-outline {
    padding: .25rem .5rem;
    border-width: 1px; }
  .page-template-template-opa-home .outline-img-txt .primary,
  .page-template-template-pa .outline-img-txt .primary,
  .page-template-template-opa-newsroom .outline-img-txt .primary,
  .single-newsroom .outline-img-txt .primary,
  .single-opa_team .outline-img-txt .primary,
  .page-template-template-opa-team .outline-img-txt .primary,
  .page-template-template-opa-focus .outline-img-txt .primary,
  .page-template-template-opa-contact .outline-img-txt .primary {
    width: 48%;
    position: absolute;
    right: -1.75rem;
    top: 0; }
    @media (max-width: 772px) {
      .page-template-template-opa-home .outline-img-txt .primary,
      .page-template-template-pa .outline-img-txt .primary,
      .page-template-template-opa-newsroom .outline-img-txt .primary,
      .single-newsroom .outline-img-txt .primary,
      .single-opa_team .outline-img-txt .primary,
      .page-template-template-opa-team .outline-img-txt .primary,
      .page-template-template-opa-focus .outline-img-txt .primary,
      .page-template-template-opa-contact .outline-img-txt .primary {
        position: relative;
        right: 0;
        width: auto; } }

.page-template-template-opa-home .site-info,
.page-template-template-pa .site-info,
.page-template-template-opa-newsroom .site-info,
.single-newsroom .site-info,
.single-opa_team .site-info,
.page-template-template-opa-team .site-info,
.page-template-template-opa-focus .site-info,
.page-template-template-opa-contact .site-info {
  padding-bottom: 1.5rem; }

.page-template-template-opa-home .site-footer,
.page-template-template-pa .site-footer,
.page-template-template-opa-newsroom .site-footer,
.single-newsroom .site-footer,
.single-opa_team .site-footer,
.page-template-template-opa-team .site-footer,
.page-template-template-opa-focus .site-footer,
.page-template-template-opa-contact .site-footer {
  background: url(../assets/images/paper_background.png) no-repeat top left/100% auto, #4B335C; }

.page-template-template-opa-home .pa-footer,
.page-template-template-pa .pa-footer,
.page-template-template-opa-newsroom .pa-footer,
.single-newsroom .pa-footer,
.single-opa_team .pa-footer,
.page-template-template-opa-team .pa-footer,
.page-template-template-opa-focus .pa-footer,
.page-template-template-opa-contact .pa-footer {
  font-size: 1.125rem; }
  .page-template-template-opa-home .pa-footer h4,
  .page-template-template-pa .pa-footer h4,
  .page-template-template-opa-newsroom .pa-footer h4,
  .single-newsroom .pa-footer h4,
  .single-opa_team .pa-footer h4,
  .page-template-template-opa-team .pa-footer h4,
  .page-template-template-opa-focus .pa-footer h4,
  .page-template-template-opa-contact .pa-footer h4 {
    color: #fcf6eb;
    font-family: "Antonio", serif;
    padding-bottom: 1rem; }
  .page-template-template-opa-home .pa-footer .info,
  .page-template-template-pa .pa-footer .info,
  .page-template-template-opa-newsroom .pa-footer .info,
  .single-newsroom .pa-footer .info,
  .single-opa_team .pa-footer .info,
  .page-template-template-opa-team .pa-footer .info,
  .page-template-template-opa-focus .pa-footer .info,
  .page-template-template-opa-contact .pa-footer .info {
    line-height: 1.75rem;
    max-width: 383px; }
  .page-template-template-opa-home .pa-footer .logo,
  .page-template-template-pa .pa-footer .logo,
  .page-template-template-opa-newsroom .pa-footer .logo,
  .single-newsroom .pa-footer .logo,
  .single-opa_team .pa-footer .logo,
  .page-template-template-opa-team .pa-footer .logo,
  .page-template-template-opa-focus .pa-footer .logo,
  .page-template-template-opa-contact .pa-footer .logo {
    padding-bottom: 2rem; }
  .page-template-template-opa-home .pa-footer .inquiries,
  .page-template-template-pa .pa-footer .inquiries,
  .page-template-template-opa-newsroom .pa-footer .inquiries,
  .single-newsroom .pa-footer .inquiries,
  .single-opa_team .pa-footer .inquiries,
  .page-template-template-opa-team .pa-footer .inquiries,
  .page-template-template-opa-focus .pa-footer .inquiries,
  .page-template-template-opa-contact .pa-footer .inquiries {
    padding-left: 1.5rem;
    padding-top: 1rem; }
    @media (max-width: 772px) {
      .page-template-template-opa-home .pa-footer .inquiries,
      .page-template-template-pa .pa-footer .inquiries,
      .page-template-template-opa-newsroom .pa-footer .inquiries,
      .single-newsroom .pa-footer .inquiries,
      .single-opa_team .pa-footer .inquiries,
      .page-template-template-opa-team .pa-footer .inquiries,
      .page-template-template-opa-focus .pa-footer .inquiries,
      .page-template-template-opa-contact .pa-footer .inquiries {
        padding-left: 0; } }
    .page-template-template-opa-home .pa-footer .inquiries .address,
    .page-template-template-pa .pa-footer .inquiries .address,
    .page-template-template-opa-newsroom .pa-footer .inquiries .address,
    .single-newsroom .pa-footer .inquiries .address,
    .single-opa_team .pa-footer .inquiries .address,
    .page-template-template-opa-team .pa-footer .inquiries .address,
    .page-template-template-opa-focus .pa-footer .inquiries .address,
    .page-template-template-opa-contact .pa-footer .inquiries .address {
      padding-top: 3rem;
      font-size: 1rem; }
  .page-template-template-opa-home .pa-footer .button-outline-white,
  .page-template-template-pa .pa-footer .button-outline-white,
  .page-template-template-opa-newsroom .pa-footer .button-outline-white,
  .single-newsroom .pa-footer .button-outline-white,
  .single-opa_team .pa-footer .button-outline-white,
  .page-template-template-opa-team .pa-footer .button-outline-white,
  .page-template-template-opa-focus .pa-footer .button-outline-white,
  .page-template-template-opa-contact .pa-footer .button-outline-white {
    padding: .3rem 1.4rem;
    border: 1px solid #fcf6eb;
    color: #fcf6eb; }
    .page-template-template-opa-home .pa-footer .button-outline-white:hover,
    .page-template-template-pa .pa-footer .button-outline-white:hover,
    .page-template-template-opa-newsroom .pa-footer .button-outline-white:hover,
    .single-newsroom .pa-footer .button-outline-white:hover,
    .single-opa_team .pa-footer .button-outline-white:hover,
    .page-template-template-opa-team .pa-footer .button-outline-white:hover,
    .page-template-template-opa-focus .pa-footer .button-outline-white:hover,
    .page-template-template-opa-contact .pa-footer .button-outline-white:hover {
      background: #fcf6eb;
      color: #4B335C; }
  .page-template-template-opa-home .pa-footer .social,
  .page-template-template-pa .pa-footer .social,
  .page-template-template-opa-newsroom .pa-footer .social,
  .single-newsroom .pa-footer .social,
  .single-opa_team .pa-footer .social,
  .page-template-template-opa-team .pa-footer .social,
  .page-template-template-opa-focus .pa-footer .social,
  .page-template-template-opa-contact .pa-footer .social {
    padding-bottom: 2rem; }
    .page-template-template-opa-home .pa-footer .social .fab,
    .page-template-template-pa .pa-footer .social .fab,
    .page-template-template-opa-newsroom .pa-footer .social .fab,
    .single-newsroom .pa-footer .social .fab,
    .single-opa_team .pa-footer .social .fab,
    .page-template-template-opa-team .pa-footer .social .fab,
    .page-template-template-opa-focus .pa-footer .social .fab,
    .page-template-template-opa-contact .pa-footer .social .fab {
      color: #c7b299;
      font-size: 2rem;
      margin: 0 1rem;
      opacity: .8; }
  .page-template-template-opa-home .pa-footer .quicklinks,
  .page-template-template-pa .pa-footer .quicklinks,
  .page-template-template-opa-newsroom .pa-footer .quicklinks,
  .single-newsroom .pa-footer .quicklinks,
  .single-opa_team .pa-footer .quicklinks,
  .page-template-template-opa-team .pa-footer .quicklinks,
  .page-template-template-opa-focus .pa-footer .quicklinks,
  .page-template-template-opa-contact .pa-footer .quicklinks {
    list-style: none;
    margin: 0;
    padding: 2rem 0 0 1.5rem; }
    .page-template-template-opa-home .pa-footer .quicklinks li,
    .page-template-template-pa .pa-footer .quicklinks li,
    .page-template-template-opa-newsroom .pa-footer .quicklinks li,
    .single-newsroom .pa-footer .quicklinks li,
    .single-opa_team .pa-footer .quicklinks li,
    .page-template-template-opa-team .pa-footer .quicklinks li,
    .page-template-template-opa-focus .pa-footer .quicklinks li,
    .page-template-template-opa-contact .pa-footer .quicklinks li {
      padding-bottom: .65rem; }
    .page-template-template-opa-home .pa-footer .quicklinks a,
    .page-template-template-pa .pa-footer .quicklinks a,
    .page-template-template-opa-newsroom .pa-footer .quicklinks a,
    .single-newsroom .pa-footer .quicklinks a,
    .single-opa_team .pa-footer .quicklinks a,
    .page-template-template-opa-team .pa-footer .quicklinks a,
    .page-template-template-opa-focus .pa-footer .quicklinks a,
    .page-template-template-opa-contact .pa-footer .quicklinks a {
      text-transform: uppercase;
      color: #fcf6eb;
      font-family: "Antonio", serif;
      font-size: 1rem;
      position: relative; }
      .page-template-template-opa-home .pa-footer .quicklinks a:after,
      .page-template-template-pa .pa-footer .quicklinks a:after,
      .page-template-template-opa-newsroom .pa-footer .quicklinks a:after,
      .single-newsroom .pa-footer .quicklinks a:after,
      .single-opa_team .pa-footer .quicklinks a:after,
      .page-template-template-opa-team .pa-footer .quicklinks a:after,
      .page-template-template-opa-focus .pa-footer .quicklinks a:after,
      .page-template-template-opa-contact .pa-footer .quicklinks a:after {
        content: "\f105";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        display: inline-block;
        padding-left: .5rem;
        position: relative;
        top: -2px; }

.page-template-template-opa-home .section,
.page-template-template-pa .section,
.page-template-template-opa-newsroom .section,
.single-newsroom .section,
.single-opa_team .section,
.page-template-template-opa-team .section,
.page-template-template-opa-focus .section,
.page-template-template-opa-contact .section {
  padding-bottom: 2.8rem; }

.page-template-template-opa-home .filter-section h2,
.page-template-template-pa .filter-section h2,
.page-template-template-opa-newsroom .filter-section h2,
.single-newsroom .filter-section h2,
.single-opa_team .filter-section h2,
.page-template-template-opa-team .filter-section h2,
.page-template-template-opa-focus .filter-section h2,
.page-template-template-opa-contact .filter-section h2 {
  color: #512d6a; }

.page-template-template-opa-home .searchandfilter ul,
.page-template-template-pa .searchandfilter ul,
.page-template-template-opa-newsroom .searchandfilter ul,
.single-newsroom .searchandfilter ul,
.single-opa_team .searchandfilter ul,
.page-template-template-opa-team .searchandfilter ul,
.page-template-template-opa-focus .searchandfilter ul,
.page-template-template-opa-contact .searchandfilter ul {
  margin: 0;
  padding: 0; }
  .page-template-template-opa-home .searchandfilter ul ul,
  .page-template-template-pa .searchandfilter ul ul,
  .page-template-template-opa-newsroom .searchandfilter ul ul,
  .single-newsroom .searchandfilter ul ul,
  .single-opa_team .searchandfilter ul ul,
  .page-template-template-opa-team .searchandfilter ul ul,
  .page-template-template-opa-focus .searchandfilter ul ul,
  .page-template-template-opa-contact .searchandfilter ul ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .page-template-template-opa-home .searchandfilter ul ul li,
    .page-template-template-pa .searchandfilter ul ul li,
    .page-template-template-opa-newsroom .searchandfilter ul ul li,
    .single-newsroom .searchandfilter ul ul li,
    .single-opa_team .searchandfilter ul ul li,
    .page-template-template-opa-team .searchandfilter ul ul li,
    .page-template-template-opa-focus .searchandfilter ul ul li,
    .page-template-template-opa-contact .searchandfilter ul ul li {
      width: 100%;
      max-width: 200px;
      font-size: 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }

.page-template-template-opa-home .searchandfilter .sf-field-search,
.page-template-template-pa .searchandfilter .sf-field-search,
.page-template-template-opa-newsroom .searchandfilter .sf-field-search,
.single-newsroom .searchandfilter .sf-field-search,
.single-opa_team .searchandfilter .sf-field-search,
.page-template-template-opa-team .searchandfilter .sf-field-search,
.page-template-template-opa-focus .searchandfilter .sf-field-search,
.page-template-template-opa-contact .searchandfilter .sf-field-search {
  width: 100%; }
  .page-template-template-opa-home .searchandfilter .sf-field-search label,
  .page-template-template-pa .searchandfilter .sf-field-search label,
  .page-template-template-opa-newsroom .searchandfilter .sf-field-search label,
  .single-newsroom .searchandfilter .sf-field-search label,
  .single-opa_team .searchandfilter .sf-field-search label,
  .page-template-template-opa-team .searchandfilter .sf-field-search label,
  .page-template-template-opa-focus .searchandfilter .sf-field-search label,
  .page-template-template-opa-contact .searchandfilter .sf-field-search label {
    position: relative;
    width: 100%;
    max-width: 323px; }
    .page-template-template-opa-home .searchandfilter .sf-field-search label:after,
    .page-template-template-pa .searchandfilter .sf-field-search label:after,
    .page-template-template-opa-newsroom .searchandfilter .sf-field-search label:after,
    .single-newsroom .searchandfilter .sf-field-search label:after,
    .single-opa_team .searchandfilter .sf-field-search label:after,
    .page-template-template-opa-team .searchandfilter .sf-field-search label:after,
    .page-template-template-opa-focus .searchandfilter .sf-field-search label:after,
    .page-template-template-opa-contact .searchandfilter .sf-field-search label:after {
      color: #01252b;
      content: "SEARCH";
      display: block;
      font-family: "Antonio", serif;
      font-size: 13px;
      font-weight: bold;
      height: 1rem;
      position: absolute;
      right: 1rem;
      top: .65rem;
      width: 2rem;
      z-index: 9999; }
  .page-template-template-opa-home .searchandfilter .sf-field-search .sf-input-text,
  .page-template-template-pa .searchandfilter .sf-field-search .sf-input-text,
  .page-template-template-opa-newsroom .searchandfilter .sf-field-search .sf-input-text,
  .single-newsroom .searchandfilter .sf-field-search .sf-input-text,
  .single-opa_team .searchandfilter .sf-field-search .sf-input-text,
  .page-template-template-opa-team .searchandfilter .sf-field-search .sf-input-text,
  .page-template-template-opa-focus .searchandfilter .sf-field-search .sf-input-text,
  .page-template-template-opa-contact .searchandfilter .sf-field-search .sf-input-text {
    border: 1px solid #c7b299;
    width: 100%;
    max-width: 323px;
    padding: .5rem;
    position: relative; }
    .page-template-template-opa-home .searchandfilter .sf-field-search .sf-input-text::-webkit-input-placeholder,
    .page-template-template-pa .searchandfilter .sf-field-search .sf-input-text::-webkit-input-placeholder,
    .page-template-template-opa-newsroom .searchandfilter .sf-field-search .sf-input-text::-webkit-input-placeholder,
    .single-newsroom .searchandfilter .sf-field-search .sf-input-text::-webkit-input-placeholder,
    .single-opa_team .searchandfilter .sf-field-search .sf-input-text::-webkit-input-placeholder,
    .page-template-template-opa-team .searchandfilter .sf-field-search .sf-input-text::-webkit-input-placeholder,
    .page-template-template-opa-focus .searchandfilter .sf-field-search .sf-input-text::-webkit-input-placeholder,
    .page-template-template-opa-contact .searchandfilter .sf-field-search .sf-input-text::-webkit-input-placeholder {
      font-size: 15px; }
    .page-template-template-opa-home .searchandfilter .sf-field-search .sf-input-text:-ms-input-placeholder,
    .page-template-template-pa .searchandfilter .sf-field-search .sf-input-text:-ms-input-placeholder,
    .page-template-template-opa-newsroom .searchandfilter .sf-field-search .sf-input-text:-ms-input-placeholder,
    .single-newsroom .searchandfilter .sf-field-search .sf-input-text:-ms-input-placeholder,
    .single-opa_team .searchandfilter .sf-field-search .sf-input-text:-ms-input-placeholder,
    .page-template-template-opa-team .searchandfilter .sf-field-search .sf-input-text:-ms-input-placeholder,
    .page-template-template-opa-focus .searchandfilter .sf-field-search .sf-input-text:-ms-input-placeholder,
    .page-template-template-opa-contact .searchandfilter .sf-field-search .sf-input-text:-ms-input-placeholder {
      font-size: 15px; }
    .page-template-template-opa-home .searchandfilter .sf-field-search .sf-input-text::-ms-input-placeholder,
    .page-template-template-pa .searchandfilter .sf-field-search .sf-input-text::-ms-input-placeholder,
    .page-template-template-opa-newsroom .searchandfilter .sf-field-search .sf-input-text::-ms-input-placeholder,
    .single-newsroom .searchandfilter .sf-field-search .sf-input-text::-ms-input-placeholder,
    .single-opa_team .searchandfilter .sf-field-search .sf-input-text::-ms-input-placeholder,
    .page-template-template-opa-team .searchandfilter .sf-field-search .sf-input-text::-ms-input-placeholder,
    .page-template-template-opa-focus .searchandfilter .sf-field-search .sf-input-text::-ms-input-placeholder,
    .page-template-template-opa-contact .searchandfilter .sf-field-search .sf-input-text::-ms-input-placeholder {
      font-size: 15px; }
    .page-template-template-opa-home .searchandfilter .sf-field-search .sf-input-text::placeholder,
    .page-template-template-pa .searchandfilter .sf-field-search .sf-input-text::placeholder,
    .page-template-template-opa-newsroom .searchandfilter .sf-field-search .sf-input-text::placeholder,
    .single-newsroom .searchandfilter .sf-field-search .sf-input-text::placeholder,
    .single-opa_team .searchandfilter .sf-field-search .sf-input-text::placeholder,
    .page-template-template-opa-team .searchandfilter .sf-field-search .sf-input-text::placeholder,
    .page-template-template-opa-focus .searchandfilter .sf-field-search .sf-input-text::placeholder,
    .page-template-template-opa-contact .searchandfilter .sf-field-search .sf-input-text::placeholder {
      font-size: 15px; }

.page-template-template-opa-home .newsroom-feed .cat-label,
.page-template-template-pa .newsroom-feed .cat-label,
.page-template-template-opa-newsroom .newsroom-feed .cat-label,
.single-newsroom .newsroom-feed .cat-label,
.single-opa_team .newsroom-feed .cat-label,
.page-template-template-opa-team .newsroom-feed .cat-label,
.page-template-template-opa-focus .newsroom-feed .cat-label,
.page-template-template-opa-contact .newsroom-feed .cat-label {
  margin-bottom: 1rem; }

.page-template-template-opa-home .newsroom-feed h2,
.page-template-template-pa .newsroom-feed h2,
.page-template-template-opa-newsroom .newsroom-feed h2,
.single-newsroom .newsroom-feed h2,
.single-opa_team .newsroom-feed h2,
.page-template-template-opa-team .newsroom-feed h2,
.page-template-template-opa-focus .newsroom-feed h2,
.page-template-template-opa-contact .newsroom-feed h2 {
  margin: 0;
  padding: 0; }

.page-template-template-opa-home .stories-main-sidebar,
.page-template-template-pa .stories-main-sidebar,
.page-template-template-opa-newsroom .stories-main-sidebar,
.single-newsroom .stories-main-sidebar,
.single-opa_team .stories-main-sidebar,
.page-template-template-opa-team .stories-main-sidebar,
.page-template-template-opa-focus .stories-main-sidebar,
.page-template-template-opa-contact .stories-main-sidebar {
  padding-bottom: 3rem; }

.page-template-template-opa-home .media-card,
.page-template-template-pa .media-card,
.page-template-template-opa-newsroom .media-card,
.single-newsroom .media-card,
.single-opa_team .media-card,
.page-template-template-opa-team .media-card,
.page-template-template-opa-focus .media-card,
.page-template-template-opa-contact .media-card {
  padding: 1rem .9rem 2rem 1.15rem;
  background: #fcf6eb url(../assets/images/ornament-4.svg) no-repeat;
  background-size: cover;
  background-position: 20px 0;
  position: relative; }
  .page-template-template-opa-home .media-card h3,
  .page-template-template-pa .media-card h3,
  .page-template-template-opa-newsroom .media-card h3,
  .single-newsroom .media-card h3,
  .single-opa_team .media-card h3,
  .page-template-template-opa-team .media-card h3,
  .page-template-template-opa-focus .media-card h3,
  .page-template-template-opa-contact .media-card h3 {
    color: #512d6a;
    font-size: 2.5rem;
    line-height: 2.75rem; }
  .page-template-template-opa-home .media-card .button-outline-red, .page-template-template-opa-home .media-card .subscribe-form .gform_wrapper .gform_footer input[type="submit"], .subscribe-form .gform_wrapper .gform_footer .page-template-template-opa-home .media-card input[type="submit"],
  .page-template-template-pa .media-card .button-outline-red,
  .page-template-template-pa .media-card .subscribe-form .gform_wrapper .gform_footer input[type="submit"],
  .subscribe-form .gform_wrapper .gform_footer .page-template-template-pa .media-card input[type="submit"],
  .page-template-template-opa-newsroom .media-card .button-outline-red,
  .page-template-template-opa-newsroom .media-card .subscribe-form .gform_wrapper .gform_footer input[type="submit"],
  .subscribe-form .gform_wrapper .gform_footer .page-template-template-opa-newsroom .media-card input[type="submit"],
  .single-newsroom .media-card .button-outline-red,
  .single-newsroom .media-card .subscribe-form .gform_wrapper .gform_footer input[type="submit"],
  .subscribe-form .gform_wrapper .gform_footer .single-newsroom .media-card input[type="submit"],
  .single-opa_team .media-card .button-outline-red,
  .single-opa_team .media-card .subscribe-form .gform_wrapper .gform_footer input[type="submit"],
  .subscribe-form .gform_wrapper .gform_footer .single-opa_team .media-card input[type="submit"],
  .page-template-template-opa-team .media-card .button-outline-red,
  .page-template-template-opa-team .media-card .subscribe-form .gform_wrapper .gform_footer input[type="submit"],
  .subscribe-form .gform_wrapper .gform_footer .page-template-template-opa-team .media-card input[type="submit"],
  .page-template-template-opa-focus .media-card .button-outline-red,
  .page-template-template-opa-focus .media-card .subscribe-form .gform_wrapper .gform_footer input[type="submit"],
  .subscribe-form .gform_wrapper .gform_footer .page-template-template-opa-focus .media-card input[type="submit"],
  .page-template-template-opa-contact .media-card .button-outline-red,
  .page-template-template-opa-contact .media-card .subscribe-form .gform_wrapper .gform_footer input[type="submit"],
  .subscribe-form .gform_wrapper .gform_footer .page-template-template-opa-contact .media-card input[type="submit"] {
    font-size: 1rem;
    padding: .25rem .85rem;
    font-weight: normal;
    margin-right: -5rem;
    position: relative;
    right: -6rem; }

.single-newsroom .main-content {
  position: relative; }
  .single-newsroom .main-content .primary {
    padding-left: 3.2rem; }
  .single-newsroom .main-content .social-share {
    position: absolute;
    left: -5px;
    top: 7rem; }

.single-newsroom .lead-story h1 {
  color: #01252b;
  margin: 0;
  padding: .5rem 0 1rem 0;
  font-size: 4rem;
  line-height: 4.25rem; }
  @media (max-width: 772px) {
    .single-newsroom .lead-story h1 {
      font-size: 1.8rem;
      line-height: 1; } }

.single-newsroom .lead-story .date {
  font-weight: normal; }

.single-newsroom .sidebar-posts h4 {
  padding-bottom: 1.7rem; }

.single-newsroom .sidebar-posts .story-tags {
  text-transform: uppercase; }

.single-newsroom .sidebar-posts .pa-post {
  padding-bottom: 3.3rem; }

.single-newsroom .sidebar-posts .featured-img {
  height: 190px;
  position: relative; }
  .single-newsroom .sidebar-posts .featured-img .category {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }
    .single-newsroom .sidebar-posts .featured-img .category .cat-label {
      margin-top: 0; }

.single-newsroom h2, .single-newsroom h3 {
  color: #512d6a; }

.opa-team .entry-content h1 {
  font-size: 4rem;
  color: #01252b; }
  @media (max-width: 772px) {
    .opa-team .entry-content h1 {
      font-size: 1.8rem;
      line-height: 1.2; }
      .opa-team .entry-content h1 br {
        display: none; } }

.opa-team .entry-content h2 {
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  line-height: 2.5rem; }

.opa-team .entry-content p {
  font-size: 1.8125rem;
  line-height: 2rem;
  color: #463d2f; }

.opa-team .team-member {
  text-align: center;
  position: relative; }
  .opa-team .team-member h3 {
    color: #512d6a;
    font-size: 2.5rem; }
  .opa-team .team-member h4 {
    font-family: "Antonio", serif; }
  .opa-team .team-member figure {
    margin: 0;
    width: 350px;
    height: 350px;
    position: relative;
    outline: 1px solid white;
    outline-offset: -1rem; }
    @media (max-width: 772px) {
      .opa-team .team-member figure {
        width: auto; } }
  .opa-team .team-member .meta {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: center;
        align-self: center;
    background-color: rgba(75, 51, 92, 0.85);
    color: #fcf6eb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-family: "Playfair Display", serif;
    font-size: 1.375rem;
    font-weight: normal;
    font-style: italic;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    left: 0;
    outline: 1px solid white;
    outline-offset: -1rem;
    padding: 2rem;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
    .opa-team .team-member .meta .quote {
      padding-bottom: 1rem; }
    .opa-team .team-member .meta .name {
      font-size: 1rem;
      font-family: "Antonio", serif;
      padding: .25rem .5rem;
      border: 1px solid #fcf6eb;
      font-style: normal;
      margin: .5rem 0;
      text-transform: uppercase; }
  .opa-team .team-member .card:hover .meta {
    opacity: 1;
    z-index: 2; }

.single-opa_team .page-header {
  min-height: 450px;
  -webkit-filter: none;
          filter: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: url(../assets/images/public-affairs/woman-holding-bahai-prayers-book.jpg) no-repeat center center/cover; }
  .single-opa_team .page-header:before {
    background: rgba(47, 22, 65, 0.85); }

.single-opa_team .opa-img {
  width: 445px;
  height: 440px;
  outline: 1px solid white;
  outline-offset: -1.2rem; }
  @media (max-width: 772px) {
    .single-opa_team .opa-img {
      width: 300px;
      height: 300px;
      margin: 0 auto; } }

.single-opa_team .single-hero {
  position: relative;
  margin-top: -25rem;
  z-index: 100; }
  .single-opa_team .single-hero h1 {
    font-size: 4rem;
    line-height: 4.2rem;
    margin: 0;
    padding: 4rem 0 1rem 0;
    color: white; }
    @media (max-width: 772px) {
      .single-opa_team .single-hero h1 {
        color: #01252b;
        padding-top: 6rem;
        font-size: 3rem; } }
  .single-opa_team .single-hero h2 {
    font-size: 1.375rem;
    line-height: 1.375rem;
    color: #fcf6eb;
    font-family: "Antonio", serif;
    text-transform: uppercase; }
    @media (max-width: 772px) {
      .single-opa_team .single-hero h2 {
        color: #463d2f; } }
  .single-opa_team .single-hero .featured-img {
    width: 43%; }
    @media (max-width: 772px) {
      .single-opa_team .single-hero .featured-img {
        width: 100%; } }

.single-opa_team .single-sidebar {
  color: #463d2f;
  min-width: 350px;
  padding-right: 3rem;
  padding-left: 2rem; }
  @media (max-width: 772px) {
    .single-opa_team .single-sidebar {
      min-width: 0;
      padding: 0; } }
  .single-opa_team .single-sidebar .ctas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 1rem; }
    .single-opa_team .single-sidebar .ctas a {
      margin: 0 1rem 0 0;
      min-width: 116px;
      padding: .25rem 2rem;
      border-width: 1px;
      font-weight: normal;
      text-align: center; }
  .single-opa_team .single-sidebar .info ul {
    margin: 0;
    padding: 0 0 0 1.2rem; }
    .single-opa_team .single-sidebar .info ul li {
      padding-bottom: 1rem; }

.single-opa_team .single-columns {
  padding-top: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 772px) {
    .single-opa_team .single-columns {
      display: block;
      padding-top: 2rem; } }

.single-opa_team .single-content {
  padding-right: 2rem;
  padding-left: 1rem; }
  @media (max-width: 772px) {
    .single-opa_team .single-content {
      padding: 0; } }
  .single-opa_team .single-content blockquote:first-child {
    padding-top: 0;
    margin-top: -1rem; }

.single-opa_team .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2rem; }
  @media (max-width: 772px) {
    .single-opa_team .nav-links {
      display: block; } }
  .single-opa_team .nav-links .nav-prev,
  .single-opa_team .nav-links .nav-next {
    margin: 0 1rem;
    border: 1px solid gray;
    padding: 1.5rem 3rem;
    position: relative;
    display: block;
    width: 50%;
    min-height: 245px; }
    @media (max-width: 772px) {
      .single-opa_team .nav-links .nav-prev,
      .single-opa_team .nav-links .nav-next {
        padding: 1rem 2rem;
        margin-bottom: 1rem;
        width: auto;
        min-height: 0; } }
    .single-opa_team .nav-links .nav-prev:hover,
    .single-opa_team .nav-links .nav-next:hover {
      background: #512d6a;
      color: white; }
      .single-opa_team .nav-links .nav-prev:hover h3, .single-opa_team .nav-links .nav-prev:hover h4, .single-opa_team .nav-links .nav-prev:hover .subhead,
      .single-opa_team .nav-links .nav-next:hover h3,
      .single-opa_team .nav-links .nav-next:hover h4,
      .single-opa_team .nav-links .nav-next:hover .subhead {
        color: white; }
      .single-opa_team .nav-links .nav-prev:hover .button-outline-red, .single-opa_team .nav-links .nav-prev:hover .subscribe-form .gform_wrapper .gform_footer input[type="submit"], .subscribe-form .gform_wrapper .gform_footer .single-opa_team .nav-links .nav-prev:hover input[type="submit"],
      .single-opa_team .nav-links .nav-next:hover .button-outline-red,
      .single-opa_team .nav-links .nav-next:hover .subscribe-form .gform_wrapper .gform_footer input[type="submit"],
      .subscribe-form .gform_wrapper .gform_footer .single-opa_team .nav-links .nav-next:hover input[type="submit"] {
        background: #512d6a;
        color: white;
        border: 1px solid white; }
    .single-opa_team .nav-links .nav-prev .subhead,
    .single-opa_team .nav-links .nav-next .subhead {
      font-family: "Playfair Display", serif;
      text-transform: uppercase;
      color: #463d2f;
      display: block;
      font-weight: normal; }
    .single-opa_team .nav-links .nav-prev h3,
    .single-opa_team .nav-links .nav-next h3 {
      font-family: "Playfair Display", serif;
      font-weight: normal;
      color: #512d6a;
      font-size: 2.5rem;
      padding: .7rem 0 .3rem 0;
      margin-top: 0;
      margin: 0; }
      @media (max-width: 772px) {
        .single-opa_team .nav-links .nav-prev h3,
        .single-opa_team .nav-links .nav-next h3 {
          font-size: 2rem; } }
    .single-opa_team .nav-links .nav-prev h4,
    .single-opa_team .nav-links .nav-next h4 {
      font-family: "Antonio", serif;
      font-size: 1.125rem;
      text-transform: uppercase;
      color: #463d2f;
      padding-bottom: 1rem; }
    .single-opa_team .nav-links .nav-prev .button-outline-red, .single-opa_team .nav-links .nav-prev .subscribe-form .gform_wrapper .gform_footer input[type="submit"], .subscribe-form .gform_wrapper .gform_footer .single-opa_team .nav-links .nav-prev input[type="submit"],
    .single-opa_team .nav-links .nav-next .button-outline-red,
    .single-opa_team .nav-links .nav-next .subscribe-form .gform_wrapper .gform_footer input[type="submit"],
    .subscribe-form .gform_wrapper .gform_footer .single-opa_team .nav-links .nav-next input[type="submit"] {
      padding: .25rem 1rem;
      border-width: 1px;
      font-weight: normal; }

.page-template-template-opa-focus .lead-story.ornamental {
  background-color: #fcf6eb;
  background-image: url(../assets/images/ornament-swirl2.svg);
  background-repeat: no-repeat;
  background-position: right -21rem;
  background-size: 60%;
  min-height: 390px;
  margin-bottom: 2rem;
  padding-bottom: 6rem; }
  @media (max-width: 772px) {
    .page-template-template-opa-focus .lead-story.ornamental {
      min-height: 300px; } }
  .page-template-template-opa-focus .lead-story.ornamental:after {
    content: "";
    background: url(../assets/images/hero_deckle.png) no-repeat left bottom/cover;
    bottom: -4.4vw; }
  .page-template-template-opa-focus .lead-story.ornamental h1 {
    color: #01252b;
    font-size: 4rem;
    line-height: 4.25rem;
    margin: 0;
    padding-bottom: 0; }
    @media (max-width: 772px) {
      .page-template-template-opa-focus .lead-story.ornamental h1 {
        font-size: 1.8rem;
        line-height: 1.2; } }
  .page-template-template-opa-focus .lead-story.ornamental h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 0 6rem;
    line-height: 4.5;
    font-family: "Playfair Display", serif;
    color: #463d2f; }

.page-template-template-opa-focus .quote blockquote p {
  color: #463d2f; }

.page-template-template-opa-focus .focus-areas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 772px) {
    .page-template-template-opa-focus .focus-areas {
      display: block; } }
  .page-template-template-opa-focus .focus-areas .item {
    border: 2px solid #fcf6eb;
    padding: 2rem;
    min-height: 155px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 33.333%; }
    @media (max-width: 772px) {
      .page-template-template-opa-focus .focus-areas .item {
        width: 100%;
        margin-bottom: 1rem; } }
    .page-template-template-opa-focus .focus-areas .item img {
      padding-right: 1rem;
      max-width: 70px; }
    .page-template-template-opa-focus .focus-areas .item:nth-child(2), .page-template-template-opa-focus .focus-areas .item:nth-child(3), .page-template-template-opa-focus .focus-areas .item:nth-child(5) {
      margin-left: -2px; }
      @media (max-width: 772px) {
        .page-template-template-opa-focus .focus-areas .item:nth-child(2), .page-template-template-opa-focus .focus-areas .item:nth-child(3), .page-template-template-opa-focus .focus-areas .item:nth-child(5) {
          margin-left: 0; } }
    .page-template-template-opa-focus .focus-areas .item:nth-child(4), .page-template-template-opa-focus .focus-areas .item:nth-child(5) {
      margin-top: -2px; }
      @media (max-width: 772px) {
        .page-template-template-opa-focus .focus-areas .item:nth-child(4), .page-template-template-opa-focus .focus-areas .item:nth-child(5) {
          margin-top: 0; } }
    .page-template-template-opa-focus .focus-areas .item:hover {
      background: #fcf6eb;
      position: relative; }
      .page-template-template-opa-focus .focus-areas .item:hover:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        -webkit-box-shadow: 0 0 0 2px #990033;
                box-shadow: 0 0 0 2px #990033;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2; }
    .page-template-template-opa-focus .focus-areas .item .icon {
      height: 95px; }

.three-col-text {
  background: #fcf6eb;
  padding: 2rem 0 5rem 0;
  position: relative; }
  .three-col-text .show-more {
    background: #fcf6eb;
    bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
    z-index: 10; }
    .three-col-text .show-more .button-outline {
      position: relative;
      -webkit-transition: none;
      transition: none; }
      .three-col-text .show-more .button-outline:before {
        content: "SHOW MORE RESOURCES"; }
      .three-col-text .show-more .button-outline:hover {
        color: #990033; }
    .three-col-text .show-more.expand .button-outline {
      background: url(../assets/images/minus.svg) right no-repeat;
      position: relative; }
      .three-col-text .show-more.expand .button-outline:before {
        content: "SHOW LESS"; }
  .three-col-text .main {
    height: auto;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s; }
    .three-col-text .main.expand {
      height: auto;
      overflow: auto; }
  .three-col-text h2 {
    text-align: center;
    color: #512d6a; }
  .three-col-text h4 {
    text-transform: capitalize; }
  .three-col-text .button-outline {
    border: none;
    background: url(../assets/images/plus.svg) right no-repeat;
    background-size: .9rem;
    padding: .25rem 1.25rem;
    display: inline-block; }
  .three-col-text a {
    color: #463d2f;
    font-weight: normal;
    position: relative;
    padding-right: 12px;
    display: block;
    margin-bottom: 1rem; }
    .three-col-text a:after {
      content: "\f35d";
      color: #990033;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      display: inline-block;
      padding-left: .5rem;
      position: relative;
      top: -2px; }

.rl-txt-slider .video-slider .featured-img {
  height: 350px;
  width: 450px;
  margin-bottom: .85rem; }

.rl-txt-slider .video-slider .caption {
  font-size: 1rem;
  font-style: italic; }

.rl-txt-slider .video-slider .slick-dots {
  bottom: -2rem; }
  .rl-txt-slider .video-slider .slick-dots > li:only-child {
    display: none; }

.three-col-slider a p {
  margin-bottom: .65rem; }

.three-col-slider a button {
  display: inline-block;
  line-height: .6rem;
  font-size: 15px;
  text-transform: uppercase;
  font-family: "Antonio", serif; }

.three-col-slider a:hover {
  color: #990033; }

.text-img-overlap {
  min-height: 830px;
  padding: 10px;
  margin-bottom: 50px; }
  @media (max-width: 772px) {
    .text-img-overlap {
      min-height: 0; } }
  .text-img-overlap .borderBox {
    border: 1px solid #fff;
    height: 100%;
    display: block;
    min-height: 830px; }
    @media (max-width: 772px) {
      .text-img-overlap .borderBox {
        min-height: 0; } }
  .text-img-overlap .opace-color-box.light {
    background: rgba(81, 45, 106, 0.9);
    padding: 4.5rem 2rem;
    color: white; }
    @media (max-width: 772px) {
      .text-img-overlap .opace-color-box.light {
        margin-right: 0px;
        margin-top: 0px;
        padding: 1rem; }
        .text-img-overlap .opace-color-box.light .button-outline-white {
          display: block;
          text-align: center;
          margin-bottom: 15px; } }
    .text-img-overlap .opace-color-box.light h3 {
      font-size: 2.75em;
      line-height: 3rem;
      margin: 5px 0;
      padding-bottom: 1rem;
      text-transform: uppercase;
      color: white; }
      @media (max-width: 772px) {
        .text-img-overlap .opace-color-box.light h3 {
          font-size: 1.75em;
          line-height: 1; } }
    .text-img-overlap .opace-color-box.light h4 {
      color: #fcf6eb; }
    .text-img-overlap .opace-color-box.light p {
      color: white; }
  .text-img-overlap .opace-color-box {
    margin-right: -100px;
    margin-top: 50px;
    padding: 50px 50px 25px; }

.page-template-template-opa-contact .site-footer {
  background: #512d6a !important;
  padding-top: 5rem; }

.page-template-template-opa-contact .opa-contact .cta {
  padding-bottom: 2.5rem; }
  .page-template-template-opa-contact .opa-contact .cta a {
    color: #990033;
    position: relative;
    font-size: 1rem;
    line-height: 1; }
    .page-template-template-opa-contact .opa-contact .cta a:after {
      content: "";
      content: "\f105";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      display: inline-block;
      font-weight: 900;
      padding-left: .65rem;
      position: relative;
      top: -2px; }

.page-template-template-opa-contact .opa-contact .gform_wrapper {
  padding: 1rem 2rem; }
  .page-template-template-opa-contact .opa-contact .gform_wrapper form {
    max-width: 550px;
    margin: 0 auto; }
  .page-template-template-opa-contact .opa-contact .gform_wrapper .gform_fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 772px) {
      .page-template-template-opa-contact .opa-contact .gform_wrapper .gform_fields {
        display: block; } }
    .page-template-template-opa-contact .opa-contact .gform_wrapper .gform_fields .gfield {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .page-template-template-opa-contact .opa-contact .gform_wrapper .gform_fields .gfield:first-child {
        margin-right: 2%; }
        @media (max-width: 772px) {
          .page-template-template-opa-contact .opa-contact .gform_wrapper .gform_fields .gfield:first-child {
            margin-right: 0; } }
      .page-template-template-opa-contact .opa-contact .gform_wrapper .gform_fields .gfield:nth-child(3) {
        -webkit-box-flex: 2;
            -ms-flex: 2;
                flex: 2;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        min-width: 100%; }
      .page-template-template-opa-contact .opa-contact .gform_wrapper .gform_fields .gfield input[type="text"],
      .page-template-template-opa-contact .opa-contact .gform_wrapper .gform_fields .gfield textarea {
        width: 100%;
        background: none;
        border: 1px solid #C2D1D9;
        margin-bottom: 1.1rem;
        border-radius: 3px; }
      .page-template-template-opa-contact .opa-contact .gform_wrapper .gform_fields .gfield input[type="text"] {
        margin-bottom: 0; }
      .page-template-template-opa-contact .opa-contact .gform_wrapper .gform_fields .gfield textarea {
        max-width: 100%;
        height: 120px; }
      .page-template-template-opa-contact .opa-contact .gform_wrapper .gform_fields .gfield .gfield_label {
        font-weight: normal;
        font-size: 13px;
        width: 100%; }
      .page-template-template-opa-contact .opa-contact .gform_wrapper .gform_fields .gfield div.ginput_container {
        margin-top: 2px; }
    .page-template-template-opa-contact .opa-contact .gform_wrapper .gform_fields #field_11_4 {
      -webkit-box-flex: 1;
          -ms-flex: auto;
              flex: auto; }
  .page-template-template-opa-contact .opa-contact .gform_wrapper .gform_title {
    font-family: "Playfair Display", serif;
    font-weight: normal;
    font-size: 2rem;
    line-height: 2rem;
    padding-bottom: 1rem;
    color: #463d2f; }
  .page-template-template-opa-contact .opa-contact .gform_wrapper .gform_footer {
    padding: 0;
    width: auto; }
    .page-template-template-opa-contact .opa-contact .gform_wrapper .gform_footer input[type="submit"] {
      border: 2px solid #990033;
      font-weight: bold;
      color: #990033;
      padding: 5px 1.6rem;
      min-width: 0;
      margin: .5rem 0 0 0;
      float: none;
      text-align: left; }
      .page-template-template-opa-contact .opa-contact .gform_wrapper .gform_footer input[type="submit"]:hover {
        background: #990033;
        color: white; }
  .page-template-template-opa-contact .opa-contact .gform_wrapper div.validation_error {
    color: #790000;
    font-size: 1rem;
    font-weight: normal;
    border: none;
    padding: 1rem 0;
    clear: both;
    width: 100%;
    text-align: center;
    max-width: 500px;
    margin: 0 auto; }

.page-template-template-opa-contact .opa-contact-header h1 {
  color: #01252b;
  font-size: 4rem;
  line-height: 4.1rem; }
  @media (max-width: 772px) {
    .page-template-template-opa-contact .opa-contact-header h1 {
      font-size: 1.8rem;
      line-height: 1; } }

.page-template-template-opa-contact .opa-contact-header p {
  max-width: 650px;
  margin: 0 auto; }

.page-template-template-opa-contact .opa-contact a {
  font-weight: normal;
  color: #01252b; }

.page-template-template-opa-contact .opa-contact h5 {
  color: #512d6a;
  font-size: 18px; }

.page-template-template-opa-contact .opa-contact .fab {
  font-size: 1.75rem;
  color: #C7B299;
  margin-right: 1.35rem; }

.page-template-template-opa-contact .secondaryFooter {
  margin-top: -4rem;
  padding-bottom: 9rem; }
  @media (max-width: 772px) {
    .page-template-template-opa-contact .secondaryFooter {
      padding-top: 6rem; } }
  .page-template-template-opa-contact .secondaryFooter h5 {
    color: #fcf6eb;
    text-align: center;
    padding-bottom: 2rem;
    font-size: 1.125rem; }
  .page-template-template-opa-contact .secondaryFooter .callToAction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 772px) {
      .page-template-template-opa-contact .secondaryFooter .callToAction {
        display: block; } }
    .page-template-template-opa-contact .secondaryFooter .callToAction .col {
      width: 33%; }
      .page-template-template-opa-contact .secondaryFooter .callToAction .col h3 {
        font-size: 1.5625rem;
        line-height: 2.375rem; }

.text-block {
  text-align: center; }
  .text-block h2 {
    color: #512d6a; }
  .text-block h3 {
    font-style: italic;
    font-size: 1.875rem; }
  .text-block p {
    max-width: 660px;
    margin: 0 auto; }
