* {
  box-sizing: border-box;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
.slick-slider {
  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,
.slick-slider {
  position: relative;
  display: block;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translateZ(0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  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;
}
.slick-loading .slick-list {
  background: #fff url(ajax-loader.gif) 50% no-repeat;
}
@font-face {
  font-family: slick;
  src: url(fonts/slick.eot);
  src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg");
  font-weight: 400;
  font-style: normal;
}
.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  border: none;
}
.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
  background: transparent;
  color: transparent;
  outline: none;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}
.slick-dots li,
.slick-dots li button {
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: none;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}
a:link {
  -webkit-tap-highlight-color: #f39b12;
}
::-moz-selection {
  background: #ebebeb;
  color: #323232;
  text-shadow: none !important;
}
::selection {
  background: #f39b12;
  color: #323232;
  text-shadow: none !important;
}
ins {
  background: #fff;
  text-decoration: none;
}
ins,
mark {
  color: #282828;
}
mark {
  background: #e6e6e6;
  font-style: italic;
  font-weight: 700;
}
#access,
#revmsg-click-to-call .input label,
.assistive-text,
.channel--body .revmsg-wrapper:not(.email-signup) .text label,
.faq__answer .revmsg-wrapper:not(.email-signup) .text label,
.modal__radio,
.newsletter__label--hide,
.p2p__body .revmsg-wrapper:not(.email-signup) .text label,
.pxl,
.section__dek .revmsg-wrapper:not(.email-signup) .text label {
  position: absolute !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  clip: rect(1px 1px 1px 1px) !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
}
body,
html {
  font-size: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Roboto, sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1;
  color: #323232;
  max-width: 100vw;
  overflow-x: hidden;
}
body.lightbox-visible {
  overflow: hidden;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
blockquote {
  margin: 0;
  padding: 0;
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
del {
  text-decoration: line-through;
}
code,
kbd,
pre,
samp {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:after,
q:before {
  content: "";
  content: none;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
ol,
ul {
  padding: 0;
  list-style-type: none;
}
dd,
ol,
ul {
  margin: 0;
}
nav ol,
nav ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
td img {
  vertical-align: top;
}
img,
picture,
svg {
  display: block;
}
svg {
  overflow: visible;
}
embed,
img,
object {
  max-width: 100%;
  height: auto;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container embed,
.video-container iframe,
.video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  padding: 0;
}
.img.dbclk {
  display: none !important;
}
.pagination ul li {
  display: inline-block;
}
.kelp {
  padding: 1.875rem 1.875rem 1.5rem;
}
.foreshore {
  text-align: center;
  padding: 8.125rem 1.125rem 3.875rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.foreshore--hed {
  font-weight: 700;
  color: #2880d9;
  font-size: 3.125rem;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.foreshore--subhed {
  font-family: Open Sans, sans-serif;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 0.26em;
  margin-top: 0.4em;
  color: #323232;
  position: relative;
  z-index: 1;
  line-height: 1.28;
}
.foreshore--wfs.foreshore {
  background-image: none;
}
.foreshore--wfs.foreshore:before {
  display: none !important;
}
.foreshore__wave {
  margin: 1.25rem auto 0;
  width: 1.78125rem;
  position: relative;
  overflow: hidden;
}
.foreshore__wave .wave-icon {
  fill: #fff;
  height: 17px;
  width: 108px;
  margin-left: 0;
}
.foreshore--white-gradient {
  position: relative;
}
.foreshore--white-gradient:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: hsla(0, 0%, 100%, 0);
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 90%, #fff);
}
.single:not(.restoring_the_gulf_o-template-page-timeline):not(.single-partner) .foreshore {
  position: relative;
}
.single:not(.restoring_the_gulf_o-template-page-timeline):not(.single-partner) .foreshore:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: hsla(0, 0%, 100%, 0);
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 30%, #fff 88%, #fff);
}
.foreshore--programs:before {
  display: none !important;
}
.foreshore--programs h1 {
  color: #fff;
  text-shadow: 2px 0 0 rgba(0, 0, 0, 0.35);
}
.foreshore--programs h4 {
  color: #fff;
  text-shadow: 2px 0 0 rgba(0, 0, 0, 0.2);
}
.foreshore--programs .foreshore--hed {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  border-bottom: 2px solid #2ecb70;
  padding-bottom: 0.15em;
}
.page-template-page-programs .foreshore h1 {
  color: #fff;
  text-shadow: 2px 0 0 rgba(0, 0, 0, 0.35);
}
.page-template-page-programs .foreshore h4 {
  color: #fff;
  text-shadow: 2px 0 0 rgba(0, 0, 0, 0.2);
}
.foreshore--overview {
  min-height: 75vh;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-orient: vertical;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.foreshore--overview .foreshore--hed {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-size: 2.8125rem;
  margin-bottom: 0.08em;
  border-bottom: 2px solid #2ecb70;
  padding-bottom: 0.15em;
  text-shadow: 2px 0 0 rgba(0, 0, 0, 0.35);
}
.foreshore--overview .foreshore--subhed {
  font-size: 0.875rem;
  margin-top: 0;
  text-shadow: 2px 0 0 rgba(0, 0, 0, 0.2);
}
.hp-foreshore {
  position: relative;
  overflow: hidden;
  z-index: 10;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-orient: vertical;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  min-height: 100vh;
  margin-bottom: 100vh;
  padding-bottom: 8.125rem;
  background-color: #2880da;
  background-size: cover;
  box-shadow: 0 5px 10px 5px #372b24;
}
.unfix .hp-foreshore {
  margin-bottom: 0;
  box-shadow: none;
  transition: box-shadow 0.3s;
}
.hp-foreshore:after {
  content: "";
  background: #372b24;
  height: 12px;
  width: 100%;
  box-shadow: 0 0 30px 30px #372b24;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
.hp-foreshore__mobile {
  min-height: 100vh;
  z-index: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.hp-foreshore__mobile,
.hp-foreshore__mobile_video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
}
.hp-foreshore__mobile_video {
  min-height: 100%;
  z-index: -1;
}
.hp-foreshore__video {
  display: none;
}
.hp-foreshore__inner {
  padding: 1rem 0;
  background-color: transparent;
  background-image: linear-gradient(90deg, rgba(18, 96, 154, 0) 0, rgba(18, 96, 154, 0.5) 50%, rgba(18, 96, 154, 0));
}
.hp-foreshore .foreshore--hed {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-shadow: #2880d9 0 0 0 1px;
  font-size: 2.8125rem;
  text-shadow: 2px 0 1.6px rgba(0, 0, 0, 0.42);
  margin-bottom: 0.08em;
  border-bottom: 2px solid #2ecb70;
  padding-bottom: 0.15em;
}
.hp-foreshore .foreshore--subhed {
  color: #fff;
  font-size: 0.875rem;
  text-shadow: 2px 0 1.6px rgba(0, 0, 0, 0.42);
  margin-top: 0;
}
.hp-foreshore .foreshore:not(.lazyload):not(.lazyloading):not(.lazyloaded) {
  background: url(/wp-content/themes/oco-wp/images/video/header-video.jpg) no-repeat 50% 50%;
}
.p2p-foreshore {
  position: relative;
  overflow: hidden;
  z-index: 10;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-orient: vertical;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding-bottom: 8.125rem;
}
.p2p-foreshore.foreshore {
  background: url(/wp-content/themes/oco-wp/images/p2p_temp_screenshot.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.unfix .p2p-foreshore {
  margin-bottom: 0;
  box-shadow: none;
  transition: box-shadow 0.3s;
}
.p2p-foreshore:before {
  display: none !important;
}
.p2p-foreshore:after {
  content: "";
  display: block;
  background: rgba(40, 40, 40, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.p2p-foreshore__video {
  display: none;
}
.p2p-foreshore .foreshore--hed {
  display: inline-block;
  position: relative;
  left: -1.125rem;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-size: 2.8125rem;
  margin-bottom: 0.2em;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-align: end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
}
.p2p-foreshore .foreshore--hed .rot-hed {
  display: block;
  width: 100%;
  flex-shrink: 0;
  -ms-flex-negative: 0;
  box-ordinal-group: 1;
  -moz-order: 1;
  order: 1;
  -ms-flex-order: 1;
  padding: 0 1.125rem;
}
.p2p-foreshore .foreshore--hed .rot-hed:nth-child(2) {
  box-ordinal-group: 0;
  -moz-order: 0;
  order: 0;
  -ms-flex-order: 0;
  margin-left: -100%;
}
.p2p-foreshore .foreshore--hed .rot-hed.animate-left {
  transition: margin-left 1s ease-in-out;
}
.p2p-foreshore .foreshore--hed .rot-hed.next {
  box-ordinal-group: -2;
  -moz-order: -2;
  order: -2;
  -ms-flex-order: -2;
  margin-left: -100%;
}
.p2p-foreshore .foreshore--subhed {
  color: #fff;
  font-size: 1rem;
  margin-top: 0;
  line-height: 1.33;
  max-width: 900px;
  margin: 0 auto;
}
.p2p-foreshore .action {
  position: relative;
  z-index: 1;
  margin-top: 2.5em;
  border-radius: 22px;
  top: 20rem;
}
.p2p-foreshore .action.animate-top {
  transition: top 0.6s ease-in-out;
  top: 0;
}
.p2p-foreshore .action.shake {
  animation: shake 0.3s 1;
}
@keyframes shake {
  12.5%,
  62.5% {
    transform: rotate(-2deg);
  }
  37.5%,
  87.5% {
    transform: rotate(2deg);
  }
}
.reef {
  color: #fff;
  position: relative;
}
.reef__inner {
  max-width: 1264px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.reef__image img {
  width: 100%;
  max-width: none;
}
.reef .buoy .action {
  position: absolute;
  bottom: 1.875rem;
  left: 50%;
  transform: translateX(-50%);
}
.reef__body {
  background: #2880d9;
  padding: 1.25rem 1rem;
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-orient: vertical;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.reef__body--lede {
  position: relative;
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 100;
}
.reef__body--lede:before {
  content: "“";
  top: 6px;
  left: -4px;
}
.reef__body--lede:after,
.reef__body--lede:before {
  font-size: 2rem;
  line-height: 1rem;
  color: #323232;
  font-weight: 400;
  display: inline-block;
  position: relative;
}
.reef__body--lede:after {
  content: "”";
  bottom: -6px;
  right: -6px;
}
.reef__body--author {
  display: block;
  font-weight: 300;
  margin-top: 0.625rem;
  line-height: 1.33;
  font-size: 0.9375rem;
}
.channel {
  max-width: 1264px;
  margin: 0 auto;
  padding: 0 1rem 1.25rem;
  position: relative;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.channel--hed {
  margin-bottom: 0.5625rem;
  width: 100%;
}
.channel--title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.7925rem;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 0.3125rem;
  margin-bottom: 0.3125rem;
}
.channel--title.no-border {
  border-bottom: none;
  padding-bottom: 0;
}
.channel__sub {
  padding-bottom: 0.3125rem;
  margin-bottom: 0.3125rem;
  border-bottom: 1px solid #ebebeb;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}
.channel--pubdate {
  font-size: 0.75rem;
  letter-spacing: 0.06rem;
  text-transform: uppercase;
  color: #c9c9c9;
}
.channel--graphic {
  width: 100%;
  margin-bottom: 1.25rem;
}
.channel--graphic img {
  width: 100%;
  max-width: none;
}
.channel--graphic__capt {
  font-weight: 300;
  font-size: 0.6875rem;
  color: gray;
  text-align: right;
  margin-top: . 45em;
  line-height: 1.15;
}
.channel--graphic__capt .red {
  color: #e74b3c;
}
.channel--graphic__copy {
  text-transform: uppercase;
}
.channel--body {
  overflow: hidden;
  max-width: 900px;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.43;
  margin-bottom: 2rem;
}
.channel--body .ft-quote {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  box-align: start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  line-height: 1.15;
  margin: 1.5em 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.channel--body .ft-quote--color-red .ft-quote__bq {
  background: #e74b3c;
}
.channel--body .ft-quote--color-red .ft-quote__bq:before {
  border-color: transparent #e74b3c;
}
.channel--body .ft-quote--color-red .ft-quote__image figure,
.channel--body .ft-quote--color-red .ft-quote__image picture {
  border-color: #e74b3c;
}
.channel--body .ft-quote--color-red .ft-quote__image .icon-logo {
  fill: #e74b3c;
}
.channel--body .ft-quote--color-black .ft-quote__bq {
  background: #282828;
}
.channel--body .ft-quote--color-black .ft-quote__bq:before {
  border-color: transparent #282828;
}
.channel--body .ft-quote--bgcolor-blue .ft-quote__bq:after {
  border-color: #3085da transparent;
}
.channel--body .ft-quote--bgcolor-black .ft-quote__bq:after {
  border-color: #393939 transparent;
}
.channel--body .ft-quote__bq {
  background: #2880d9;
  color: #fff !important;
  box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  box-ordinal-group: 1;
  -moz-order: 1;
  order: 1;
  -ms-flex-order: 1;
  border-radius: 1.5rem !important;
  padding: 1rem !important;
  position: relative;
  margin: 0 0 0 1.625rem !important;
  word-wrap: normal !important;
  border: none !important;
}
.channel--body .ft-quote__bq:before {
  border: 0;
  border-style: solid;
  border-color: transparent #2880d9;
  border-top-width: 31px;
  border-right-width: 20px;
  border-left-width: 0;
  top: 27px;
  left: -20px;
}
.channel--body .ft-quote__bq:after,
.channel--body .ft-quote__bq:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  bottom: auto;
  right: auto;
}
.channel--body .ft-quote__bq:after {
  border: 0;
  border-style: solid;
  border-color: #fff transparent;
  border-bottom-width: 6px;
  border-right-width: 0;
  border-left-width: 27px;
  top: 52px;
  left: -27px;
}
.channel--body .ft-quote__body {
  font-family: Noticia Text, serif;
  color: #fff;
  margin: 0 !important;
  line-height: 1.5 !important;
  font-size: 1rem;
}
.channel--body .ft-quote__body > :first-child {
  margin-top: 0;
}
.channel--body .ft-quote__body > :last-child {
  margin-bottom: 0;
}
.channel--body .ft-quote__author {
  font-weight: 700;
  font-size: 0.9rem;
  padding-bottom: 0.2em;
  margin-top: 1em;
}
.channel--body .ft-quote__title {
  font-size: 0.7rem;
}
.channel--body .ft-quote__image {
  box-flex: 0;
  -moz-flex: 0 1 20%;
  -ms-flex: 0 1 20%;
  flex: 0 1 20%;
  min-width: 98px;
  max-width: 208px;
  position: relative;
}
.channel--body .ft-quote__image figure,
.channel--body .ft-quote__image picture {
  background: #fff;
  position: relative;
  padding-top: calc(100% - 6px);
  height: 0;
  border: 3px solid #2880d9;
  overflow: hidden;
  border-radius: 50%;
}
.channel--body .ft-quote__image figure img,
.channel--body .ft-quote__image picture img {
  border-radius: 50%;
}
.channel--body .ft-quote__image .icon-logo {
  fill: #2880d9;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 90%;
  width: 90%;
}
.channel--body .ft-quote__image img:not(.icon-logo) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% + 1px);
  width: auto;
  max-width: none;
}
.channel--body p {
  margin: 1.3em 0;
}
.channel--body h1,
.channel--body h2,
.channel--body h3,
.channel--body h4,
.channel--body h5,
.channel--body h6 {
  font-weight: 700;
  line-height: 1.2;
  margin: 1.2em 0 -0.4em;
}
.channel--body h4,
.channel--body h5,
.channel--body h6 {
  margin-bottom: -0.5em;
}
.channel--body h1 {
  font-size: 1.2rem;
}
.channel--body h2 {
  font-size: 1.1rem;
}
.channel--body h3 {
  font-size: 1rem;
}
.channel--body h4,
.channel--body h5 {
  font-size: 0.9375rem;
}
.channel--body a {
  color: #2ba8dd;
}
.channel--body a:focus,
.channel--body a:hover {
  color: #2880d9;
}
.channel--body .action {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.channel--body .action:focus,
.channel--body .action:hover {
  color: #fff;
}
.channel--body blockquote {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  color: #2880d9;
  padding: 1.2em 1.5em;
  margin: 1.2em 0;
}
.channel--body blockquote > :first-child {
  margin-top: 0;
}
.channel--body blockquote > :last-child {
  margin-bottom: 0;
}
.channel--body b,
.channel--body strong {
  font-weight: 500;
}
.channel--body big {
  font-size: 1.2em;
}
.channel--body code {
  background-color: #ebebeb;
}
.channel--body code,
.channel--body kbd,
.channel--body samp,
.channel--body tt {
  font-family: monospace;
}
.channel--body em,
.channel--body i {
  font-style: italic;
}
.channel--body small {
  font-size: 0.8em;
}
.channel--body ol,
.channel--body ul:not(.form-chooser) {
  margin: 1.2em 0;
  padding-left: 2em;
}
.channel--body ol {
  list-style-type: decimal;
}
.channel--body li:not(.form-chooser__item) {
  margin: 0.5em 0;
  line-height: 1.3;
}
.channel--body ul:not(.form-chooser) {
  list-style-type: disc;
  list-style-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='11' viewBox='0 0 19 11'%3E%3Cpath d='M2.876 5.5c-.552-.194-1.097-.487-1.55-.928C-.22 3.067.007.486.017.377l.032-.33.339-.031L.847 0c.943 0 2.697.167 3.85 1.29.66.643.996 1.48 1.164 2.239.962-.75 2.239-1.554 3.704-2.002a6.62 6.62 0 0 1-.016-1.15l.032-.33.339-.031.458-.016c.943 0 2.697.167 3.85 1.29.144.141.273.291.388.447 2.65 1.106 4.169 3.461 4.251 3.59l.133.211-.133.209c-.107.17-2.678 4.155-7.024 4.155-2.424 0-4.563-1.247-5.996-2.368-.173.741-.509 1.551-1.15 2.176C3.544 10.833 1.79 11 .847 11.001l-.459-.017-.339-.031-.032-.331c-.01-.108-.237-2.688 1.309-4.194.453-.441.998-.734 1.55-.928zm12.175-.091c.405 0 .734-.32.734-.715a.725.725 0 0 0-.734-.714.725.725 0 0 0-.734.714c0 .395.329.715.734.715z' fill='%232981d9'/%3E%3C/svg%3E");
}
.channel--body ul:not(.form-chooser) ul {
  list-style-type: circle;
  list-style-image: none;
}
.channel--body dl {
  margin: 1.2em 0;
  line-height: 1.3;
}
.channel--body dt {
  font-weight: 700;
  margin: 0.6em 0 0.3em;
}
.channel--body dd {
  padding-left: 1em;
  margin: 0.3em 0 0.6em;
}
.channel--body table {
  line-height: 1.3;
  margin: 1.2em 0;
}
.channel--body table caption {
  text-align: center;
  margin: 0.3em 0;
  font-weight: 400;
}
.channel--body table td,
.channel--body table th {
  border: 1px solid #282828;
  padding: 0.3em 0.4em;
  vertical-align: middle;
}
.channel--body table th,
.channel--body table th[scope="col"] {
  font-weight: 700;
}
.channel--body table th[scope="row"] {
  font-weight: 500;
  text-align: right;
}
.channel--body .callout {
  font-weight: 400;
  color: #2880d9;
  font-size: 0.9375rem;
  line-height: 1.4;
  margin: 1.1em 0;
}
.channel--body .callout--heavy {
  color: #282828;
  font-weight: 700;
  text-align: center;
  font-size: 1rem;
  margin: 1em auto;
}
.channel--body .button-center,
.channel--body .button-left,
.channel--body .button-right {
  margin: 1.6em 0;
}
.channel--body picture img {
  max-width: none;
  width: 100%;
}
.channel--body .caption {
  font-weight: 300;
  font-size: 0.6875rem;
  color: gray;
  text-align: right;
  margin-top: 0.42em;
  line-height: 1.15;
}
.channel--body .caption .red {
  color: #e74b3c;
}
.channel--body .caption--copy {
  text-transform: uppercase;
}
.channel--body .alignnone {
  margin: 1.5em 0;
}
.channel--body .aligncenter {
  margin: 1.5em auto;
}
.channel--body .full,
.channel--body .large-img {
  width: 100%;
}
.channel--body .medium-img {
  width: 90%;
}
.channel--body .small-img {
  width: 75%;
}
.channel--body .thumbnail {
  width: 150px;
}
.channel--body .alignleft,
.channel--body .alignright {
  clear: both;
  max-width: 50%;
}
.channel--body .alignleft {
  float: left;
  margin: 0.3em 1.3em 0.4em 0;
}
.channel--body .alignright {
  float: right;
  margin: 0.3em 0 0.4em 1.3em;
}
.channel--body .eoe-text strong {
  font-weight: 300;
}
.channel--body .eoe-callout {
  color: #2880d9;
  text-transform: uppercase;
}
.channel--body .boilerplate {
  font-weight: 400;
}
.channel--body .janis-form-image {
  margin: 1em auto;
  width: 50%;
}
.channel--body .townhall__form h4 {
  margin-bottom: 0.8em;
  margin-top: 0;
  text-align: center;
}
.channel--body .townhall__content .alignnone {
  margin-top: 0;
}
.channel--body .revmsg-wrapper.email-signup {
  background: #82c785;
  margin: 1.4em 0;
  padding: 1.25rem;
}
.channel--body .revmsg-wrapper.email-signup .email-signup__hed {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 !important;
  text-align: center;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.125rem;
  color: #fff;
}
.channel--body .revmsg-wrapper.email-signup .email-signup__dek {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  margin: 0;
  text-align: center;
  font-size: 1.0625rem;
  line-height: 1.375rem;
  color: #fff;
}
.channel--body .revmsg-wrapper.email-signup .revmsg-loading,
.channel--body .revmsg-wrapper.email-signup .revmsg-success {
  text-align: center;
  padding: 0;
}
.channel--body .revmsg-wrapper.email-signup .rsform {
  margin-top: 1.25rem;
}
.channel--body .revmsg-wrapper.email-signup input[type="email"],
.channel--body .revmsg-wrapper.email-signup input[type="text"] {
  padding: 0.625rem 0.9375rem;
  text-align: left;
}
.channel--body .revmsg-wrapper.email-signup input[type="email"]::-webkit-input-placeholder,
.channel--body .revmsg-wrapper.email-signup input[type="text"]::-webkit-input-placeholder {
  text-align: left;
  color: #dfdfdf;
  text-transform: inherit;
  letter-spacing: inherit;
}
.channel--body .revmsg-wrapper.email-signup input[type="email"]:-moz-placeholder,
.channel--body .revmsg-wrapper.email-signup input[type="email"]::-moz-placeholder,
.channel--body .revmsg-wrapper.email-signup input[type="text"]:-moz-placeholder,
.channel--body .revmsg-wrapper.email-signup input[type="text"]::-moz-placeholder {
  text-align: left;
  color: #dfdfdf;
  text-transform: inherit;
  letter-spacing: inherit;
}
.channel--body .revmsg-wrapper.email-signup input[type="email"]:-ms-input-placeholder,
.channel--body .revmsg-wrapper.email-signup input[type="text"]:-ms-input-placeholder {
  text-align: left;
  color: #dfdfdf;
  text-transform: inherit;
  letter-spacing: inherit;
}
.channel--body .revmsg-wrapper.email-signup input[type="submit"] {
  width: 40px;
  height: 40px;
}
.channel--body .revmsg-wrapper.email-signup--green {
  background: #82c785;
}
.channel--body .revmsg-wrapper.email-signup--blue {
  background: #2880d9;
}
.channel--body .revmsg-wrapper.email-signup--cyan {
  background: #2ba8dd;
}
.channel--body .revmsg-wrapper.email-signup--white {
  background: none;
  border: 1px solid #dedede;
}
.channel--body .revmsg-wrapper.email-signup--white .email-signup__dek,
.channel--body .revmsg-wrapper.email-signup--white .email-signup__hed {
  color: #666;
}
.channel--body .revmsg-wrapper.email-signup--white .rsform:before {
  border: 1px solid #dedede;
}
.channel--body .revmsg-wrapper.email-signup--turtle {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(/wp-content/themes/oco-wp/images/signup/turtle-small.jpg);
}
.channel--body .revmsg-wrapper.email-signup--turtle .email-signup__dek,
.channel--body .revmsg-wrapper.email-signup--turtle .email-signup__hed {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
.channel--body .revmsg-wrapper.email-signup--octopus {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(/wp-content/themes/oco-wp/images/signup/octopus-small.jpg);
}
.channel--body .revmsg-wrapper.email-signup--octopus .email-signup__dek,
.channel--body .revmsg-wrapper.email-signup--octopus .email-signup__hed {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
.channel--body .revmsg-wrapper.email-signup--coral {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(/wp-content/themes/oco-wp/images/signup/coral-small.jpg);
}
.channel--body .revmsg-wrapper.email-signup--coral .email-signup__dek,
.channel--body .revmsg-wrapper.email-signup--coral .email-signup__hed {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
.channel--body .revmsg-wrapper:not(.email-signup) input[type="email"],
.channel--body .revmsg-wrapper:not(.email-signup) input[type="text"] {
  padding: 0.65rem 0.9rem;
  font-size: 1.25em;
  color: #999;
  border: 2px solid #999;
  width: 100%;
}
.channel--body .revmsg-wrapper:not(.email-signup) input[type="email"]::-webkit-input-placeholder,
.channel--body .revmsg-wrapper:not(.email-signup) input[type="text"]::-webkit-input-placeholder {
  opacity: 1 !important;
}
.channel--body .revmsg-wrapper:not(.email-signup) input[type="email"]:-moz-placeholder,
.channel--body .revmsg-wrapper:not(.email-signup) input[type="email"]::-moz-placeholder,
.channel--body .revmsg-wrapper:not(.email-signup) input[type="text"]:-moz-placeholder,
.channel--body .revmsg-wrapper:not(.email-signup) input[type="text"]::-moz-placeholder {
  opacity: 1 !important;
}
.channel--body .revmsg-wrapper:not(.email-signup) input[type="email"]:-ms-input-placeholder,
.channel--body .revmsg-wrapper:not(.email-signup) input[type="text"]:-ms-input-placeholder {
  opacity: 1 !important;
}
.channel--body .revmsg-wrapper:not(.email-signup) input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  display: table;
  margin: 0;
  text-align: center;
  border: none;
  border-radius: 1.4375rem;
  padding: 0.6875rem 1.125rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  text-indent: 0.26em;
  font-family: Open Sans, sans-serif;
  font-size: 0.875rem;
  color: #fff;
  background: #e74b3c;
  cursor: pointer;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}
.channel--body .revmsg-wrapper:not(.email-signup) input[type="submit"]:hover {
  text-decoration: none;
  color: #fff;
  background: #2880d9;
}
.channel--body .revmsg-wrapper:not(.email-signup) .text {
  margin-bottom: 0.5rem;
}
.channel--body .revmsg-wrapper:not(.email-signup) .revmsg-loading,
.channel--body .revmsg-wrapper:not(.email-signup) .revmsg-success {
  font-weight: 400;
  font-size: larger;
}
.channel--body > :first-child {
  margin-top: 0;
}
.channel--body > :last-child {
  margin-bottom: 0;
}
.channel__aside > * {
  margin: 1.25rem 0;
}
.channel__aside .action {
  min-width: 100%;
}
.channel__fot {
  overflow: visible;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 1.25rem;
  padding: 0.75rem 0;
}
.single-job .channel__fot {
  display: block;
}
.channel__fot .tax-list__wrapper {
  display: none;
}
.single-job .channel__fot .tax-list__wrapper {
  display: block;
}
.channel__share {
  width: 105px;
}
.channel.no-image .channel__fot {
  box-ordinal-group: 4;
  -moz-order: 4;
  order: 4;
  -ms-flex-order: 4;
}
.channel--single-col {
  display: block;
}
.channel--single-col .channel--body {
  max-width: 770px;
  padding-right: 0;
  margin: 0 auto;
}
.channel--hedless {
  padding-top: 1.875rem;
}
.channel--not-bottom {
  padding-bottom: 0 !important;
}
.channel--no-top {
  padding-top: 0 !important;
}
.news .channel__fot {
  display: block;
}
.eddy {
  background: #323232;
  clear: both;
  color: #c9c9c9;
  padding: 0.75rem 1rem;
  line-height: 1;
  font-weight: 300;
  overflow: hidden;
  position: relative;
}
.page-template-page-children .eddy {
  margin-bottom: 2rem;
}
.eddy--gradients:before {
  left: 0;
  background-image: linear-gradient(90deg, #323232 50%, rgba(50, 50, 50, 0));
}
.eddy--gradients:after,
.eddy--gradients:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2rem;
  z-index: 10;
  background-color: transparent;
}
.eddy--gradients:after {
  right: 0;
  background-image: linear-gradient(90deg, rgba(50, 50, 50, 0) 0, #323232 50%);
}
.eddy__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.eddy--hed {
  display: none;
}
.eddy--hed b {
  font-weight: 700;
}
.eddy__nav-list {
  text-transform: uppercase;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  left: 0;
  top: 0;
  transition: left 0.3s ease-in-out;
}
.eddy__nav-list a {
  white-space: nowrap;
  display: block;
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-orient: vertical;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding: 0.75rem 0;
  width: 100%;
}
.eddy__nav-list a:hover {
  color: #2ba8dd;
  text-decoration: none;
}
.eddy__nav-list li {
  box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  z-index: 4;
}
.eddy__nav-list .current-menu-item a {
  cursor: default;
}
.eddy__nav-list .current-menu-item a:hover {
  text-decoration: none;
  color: #fff;
}
.eddy__scroll {


  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-orient: vertical;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  height: 100%;
  width: 16px;
}
.eddy__scroll .icon-arrow {
  fill: #fff;
  transition: fill 0.3s ease-in-out;
  height: 20px;
  width: 20px;


}
.eddy__scroll .icon-arrow__left {
  margin-left: auto;
  transform: rotate(180deg);
  transform-origin: center center;
}
.eddy__scroll.inactive {
  cursor: default;
}
.eddy__scroll.inactive .icon-arrow {
  fill: gray;
  transition: fill 0.3s ease-in-out 0.4s;
}
.eddy__scroll--hide {
  display: none;
}
.eddy--left {
  left: 0;
}
.eddy--right {
  right: 0;
}
.eddy--breadcrumbs {
  overflow: visible;
}
.eddy--breadcrumbs .eddy__inner {
  box-pack: start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
}
.eddy--breadcrumbs .eddy__nav-list {
  font-size: 0.75rem;
}
.eddy--breadcrumbs .newsroom__nav {
  position: relative;
  z-index: 2;
}
.eddy--breadcrumbs .newsroom__nav a {
  padding: 0.5rem 0.75rem;
}
.eddy-blue {
  background: #2ba8dd;
  color: #282828;
}
.eddy-blue:before {
  background-color: transparent;
  background-image: linear-gradient(90deg, #2ba8dd 50%, rgba(43, 168, 221, 0));
}
.eddy-blue:after {
  background-color: transparent;
  background-image: linear-gradient(90deg, rgba(43, 168, 221, 0) 0, #2ba8dd 50%);
}
.eddy-blue .eddy__nav-list a:hover {
  color: #282828;
}
.eddy-blue .eddy__nav-list .current-menu-item a:hover {
  color: #2ba8dd;
}
.eddy-blue .eddy__inner {
  box-pack: start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
}
.eddy-blue .eddy--hed {
  text-transform: uppercase;
  font-size: 0.875rem;
  margin-right: 0.75rem;
}
.eddy-blue .eddy__scroll.inactive .icon-arrow {
  fill: #c9c9c9;
}
.eddy__program-hed {
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0;
}
.newsroom__nav a {
  padding: 0.6875rem 1rem;
  border-radius: 50px;
  border: 1px solid #323232;
}
.newsroom__nav .current-menu-item a,
.newsroom__nav .current_page_item a {
  background: #2ba8dd;
  border: 1px solid #2ba8dd;
  box-shadow: inset 0 0 0 1px #323232;
  cursor: default;
}
.newsroom__nav .current-menu-item a:hover,
.newsroom__nav .current_page_item a:hover {
  color: #fff;
}
.search-results .newsroom__nav .current-menu-item a {
  background: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
}
.search-results .newsroom__nav .current-menu-item a:hover {
  color: #2ba8dd;
}
.blog__nav li {
  margin-left: 1.875rem;
}
.blog__nav li:first-child {
  margin-left: 0;
}
.blog__nav .current-menu-item a {
  font-size: 0.75rem;
  color: gray;
}
.archive_nav a {
  padding: 0.6875rem 1.125rem;
  border-radius: 50px;
  border: 1px solid #2ba8dd;
}
.archive_nav .current-menu-item a {
  color: #2ba8dd;
  border: 1px solid #fff;
}
.archive_nav .current-menu-item a,
.archive_nav .no-link {
  font-weight: 400;
  background: #fff;
  box-shadow: inset 0 0 0 1px #2ba8dd;
}
.archive_nav .no-link {
  white-space: nowrap;
  display: block;
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-orient: vertical;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  color: #2ba8dd;
  padding: 0.6875rem 1.125rem;
  border-radius: 50px;
  border: 1px solid #fff;
}
.page-parent .eddy__programs li:first-child a,
.post-type-archive .eddy__programs li:first-child a {
  position: relative;
  font-weight: 700;
  border-right-color: #666;
  background: #282828;
  color: #c9c9c9;
  cursor: default;
}
.page-parent .eddy__programs li:first-child a:hover,
.post-type-archive .eddy__programs li:first-child a:hover {
  color: #c9c9c9;
}
.page-parent .eddy__programs li:first-child a:hover:before,
.post-type-archive .eddy__programs li:first-child a:hover:before {
  background: #282828;
}
.page-parent .eddy__programs li:first-child a:before,
.post-type-archive .eddy__programs li:first-child a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1000px;
  width: 1000px;
  z-index: 0;
  background: #282828;
}
.page-parent .eddy__programs li:first-child:last-child,
.post-type-archive .eddy__programs li:first-child:last-child {
  display: none;
}
.eddy__programs {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  overflow: visible;
}
.eddy__programs .eddy__nav-list > li > a {
  position: relative;
  z-index: 3;
  background: #323232;
}
.eddy__programs li:first-child a {
  position: relative;
}
.eddy__programs li:first-child a:hover:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1000px;
  width: 1000px;
  z-index: 0;
  background: #2880d9;
}
.eddy__programs li a {
  border-right: 1px solid #666;
  font-size: 0.875rem;
  padding: 1rem 0.75rem;
  text-transform: capitalize;
  color: #c9c9c9;
  cursor: pointer !important;
}
.eddy__programs li a:hover {
  background: #2880d9 !important;
  color: #fff !important;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.25);
}
.eddy__programs li.current_page_ancestor a,
.eddy__programs li.current_page_item a {
  font-weight: 700;
  border-right-color: #666;
  background: #282828;
  color: #c9c9c9;
}
.eddy__programs li.current_page_ancestor a:hover,
.eddy__programs li.current_page_item a:hover {
  color: #c9c9c9;
}
.eddy__programs .page_item_has_children:last-of-type .children:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  background: #323232;
  width: 60px;
  height: 46px;
}
.eddy__programs .page_item_has_children:hover > a {
  background: transparent;
}
.eddy__programs .page_item_has_children > a {
  position: relative;
  z-index: 1;
  background: #323232;
}
.eddy__programs .page_item_has_children > a:hover {
  background: transparent;
  border-right-color: #666;
}
.eddy__programs .page_item_has_children:hover a {
  color: #fff;
}
.eddy__programs .page_item_has_children:hover .children {
  max-height: 800px;
}
.eddy__programs .children {
  display: none;
}
.eddy__programs .children li {
  display: block !important;
}
.eddy__programs .children li:first-child {
  margin-top: 48px;
}
.eddy__programs .children a {
  line-height: 1.15;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  border-bottom: 1px solid #3f3f3f;
  background: transparent;
  white-space: normal;
  font-weight: 300 !important;
  border-right: none;
  color: #fff;
}
.eddy__programs .children a:before {
  display: none !important;
}
.eddy__programs .children a:hover {
  color: #282828;
}
.eddy__programs .eddy__inner {
  padding: 0;
  max-width: 1228px;
}
.nav-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  transition: left 0.3s ease-in-out;
  position: relative;
  width: 100%;
}
.nav-wrapper--space {
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.nav-wrapper .breadcrumbs,
.nav-wrapper .newsroom__nav {
  box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.nr-search-form {
  padding-left: 0.75rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-orient: vertical;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 38px;
  display: block;
  position: relative;
}
.nr-search-form__input {
  padding: 0.625rem 0.3125rem 0.625rem 2.5rem;
  border: none;
  font-size: 0.875rem;
  line-height: 1.15;
  color: #fff;
  background: transparent;
  border-radius: 1.4375rem;
  border: 1px solid #fff;
  outline: none;
  opacity: 1;
  width: 230px;
}
.nr-search-form__input::-webkit-input-placeholder {
  opacity: 1;
  font-family: Open Sans, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #ebebeb;
  font-size: 0.75rem;
}
.nr-search-form__input:-moz-placeholder,
.nr-search-form__input::-moz-placeholder {
  opacity: 1;
  font-family: Open Sans, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #ebebeb;
  font-size: 0.75rem;
}
.nr-search-form__input:-ms-input-placeholder {
  opacity: 1;
  font-family: Open Sans, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #ebebeb;
  font-size: 0.75rem;
}
.nr-search-form__submit {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28.13'%3E%3Cpath d='M12.73 8.3a4.45 4.45 0 1 0 4.45 4.45 4.45 4.45 0 0 0-4.45-4.45zM14 0a14 14 0 1 0 14 14A14 14 0 0 0 14 0zm8.08 21.19l-.89.89a.62.62 0 0 1-.89 0l-3.44-3.44a.3.3 0 0 0-.38-.06 6.83 6.83 0 0 1-3.75 1.08 7 7 0 1 1 7-7 6.83 6.83 0 0 1-1.08 3.75c-.06.13-.06.32.06.38l3.44 3.44a.76.76 0 0 1-.07.99z' fill='%23fff'/%3E%3C/svg%3E")
    no-repeat 0 0;
  background-size: cover;
  text-indent: 200px;
  overflow: hidden;
  border: none;
  height: 28px;
  width: 28px;
  padding: 0;
  cursor: pointer;
}
.test-form {
  margin: 3.125rem 0;
}
.breaker {
  background: #fff;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.15s ease-in-out;
  height: 100%;
}
.breaker:hover {
  box-shadow: 0 0 11px 4px rgba(0, 0, 0, 0.2);
}
.breaker--dark {
  background: #323232;
  box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.22);
}
.breaker--dark .breaker__hed {
  padding: 9px 12px 16px 20px;
}
.breaker--dark .breaker--hed {
  color: #fff;
  border-bottom: 1px solid hsla(0, 0%, 59%, 0.5);
  box-shadow: none;
  padding-bottom: 0.625rem;
}
.breaker--dark:hover {
  box-shadow: 0 0 22px 8px rgba(0, 0, 0, 0.5);
}
.breaker--darkarchive {
  background: #323232;
  box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.22);
}
.breaker--darkarchive .breaker--hed {
  color: #fff;
  border-bottom: none;
  box-shadow: none;
  line-height: 1.15;
}
.breaker--darkarchive .breaker__excerpt {
  color: #c9c9c9;
  border-bottom: 1px solid hsla(0, 0%, 59%, 0.5);
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.2;
}
.breaker--darkarchive .breaker__fot {
  padding-top: 4px;
}
.breaker--darkarchive:hover {
  box-shadow: 0 0 22px 8px rgba(0, 0, 0, 0.5);
}
.breaker__wrapper {
  line-height: 1;
  padding: 1.4375rem 1rem;
}
.breaker__wrapper--black {
  background-color: #323232;
}
.breaker__wrapper.center .breaker__list {
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.breaker__wrapper.three-up {
  padding: 0;
}
.breaker__wrapper.three-up .breaker {
  box-shadow: none;
  background: transparent;
}
.breaker__wrapper.three-up .breaker:hover {
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.12);
}
.breaker__wrapper.three-up .breaker__li {
  margin-bottom: 0;
}
.breaker__wrapper.three-up .breaker__link {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 150px;
}
.breaker__wrapper.three-up .breaker__image {
  box-flex: 0;
  -moz-flex: 0 1 33.3333%;
  -ms-flex: 0 1 33.3333%;
  flex: 0 1 33.3333%;
  max-width: 150px;
  border-bottom: none;
  padding-top: 0;
  height: auto;
}
.breaker__wrapper.three-up .breaker__image picture {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.breaker__wrapper.three-up .breaker__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: auto;
  transform: translate(-50%, -50%);
}
.breaker__wrapper.three-up .breaker__hed {
  padding: 0.5rem 1.125rem 0.75rem;
  box-flex: 1;
  -moz-flex: 1 1 66.6667%;
  -ms-flex: 1 1 66.6667%;
  flex: 1 1 66.6667%;
  border-top: 1px solid #dedede;
}
.breaker__wrapper.three-up .breaker--hed {
  border-bottom: none;
  box-shadow: none;
  font-size: 1.3125rem;
  line-height: 1.15;
}
.breaker__wrapper.three-up .breaker--led {
  font-size: 0.8125rem;
  line-height: 1.33;
}
.breaker__wrapper--hed {
  font-weight: 300;
  color: gray;
  font-size: 1.5rem;
  max-width: 1280px;
  margin: 0 auto 0.625rem;
  padding-left: 0.625rem;
}
.breaker__wrapper--hed b {
  font-weight: 700;
}
.breaker__wrapper--hed--narrow {
  max-width: 1240px;
}
.breaker__list {
  max-width: 1280px;
  margin: 0 auto;
}
.breaker__list--narrow {
  max-width: 1240px;
}
.breaker__li,
.breaker__li--highlight {
  margin-bottom: 1rem;
}
.breaker__link {
  display: block;
  color: inherit;
  height: 100%;
}
.breaker__link:hover {
  text-decoration: none;
}
.breaker__image {
  position: relative;
  height: 0;
  padding-top: 71%;
  overflow: hidden;
  border-bottom: 2px solid #2ba8dd;
  background: #323232 url(/wp-content/themes/oco-wp/images/breaker_bg.png) no-repeat 50%;
}
.breaker picture {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.breaker img,
.breaker picture {
  display: block;
  position: absolute;
}
.breaker img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: none;
  height: 100%;
}
.breaker__hed {
  padding: 0.5625rem 0.75rem 1.875rem 1.25rem;
}
.breaker--hed {
  font-weight: 700;
  line-height: 1.2;
  font-size: 1.5rem;
  border-bottom: 1px solid #f9f9f9;
  box-shadow: 0 1px 0 0 #f3f3f3;
  padding-bottom: 0.1875rem;
  margin-bottom: 0.1875rem;
}
.breaker__fot {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  box-align: start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.5;
}
.breaker__date {
  font-family: Open Sans, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #969696;
  font-size: 0.75rem;
  letter-spacing: 0.025em;
  white-space: nowrap;
}
.breaker__author {
  line-height: 1.1;
  font-size: 0.8125rem;
  color: #969696;
  text-decoration: none;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-align: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
  -ms-flex-align: baseline;
}
.breaker__author__link {
  color: #2ba8dd;
}
.breaker__author__link:hover {
  text-decoration: underline;
}
.breaker__author:hover:before {
  background: #2ba8dd;
}
.breaker__author:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border: 2px solid #2ba8dd;
  border-radius: 50%;
  transition: background 0.15s ease-in-out;
  margin-right: 5px;
}
.breaker__source {
  line-height: 1.1;
  font-size: 0.8125rem;
  color: #f39b12;
  text-decoration: none;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-align: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
  -ms-flex-align: baseline;
}
.breaker__dark {
  background: #282828;
  padding-bottom: 0.5rem;
}
.breaker__dark .breaker {
  background: transparent;
  box-shadow: none;
}
.breaker__dark .breaker:hover {
  box-shadow: none;
}
.breaker__dark .breaker__hed {
  padding: 0.5625rem 0 1.0625rem;
}
.breaker__dark .breaker--hed {
  color: #fff;
  border-bottom: 1px solid #303030;
  box-shadow: 0 1px 0 0 #3d3d3d;
}
.breaker--job .breaker__hed {
  padding-top: 0;
  border-top: 2px solid #2ba8dd;
}
.breaker--job .breaker--hed {
  border-bottom: none;
  box-shadow: none;
}
.breaker--job .breaker--sub {
  color: #2ba8dd;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  letter-spacing: 0.14em;
  font-size: 0.75rem;
  margin: 0.8em 0 0.6em;
}
.breaker__marquee {
  padding: 0;
}
.breaker__marquee .breaker {
  background: transparent;
  box-shadow: none;
}
.breaker__marquee .breaker:hover {
  box-shadow: none;
}
.breaker__marquee .breaker:hover picture {
  box-shadow: 0 0 22px 8px rgba(0, 0, 0, 0.5);
}
.breaker__marquee .breaker__wrapper--hed {
  padding-left: 0;
  margin-bottom: 1rem;
}
.breaker__marquee .breaker__li {
  padding: 0;
  margin-bottom: 2rem;
  max-width: none;
}
.breaker__marquee .breaker__li:last-child {
  margin-bottom: 0;
}
.breaker__marquee .breaker__image {
  position: static;
  height: auto;
  padding-top: 0;
}
.breaker__marquee .breaker picture {
  position: static;
  transform: translateY(0);
  box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.22);
}
.breaker__marquee .breaker__hed {
  padding: 0.75rem 0 0;
}
.breaker__marquee .breaker--hed {
  color: #fff;
  border-bottom: 1px solid #575757;
  border-bottom: 1px solid #303030;
  box-shadow: 0 1px 0 0 #3d3d3d;
  text-shadow: 1px 1px 0 #000;
}
.breaker__marquee .breaker__date {
  text-shadow: 1px 1px 0 #000;
}
.breaker__marquee .breaker__author {
  color: #fff;
}
.breaker__marquee .breaker__author:hover:before {
  background: #fff;
}
.breaker__marquee .breaker__author:before {
  border-color: #fff;
}
.breaker-quote {
  border-radius: 16px;
  background: #000;
  color: #fff;
  padding: 0.75rem 1.5rem 0.75rem 1.125rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.breaker-quote__li {
  max-width: 1280px;
  margin: 0 auto;
}
.breaker-quote__img {
  margin-right: 1.125rem;
  box-flex: 0;
  -moz-flex: 0 0 60px;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  max-width: 60px;
}
.breaker-quote__img picture {
  display: block;
  overflow: hidden;
  border-radius: 50%;
  border: 4px solid #fff;
  height: 60px;
  position: relative;
}
.breaker-quote__img img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.breaker-quote__text {
  font-family: Noticia Text, serif;
}
.breaker-quote__author {
  font-weight: 700;
  color: #2ba8dd;
  margin: 2px 0;
}
.breaker-quote__author a {
  white-space: nowrap;
  color: #2ba8dd;
}
.breaker-quote__author a:hover {
  color: #2880d9;
  text-decoration: underline;
}
.breaker-quote__author-title {
  color: gray;
  font-size: 0.8125rem;
}
.breaker-cta {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.breaker-cta__li {
  max-width: 1280px;
  margin: 3.125rem auto;
}
.breaker-cta__li--landing {
  box-ordinal-group: 0;
  -moz-order: 0;
  order: 0;
  -ms-flex-order: 0;
}
.breaker-cta__li--secondary {
  box-ordinal-group: 1;
  -moz-order: 1;
  order: 1;
  -ms-flex-order: 1;
}
html:not(.gutenberg) .author-bio {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-orient: vertical;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  line-height: 1;
}
html:not(.gutenberg) .author-bio__content {
  width: 100%;
}
html:not(.gutenberg) .author-bio__image {
  max-width: 200px;
  max-height: 200px;
}
html:not(.gutenberg) .author-bio__image picture {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  height: 0;
  padding-top: calc(100% - 16px);
  border-radius: 50%;
  border: 8px solid #fff;
}
html:not(.gutenberg) .author-bio__image img:not(.icon-logo) {
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
html:not(.gutenberg) .author-bio__image .icon-logo {
  width: 150px;
  height: 150px;
  fill: #2ba8dd;
}
html:not(.gutenberg) .author-bio__hed {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 0.125rem;
}
html:not(.gutenberg) .author-bio--hed {
  color: #fff;
  font-weight: 700;
  font-size: 1.625rem;
  margin: 0 1.375rem 0.625rem 0;
}
html:not(.gutenberg) .author-bio--sub {
  color: #2ba8dd;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.2em;
  margin-bottom: 0.625rem;
}
html:not(.gutenberg) .author-bio__smlinks {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.625rem;
}
html:not(.gutenberg) .author-bio__smlink {
  display: block;
  border-radius: 50%;
  height: 36px;
  width: 36px;
  overflow: hidden;
  box-flex: 0;
  -moz-flex: 0 0 36px;
  -ms-flex: 0 0 36px;
  flex: 0 0 36px;
  margin-right: 0.625rem;
}
html:not(.gutenberg) .author-bio__smlink:last-child {
  margin-right: 0;
}
html:not(.gutenberg) .author-bio .icon {
  height: 100%;
  width: 100%;
  padding: 8px;
  display: block;
  fill: #fff;
}
html:not(.gutenberg) .author-bio .icon__facebook {
  background: #2880d9;
}
html:not(.gutenberg) .author-bio .icon__twitter {
  background: #2ba8dd;
}
html:not(.gutenberg) .author-bio__body {
  border-top: 1px solid gray;
  color: #c9c9c9;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
  padding-top: 0.375rem;
  margin-bottom: 1.25rem;
}
html:not(.gutenberg) .author-bio__body > * {
  margin: 1.125rem 0;
}
html:not(.gutenberg) .author-bio__body > :first-child {
  margin-top: 0;
}
html:not(.gutenberg) .author-bio__body > :last-child {
  margin-bottom: 0;
}
html:not(.gutenberg) .author-bio__body h1,
html:not(.gutenberg) .author-bio__body h2,
html:not(.gutenberg) .author-bio__body h3,
html:not(.gutenberg) .author-bio__body h4,
html:not(.gutenberg) .author-bio__body h5,
html:not(.gutenberg) .author-bio__body h6 {
  font-weight: 700;
  font-size: 1.25rem;
}
html:not(.gutenberg) .author-bio__body ul {
  padding-left: 1.2em;
  list-style-type: disc;
}
html:not(.gutenberg) .author-bio__body ol {
  padding-left: 1.3em;
  list-style-type: decimal;
}
html:not(.gutenberg) .author-bio__body li {
  line-height: 1.2;
  margin-bottom: 0.4em;
}
html:not(.gutenberg) .author-bio__body a {
  color: #fff;
  font-weight: 400;
}
html:not(.gutenberg) .author-bio__body a:hover {
  text-decoration: underline;
}
html:not(.gutenberg) .author-bio__quote {
  margin-bottom: 1.25rem;
}
html:not(.gutenberg) .author-bio__quote blockquote {
  color: #323232;
  font-family: Noticia Text, serif;
  font-size: 1.0625rem;
  line-height: 1.4;
  background: #fff;
  border-radius: 14px;
  padding: 1rem 1rem 1.25rem 1.25rem;
  position: relative;
}
html:not(.gutenberg) .author-bio__quote blockquote:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  border: 0;
  border-style: solid;
  bottom: -27px;
  right: 27px;
  border-top-width: 27px;
  border-right-width: 31px;
  border-color: #fff transparent;
}
html:not(.gutenberg) .author-bio__quote blockquote:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  border: 0;
  border-style: solid;
  bottom: -27px;
  right: 52px;
  border-bottom-width: 27px;
  border-left-width: 6px;
  border-color: transparent #282828;
}
html:not(.gutenberg) .author {
  font-weight: 300;
  line-height: 1.1;
  box-orient: vertical;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
  break-inside: avoid-column;
  -webkit-backface-visibility: hidden;
}
html:not(.gutenberg) .author,
html:not(.gutenberg) .author__link {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
html:not(.gutenberg) .author__link {
  color: inherit;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
html:not(.gutenberg) .author__link:hover {
  text-decoration: none;
}
html:not(.gutenberg) .author__link .icon-logo {
  fill: #2ba8dd;
  width: 40px;
  height: 40px;
}
html:not(.gutenberg) .author__image {
  box-ordinal-group: -1;
  -moz-order: -1;
  order: -1;
  -ms-flex-order: -1;
  flex-shrink: 0;
  -ms-flex-negative: 0;
  width: 40px;
  height: 40px;
  margin-right: 1rem;
  position: relative;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
  break-inside: avoid-column;
  -webkit-backface-visibility: hidden;
}
html:not(.gutenberg) .author__image picture {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 4px solid #fff;
  border-radius: 50%;
}
.gulf-clear html:not(.gutenberg) .author__image picture {
  border-color: #2ba8dd;
}
html:not(.gutenberg) .author__image img:not(.icon-logo) {
  display: block;
  height: 100%;
  max-width: none;
  width: auto;
  position: absolute;
  border-radius: 50%;
}
html:not(.gutenberg) .author__list {
  margin: 1rem 0;
}
html:not(.gutenberg) .author__list .author {
  width: 100%;
}
html:not(.gutenberg) .author__list .author__image picture {
  border-width: 2px;
}
html:not(.gutenberg) .author__leader-list {
  column-count: auto;
}
html:not(.gutenberg) .author__leader-list .author__item {
  display: block;
  margin: 0 0 1.4375rem;
}
html:not(.gutenberg) .author__bod-list .author__image {
  display: none;
}
html:not(.gutenberg) .author__bod-list .author__item {
  margin: 0 0 1.4375rem;
}
html:not(.gutenberg) .author__item {
  margin: 0 0 1.4375rem;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
  break-inside: avoid-column;
  -webkit-backface-visibility: hidden;
}
html:not(.gutenberg) .author__item br {
  display: block;
}
html:not(.gutenberg) .author__link,
html:not(.gutenberg) .author__name {
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
  break-inside: avoid-column;
  -webkit-backface-visibility: hidden;
}
html:not(.gutenberg) .author__name {
  color: #c9c9c9;
  font-size: 1rem;
}
html:not(.gutenberg) .author__title {
  color: #2ba8dd;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-top: 0.5rem;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
  break-inside: avoid-column;
  -webkit-backface-visibility: hidden;
}
html:not(.gutenberg) .author__location {
  font-size: 0.6875rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #282828;
  margin-top: 0.5rem;
}
html:not(.gutenberg) .author-list {
  margin-top: 0.625rem;
}
html:not(.gutenberg) .author-list__item {
  margin: 0 0 1.125rem;
  padding-right: 1.25rem;
}
html:not(.gutenberg) .author-list .author {
  line-height: 1.55;
}
html:not(.gutenberg) .author-list .author__image {
  box-flex: 0;
  -moz-flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  max-width: 50px;
  margin-right: 23px;
}
html:not(.gutenberg) .author-list .author__name {
  color: #c9c9c9;
  font-size: 1.25rem;
}
html:not(.gutenberg) .author-list .author__title {
  color: #2ba8dd;
  font-size: 0.875rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
html:not(.gutenberg) .channel__fot .post-author {
  box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-right: 0.5rem;
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
}
html:not(.gutenberg) .channel__fot .author__image {
  box-flex: 0;
  -moz-flex: 0 0 54px;
  -ms-flex: 0 0 54px;
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  margin-right: 0.875rem;
}
html:not(.gutenberg) .channel__fot .author__image picture {
  border: 2px solid #2ba8dd;
}
html:not(.gutenberg) .channel__fot .author__image img:not(.icon-logo) {
  height: calc(100% + 4px);
}
html:not(.gutenberg) .channel__fot .author__name {
  color: #2ba8dd;
  font-size: 0.875rem;
  font-weight: 400;
  white-space: nowrap;
}
html:not(.gutenberg) .channel__fot .author__title {
  box-ordinal-group: -1;
  -moz-order: -1;
  order: -1;
  -ms-flex-order: -1;
  color: #818181;
  font-size: 0.6875rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.gulf,
html:not(.gutenberg) .tax-author .icon__email {
  color: #fff;
}
.gulf {
  background: #282828;
  line-height: 1;
  padding: 1.375rem 1rem 1.25rem;
}
.gulf--alt {
  background: transparent;
}
.gulf.blog-sect {
  background: #3f3f3f url(/wp-content/themes/oco-wp/images/dark_pattern.gif) 0 50%;
}
.gulf .blog-sect__hed {
  text-align: center;
  font-size: 1.625rem;
  font-weight: 700;
  margin: 0.2em auto 1.9375rem;
  color: #2ba8dd;
  max-width: 1200px;
}
.gulf .blog-sect__hed.blog-sect__hed--authors,
.gulf__inner {
  max-width: 1280px;
}
.gulf__inner {
  margin: 0 auto;
}
.gulf__inner-narrow {
  max-width: 1200px;
  margin: 0 auto;
}
.gulf--hed {
  text-align: center;
  font-size: 1.625rem;
  font-weight: 700;
  margin-bottom: 1.9375rem;
  color: #2ba8dd;
}
.gulf__hed {
  color: gray;
  font-weight: 300;
  font-size: 1.375rem;
  margin: 0.875rem 0 1.3125rem;
}
.gulf__hed b {
  font-weight: 700;
}
.gulf--newsroom .gulf__inner {
  padding-left: 0;
  max-width: 1200px;
}
.gulf-blog {
  padding: 1.5625rem 1rem 2rem;
}
.gulf-ripple .gulf__inner,
.gulf-ripples .gulf__inner {
  max-width: 1200px;
}
.gulf-clear {
  background: #fff;
  color: #282828;
}
.gulf-clear .gulf__hed {
  color: #323232;
}
.gulf-clear .author__name {
  color: #282828;
}
.ripple__sect {
  margin-bottom: 2rem;
}
.ripple__sect--hed {
  color: gray;
  font-weight: 300;
  font-size: 1.375rem;
  margin: 0.875rem 0 1.3125rem;
}
.ripple__sect--hed b {
  font-weight: 700;
}
.ripple__grid {
  margin: 0 auto 2rem;
}
.ripple__grid .ripple {
  width: calc(50% - 1px);
  margin-right: 1px;
}
.ripple__grid .ripple__list {
  max-width: none;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ripple__grid .ripple__link {
  padding: 1rem 0.625rem 0.875rem;
}
.ripple__grid .ripple__photo,
.ripple__grid .ripple__video {
  width: calc(50% - 4px);
  margin-right: 4px;
  margin-bottom: 4px;
}
.ripple--financial,
.ripple__report {
  text-align: center;
}
.ripple--financial .download-icon,
.ripple__report .download-icon {
  width: 24px;
  height: 24px;
  padding: 3px 2px 2px 3px;
  fill: #282828;
  background: #2ba8dd;
  border-radius: 50%;
  flex-shrink: 0;
  -ms-flex-negative: 0;
  margin-left: 0.4375rem;
}
.ripple--financial__image,
.ripple__report__image {
  display: none;
}
.ripple--financial .icon-logo,
.ripple__report .icon-logo {
  height: 80px;
  width: 80px;
  fill: #2ba8dd;
  margin: 0 auto;
}
.ripple--financial--hed,
.ripple__report--hed {
  line-height: 1.25;
  font-weight: 700;
  text-align: left;
}
.ripple--financial--sub,
.ripple__report--sub {
  display: none;
}
.ripple--financial .ripple__link,
.ripple__report .ripple__link {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.ripple__photo {
  text-align: center;
}
.ripple__photo .ripple__link {
  display: block;
  padding: 0;
  position: relative;
}
.ripple__photo .ripple__link:hover .ripple__photo__hed {
  opacity: 1;
  background: rgba(40, 40, 40, 0.7);
}
.ripple__photo__image picture {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 69.277%;
}
.ripple__photo__image img:not(.icon-logo) {
  max-width: none;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ripple__photo__hed {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(40, 40, 40, 0);
  padding: 0 0.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-orient: vertical;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.ripple__photo--hed,
.ripple__photo--sub {
  font-size: 0.9375rem;
  line-height: 1.47;
}
.ripple__photo--sub {
  color: #999;
}
.ripple__video {
  text-align: center;
}
.ripple__video .ripple__link {
  display: block;
  padding: 0;
  position: relative;
}
.ripple__video__image picture {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.ripple__video__image img {
  max-width: none;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ripple__video__hed {
  display: none;
}
.ripple__video .icon-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  fill: #2ba8dd;
}
.ripple__list {
  margin: 1rem auto;
  max-width: 980px;
}
.ripple__item {
  margin-bottom: 1px;
  background-color: #323232;
  box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.14);
  position: relative;
}
.ripple__item:hover {
  box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.85);
  z-index: 1;
}
.ripple__link {
  color: inherit;
  display: block;
  padding: 1rem 0.625rem 1rem 0.75rem;
}
.ripple__link:hover {
  text-decoration: none;
}
.ripple__image {
  display: none;
}
.ripple__image picture {
  display: block;
  overflow: hidden;
  border-radius: 50%;
}
.ripple__image img {
  max-width: none;
  height: inherit;
}
.ripple__image .icon-logo {
  width: 90px;
  height: 90px;
  fill: #2ba8dd;
}
.ripple--hed {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}
.ripple--sub {
  color: #2ba8dd;
  font-family: Open Sans, sans-serif;
  letter-spacing: 0.14em;
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0.3125rem;
}
.ripple__body {
  color: #ebebeb;
  margin-bottom: 0.25rem;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.15;
}
.ripple__sect .ripple__body {
  font-size: 0.875rem;
  color: #dedede;
}
.ripple__fot {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-align: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
  -ms-flex-align: baseline;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.3;
  color: #c9c9c9;
  font-family: Open Sans, sans-serif;
  letter-spacing: 0.06em;
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
}
.ripple__author {
  display: inline;
  font-size: 0.8125rem;
  color: #f39b12;
  white-space: nowrap;
  letter-spacing: normal;
  font-family: Roboto, sans-serif;
  text-transform: none;
}
.ripple__sub {
  max-width: 980px;
  margin: 1rem auto;
  line-height: 1.6;
  font-size: 0.8125rem;
  color: #c9c9c9;
}
.ripple__sub > * {
  margin: 1em 0;
}
.ripple__sub b,
.ripple__sub strong {
  color: #fff;
}
.financials {
  width: calc(50% - 1px);
  margin: 0 1px 1.75rem 0;
}
.financials__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.financials--hed,
.financials--sub {
  color: gray;
  font-weight: 300;
  line-height: 1.1;
  padding-right: 1rem;
}
.financials--hed {
  font-weight: 700;
}
.webinars {
  position: relative;
}
.webinars .ripple__report--hed {
  color: #fff;
}
.webinars .ripple__link {
  height: 100%;
}
.webinars .icon-logo {
  height: 97px;
  width: 97px;
}
.webinars .ripple__video-icon {
  display: none;
}
.section--ripples .ripple__sect--hed {
  text-align: left;
}
.uprush {
  position: relative;
  z-index: 0;
  background: #323232;
  overflow: hidden;
  box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.22);
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-orient: vertical;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}
.uprush:hover {
  box-shadow: 0 0 22px 8px rgba(0, 0, 0, 0.5);
}
.uprush__wrapper {
  margin-bottom: 1.5rem;
}
.uprush__wrapper--hed {
  font-weight: 300;
  color: gray;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.uprush__wrapper--hed b {
  font-weight: 700;
}
.uprush__wrapper--center {
  margin: auto;
  margin-bottom: 1.5rem;
}
.uprush__link {
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-orient: vertical;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  box-pack: end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
}
.uprush__link:hover {
  text-decoration: none;
}
.uprush__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.uprush__image:after {
  content: "";
  display: block;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(51, 51, 51, 0);
  background-image: linear-gradient(180deg, rgba(51, 51, 51, 0) 0, #333);
}
.uprush__image picture {
  display: block;
}
.uprush__image img {
  display: block;
  width: 100%;
  height: auto;
}
.uprush__hed {
  position: relative;
  z-index: 1;
  padding: 2.25rem 1rem 0.4375rem;
  background-color: rgba(51, 51, 51, 0);
  background-image: linear-gradient(180deg, rgba(51, 51, 51, 0) 0, rgba(51, 51, 51, 0.33) 3.125rem, #333);
}
.uprush--hed {
  font-weight: 700;
  color: #fff;
  line-height: 1;
  font-size: 1.75rem;
  text-shadow: 1px 1px 0 #000;
  border-bottom: 2px solid #2ba8dd;
  padding-bottom: 0.4375rem;
}
.uprush__fot {
  position: relative;
  z-index: 1;
  padding: 0 1rem 1.5rem;
  background: #323232;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  box-align: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
  -ms-flex-align: baseline;
}
.uprush__fot--left .tax-list__wrapper {
  display: none;
}
.uprush__author {
  display: inline-block;
}
.uprush__author a.author__link:hover .author__name {
  text-decoration: underline;
}
.uprush__author a.author__link .author__name {
  color: #f39b12;
}
.uprush__author .author__link {
  color: #818181;
  box-orient: vertical;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}
.uprush__author .author {
  text-align: right;
  line-height: 1;
}
.uprush__author .author__image {
  display: none;
}
.uprush__author .author__name {
  color: #818181;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.15;
}
.uprush__author .author__name a {
  color: #f39b12;
  white-space: nowrap;
}
.uprush__author .author__title {
  display: none;
  margin-bottom: 0.25em;
}
.uprush--date {
  display: block;
  font-size: 0.6875rem;
  color: #c9c9c9;
  font-family: Open Sans, sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.uprush__carousel.noanimate {
  transition: margin-left 0ms ease-in-out;
}
.uprush__carousel .uprush {
  width: 100%;
  display: none;
}
.uprush__carousel .uprush:nth-child(-n + 2) {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.uprush__carousel .uprush:hover {
  box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.22);
}
.uprush__carousel .uprush.ondeck {
  box-ordinal-group: -1;
  -moz-order: -1;
  order: -1;
  -ms-flex-order: -1;
}
.uprush__carousel .uprush.inhole {
  box-ordinal-group: -2;
  -moz-order: -2;
  order: -2;
  -ms-flex-order: -2;
}
.uprush__carousel .uprush--hed {
  position: relative;
}
.uprush__carousel .uprush--hed:before {
  content: "blog";
  display: block;
  position: absolute;
  top: -15px;
  left: 0;
  color: #2ba8dd;
  font-size: 0.625rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  font-family: Open Sans, sans-serif;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.44);
}
.uprush__carousel--nav {
  display: none;
}
.uprush__carousel--nav .icon {
  height: 100%;
  width: 100%;
  display: block;
  fill: #2ba8dd;
}
.uprush__carousel--link {
  z-index: 100;
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  display: block;
  background: rgba(40, 40, 40, 0.75);
  height: 75px;
  width: 75px;
  border-radius: 50%;
}
.uprush__carousel--link.carousel-next {
  left: auto;
  right: 1rem;
}
.gulf-carousel {
  overflow: scroll;
  position: relative;
  padding: 0;
}
.fjord {
  position: relative;
  text-align: center;
  line-height: 1;
  background: url(/wp-content/themes/oco-wp/images/light_pattern.gif) repeat 0 50%;
  padding: 1.375rem 1rem 2.25rem;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.fjord--ft-background {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.fjord--0 {
  padding-top: 4rem;
}
.fjord--ft-background.fjord--tall:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: hsla(0, 0%, 100%, 0.6);
}
.fjord--ft-background.fjord--tall.fjord--dark:before {
  background: rgba(40, 40, 40, 0.4);
}
.fjord__inner {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.fjord__inner > :first-child {
  margin-top: 0;
}
.fjord__waves {
  width: 90px;
  height: 15px;
  margin: 0 auto;
}
.fjord--hed {
  font-size: 28px;
  margin: 0.475em 0;
  font-weight: 700;
}
.fjord--hed.cyan {
  text-shadow: 2px 2px 0 hsla(0, 0%, 100%, 0.36);
}
.fjord--sub {
  font-family: Open Sans, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  font-size: 0.875rem;
  line-height: 1.47;
  color: #2880d9;
  margin-bottom: 2em;
}
.fjord--sub.narrow {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.fjord--led {
  color: #666;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
}
.fjord--led.narrow {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.fjord--led p {
  margin-bottom: 1.4em;
}
.fjord--led p:last-child {
  margin-bottom: 0;
}
.fjord--led h1,
.fjord--led h2,
.fjord--led h3,
.fjord--led h4,
.fjord--led h5,
.fjord--led h6 {
  font-weight: 700;
  margin-bottom: 3em;
  font-size: 1.125rem;
  line-height: 1.15;
}
.fjord--led strong {
  font-weight: 400;
  font-size: 1.125rem;
}
.fjord.fjord--dark .black {
  color: #fff;
  text-shadow: 1px 0 0 rgba(0, 0, 0, 0.42);
}
.fjord .blue {
  color: #2880d9;
  fill: #2880d9;
  text-shadow: 2px 1px 1px hsla(0, 0%, 100%, 0.6);
}
.fjord .white {
  color: #fff;
  fill: #fff;
  text-shadow: 1px 0 0 rgba(0, 0, 0, 0.42);
}
.fjord .black {
  color: #323232;
  fill: #323232;
}
.fjord .gray {
  color: #666;
  fill: #666;
}
.fjord .cyan {
  color: #2ba8dd;
  fill: #2ba8dd;
}
.fjord .action {
  margin-top: 2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.waves {
  background: url(/wp-content/themes/oco-wp/images/light_pattern.gif) 0 50%;
}
.waves--blue {
  background: url(/wp-content/themes/oco-wp/images/light_pattern--blue.gif) 0 50%;
}
.waves--black {
  background: #393939 url(/wp-content/themes/oco-wp/images/dark_pattern.gif) 0 50%;
}
.stories {
  line-height: 1;
  background: #2880d9 url(/wp-content/themes/oco-wp/images/blue_pattern.gif) 0 50%;
  padding: 1.375rem 1rem 1.875rem;
}
.stories__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.stories--hed {
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 0 #257ad0;
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 0.86em;
}
.stories--deepdive {
  background: transparent;
  padding-top: 0;
}
.stories__list {
  display: block;
}
.stories__li {
  margin-bottom: 2rem;
}
.stories__quote {
  background: #fff;
  border-radius: 14px;
  position: relative;
  padding: 0.875rem 1rem 1rem 1.25rem;
  margin-bottom: 1rem;
}
.stories__quote:before {
  border: 0;
  border-style: solid;
  right: 27px;
  border-top-width: 27px;
  border-right-width: 31px;
  border-color: #fff transparent;
}
.stories__quote:after,
.stories__quote:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  bottom: -27px;
}
.stories__quote:after {
  border: 0;
  border-style: solid;
  right: 52px;
  border-bottom-width: 27px;
  border-left-width: 6px;
  border-color: transparent #3085da;
}
.stories__quote--led {
  color: #323232;
  font-family: Noticia Text, serif;
  font-size: 1.125rem;
  line-height: 1.35;
  margin-bottom: 0.55em;
}
.stories__quote--author {
  font-size: 1.1875rem;
  font-weight: 700;
  color: #2880d9;
  margin-bottom: 0.15em;
}
.stories__quote--title {
  color: gray;
  font-size: 0.9375rem;
  line-height: 1.33;
}
.stories__quote--deepdive {
  background: #2ba8dd;
  color: #fff;
}
.stories__quote--deepdive .stories__quote--author,
.stories__quote--deepdive .stories__quote--led,
.stories__quote--deepdive .stories__quote--title {
  color: #fff;
}
.stories__quote--deepdive:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  border: 0;
  border-style: solid;
  bottom: -27px;
  right: 27px;
  border-top-width: 27px;
  border-right-width: 31px;
  border-color: #2ba8dd transparent;
}
.stories__quote--deepdive:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  border: 0;
  border-style: solid;
  bottom: -27px;
  right: 52px;
  border-bottom-width: 27px;
  border-left-width: 6px;
  border-color: transparent #323232;
}
.stories__image {
  max-width: 286px;
}
.stories__image picture {
  display: block;
  position: relative;
  height: 0;
  padding-top: calc(100% - 16px);
  overflow: hidden;
  border: 8px solid #fff;
  border-radius: 50%;
}
.stories__image picture.landscape img {
  width: auto;
  height: 100%;
}
.stories__image img {
  display: block;
  max-width: none;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.stories__image--deepdive picture {
  border: 8px solid #2ba8dd;
}
.pagination {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: rgba(43, 168, 221, 0.2);
  padding: 1rem;
  width: 100vw;
  font-family: Open Sans, sans-serif;
  font-size: 0.875rem;
}
.pagination--deepdive {
  background: transparent;
}
.pagination--deepdive ul.page-numbers .page-numbers {
  color: #fff;
  font-weight: 700;
}
.pagination--deepdive .pagination {
  background: transparent;
}
.waves .pagination {
  margin: 1.4375rem 0 -1.4375rem -0.75rem;
}
ul.page-numbers {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1240px;
  margin: 0 auto;
}
ul.page-numbers .page-numbers {
  display: block;
  position: relative;
  padding: 0.6875rem 1.125rem;
  margin: 0;
  border-radius: 1.4375rem;
  color: #282828;
  letter-spacing: 0.26em;
  text-indent: 0.26em;
}
ul.page-numbers .current {
  font-weight: 700;
  color: #fff;
  background: #2ba8dd;
}
ul.page-numbers .current:before {
  content: "";
  border: 1px solid #2ba8dd;
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  border-radius: 1.4375rem;
}
ul.page-numbers a:hover {
  text-decoration: none;
}
.ft-donation {
  background: #323232;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #424242;
  min-height: 180px;
}
.ft-donation__hed {
  box-flex: 1;
  -moz-flex: 1 1 33.3333%;
  -ms-flex: 1 1 33.3333%;
  flex: 1 1 33.3333%;
  max-width: 150px;
  min-width: 113px;
  position: relative;
}
.ft-donation__hed a {
  color: #fff;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-orient: vertical;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  height: 100%;
}
.ft-donation__hed a:hover {
  color: #fff;
  text-decoration: none;
}
.ft-donation--hed {
  background: #e74b3c;
  position: relative;
  z-index: 1;
  padding: 0.875rem 1rem;
  width: 100%;
  font-size: 1.375rem;
  font-weight: 700;
}
.ft-donation:last-child .action,
.ft-donation:last-child .ft-donation--hed {
  background: #2880d9;
}
.ft-donation:last-child .action:before {
  border-color: #2880d9;
}
.ft-donation:last-child .action:hover:before {
  border-color: #fff;
}
.ft-donation__image {
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  position: relative;
}
.ft-donation__image picture {
  position: absolute;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ft-donation__image img {
  max-width: none;
  height: 100%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ft-donation__body {
  box-flex: 1;
  -moz-flex: 1 1 66.6666%;
  -ms-flex: 1 1 66.6666%;
  flex: 1 1 66.6666%;
  align-self: center;
  -ms-flex-item-align: center;
  line-height: 1.5;
  font-size: 0.875rem;
  padding: 1rem;
}
.ft-donation__body .action {
  display: none;
}
.ft-donation__body .action:hover {
  color: #282828;
  background: #fff;
}
.ft-donation__body .action:hover:before {
  border-color: #fff;
}
.post-type-archive-wildlife_factsheet,
.single-wildlife_factsheet {
  background: #2ba8dd url(/wp-content/themes/oco-wp/images/cyan_pattern.gif) 0 50%;
}
.post-type-archive-wildlife_factsheet .oco-hed,
.single-wildlife_factsheet .oco-hed {
  background: none;
}
.post-type-archive-wildlife_factsheet .foreshore--hed,
.single-wildlife_factsheet .foreshore--hed {
  color: #fff;
  line-height: 0.85;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.post-type-archive-wildlife_factsheet .foreshore:before,
.single-wildlife_factsheet .foreshore:before {
  background-image: none;
}
.post-type-archive-wildlife_factsheet .pagination,
.single-wildlife_factsheet .pagination {
  background: #fff;
}
.single-wildlife_factsheet .wildlife__list {
  margin-bottom: 2rem;
}
.wildlife__title--program-subpage {
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding-top: 3.125rem;
  font-size: 2rem;
}
.wildlife__showall {
  position: relative;
  color: #fff;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  letter-spacing: 0.26em;
  font-size: 0.9rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.wildlife__showall:hover {
  text-decoration: none;
}
.wildlife__showall:hover .link-arrow {
  transform: rotate(90deg);
}
.wildlife__showall .link-arrow {
  transition: transform 0.3s ease-in-out;
  transform: rotate(0deg);
  fill: #fff;
  height: 1rem;
  width: 1rem;
  margin-right: 0.5625rem;
}
.wildlife__showall__wrapper {
  display: table;
  margin: 0 auto 1.5rem;
}
.wildlife__showall--less:hover .link-arrow {
  transform: rotate(-90deg);
}
.wildlife__archive__link {
  position: relative;
  z-index: 1;
  top: 1rem;
  color: #fff;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  letter-spacing: 0.26em;
  font-size: 0.9rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.wildlife__archive__link:hover {
  text-decoration: none;
}
.wildlife__archive__link:hover .link-arrow {
  transform: rotate(180deg);
}
.wildlife__archive__link .link-arrow {
  transition: transform 0.3s ease-in-out;
  transform: rotate(0deg);
  fill: #fff;
  height: 1rem;
  width: 1rem;
  margin-right: 0.5625rem;
}
.wildlife__archive__link__wrapper {
  display: table;
  margin: 0 auto;
}
.wildlife__list {
  max-width: 1264px;
  margin: 0 auto 1.875rem;
}
.wildlife__list:after {
  content: "";
  -ms-flex: auto;
  flex: auto;
}
.wildlife__link {
  position: relative;
  text-align: center;
  color: #fff;
  border: 1px dashed #fff;
  padding: 2rem 1rem 1rem;
  border-radius: 24px;
  margin: 0 1rem 1rem;
  height: calc(100% - 1rem);
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-orient: vertical;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}
.wildlife__link:hover {
  text-decoration: none;
}
.wildlife__link:hover hr {
  border-top: 1px solid #2ba8dd;
  border-bottom: 1px solid #2ba8dd;
}
.wildlife__link:hover {
  background: #fff;
  color: #2ba8dd;
}
.wildlife__image {
  margin: auto;
}
.wildlife__hed {
  padding: 0 1rem;
  max-width: 1264px;
  margin: 0 auto;
  text-align: center;
}
.wildlife--hed {
  font-family: Open Sans, sans-serif;
  letter-spacing: 0.26em;
  text-indent: 0.26em;
  margin-bottom: 1.6em;
}
.wildlife--hed,
.wildlife__endg {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.875rem;
}
.wildlife__endg {
  border-radius: 1.25rem;
  background: #e74b3c;
  font-weight: 700;
  letter-spacing: 0.4em;
  text-indent: 0.4em;
  text-align: center;
  padding: 0.6875rem;
  margin-top: 1.125rem;
  line-height: 0.9;
}
.wildlife__item h3 {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
  text-align: center;
}
.wildlife__item h4 {
  font-family: Open Sans, sans-serif;
  text-transform: uppercase;
  font-size: 0.85rem;
  line-height: 1rem;
  letter-spacing: 2px;
  text-align: center;
}
.wildlife__item img {
  width: 100px;
}
.wildlife__item hr {
  display: none;
}
.wildlife__title__endg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
  background: #fff;
  color: #e74b3c;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  padding: 0.375rem 0.6875rem;
}
.wildlife__single {
  background: #fff;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.15);
}
.wildlife__single.channel {
  padding: 0;
  max-width: 1200px;
  margin-bottom: 2.25rem;
}
.wildlife__single .channel--body {
  padding: 1.25rem 1rem 2rem;
}
.wildlife__sidebar {
  background: #ebebeb;
  padding: 1.25rem 1rem;
  width: 100%;
}
.wildlife__sidebar .wildlife__item {
  background: #fff;
  color: #2ba8dd;
  border-radius: 24px;
  padding: 1rem;
}
.wildlife__sidebar .wildlife__item h3,
.wildlife__sidebar .wildlife__item h4 {
  text-align: center;
}
.wildlife__sidebar .wildlife__item hr {
  border-top: 1px solid #2ba8dd;
  border-bottom: 1px solid #2ba8dd;
}
.wildlife__sidebar .tax-list {
  max-width: 100% !important;
}
.wildlife__sidebar .tax-list__li {
  color: #282828;
}
.wildlife__sidebar .tax-list__wrapper {
  padding-left: 0.625rem;
}
.wildlife__sidebar h5 {
  padding-top: 1.5rem;
}
.wildlife__references,
.wildlife__references li {
  margin: 0 !important;
}
.page-kicker {
  width: 100%;
}
.page-kicker:nth-child(2) .buoy {
  background: #2880d9;
}
.page-kicker:nth-child(2) .action {
  color: #2880d9;
}
.page-kicker:nth-child(2) .action:hover {
  color: #fff;
}
.page-kicker:last-child .buoy {
  background: #f39b12;
}
.page-kicker:last-child .action {
  color: #f39b12;
}
.page-kicker:last-child .action:hover {
  color: #fff;
}
.page-kicker__inner {
  max-width: 600px;
  width: 100%;
}
.page-kicker .buoy {
  width: 100%;
  display: block;
  margin-right: 0;
}
.page-kicker .buoy__hed--sub {
  color: #fff;
  margin-bottom: 0.5em;
}
.page-kicker .buoy__hed--hed {
  line-height: 1.15;
}
.media-footer {
  max-width: 980px;
  margin: 2rem auto 1.4375rem;
  color: #c9c9c9;
}
.media-footer__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.media-footer__person {
  margin-right: 0.625rem;
  max-width: calc(100% - 100px);
}
.media-footer__name {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
}
.media-footer__phone {
  font-size: 1rem;
  font-weight: 300;
  margin: 0.4em 0;
}
.media-footer__email {
  font-family: Open Sans, sans-serif;
  font-size: 0.6875rem;
  text-transform: uppercase;
  color: #2ba8dd;
  letter-spacing: 0.14em;
  word-break: break-all;
}
.media-footer__signup {
  margin-top: 1.875rem;
  font-size: 0.9375rem;
  font-weight: 300;
}
.twitter-button {
  width: 90px;
  display: block;
  border-left: 1px solid gray;
  padding-left: 0.625rem;
  color: inherit;
}
.twitter-button:hover {
  text-decoration: none;
}
.twitter-button__text {
  font-weight: 300;
}
.twitter-button__text--def {
  display: block;
  font-family: Open Sans, sans-serif;
  color: #2ba8dd;
  letter-spacing: 0.14em;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.6875rem;
  margin: 0.5em 0 0.35em;
}
.twitter-button .icon-twitter {
  border-radius: 50%;
  background-color: #2ba8dd;
  fill: #282828;
  height: 32px;
  width: 32px;
  padding: 6px 5px 5px 6px;
}
.page,
.single-partner,
.tax-ptypes,
search-results {
  background: url(/wp-content/themes/oco-wp/images/light_pattern.gif) repeat 0 50%;
}
.salt {
  padding: 1rem;
}
.salt--hed {
  font-weight: 700;
  font-size: 1.7rem;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  color: #323232;
  margin: 0.2em 0 0.4em;
  letter-spacing: -0.03em;
}
.salt p {
  font-size: 0.9rem;
  margin: 1em 0;
  line-height: 1.4;
  color: #323232;
}
.salt p.salt--dek {
  color: #2880d9;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  font-size: 0.85rem;
}
.salt .aside {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-orient: horizontal;
  box-direction: reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  margin: 1rem 0 2rem;
}
.salt .aside__quote {
  background-color: #2880d9;
  box-flex: 0;
  -moz-flex: 0 0 calc(100% - 140px);
  -ms-flex: 0 0 calc(100% - 140px);
  flex: 0 0 calc(100% - 140px);
  width: calc(100% - 140px);
  padding: 1rem;
  border-radius: 1.5rem;
  color: #fff;
  position: relative;
}
.salt .aside__quote:before {
  border: 0;
  border-style: solid;
  border-color: transparent #2880d9;
  border-top-width: 31px;
  border-right-width: 20px;
  border-left-width: 0;
  top: 27px;
  left: -20px;
}
.salt .aside__quote:after,
.salt .aside__quote:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  bottom: auto;
  right: auto;
}
.salt .aside__quote:after {
  border: 0;
  border-style: solid;
  border-color: #fff transparent;
  border-bottom-width: 6px;
  border-right-width: 0;
  border-left-width: 27px;
  top: 52px;
  left: -27px;
}
.salt .aside__quote--led {
  font-family: Noticia Text, serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  margin-top: 0;
}
.salt .aside__quote--author {
  font-weight: 700;
  font-size: 0.9rem;
  padding-bottom: 0.2em;
}
.salt .aside__quote--title {
  font-size: 0.7rem;
}
.salt .aside__image {
  box-flex: 0;
  -moz-flex: 0 0 115px;
  -ms-flex: 0 0 115px;
  flex: 0 0 115px;
  width: 115px;
}
.salt .aside__image picture {
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #2880d9;
}
.salt .aside__image img {
  width: 100%;
}
.success {
  padding: 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
}
.success:first-of-type {
  margin-top: 0.5em;
}
.success b,
.success strong {
  font-weight: 700;
}
.success em,
.success i {
  font-style: italic;
}
.success a {
  color: #2880d9;
  font-weight: 700;
  text-decoration: underline;
}
.success .action {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  font-weight: 400;
}
.success__image {
  box-flex: 0;
  -moz-flex: 0 0 105px;
  -ms-flex: 0 0 105px;
  flex: 0 0 105px;
  border: 5px solid #2880d9;
  border-radius: 50%;
  overflow: hidden;
  height: 105px;
  width: 105px;
}
.success__image picture {
  position: relative;
  width: 100%;
  height: 100%;
}
.success__image img {
  max-width: none;
  height: 100%;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.success__hed {
  box-flex: 0;
  -moz-flex: 0 0 calc(100% - 131px);
  -ms-flex: 0 0 calc(100% - 131px);
  flex: 0 0 calc(100% - 131px);
}
.success--hed {
  color: #323232;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.1;
}
.success--dek {
  color: #2880d9;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  margin: 1.8rem auto;
  max-width: 960px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.success__item,
.success__list {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.success__item {
  margin: 0 0 31px;
}
.success__item--image {
  box-flex: 0;
  -moz-flex: 0 0 75px;
  -ms-flex: 0 0 75px;
  flex: 0 0 75px;
}
.success__item--image img {
  max-width: 75px;
  width: auto;
  height: auto;
}
.success__item--dek {
  box-flex: 0;
  -moz-flex: 0 0 calc(100% - 92px);
  -ms-flex: 0 0 calc(100% - 92px);
  flex: 0 0 calc(100% - 92px);
}
.success__body,
.success__item--dek {
  color: #666;
  font-size: 0.875rem;
  line-height: 1.5;
}
.success__body {
  margin: 0 auto 11px;
  max-width: 960px;
}
.success__body p {
  margin: 0 0 1em;
}
.aquarium {
  color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.aquarium--item {
  padding: 1rem 1rem 0.5rem;
  background-color: #2981d9;
}
.aquarium--item:nth-of-type(2n) {
  background-color: #32373a;
}
.aquarium--hed {
  font-weight: 700;
  font-size: 1.7rem;
  letter-spacing: -0.02em;
  margin: 0.2em 0 0.5em;
}
.aquarium--hed,
.aquarium p {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.aquarium p {
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 1em 0;
}
.aquarium strong {
  font-weight: 400;
  color: #82c785;
}
.aquarium a {
  text-decoration: underline;
  color: #82c785;
}
.aquarium a strong {
  font-weight: 700;
}
.program .breaker__image img {
  min-height: 200px;
}
.program .success {
  margin: 0 auto;
  padding: 1.5625rem 0 0;
  clear: both;
  display: block;
  max-width: 1000px;
}
.program .success__hed {
  margin-bottom: 1.4em;
  padding: 0 1rem;
}
.program .success--hed {
  margin-top: 0;
}
.program .success--dek {
  padding-top: 0;
  margin-top: 0.6em;
  margin-bottom: 0;
  font-weight: 700;
}
.program .success__body {
  text-align: left;
  padding-bottom: 3.125rem;
}
.program .channel {
  display: block;
  padding-bottom: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}
.program .channel .channel--body {
  width: 100%;
  padding-right: 0;
  margin-bottom: 0;
  overflow: visible;
}
.program .salt {
  margin: 0;
  padding: 0;
}
.program .breaker--hed,
.program .breaker__hed {
  border-bottom: 0;
  padding-bottom: 0.625rem;
}
.program--wildlife {
  background: #2ba8dd url(/wp-content/themes/oco-wp/images/cyan_pattern.gif) 0 50%;
}
.program--wildlife .wildlife__list {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  margin-bottom: 0;
}
.program--deepdive {
  background: #393939 url(/wp-content/themes/oco-wp/images/dark_pattern.gif) 0 50%;
}
.program--deepdive .success:first-of-type {
  margin-top: 0;
}
.program--deepdive .success--hed {
  text-align: center;
}
.program--deepdive .success__body {
  color: #fff;
}
.program--deepdive .success__body h1,
.program--deepdive .success__body h2,
.program--deepdive .success__body h3,
.program--deepdive .success__body h4,
.program--deepdive .success__body h5,
.program--deepdive .success__body h6 {
  padding-bottom: 1.5625rem;
  color: #fff;
}
.program--deepdive .success__body a {
  font-weight: 400;
}
.program--deepdive .success--dek {
  color: #2ba8dd !important;
}
.program--deepdive .channel--body {
  color: #fff;
}
.program--deepdive .channel--body p a {
  font-weight: 400;
  color: #2ba8dd;
  text-decoration: none;
}
.program--deepdive .channel--body p a:hover {
  color: #f39b12;
  text-decoration: underline;
}
.program--deepdive--light {
  background: #fff url(/wp-content/themes/oco-wp/images/light_pattern.gif) 0 50%;
  padding: 3.125rem 0;
  margin-bottom: -3.125rem;
}
.program--deepdive a:hover {
  color: #2ba8dd;
}
.program--sub .success:first-of-type {
  margin-top: 0;
}
.map__legend {
  text-align: right;
  padding-bottom: 1.875rem;
}
.map__legend img {
  display: inline;
}
.map__legend .map__star {
  width: 20px;
  height: 20;
}
.map__legend .map__circle {
  width: 24px;
  height: 24px;
  position: relative;
  top: 5px;
}
#cm_map {
  border: 2px solid #666;
}
.dek {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.dek p a {
  color: #2880d9;
}
.dek--light p a {
  color: #83cceb;
}
.dek--dark .dek__quote {
  background: #e74b3c;
}
.dek--dark .dek--hed {
  color: #2ba8dd;
}
.dek__mtop {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-align: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
}
.dek__image {
  box-flex: 0;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.dek__image picture {
  width: 100%;
  height: 100%;
}
.dek__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
  max-width: none;
}
.dek__image--about {
  left: 100% !important;
}
.dek__content {
  padding: 1.25rem 1rem 0;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.43;
}
.dek__content p {
  margin: 1.2em 0;
}
.dek__content p:last-child {
  margin-bottom: 0;
}
.dek--hed {
  font-weight: 700;
  line-height: 1.2;
  font-size: 1.2rem;
  margin: 0;
}
.dek--sub {
  font-weight: 700;
  margin: 1.2em 0;
}
.dek__quote {
  color: #fff;
  width: 50%;
  box-flex: 0;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.dek__quote .reef__body--author {
  font-size: 0.75rem;
}
.dek__cta {
  text-align: center;
  padding: 0.75rem 1rem;
  background: #323232;
}
.dek__cta .action:hover {
  background: #2880d9;
}
.dek__cta .action:hover:before {
  border-color: #2880d9;
}
.prog-dek {
  position: relative;
  padding: 1.25rem 1rem;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-orient: vertical;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.prog-dek--color-dark .prog-dek__content {
  color: #282828;
  text-shadow: 1px 0 0 hsla(0, 0%, 100%, 0.9);
}
.prog-dek--color-dark .prog-dek__content a {
  color: #2880d9;
}
.prog-dek__content {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  text-shadow: 1px 0 0 rgba(40, 40, 40, 0.9);
  line-height: 1.78;
  font-weight: 300;
}
.prog-dek__content .ft-quote {
  text-shadow: none;
}
.prog-dek__content .ft-quote .ft-quote__image picture {
  overflow: visible;
}
.prog-dek__content a {
  font-weight: 400;
  color: #2ba8dd;
}
.prog-dek__content > * {
  margin-top: 1.2em;
}
.prog-dek__content > :first-child {
  margin-top: 0;
}
.prog-dek__content .prog-dek__hed {
  font-size: 1.75rem;
  line-height: 1.3;
}
.prog-dek__content .prog-dek__hed,
.prog-dek__content .prog-dek__sub {
  font-weight: 700;
  margin: 0 0 0.6em;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
  break-inside: avoid-column;
  -webkit-backface-visibility: hidden;
}
.prog-dek__content .prog-dek__sub {
  font-size: 1.125rem;
  line-height: 1.4;
}
.prog-dek__stats {
  position: relative;
  z-index: 1;
  margin: 2rem auto -1.25rem;
  color: #fff;
  max-width: 1200px;
}
.prog-dek__stats__item {
  background: #2880d9;
  padding: 1rem 1rem 0.75rem;
  text-align: center;
}
.prog-dek__stats__item:nth-child(odd) {
  background: #e74b3c;
}
.prog-dek__stats__hed {
  font-weight: 700;
  font-size: 1.875rem;
}
.prog-dek__stats__desc {
  font-weight: 300;
  margin: 0.4em 0 0;
}
.prog-dek__image {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.prog-dek__image img,
.prog-dek__image picture {
  width: 100%;
  height: 100%;
}
.prog-dek__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}
#revmsg-click-to-call {
  margin: 2em 0;
  max-width: 420px;
  padding: 0.875rem 1rem;
  background: #717171;
}
#revmsg-click-to-call .input {
  margin: 0 0 0.8em;
}
#revmsg-click-to-call .input input[type="email"],
#revmsg-click-to-call .input input[type="number"],
#revmsg-click-to-call .input input[type="password"],
#revmsg-click-to-call .input input[type="search"],
#revmsg-click-to-call .input input[type="tel"],
#revmsg-click-to-call .input input[type="text"],
#revmsg-click-to-call .input input[type="url"] {
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1.25em;
  color: #282828;
  background-color: #f9f9f9;
  border: 2px solid #fff;
  font-family: Roboto, sans-serif;
}
#revmsg-click-to-call .input input[type="email"]:invalid,
#revmsg-click-to-call .input input[type="number"]:invalid,
#revmsg-click-to-call .input input[type="password"]:invalid,
#revmsg-click-to-call .input input[type="search"]:invalid,
#revmsg-click-to-call .input input[type="tel"]:invalid,
#revmsg-click-to-call .input input[type="text"]:invalid,
#revmsg-click-to-call .input input[type="url"]:invalid {
  box-shadow: none;
}
#revmsg-click-to-call input[type="submit"] {
  width: 90%;
  height: 45px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-indent: -0.1em;
  background-color: #009bc4;
  border: 0;
  padding: 0.5rem 0;
  font-size: 1rem;
  color: #fff;
  position: relative;
  border-radius: 30px;
  outline: none;
  cursor: pointer;
  display: block;
  margin: 0 auto;
}
#revmsg-click-to-call .success {
  font-size: 2rem;
  text-align: center;
}
#revmsg-click-to-call .err,
#revmsg-click-to-call .success {
  margin: 0;
  padding: 0;
  font-weight: 700;
  color: #fff;
}
.donate-template-page-p2p {
  overflow-x: hidden;
}
.p2p {
  background: #009bc4 url(/wp-content/themes/oco-wp/images/p2p_blue_bgd.gif) repeat 0 0;
  color: #fff;
  padding: 2rem 1.25rem;
}
.p2p:nth-child(odd) {
  background: #e74b3c url(/wp-content/themes/oco-wp/images/p2p_red_bgd.gif) repeat 0 0;
}
.p2p:nth-child(odd) .p2p__sub {
  color: #ffb448;
}
.p2p:nth-child(odd) .p2p__body .action,
.p2p:nth-child(odd) .p2p__step {
  color: #e74b3c;
}
.p2p:nth-child(odd) .p2p__body .action:hover {
  color: #fff;
}
.p2p--ideas {
  overflow: hidden;
}
.p2p--stories {
  background: url(/wp-content/themes/oco-wp/images/light_pattern.gif) repeat 0 0;
}
.p2p--stories .p2p__hed,
.p2p--stories .p2p__sub {
  color: #009bc4;
}
.p2p--step {
  position: relative;
  padding: 2rem 1.25rem;
}
.p2p--step .p2p__header {
  max-width: 700px;
  margin: 0 auto 2rem;
}
.p2p--step .p2p__body {
  max-width: 700px;
  margin: 0 auto;
}
.p2p__step {
  display: table;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  margin: 0 auto;
  background: #fff;
  color: #009bc4;
  font-family: Open Sans, sans-serif;
  text-transform: uppercase;
  border-radius: 13px;
  margin-bottom: 1.2em;
  font-size: 0.875rem;
  padding: 0.3em 0.6em;
  letter-spacing: 0.26em;
  text-indent: 0.26em;
}
.p2p__header {
  max-width: 1200px;
  margin: 0 auto 2rem;
  text-align: center;
}
.p2p__hed {
  font-weight: 700;
  font-size: 2.375rem;
  line-height: 1;
}
.p2p__sub {
  line-height: 1.15;
  color: #60ddfe;
  letter-spacing: 0.26em;
  text-indent: 0.26em;
  font-family: Open Sans, sans-serif;
  text-transform: uppercase;
  margin: 0.6em 0 0;
  font-size: 0.875rem;
}
.p2p__body {
  max-width: 1200px;
  margin: 0 auto;
  line-height: 1.4;
}
.p2p__body .ft-quote {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  box-align: start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  line-height: 1.15;
  margin: 1.5em 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.p2p__body .ft-quote--color-red .ft-quote__bq {
  background: #e74b3c;
}
.p2p__body .ft-quote--color-red .ft-quote__bq:before {
  border-color: transparent #e74b3c;
}
.p2p__body .ft-quote--color-red .ft-quote__image figure,
.p2p__body .ft-quote--color-red .ft-quote__image picture {
  border-color: #e74b3c;
}
.p2p__body .ft-quote--color-red .ft-quote__image .icon-logo {
  fill: #e74b3c;
}
.p2p__body .ft-quote--color-black .ft-quote__bq {
  background: #282828;
}
.p2p__body .ft-quote--color-black .ft-quote__bq:before {
  border-color: transparent #282828;
}
.p2p__body .ft-quote--bgcolor-blue .ft-quote__bq:after {
  border-color: #3085da transparent;
}
.p2p__body .ft-quote--bgcolor-black .ft-quote__bq:after {
  border-color: #393939 transparent;
}
.p2p__body .ft-quote__bq {
  background: #2880d9;
  color: #fff !important;
  box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  box-ordinal-group: 1;
  -moz-order: 1;
  order: 1;
  -ms-flex-order: 1;
  border-radius: 1.5rem !important;
  padding: 1rem !important;
  position: relative;
  margin: 0 0 0 1.625rem !important;
  word-wrap: normal !important;
  border: none !important;
}
.p2p__body .ft-quote__bq:before {
  border: 0;
  border-style: solid;
  border-color: transparent #2880d9;
  border-top-width: 31px;
  border-right-width: 20px;
  border-left-width: 0;
  top: 27px;
  left: -20px;
}
.p2p__body .ft-quote__bq:after,
.p2p__body .ft-quote__bq:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  bottom: auto;
  right: auto;
}
.p2p__body .ft-quote__bq:after {
  border: 0;
  border-style: solid;
  border-color: #fff transparent;
  border-bottom-width: 6px;
  border-right-width: 0;
  border-left-width: 27px;
  top: 52px;
  left: -27px;
}
.p2p__body .ft-quote__body {
  font-family: Noticia Text, serif;
  color: #fff;
  margin: 0 !important;
  line-height: 1.5 !important;
  font-size: 1rem;
}
.p2p__body .ft-quote__body > :first-child {
  margin-top: 0;
}
.p2p__body .ft-quote__body > :last-child {
  margin-bottom: 0;
}
.p2p__body .ft-quote__author {
  font-weight: 700;
  font-size: 0.9rem;
  padding-bottom: 0.2em;
  margin-top: 1em;
}
.p2p__body .ft-quote__title {
  font-size: 0.7rem;
}
.p2p__body .ft-quote__image {
  box-flex: 0;
  -moz-flex: 0 1 20%;
  -ms-flex: 0 1 20%;
  flex: 0 1 20%;
  min-width: 98px;
  max-width: 208px;
  position: relative;
}
.p2p__body .ft-quote__image figure,
.p2p__body .ft-quote__image picture {
  background: #fff;
  position: relative;
  padding-top: calc(100% - 6px);
  height: 0;
  border: 3px solid #2880d9;
  overflow: hidden;
  border-radius: 50%;
}
.p2p__body .ft-quote__image figure img,
.p2p__body .ft-quote__image picture img {
  border-radius: 50%;
}
.p2p__body .ft-quote__image .icon-logo {
  fill: #2880d9;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 90%;
  width: 90%;
}
.p2p__body .ft-quote__image img:not(.icon-logo) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% + 1px);
  width: auto;
  max-width: none;
}
.p2p__body p {
  margin: 1.3em 0;
}
.p2p__body h1,
.p2p__body h2,
.p2p__body h3,
.p2p__body h4,
.p2p__body h5,
.p2p__body h6 {
  font-weight: 700;
  line-height: 1.2;
  margin: 1.2em 0 -0.4em;
}
.p2p__body h4,
.p2p__body h5,
.p2p__body h6 {
  margin-bottom: -0.5em;
}
.p2p__body h1 {
  font-size: 1.2rem;
}
.p2p__body h2 {
  font-size: 1.1rem;
}
.p2p__body h3 {
  font-size: 1rem;
}
.p2p__body h4,
.p2p__body h5 {
  font-size: 0.9375rem;
}
.p2p__body a {
  color: #2ba8dd;
}
.p2p__body a:focus,
.p2p__body a:hover {
  color: #2880d9;
}
.p2p__body .action {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.p2p__body .action:focus,
.p2p__body .action:hover {
  color: #fff;
}
.p2p__body blockquote {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  color: #2880d9;
  padding: 1.2em 1.5em;
  margin: 1.2em 0;
}
.p2p__body blockquote > :first-child {
  margin-top: 0;
}
.p2p__body blockquote > :last-child {
  margin-bottom: 0;
}
.p2p__body b,
.p2p__body strong {
  font-weight: 500;
}
.p2p__body big {
  font-size: 1.2em;
}
.p2p__body code {
  background-color: #ebebeb;
}
.p2p__body code,
.p2p__body kbd,
.p2p__body samp,
.p2p__body tt {
  font-family: monospace;
}
.p2p__body em,
.p2p__body i {
  font-style: italic;
}
.p2p__body small {
  font-size: 0.8em;
}
.p2p__body ol,
.p2p__body ul:not(.form-chooser) {
  margin: 1.2em 0;
  padding-left: 2em;
}
.p2p__body ol {
  list-style-type: decimal;
}
.p2p__body li:not(.form-chooser__item) {
  margin: 0.5em 0;
  line-height: 1.3;
}
.p2p__body ul:not(.form-chooser) {
  list-style-type: disc;
  list-style-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='11' viewBox='0 0 19 11'%3E%3Cpath d='M2.876 5.5c-.552-.194-1.097-.487-1.55-.928C-.22 3.067.007.486.017.377l.032-.33.339-.031L.847 0c.943 0 2.697.167 3.85 1.29.66.643.996 1.48 1.164 2.239.962-.75 2.239-1.554 3.704-2.002a6.62 6.62 0 0 1-.016-1.15l.032-.33.339-.031.458-.016c.943 0 2.697.167 3.85 1.29.144.141.273.291.388.447 2.65 1.106 4.169 3.461 4.251 3.59l.133.211-.133.209c-.107.17-2.678 4.155-7.024 4.155-2.424 0-4.563-1.247-5.996-2.368-.173.741-.509 1.551-1.15 2.176C3.544 10.833 1.79 11 .847 11.001l-.459-.017-.339-.031-.032-.331c-.01-.108-.237-2.688 1.309-4.194.453-.441.998-.734 1.55-.928zm12.175-.091c.405 0 .734-.32.734-.715a.725.725 0 0 0-.734-.714.725.725 0 0 0-.734.714c0 .395.329.715.734.715z' fill='%232981d9'/%3E%3C/svg%3E");
}
.p2p__body ul:not(.form-chooser) ul {
  list-style-type: circle;
  list-style-image: none;
}
.p2p__body dl {
  margin: 1.2em 0;
  line-height: 1.3;
}
.p2p__body dt {
  font-weight: 700;
  margin: 0.6em 0 0.3em;
}
.p2p__body dd {
  padding-left: 1em;
  margin: 0.3em 0 0.6em;
}
.p2p__body table {
  line-height: 1.3;
  margin: 1.2em 0;
}
.p2p__body table caption {
  text-align: center;
  margin: 0.3em 0;
  font-weight: 400;
}
.p2p__body table td,
.p2p__body table th {
  border: 1px solid #282828;
  padding: 0.3em 0.4em;
  vertical-align: middle;
}
.p2p__body table th,
.p2p__body table th[scope="col"] {
  font-weight: 700;
}
.p2p__body table th[scope="row"] {
  font-weight: 500;
  text-align: right;
}
.p2p__body .callout {
  font-weight: 400;
  color: #2880d9;
  font-size: 0.9375rem;
  line-height: 1.4;
  margin: 1.1em 0;
}
.p2p__body .callout--heavy {
  color: #282828;
  font-weight: 700;
  text-align: center;
  font-size: 1rem;
  margin: 1em auto;
}
.p2p__body .button-center,
.p2p__body .button-left,
.p2p__body .button-right {
  margin: 1.6em 0;
}
.p2p__body picture img {
  max-width: none;
  width: 100%;
}
.p2p__body .caption {
  font-weight: 300;
  font-size: 0.6875rem;
  color: gray;
  text-align: right;
  margin-top: 0.42em;
  line-height: 1.15;
}
.p2p__body .caption .red {
  color: #e74b3c;
}
.p2p__body .caption--copy {
  text-transform: uppercase;
}
.p2p__body .alignnone {
  margin: 1.5em 0;
}
.p2p__body .aligncenter {
  margin: 1.5em auto;
}
.p2p__body .full,
.p2p__body .large-img {
  width: 100%;
}
.p2p__body .medium-img {
  width: 90%;
}
.p2p__body .small-img {
  width: 75%;
}
.p2p__body .thumbnail {
  width: 150px;
}
.p2p__body .alignleft,
.p2p__body .alignright {
  clear: both;
  max-width: 50%;
}
.p2p__body .alignleft {
  float: left;
  margin: 0.3em 1.3em 0.4em 0;
}
.p2p__body .alignright {
  float: right;
  margin: 0.3em 0 0.4em 1.3em;
}
.p2p__body .eoe-text strong {
  font-weight: 300;
}
.p2p__body .eoe-callout {
  color: #2880d9;
  text-transform: uppercase;
}
.p2p__body .boilerplate {
  font-weight: 400;
}
.p2p__body .janis-form-image {
  margin: 1em auto;
  width: 50%;
}
.p2p__body .townhall__form h4 {
  margin-bottom: 0.8em;
  margin-top: 0;
  text-align: center;
}
.p2p__body .townhall__content .alignnone {
  margin-top: 0;
}
.p2p__body .revmsg-wrapper.email-signup {
  background: #82c785;
  margin: 1.4em 0;
  padding: 1.25rem;
}
.p2p__body .revmsg-wrapper.email-signup .email-signup__hed {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 !important;
  text-align: center;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.125rem;
  color: #fff;
}
.p2p__body .revmsg-wrapper.email-signup .email-signup__dek {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  margin: 0;
  text-align: center;
  font-size: 1.0625rem;
  line-height: 1.375rem;
  color: #fff;
}
.p2p__body .revmsg-wrapper.email-signup .revmsg-loading,
.p2p__body .revmsg-wrapper.email-signup .revmsg-success {
  text-align: center;
  padding: 0;
}
.p2p__body .revmsg-wrapper.email-signup .rsform {
  margin-top: 1.25rem;
}
.p2p__body .revmsg-wrapper.email-signup input[type="email"],
.p2p__body .revmsg-wrapper.email-signup input[type="text"] {
  padding: 0.625rem 0.9375rem;
  text-align: left;
}
.p2p__body .revmsg-wrapper.email-signup input[type="email"]::-webkit-input-placeholder,
.p2p__body .revmsg-wrapper.email-signup input[type="text"]::-webkit-input-placeholder {
  text-align: left;
  color: #dfdfdf;
  text-transform: inherit;
  letter-spacing: inherit;
}
.p2p__body .revmsg-wrapper.email-signup input[type="email"]:-moz-placeholder,
.p2p__body .revmsg-wrapper.email-signup input[type="email"]::-moz-placeholder,
.p2p__body .revmsg-wrapper.email-signup input[type="text"]:-moz-placeholder,
.p2p__body .revmsg-wrapper.email-signup input[type="text"]::-moz-placeholder {
  text-align: left;
  color: #dfdfdf;
  text-transform: inherit;
  letter-spacing: inherit;
}
.p2p__body .revmsg-wrapper.email-signup input[type="email"]:-ms-input-placeholder,
.p2p__body .revmsg-wrapper.email-signup input[type="text"]:-ms-input-placeholder {
  text-align: left;
  color: #dfdfdf;
  text-transform: inherit;
  letter-spacing: inherit;
}
.p2p__body .revmsg-wrapper.email-signup input[type="submit"] {
  width: 40px;
  height: 40px;
}
.p2p__body .revmsg-wrapper.email-signup--green {
  background: #82c785;
}
.p2p__body .revmsg-wrapper.email-signup--blue {
  background: #2880d9;
}
.p2p__body .revmsg-wrapper.email-signup--cyan {
  background: #2ba8dd;
}
.p2p__body .revmsg-wrapper.email-signup--white {
  background: none;
  border: 1px solid #dedede;
}
.p2p__body .revmsg-wrapper.email-signup--white .email-signup__dek,
.p2p__body .revmsg-wrapper.email-signup--white .email-signup__hed {
  color: #666;
}
.p2p__body .revmsg-wrapper.email-signup--white .rsform:before {
  border: 1px solid #dedede;
}
.p2p__body .revmsg-wrapper.email-signup--turtle {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(/wp-content/themes/oco-wp/images/signup/turtle-small.jpg);
}
.p2p__body .revmsg-wrapper.email-signup--turtle .email-signup__dek,
.p2p__body .revmsg-wrapper.email-signup--turtle .email-signup__hed {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
.p2p__body .revmsg-wrapper.email-signup--octopus {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(/wp-content/themes/oco-wp/images/signup/octopus-small.jpg);
}
.p2p__body .revmsg-wrapper.email-signup--octopus .email-signup__dek,
.p2p__body .revmsg-wrapper.email-signup--octopus .email-signup__hed {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
.p2p__body .revmsg-wrapper.email-signup--coral {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(/wp-content/themes/oco-wp/images/signup/coral-small.jpg);
}
.p2p__body .revmsg-wrapper.email-signup--coral .email-signup__dek,
.p2p__body .revmsg-wrapper.email-signup--coral .email-signup__hed {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
.p2p__body .revmsg-wrapper:not(.email-signup) input[type="email"],
.p2p__body .revmsg-wrapper:not(.email-signup) input[type="text"] {
  padding: 0.65rem 0.9rem;
  font-size: 1.25em;
  color: #999;
  border: 2px solid #999;
  width: 100%;
}
.p2p__body .revmsg-wrapper:not(.email-signup) input[type="email"]::-webkit-input-placeholder,
.p2p__body .revmsg-wrapper:not(.email-signup) input[type="text"]::-webkit-input-placeholder {
  opacity: 1 !important;
}
.p2p__body .revmsg-wrapper:not(.email-signup) input[type="email"]:-moz-placeholder,
.p2p__body .revmsg-wrapper:not(.email-signup) input[type="email"]::-moz-placeholder,
.p2p__body .revmsg-wrapper:not(.email-signup) input[type="text"]:-moz-placeholder,
.p2p__body .revmsg-wrapper:not(.email-signup) input[type="text"]::-moz-placeholder {
  opacity: 1 !important;
}
.p2p__body .revmsg-wrapper:not(.email-signup) input[type="email"]:-ms-input-placeholder,
.p2p__body .revmsg-wrapper:not(.email-signup) input[type="text"]:-ms-input-placeholder {
  opacity: 1 !important;
}
.p2p__body .revmsg-wrapper:not(.email-signup) input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  display: table;
  margin: 0;
  text-align: center;
  border: none;
  border-radius: 1.4375rem;
  padding: 0.6875rem 1.125rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  text-indent: 0.26em;
  font-family: Open Sans, sans-serif;
  font-size: 0.875rem;
  color: #fff;
  background: #e74b3c;
  cursor: pointer;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}
.p2p__body .revmsg-wrapper:not(.email-signup) input[type="submit"]:hover {
  text-decoration: none;
  color: #fff;
  background: #2880d9;
}
.p2p__body .revmsg-wrapper:not(.email-signup) .text {
  margin-bottom: 0.5rem;
}
.p2p__body .revmsg-wrapper:not(.email-signup) .revmsg-loading,
.p2p__body .revmsg-wrapper:not(.email-signup) .revmsg-success {
  font-weight: 400;
  font-size: larger;
}
.p2p__body > :first-child {
  margin-top: 0;
}
.p2p__body .callout {
  font-weight: 700;
  color: #fff;
  font-size: 1rem;
}
.p2p__body .action {
  background: #fff;
  color: #009bc4;
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.4);
  transition: top 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  top: 10rem;
}
.p2p__body .action.animate-top {
  top: 0;
}
.p2p__body .action:before {
  border-color: #fff;
}
.p2p__body .action:hover {
  color: #fff;
  box-shadow: 0 0 30px 4px rgba(0, 0, 0, 0.5);
}
.p2p .action {
  position: relative;
  z-index: 1;
  margin-top: 2.5em;
  border-radius: 22px;
}
.p2p.stories .stories__list {
  margin-top: 4rem;
}
.p2p.stories .stories__li {
  display: none;
  position: relative;
}
.p2p.stories .stories__li.first {
  box-ordinal-group: -1;
  -moz-order: -1;
  order: -1;
  -ms-flex-order: -1;
  left: -100%;
}
.p2p.stories .stories__li.first.slide-in {
  left: 0;
}
.p2p.stories .stories__li.second {
  right: -100%;
}
.p2p.stories .stories__li.second.slide-in {
  right: 0;
}
.p2p.stories .stories__li.first,
.p2p.stories .stories__li.second {
  display: block;
  transition: left 0.4s ease-in-out, right 0.4s ease-in-out;
}
.p2p.stories .stories__quote {
  background: #009bc4;
  color: #fff;
}
.p2p.stories .stories__quote--author,
.p2p.stories .stories__quote--led,
.p2p.stories .stories__quote--title {
  color: #fff;
}
.p2p.stories .stories__quote:before {
  border-color: #009bc4 transparent;
}
.p2p.stories .stories__quote:after {
  border-color: transparent #fff;
}
.p2p.stories picture {
  border-color: #009bc4;
}
.p2p__pic {
  display: none;
}
.p2p__pic:first-of-type {
  display: block;
  margin: -8px 0 1.25rem;
}
.p2p__pic:first-of-type img {
  margin: 0 auto;
  width: 100%;
  max-width: 350px;
}
.idea {
  width: 300px;
  flex-shrink: 0;
  -ms-flex-negative: 0;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  text-indent: 0.26em;
  padding: 0 8px;
}
.idea.animate-left {
  transition: margin-left 0.8s ease-in-out;
}
.idea__list {
  max-width: 1200px;
  margin: 4rem auto 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.idea__image {
  margin: 0 0.5rem 1rem;
  height: 0;
  position: relative;
  padding-top: calc(100% - 28px);
  border-radius: 50%;
  border: 6px solid #fff;
  overflow: hidden;
}
.idea__image picture {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.idea__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
  width: 100%;
  height: auto;
}
.faq {
  color: #282828;
  border-bottom: 1px solid #dbdbdb;
  font-size: 1.125rem;
  padding: 1.2em 0;
  line-height: 1.56;
  cursor: pointer;
}
.faq.open .faq__answer {
  max-height: 800px;
  min-height: 100%;
}
.faq.open .faq__icon {
  transform: rotate(270deg);
}
.faq__section {
  margin-top: 3rem;
}
.faq__list {
  margin: 0 auto;
  max-width: 1200px;
  border-top: 1px solid #dbdbdb;
}
.faq__question {
  font-weight: 700;
  line-height: 1.15;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.faq__answer {
  min-height: 0;
  max-height: 0;
  transition: min-height 0.5s ease-in-out, max-height 0.5s ease-in-out;
  overflow: hidden;
  color: #666;
  position: relative;
  top: 10px;
  font-size: 1rem;
}
.faq__answer .ft-quote {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  box-align: start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  line-height: 1.15;
  margin: 1.5em 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.faq__answer .ft-quote--color-red .ft-quote__bq {
  background: #e74b3c;
}
.faq__answer .ft-quote--color-red .ft-quote__bq:before {
  border-color: transparent #e74b3c;
}
.faq__answer .ft-quote--color-red .ft-quote__image figure,
.faq__answer .ft-quote--color-red .ft-quote__image picture {
  border-color: #e74b3c;
}
.faq__answer .ft-quote--color-red .ft-quote__image .icon-logo {
  fill: #e74b3c;
}
.faq__answer .ft-quote--color-black .ft-quote__bq {
  background: #282828;
}
.faq__answer .ft-quote--color-black .ft-quote__bq:before {
  border-color: transparent #282828;
}
.faq__answer .ft-quote--bgcolor-blue .ft-quote__bq:after {
  border-color: #3085da transparent;
}
.faq__answer .ft-quote--bgcolor-black .ft-quote__bq:after {
  border-color: #393939 transparent;
}
.faq__answer .ft-quote__bq {
  background: #2880d9;
  color: #fff !important;
  box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  box-ordinal-group: 1;
  -moz-order: 1;
  order: 1;
  -ms-flex-order: 1;
  border-radius: 1.5rem !important;
  padding: 1rem !important;
  position: relative;
  margin: 0 0 0 1.625rem !important;
  word-wrap: normal !important;
  border: none !important;
}
.faq__answer .ft-quote__bq:before {
  border: 0;
  border-style: solid;
  border-color: transparent #2880d9;
  border-top-width: 31px;
  border-right-width: 20px;
  border-left-width: 0;
  top: 27px;
  left: -20px;
}
.faq__answer .ft-quote__bq:after,
.faq__answer .ft-quote__bq:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  bottom: auto;
  right: auto;
}
.faq__answer .ft-quote__bq:after {
  border: 0;
  border-style: solid;
  border-color: #fff transparent;
  border-bottom-width: 6px;
  border-right-width: 0;
  border-left-width: 27px;
  top: 52px;
  left: -27px;
}
.faq__answer .ft-quote__body {
  font-family: Noticia Text, serif;
  color: #fff;
  margin: 0 !important;
  line-height: 1.5 !important;
  font-size: 1rem;
}
.faq__answer .ft-quote__body > :first-child {
  margin-top: 0;
}
.faq__answer .ft-quote__body > :last-child {
  margin-bottom: 0;
}
.faq__answer .ft-quote__author {
  font-weight: 700;
  font-size: 0.9rem;
  padding-bottom: 0.2em;
  margin-top: 1em;
}
.faq__answer .ft-quote__title {
  font-size: 0.7rem;
}
.faq__answer .ft-quote__image {
  box-flex: 0;
  -moz-flex: 0 1 20%;
  -ms-flex: 0 1 20%;
  flex: 0 1 20%;
  min-width: 98px;
  max-width: 208px;
  position: relative;
}
.faq__answer .ft-quote__image figure,
.faq__answer .ft-quote__image picture {
  background: #fff;
  position: relative;
  padding-top: calc(100% - 6px);
  height: 0;
  border: 3px solid #2880d9;
  overflow: hidden;
  border-radius: 50%;
}
.faq__answer .ft-quote__image figure img,
.faq__answer .ft-quote__image picture img {
  border-radius: 50%;
}
.faq__answer .ft-quote__image .icon-logo {
  fill: #2880d9;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 90%;
  width: 90%;
}
.faq__answer .ft-quote__image img:not(.icon-logo) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% + 1px);
  width: auto;
  max-width: none;
}
.faq__answer p {
  margin: 1.3em 0;
}
.faq__answer h1,
.faq__answer h2,
.faq__answer h3,
.faq__answer h4,
.faq__answer h5,
.faq__answer h6 {
  font-weight: 700;
  line-height: 1.2;
  margin: 1.2em 0 -0.4em;
}
.faq__answer h4,
.faq__answer h5,
.faq__answer h6 {
  margin-bottom: -0.5em;
}
.faq__answer h1 {
  font-size: 1.2rem;
}
.faq__answer h2 {
  font-size: 1.1rem;
}
.faq__answer h3 {
  font-size: 1rem;
}
.faq__answer h4,
.faq__answer h5 {
  font-size: 0.9375rem;
}
.faq__answer a {
  color: #2ba8dd;
}
.faq__answer a:focus,
.faq__answer a:hover {
  color: #2880d9;
}
.faq__answer .action {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.faq__answer .action:focus,
.faq__answer .action:hover {
  color: #fff;
}
.faq__answer blockquote {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  color: #2880d9;
  padding: 1.2em 1.5em;
  margin: 1.2em 0;
}
.faq__answer blockquote > :first-child {
  margin-top: 0;
}
.faq__answer blockquote > :last-child {
  margin-bottom: 0;
}
.faq__answer b,
.faq__answer strong {
  font-weight: 500;
}
.faq__answer big {
  font-size: 1.2em;
}
.faq__answer code {
  background-color: #ebebeb;
}
.faq__answer code,
.faq__answer kbd,
.faq__answer samp,
.faq__answer tt {
  font-family: monospace;
}
.faq__answer em,
.faq__answer i {
  font-style: italic;
}
.faq__answer small {
  font-size: 0.8em;
}
.faq__answer ol,
.faq__answer ul:not(.form-chooser) {
  margin: 1.2em 0;
  padding-left: 2em;
}
.faq__answer ol {
  list-style-type: decimal;
}
.faq__answer li:not(.form-chooser__item) {
  margin: 0.5em 0;
  line-height: 1.3;
}
.faq__answer ul:not(.form-chooser) {
  list-style-type: disc;
  list-style-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='11' viewBox='0 0 19 11'%3E%3Cpath d='M2.876 5.5c-.552-.194-1.097-.487-1.55-.928C-.22 3.067.007.486.017.377l.032-.33.339-.031L.847 0c.943 0 2.697.167 3.85 1.29.66.643.996 1.48 1.164 2.239.962-.75 2.239-1.554 3.704-2.002a6.62 6.62 0 0 1-.016-1.15l.032-.33.339-.031.458-.016c.943 0 2.697.167 3.85 1.29.144.141.273.291.388.447 2.65 1.106 4.169 3.461 4.251 3.59l.133.211-.133.209c-.107.17-2.678 4.155-7.024 4.155-2.424 0-4.563-1.247-5.996-2.368-.173.741-.509 1.551-1.15 2.176C3.544 10.833 1.79 11 .847 11.001l-.459-.017-.339-.031-.032-.331c-.01-.108-.237-2.688 1.309-4.194.453-.441.998-.734 1.55-.928zm12.175-.091c.405 0 .734-.32.734-.715a.725.725 0 0 0-.734-.714.725.725 0 0 0-.734.714c0 .395.329.715.734.715z' fill='%232981d9'/%3E%3C/svg%3E");
}
.faq__answer ul:not(.form-chooser) ul {
  list-style-type: circle;
  list-style-image: none;
}
.faq__answer dl {
  margin: 1.2em 0;
  line-height: 1.3;
}
.faq__answer dt {
  font-weight: 700;
  margin: 0.6em 0 0.3em;
}
.faq__answer dd {
  padding-left: 1em;
  margin: 0.3em 0 0.6em;
}
.faq__answer table {
  line-height: 1.3;
  margin: 1.2em 0;
}
.faq__answer table caption {
  text-align: center;
  margin: 0.3em 0;
  font-weight: 400;
}
.faq__answer table td,
.faq__answer table th {
  border: 1px solid #282828;
  padding: 0.3em 0.4em;
  vertical-align: middle;
}
.faq__answer table th,
.faq__answer table th[scope="col"] {
  font-weight: 700;
}
.faq__answer table th[scope="row"] {
  font-weight: 500;
  text-align: right;
}
.faq__answer .callout {
  font-weight: 400;
  color: #2880d9;
  font-size: 0.9375rem;
  line-height: 1.4;
  margin: 1.1em 0;
}
.faq__answer .callout--heavy {
  color: #282828;
  font-weight: 700;
  text-align: center;
  font-size: 1rem;
  margin: 1em auto;
}
.faq__answer .button-center,
.faq__answer .button-left,
.faq__answer .button-right {
  margin: 1.6em 0;
}
.faq__answer picture img {
  max-width: none;
  width: 100%;
}
.faq__answer .caption {
  font-weight: 300;
  font-size: 0.6875rem;
  color: gray;
  text-align: right;
  margin-top: 0.42em;
  line-height: 1.15;
}
.faq__answer .caption .red {
  color: #e74b3c;
}
.faq__answer .caption--copy {
  text-transform: uppercase;
}
.faq__answer .alignnone {
  margin: 1.5em 0;
}
.faq__answer .aligncenter {
  margin: 1.5em auto;
}
.faq__answer .full,
.faq__answer .large-img {
  width: 100%;
}
.faq__answer .medium-img {
  width: 90%;
}
.faq__answer .small-img {
  width: 75%;
}
.faq__answer .thumbnail {
  width: 150px;
}
.faq__answer .alignleft,
.faq__answer .alignright {
  clear: both;
  max-width: 50%;
}
.faq__answer .alignleft {
  float: left;
  margin: 0.3em 1.3em 0.4em 0;
}
.faq__answer .alignright {
  float: right;
  margin: 0.3em 0 0.4em 1.3em;
}
.faq__answer .eoe-text strong {
  font-weight: 300;
}
.faq__answer .eoe-callout {
  color: #2880d9;
  text-transform: uppercase;
}
.faq__answer .boilerplate {
  font-weight: 400;
}
.faq__answer .janis-form-image {
  margin: 1em auto;
  width: 50%;
}
.faq__answer .townhall__form h4 {
  margin-bottom: 0.8em;
  margin-top: 0;
  text-align: center;
}
.faq__answer .townhall__content .alignnone {
  margin-top: 0;
}
.faq__answer .revmsg-wrapper.email-signup {
  background: #82c785;
  margin: 1.4em 0;
  padding: 1.25rem;
}
.faq__answer .revmsg-wrapper.email-signup .email-signup__hed {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 !important;
  text-align: center;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.125rem;
  color: #fff;
}
.faq__answer .revmsg-wrapper.email-signup .email-signup__dek {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  margin: 0;
  text-align: center;
  font-size: 1.0625rem;
  line-height: 1.375rem;
  color: #fff;
}
.faq__answer .revmsg-wrapper.email-signup .revmsg-loading,
.faq__answer .revmsg-wrapper.email-signup .revmsg-success {
  text-align: center;
  padding: 0;
}
.faq__answer .revmsg-wrapper.email-signup .rsform {
  margin-top: 1.25rem;
}
.faq__answer .revmsg-wrapper.email-signup input[type="email"],
.faq__answer .revmsg-wrapper.email-signup input[type="text"] {
  padding: 0.625rem 0.9375rem;
  text-align: left;
}
.faq__answer .revmsg-wrapper.email-signup input[type="email"]::-webkit-input-placeholder,
.faq__answer .revmsg-wrapper.email-signup input[type="text"]::-webkit-input-placeholder {
  text-align: left;
  color: #dfdfdf;
  text-transform: inherit;
  letter-spacing: inherit;
}
.faq__answer .revmsg-wrapper.email-signup input[type="email"]:-moz-placeholder,
.faq__answer .revmsg-wrapper.email-signup input[type="email"]::-moz-placeholder,
.faq__answer .revmsg-wrapper.email-signup input[type="text"]:-moz-placeholder,
.faq__answer .revmsg-wrapper.email-signup input[type="text"]::-moz-placeholder {
  text-align: left;
  color: #dfdfdf;
  text-transform: inherit;
  letter-spacing: inherit;
}
.faq__answer .revmsg-wrapper.email-signup input[type="email"]:-ms-input-placeholder,
.faq__answer .revmsg-wrapper.email-signup input[type="text"]:-ms-input-placeholder {
  text-align: left;
  color: #dfdfdf;
  text-transform: inherit;
  letter-spacing: inherit;
}
.faq__answer .revmsg-wrapper.email-signup input[type="submit"] {
  width: 40px;
  height: 40px;
}
.faq__answer .revmsg-wrapper.email-signup--green {
  background: #82c785;
}
.faq__answer .revmsg-wrapper.email-signup--blue {
  background: #2880d9;
}
.faq__answer .revmsg-wrapper.email-signup--cyan {
  background: #2ba8dd;
}
.faq__answer .revmsg-wrapper.email-signup--white {
  background: none;
  border: 1px solid #dedede;
}
.faq__answer .revmsg-wrapper.email-signup--white .email-signup__dek,
.faq__answer .revmsg-wrapper.email-signup--white .email-signup__hed {
  color: #666;
}
.faq__answer .revmsg-wrapper.email-signup--white .rsform:before {
  border: 1px solid #dedede;
}
.faq__answer .revmsg-wrapper.email-signup--turtle {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(/wp-content/themes/oco-wp/images/signup/turtle-small.jpg);
}
.faq__answer .revmsg-wrapper.email-signup--turtle .email-signup__dek,
.faq__answer .revmsg-wrapper.email-signup--turtle .email-signup__hed {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
.faq__answer .revmsg-wrapper.email-signup--octopus {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(/wp-content/themes/oco-wp/images/signup/octopus-small.jpg);
}
.faq__answer .revmsg-wrapper.email-signup--octopus .email-signup__dek,
.faq__answer .revmsg-wrapper.email-signup--octopus .email-signup__hed {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
.faq__answer .revmsg-wrapper.email-signup--coral {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(/wp-content/themes/oco-wp/images/signup/coral-small.jpg);
}
.faq__answer .revmsg-wrapper.email-signup--coral .email-signup__dek,
.faq__answer .revmsg-wrapper.email-signup--coral .email-signup__hed {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
.faq__answer .revmsg-wrapper:not(.email-signup) input[type="email"],
.faq__answer .revmsg-wrapper:not(.email-signup) input[type="text"] {
  padding: 0.65rem 0.9rem;
  font-size: 1.25em;
  color: #999;
  border: 2px solid #999;
  width: 100%;
}
.faq__answer .revmsg-wrapper:not(.email-signup) input[type="email"]::-webkit-input-placeholder,
.faq__answer .revmsg-wrapper:not(.email-signup) input[type="text"]::-webkit-input-placeholder {
  opacity: 1 !important;
}
.faq__answer .revmsg-wrapper:not(.email-signup) input[type="email"]:-moz-placeholder,
.faq__answer .revmsg-wrapper:not(.email-signup) input[type="email"]::-moz-placeholder,
.faq__answer .revmsg-wrapper:not(.email-signup) input[type="text"]:-moz-placeholder,
.faq__answer .revmsg-wrapper:not(.email-signup) input[type="text"]::-moz-placeholder {
  opacity: 1 !important;
}
.faq__answer .revmsg-wrapper:not(.email-signup) input[type="email"]:-ms-input-placeholder,
.faq__answer .revmsg-wrapper:not(.email-signup) input[type="text"]:-ms-input-placeholder {
  opacity: 1 !important;
}
.faq__answer .revmsg-wrapper:not(.email-signup) input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  display: table;
  margin: 0;
  text-align: center;
  border: none;
  border-radius: 1.4375rem;
  padding: 0.6875rem 1.125rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  text-indent: 0.26em;
  font-family: Open Sans, sans-serif;
  font-size: 0.875rem;
  color: #fff;
  background: #e74b3c;
  cursor: pointer;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}
.faq__answer .revmsg-wrapper:not(.email-signup) input[type="submit"]:hover {
  text-decoration: none;
  color: #fff;
  background: #2880d9;
}
.faq__answer .revmsg-wrapper:not(.email-signup) .text {
  margin-bottom: 0.5rem;
}
.faq__answer .revmsg-wrapper:not(.email-signup) .revmsg-loading,
.faq__answer .revmsg-wrapper:not(.email-signup) .revmsg-success {
  font-weight: 400;
  font-size: larger;
}
.faq__answer > :first-child {
  margin-top: 0;
}
.faq__answer > :last-child {
  margin-bottom: 0;
}
.faq__icon {
  margin-left: 10px;
  fill: #e74b3c;
  transform: rotate(90deg);
  transition: transform 0.3s ease-in-out;
  height: 28px;
  width: 28px;
}
.donate-template-page-p2p .take-action {
  display: none !important;
}
.donate-template-page-p2p .oco-fot--btmg {
  margin-bottom: 0 !important;
}
.oco-hed__404 {
  width: 100%;
  z-index: 2;
  margin-bottom: 1.25rem;
}
.oco-hed__404 .oco-hed__hed {
  padding-bottom: 20px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
}
.oco-hed__404 img {
  height: 100px;
}
.page-404 {
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #fff;
  min-height: 100vh;
  padding: 1.25rem 1.125rem 4.0625rem;
  background: url(/wp-content/themes/oco-wp/images/otter_blue.jpg) no-repeat 50% 50%;
  background-size: cover;
}
.page-404--sub {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.15;
}
.page-404--hed {
  font-weight: 700;
  font-size: 1.5rem;
  margin: 0.2em 0;
}
.page-404 p {
  font-size: 0.875rem;
  line-height: 1.2;
  max-width: 520px;
  margin-bottom: 1em;
}
.page-404__cta {
  margin-top: 0.625rem;
}
.page-404__cta--hed {
  font-weight: 700;
  font-size: 1.3125rem;
  padding-top: 1em;
  max-width: 680px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.3);
}
.page-404__cta .email-signup {
  margin-bottom: 0;
}
.page-404__video {
  display: none;
}
.page-404 .rsform--submit__btn {
  margin-top: 3px;
  margin-right: 3px;
}
.page-404 .action,
.page-404 .rsform {
  margin: 0;
}
.newsletter {
  max-width: 600px;
  margin: 1em 0 !important;
}
.newsletter__label {
  margin-left: 0.375rem;
}
.newsletter__row {
  margin-bottom: 0.5rem;
}
.newsletter__names {
  margin-bottom: 0;
}
.newsletter__text {
  padding: 0.65rem 0.9rem;
  font-size: 1.25em;
  color: #999;
  border: 2px solid #999;
  width: 100%;
}
.newsletter__text::-webkit-input-placeholder {
  opacity: 1 !important;
}
.newsletter__text:-moz-placeholder,
.newsletter__text::-moz-placeholder {
  opacity: 1 !important;
}
.newsletter__text:-ms-input-placeholder {
  opacity: 1 !important;
}
.newsletter__text--first,
.newsletter__text--last {
  margin-bottom: 0.5rem;
}
.newsletter__opt-row {
  margin: 0.5rem 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-align: start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
}
.newsletter__submit-row {
  margin-top: 1em;
}
.newsletter__submit {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  display: table;
  margin: 0;
  text-align: center;
  border: none;
  border-radius: 1.4375rem;
  padding: 0.6875rem 1.125rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  text-indent: 0.26em;
  font-family: Open Sans, sans-serif;
  font-size: 0.875rem;
  color: #fff;
  background: #e74b3c;
  cursor: pointer;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}
.newsletter__submit:hover {
  text-decoration: none;
  color: #fff;
  background: #2880d9;
}
.newsletter .revmsg-loading,
.newsletter .revmsg-success {
  font-weight: 400;
  font-size: larger;
}
.body-modal {
  overflow: hidden;
}
.modal-container {
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch !important;
  overflow: auto !important;
}
.modal-container #responsive-iframe-close-button-wrapper {
  padding: 5vh;
  max-width: 750px;
  box-sizing: content-box;
  position: relative;
}
.modal-container #responsive-iframe-close-button-wrapper.page-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.modal-container #responsive-iframe-close-button-wrapper .modal__close--iframe {
  position: absolute;
  top: 8px;
  right: 12px;
  background-color: #2ba8dd;
  border-radius: 100px;
  transform: scale(0.8);
}
.modal-container #responsive-iframe-close-button-wrapper .modal__close--iframe svg {
  fill: #fff;
}
.modal-container #responsive-iframe-close-button-wrapper #responsive-iframe-wrapper {
  opacity: 1;
  position: relative;
  transition: opacity 0.2s;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.modal-container #responsive-iframe-close-button-wrapper #responsive-iframe-wrapper.loading {
  display: none;
  opacity: 0;
}
.modal-container .modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: auto;
  margin: 0 auto;
  width: 90%;
  max-width: 768px;
  max-height: 100%;
  background-color: #fff;
}
.modal-container .modal__close {
  padding: 0.625rem;
  color: #282828;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  z-index: 999999;
  cursor: pointer;
}
.modal-container .modal__close--icon {
  fill: #282828;
  display: inline-block;
  height: 1.875rem;
  width: 1.875rem;
}
.modal-container .modal .modal__close--photo {
  color: #fff;
}
.modal-container .modal .modal__close--photo .modal__close--icon {
  fill: #fff;
}
.modal-container.full .modal {
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  width: 100%;
  max-width: 100%;
}
.modal-container.full #responsive-iframe-close-button-wrapper {
  padding: 0;
  max-width: 100%;
  position: relative;
}
.modal__image {
  max-height: 100px;
  overflow: hidden;
}
.modal__content {
  margin: 0 auto;
  text-align: center;
  max-width: 600px;
  padding: 1rem 1.5rem;
}
.modal__hed,
.modal__subhed {
  text-align: center;
  font-weight: 700;
}
.modal__hed {
  padding-bottom: 0.25rem;
  color: #2ba8dd;
  font-size: 1.625rem;
  line-height: 1.75rem;
  margin-top: 30px;
}
.modal__hed--photo {
  margin-top: 0;
}
.modal__subhed {
  padding-bottom: 0.25rem;
  color: #282828;
  font-size: 1.0625rem;
  line-height: 1.25rem;
}
.modal__leadin {
  padding-top: 0.5rem;
  color: #666;
  font-size: 0.9375rem;
  line-height: 1.1875rem;
}
.modal__form {
  text-align: center;
  margin: 1.5rem auto;
}
.modal__toggle {
  margin-bottom: 1.5rem;
  margin-left: -1rem;
  text-align: center;
}
.modal__toggle input[type="radio"] {
  margin: -3px 5px 0 0;
  padding: 0;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 0;
  border-radius: 50%;
  border: 1px solid #282828;
  cursor: pointer;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.modal__toggle input[type="radio"]:checked {
  background-color: #282828;
  box-shadow: inset 0 0 0 4px #fff;
  transition: background 0.15s, box-shadow 0.1s;
}
.modal__radio + label:hover,
.modal__radio:checked + label {
  background-color: #282828;
  color: #fff;
}
.modal__radio + label:hover .modal__recurring,
.modal__radio:checked + label .modal__recurring {
  color: #fff;
}
.modal__label,
.modal__other {
  color: #282828;
  font-family: Roboto, sans-serif;
  font-size: 0.9375rem;
  text-align: center;
  display: inline-block;
  width: calc(50% - 20px);
  margin: 0 0.625rem 0.9375rem 0;
  border: 1px solid #282828;
  padding: 0.75rem 0;
  border-radius: 25px;
  -moz-appearance: textfield;
  transition: color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.modal__other-container {
  position: relative;
}
.modal__other-container:before {
  content: "$";
  position: absolute;
  top: 14px;
  left: 27px;
  color: #282828;
}
.modal__other-container:after {
  content: "enter amount";
  margin-top: -10px;
  font-size: 0.875rem;
  display: block;
  text-align: left;
  margin-left: 30px;
}
.modal__other {
  width: 90%;
  text-align: left;
  padding-left: 30px;
}
.modal__recurring {
  color: #666;
  font-size: 0.75rem;
}
.modal__other::-webkit-inner-spin-button,
.modal__other::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.modal__submit {
  margin: 1.5rem 0 1rem;
}
.modal__submit .action {
  overflow: hidden;
  padding: 2px 2px 2px 15px;
}
.modal__submit .action:hover {
  background-color: #2ba8dd;
}
.modal__submit .action:hover:before {
  content: "";
  border: 1px solid #2ba8dd;
}
.modal__submit .action span {
  position: relative;
  top: 11px;
  float: left;
}
.modal__submit .action svg {
  margin-left: 8px;
  float: right;
  fill: #fff;
  width: 40px;
  height: 40px;
}
.modal .countdown {
  background-color: #252525;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: relative;
  padding: 1.25rem 0.625rem;
}
.modal .countdown,
.modal .countdown__row {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.modal .countdown__container {
  text-align: center;
  margin: 0 0.625rem;
}
.modal .countdown__number {
  color: #fff;
  background-color: #2c2c2c;
  border-radius: 5px;
  font-size: 24px;
  position: relative;
  z-index: 1;
  font-weight: 400;
  font-family: Roboto, sans-serif;
  box-shadow: 0 0 5px #000;
  padding: 10px;
}
.modal .countdown__number:before {
  border-top: 3px solid #121212;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
.modal .countdown__type {
  color: #999;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 700;
  font-family: Roboto, sans-serif;
  margin-top: 0.625rem;
}
.partner-panel {
  background: #323232;
  color: #fff;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-top: 1px solid #666;
}
.partner-panel__content {
  max-width: 1280px;
  position: relative;
  margin: 0 auto;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.partner-panel__title {
  margin-bottom: 0.75rem;
}
.partner-panel__label {
  color: #999;
  text-transform: uppercase;
  font-size: 0.8125rem;
}
.partner-panel__name {
  font-weight: 700;
  font-size: 1.5rem;
  padding-top: 0.125rem;
}
.partner-panel__badge {
  float: left;
  width: 36px;
  margin-right: 10px;
}
.partner-panel .dropdown-content {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
}
.partner__overview {
  padding-bottom: 0.9375rem;
  text-align: center;
  font-size: 1.25rem !important;
}
.partner__action {
  padding: 1.25rem 0;
}
.partner__action--cyan .action {
  background: #2ba8dd;
}
.partner__action--cyan .action:before {
  border: 1px solid #2ba8dd;
}
.partner__action--cyan .action:hover {
  background: #e74b3c;
}
.partner__action--cyan .action:hover:before {
  border: 1px solid #e74b3c;
}
.partner-type-list {
  margin: 0 auto;
  width: 90%;
}
.partner-type-list__hed {
  padding: 1.25rem;
  line-height: 1.375rem;
}
.partner-type-list__hed,
.partner-type-list__item {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
}
.partner-type-list__item {
  list-style: none;
  padding-bottom: 1.875rem;
}
.partner-type-list__item a {
  color: #2ba8dd;
}
.partner-type-list__item a:hover {
  text-decoration: none;
  color: #282828;
}
.partner-type-list__item img {
  margin: 0 auto 0.625rem;
  width: 40%;
}
.partner-info {
  margin-bottom: 2.5rem;
}
.partner-info__image {
  margin-bottom: 1.875rem;
}
.partner-info__list {
  margin: 0 !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-pack: center;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: center;
}
.partner-info__item {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 !important;
  width: 33%;
  display: inline-block;
  vertical-align: top;
  list-style: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.6875rem;
  line-height: 0.8125rem !important;
  font-weight: 700;
}
.partner-info__item a {
  color: #2ba8dd;
}
.partner-info__item a:hover {
  text-decoration: none;
  color: #282828;
}
.partner-info__item img {
  margin: 0 auto 5px;
  width: 50%;
}
.partner-info__overview {
  padding: 1.25rem 0;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 700;
}
.partner-info__overview p {
  margin: 0;
}
.partner-info__button {
  display: block;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding: 0.625rem;
  font-size: 0.875rem;
  color: #282828 !important;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 100px;
  border: 1px solid #282828;
}
.partner-info__button:hover {
  background: #282828;
  color: #fff !important;
  text-decoration: none;
}
.partner-featured {
  background-color: #282828;
  padding: 1.25rem;
  margin-bottom: -2.5rem;
}
.partner-featured__logo {
  margin: 0 auto;
  width: 50%;
  padding: 1.5625rem;
  display: block;
  background: #fff;
  border-radius: 100%;
}
.partner-featured__logo img {
  margin: 0 auto;
}
.partner-featured__hed {
  display: none;
}
.partner-featured__hed--mobile {
  margin-bottom: 1.25rem;
  text-align: center;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.4375rem;
  font-weight: 700;
}
.partner-featured__title {
  margin-top: 1.25rem;
  text-align: center;
  color: #2ba8dd;
  font-size: 1.5rem;
  line-height: 1.6875rem;
  font-weight: 700;
}
.partner-featured__overview {
  margin: 0.9375rem 0;
  text-align: center;
  font-size: 1.0625rem;
  line-height: 1.3125rem;
  color: #fff;
}
.partner-featured .partner-info__item {
  width: 25%;
}
.partner-featured .partner-info__item a:hover {
  color: #fff;
}
.partner-foot {
  position: relative;
  z-index: 1;
  background: #fff linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0, hsla(0, 0%, 100%, 0.1) 15%, hsla(0, 0%, 100%, 0));
  margin-top: 2.5rem;
  padding: 3.125rem 0;
}
.partner-foot--notop {
  margin-top: 0;
}
.partner-foot:before {
  content: "";
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: url(/wp-content/themes/oco-wp/images/partners-footer.jpg);
  background-repeat: no-repeat;
  background-position: center bottom -25px;
}
.partner-foot__content {
  position: relative;
  z-index: 3;
}
.partner-foot__hed {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  padding-bottom: 1.5rem;
}
.partner-grid {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin: 0 auto;
  width: 90%;
}
.partner-grid__item {
  width: 50%;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
.partner-grid__item img {
  max-width: 120px;
  margin: 0 auto;
}
.partner-foot .gform_wrapper {
  text-align: center;
  margin: -3.125rem auto 0;
  width: 90%;
}
.partner-foot input[type="text"] {
  padding: 0.5rem 0.9375rem !important;
  border: 1px solid #c9c9c9;
  border-radius: 50px;
}
.partner-foot textarea {
  padding: 0.5rem 0.9375rem !important;
  border: 1px solid #c9c9c9;
  border-radius: 12px;
}
.partner-foot select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 100px;
  border: 1px solid #c9c9c9;
  background-image: url(/wp-content/themes/oco-wp/images/select-down.png);
  background-position: right 7px center;
  background-repeat: no-repeat;
  background-size: 25px;
  padding: 5px 20px !important;
}
.partner-foot select::-ms-expand {
  display: none;
}
.partner-foot .gform_footer input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  margin: 0 auto;
  padding: 0.5rem 0.9375rem !important;
  position: relative;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  text-indent: 0.26em;
  color: #fff;
  background: #e74b3c;
  border: 0;
  border-radius: 100px;
  cursor: pointer;
}
.partner-foot .gform_footer input[type="submit"]:hover {
  text-decoration: none;
  color: #fff;
  background: #2ba8dd;
}
.partner-foot .gfield_label {
  padding-top: 0.625rem;
  padding-bottom: 0.25rem;
}
.partner-foot .gfield_required {
  display: none;
}
.partner-foot .validation_error {
  padding-left: 0.9375rem !important;
  padding-right: 0.9375rem !important;
  text-align: left !important;
  color: #fff !important;
  border: 0 !important;
  background: #e74b3c;
  line-height: 1.1875rem;
}
.partner-foot li.gfield.gfield_error {
  background-color: transparent;
  margin: 0;
  padding: 0;
  border: 0;
}
.partner-foot ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error {
  margin-top: 0;
}
.partner-foot .gfield_error .gfield_label,
.partner-foot .gfield_error .validation_message {
  color: #e74b3c;
}
.partner-foot .gfield_error input[type="text"],
.partner-foot .gfield_error textarea {
  border: 1px solid #e74b3c !important;
}
.partner-foot .field_description_below .gfield_description {
  padding-top: 8px;
}
.gform_confirmation_wrapper {
  padding: 0 1.25rem 12.5rem;
  text-align: center;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.375rem;
}
.dec-wave-single {
  display: block;
  margin: 0.625rem auto;
  width: 120px;
  height: 20px;
}
.page-template-page-partners-all li.partner-link a,
.page-template-page-partners li.partner-link a,
.single-partner li.partner-link a,
.tax-ptypes li.partner-link a {
  background: #2ba8dd;
  border: 1px solid #2ba8dd;
  box-shadow: inset 0 0 0 1px #323232;
  cursor: default;
}
.page-template-page-partners-all li.partner-link a:hover,
.page-template-page-partners li.partner-link a:hover,
.single-partner li.partner-link a:hover,
.tax-ptypes li.partner-link a:hover {
  color: #fff;
}
.section {
  background: #393939 url(/wp-content/themes/oco-wp/images/dark_pattern.gif) 0 50%;
  padding: 0 1.125rem;
  clear: both;
  display: block;
  text-align: center;
}
.section__intro {
  padding: 3.125rem 0;
}
.section__body {
  padding: 3.125rem 0 4.875rem;
}
.section__hed {
  background-color: #323232;
  font-family: Roboto, sans-serif;
  color: #2ba8dd;
  font-size: 1.875rem;
  font-weight: 700;
  text-align: center;
  padding: 1.125rem 0;
}
.section__hed--intro {
  background-color: transparent;
  margin-bottom: 0.625rem;
}
.section__hed--shadow {
  box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.22);
}
.section--ripples .section__intro {
  padding-bottom: 0;
}
.section__subhed {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  background-color: #3f3f3f;
  padding: 1.125rem;
}
.section__subhed--search {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section__subhed--search .section__subhed-title {
  margin-bottom: 0.625rem;
  width: 100%;
}
.section__subhed--nav {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section__subhed-title {
  display: inline-block;
  font-family: Roboto, sans-serif;
  color: #2ba8dd;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: left;
}
.section__subhed-title--archive {
  padding-left: 1.375rem;
  margin-left: 1.375rem;
  border-left: 1px solid #2ba8dd;
}
.section__subhed-link {
  display: inline-block;
}
.section__subhed-link:hover {
  text-decoration: none;
}
.section__subhed-icon {
  display: inline-block;
  fill: #2ba8dd;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.section__dek {
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  color: #fff;
  margin: auto;
  max-width: 850px;
  line-height: 1.67;
}
.section__dek .ft-quote {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  box-align: start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  line-height: 1.15;
  margin: 1.5em 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.section__dek .ft-quote--color-red .ft-quote__bq {
  background: #e74b3c;
}
.section__dek .ft-quote--color-red .ft-quote__bq:before {
  border-color: transparent #e74b3c;
}
.section__dek .ft-quote--color-red .ft-quote__image figure,
.section__dek .ft-quote--color-red .ft-quote__image picture {
  border-color: #e74b3c;
}
.section__dek .ft-quote--color-red .ft-quote__image .icon-logo {
  fill: #e74b3c;
}
.section__dek .ft-quote--color-black .ft-quote__bq {
  background: #282828;
}
.section__dek .ft-quote--color-black .ft-quote__bq:before {
  border-color: transparent #282828;
}
.section__dek .ft-quote--bgcolor-blue .ft-quote__bq:after {
  border-color: #3085da transparent;
}
.section__dek .ft-quote--bgcolor-black .ft-quote__bq:after {
  border-color: #393939 transparent;
}
.section__dek .ft-quote__bq {
  background: #2880d9;
  color: #fff !important;
  box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  box-ordinal-group: 1;
  -moz-order: 1;
  order: 1;
  -ms-flex-order: 1;
  border-radius: 1.5rem !important;
  padding: 1rem !important;
  position: relative;
  margin: 0 0 0 1.625rem !important;
  word-wrap: normal !important;
  border: none !important;
}
.section__dek .ft-quote__bq:before {
  border: 0;
  border-style: solid;
  border-color: transparent #2880d9;
  border-top-width: 31px;
  border-right-width: 20px;
  border-left-width: 0;
  top: 27px;
  left: -20px;
}
.section__dek .ft-quote__bq:after,
.section__dek .ft-quote__bq:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  bottom: auto;
  right: auto;
}
.section__dek .ft-quote__bq:after {
  border: 0;
  border-style: solid;
  border-color: #fff transparent;
  border-bottom-width: 6px;
  border-right-width: 0;
  border-left-width: 27px;
  top: 52px;
  left: -27px;
}
.section__dek .ft-quote__body {
  font-family: Noticia Text, serif;
  color: #fff;
  margin: 0 !important;
  line-height: 1.5 !important;
  font-size: 1rem;
}
.section__dek .ft-quote__body > :first-child {
  margin-top: 0;
}
.section__dek .ft-quote__body > :last-child {
  margin-bottom: 0;
}
.section__dek .ft-quote__author {
  font-weight: 700;
  font-size: 0.9rem;
  padding-bottom: 0.2em;
  margin-top: 1em;
}
.section__dek .ft-quote__title {
  font-size: 0.7rem;
}
.section__dek .ft-quote__image {
  box-flex: 0;
  -moz-flex: 0 1 20%;
  -ms-flex: 0 1 20%;
  flex: 0 1 20%;
  min-width: 98px;
  max-width: 208px;
  position: relative;
}
.section__dek .ft-quote__image figure,
.section__dek .ft-quote__image picture {
  background: #fff;
  position: relative;
  padding-top: calc(100% - 6px);
  height: 0;
  border: 3px solid #2880d9;
  overflow: hidden;
  border-radius: 50%;
}
.section__dek .ft-quote__image figure img,
.section__dek .ft-quote__image picture img {
  border-radius: 50%;
}
.section__dek .ft-quote__image .icon-logo {
  fill: #2880d9;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 90%;
  width: 90%;
}
.section__dek .ft-quote__image img:not(.icon-logo) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% + 1px);
  width: auto;
  max-width: none;
}
.section__dek p {
  margin: 1.3em 0;
}
.section__dek h1,
.section__dek h2,
.section__dek h3,
.section__dek h4,
.section__dek h5,
.section__dek h6 {
  font-weight: 700;
  line-height: 1.2;
  margin: 1.2em 0 -0.4em;
}
.section__dek h4,
.section__dek h5,
.section__dek h6 {
  margin-bottom: -0.5em;
}
.section__dek h1 {
  font-size: 1.2rem;
}
.section__dek h2 {
  font-size: 1.1rem;
}
.section__dek h3 {
  font-size: 1rem;
}
.section__dek h4,
.section__dek h5 {
  font-size: 0.9375rem;
}
.section__dek a:focus,
.section__dek a:hover {
  color: #2880d9;
}
.section__dek .action {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.section__dek .action:focus,
.section__dek .action:hover {
  color: #fff;
}
.section__dek blockquote {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  color: #2880d9;
  padding: 1.2em 1.5em;
  margin: 1.2em 0;
}
.section__dek blockquote > :first-child {
  margin-top: 0;
}
.section__dek blockquote > :last-child {
  margin-bottom: 0;
}
.section__dek b,
.section__dek strong {
  font-weight: 500;
}
.section__dek big {
  font-size: 1.2em;
}
.section__dek code {
  background-color: #ebebeb;
}
.section__dek code,
.section__dek kbd,
.section__dek samp,
.section__dek tt {
  font-family: monospace;
}
.section__dek em,
.section__dek i {
  font-style: italic;
}
.section__dek small {
  font-size: 0.8em;
}
.section__dek ol,
.section__dek ul:not(.form-chooser) {
  margin: 1.2em 0;
  padding-left: 2em;
}
.section__dek ol {
  list-style-type: decimal;
}
.section__dek li:not(.form-chooser__item) {
  margin: 0.5em 0;
  line-height: 1.3;
}
.section__dek ul:not(.form-chooser) {
  list-style-type: disc;
  list-style-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='11' viewBox='0 0 19 11'%3E%3Cpath d='M2.876 5.5c-.552-.194-1.097-.487-1.55-.928C-.22 3.067.007.486.017.377l.032-.33.339-.031L.847 0c.943 0 2.697.167 3.85 1.29.66.643.996 1.48 1.164 2.239.962-.75 2.239-1.554 3.704-2.002a6.62 6.62 0 0 1-.016-1.15l.032-.33.339-.031.458-.016c.943 0 2.697.167 3.85 1.29.144.141.273.291.388.447 2.65 1.106 4.169 3.461 4.251 3.59l.133.211-.133.209c-.107.17-2.678 4.155-7.024 4.155-2.424 0-4.563-1.247-5.996-2.368-.173.741-.509 1.551-1.15 2.176C3.544 10.833 1.79 11 .847 11.001l-.459-.017-.339-.031-.032-.331c-.01-.108-.237-2.688 1.309-4.194.453-.441.998-.734 1.55-.928zm12.175-.091c.405 0 .734-.32.734-.715a.725.725 0 0 0-.734-.714.725.725 0 0 0-.734.714c0 .395.329.715.734.715z' fill='%232981d9'/%3E%3C/svg%3E");
}
.section__dek ul:not(.form-chooser) ul {
  list-style-type: circle;
  list-style-image: none;
}
.section__dek dl {
  margin: 1.2em 0;
  line-height: 1.3;
}
.section__dek dt {
  font-weight: 700;
  margin: 0.6em 0 0.3em;
}
.section__dek dd {
  padding-left: 1em;
  margin: 0.3em 0 0.6em;
}
.section__dek table {
  line-height: 1.3;
  margin: 1.2em 0;
}
.section__dek table caption {
  text-align: center;
  margin: 0.3em 0;
  font-weight: 400;
}
.section__dek table td,
.section__dek table th {
  border: 1px solid #282828;
  padding: 0.3em 0.4em;
  vertical-align: middle;
}
.section__dek table th,
.section__dek table th[scope="col"] {
  font-weight: 700;
}
.section__dek table th[scope="row"] {
  font-weight: 500;
  text-align: right;
}
.section__dek .callout {
  font-weight: 400;
  color: #2880d9;
  font-size: 0.9375rem;
  line-height: 1.4;
  margin: 1.1em 0;
}
.section__dek .callout--heavy {
  color: #282828;
  font-weight: 700;
  text-align: center;
  font-size: 1rem;
  margin: 1em auto;
}
.section__dek .button-center,
.section__dek .button-left,
.section__dek .button-right {
  margin: 1.6em 0;
}
.section__dek picture img {
  max-width: none;
  width: 100%;
}
.section__dek .caption {
  font-weight: 300;
  font-size: 0.6875rem;
  color: gray;
  text-align: right;
  margin-top: 0.42em;
  line-height: 1.15;
}
.section__dek .caption .red {
  color: #e74b3c;
}
.section__dek .caption--copy {
  text-transform: uppercase;
}
.section__dek .alignnone {
  margin: 1.5em 0;
}
.section__dek .aligncenter {
  margin: 1.5em auto;
}
.section__dek .full,
.section__dek .large-img {
  width: 100%;
}
.section__dek .medium-img {
  width: 90%;
}
.section__dek .small-img {
  width: 75%;
}
.section__dek .thumbnail {
  width: 150px;
}
.section__dek .alignleft,
.section__dek .alignright {
  clear: both;
  max-width: 50%;
}
.section__dek .alignleft {
  float: left;
  margin: 0.3em 1.3em 0.4em 0;
}
.section__dek .alignright {
  float: right;
  margin: 0.3em 0 0.4em 1.3em;
}
.section__dek .eoe-text strong {
  font-weight: 300;
}
.section__dek .eoe-callout {
  color: #2880d9;
  text-transform: uppercase;
}
.section__dek .boilerplate {
  font-weight: 400;
}
.section__dek .janis-form-image {
  margin: 1em auto;
  width: 50%;
}
.section__dek .townhall__form h4 {
  margin-bottom: 0.8em;
  margin-top: 0;
  text-align: center;
}
.section__dek .townhall__content .alignnone {
  margin-top: 0;
}
.section__dek .revmsg-wrapper.email-signup {
  background: #82c785;
  margin: 1.4em 0;
  padding: 1.25rem;
}
.section__dek .revmsg-wrapper.email-signup .email-signup__hed {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 !important;
  text-align: center;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.125rem;
  color: #fff;
}
.section__dek .revmsg-wrapper.email-signup .email-signup__dek {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  margin: 0;
  text-align: center;
  font-size: 1.0625rem;
  line-height: 1.375rem;
  color: #fff;
}
.section__dek .revmsg-wrapper.email-signup .revmsg-loading,
.section__dek .revmsg-wrapper.email-signup .revmsg-success {
  text-align: center;
  padding: 0;
}
.section__dek .revmsg-wrapper.email-signup .rsform {
  margin-top: 1.25rem;
}
.section__dek .revmsg-wrapper.email-signup input[type="email"],
.section__dek .revmsg-wrapper.email-signup input[type="text"] {
  padding: 0.625rem 0.9375rem;
  text-align: left;
}
.section__dek .revmsg-wrapper.email-signup input[type="email"]::-webkit-input-placeholder,
.section__dek .revmsg-wrapper.email-signup input[type="text"]::-webkit-input-placeholder {
  text-align: left;
  color: #dfdfdf;
  text-transform: inherit;
  letter-spacing: inherit;
}
.section__dek .revmsg-wrapper.email-signup input[type="email"]:-moz-placeholder,
.section__dek .revmsg-wrapper.email-signup input[type="email"]::-moz-placeholder,
.section__dek .revmsg-wrapper.email-signup input[type="text"]:-moz-placeholder,
.section__dek .revmsg-wrapper.email-signup input[type="text"]::-moz-placeholder {
  text-align: left;
  color: #dfdfdf;
  text-transform: inherit;
  letter-spacing: inherit;
}
.section__dek .revmsg-wrapper.email-signup input[type="email"]:-ms-input-placeholder,
.section__dek .revmsg-wrapper.email-signup input[type="text"]:-ms-input-placeholder {
  text-align: left;
  color: #dfdfdf;
  text-transform: inherit;
  letter-spacing: inherit;
}
.section__dek .revmsg-wrapper.email-signup input[type="submit"] {
  width: 40px;
  height: 40px;
}
.section__dek .revmsg-wrapper.email-signup--green {
  background: #82c785;
}
.section__dek .revmsg-wrapper.email-signup--blue {
  background: #2880d9;
}
.section__dek .revmsg-wrapper.email-signup--cyan {
  background: #2ba8dd;
}
.section__dek .revmsg-wrapper.email-signup--white {
  background: none;
  border: 1px solid #dedede;
}
.section__dek .revmsg-wrapper.email-signup--white .email-signup__dek,
.section__dek .revmsg-wrapper.email-signup--white .email-signup__hed {
  color: #666;
}
.section__dek .revmsg-wrapper.email-signup--white .rsform:before {
  border: 1px solid #dedede;
}
.section__dek .revmsg-wrapper.email-signup--turtle {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(/wp-content/themes/oco-wp/images/signup/turtle-small.jpg);
}
.section__dek .revmsg-wrapper.email-signup--turtle .email-signup__dek,
.section__dek .revmsg-wrapper.email-signup--turtle .email-signup__hed {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
.section__dek .revmsg-wrapper.email-signup--octopus {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(/wp-content/themes/oco-wp/images/signup/octopus-small.jpg);
}
.section__dek .revmsg-wrapper.email-signup--octopus .email-signup__dek,
.section__dek .revmsg-wrapper.email-signup--octopus .email-signup__hed {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
.section__dek .revmsg-wrapper.email-signup--coral {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(/wp-content/themes/oco-wp/images/signup/coral-small.jpg);
}
.section__dek .revmsg-wrapper.email-signup--coral .email-signup__dek,
.section__dek .revmsg-wrapper.email-signup--coral .email-signup__hed {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
.section__dek .revmsg-wrapper:not(.email-signup) input[type="email"],
.section__dek .revmsg-wrapper:not(.email-signup) input[type="text"] {
  padding: 0.65rem 0.9rem;
  font-size: 1.25em;
  color: #999;
  border: 2px solid #999;
  width: 100%;
}
.section__dek .revmsg-wrapper:not(.email-signup) input[type="email"]::-webkit-input-placeholder,
.section__dek .revmsg-wrapper:not(.email-signup) input[type="text"]::-webkit-input-placeholder {
  opacity: 1 !important;
}
.section__dek .revmsg-wrapper:not(.email-signup) input[type="email"]:-moz-placeholder,
.section__dek .revmsg-wrapper:not(.email-signup) input[type="email"]::-moz-placeholder,
.section__dek .revmsg-wrapper:not(.email-signup) input[type="text"]:-moz-placeholder,
.section__dek .revmsg-wrapper:not(.email-signup) input[type="text"]::-moz-placeholder {
  opacity: 1 !important;
}
.section__dek .revmsg-wrapper:not(.email-signup) input[type="email"]:-ms-input-placeholder,
.section__dek .revmsg-wrapper:not(.email-signup) input[type="text"]:-ms-input-placeholder {
  opacity: 1 !important;
}
.section__dek .revmsg-wrapper:not(.email-signup) input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  display: table;
  margin: 0;
  text-align: center;
  border: none;
  border-radius: 1.4375rem;
  padding: 0.6875rem 1.125rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  text-indent: 0.26em;
  font-family: Open Sans, sans-serif;
  font-size: 0.875rem;
  color: #fff;
  background: #e74b3c;
  cursor: pointer;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}
.section__dek .revmsg-wrapper:not(.email-signup) input[type="submit"]:hover {
  text-decoration: none;
  color: #fff;
  background: #2880d9;
}
.section__dek .revmsg-wrapper:not(.email-signup) .text {
  margin-bottom: 0.5rem;
}
.section__dek .revmsg-wrapper:not(.email-signup) .revmsg-loading,
.section__dek .revmsg-wrapper:not(.email-signup) .revmsg-success {
  font-weight: 400;
  font-size: larger;
}
.section__dek a {
  color: #2ba8dd;
}
.section__dek--secondary {
  text-align: left;
}
.section__dek--secondary li,
.section__dek--secondary ul {
  margin: 1.875rem 0;
}
.section__dek--secondary a {
  color: #2ba8dd;
}
.section__dek--stories {
  text-align: left;
}
.section__dek--stories h2 {
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 12px;
}
.section__dek--stories p {
  margin-bottom: 30px;
}
.section__dek--stories ul {
  padding-left: 2.5rem;
  list-style-type: disc;
  padding-bottom: 1.875rem;
}
.section__dek--interior,
.section__dek--secondary {
  text-align: left;
  max-width: 1200px;
}
.section__dek--interior > :first-child,
.section__dek--secondary > :first-child {
  margin-top: 0;
}
.section__dek--interior > :last-child,
.section__dek--secondary > :last-child {
  margin-bottom: 0;
}
.section__dek--interior b,
.section__dek--interior strong {
  font-weight: 700;
}
.section__button-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 1.5625rem;
}
.section__button {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.26em;
  display: inline-block;
  text-indent: 0.26em;
  border: 1px solid #2ba8dd;
  color: #2ba8dd;
  border-radius: 50px;
  padding: 0.75rem 1.25rem;
  text-transform: uppercase;
}
.section__button:hover {
  background-color: #fff;
  color: #323232;
  text-decoration: none;
  border: 1px solid #fff;
}
.section-shadow {
  box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.22);
}
.section-shadow-inset {
  box-shadow: inset 0 8px 20px rgba(0, 0, 0, 0.22);
}
.government_relations-template-plnd-issues .section {
  padding-bottom: 3.5rem;
}
.marquee {
  padding: 11.875rem 2rem 4.6875rem;
}
.marquee-deepdive {
  text-align: center;
  padding: 8.125rem 1.125rem 3.875rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
}
.marquee-deepdive__hed {
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 1;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  border-bottom: 2px solid #2ba8dd;
  padding-bottom: 0.15em;
}
.marquee-deepdive__subhed {
  font-family: Open Sans, sans-serif;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 0.26em;
  margin-top: 0.4em;
  color: #323232;
  position: relative;
  z-index: 1;
  line-height: 1.28;
}
.marquee-deepdive h1 {
  color: #fff;
  text-shadow: 2px 0 0 rgba(0, 0, 0, 0.35);
}
.marquee-deepdive h4 {
  color: #fff;
  text-shadow: 2px 0 0 rgba(0, 0, 0, 0.2);
}
.marquee-deepdive:before {
  display: none !important;
}
.marquee-deepdive--landing {
  min-height: 1500px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.marquee-deepdive-fixed {
  position: fixed;
}
.marquee-deepdive-absolute {
  position: absolute;
  bottom: 60px;
}
.deepdive-nav {
  position: relative;
  min-width: 250px;
  background: #2ba8dd;
}
.deepdive-nav a {
  display: block;
  padding: 20px 30px;
  background: #2ba8dd;
  font-size: 1.25rem;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
.deepdive-nav a:hover {
  background-color: #3f3f3f;
}
.deepdive-nav__more {
  position: absolute;
  height: 100%;
  right: 0;
  padding: 0 16px 0 55px;
  border: 0;
  outline: none;
  background-color: #fff;
  color: #2ba8dd;
  font-size: 1.125rem;
  font-family: Roboto, sans-serif;
  cursor: pointer;
}
.deepdive-nav__more:after {
  content: attr(count);
  position: absolute;
  width: 30px;
  height: 30px;
  left: 14px;
  top: 15px;
  text-align: center;
  background-color: #2ba8dd;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  border-radius: 50%;
  font-weight: 700;
}
.deepdive-nav__more:hover:after {
  transform: scale(1.075);
}
.deepdive-nav__visible-links {
  display: inline-table;
}
.deepdive-nav__visible-links li {
  display: table-cell;
  border-left: 1px solid #70e1ff;
  overflow: hidden;
  white-space: nowrap;
}
.deepdive-nav__visible-links li:first-child a {
  display: block;
  height: 24px;
  width: 24px;
  padding: 0;
  outline: none;
  text-indent: -9999px;
  background-image: url(/wp-content/themes/oco-wp/images/anchor.svg);
  background-position: 25px 0;
  background-repeat: no-repeat;
  min-width: 75px;
}
.deepdive-nav__visible-links li:first-child a:after {
  display: block;
  width: 200px;
  height: 200px;
  background: red;
}
.deepdive-nav__visible-links li:first-child:hover,
.deepdive-nav__visible-links li:first-child:hover a,
.deepdive-nav__visible-links li:first-child a:hover {
  background-color: #3f3f3f;
}
.deepdive-nav__visible-links li:last-child {
  border-right: 1px solid #70e1ff;
}
.deepdive-nav__hidden-links {
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 999;
}
.deepdive-nav__hidden-links li {
  display: block;
  border-top: 1px solid #70e1ff;
}
.deepdive-nav .current-menu-item,
.deepdive-nav .current-menu-item a {
  background-color: #3f3f3f;
}
.deepdive-nav .hidden {
  visibility: hidden;
}
.carousel-container {
  padding: 20px 60px 50px;
}
.carousel-container,
.carousel-deepdive {
  background-color: #323232;
}
.carousel-deepdive .slick-prev {
  background-image: url(/wp-content/themes/oco-wp/images/icon-nav-arrow-left.svg);
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  left: -50px;
}
.carousel-deepdive .slick-next {
  background-image: url(/wp-content/themes/oco-wp/images/icon-nav-arrow-right.svg);
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  right: -50px;
}
.carousel-deepdive .ripple__item {
  background: #3f3f3f;
}
.event {
  background: #323232;
  transition: box-shadow 0.15s ease-in-out;
  height: 100%;
}
.event:hover {
  box-shadow: 0 0 11px 4px rgba(0, 0, 0, 0.2);
}
.event__li {
  margin-bottom: 1rem;
  padding: 0.625rem;
}
.event__link {
  display: block;
  color: inherit;
  height: 100%;
}
.event__link:hover {
  text-decoration: none;
}
.event__image {
  position: relative;
  height: 0;
  padding-top: 71%;
  overflow: hidden;
  border-bottom: 2px solid #2ba8dd;
  background: #323232 url(/wp-content/themes/oco-wp/images/breaker_bg.png) no-repeat 50%;
}
.event picture {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.event img,
.event picture {
  display: block;
  position: absolute;
}
.event img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: none;
  height: 100%;
}
.event__hed {
  padding: 0.75rem 0.375rem;
}
.event__hed-container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.event__title {
  font-weight: 700;
  font-size: 1.25rem;
  box-shadow: 0 1px 0 0 #f3f3f3;
  padding-bottom: 0.1875rem;
  margin-bottom: 0.1875rem;
  color: #fff;
  border-bottom: none;
  box-shadow: none;
  line-height: 1.15;
  margin-right: 0.625rem;
}
.event__location {
  font-family: Open Sans, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #969696;
  font-size: 0.75rem;
  letter-spacing: 0.025em;
  white-space: nowrap;
}
.event__date {
  position: absolute;
  top: 50%;
  left: 38%;
  transform: translateY(-50%);
  background: #dedede;
  color: #323232;
  height: 4.375rem;
  width: 4.375rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-orient: vertical;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  border-radius: 100%;
  box-shadow: inset 0 0 0 1px #323232;
  border: 1px solid #dedede;
}
.event__date--alt {
  background: #009bc4;
  color: #fff;
  border-color: #009bc4;
}
.event__month {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
}
.event__day {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 0.837;
}
.event__rsvp {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  display: none;
  margin: 0;
  text-align: center;
  border: none;
  border-radius: 1.4375rem;
  padding: 0.5rem 0.75rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  text-indent: 0.26em;
  font-family: Open Sans, sans-serif;
  font-size: 0.875rem;
  color: #fff;
  background: #e74b3c;
  border: 1px solid #e74b3c;
  box-shadow: inset 0 0 0 1px #323232;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.event__rsvp:hover {
  text-decoration: none;
  color: #fff;
  background: #2880d9;
  border-color: #2880d9;
}
.timeline--dark {
  background: #393939 url(/wp-content/themes/oco-wp/images/dark_pattern.gif) 0 50%;
}
.timeline--dark #timeline {
  margin: 0 auto !important;
}
.timeline--dark #timeline .cards-container .card .icon {
  background-color: #393939 !important;
  color: #2ba8dd !important;
}
.timeline--dark #timeline .cards-container .card .icon:after,
.timeline--dark #timeline h2 {
  background-color: #2ba8dd !important;
}
.timeline--dark #timeline h2 {
  font-size: 1rem !important;
  padding: 13px 25px !important;
}
.timeline--dark .card-item {
  padding-bottom: 0 !important;
}
.timeline--dark .card-item .head .label {
  background-color: #2ba8dd !important;
}
.timeline--dark .card-item .body {
  width: auto !important;
  padding: 0 1.875rem 2.5rem;
  margin-bottom: 0 !important;
}
.timeline--dark .cards-container:after {
  border-left: 2px solid #2ba8dd !important;
}
.card__cta {
  background: #f4f4f4;
  padding: 1.875rem 2.25rem;
  font-size: 1rem;
  line-height: 1.625;
}
.card__cta a {
  display: table;
  position: relative;
  padding: 0.6875rem 1rem;
  border-radius: 1.4375rem;
  background: #e74b3c;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.26em;
  margin: 1.25rem auto 0;
  transition: all 0.3s ease-in-out;
}
.card__cta a:after {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #e74b3c;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  border-radius: 1.4375rem;
  transition: all 0.3s ease-in-out;
}
.card__cta a:hover {
  background: #009bc4;
  text-decoration: none;
}
.card__cta a:hover:after {
  border-color: #009bc4;
}
#multi-form .gform_wrapper,
#single-form .gform_wrapper {
  max-width: 900px;
  background-color: #fff;
  border-top: 4px solid #2ba8dd;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 60px;
}
#multi-form .gform_wrapper .gsection,
#single-form .gform_wrapper .gsection {
  margin: 20px 0 0 !important;
  border-bottom: 0;
  border-top: 1px solid #ebebeb;
}
#multi-form .gform_wrapper .gsection:first-of-type,
#single-form .gform_wrapper .gsection:first-of-type {
  margin: 0 !important;
}
#multi-form .gform_wrapper .g_fieldset,
#single-form .gform_wrapper .g_fieldset {
  position: relative;
}
#multi-form .gform_wrapper .g_fieldset .g_fieldset-inner,
#single-form .gform_wrapper .g_fieldset .g_fieldset-inner {
  position: absolute;
  right: 25px;
  top: -29px;
  font-size: 0.875rem;
  color: #a0a0a0;
}
#multi-form .gform_wrapper .action,
#single-form .gform_wrapper .action {
  background-color: #2ba8dd;
}
#multi-form .gform_wrapper .action:before,
#single-form .gform_wrapper .action:before {
  border: 1px solid #2ba8dd;
}
#multi-form .gform_wrapper h2.gsection_title,
#single-form .gform_wrapper h2.gsection_title {
  padding: 1.25rem 1.25rem 0 0 !important;
}
#multi-form .gform_wrapper ul,
#single-form .gform_wrapper ul {
  margin: 0 !important;
  padding: 0 !important;
}
#multi-form .gform_wrapper ul.gform_fields li.gfield,
#single-form .gform_wrapper ul.gform_fields li.gfield {
  padding: 0 1.25rem;
  vertical-align: top;
}
#multi-form .gform_wrapper ul.gform_fields li.gfield input:focus,
#multi-form .gform_wrapper ul.gform_fields li.gfield select:focus,
#multi-form .gform_wrapper ul.gform_fields li.gfield textarea:focus,
#single-form .gform_wrapper ul.gform_fields li.gfield input:focus,
#single-form .gform_wrapper ul.gform_fields li.gfield select:focus,
#single-form .gform_wrapper ul.gform_fields li.gfield textarea:focus {
  outline: none;
}
#multi-form .gform_wrapper ul.gform_fields li.gfield input,
#single-form .gform_wrapper ul.gform_fields li.gfield input {
  border-radius: 100px;
  border: 1px solid #c9c9c9;
  padding: 8px 20px !important;
}
#multi-form .gform_wrapper ul.gform_fields li.gfield input[type="checkbox"],
#single-form .gform_wrapper ul.gform_fields li.gfield input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 6px !important;
  border: 1px solid #c9c9c9;
  border-radius: 20px;
  vertical-align: top;
  line-height: 2;
}
#multi-form .gform_wrapper ul.gform_fields li.gfield input[type="checkbox"]:checked,
#single-form .gform_wrapper ul.gform_fields li.gfield input[type="checkbox"]:checked {
  background-color: #2ba8dd;
  border: 1px solid #2ba8dd;
}
#multi-form .gform_wrapper ul.gform_fields li.gfield select,
#single-form .gform_wrapper ul.gform_fields li.gfield select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 100px;
  border: 1px solid #c9c9c9;
  background-image: url(/wp-content/themes/oco-wp/images/select-down.png);
  background-position: right 7px center;
  background-repeat: no-repeat;
  background-size: 25px;
  padding: 5px 20px !important;
}
#multi-form .gform_wrapper ul.gform_fields li.gfield select::-ms-expand,
#single-form .gform_wrapper ul.gform_fields li.gfield select::-ms-expand {
  display: none;
}
#multi-form .gform_wrapper ul.gform_fields li.gfield textarea,
#single-form .gform_wrapper ul.gform_fields li.gfield textarea {
  border-radius: 17px;
  border: 1px solid #c9c9c9;
  padding: 10px 20px !important;
}
#multi-form .gform_wrapper ul.gform_fields li.gfield textarea:focus,
#single-form .gform_wrapper ul.gform_fields li.gfield textarea:focus {
  outline: none;
}
#multi-form .gform_wrapper label.gfield_label,
#single-form .gform_wrapper label.gfield_label {
  font-weight: 400;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 4px;
}
#multi-form .gform_wrapper ul.gfield_checkbox,
#single-form .gform_wrapper ul.gfield_checkbox {
  padding: 0.625rem 0 0.25rem !important;
  width: 100% !important;
  border: 1px solid #ebebeb;
}
#multi-form .gform_wrapper ul.gfield_checkbox li,
#single-form .gform_wrapper ul.gfield_checkbox li {
  margin: 0 0 0.375rem 0.625rem !important;
}
#multi-form .gform_wrapper ul.gfield_checkbox li label,
#single-form .gform_wrapper ul.gfield_checkbox li label {
  font-size: 0.9375rem;
}
#multi-form .gform_wrapper ul.gfield_checkbox li input[type="checkbox"],
#single-form .gform_wrapper ul.gfield_checkbox li input[type="checkbox"] {
  cursor: pointer;
}
#multi-form .gform_wrapper div.ginput_container_checkbox,
#single-form .gform_wrapper div.ginput_container_checkbox {
  margin-top: 8px !important;
}
#multi-form .gform_wrapper li.gfield .ginput_container_fileupload,
#multi-form .gform_wrapper li.gfield .ginput_container_post_image,
#single-form .gform_wrapper li.gfield .ginput_container_fileupload,
#single-form .gform_wrapper li.gfield .ginput_container_post_image {
  border-radius: 100px;
  border: 1px solid #c9c9c9;
  position: relative;
  z-index: 1;
  height: 42px;
  padding: 5px 20px !important;
}
#multi-form .gform_wrapper li.gfield .ginput_container_fileupload,
#multi-form .gform_wrapper li.gfield .ginput_container_fileupload > span,
#multi-form .gform_wrapper li.gfield .ginput_container_post_image,
#multi-form .gform_wrapper li.gfield .ginput_container_post_image > span,
#single-form .gform_wrapper li.gfield .ginput_container_fileupload,
#single-form .gform_wrapper li.gfield .ginput_container_fileupload > span,
#single-form .gform_wrapper li.gfield .ginput_container_post_image,
#single-form .gform_wrapper li.gfield .ginput_container_post_image > span {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-orient: vertical;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
#multi-form .gform_wrapper li.gfield .ginput_container_fileupload input[type="file"],
#multi-form .gform_wrapper li.gfield .ginput_container_post_image input[type="file"],
#single-form .gform_wrapper li.gfield .ginput_container_fileupload input[type="file"],
#single-form .gform_wrapper li.gfield .ginput_container_post_image input[type="file"] {
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  z-index: 2;
  width: 100%;
  height: 100%;
  border: 0 !important;
  cursor: pointer;
  padding: 0 !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#multi-form .gform_wrapper li.gfield .ginput_container_fileupload .upload-label,
#multi-form .gform_wrapper li.gfield .ginput_container_post_image .upload-label,
#single-form .gform_wrapper li.gfield .ginput_container_fileupload .upload-label,
#single-form .gform_wrapper li.gfield .ginput_container_post_image .upload-label {
  background: #2ba8dd;
  color: #fff;
  border-radius: 40px;
  position: absolute;
  right: 2px;
  top: 2px;
  bottom: 2px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-orient: vertical;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding: 0 1rem;
  text-indent: 4px;
  margin: 0;
  letter-spacing: 4px;
}
#multi-form .gform_wrapper li.gfield .ginput_container_fileupload .upload-filename,
#multi-form .gform_wrapper li.gfield .ginput_container_fileupload .validation_message,
#multi-form .gform_wrapper li.gfield .ginput_container_post_image .upload-filename,
#multi-form .gform_wrapper li.gfield .ginput_container_post_image .validation_message,
#single-form .gform_wrapper li.gfield .ginput_container_fileupload .upload-filename,
#single-form .gform_wrapper li.gfield .ginput_container_fileupload .validation_message,
#single-form .gform_wrapper li.gfield .ginput_container_post_image .upload-filename,
#single-form .gform_wrapper li.gfield .ginput_container_post_image .validation_message {
  font-size: 0.813em;
  line-height: 1.25;
  width: 222px;
  overflow: hidden;
  word-break: break-all;
}
#multi-form .gform_wrapper .gfield_required,
#single-form .gform_wrapper .gfield_required {
  color: #e74b3c;
  font-size: 0;
  display: inline !important;
}
#multi-form .gform_wrapper .gfield_required:before,
#single-form .gform_wrapper .gfield_required:before {
  content: "\a";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #e74b3c;
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
}
#multi-form .gform_wrapper .screen-reader-text,
#single-form .gform_wrapper .screen-reader-text {
  display: none !important;
}
#multi-form .gform_wrapper .gform_footer,
#single-form .gform_wrapper .gform_footer {
  margin: 0;
  padding: 1px;
  position: relative;
  top: 60px;
  left: calc(50% - 60px);
  display: inline-block;
  width: auto;
  background: #e74b3c;
  border-radius: 100px;
}
#multi-form .gform_wrapper .gform_footer:hover,
#multi-form .gform_wrapper .gform_footer:hover input[type="submit"],
#single-form .gform_wrapper .gform_footer:hover,
#single-form .gform_wrapper .gform_footer:hover input[type="submit"] {
  background: #2880d9;
}
#multi-form .gform_wrapper .gform_footer input[type="submit"],
#single-form .gform_wrapper .gform_footer input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  margin: 0 auto;
  padding: 0.6875rem 1.5rem;
  position: relative;
  display: table;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  text-indent: 0.26em;
  color: #fff;
  background: #e74b3c;
  border: 1px solid #fff;
  border-radius: 100px;
  cursor: pointer;
}
#multi-form .gform_wrapper .gform_footer input[type="submit"]:hover,
#single-form .gform_wrapper .gform_footer input[type="submit"]:hover {
  text-decoration: none;
  color: #fff;
  background: #2880d9;
}
.g_city input,
.g_city select,
.g_country input,
.g_country select,
.g_county input,
.g_county select,
.g_date input,
.g_date select,
.g_end-time input,
.g_end-time select,
.g_lat input,
.g_lat select,
.g_long input,
.g_long select,
.g_start-time input,
.g_start-time select,
.g_state input,
.g_state select {
  width: 100% !important;
}
.g_city select,
.g_country select,
.g_county select,
.g_date select,
.g_end-time select,
.g_lat select,
.g_long select,
.g_start-time select,
.g_state select {
  cursor: pointer;
}
.g_contact-email input,
.g_contact-link input,
.g_contact-name input,
.g_contact-phone input,
.g_file_csv input,
.g_file input,
.g_org-link input,
.g_org input,
.g_personal-email input,
.g_personal-name input,
.g_title input,
.g_title select {
  width: 100% !important;
}
.g_file .gfield_description {
  margin-bottom: -0.4375rem !important;
}
.g_street input,
.g_street select,
.g_type input,
.g_type select {
  width: 100% !important;
}
.g_disclaimer .gfield_label {
  display: none !important;
}
.g_disclaimer ul.gfield_checkbox li {
  width: 100% !important;
}
.g_disclaimer ul.gfield_checkbox li label {
  font-weight: 400;
  padding-left: 5px;
  max-width: 90%;
}
.gform_wrapper li.g_role ul.gfield_checkbox li {
  width: 100%;
}
.gform_wrapper .gfield_time_hour,
.gform_wrapper .gfield_time_minute {
  margin-right: 10px;
}
.gform_wrapper .gfield_time_hour label,
.gform_wrapper .gfield_time_minute label {
  padding: 0 20px;
}
.gform_wrapper .gfield_time_hour i,
.gform_wrapper .gfield_time_minute i {
  margin-top: 0;
  position: relative;
  left: 10px;
}
.gform_wrapper .gfield_time_hour input[type="number"],
.gform_wrapper .gfield_time_minute input[type="number"] {
  -moz-appearance: textfield;
  width: 75px !important;
  text-align: center;
}
.gform_wrapper .gfield_time_hour input[type="number"]::-webkit-inner-spin-button,
.gform_wrapper .gfield_time_hour input[type="number"]::-webkit-outer-spin-button,
.gform_wrapper .gfield_time_minute input[type="number"]::-webkit-inner-spin-button,
.gform_wrapper .gfield_time_minute input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.gform_wrapper ul.gform_fields li.gfield .gfield_time_ampm {
  margin-left: 10px;
}
.gform_wrapper ul.gform_fields li.gfield .gfield_time_ampm select {
  margin-top: 3px;
  padding: 0 0 0 6px !important;
  width: 30px !important;
  height: 40px;
  font-size: 0.9375rem;
  border: 0;
  background-color: #efefef;
  background-size: 12px;
  color: #666;
}
.g_subtext {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  margin: 0 !important;
  color: #282828;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem !important;
}
.g_subtext--inst {
  color: #999;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1.5 !important;
  font-weight: 700;
}
.g_subtext strong {
  font-weight: 700;
}
.g_subtext--small {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  color: #282828;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.1875rem;
}
.g_subtext--small strong {
  font-weight: 700;
}
li.g_subtext {
  padding-top: 1.25rem !important;
}
li.g_lat-position,
li.g_long-position {
  float: left;
  clear: none !important;
  width: 120px;
  margin-top: 8px !important;
  padding-right: 0 !important;
}
li.g_lat-position .gfield_label,
li.g_long-position .gfield_label {
  display: none !important;
}
li.g_lat-position li,
li.g_lat-position ul,
li.g_long-position li,
li.g_long-position ul {
  margin: 0 !important;
  line-height: 0 !important;
}
li.g_lat-position li,
li.g_long-position li {
  float: left;
}
li.g_lat-position div.ginput_container_radio,
li.g_long-position div.ginput_container_radio {
  position: relative;
  display: inline-block;
  margin: 0 !important;
  padding-top: 2px;
  padding-bottom: 2px;
  background: #ebebeb;
  border-radius: 100px;
  text-align: center;
}
li.g_lat-position input[type="radio"],
li.g_long-position input[type="radio"] {
  display: none !important;
}
li.g_lat-position input[type="radio"] + label,
li.g_long-position input[type="radio"] + label {
  width: 45px;
  height: 40px;
  font-size: 25px !important;
  font-weight: 700;
  cursor: pointer;
  margin: 0;
}
li.g_lat-position input[type="radio"]:checked + label,
li.g_long-position input[type="radio"]:checked + label {
  background: #2ba8dd;
  color: #fff;
  border-radius: 100%;
}
li.g_lat-value,
li.g_long-value {
  float: left;
  clear: none !important;
  width: calc(100% - 120px);
  margin-top: 8px !important;
  padding-left: 0 !important;
}
li.g_lat-value .gfield_label,
li.g_long-value .gfield_label {
  display: none !important;
}
li.g_lat-value div.ginput_container,
li.g_long-value div.ginput_container {
  margin-top: 0 !important;
}
.gform_wrapper div.validation_error {
  background-color: #e74b3c;
  color: #fff;
  font-weight: 400;
  border: none;
  margin-bottom: 0;
  margin-top: -4px;
  padding: 16px;
}
.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}
.gform_wrapper .top_label .gfield_error {
  width: 100%;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  padding-right: 16px;
  border: 0;
}
.gform_wrapper .validation_message {
  font-weight: 400;
  color: #e74b3c;
}
.gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.gform_wrapper li.gfield_error textarea {
  border: 1px solid #e74b3c;
}
.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .gsection_description {
  font-size: 0.875rem;
}
body .gform_wrapper .top_label div.ginput_container {
  margin-top: 4px;
}
html:not(.gutenberg) .contact__general {
  color: #c8c8c8;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 300;
  margin-bottom: 2rem;
}
html:not(.gutenberg) .contact__general a {
  color: #2ba8dd;
}
html:not(.gutenberg) .contact__list {
  list-style-type: none;
  margin: 0 0 3rem;
  padding: 0;
}
html:not(.gutenberg) .contact__item {
  margin-bottom: 2rem;
}
html:not(.gutenberg) .contact__name {
  color: #c8c8c8;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1.125rem;
  margin: 0.4em 0 0.3em;
}
html:not(.gutenberg) .contact__info {
  color: #fff;
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 0.25em;
}
html:not(.gutenberg) .contact__phone {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-align: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
  -ms-flex-align: baseline;
  color: #c8c8c8;
  font-size: 1.125rem;
  margin: 0.3em 0 0.35em;
  font-weight: 300;
  text-transform: uppercase;
}
html:not(.gutenberg) .contact__phone span {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  margin-right: 0.6em;
}
html:not(.gutenberg) .contact__online {
  font-size: 0.875rem;
  margin-bottom: 0.2em;
}
html:not(.gutenberg) .contact__online a {
  color: #2ba8dd;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
html:not(.gutenberg) .contact__icon {
  fill: #2ba8dd;
  width: 21px;
  height: 21px;
  margin-right: 0.5em;
}
html:not(.gutenberg) .contact__icon--twitter {
  fill: #282828;
  border-radius: 50%;
  background: #2ba8dd;
  padding: 0.34375rem 3px 5px 4px;
}
html:not(.gutenberg) .contact__lang {
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  line-height: 1.25;
  color: #c8c8c8;
  margin-bottom: 0.35em;
}
.marquee-nav {
  text-align: center;
}
.marquee-nav__link {
  display: block;
  position: relative;
}
.marquee-nav__link:hover {
  text-decoration: none;
}
.marquee-nav__link:hover .icon {
  fill: #fff;
}
.marquee-nav__link:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #282828;
  background-color: rgba(40, 40, 40, 0);
  background-image: linear-gradient(180deg, rgba(40, 40, 40, 0) 0, #282828 70%);
  border-bottom: 2px solid #2ba8dd;
}
.marquee-nav__content {
  position: absolute;
  z-index: 5;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.marquee-nav__content > .icon {
  fill: #2ba8dd;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  transition: fill 0.5 ease;
}
.marquee-nav__hed {
  color: #fff;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.625rem;
  margin-bottom: 0.5rem;
}
.marquee-nav__subhed {
  color: #2ba8dd;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.marquee-nav__image {
  width: auto;
  min-height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}
.marquee-nav__link--single {
  width: 100% !important;
}
.marquee-nav__link--single .marquee-nav__image {
  width: 100%;
  height: auto;
}
.stagger {
  overflow: auto;
  margin-bottom: 1.25rem;
  padding-top: 1.25rem;
}
.stagger__led strong {
  font-weight: 900;
}
.stagger__media img {
  border-bottom: 4px solid #2ba8dd;
}
.kelp {
  background-color: #f4f4f4;
  background-image: linear-gradient(90deg, #f4f4f4, #fff);
}
.kelp--hed {
  color: #2ba8dd;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.14;
  text-shadow: 2px 2px 0 hsla(0, 0%, 100%, 0.36);
  margin-bottom: 0.4em;
}
.kelp--lede {
  font-weight: 300;
  font-size: 0.9375rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 1.4em;
  width: calc(100% + 20px);
}
.kelp .action:hover {
  background: #2ba8dd;
}
.kelp .action:hover:before {
  border-color: #2ba8dd;
}
.channel .kelp {
  margin: 0;
  padding: 1.875rem 1.25rem;
}
.channel .kelp.fixed {
  position: fixed;
  top: 0;
  left: auto;
  margin-bottom: 0;
}
.channel .kelp.fixed--reveal {
  transition: top 0.3s ease-in-out;
}
.channel .kelp.fixed--up {
  top: 78px;
}
.channel .kelp.bottom {
  position: absolute;
  left: auto;
  bottom: 0;
  top: auto;
  margin-bottom: 0;
}
.buoy {
  background: #e74b3c;
  color: #fff;
  padding: 1.25rem 1rem;
  line-height: 1;
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-orient: vertical;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.buoy--lede {
  line-height: 1.6;
  font-size: 0.875rem;
}
.buoy__hed {
  border-bottom: 3px solid hsla(0, 0%, 100%, 0.4);
  margin-bottom: 0.625rem;
}
.buoy__hed--hed {
  margin-bottom: 0.5rem;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.15;
}
.buoy__hed--sub {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  color: #dedede;
  font-size: 0.625rem;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.buoy .action {
  min-width: 200px;
}
.channel .buoy {
  width: auto;
  margin: 1.25rem 0 0;
  padding: 1.875rem 1.25rem;
}
.channel .buoy__hed {
  margin-bottom: 0.8125rem;
}
.channel .buoy__hed--hed {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 0.5625rem;
  font-size: 2rem;
}
.channel .buoy__hed--sub {
  margin-bottom: 0.3125rem;
}
.channel .buoy--lede {
  margin-bottom: 1.4em;
  font-size: 1rem;
}
.breaker-buoy .buoy {
  height: 100%;
  width: 100%;
  box-pack: start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  margin-right: 0;
}
.breaker-buoy .buoy__hed {
  margin-bottom: 0.625rem;
  border-width: 2px;
}
.breaker-buoy .buoy__hed--hed {
  font-size: 1.125rem;
  line-height: 1.15;
  text-shadow: none;
  margin-bottom: 0.5rem;
}
.breaker-buoy .buoy--lede {
  font-size: 0.8125rem;
  line-height: 1.33;
  margin-bottom: 1.4em;
}
.share-list {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  position: relative;
  left: -4px;
}
.share-list--hed {
  color: #818181;
  font-size: 0.6875rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.share-list__link {
  display: block;
}
.share-list__link:hover .icon {
  fill: #666;
}
.share-list .icon {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  fill: #2ba8dd;
  transition: fill 0.3s ease-in-out;
}
.media-contact {
  font-size: 1rem;
  margin: 0.875rem 0;
  color: #323232;
}
.media-contact:last-child {
  margin-bottom: 0;
}
.media-contact__wrapper {
  margin-bottom: 1.25rem;
}
.media-contact__name {
  font-size: 0.875rem;
}
.media-contact__email {
  text-transform: uppercase;
  font-size: 0.625rem;
  margin: 0.65em 0;
  letter-spacing: 0.14em;
}
.media-contact__email a {
  color: #2ba8dd;
}
.media-contact__phone {
  color: #818181;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
}
.tax-list {
  color: #818181;
  font-size: 0.8125rem;
  line-height: 1.4;
}
.tax-list__wrapper {
  margin: 1.25rem 0;
}
.tax-list__wrapper:first-child {
  margin-top: 0;
}
.tax-list--hed {
  color: #818181;
  font-size: 0.6875rem;
  font-family: Open Sans, sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 0.25em;
}
.tax-list__li {
  display: inline;
  color: #818181;
}
.tax-list a {
  color: #f39b12;
  text-decoration: none;
}
.tax-list a:hover {
  text-decoration: underline;
}
.channel .tax-list {
  font-size: 0.875rem;
}
.channel .tax-list--hed {
  font-size: 0.6875rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
  margin-bottom: 0.25em;
}
.channel .tax-list a {
  color: #2ba8dd;
}
.tax-listing {
  color: #c9c9c9;
  margin-bottom: 1rem;
}
.tax-listing__list {
  max-width: 790px;
  margin: 0 auto 1.25rem;
}
.tax-listing__link {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  color: inherit;
}
.tax-listing__link:hover {
  text-decoration: none;
}
.tax-listing__link:hover .tax-listing__count {
  background: #2ba8dd;
}
.tax-listing__count {
  display: block;
  margin-right: 0.5625rem;
  border-radius: 16px;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.625rem;
  border: 1px solid #2ba8dd;
  color: #fff;
  background: transparent;
  transition: background 0.3s ease-in-out;
}
.contact-list a {
  color: inherit;
  text-decoration: none;
}
.contact-list a:hover {
  text-decoration: underline;
}
.contact-list--hed {
  color: #818181;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 1.1em;
}
.contact-list__li {
  margin-bottom: 1.125rem;
  line-height: 1.3;
}
.contact-list--name {
  font-size: 1.125rem;
}
.contact-list--email {
  color: #2ba8dd;
  font-size: 0.75rem;
  font-family: Open Sans, sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
  margin: 0.3em 0 0.4em;
}
.contact-list--phone {
  color: #818181;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
.tidepool {
  opacity: 0;
  height: 0;
  overflow: hidden;
  position: relative;
  transition: opacity 0.3s ease-in-out;
}
.tidepool:after {
  content: "";
  display: none;
  position: relative;
}
.tidepool__feat {
  display: none;
  position: relative;
  z-index: 9999;
}
.tidepool__feat--image {
  display: none;
  position: relative;
  width: 225px;
  min-height: 100%;
}
.tidepool__feat--image picture {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.tidepool__feat--image picture img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: auto;
  max-width: none;
  transform: translate(-50%, -50%);
}
.tidepool__feat--meta {
  width: 264px;
  padding: 1.5rem 1.25rem 1.75rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-orient: vertical;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  color: #666;
}
.tidepool__feat--hed {
  font-size: 1.75rem;
  margin-bottom: 0.5em;
  font-weight: 700;
  width: 100%;
}
.tidepool__feat--dek {
  font-size: 0.875rem;
  line-height: 1.25;
  width: 100%;
}
.tidepool__feat--link {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  display: table;
  text-align: center;
  border-radius: 2rem;
  margin-top: 1.5rem;
  padding: 0.6875rem 1.125rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  text-indent: 0.26em;
  font-family: Open Sans, sans-serif;
  font-size: 0.875rem;
  color: #fff;
  background: #2ba8dd;
  transition: background 0.3s ease-in-out;
}
.tidepool__feat--link:before {
  content: "";
  border: 1px solid #2ba8dd;
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  border-radius: 1.4375rem;
  transition: border-color 0.3s ease-in-out;
}
.tidepool__feat--link:hover {
  text-decoration: none;
  background: #2880d9;
}
.tidepool__feat--link:hover:before {
  border-color: #2880d9;
}
.tidepool__list {
  position: relative;
  z-index: 1;
  width: 273px;
  left: -273px;
  top: 0;
  bottom: 0;
  height: 100%;
  background-color: #fff;
  border-top: 3px solid #ebebeb;
}
.tidepool__list--hed {
  display: none;
}
.tidepool__list--item a {
  display: block;
  color: #2ba8dd;
  padding: 0.5em 1.5rem;
  line-height: 1.25rem;
  transition: color 0.2s ease-in-out;
  border-bottom: 1px solid #ebebeb;
}
.tidepool__list--item a:hover {
  text-decoration: none;
  color: #2880d9;
}
.tidepool__list--item a img {
  width: 25px;
  height: 25px;
  float: left;
  margin-top: -0.1875rem;
  margin-right: 0.625rem;
  border-radius: 50%;
}
.tidepool__list--item:first-of-type a {
  padding-top: 0.85em;
}
.tidepool__list--item:last-of-type a {
  border-bottom: none;
  padding-bottom: 0.75em;
}
.tidepool.donate {
  display: none;
}
.tidepool.donate .tidepool__feat {
  border-top: 3px solid #e74b3c;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 1.5rem;
}
.tidepool.donate .tidepool__feat--link {
  background-color: #e74b3c;
}
.tidepool.donate .tidepool__feat--link:before {
  border-color: #e74b3c;
}
.tidepool.donate .tidepool__feat--link:hover {
  background: #2ba8dd;
}
.tidepool.donate .tidepool__feat--link:hover:before {
  border-color: #2ba8dd;
}
.tidepool.donate .tidepool__link {
  display: block;
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 1rem;
  font-size: 1.375rem;
  text-align: center;
  padding: 1rem 0;
}
.tidepool.donate .tidepool__link:hover {
  text-decoration: underline;
}
.on {
  opacity: 1;
  height: auto;
  overflow: visible;
}
.oco-hed__menu.active {
  transition: opacity 0.3s ease-in-out;
}
.oco-hed__menu.active .tidepool__feat {
  display: none;
}
.oco-hed__menu.active .tidepool__list {
  left: 0;
  border: 0;
  background-color: transparent;
  padding: 0.3125rem 0 0;
  margin-bottom: -5px;
}
.oco-hed__menu.active .tidepool__list .tidepool__list--hed {
  display: none;
}
.oco-hed__menu.active .tidepool__list a {
  width: 100%;
  padding: 0.4375rem 0 !important;
  color: #fff;
  border-bottom: 0 !important;
  letter-spacing: 0.25px !important;
  font-size: 0.91rem !important;
  font-weight: 700;
}
.oco-hed__menu.active .tidepool__list a:hover {
  border-bottom: 0 !important;
  color: #82c785;
}
.oco-hed__menu.active .tidepool__list a:hover img {
  border: 3px solid #fff;
}
.search-form {
  display: block;
  position: relative;
  min-width: 36px;
  height: 44px;
}
.search-form__input {
  padding: 0.734375rem 0.3125rem 0.734375rem 2.5rem;
  border: none;
  font-size: 1rem;
  line-height: 1.15;
  color: #fff;
  background: transparent;
  border-radius: 1.4375rem;
  border: 1px solid #fff;
  outline: none;
  max-width: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out 0.1s, max-width 0.5s ease-in-out;
  -webkit-appearance: none;
}
.search-form__input::-webkit-input-placeholder {
  opacity: 1;
  font-family: Open Sans, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  color: #fff;
}
.search-form__input:-moz-placeholder,
.search-form__input::-moz-placeholder {
  opacity: 1;
  font-family: Open Sans, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  color: #fff;
}
.search-form__input:-ms-input-placeholder {
  opacity: 1;
  font-family: Open Sans, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  color: #fff;
}
.search-form__input.active {
  opacity: 1;
  max-width: 150px;
  transition: opacity 0.3s ease-in-out, max-width 0.5s ease-in-out;
}
.search-form__submit {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28.13'%3E%3Cpath d='M12.73 8.3a4.45 4.45 0 1 0 4.45 4.45 4.45 4.45 0 0 0-4.45-4.45zM14 0a14 14 0 1 0 14 14A14 14 0 0 0 14 0zm8.08 21.19l-.89.89a.62.62 0 0 1-.89 0l-3.44-3.44a.3.3 0 0 0-.38-.06 6.83 6.83 0 0 1-3.75 1.08 7 7 0 1 1 7-7 6.83 6.83 0 0 1-1.08 3.75c-.06.13-.06.32.06.38l3.44 3.44a.76.76 0 0 1-.07.99z' fill='%23fff'/%3E%3C/svg%3E")
    no-repeat 0 0;
  background-size: cover;
  text-indent: 200px;
  overflow: hidden;
  border: none;
  height: 28px;
  width: 28px;
  padding: 0;
  cursor: pointer;
}
.oco-hed--fixed .search-form__input {
  color: #2ba8dd;
  border-color: #2ba8dd;
}
.oco-hed--fixed .search-form__input::-webkit-input-placeholder {
  color: #dfdfdf;
}
.oco-hed--fixed .search-form__input:-moz-placeholder,
.oco-hed--fixed .search-form__input::-moz-placeholder {
  color: #dfdfdf;
}
.oco-hed--fixed .search-form__input:-ms-input-placeholder {
  color: #dfdfdf;
}
.oco-hed--fixed .search-form__submit {
  background: transparent
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28.13'%3E%3Cpath d='M12.73 8.3a4.45 4.45 0 1 0 4.45 4.45 4.45 4.45 0 0 0-4.45-4.45zM14 0a14 14 0 1 0 14 14A14 14 0 0 0 14 0zm8.08 21.19l-.89.89a.62.62 0 0 1-.89 0l-3.44-3.44a.3.3 0 0 0-.38-.06 6.83 6.83 0 0 1-3.75 1.08 7 7 0 1 1 7-7 6.83 6.83 0 0 1-1.08 3.75c-.06.13-.06.32.06.38l3.44 3.44a.76.76 0 0 1-.07.99z' fill='%232ba8dd'/%3E%3C/svg%3E")
    no-repeat 0 0;
}
.take-action {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -60px;
  width: 100%;
  text-align: center;
  padding: 0.75rem 1rem;
  background: #323232;
  z-index: 8888;
  transition: bottom 0.3s ease-in-out;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.take-action__led {
  display: none;
}
.take-action .action {
  margin: 0;
  white-space: nowrap;
}
.take-action .action:hover {
  background: #2880d9;
}
.take-action .action:hover:before {
  border-color: #2880d9;
}
.take-action.reveal {
  bottom: 0;
}
.hp-content {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.unfix .hp-content {
  position: static;
}
.drop-nav {
  position: relative;
  display: table;
  background: #fff;
  border-radius: 1.3125rem;
  font-family: Open Sans, sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #666;
  letter-spacing: 0.26em;
  text-indent: 0.26em;
  margin: -2rem auto 2.625rem;
  max-width: calc(100% - 32px);
}
.drop-nav:before {
  content: "";
  border: 1px solid #fff;
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  border-radius: 1.4375rem;
}
.drop-nav--open .drop-nav__list {
  max-height: 300px;
}
.drop-nav--open .drop-nav__arrow {
  transform: rotate(270deg);
}
.drop-nav__list {
  max-height: 36px;
  min-height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: max-height 0.3s ease-in-out;
}
.drop-nav__item:first-child .drop-nav__link {
  padding-top: 0.6875rem;
}
.drop-nav__link {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  padding: 0 0 0.75rem;
  margin: 0 3rem 0 0.875rem;
  font-size: 0.875rem;
}
.drop-nav__link:hover {
  text-decoration: none;
}
.drop-nav__open-close {
  display: block;
  position: absolute;
  z-index: 1;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
}
.drop-nav__arrow {
  transform: rotate(90deg);
  fill: #e74b3c;
  width: 1.9375rem;
  height: 1.9375rem;
  transition: transform 0.3s ease-in-out;
}
.drop-nav a {
  color: #666;
}
.drop-nav a.current {
  cursor: default;
}
.drop-nav a.current:hover {
  color: #666;
}
.drop-nav a:hover {
  color: #2880d9;
}
.dropdown {
  position: relative;
  display: block;
  margin-top: 1.25rem;
  width: 100%;
}
.dropdown:hover .dropbtn:before {
  display: none;
}
.dropdown .link-arrow {
  position: absolute;
  z-index: 99;
  top: 2px;
  right: 2px;
  fill: #e74b3c;
  width: 38px;
  height: 38px;
  transform: rotate(90deg);
}
.dropdown .dropbtn {
  position: relative;
  display: table;
  border-radius: 1.3125rem;
  z-index: 30;
  background: #fff;
  width: 100%;
  padding: 0.625rem 1.25rem;
  border: 0;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 0.9375rem;
  color: #666;
}
.dropdown .dropbtn:before {
  content: "";
  border: 1px solid #fff;
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  border-radius: 1.4375rem;
}
.dropdown-content {
  display: none;
  position: absolute;
  margin-top: -42px;
  padding-top: 50px;
  padding-bottom: 10px;
  width: 100%;
  border-radius: 1.3125rem;
  background-color: #fff;
  z-index: 20;
}
.dropdown-content:before {
  content: "";
  border: 1px solid #fff;
  position: absolute;
  z-index: -1;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  border-radius: 1.4375rem;
}
.dropdown-content a {
  text-decoration: none;
  display: block;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  padding: 0 1.25rem 1.25rem;
  color: #666;
}
.dropdown-content a:hover {
  color: #282828;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.breadcrumbs {
  margin-right: 5px;
}
.breadcrumbs__item,
.breadcrumbs__list {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumbs__item {
  position: relative;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  font-size: 0.875rem;
}
.breadcrumbs__item,
.breadcrumbs__item > * {
  box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.breadcrumbs__item:first-child {
  font-weight: 700;
}
.breadcrumbs__item:first-child a {
  color: #c9c9c9;
}
.breadcrumbs__item:first-child a:hover {
  color: #2ba8dd;
}
.breadcrumbs__item:last-child {
  padding-right: 0;
}
.breadcrumbs__link {
  color: #2ba8dd;
  display: block;
  position: relative;
  z-index: 3;
  padding: 0.5em 0;
  white-space: nowrap;
}
.breadcrumbs__link:hover {
  color: #2ba8dd;
  text-decoration: none;
}
.breadcrumbs__current {
  color: #2ba8dd;
}
.breadcrumbs__arrow {
  fill: #707070;
  height: 14px;
  width: 14px;
  margin: 0 10px;
  position: relative;
  z-index: 3;
}
.breadcrumbs__item:hover .breadcrumbs__dropdown {
  max-height: 250px;
}
.breadcrumbs__dropdown {
  z-index: 2;
  overflow: hidden;
  position: absolute;
  left: -18px;
  right: 18px;
  top: -12px;
  min-width: 200px;
  background: #282828;
  max-height: 0;
  padding: 0 0.75rem;
  transition: max-height 0.3s ease-in-out;
}
.breadcrumbs__dropdown__hed {
  color: #c9c9c9;
  text-transform: uppercase;
  font-size: 0.625rem;
  letter-spacing: 0.14em;
  font-weight: 700;
  margin-top: 3.625rem;
  margin-bottom: 1em;
}
.breadcrumbs__dropdown__list {
  font-size: 0.75rem;
  padding-bottom: 0.3125rem;
}
.breadcrumbs__dropdown__list li {
  margin-bottom: 0.6em;
}
.breadcrumbs__dropdown a {
  color: #fff;
}
.breadcrumbs__dropdown a:hover {
  text-decoration: none;
  color: #2ba8dd;
}
.ft-quote {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  box-align: start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  line-height: 1.15;
  margin: 1.5em 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ft-quote--color-red .ft-quote__bq {
  background: #e74b3c;
}
.ft-quote--color-red .ft-quote__bq:before {
  border-color: transparent #e74b3c;
}
.ft-quote--color-red .ft-quote__image figure,
.ft-quote--color-red .ft-quote__image picture {
  border-color: #e74b3c;
}
.ft-quote--color-red .ft-quote__image .icon-logo {
  fill: #e74b3c;
}
.ft-quote--color-black .ft-quote__bq {
  background: #282828;
}
.ft-quote--color-black .ft-quote__bq:before {
  border-color: transparent #282828;
}
.ft-quote--bgcolor-blue .ft-quote__bq:after {
  border-color: #3085da transparent;
}
.ft-quote--bgcolor-black .ft-quote__bq:after {
  border-color: #393939 transparent;
}
.ft-quote__bq {
  background: #2880d9;
  color: #fff !important;
  box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  box-ordinal-group: 1;
  -moz-order: 1;
  order: 1;
  -ms-flex-order: 1;
  border-radius: 1.5rem !important;
  padding: 1rem !important;
  position: relative;
  margin: 0 0 0 1.625rem !important;
  word-wrap: normal !important;
  border: none !important;
}
.ft-quote__bq:before {
  border: 0;
  border-style: solid;
  border-color: transparent #2880d9;
  border-top-width: 31px;
  border-right-width: 20px;
  border-left-width: 0;
  top: 27px;
  left: -20px;
}
.ft-quote__bq:after,
.ft-quote__bq:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  bottom: auto;
  right: auto;
}
.ft-quote__bq:after {
  border: 0;
  border-style: solid;
  border-color: #fff transparent;
  border-bottom-width: 6px;
  border-right-width: 0;
  border-left-width: 27px;
  top: 52px;
  left: -27px;
}
.ft-quote__body {
  font-family: Noticia Text, serif;
  color: #fff;
  margin: 0 !important;
  line-height: 1.5 !important;
  font-size: 1rem;
}
.ft-quote__body > :first-child {
  margin-top: 0;
}
.ft-quote__body > :last-child {
  margin-bottom: 0;
}
.ft-quote__author {
  font-weight: 700;
  font-size: 0.9rem;
  padding-bottom: 0.2em;
  margin-top: 1em;
}
.ft-quote__title {
  font-size: 0.7rem;
}
.ft-quote__image {
  box-flex: 0;
  -moz-flex: 0 1 20%;
  -ms-flex: 0 1 20%;
  flex: 0 1 20%;
  min-width: 98px;
  max-width: 208px;
  position: relative;
}
.ft-quote__image figure,
.ft-quote__image picture {
  background: #fff;
  position: relative;
  padding-top: calc(100% - 6px);
  height: 0;
  border: 3px solid #2880d9;
  overflow: hidden;
  border-radius: 50%;
}
.ft-quote__image figure img,
.ft-quote__image picture img {
  border-radius: 50%;
}
.ft-quote__image .icon-logo {
  fill: #2880d9;
  height: 90%;
  width: 90%;
}
.ft-quote__image .icon-logo,
.ft-quote__image img:not(.icon-logo) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ft-quote__image img:not(.icon-logo) {
  height: calc(100% + 1px);
  width: auto;
  max-width: none;
}
body:not(.page-template-template-gutenberg-v4) .mobile-signup__label {
  display: inline-block;
  text-align: center;
  margin-bottom: 0.6em;
}
body:not(.page-template-template-gutenberg-v4) .mobile-signup .rs_success {
  font-weight: 700;
}
body:not(.page-template-template-gutenberg-v4) .email-signup {
  margin: 1.25rem 0 1rem;
}
body:not(.page-template-template-gutenberg-v4) .email-signup .revmsg-fdbk .revmsg-loading,
body:not(.page-template-template-gutenberg-v4) .email-signup .revmsg-fdbk .revmsg-success {
  font-weight: 700;
  color: #fff;
  padding: 0.5rem;
}
body:not(.page-template-template-gutenberg-v4) .email-signup .revmsg-failure {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-family: Open Sans, sans-serif;
  text-transform: uppercase;
  font-size: 0.6875rem;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  width: 100vw;
  padding: 0 1rem;
  max-width: 1264px;
  line-height: 1.15;
}
body:not(.page-template-template-gutenberg-v4) .email-signup .revmsg-failure a {
  color: #fff;
  text-decoration: underline;
}
body:not(.page-template-template-gutenberg-v4) .rsform {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 23.75rem;
  margin: 0 auto;
  padding: 0.125rem;
  background: #fff;
  border-radius: 1.875rem;
  min-height: 1.75rem;
}
body:not(.page-template-template-gutenberg-v4) .rsform:before {
  content: "";
  border: 1px solid #fff;
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  border-radius: 1.5625rem;
}
body:not(.page-template-template-gutenberg-v4) .rsform__field,
body:not(.page-template-template-gutenberg-v4) .rsform__field--invalid,
body:not(.page-template-template-gutenberg-v4) .rsform__field--required {
  box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-orient: vertical;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-right: 2px;
  width: calc(100% - 29px);
}
body:not(.page-template-template-gutenberg-v4) .rsform__field--error {
  position: absolute;
  bottom: -1.125rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  color: #e74b3c;
  font-family: Open Sans, sans-serif;
  text-transform: uppercase;
  font-size: 0.6875rem;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
body:not(.page-template-template-gutenberg-v4) .rsform__field--email,
body:not(.page-template-template-gutenberg-v4) .rsform__field--tel {
  display: block;
  position: relative;
  z-index: 100;
  margin: 0;
  padding: 0.25rem 0.25rem 0.25rem 1rem;
  border: none;
  font-size: 1rem;
  line-height: 1.3;
  color: gray;
  background: #fff;
  border-radius: 1rem;
  outline: none;
  width: 100%;
  text-align: center;
}
body:not(.page-template-template-gutenberg-v4) .rsform__field--email:invalid,
body:not(.page-template-template-gutenberg-v4) .rsform__field--tel:invalid {
  box-shadow: none;
}
body:not(.page-template-template-gutenberg-v4) .rsform__field--email:-moz-submit-invalid,
body:not(.page-template-template-gutenberg-v4) .rsform__field--email:-moz-ui-invalid,
body:not(.page-template-template-gutenberg-v4) .rsform__field--tel:-moz-submit-invalid,
body:not(.page-template-template-gutenberg-v4) .rsform__field--tel:-moz-ui-invalid {
  box-shadow: none;
}
body:not(.page-template-template-gutenberg-v4) .rsform__field--email::-webkit-input-placeholder,
body:not(.page-template-template-gutenberg-v4) .rsform__field--tel::-webkit-input-placeholder {
  text-align: center;
  text-transform: uppercase;
  opacity: 1;
  letter-spacing: 0.26em;
  text-indent: 0.26em;
}
body:not(.page-template-template-gutenberg-v4) .rsform__field--email:-moz-placeholder,
body:not(.page-template-template-gutenberg-v4) .rsform__field--email::-moz-placeholder,
body:not(.page-template-template-gutenberg-v4) .rsform__field--tel:-moz-placeholder,
body:not(.page-template-template-gutenberg-v4) .rsform__field--tel::-moz-placeholder {
  text-align: center;
  text-transform: uppercase;
  opacity: 1;
  letter-spacing: 0.26em;
  text-indent: 0.26em;
}
body:not(.page-template-template-gutenberg-v4) .rsform__field--email:-ms-input-placeholder,
body:not(.page-template-template-gutenberg-v4) .rsform__field--tel:-ms-input-placeholder {
  text-align: center;
  text-transform: uppercase;
  opacity: 1;
  letter-spacing: 0.26em;
  text-indent: 0.26em;
}
body:not(.page-template-template-gutenberg-v4) .rsform__field--tel {
  font-family: Open Sans, sans-serif;
  letter-spacing: 0.26em;
  text-indent: 0.26em;
}
body:not(.page-template-template-gutenberg-v4) .rsform__field--label {
  display: none;
}
body:not(.page-template-template-gutenberg-v4) .rsform--submit {
  position: relative;
  z-index: 100;
}
body:not(.page-template-template-gutenberg-v4) .rsform--submit__btn {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  text-indent: 100px;
  overflow: hidden;
  width: 1.4375rem;
  height: 1.4375rem;
  box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 38.25'%3E%3Cpath d='M19 .06a19 19 0 1 1-19 19 19 19 0 0 1 19-19zm-4.05 26.33a1.27 1.27 0 1 0 1.79 1.79L25 20a1.28 1.28 0 0 0 0-1.8l-8.26-8.25a1.27 1.27 0 1 0-1.79 1.79l7.32 7.32z' fill='%23e74b3c'/%3E%3C/svg%3E")
    no-repeat 0 0;
  background-size: cover;
}
body:not(.page-template-template-gutenberg-v4) .cta__form .revmsg-success,
body:not(.page-template-template-gutenberg-v4) .cta__form .rsform {
  margin: 0.75rem auto;
}
body:not(.page-template-template-gutenberg-v4) .cta__form .revmsg-success {
  color: #fff;
  font-weight: 700;
  background: #f39b12;
  padding: 0.75rem;
  border-radius: 100px;
}
.post-item {
  color: #fff;
  padding-top: 2.25rem;
}
.post-item__hed {
  font-family: Roboto, sans-serif;
  position: relative;
  min-height: 5.25rem;
  margin-bottom: 1.5rem;
}
.post-item__date,
.post-item__hed {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-orient: vertical;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.post-item__date {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #dedede;
  color: #323232;
  height: 5.25rem;
  width: 5.25rem;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  border-radius: 100%;
  box-shadow: inset 0 0 0 1px #323232;
  border: 1px solid #dedede;
}
.post-item__date--alt {
  background: #009bc4;
  color: #fff;
  border-color: #009bc4;
}
.post-item__date + .post-item__title {
  padding-left: 6.5rem;
}
.post-item__month {
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1;
  text-transform: uppercase;
}
.post-item__day {
  font-weight: 700;
  font-size: 2.3125rem;
  line-height: 0.837;
}
.post-item__title {
  font-weight: 700;
  font-size: 2rem;
}
.post-item__subtitle {
  padding-left: 6.5rem;
  font-weight: 300;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #999;
}
.post-item__video {
  box-shadow: 0 0 29px 2px #000;
  width: 100%;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  margin-bottom: 1.5rem;
}
.post-item__content .post-item__description {
  margin-top: 1.125rem;
}
.post-item__content .post-item__description form {
  max-width: 260px;
}
.post-item__description {
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.388;
  margin-bottom: 1.125rem;
}
.post-item__description p {
  margin: 1.2em 0;
}
.post-item__description p:first-of-type {
  margin-top: 0;
}
.post-item__description b,
.post-item__description strong {
  font-weight: 700;
}
.post-item__description input[type="email"],
.post-item__description input[type="text"] {
  font-family: Open-Sans, sans-serif;
  background: #fff;
  padding: 0.625rem 1.25rem;
  font-size: 0.875rem;
  color: #999;
  border: 1px solid #fff;
  width: 100%;
  box-shadow: inset 0 0 0 1px #323232;
  border-radius: 25px;
  margin: 0.4375rem 0;
}
.post-item__description input[type="email"]::-webkit-input-placeholder,
.post-item__description input[type="text"]::-webkit-input-placeholder {
  font-family: Open-Sans, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.26rem;
  color: #a6a6a6;
  opacity: 1 !important;
}
.post-item__description input[type="email"]:-moz-placeholder,
.post-item__description input[type="email"]::-moz-placeholder,
.post-item__description input[type="text"]:-moz-placeholder,
.post-item__description input[type="text"]::-moz-placeholder {
  font-family: Open-Sans, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.26rem;
  color: #a6a6a6;
  opacity: 1 !important;
}
.post-item__description input[type="email"]:-ms-input-placeholder,
.post-item__description input[type="text"]:-ms-input-placeholder {
  font-family: Open-Sans, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.26rem;
  color: #a6a6a6;
  opacity: 1 !important;
}
.post-item__description input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  display: table;
  margin: 0;
  text-align: center;
  border: none;
  border-radius: 1.4375rem;
  padding: 0.6875rem 1.125rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  text-indent: 0.26em;
  font-family: Open Sans, sans-serif;
  font-size: 0.875rem;
  color: #fff;
  background: #e74b3c;
  border: 1px solid #e74b3c;
  box-shadow: inset 0 0 0 1px #323232;
  cursor: pointer;
  margin: 0.4375rem 0;
  transition: all 0.3s ease-in-out;
}
.post-item__description input[type="submit"]:hover {
  text-decoration: none;
  color: #fff;
  background: #2880d9;
  border-color: #2880d9;
}
.post-item__description .action:hover {
  background: #2880d9;
  color: #fff;
}
.post-item__description .action:hover:before {
  border-color: #2880d9;
}
.post-item__image {
  margin-bottom: 1.5rem;
}
.post-item__image picture {
  max-width: 100%;
}
.post-item__share .share-list {
  box-pack: start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
}
.post-item__share .share-list--hed {
  margin: 0 0 1em;
}
.kicker-fancy {
  background-color: #323232;
}
.kicker-fancy .section__hed {
  margin-bottom: 0;
  width: 100%;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
}
.kicker-fancy__link {
  display: inline-block;
  position: relative;
  width: 100%;
}
.kicker-fancy__link,
.kicker-fancy__link:hover {
  text-decoration: none;
}
.kicker-fancy__item {
  padding: 9.375rem 1.125rem 1.75rem;
  position: relative;
  z-index: 1;
}
.kicker-fancy__image {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  overflow: hidden;
}
.kicker-fancy__image:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, #282828 30%, transparent);
}
.kicker-fancy__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  transform: translate(-50%, -50%);
}
.kicker-fancy__label {
  font-family: Open-Sans, sans-serif;
  text-transform: uppercase;
  color: #999;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.26rem;
}
.kicker-fancy__hed {
  color: #fff;
  font-size: 2.25rem;
  padding-right: 3.75rem;
}
.kicker-fancy__hed,
.kicker-fancy__subhed {
  font-family: Roboto, sans-serif;
  font-weight: 700;
}
.kicker-fancy__subhed {
  color: #009bc4;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-top: 0.25rem;
}
.kicker-fancy__arrow--mobile {
  height: 2.875rem;
  width: 2.875rem;
  fill: #009bc4;
  margin-top: 0.75rem;
}
.kicker-fancy__arrow--notebook {
  display: none;
}
.kicker-fancy__link:last-of-type:nth-of-type(odd) {
  width: 100%;
}
.kicker-fancy__link:last-of-type:nth-of-type(odd) .kicker-fancy__image img {
  width: 100%;
  height: auto;
}
.kicker-grid {
  background-position: 50%;
  background-size: cover;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.875rem 0.75rem;
}
.kicker-grid,
.kicker-grid__item {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.kicker-grid__item {
  font-family: Roboto, sans-serif;
  color: #fff;
  margin: 0.5rem;
  padding: 1.25rem 1.5rem 0.8125rem;
  box-orient: vertical;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}
.kicker-grid__item:first-of-type {
  background: rgba(0, 155, 196, 0.85);
}
.kicker-grid__item:last-of-type,
.kicker-grid__item:nth-of-type(2) {
  background: rgba(231, 75, 60, 0.85);
}
.kicker-grid__item:last-of-type .kicker-grid__view-all:hover,
.kicker-grid__item:nth-of-type(2) .kicker-grid__view-all:hover {
  color: #282828;
  border-color: #282828;
}
.kicker-grid__item:nth-of-type(3) {
  background: rgba(50, 50, 50, 0.85);
}
.kicker-grid__item:nth-of-type(3) .kicker-grid__link {
  background: #e74b3c;
}
.kicker-grid__item:nth-of-type(3) .kicker-grid__link:after {
  border-color: #e74b3c;
}
.kicker-grid__item:nth-of-type(3) .kicker-grid__link:hover {
  background: #009bc4;
}
.kicker-grid__item:nth-of-type(3) .kicker-grid__link:hover:after {
  border-color: #009bc4;
}
.kicker-grid__title {
  font-size: 2.375rem;
  font-weight: 700;
  text-align: center;
}
.kicker-grid__title:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 3px solid hsla(0, 0%, 100%, 0.4);
  margin-top: 0.4em;
}
.kicker-grid__led {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  box-flex: 1;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.kicker-grid__led p {
  margin: 1.5rem 0;
}
.kicker-grid__led b,
.kicker-grid__led strong {
  font-size: 1.25rem;
  font-weight: 700;
}
.kicker-grid__led:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 3px solid hsla(0, 0%, 100%, 0.4);
  margin: 1.625rem 0;
}
.kicker-grid__link {
  display: table;
  position: relative;
  padding: 0.6875rem 1rem;
  border-radius: 1.4375rem;
  background: #323232;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.26em;
  margin: 0 auto 0.4375rem;
  transition: all 0.3s ease-in-out;
}
.kicker-grid__link:after {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #323232;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  border-radius: 1.4375rem;
  transition: all 0.3s ease-in-out;
}
.kicker-grid__link:hover {
  background: #009bc4;
  text-decoration: none;
}
.kicker-grid__link:hover:after {
  border-color: #009bc4;
}
.kicker-grid__view-all {
  color: #fff;
  display: table;
  margin: 0.375rem auto 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3;
  border-bottom: 1px solid #fff;
}
.kicker-grid__view-all:hover {
  color: #e74b3c;
  border-color: #e74b3c;
  text-decoration: none;
}
.kicker-grid .rsform {
  margin-bottom: 0.4375rem;
}
.form-inline {
  font-family: Roboto, sans-serif;
  background: #e74b3c;
  color: #fff;
}
.form-inline__header {
  padding: 1.5rem 1.125rem;
  max-width: 1265px;
  margin: 0 auto;
}
.form-inline__title {
  box-flex: 0;
  -moz-flex: 0 1 28%;
  -ms-flex: 0 1 28%;
  flex: 0 1 28%;
  font-size: 2.375rem;
  font-weight: 700;
  position: relative;
}
.form-inline__title br {
  display: none;
}
.form-inline__title:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  border-bottom: 4px solid hsla(0, 0%, 100%, 0.4);
  margin: 1.25rem 0;
}
.form-inline__led {
  box-flex: 1;
  -moz-flex: 1 1 45%;
  -ms-flex: 1 1 45%;
  flex: 1 1 45%;
  font-size: 1.125rem;
  line-height: 1.33;
}
.form-inline__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  font-family: Open Sans, sans-serif;
  background: #323232;
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  padding: 0.6875rem 3.25rem 0.6875rem 1.5rem;
  border-radius: 1.4375rem;
  border: none;
  white-space: nowrap;
  margin-top: 1.5rem;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
}
.form-inline__button:before {
  content: "";
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  border: 1px solid #323232;
  border-radius: 1.4375rem;
  transition: border-color 0.3s ease-in-out;
}
.form-inline__button:after {
  content: "";
  position: absolute;
  height: 2.375rem;
  width: 2.375rem;
  border-radius: 100%;
  top: 3px;
  right: 3px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 38.25'%3E%3Cpath d='M38 19.1c0 10.5-8.5 19-19 19s-19-8.5-19-19S8.5.1 19 .1s19 8.5 19 19zM11.7 15c-.5-.5-1.3-.6-1.8-.1s-.6 1.3-.1 1.8c0 .1.1.1.1.1l8.2 8.3c.5.5 1.3.5 1.8 0l8.2-8.3c.5-.5.6-1.3.1-1.8s-1.3-.6-1.8-.1c-.1 0-.1.1-.1.1L19 22.3 11.7 15z' fill='%23fff'/%3E%3C/svg%3E")
    no-repeat 0 0;
}
.form-inline__button:hover {
  background: #009bc4;
}
.form-inline__button:hover:before {
  border-color: #009bc4;
}
.form-inline__form {
  height: 0;
  overflow: hidden;
}
.rm-cf7-form.open {
  padding: 1.125rem 1.125rem 2.375rem;
}
.rm-cf7-form--dark {
  background: #282828;
}
.rm-cf7-form--dark .wpcf7-form {
  max-width: 1100px;
}
.rm-cf7-form--dark .wpcf7-email,
.rm-cf7-form--dark .wpcf7-submit,
.rm-cf7-form--dark .wpcf7-text,
.rm-cf7-form--dark .wpcf7-textarea {
  box-shadow: inset 0 0 0 1px #282828;
}
.rm-cf7-form--dark .wpcf7-submit {
  background: #e74b3c;
  border-color: #e74b3c;
}
.rm-cf7-form__hed {
  font-size: 1.5rem;
  font-weight: 700;
  max-width: 1185px;
  margin: 0 auto;
  margin-bottom: 1.75rem;
}
.wpcf7-form {
  position: relative;
  max-width: 1185px;
  margin: 0 auto;
}
.wpcf7-form .ajax-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wpcf7-form-control-wrap {
  display: table;
  margin: 0.625rem 0;
  width: 100%;
}
.wpcf7-email,
.wpcf7-text,
.wpcf7-textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: #fff;
  position: relative;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  color: #323232;
  padding: 0.6875rem 1.5rem;
  width: 100%;
  border-radius: 1.4375rem;
  border: 1px solid #fff;
  box-shadow: inset 0 0 0 1px #e74b3c;
}
.wpcf7-email::-webkit-input-placeholder,
.wpcf7-text::-webkit-input-placeholder,
.wpcf7-textarea::-webkit-input-placeholder {
  text-transform: uppercase;
  letter-spacing: 0.26em;
  color: #999;
}
.wpcf7-email:-moz-placeholder,
.wpcf7-email::-moz-placeholder,
.wpcf7-text:-moz-placeholder,
.wpcf7-text::-moz-placeholder,
.wpcf7-textarea:-moz-placeholder,
.wpcf7-textarea::-moz-placeholder {
  text-transform: uppercase;
  letter-spacing: 0.26em;
  color: #999;
}
.wpcf7-email:-ms-input-placeholder,
.wpcf7-text:-ms-input-placeholder,
.wpcf7-textarea:-ms-input-placeholder {
  text-transform: uppercase;
  letter-spacing: 0.26em;
  color: #999;
}
.wpcf7-textarea {
  height: 15.25rem;
  resize: none;
}
.wpcf7-submit {
  align-self: flex-end;
  -ms-flex-item-align: end;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: #323232;
  position: relative;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  color: #fff;
  padding: 0.6875rem 1.5rem;
  border-radius: 1.4375rem;
  border: 1px solid #323232;
  box-shadow: inset 0 0 0 1px #e74b3c;
  margin-top: 1.625rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.wpcf7-submit:hover {
  background: #009bc4;
  border-color: #009bc4;
}
div.wpcf7-response-output {
  padding: 0.6875rem 2.25rem;
  border-radius: 23px;
}
div.wpcf7-mail-sent-ng {
  background: #323232;
  border-color: #323232;
  color: #e74b3c;
}
.rm-cf7-form--dark div.wpcf7-mail-sent-ng {
  background: #e74b3c;
  border-color: #e74b3c;
  color: #323232;
}
div.wpcf7-validation-errors {
  background: #f39b12;
  border-color: #f39b12;
  color: #323232;
}
div.wpcf7-mail-sent-ok {
  background: #82c785;
  border-color: #82c785;
  color: #323232;
}
span.wpcf7-not-valid-tip {
  position: absolute;
  margin-top: 2px;
  color: #f39b12;
  text-indent: 25px;
}
.search-form-deepdive {
  display: block;
  position: relative;
  min-width: 36px;
}
.search-form-deepdive .screen-reader-text {
  color: #fff;
  margin-right: 0.625rem;
  font-size: 1rem;
  margin-bottom: 0.625rem;
}
.search-form-deepdive__input {
  padding: 0.734375rem 0.3125rem 0.734375rem 1.25rem;
  border: none;
  font-size: 0.75rem;
  line-height: 1.15;
  color: #fff;
  background: transparent;
  border-radius: 1.4375rem;
  border: 1px solid #fff;
}
.search-form-deepdive__input::-webkit-input-placeholder {
  opacity: 1;
  font-family: Open Sans, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  color: #fff;
}
.search-form-deepdive__input:-moz-placeholder,
.search-form-deepdive__input::-moz-placeholder {
  opacity: 1;
  font-family: Open Sans, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  color: #fff;
}
.search-form-deepdive__input:-ms-input-placeholder {
  opacity: 1;
  font-family: Open Sans, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  color: #fff;
}
.search-form-deepdive__submit {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28.13'%3E%3Cpath d='M12.73 8.3a4.45 4.45 0 1 0 4.45 4.45 4.45 4.45 0 0 0-4.45-4.45zM14 0a14 14 0 1 0 14 14A14 14 0 0 0 14 0zm8.08 21.19l-.89.89a.62.62 0 0 1-.89 0l-3.44-3.44a.3.3 0 0 0-.38-.06 6.83 6.83 0 0 1-3.75 1.08 7 7 0 1 1 7-7 6.83 6.83 0 0 1-1.08 3.75c-.06.13-.06.32.06.38l3.44 3.44a.76.76 0 0 1-.07.99z' fill='%23fff'/%3E%3C/svg%3E")
    no-repeat 0 0;
  background-size: cover;
  text-indent: 200px;
  overflow: hidden;
  border: none;
  height: 28px;
  width: 28px;
  padding: 0;
  cursor: pointer;
}
.child-nav__item {
  color: #fff;
  display: inline-block;
  font-size: 1.25rem;
  position: relative;
  padding-right: 2rem;
}
.child-nav__item:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  bottom: -2px;
  right: 0;
  width: 1px;
  background: hsla(0, 0%, 100%, 0.2);
  margin: 0 0.9375rem;
}
.child-nav__item:last-of-type {
  padding-right: 0;
}
.child-nav__item:last-of-type:after {
  display: none;
}
.child-nav__link {
  color: #2ba8dd;
}
.cta-skinny {
  position: relative;
  background-color: #f4f4f4;
  border: 2px solid #f4f4f4;
  box-shadow: inset 0 0 0 2px #fff;
  text-align: center;
}
.cta-skinny:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: calc(100% + 4px);
  height: 50px;
  top: -2px;
  left: -2px;
  background: #fff;
  background-color: hsla(0, 0%, 100%, 0);
  background-image: linear-gradient(0deg, hsla(0, 0%, 100%, 0) 0, #fff);
}
.cta-skinny__content {
  position: relative;
  z-index: 2;
  padding: 0.9375rem;
}
.cta-skinny__hed {
  display: inline;
  color: #282828;
  font-size: 1rem;
  line-height: 1.25rem;
}
.cta-skinny__hed + .cta-skinny__btn {
  margin-top: 0.625rem;
}
.countdown-banner {
  background-color: #252525;
  padding: 0.9375rem;
}
.countdown-banner .countdown-banner__container {
  max-width: 1280px;
  position: relative;
  margin: 0 auto;
}
.countdown-banner .countdown-banner__hed {
  position: relative;
  color: #2ba8dd;
  margin: 0;
  font-weight: 700;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.375rem;
}
.countdown-banner .countdown-banner__hed span {
  color: #fff;
}
.countdown-banner .countdown {
  background-color: #252525;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: relative;
  padding: 0.625rem;
}
.countdown-banner .countdown,
.countdown-banner .countdown__row {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.countdown-banner .countdown__container {
  text-align: center;
  margin: 0 0.625rem;
}
.countdown-banner .countdown__number {
  color: #fff;
  background-color: #2c2c2c;
  border-radius: 5px;
  font-size: 24px;
  position: relative;
  z-index: 1;
  font-weight: 400;
  font-family: Roboto, sans-serif;
  box-shadow: 0 0 5px #000;
  padding: 0.625rem;
}
.countdown-banner .countdown__number:before {
  border-top: 3px solid #121212;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
.countdown-banner .countdown__type {
  color: #999;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 700;
  font-family: Roboto, sans-serif;
  margin-top: 0.625rem;
}
#multi-form,
#single-form {
  max-width: 900px;
  background-color: #fff;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 60px;
}
.form-chooser {
  background: #fff;
  background-color: #fff;
  background-image: linear-gradient(180deg, #fff 0, #f3f3f3);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
  position: relative;
  margin: 8px;
}
.form-chooser__item {
  padding: 0;
  margin-top: -1px;
}
.form-chooser__link {
  border-top: 2px solid #2ba8dd !important;
  display: block;
  padding: 1% 5%;
  transition: all 0.3 ease-in-out;
}
.form-chooser__link:hover {
  text-decoration: none;
  background-color: #2ba8dd;
}
.form-chooser__link:hover .form-chooser__hed,
.form-chooser__link:hover .form-chooser__subhed {
  color: #fff;
}
.form-chooser__link:hover .icon {
  fill: #fff;
}
.form-chooser__hed {
  color: #282828;
  padding-bottom: 0.3125rem;
  font-size: 1.5rem !important;
  line-height: 1.6875rem !important;
}
.form-chooser__hed,
.form-chooser__subhed {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.form-chooser__subhed {
  color: #2ba8dd;
  position: relative;
  top: -0.5rem;
  font-size: 1.125rem !important;
}
.form-chooser__arrow {
  text-align: center;
  padding-top: 0.625rem;
}
.form-chooser__arrow .icon {
  margin: 0 auto;
  fill: #2ba8dd;
  width: 45px;
  height: 45px;
}
#CybotCookiebotDialog {
  font-family: Roboto, sans-serif !important;
  color: #333 !important;
  box-shadow: 2px 2px 14px 2px rgba(0, 0, 0, 0.44);
}
#CybotCookiebotDialog #CybotCookiebotDialogPoweredbyLink {
  background: url(/wp-content/themes/oco-wp/images/logo_blue.png) no-repeat 2px 3px;
  background-size: 46px;
  width: 48px;
  height: 50px;
}
#CybotCookiebotDialog #CybotCookiebotDialogPoweredbyImage {
  display: none;
}
#CybotCookiebotDialog #CybotCookiebotDialogBody {
  max-width: none !important;
  padding: 0 14px !important;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyContentTitle {
  font-weight: 700 !important;
  color: #2880d9 !important;
  font-size: 18px !important;
  margin-bottom: 0.25em !important;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText {
  font-size: 13px !important;
  line-height: 1.3 !important;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyButtons {
  margin-top: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyButtonAccept {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  margin: 0 32px 0 12px;
  text-align: center;
  border-radius: 1.25rem;
  padding: 0.5rem 0.75rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  text-indent: 0.26em;
  font-family: Open Sans, sans-serif;
  font-size: 0.75rem;
  color: #fff;
  background: #2880d9;
  border: none;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  min-width: 54px !important;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyButtonAccept:before {
  content: "";
  border: 1px solid #2880d9;
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  border-radius: 1.4375rem;
  transition: border-color 0.3s ease-in-out;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyButtonAccept:hover {
  text-decoration: none;
  color: #fff;
  background: #282828;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyButtonAccept:hover:before {
  border-color: #282828;
}
#CybotCookiebotDialog #CybotCookiebotDialogBodyButtonDetails {
  font-family: Roboto, sans-serif !important;
  margin-top: 4px;
}
#search-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  min-height: 50vh;
  height: 750px;
  max-height: 100vh;
  width: 100%;
  z-index: 99999;
  background-color: #323232;
  display: none;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
#search-modal .search-form {
  max-width: 650px;
  width: 100%;
}
#search-modal .search-form__input {
  font-size: 1.4rem;
  opacity: 1;
  width: 100%;
  max-width: 100%;
  border: none;
  border-bottom: 1px solid #2880d9;
  border-radius: 0;
}
#search-modal .search-form__input::-ms-clear,
#search-modal .search-form__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
#search-modal .search-form__input::-webkit-search-cancel-button,
#search-modal .search-form__input::-webkit-search-decoration,
#search-modal .search-form__input::-webkit-search-results-button,
#search-modal .search-form__input::-webkit-search-results-decoration {
  display: none;
}
#search-modal .search-form__submit {
  right: 0;
  left: unset;
  color: #fff;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyMScgaGVpZ2h0PScyMCcgZmlsbD0nI2ZmZicgdmlld0JveD0nMCAwIDIxIDIwJz48cGF0aCBmaWxsPScjZmZmJyBkPSdNMi41MTEgMi41MDVjMy41MzUtMy40MDcgOC43OTUtMy4yNzIgMTIuMDY2IDAgMy4xMjggMy4xMjggMy4zMiA4LjA4LjU3NCAxMS40MzJsNC44NTYgNC44NTZMMTguOCAyMGwtNC44NTYtNC44NTZDMTAuNTkzIDE3Ljg5IDUuNjQgMTcuNyAyLjUxIDE0LjU3Yy0zLjI3LTMuMjctMy40MjUtOC43NjQgMC0xMi4wNjV6bTEwLjg2IDEuMjA2Yy0yLjY2Ni0yLjY2NS02Ljk4Ny0yLjY2NS05LjY1MyAwLTIuNjY1IDIuNjY2LTIuNjY1IDYuOTg3IDAgOS42NTMgMi42NjYgMi42NjUgNi45ODcgMi42NjUgOS42NTMgMCAyLjY2NS0yLjY2NiAyLjY2NS02Ljk4NyAwLTkuNjUzeicvPjwvc3ZnPg==")
    no-repeat 0 0;
}
#search-modal .search-close {
  position: absolute;
  top: 32px;
  right: 32px;
  cursor: pointer;
}
body.translation-full-menu-active {
  overflow-y: hidden;
  position: fixed;
}
body.translation-full-menu-active .oco-hed .oco-hed__content {
  display: none;
}
body.translation-full-menu-active .oco-hed .oc-translate-wrapper {
  background-color: unset;
}
body.translation-full-menu-active .oco-hed .oc-translate-wrapper #hide-translate,
body.translation-full-menu-active .oco-hed .oc-translate-wrapper > .languages,
body.translation-full-menu-active .oco-hed .oc-translate-wrapper > .provided-by {
  display: none;
}
body.translation-full-menu-active .oco-hed #oc-translate-full-menu {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  background-color: rgba(7, 78, 146, 0.53);
  color: #fff;
  z-index: 99999;
  padding: 26px;
  overflow-y: scroll;
}
body.translation-full-menu-active .oco-hed #oc-translate-full-menu a.glink.active {
  display: block;
  position: relative;
}
body.translation-full-menu-active .oco-hed #oc-translate-full-menu a.glink.active:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 5px;
  height: 80%;
  border-radius: 3px;
  border: 1px solid #fff;
  background-color: #fff;
}
body.translation-full-menu-active .oco-hed .block-random-media .constrained {
  display: none;
}
.oco-hed {
  background: #2880d9;
  background: linear-gradient(180deg, #2880d9, rgba(40, 128, 217, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2880d9",endColorstr="#2880d9",GradientType=1);
  min-height: unset;
  padding: 20px 20px 0;
}
.oco-hed .translate.menu-item {
  display: list-item;
}
.oco-hed .oc-translate-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 15px;
  max-width: 850px;
  border-radius: 50px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: hsla(0, 0%, 100%, 0.1);
  padding: 6px 0 6px 24px;
  position: relative;
  
}
.oco-hed .oc-translate-wrapper.hidden {
  display: none;
}
.oco-hed .oc-translate-wrapper .languages {
  position: relative;  
}
.oco-hed .oc-translate-wrapper .languages .inner {
  font-size: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: hidden;
  max-width: 600px;
  margin-top: 1px;
  position: relative;
}
.oco-hed .oc-translate-wrapper #oc-google-translate-see-more {
  cursor: pointer;
  margin-left: 10px;
  margin-top: 3px;
  margin-right: 10px;
  color: inherit;
}
.oco-hed .oc-translate-wrapper #hide-translate {
  cursor: pointer;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0.1);
  padding: 5px;
  color: inherit;
  margin-right: 5px;
}
.oco-hed #oc-translate-full-menu {
  display: none;
  color: #fff;
  animation: fadeInUp 0.5s;
}
.oco-hed #oc-translate-full-menu #close-translate-menu {
  position: absolute;
  top: 26px;
  right: 26px;
  cursor: pointer;
}
.oco-hed #oc-translate-full-menu #close-translate-menu img {
  width: 24px;
}
.oco-hed #oc-translate-full-menu .provided-by {
  width: 100%;
  text-align: center;
  margin-bottom: 57px;
}
.oco-hed #oc-translate-full-menu .languages .inner {
  display: grid;
  grid-auto-flow: column;
  margin: 0 auto;
}
.oco-hed #oc-translate-full-menu .languages .inner a {
  padding: 12px 24px;
}
.oco-hed #oc-translate-full-menu .languages .inner a:hover {
  color: #fff;
  background-color: #074e92;
  text-decoration:none;
}
.oco-hed .provided-by {
  font-size: 12px;
  font-family: Roboto;
  padding: 0;
}
.oco-hed .provided-by em {
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.12px;
}
.oco-hed .provided-by strong {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.14px;
  line-height: 1.14;
}
.oco-hed a.glink {
  white-space: nowrap;
  color: inherit;
  margin-left: 12px;
}
.oco-hed a.glink.active {
  display: none;
}
.oco-hed #oc-translate-full-menu,
.oco-hed .oc-translate-wrapper {
  color: #fff;
}
.oco-hed.menu-hover #oc-translate-full-menu,
.oco-hed.menu-hover .oc-translate-wrapper,
.oco-hed.oco-hed--reveal #oc-translate-full-menu,
.oco-hed.oco-hed--reveal .oc-translate-wrapper {
  /* Menampilkan Language color: #2880d9; */
  
  z-index: 1;
}
.oco-hed.menu-hover .oc-translate-wrapper,
.oco-hed.oco-hed--reveal .oc-translate-wrapper {
  background-color: rgba(43, 168, 221, 0.0784313725);
}
.menu-hover .oco-hed,
.oco-hed--reveal .oco-hed {
  color: #323232;
}
.mobile-menu-active .oco-hed {
  color: #fff;
}
.oco-hed li.menu-item.search .dark {
  display: none;
}
.oco-hed li.menu-item.search .light {
  display: inline-block;
}
.oco-hed li.menu-item.search a {
  cursor: pointer;
}
.oco-hed li.menu-item.mobile-search {
  display: none;
}
.oco-hed.menu-hover,
.oco-hed.oco-hed--gradient.oco-hed--reveal,
.oco-hed.oco-hed--reveal {
  /* Header Menu Atas*/
  background-color: #2892ff !important;
  /* Header Menu Atas gradien mobile*/
  background-image: linear-gradient(180deg, #2880d9, rgba(40, 128, 217, 0)) !important;
}
.oco-hed.menu-hover li.menu-item.search .dark,
.oco-hed.oco-hed--gradient.oco-hed--reveal li.menu-item.search .dark,
.oco-hed.oco-hed--reveal li.menu-item.search .dark {
  display: inline-block;
}
.oco-hed.menu-hover li.menu-item.search .light,
.oco-hed.oco-hed--gradient.oco-hed--reveal li.menu-item.search .light,
.oco-hed.oco-hed--reveal li.menu-item.search .light {
  display: none;
}
.oco-hed.mobile-menu-active {
  background-color: #2880d9 !important;
  background-image: none !important;
}
.oco-hed.mobile-menu-active li.menu-item.search .dark {
  display: none;
}
.oco-hed.mobile-menu-active li.menu-item.search .light {
  display: inline-block;
}
.oco-hed__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.oco-hed__content .oco-hed__hed {
  margin-right: unset;
  float: unset;
  position: unset;
  -ms-flex: 0 1 305px;
  flex: 0 1 305px;
  padding-bottom: 12px;
}
.oco-hed__content .oco-hed__hed svg {
  color: #fff;
  margin-bottom: 12px;
  min-width: 135px;
  width: 135px;
  height: auto;
}
.menu-hover .oco-hed__content .oco-hed__hed svg,
.oco-hed--reveal .oco-hed__content .oco-hed__hed svg {
  color: #2880d9;
}
.oco-hed__content .oco-hed__hed.compact {
  display: none;
  -ms-flex: 0 1 140px;
  flex: 0 1 140px;
}
.oco-hed__content .oco-hed__hed.compact svg {
  min-width: 115px;
  width: 115px;
  height: auto;
}
.oco-hed__content .oco-hed__menu {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.oco-hed__content .oco-hed__menu .menu-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.oco-hed__content .oco-hed__menu .menu-wrapper div,
.oco-hed__content .oco-hed__menu .menu-wrapper p {
  font-size: 1.2rem;
}
.oco-hed__content .oco-hed__menu .menu-wrapper > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.oco-hed__content .oco-hed__menu .menu-wrapper > div.menu-right {
  display: none;
}
.oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap {
  border-bottom: none !important;
  background-color: transparent !important;
}
.oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap .wp-megamenu .wp-megamenu-sub-menu {
  /* Header Menu bawah background*/
  background-color: #4ba4ff !important;
  color: #323232 !important;
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
}
.oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap .wp-megamenu .wp-megamenu-sub-menu .textwidget {
  padding: 0 10px;
  color: #323232;
}
.oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap .wp-megamenu .wp-megamenu-sub-menu .textwidget p {
  color: #323232;
}
.oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap .wp-megamenu .wp-megamenu-sub-menu li.hide-on-desktop {
  display: none;
}
.oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap .wp-megamenu .wp-megamenu-sub-menu li > a {
  color: #fff !important;
}
.menu-hover .oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap .wp-megamenu .wp-megamenu-sub-menu li > a,
.oco-hed--reveal .oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap .wp-megamenu .wp-megamenu-sub-menu li > a {
  color: #323232 !important;
}
.mobile-menu-active .oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap .wp-megamenu .wp-megamenu-sub-menu li > a {
  color: #fff !important;
}
.oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap .wp-megamenu li {
  background-color: transparent !important;
  /*Menu Mobile b*/
}
.oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap .wp-megamenu li.hide-on-desktop {
  display: none;
}
.oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap .wp-megamenu li > a {
  z-index: 2;
  position: relative;
  font-size: 20px !important;
  font-weight: 500 !important;
  background-color: transparent !important;
  color: #fff !important;
}
.oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap .wp-megamenu li > a .fa {
  display: none;
}
.menu-hover .oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap .wp-megamenu li > a,
.oco-hed--reveal .oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap .wp-megamenu li > a {
  color: #323232 !important;
}
.mobile-menu-active .oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap .wp-megamenu li > a {
  color: #fff !important;
}
.oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap .wp-megamenu li > a.active-hover {
  color: #2880d9 !important;
}
.oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap .wp-megamenu li > a > span.urgent {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.27;
  letter-spacing: 1.4px;
  color: #fff;
  border-radius: 50% 50% 50% 0;
  background-color: #ff5721;
  text-transform: uppercase;
  position: absolute;
  top: -8px;
  right: 2px;
  padding: 4px 8px 1px !important;
  margin-right: 12px !important;
}
.oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap .wp-megamenu li > a > span.urgent:before {
  content: "";
  border: 1px solid #ff5721;
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  border-radius: 10rem 10rem 10rem 0;
}
.oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap .wp-megamenu li.cta > a {
  display: block !important;
  font-family: Roboto !important;
  font-size: 1rem !important;
  padding: 17px 30px !important;
  font-weight: 700 !important;
  letter-spacing: 2.7px !important;
  line-height: 0.89 !important;
  margin-left: 10px;
  position: relative;
  border-radius: 8px;
  background: #ff5721 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out;
  margin-bottom: 5px;
}
.oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap .wp-megamenu li.cta > a .fa {
  display: none;
}
.menu-hover .oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap .wp-megamenu li.cta > a,
.mobile-menu-active .oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap .wp-megamenu li.cta > a,
.oco-hed--reveal .oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap .wp-megamenu li.cta > a {
  color: #fff !important;
}
.oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap .wp-megamenu li.cta > a.active-hover,
.oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap .wp-megamenu li.cta > a:hover {
  color: #ff5721 !important;
  background-color: #fff !important;
  text-decoration: none;
}
.oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap .wp-megamenu li.cta > a:before {
  content: "";
  border: 1px solid #ff5721;
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  border-radius: 9px;
}
.oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap .wp-megamenu > li > a {
  border-bottom: 2px solid transparent !important;
}
.oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap .wp-megamenu > li > a.active-hover,
.oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap .wp-megamenu > li > a:hover {
  text-decoration: none;
  border-bottom: 2px solid white !important;
  color: white !important; 
  /* Text Menu link */
}
.oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap .wp-megamenu > li.cta > a,
.oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap .wp-megamenu > li.cta > a.active-hover,
.oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap .wp-megamenu > li.cta > a:hover,
.oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap .wp-megamenu > li.search > a,
.oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap .wp-megamenu > li.search > a.active-hover,
.oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap .wp-megamenu > li.search > a:hover,
.oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap.wpmm-mobile-menu .wp-megamenu > li > a {
  border-bottom: none !important;
}
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu li.wpmm-type-widget {
  color: #323232 !important;
}
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li > a {
  color: #323232 !important;
  background-color: transparent !important;
}
.blank-section {
  visibility: hidden;
}
.blank-section a {
  padding: 0 !important;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu ul.wp-megamenu-sub-menu {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
  padding-left: 10px !important;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu > ul.wp-megamenu-sub-menu > li .text-wrapper a,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu > ul.wp-megamenu-sub-menu > li .text-wrapper a:hover,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu > li .text-wrapper a,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu > li .text-wrapper a:hover,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li .text-wrapper a,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li .text-wrapper a:hover,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu ul.wp-megamenu-sub-menu > li .text-wrapper a,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu ul.wp-megamenu-sub-menu > li .text-wrapper a:hover {
  color: #323232;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu > ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu {
  display: none;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu > ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li > a,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li > a,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li > a,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li > a {
  display: inline-block;
  padding: 10px;
  border-radius: 120px;
  text-decoration: none;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu > ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li > a .arrow-layout,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li > a .arrow-layout,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li > a .arrow-layout,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li > a .arrow-layout {
  padding: 8px 0 8px 2px;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  margin-left: 5px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu > ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li > a .arrow-layout .arrow-wrapper,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li > a .arrow-layout .arrow-wrapper,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li > a .arrow-layout .arrow-wrapper,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li > a .arrow-layout .arrow-wrapper {
  border-radius: 20px;
  background-color: #2880d9;
  padding: 3px;
  display: -ms-flexbox;
  display: flex;
  width: 26px !important;
  height: 26px !important;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu > ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li > a .arrow-layout .arrow-wrapper .arrow,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li > a .arrow-layout .arrow-wrapper .arrow,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li > a .arrow-layout .arrow-wrapper .arrow,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li > a .arrow-layout .arrow-wrapper .arrow {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu > ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li.active-hover > a,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu > ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li.initial-open > a,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li.active-hover > a,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li.initial-open > a,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li.active-hover > a,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li.initial-open > a,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li.active-hover > a,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li.initial-open > a {
  position: relative;
  color: #2880d9 !important;/**/
  background-color: #f0f8fc !important;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu > ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li.active-hover > a .arrow-layout,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu > ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li.initial-open > a .arrow-layout,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li.active-hover > a .arrow-layout,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li.initial-open > a .arrow-layout,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li.active-hover > a .arrow-layout,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li.initial-open > a .arrow-layout,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li.active-hover > a .arrow-layout,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li.initial-open > a .arrow-layout {
  display: inline-block;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu > ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li.active-hover > a:after,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu > ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li.initial-open > a:after,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li.active-hover > a:after,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li.initial-open > a:after,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li.active-hover > a:after,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li.initial-open > a:after,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li.active-hover > a:after,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li.initial-open > a:after {
  content: "";
  position: absolute;
  left: 18px;
  top: 50px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #000;
  clear: both;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu > ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li.active-hover ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu > ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li.initial-open ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li.active-hover ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li.initial-open ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li.active-hover ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li.initial-open ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li.active-hover ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li ul.wp-megamenu-sub-menu > li.initial-open ul.wp-megamenu-sub-menu {
  display: initial;
}
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li.mobile-header {
  display: none;
}
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li a {
  background-color: transparent;
  color: #323232;
  font-size: 1.2rem;
  font-weight: 500;
}
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li.active-hover > a,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li.initial-open > a {
  color: white !important;
  /*Text menu advance*/
  background-color: rgba(43, 168, 221, 0.0784313725) !important;
}
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li.wpmm_dropwdown_menu > ul.wp-megamenu-submenu li.cta .text-wrapper a,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li.wpmm_dropwdown_menu > ul.wp-megamenu-submenu li.cta .text-wrapper a:hover,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li.wpmm_dropwdown_menu ul.wp-megamenu-sub-menu li.cta .text-wrapper a,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li.wpmm_dropwdown_menu ul.wp-megamenu-sub-menu li.cta .text-wrapper a:hover,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-submenu li.cta .text-wrapper a,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-submenu li.cta .text-wrapper a:hover,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li.wpmm_mega_menu ul.wp-megamenu-sub-menu li.cta .text-wrapper a,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li.wpmm_mega_menu ul.wp-megamenu-sub-menu li.cta .text-wrapper a:hover,
.wpmm-mobile-menu #wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li.cta ul.wp-megamenu-sub-menu li a {
  color: #fff;
}
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li.wpmm_dropwdown_menu > ul.wp-megamenu-submenu li .text-wrapper a,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li.wpmm_dropwdown_menu ul.wp-megamenu-sub-menu li .text-wrapper a,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-submenu li .text-wrapper a,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li.wpmm_mega_menu ul.wp-megamenu-sub-menu li .text-wrapper a {
  color: #323232;
}
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li.wpmm_dropwdown_menu > ul.wp-megamenu-submenu li .text-wrapper a:hover,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li.wpmm_dropwdown_menu ul.wp-megamenu-sub-menu li .text-wrapper a:hover,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-submenu li .text-wrapper a:hover,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li.wpmm_mega_menu ul.wp-megamenu-sub-menu li .text-wrapper a:hover {
  color: #323232;
  text-decoration: none;
}
#wp-megamenu-primary-left.wpmm-mobile-menu > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li.active-hover > a,
#wp-megamenu-primary-left.wpmm-mobile-menu > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li.initial-open > a,
#wp-megamenu-primary-left.wpmm-mobile-menu > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li:hover > a {
  background-color: transparent !important;
  color: #323232 !important;
}
#wp-megamenu-primary-left.wpmm-mobile-menu .wpmm-col {
  max-width: 100%;
}
#goog-gt-tt,
.goog-te-banner-frame {
  display: none !important;
}
.goog-te-menu-value:hover {
  text-decoration: none !important;
}
.goog-text-highlight {
  background-color: transparent !important;
  box-shadow: none !important;
}
#oc-google-translate-element {
  display: none !important;
}
.wpmm-mobile-menu h2.sub-menu-header {
  display: none;
}
.wpmm-mobile-menu a:hover {
  text-decoration: none;
}
h2.sub-menu-header {
  font-size: 0.7rem;
  text-transform: uppercase;
  color: #323232;
  opacity: 0.8;
  font-weight: 600;
  letter-spacing: 3.12px;
  font-family: Open Sans;
  padding-left: 7px;
  padding-bottom: 25px;
}
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.featured-posts-grid > h2,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.media-and-text-grid > h2,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.post-grid > h2,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post > h2 {
  font-size: 0.7rem;
  text-transform: uppercase;
  padding: 0 16px 25px 0;
  color: #323232;
  opacity: 0.8;
  font-weight: 600;
  letter-spacing: 3.12px;
  font-family: Open Sans;
}
.cta #wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.featured-posts-grid > h2,
.cta #wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.media-and-text-grid > h2,
.cta #wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.post-grid > h2,
.cta #wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post > h2 {
  color: #323232;
}
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.featured-posts-grid .items,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.media-and-text-grid .items,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.post-grid .items,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post .items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1048px;
  padding-right: 10px;
}
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.featured-posts-grid .items .item .text-wrapper,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.media-and-text-grid .items .item .text-wrapper,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.post-grid .items .item .text-wrapper,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post .items .item .text-wrapper {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: row;
  flex-direction: row;
}
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.featured-posts-grid .items .item .text-wrapper > a,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.featured-posts-grid .items .item .text-wrapper > p,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.media-and-text-grid .items .item .text-wrapper > a,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.media-and-text-grid .items .item .text-wrapper > p,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.post-grid .items .item .text-wrapper > a,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.post-grid .items .item .text-wrapper > p,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post .items .item .text-wrapper > a,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post .items .item .text-wrapper > p {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.wpmm-mobile-menu #wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.featured-posts-grid .items .item .text-wrapper,
.wpmm-mobile-menu #wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.media-and-text-grid .items .item .text-wrapper,
.wpmm-mobile-menu #wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.post-grid .items .item .text-wrapper,
.wpmm-mobile-menu #wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post .items .item .text-wrapper {
  padding-top: 10px;
}
.cta .wpmm-mobile-menu #wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.featured-posts-grid .items .item .text-wrapper,
.cta .wpmm-mobile-menu #wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.featured-posts-grid .items .item .text-wrapper a,
.cta .wpmm-mobile-menu #wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.media-and-text-grid .items .item .text-wrapper,
.cta .wpmm-mobile-menu #wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.media-and-text-grid .items .item .text-wrapper a,
.cta .wpmm-mobile-menu #wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.post-grid .items .item .text-wrapper,
.cta .wpmm-mobile-menu #wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.post-grid .items .item .text-wrapper a,
.cta .wpmm-mobile-menu #wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post .items .item .text-wrapper,
.cta .wpmm-mobile-menu #wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post .items .item .text-wrapper a {
  color: #fff !important;
}
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.featured-posts-grid .items .item .media-wrapper > a,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.media-and-text-grid .items .item .media-wrapper > a,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.post-grid .items .item .media-wrapper > a,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post .items .item .media-wrapper > a {
  display: inline !important;
}
.wpmm-mobile-menu #wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.featured-posts-grid .items .item .media-wrapper,
.wpmm-mobile-menu #wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.media-and-text-grid .items .item .media-wrapper,
.wpmm-mobile-menu #wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.post-grid .items .item .media-wrapper,
.wpmm-mobile-menu #wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post .items .item .media-wrapper {
  min-width: 300px;
}
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.featured-posts-grid .items .item .media-wrapper img,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.media-and-text-grid .items .item .media-wrapper img,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.post-grid .items .item .media-wrapper img,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post .items .item .media-wrapper img {
  max-height: 400px;
  border-radius: 5px;
}
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.featured-posts-grid .items .item .media-wrapper video,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.media-and-text-grid .items .item .media-wrapper video,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.post-grid .items .item .media-wrapper video,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post .items .item .media-wrapper video {
  border-radius: 5px;
  max-width: 100%;
  max-height: 290px;
}
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.featured-posts-grid > h2,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.post-grid > h2 {
  padding-left: 8px;
}
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.featured-posts-grid .items a.item,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.post-grid .items a.item {
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px;
  max-width: 100%;
}
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.featured-posts-grid .items a.item:hover,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.post-grid .items a.item:hover {
  text-decoration: none;
  background-color: rgba(43, 168, 221, 0.0784313725) !important;
  color: #2880d9 !important;
  border-radius: 5px;
}
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.featured-posts-grid .items a.item .media-wrapper,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.post-grid .items a.item .media-wrapper {
  -ms-flex: 1 1 150px;
  flex: 1 1 150px;
}
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.featured-posts-grid .items a.item .text-wrapper,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.post-grid .items a.item .text-wrapper {
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  padding: 0 0 0 20px;
}
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.featured-posts-grid .items a.item .text-wrapper a,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.post-grid .items a.item .text-wrapper a {
  font-weight: 500;
  color: #323232 !important;
}
.cta #wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.featured-posts-grid .items a.item .text-wrapper a,
.cta #wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.post-grid .items a.item .text-wrapper a {
  color: #323232 !important;
}
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.featured-posts-grid.vertical .items .item,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.post-grid.vertical .items .item {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.featured-posts-grid.vertical .items .item .text-wrapper,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.post-grid.vertical .items .item .text-wrapper {
  padding: 0 0 0 28px;
}
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.media-and-text-grid .items .item {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 20px;
}

#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.media-and-text-grid .items .item .media-wrapper {
  -ms-flex: 1 1 33%;
  flex: 1 1 33%;
}
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.media-and-text-grid .items .item .text-wrapper {
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  padding: 20px;
}
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.media-and-text-grid .items .item .text-wrapper a {
  font-weight: 500;
  color: link-color-dark !important;
}
.cta #wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.media-and-text-grid .items .item .text-wrapper a {
  color: #fff !important;
}
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.media-and-text-grid.video .items .item .media-wrapper {
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post.red.single-button .item .buttons > a,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post.red.single-button .item .buttons > div {
  background-color: #ff5721 !important;
  border-color: #ff5721 !important;
  color: #fff !important;
}
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post.red.single-button .item .buttons > a:before,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post.red.single-button .item .buttons > div:before {
  border: 1px solid #ff5721;
}
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post.red.single-button .item:hover .buttons > a,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post.red.single-button .item:hover .buttons > div {
  color: #ff5721 !important;
  background-color: #fff !important;
}
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post.red.single-button .item:hover .buttons > a:before,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post.red.single-button .item:hover .buttons > div:before {
  border: 1px solid #ff5721;
}
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post.red.multi-button .overlay {
  background: #e74b3c;
  background: linear-gradient(0deg, #e74b3c 10%, rgba(231, 75, 60, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e74b3c",endColorstr="#e74b3c",GradientType=1);
}
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post.blue.single-button .item .buttons > a,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post.blue.single-button .item .buttons > div {
  background-color: #2880d9 !important;
  border-color: #2880d9 !important;
  color: #fff !important;
}
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post.blue.single-button .item .buttons > a:before,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post.blue.single-button .item .buttons > div:before {
  border: 1px solid #2880d9;
}
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post.blue.single-button .item:hover .buttons > a,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post.blue.single-button .item:hover .buttons > div {
  color: #2880d9 !important;
  background-color: #fff !important;
}
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post.blue.single-button .item:hover .buttons > a:before,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post.blue.single-button .item:hover .buttons > div:before {
  border: 1px solid #2880d9;
}
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post.blue.multi-button .overlay {
  background: #2880d9;
  background: linear-gradient(0deg, #2880d9 10%, rgba(40, 128, 217, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2880d9",endColorstr="#2880d9",GradientType=1);
}
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post.single-button > h2 {
  display: block;
  font-size: 1.9rem;
  font-weight: 900;
  text-transform: none;
  letter-spacing: normal;
  opacity: 1;
  padding-bottom: 10px;
}
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post.single-button .buttons > a,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post.single-button .buttons > div {
  text-transform: uppercase;
  letter-spacing: 2.7px;
  line-height: 0.89;
}
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post.multi-button > h2,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post.single-button .item .overlay > h2 {
  display: none;
}
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post.multi-button .item .overlay > h2 {
  display: block;
  font-size: 3rem;
  margin-bottom: 10px;
}
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post.multi-button .item .overlay .buttons > a,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post.multi-button .item .overlay .buttons > div {
  color: #fff !important;
}
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post.multi-button .item .overlay .buttons > a:hover,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post.multi-button .item .overlay .buttons > div:hover {
  color: #000 !important;
  background-color: #fff !important;
}
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post.multi-button .item .overlay .buttons > a:before,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post.multi-button .item .overlay .buttons > div:before {
  border: 1px solid #fff;
}
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post .mobile {
  display: none;
}
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post .item {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 2px 2px;
  width: 100% !important;
  max-width: 400px;
  min-height: 335px;
  border-radius: 4px;
}
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post .item img,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post .item video {
  width: 100%;
}
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post .item .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 50px 30px 30px 20px;
}
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post .item .overlay .buttons {
  display: -ms-flexbox;
  display: flex;
}
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post .item .overlay .buttons > a,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post .item .overlay .buttons > div {
  border-radius: 10rem !important;
  position: relative;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 24px !important;
  width: auto;
  font-size: 1.1rem !important;
  margin-right: 10px;
  text-decoration: none;
  font-weight: 700;
}
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post .item .overlay .buttons > a:before,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post .item .overlay .buttons > div:before {
  content: "";
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  border-radius: 10rem;
}
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post .item .overlay > a.arrow {
  border: none !important;
  font-size: 1.2rem !important;
}
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li:first-child ul.wp-megamenu-sub-menu li .oc-wpmm-widget.featured-posts-grid > h2,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li:first-child ul.wp-megamenu-sub-menu li .oc-wpmm-widget.media-and-text-grid > h2,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li:first-child ul.wp-megamenu-sub-menu li .oc-wpmm-widget.post-grid > h2,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li:first-child ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post > h2 {
  padding-left: 16px;
}
#wp-megamenu-primary-left.wpmm-mobile-menu > .wpmm-nav-wrap ul.wp-megamenu > li.cta ul.wp-megamenu-sub-menu li .media-wrapper a {
  padding-left: 0;
}
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .single-button .buttons > a,
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .single-button .buttons > div {
  text-transform: uppercase;
}
.wpmm-mobile-menu .oc-wpmm-widget.post-grid.vertical .items .item .media-wrapper {
  max-width: 50%;
  min-width: unset;
}
.wpmm-mobile-menu .oc-wpmm-widget.post-grid.vertical .items .item .text-wrapper {
  max-width: 48%;
  min-width: unset;
  padding: 0 1%;
}
.wpmm-mobile-menu .oc-wpmm-widget.show-in-mobile.horizontal {
  display: block !important;
}
.wpmm-mobile-menu .oc-wpmm-widget.show-in-mobile.horizontal .items {
  display: block;
}
.wpmm-mobile-menu .oc-wpmm-widget.show-in-mobile.horizontal .items .item {
  padding-left: 20px;
}
.wpmm-mobile-menu .oc-wpmm-widget.show-in-mobile.horizontal .items .item .media-wrapper {
  -ms-flex: 1 1 150px;
  flex: 1 1 150px;
  min-width: 0 !important;
}
.wpmm-mobile-menu .oc-wpmm-widget.show-in-mobile.horizontal .items .item .media-wrapper img {
  max-height: 150px;
}
.oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap.wpmm-mobile-menu .wp-megamenu > li .wp-megamenu-sub-menu li .slick-initialized .text-wrapper a {
  font-size: 1rem !important;
}
#wp-megamenu-primary-left.wpmm-mobile-menu > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.featured-posts-grid .items .item .text-wrapper,
#wp-megamenu-primary-left.wpmm-mobile-menu > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.featured-posts-grid .items .item .text-wrapper a,
#wp-megamenu-primary-left.wpmm-mobile-menu > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.featured-posts-grid > h2,
#wp-megamenu-primary-left.wpmm-mobile-menu > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.media-and-text-grid .items .item .text-wrapper,
#wp-megamenu-primary-left.wpmm-mobile-menu > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.media-and-text-grid .items .item .text-wrapper a,
#wp-megamenu-primary-left.wpmm-mobile-menu > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.media-and-text-grid > h2,
#wp-megamenu-primary-left.wpmm-mobile-menu > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.post-grid .items .item .text-wrapper,
#wp-megamenu-primary-left.wpmm-mobile-menu > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.post-grid .items .item .text-wrapper a,
#wp-megamenu-primary-left.wpmm-mobile-menu > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.post-grid > h2,
#wp-megamenu-primary-left.wpmm-mobile-menu > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post .items .item .text-wrapper,
#wp-megamenu-primary-left.wpmm-mobile-menu > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post .items .item .text-wrapper a,
#wp-megamenu-primary-left.wpmm-mobile-menu > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post > h2 {
  color: #323232 !important;
}
#wp-megamenu-primary-left.wpmm-mobile-menu > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post.show-in-mobile {
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: flex;
}
#wp-megamenu-primary-left.wpmm-mobile-menu > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post.show-in-mobile .item {
  width: 122px !important;
  min-width: 122px !important;
  min-height: 108px !important;
}
#wp-megamenu-primary-left.wpmm-mobile-menu > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post.show-in-mobile .overlay {
  display: none;
}
#wp-megamenu-primary-left.wpmm-mobile-menu > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post.show-in-mobile .mobile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
}
#wp-megamenu-primary-left.wpmm-mobile-menu > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post.show-in-mobile .mobile > a {
  display: inline-block;
  font-size: 1.9rem !important;
  font-weight: 900;
  line-height: 1.17;
}
#wp-megamenu-primary-left.wpmm-mobile-menu > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .cta .oc-wpmm-widget.single-post .text-wrapper,
#wp-megamenu-primary-left.wpmm-mobile-menu > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .cta .oc-wpmm-widget.single-post .text-wrapper a {
  color: #fff !important;
}
#wp-megamenu-primary-left.wpmm-mobile-menu > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .cta .oc-wpmm-widget.single-post .mobile > a {
  display: inline-block;
}
#wp-megamenu-primary-left.wpmm-mobile-menu > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .cta .oc-wpmm-widget.featured-posts-grid .items .item .text-wrapper,
#wp-megamenu-primary-left.wpmm-mobile-menu > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .cta .oc-wpmm-widget.featured-posts-grid .items .item .text-wrapper a,
#wp-megamenu-primary-left.wpmm-mobile-menu > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .cta .oc-wpmm-widget.featured-posts-grid > h2,
#wp-megamenu-primary-left.wpmm-mobile-menu > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .cta .oc-wpmm-widget.media-and-text-grid .items .item .text-wrapper,
#wp-megamenu-primary-left.wpmm-mobile-menu > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .cta .oc-wpmm-widget.media-and-text-grid .items .item .text-wrapper a,
#wp-megamenu-primary-left.wpmm-mobile-menu > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .cta .oc-wpmm-widget.media-and-text-grid > h2,
#wp-megamenu-primary-left.wpmm-mobile-menu > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .cta .oc-wpmm-widget.post-grid .items .item .text-wrapper,
#wp-megamenu-primary-left.wpmm-mobile-menu > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .cta .oc-wpmm-widget.post-grid .items .item .text-wrapper a,
#wp-megamenu-primary-left.wpmm-mobile-menu > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .cta .oc-wpmm-widget.post-grid > h2,
#wp-megamenu-primary-left.wpmm-mobile-menu > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .cta .oc-wpmm-widget.single-post .items .item .text-wrapper,
#wp-megamenu-primary-left.wpmm-mobile-menu > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .cta .oc-wpmm-widget.single-post .items .item .text-wrapper a,
#wp-megamenu-primary-left.wpmm-mobile-menu > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .cta .oc-wpmm-widget.single-post > h2 {
  color: #fff !important;
}
#wp-megamenu-primary-left.wpmm-mobile-menu > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post .item {
  width: 150px !important;
  min-height: 150px !important;
}
#wp-megamenu-primary-left.wpmm-mobile-menu > .wpmm-nav-wrap ul.wp-megamenu > li.cta ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post .mobile > a {
  color: #fff !important;
}
.donation-logos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.wpmm-mobile-menu .donation-logos {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.donation-logos img {
  height: 44px;
  width: auto;
  margin-left: 5px;
}
.donation-logos img.mobile {
  display: none;
}
.donation-logos img.desktop {
  display: block;
}
.wpmm-mobile-menu .donation-logos img {
  margin-right: 5px;
}
.wpmm-mobile-menu .donation-logos img.mobile {
  display: block;
}
.wpmm-mobile-menu .donation-logos img.desktop {
  display: none;
}
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .donation-logos a,
.donation-logos a {
  padding: 0;
}
a.wpmm_mobile_menu_btn {
  padding: 0;
  background-color: transparent;
}
a.wpmm_mobile_menu_btn > img {
  max-width: 36px;
  display: block;
}
a.wpmm_mobile_menu_btn > img.dark {
  display: none;
}
.menu-hover a.wpmm_mobile_menu_btn {
  color: #2880d9;
}
.mobile-menu-active a.wpmm_mobile_menu_btn {
  color: #fff;
}
a.wpmm_mobile_menu_btn:hover {
  background-color: transparent;
}
.menu-hover .wpmm_mobile_menu_btn > img {
  display: none;
}
.menu-hover .wpmm_mobile_menu_btn > img.dark,
.mobile-menu-active .wpmm_mobile_menu_btn > img {
  display: block;
}
.mobile-menu-active .wpmm_mobile_menu_btn > img.dark {
  display: none;
}
.menu-right .cta {
  background-color: #ff5721;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px double #fff;
  border-radius: 8px;
  overflow: hidden;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 2.7px;
  line-height: 0.89;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.4s;
}
.menu-right .cta > a {
  color: #fff;
  line-height: 1em;
}
.menu-right .cta:hover {
  background-color: #fff;
}
.menu-right .cta:hover > a {
  color: #ff5721;
  text-decoration: none;
}
.mobile-menu-header {
  color: #2880d9;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mobile-menu-header .mobile-close img {
  width: 26px;
  height: 26px;
  cursor: pointer;
}
#google-translate-mobile {
  font-size: 1rem;
  display: inline-block;
  width: 75px;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  z-index: 3;
}
#google-translate-mobile .hide {
  display: none;
}
#google-translate-mobile .sel__placeholder {
  display: block;
  font-size: 1em;
  color: #838e95;
  padding: 0.2em 0.5em;
  text-align: left;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  visibility: visible;
  color: #fff;
}
.menu-hover #google-translate-mobile .sel__placeholder,
.oco-hed--reveal #google-translate-mobile .sel__placeholder {
  color: #323232;
}
.mobile-menu-active #google-translate-mobile .sel__placeholder {
  color: #fff;
}
#google-translate-mobile .sel__placeholder:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.2em 0.5em;
  content: attr(data-placeholder);
  visibility: hidden;
}
#google-translate-mobile .sel__box {
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  display: none;
  list-style-type: none;
  text-align: left;
  font-size: 2em;
  background-color: #2880d9;
  color: #fff;
  box-sizing: border-box;
  padding: 20px 20px 20px 0;
}
#google-translate-mobile .sel__box .provided-by {
  margin-top: 30px;
  font-size: 0.5em;
  padding-left: 20px;
}
#google-translate-mobile .sel__box__option {
  display: list-item;
  font-size: 1em;
  color: #fff;
  padding-top: 7px;
  padding-bottom: 8px;
  padding-left: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#google-translate-mobile .sel__box__option.active {
  position: relative;
}
#google-translate-mobile .sel__box__option.active:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 1em;
  border-radius: 3px;
  border: 1px solid #fff;
  background-color: #fff;
}
#google-translate-mobile .sel__box__option:hover {
  background-color: #fff;
  color: #2880d9;
}
#google-translate-mobile .sel__box__option.selected:after {
  display: inline;
}
#google-translate-mobile:before {
  position: absolute;
  content: "\f107";
  font-family: FontAwesome;
  font-size: 1.25em;
  color: #fff;
  right: 20px;
  top: calc(50% - 0.5em);
}
.menu-hover #google-translate-mobile:before,
.oco-hed--reveal #google-translate-mobile:before {
  color: #323232;
}
.mobile-menu-active #google-translate-mobile:before {
  color: #fff;
}
#google-translate-mobile.active:before {
  transform: rotateX(-180deg);
}
#google-translate-mobile.active .sel__placeholder:before {
  visibility: visible;
}
#google-translate-mobile.active .sel__box {
  display: block;
  animation: fadeInUp 0.5s;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
body {
  top: 0 !important;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu ul.wp-megamenu-sub-menu li a {
  transition-duration: 0.2s !important;
}
body .wp-megamenu-wrap .wpmm-nav-wrap > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.oco-hed__content .oco-hed__menu .menu-wrapper p {
  line-height: 1.6 !important;
}
.oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap .wp-megamenu > li > a {
  white-space: nowrap;
}
.oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap .wp-megamenu > li {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  min-width: 100px;
}
.oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap .wp-megamenu > li.search {
  min-width: 0;
}
.oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap .wp-megamenu > li.blank-section {
  -ms-flex-positive: 2;
  flex-grow: 2;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  min-width: 0;
}
.search-icon {
  min-width: 21px;
}
#wp-megamenu-primary-left {
  padding-left: 0;
}
#wp-megamenu-primary-left > .wpmm-nav-wrap .wp-megamenu > li .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu li.wpmm-type-widget > a,
#wp-megamenu-primary-left > .wpmm-nav-wrap .wp-megamenu > li .wpmm-strees-row-container > ul.wp-megamenu-sub-menu li.wpmm-type-widget > a,
#wp-megamenu-primary-left > .wpmm-nav-wrap .wp-megamenu > li > ul.wp-megamenu-sub-menu li.wpmm-type-widget > a {
  text-transform: none;
  line-height: 40px;
  position: static;
}
.wpmm-row {
  max-width: 1280px;
  margin: 0 auto;
}
.wpmm-mobile-menu .wp-megamenu-sub-menu {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.wpmm-mobile-menu .oc-wpmm-widget {
  display: none;
}
.wpmm-mobile-menu .oc-wpmm-widget.show-in-mobile {
  display: block;
}
.wpmm-mobile-menu .oc-wpmm-widget.show-in-mobile > h2 {
  display: none !important;
}
.wpmm-mobile-menu.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_mega_menu.cta .wpmm-strees-row-and-content-container > .wp-megamenu-sub-menu {
  padding-left: 22px;
}
.wpmm-mobile-menu.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_mega_menu.cta .wpmm-strees-row-and-content-container > .wp-megamenu-sub-menu:before {
  display: none;
}
.wpmm-mobile-menu.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_mega_menu .wpmm-strees-row-and-content-container {
  padding: 0;
  position: relative;
}
.wpmm-mobile-menu.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_mega_menu .wpmm-strees-row-and-content-container > .wp-megamenu-sub-menu:before {
  content: " ";
  display: block;
  position: absolute;
  left: 14px;
  top: 0;
  width: 5px;
  height: 100%;
  border-radius: 3px;
  border: 1px solid #2880d9;
  background-color: #2880d9;
  z-index: 999;
}
.wpmm-mobile-menu.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_mega_menu .wpmm-strees-row-and-content-container > .wp-megamenu-sub-menu > li {
  padding: 0;
}
.wp-megamenu-sub-menu .wp-megamenu-sub-menu > li {
  padding: 0 !important;
}
.wp-megamenu-sub-menu .wp-megamenu-sub-menu .wp-megamenu-sub-menu > li {
  padding: 10px !important;
}
.wp-megamenu-sub-menu .wp-megamenu-sub-menu .wp-megamenu-sub-menu > li.wpmm-type-widget {
  padding: 0 !important;
  margin: 0 !important;
}
.wp-megamenu-sub-menu .wp-megamenu-sub-menu .wp-megamenu-sub-menu > li.tertiary-menu-child {
  padding: 0 !important;
}
.wpmm-mobile-menu .wp-megamenu-sub-menu .wp-megamenu-sub-menu .wp-megamenu-sub-menu > li.tertiary-menu-child {
  padding: 10px 10px 10px 25px !important;
}
.wpmm-mobile-menu .wp-megamenu-sub-menu .wp-megamenu-sub-menu .wp-megamenu-sub-menu > li.tertiary-menu-child > a {
  padding: 10px 15px !important;
}
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li.tertiary-menu-child a {
  padding: 10px 15px;
}
.wp-megamenu-sub-menu {
  transition: all 0s ease;
  padding: 0 10px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu:hover > .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu:hover > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm-type-widget .wp-megamenu-sub-menu li:hover .wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li.menu-item-has-children:hover > ul.wp-megamenu-sub-menu {
  animation-duration: unset;
  display: none;
  top: unset;
  opacity: unset;
  opacity: 0;
  z-index: unset;
  visibility: hidden;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu.active-hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.active-hover > .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.active-hover > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.active-hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children.active-hover > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm-type-widget .wp-megamenu-sub-menu li.active-hover .wp-megamenu-sub-menu,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li.menu-item-has-children.active-hover > ul.wp-megamenu-sub-menu {
  animation-duration: 0.3s;
  display: block;
  top: auto;
  opacity: 1;
  z-index: 1;
  visibility: visible;
  transition: all 2s ease;
}
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu.open > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.open > .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.open > .wpmm-strees-row-container > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.open > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row .wp-megamenu-sub-menu li.menu-item-has-children.open > ul.wp-megamenu-sub-menu,
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap > ul.wp-megamenu li.wpmm-type-widget .wp-megamenu-sub-menu li.open .wp-megamenu-sub-menu,
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li.menu-item-has-children.open > ul.wp-megamenu-sub-menu {
  display: block;
}
.tertiary-menu-grandparent:after {
  content: "";
  height: 84%;
  border-right: 1px solid #c9c9c9;
  right: 45%;
  top: 8%;
  z-index: 1;
  position: absolute;
}
.wpmm-mobile-menu .tertiary-menu-grandparent:after {
  display: none;
}
.wp-megamenu-sub-menu.tertiary-menu {
  display: block;
  width: 45% !important;
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute !important;
  left: 55% !important;
  z-index: 99;
  margin: 0 !important;
  padding-left: 10px;
  border: none !important;
}
.active-hover > .wp-megamenu-sub-menu.tertiary-menu,
.initial-open > .wp-megamenu-sub-menu.tertiary-menu {
  opacity: 1;
  transition: opacity 0.5s;
  visibility: visible;
  z-index: 99;
  transform: translate(0);
  padding-left: 10px !important;
}
.active-hover > .wp-megamenu-sub-menu.tertiary-menu > li,
.initial-open > .wp-megamenu-sub-menu.tertiary-menu > li {
  animation-name: slideInLeft;
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: backwards;
}
@keyframes slideInLeft {
  0% {
    transform: translate(-25%);
    opacity: 0;
  }
  to {
    transform: translate(0);
    opacity: 1;
  }
}
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-row .wpmm-col-7,
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-row .wpmm-col-8,
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-row .wpmm-col-9,
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-row .wpmm-col-10,
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-row .wpmm-col-11 {
  width: auto !important;
}
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-row .wpmm-col:first-child {
  width: 100% !important;
  transition: none;
}
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-row .tertiary-menu {
  display: none;
  width: auto !important;
  border-left: none !important;
  position: static !important;
  opacity: 1;
  visibility: visible;
}
.wp-megamenu-wrap.wpmm-mobile-menu .wp-megamenu-sub-menu.tertiary-menu {
  left: 0 !important;
}
.wp-megamenu-wrap.wpmm-mobile-menu .active-hover > .wp-megamenu-sub-menu.tertiary-menu,
.wp-megamenu-wrap.wpmm-mobile-menu .initial-open > .wp-megamenu-sub-menu.tertiary-menu {
  position: static !important;
  bottom: 0 !important;
  left: auto !important;
  border-left: none !important;
  display: none;
}
.wp-megamenu-wrap.wpmm-mobile-menu .active-hover > .wp-megamenu-sub-menu.tertiary-menu > li,
.wp-megamenu-wrap.wpmm-mobile-menu .initial-open > .wp-megamenu-sub-menu.tertiary-menu > li {
  animation-name: none;
}
.tertiary-menu-parent > a {
  width: 100%;
}
.wpmm-mobile-menu .tertiary-menu-parent > a > .arrow-layout {
  display: none !important;
}
svg.icon-arrow {
  display: inline;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu li,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-container ul.wp-megamenu-sub-menu li,
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu li {
  font-size: 14px !important;
  line-height: 1.4 !important;
  position: relative !important;
}
#wp-megamenu-primary-left > .wpmm-nav-wrap .wp-megamenu > li .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu li.wpmm-type-widget > a {
  line-height: 40px;
  height: 53px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: fit-content !important;
  width: -moz-fit-content !important;
}
li.menu-item.wpmm-type-widget.menu-widget-class.wpmm-type-item.wpmm-submenu-right.hed__nav--item.no-left-margin {
  padding-left: 0 !important;
}
li.menu-item.wpmm-type-widget.menu-widget-class.wpmm-type-item.wpmm-submenu-right.hed__nav--item.no-left-margin > a {
  margin-left: -10px !important;
}
.wpmm-mobile-menu li.menu-item.wpmm-type-widget.menu-widget-class.wpmm-type-item.wpmm-submenu-right.hed__nav--item {
  padding: 0 !important;
}
.wpmm-mobile-menu li.menu-item.wpmm-type-widget.menu-widget-class.wpmm-type-item.wpmm-submenu-right.hed__nav--item.no-left-margin {
  padding-left: 10px !important;
}
.wpmm-mobile-menu li.menu-item.wpmm-type-widget.menu-widget-class.wpmm-type-item.wpmm-submenu-right.hed__nav--item.no-left-margin > a {
  margin-left: 0 !important;
}
.wpmm-mobile-menu .wpmm-row:first-child {
  padding-top: 0 !important;
}
.wpmm-mobile-menu a .mobile-highlight {
  color: #2880d9 !important;
}
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li > a {
  padding-top: 12px;
  padding-bottom: 12px;
}
.oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap.wpmm-mobile-menu .wp-megamenu li.cta > a {
  margin-left: 0;
}
hr {
  border-left: none;
  border-right: none;
  border-top: none;
  border-color: #c9c9c9;
  opacity: 0.5;
}
#wp-megamenu-primary-left.wpmm-mobile-menu a {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.oc-wpmm-widget.post-grid .media-wrapper {
  -ms-flex: unset !important;
  flex: unset !important;
}
.oc-wpmm-widget.post-grid .media-wrapper,
.oc-wpmm-widget.post-grid .media-wrapper .image {
  width: 110px;
  min-width: 110px;
  max-width: 110px;
  height: 100px;
  min-height: 100px;
  max-height: 100px;
}
.oc-wpmm-widget.post-grid .media-wrapper .image {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
}
.oc-wpmm-widget.featured-posts-grid .media-wrapper {
  -ms-flex: unset !important;
  flex: unset !important;
  min-height: 120px;
  min-width: 150px;
  width: 150px;
  height: 120px;
  max-width: 150px;
  max-height: 120px;
}
.oc-wpmm-widget.featured-posts-grid .media-wrapper a,
.oc-wpmm-widget.post-grid .media-wrapper a {
  display: inline;
}
.oc-wpmm-widget.featured-posts-grid .media-wrapper .image {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  min-height: 120px;
  min-width: 150px;
  width: 150px;
  height: 120px;
  max-width: 150px;
  max-height: 120px;
}
li.no-left-margin {
  padding-left: 0 !important;
}
.wpmm-mobile-menu li.cta .wp-megamenu-sub-menu li:last-child .wp-megamenu-sub-menu {
  -ms-flex-direction: row;
  flex-direction: row;
}
.oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap.wpmm-mobile-menu .wp-megamenu > li.cta .wp-megamenu-sub-menu li:last-child .wp-megamenu-sub-menu li {
  padding: 0 !important;
}
.oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap.wpmm-mobile-menu .wp-megamenu > li.cta .wp-megamenu-sub-menu li:last-child .wp-megamenu-sub-menu li a {
  font-size: 1rem !important;
  text-transform: uppercase;
}
#wp-megamenu-primary-left.wpmm-mobile-menu > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu.tertiary-menu li a {
  padding-left: 25px;
}
.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap ul.wp-megamenu li .wp-megamenu-sub-menu li ul.wp-megamenu-sub-menu.tertiary-menu {
  margin-bottom: 20px;
}
.wpmm-strees-row-and-content-container {
  transition: top 5s ease;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu li.wpmm_mega_menu .wpmm-strees-row-and-content-container > .wp-megamenu-sub-menu > li {
  padding: 10px 0;
}
.wp-megamenu > li > div > .wp-megamenu-sub-menu {
  padding-top: 20px;
}
#wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li.tertiary-menu-child:hover > a {
  color: white !important; 
  /* Text Menu link Advance*/
  background-color: rgba(43, 168, 221, 0.0784313725) !important;
}
#wp-megamenu-primary-left:not(.wpmm-mobile-menu) .active-hover.calculated ul.wp-megamenu-sub-menu.tertiary-menu:before,
#wp-megamenu-primary-left:not(.wpmm-mobile-menu) .initial-open ul.wp-megamenu-sub-menu.tertiary-menu:before {
  content: "";
  width: 100%;
  position: absolute;
  left: -50%;
  height: 100%;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 0;
  z-index: -1;
}
body.page-template-template-gutenberg.page-template #container.gutenberg header:not(.menu-hover) .oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap.wpmm-mobile-menu > .wpmm-nav-wrap > .wp-megamenu > li:not(.cta) > a {
  color: #2880d9 !important;
  font-size: 2.2rem !important;
  font-weight: 700 !important;
  text-transform: unset !important;
  letter-spacing: normal;
  padding: 25px 12px !important;
}
body.page-template-template-gutenberg #container.gutenberg .oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap.wpmm-mobile-menu .wp-megamenu li.cta > a,
body.page-template-template-gutenberg.page-template #container.gutenberg header:not(.menu-hover) .oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap.wpmm-mobile-menu .wp-megamenu li:not(.cta) > a {
  color: #fff !important;
  border-color: #fff !important;
  background-color: unset !important;
}
.oco-hed__content .oco-hed__menu .menu-wrapper div .oc-wpmm-widget.post-grid .text-wrapper .text {
  font-size: 13px;
  font-weight: 300;
}
.menu-right .cta.menu-item > a {
  color: #000 !important;
}
#container .oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap.wpmm-mobile-menu .wp-megamenu li.cta > a {
  color: #fff !important;
}
.vimeo h1 {
  font-family: Roboto, sans-serif;
  padding-bottom: 20px;
  margin-bottom: 15px;
  position: relative;
  text-shadow: 2px 0 0 rgba(0, 0, 0, 0.35);
  font-size: 52px;
}
.vimeo h1:after {
  content: "";
  bottom: 0;
  width: 90%;
  height: 4px;
  background-color: currentColor;
}
.vimeo .music_toggle,
.vimeo h1:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.vimeo .music_toggle {
  width: 62px;
  height: 62px;
  border: 2px solid #fff;
  border-radius: 50%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 15px;
  bottom: 150px;
  display: none;
}
.vimeo .music_toggle span {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 1px;
  width: 3px;
  height: 7px;
  background: #fff;
}
.vimeo .music_toggle span:first-child {
  height: 15px;
}
.vimeo .music_toggle span:nth-child(2) {
  height: 13px;
}
.vimeo .music_toggle span:nth-child(3) {
  height: 24px;
}
.vimeo .music_toggle span:nth-child(4) {
  height: 20px;
}
.vimeo .music_toggle.on span:first-child {
  animation: music-bar 2s 1s ease-out alternate infinite;
}
.vimeo .music_toggle.on span:nth-child(2) {
  animation: music-bar 2s 0.5s ease-out alternate infinite;
}
.vimeo .music_toggle.on span:nth-child(3) {
  animation: music-bar 2s 1.5s ease-out alternate infinite;
}
.vimeo .music_toggle.on span:nth-child(4) {
  animation: music-bar 2s 0.25s ease-out alternate infinite;
}
@keyframes music-bar {
  0% {
    height: 16px;
  }
  10% {
    height: 24px;
  }
  20% {
    height: 20px;
  }
  30% {
    height: 22px;
  }
  40% {
    height: 24px;
  }
  50% {
    height: 20px;
  }
  60% {
    height: 24px;
  }
  70% {
    height: 10px;
  }
  80% {
    height: 22px;
  }
  90% {
    height: 14px;
  }
  to {
    height: 24px;
  }
}
.vimeo.foreshore {
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.vimeo.foreshore:after {
  bottom: auto;
  top: 0;
  height: 198px;
  background: none;
  box-shadow: none;
  background-image: linear-gradient(180deg, #323232, rgba(50, 50, 50, 0));
}
.vimeo .signup-form {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.vimeo .signup-form .container {
  margin: 25px;
}
.vimeo .signup-form .container h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 0.9;
  font-family: Roboto, sans-serif;
  margin-right: 25px;
  white-space: nowrap;
}
.vimeo .signup-form .container p {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.24px;
  max-width: 380px;
  text-align: center;
  margin: 15px auto;
  display: block;
}
.vimeo .signup-form .container .email-signup .revmsg-fdbk .revmsg-loading,
.vimeo .signup-form .container .email-signup .revmsg-fdbk .revmsg-success {
  color: inherit;
}
.vimeo .signup-form .container .email-signup form {
  border: 0;
  background-color: hsla(0, 0%, 100%, 0.24);
  margin: 0;
  max-width: none;
}
.vimeo .signup-form .container .email-signup form .rsform__field--email {
  background: transparent;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 3px;
  text-align: center;
  color: #fff;
}
.vimeo .signup-form .container .email-signup form .rsform__field--email::-webkit-input-placeholder {
  font-size: 14px;
  color: #fff !important;
}
.vimeo .signup-form .container .email-signup form .rsform__field--email:-moz-placeholder,
.vimeo .signup-form .container .email-signup form .rsform__field--email::-moz-placeholder {
  font-size: 14px;
  color: #fff !important;
}
.vimeo .signup-form .container .email-signup form .rsform__field--email:-ms-input-placeholder {
  font-size: 14px;
  color: #fff !important;
}
.vimeo .signup-form .container .email-signup form .rsform--submit {
  border-radius: 22px;
  border: 1px solid #ff5721;
  background-color: #ff5721;
  color: #fff;
}
.vimeo .signup-form .container .email-signup form .rsform--submit:hover {
  background-color: #fff;
  color: #ff5721;
}
.vimeo .signup-form .container .email-signup form .rsform--submit input {
  width: auto;
  padding: 0 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.9;
  letter-spacing: 2.4px;
  text-align: center;
  color: inherit;
  background: none;
  text-indent: 0;
  text-transform: uppercase;
}
.vimeo .signup-form .container .email-signup form:before {
  border: 1px solid hsla(0, 0%, 100%, 0.24);
}
#sms-signup-message {
  font-size: 1.25rem;
  font-weight: 700;
}
#sms-signup-form {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 23.75rem;
  margin: 0 auto;
  padding: 0.125rem;
  background: #fff;
  border-radius: 1.875rem;
  min-height: 1.75rem;
}
#sms-signup-form:before {
  content: "";
  border: 1px solid #fff;
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  border-radius: 1.5625rem;
}
#sms-signup-form #sms-signup-input-wrapper {
  box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-orient: vertical;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-right: -10px;
  margin-left: 15px;
}
#sms-signup-form #sms-signup-input-wrapper #sms-signup-phone {
  display: block;
  position: relative;
  z-index: 100;
  margin: 0;
  padding: 0.25rem 0.25rem 0.25rem 1rem;
  border: none;
  font-size: 1rem;
  line-height: 1.3;
  color: #000;
  background: #fff;
  border-radius: 1rem;
  outline: none;
  width: 100%;
  text-align: center;
  font-family: Open Sans, sans-serif;
  letter-spacing: 0.26em;
  text-indent: 0.26em;
}
#sms-signup-form #sms-signup-input-wrapper #sms-signup-phone:invalid {
  box-shadow: none;
}
#sms-signup-form #sms-signup-input-wrapper #sms-signup-phone:-moz-submit-invalid,
#sms-signup-form #sms-signup-input-wrapper #sms-signup-phone:-moz-ui-invalid {
  box-shadow: none;
}
#sms-signup-form #sms-signup-input-wrapper #sms-signup-phone::-webkit-input-placeholder {
  text-align: center;
  text-transform: uppercase;
  opacity: 1;
  letter-spacing: 0.26em;
  text-indent: 0.26em;
}
#sms-signup-form #sms-signup-input-wrapper #sms-signup-phone:-moz-placeholder,
#sms-signup-form #sms-signup-input-wrapper #sms-signup-phone::-moz-placeholder {
  text-align: center;
  text-transform: uppercase;
  opacity: 1;
  letter-spacing: 0.26em;
  text-indent: 0.26em;
}
#sms-signup-form #sms-signup-input-wrapper #sms-signup-phone:-ms-input-placeholder {
  text-align: center;
  text-transform: uppercase;
  opacity: 1;
  letter-spacing: 0.26em;
  text-indent: 0.26em;
}
#sms-signup-form #sms-signup-input-wrapper label {
  display: none;
}
#sms-signup-form #sms-signup-submit-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 5px;
  position: relative;
  z-index: 100;
}
#sms-signup-form #sms-signup-submit-wrapper input {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  text-indent: 100px;
  overflow: hidden;
  width: 1.4375rem;
  height: 1.4375rem;
  box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 38.25'%3E%3Cpath d='M19 .06a19 19 0 1 1-19 19 19 19 0 0 1 19-19zm-4.05 26.33a1.27 1.27 0 1 0 1.79 1.79L25 20a1.28 1.28 0 0 0 0-1.8l-8.26-8.25a1.27 1.27 0 1 0-1.79 1.79l7.32 7.32z' fill='%23e74b3c'/%3E%3C/svg%3E")
    no-repeat 0 0;
  background-size: cover;
}
.gulf__sidebar > .ripple__sect--hed {
  font-weight: 700;
  margin-bottom: 14px;
}
.page-template-page-newsroom .facetwp-facet {
  font-family: Open Sans, sans-serif;
}
.page-template-page-newsroom .facetwp-dropdown {
  padding: 0.625rem 0.3125rem 0.625rem 1.5rem;
  border: none;
  font-size: 0.875rem;
  line-height: 1.15;
  color: #fff;
  background: transparent;
  border-radius: 1.4375rem;
  border: 1px solid #fff;
  outline: none;
  width: 88%;
  font-family: Open Sans, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.75rem;
  opacity: 1 !important;
  margin-left: 0.5rem;
}
.page-template-page-newsroom .facetwp-checkbox {
  background: url(../4site/img/checkbox.png) 0 50% no-repeat !important;
  color: hsla(0, 0%, 100%, 0.9);
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 0.25em;
  background-size: 14px 14px !important;
  line-height: 30px;
  font-family: Roboto, sans-serif;
}
.page-template-page-newsroom .facetwp-checkbox.checked {
  background: url(../4site/img/checkbox-on.png) 0 50% no-repeat !important;
  background-size: 14px 14px !important;
  color: #fff;
}
.page-template-page-newsroom .facetwp-toggle {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.02em;
}
.page-template-page-newsroom .facetwp-icon {
  left: 8px;
  top: 50%;
  color: #fff;
  border: none;
  height: 28px !important;
  width: 28px;
  border-radius: 50%;
  opacity: 1 !important;
  transform: translateY(-50%);
  background: transparent
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28.13'%3E%3Cpath d='M12.73 8.3a4.45 4.45 0 1 0 4.45 4.45 4.45 4.45 0 0 0-4.45-4.45zM14 0a14 14 0 1 0 14 14A14 14 0 0 0 14 0zm8.08 21.19l-.89.89a.62.62 0 0 1-.89 0l-3.44-3.44a.3.3 0 0 0-.38-.06 6.83 6.83 0 0 1-3.75 1.08 7 7 0 1 1 7-7 6.83 6.83 0 0 1-1.08 3.75c-.06.13-.06.32.06.38l3.44 3.44a.76.76 0 0 1-.07.99z' fill='%23fff'/%3E%3C/svg%3E")
    no-repeat 0 0 !important;
  text-indent: 200px;
  overflow: hidden;
}
.page-template-page-newsroom .facetwp-icon:before {
  background: none !important;
}
.page-template-page-newsroom .facetwp-page {
  position: relative;
  padding: 0.6875rem 1.125rem !important;
  margin: 0;
  border-radius: 1.4375rem;
  color: #282828;
  letter-spacing: 0.26em;
  text-decoration: none !important;
}
.page-template-page-newsroom .facetwp-page.active {
  font-weight: 700;
  color: #fff;
  background: #2ba8dd;
}
.page-template-page-newsroom .facetwp-page.active:before {
  content: "";
  border: 1px solid #2ba8dd;
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  border-radius: 1.4375rem;
}
.page-template-page-newsroom .facetwp-pager {
  padding: 1.75rem 2rem;
  font-size: 1rem;
  text-align: center;
}
.page-template-page-newsroom .facetwp-type-pager {
  background: rgba(43, 168, 221, 0.2) !important;
}
.page-template-page-newsroom .facetwp-no-result {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}
.page-template-page-newsroom .facetwp-input-wrap {
  width: 100%;
}
.page-template-page-newsroom .facetwp-type-search .facetwp-input-wrap .facetwp-date,
.page-template-page-newsroom .facetwp-type-search .facetwp-input-wrap .facetwp-search {
  padding: 0.625rem 0.3125rem 0.625rem 2.75rem;
  line-height: 1.15;
  color: #fff;
  background: transparent;
  border-radius: 1.4375rem;
  border: 1px solid #fff;
  outline: none;
  width: 100%;
  max-width: 380px;
  font-family: Open Sans, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.75rem;
  opacity: 1 !important;
  height: 2.475rem;
}
.page-template-page-newsroom .facetwp-type-search .facetwp-input-wrap .facetwp-date::-webkit-input-placeholder,
.page-template-page-newsroom .facetwp-type-search .facetwp-input-wrap .facetwp-search::-webkit-input-placeholder {
  opacity: 1 !important;
  color: #fff;
}
.page-template-page-newsroom .facetwp-type-search .facetwp-input-wrap .facetwp-date::-moz-placeholder,
.page-template-page-newsroom .facetwp-type-search .facetwp-input-wrap .facetwp-search::-moz-placeholder {
  opacity: 1 !important;
  color: #fff;
}
.page-template-page-newsroom .facetwp-type-search .facetwp-input-wrap .facetwp-date:-ms-input-placeholder,
.page-template-page-newsroom .facetwp-type-search .facetwp-input-wrap .facetwp-date::-ms-input-placeholder,
.page-template-page-newsroom .facetwp-type-search .facetwp-input-wrap .facetwp-search:-ms-input-placeholder,
.page-template-page-newsroom .facetwp-type-search .facetwp-input-wrap .facetwp-search::-ms-input-placeholder {
  opacity: 1 !important;
  color: #fff;
}
.page-template-page-newsroom .facetwp-type-search .facetwp-input-wrap .facetwp-date::placeholder,
.page-template-page-newsroom .facetwp-type-search .facetwp-input-wrap .facetwp-search::placeholder {
  opacity: 1 !important;
  color: #fff;
}
.flatpickr-alt,
.gulf__sidebar .facetwp-date {
  padding: 0.625rem 0.3125rem 0.625rem 0.5rem;
  border: none;
  font-size: 0.875rem;
  line-height: 1.15;
  color: #fff;
  background: transparent;
  border-radius: 0.5rem;
  border: 1px solid #fff;
  outline: none;
  width: 10.25rem;
  font-family: Open Sans, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.75rem;
  opacity: 1 !important;
  margin-right: 0.5rem;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.flatpickr-alt::-webkit-input-placeholder,
.gulf__sidebar .facetwp-date::-webkit-input-placeholder {
  opacity: 1 !important;
  color: #fff;
  text-align: center;
  letter-spacing: 0.26em;
}
.flatpickr-alt::-moz-placeholder,
.gulf__sidebar .facetwp-date::-moz-placeholder {
  opacity: 1 !important;
  color: #fff;
  text-align: center;
  letter-spacing: 0.26em;
}
.flatpickr-alt:-ms-input-placeholder,
.flatpickr-alt::-ms-input-placeholder,
.gulf__sidebar .facetwp-date:-ms-input-placeholder,
.gulf__sidebar .facetwp-date::-ms-input-placeholder {
  opacity: 1 !important;
  color: #fff;
  text-align: center;
  letter-spacing: 0.26em;
}
.flatpickr-alt::placeholder,
.gulf__sidebar .facetwp-date::placeholder {
  opacity: 1 !important;
  color: #fff;
  text-align: center;
  letter-spacing: 0.26em;
}
body.page-template-page-newsroom ul.contact__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body.page-template-page-newsroom ul.contact__list li.contact__item {
  margin-right: 5rem;
  max-width: 300px;
  width: 100%;
}
.media {
  font-family: Roboto;
  font-style: normal;
  padding: 1.375rem 1rem 1.25rem;
  width: 100%;
}
.media__hed {
  font-weight: 900;
  font-size: 30px;
  line-height: 35px;
  padding-top: 23px;
  margin-top: 16px;
}
.media__list {
  max-width: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 4rem 48px;
}
.media__grid {
  margin: 0 auto 2rem;
}
.media__item__link {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: column;
  flex-direction: column;
}
.media__item:last-child {
  padding-right: 0;
}
.media__photo__image {
  width: 276px;
  height: 207px;
  margin: 0 auto 1.25rem;
  background-color: #2880d9;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  overflow: hidden;
}
.media__photo__play-icon {
  position: relative;
}
.media__photo__play-icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../4site/img/icon-play.png);
  background-repeat: no-repeat;
  background-position: 50%;
}
.media__photo:nth-child(2) > a > .media__photo__image {
  -ms-flex-align: end;
  align-items: flex-end;
}
.media__photo:nth-child(2) > a > .media__photo__image > .media__photo__pic {
  max-width: 60%;
}
.media__photo__img {
  border-radius: 4px;
  box-shadow: 0 0 46px -6px rgba(0, 0, 0, 0.75);
}
.media__photo--hed {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
  padding: 0 !important;
  margin: 0.5rem 0 !important;
}
.media__text-listing {
  list-style-image: url(../4site/img/Media_list_style.svg);
  margin-left: 2.5rem;
}
.media__text-item {
  margin: 16px 0;
  padding-left: 14px;
}
.media__link {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 6px;
}
.media__link:hover {
  text-decoration: none;
}
.media__body {
  margin-top: 6px;
}
.media__body,
.media p {
  font-weight: 300px;
  font-size: 15px;
  line-height: 20px;
}
.media p {
  margin: 16px 0;
}
.media h1,
.media h2 {
  font-weight: 900;
  font-size: 30px;
  line-height: 35px;
}
.media h1,
.media h2,
.media h3 {
  margin: 16px 0;
  padding: 1.4375rem 0;
}
.media h3 {
  font-size: 1.25rem;
}
.media h4 {
  font-size: 1.125rem;
}
.media h4,
.media h5 {
  margin: 16px 0;
  padding: 1.4375rem 0;
}
.media h5 {
  font-size: 0.875rem;
}
.media h6 {
  font-size: 0.75rem;
  margin: 16px 0;
  padding: 1.4375rem 0;
}
.media iframe {
  margin: 16px 0;
  width: 100%;
}
.gulf .media__item__link,
.gulf .media__link {
  color: #fff;
}
.media--newsroom .media__inner {
  max-width: 1248px;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing {
  padding: 20px 0;
  max-width: 1280px;
  width: 90%;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing.alignfull,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing.alignfull {
  width: 100%;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing.alignfull > *,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing.alignfull > * {
  max-width: 1280px;
  width: 90%;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .block-title,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .block-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .block-title .prefix,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .block-title .prefix {
  margin-top: 12px;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .block-subtitle,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .block-subtitle {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 auto;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .post-tag,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .post-tag {
  --squircle-radius: 20px;
  --squircle-smooth: 1;
  -webkit-mask: paint(squircle);
  mask: paint(squircle);
}
html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .post-tag a:hover,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .post-tag a:hover {
  text-decoration: none;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .post-list,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .post-list {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 16px;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .post-list .column,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .post-list .column {
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  width: 25%;
  padding: 0 20px;
  display: none;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .post-list .column .blog-post,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .post-list .column .blog-post {
  margin-bottom: 40px;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .post-list .column .blog-post .post-text,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .post-list .column .blog-post .post-text {
  max-width: 100%;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .post-list .column .post-excerpt,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .post-list .column .post-excerpt {
  display: none;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .post-list .column.primary,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .post-list .column.primary {
  -ms-flex: 2 1 50%;
  flex: 2 1 50%;
  width: 50%;
  display: block;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .post-list .column.primary .post-excerpt,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .post-list .column.primary .post-excerpt {
  display: block;
  padding-top: 12px;
  padding-bottom: 8px;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .post-list-additional,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .post-list-additional {
  display: none;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .post-list-additional .post-container,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .post-list-additional .post-container {
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  width: 30%;
  margin: 0 1% 20px;
  max-width: 30%;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .post-list-additional .post-container:first-child,
html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .post-list-additional .post-container:nth-child(3n + 1),
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .post-list-additional .post-container:first-child,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .post-list-additional .post-container:nth-child(3n + 1) {
  margin-left: 0;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .post-list-additional .post-container:nth-child(3n),
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .post-list-additional .post-container:nth-child(3n) {
  margin-right: 0;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .post-slideshow,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .post-slideshow {
  width: 100%;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .post-slideshow .post-text,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .post-slideshow .post-text {
  color: #074e92;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .post-slideshow .blog-post,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .post-slideshow .blog-post {
  max-width: 400px;
  margin: 0 5px;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .post-slideshow .blog-post .post-excerpt,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .post-slideshow .blog-post .post-excerpt {
  display: none;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .post-slideshow > .splide__track,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .post-slideshow > .splide__track {
  padding-right: 50px !important;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .post-container > a,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .post-container > a {
  display: block;
  width: 100%;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .blog-post,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .blog-post {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .blog-post .primary,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .blog-post .primary {
  -ms-flex-order: -1;
  order: -1;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .blog-post .column,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .blog-post .column {
  width: 100%;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .blog-post .outer-image-container,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .blog-post .outer-image-container {
  width: 100%;
  margin-bottom: 1rem;
  position: relative;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .blog-post .outer-image-container .tags-container,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .blog-post .outer-image-container .tags-container {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .blog-post .outer-image-container .tags-container .post-tag,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .blog-post .outer-image-container .tags-container .post-tag {
  margin-bottom: 2px;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .blog-post .image-container,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .blog-post .image-container {
  width: 100%;
  height: 100%;
  position: relative;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .blog-post .image-container picture,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .blog-post .image-container picture {
  width: 100%;
  border-radius: 6px;
  margin: 24px 0;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .blog-post .image-container picture img,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .blog-post .image-container picture img {
  width: 100%;
  border-radius: 6px;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .blog-post div.media-credit,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .blog-post div.media-credit {
  bottom: 5px;
  right: 5px;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .blog-post.background-image .image-container,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .blog-post.background-image .image-container {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  padding-top: 73.5%;
  border-radius: 8px;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .blog-post .post-title,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .blog-post .post-title {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
  margin-bottom: 1rem;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .blog-post .post-excerpt,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .blog-post .post-excerpt {
  font-size: 16px;
  line-height: 1.6;
  color: inherit;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .blog-post .post-authors,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .blog-post .post-authors {
  display: block !important;
  margin-top: 8px;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .blog-post .post-authors .splide__arrows,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .blog-post .post-authors .splide__arrows {
  display: block;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .blog-post .post-authors .splide__arrows .splide__arrow[disabled],
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .blog-post .post-authors .splide__arrows .splide__arrow[disabled] {
  display: none;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .blog-post .post-authors .splide__arrows .splide__arrow,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .blog-post .post-authors .splide__arrows .splide__arrow {
  height: 100%;
  border-radius: unset;
  opacity: 0.5;
  background: none;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .blog-post .post-authors .splide__arrows .splide__arrow--prev,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .blog-post .post-authors .splide__arrows .splide__arrow--prev {
  left: 0;
  display: none;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .blog-post .post-authors .splide__arrows .splide__arrow--next,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .blog-post .post-authors .splide__arrows .splide__arrow--next {
  right: 0;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .blog-post .post-authors .splide__arrows .splide__arrow svg,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .blog-post .post-authors .splide__arrows .splide__arrow svg {
  width: 100%;
  height: 100%;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .blog-post .post-authors .post-author,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .blog-post .post-authors .post-author {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: unset;
  gap: 0;
  margin-top: 0.5rem;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .blog-post .post-authors .post-author .author-image,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .blog-post .post-authors .post-author .author-image {
  width: 52px;
  height: 52px;
  -ms-flex: 0 0 52px;
  flex: 0 0 52px;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .blog-post .post-authors .post-author .author-info,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .blog-post .post-authors .post-author .author-info {
  -ms-flex: 1 !important;
  flex: 1 !important;
  padding: 0 !important;
  margin: 0 0 0 0.5rem !important;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .blog-post .post-authors .post-author .author-info .author-title,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .blog-post .post-authors .post-author .author-info .author-title {
  line-height: 120%;
  text-align: left;
  white-space: normal;
  width: auto;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .blog-post .post-authors.splide--slide,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .blog-post .post-authors.splide--slide {
  width: 100%;
  max-width: 400px;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .blog-post .post-authors.splide--slide .post-author .author-info .author-name,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .blog-post .post-authors.splide--slide .post-author .author-info .author-name {
  margin-bottom: 3px;
  max-width: 75%;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .blog-post .post-authors.splide--slide .post-author .author-info .author-title,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .blog-post .post-authors.splide--slide .post-author .author-info .author-title {
  max-width: 75%;
  overflow: hidden;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .recommended,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .recommended {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  padding: 32px 0 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .recommended .view-more,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .recommended .view-more {
  text-align: center;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  color: inherit;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .recommended .view-more:hover,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .recommended .view-more:hover {
  text-decoration: none;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .recommended .view-more .prefix,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .recommended .view-more .prefix {
  margin-top: 8px;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing.hide-view-more .recommended .view-more,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing.hide-view-more .recommended .view-more {
  display: none;
}
html:not(.applies-oc-design-system) .interface-interface-skeleton__content,
html:not(.applies-oc-design-system) body.page-template.page-template-template-gutenberg #container.gutenberg {
  background-color: #fff;
}
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .page-title h1,
html:not(.applies-oc-design-system) body.page-template.page-template-template-gutenberg #container.gutenberg .page-title h1 {
  color: #074e92;
  font-weight: 500;
}
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .lds-dual-ring,
html:not(.applies-oc-design-system) body.page-template.page-template-template-gutenberg #container.gutenberg .lds-dual-ring {
  display: inline-block;
  width: 8px;
  height: 8px;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg header .oco-hed__content .oco-hed__hed svg {
  color: #fff;
}
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg header.menu-hover .oco-hed__content .oco-hed__hed svg {
  color: #2880d9;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg {
  background-color: #fff;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg .sub-header-container,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg .sub-header-container {
  background: transparent;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"],
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] {
  width: 100%;
  padding: 48px 24px 88px;
  color: #074e92;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .post-meta,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .post-meta {
  -ms-flex-direction: row;
  flex-direction: row;
  column-gap: 24px;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 16px;
  -ms-flex-align: center;
  align-items: center;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .post-meta .date-and-read-time,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .post-meta .date-and-read-time {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  width: -moz-max-content;
  width: max-content;
  column-gap: 24px;
  color: #0d3669;
  font-size: 14px;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .post-meta .date-and-read-time .date,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .post-meta .date-and-read-time .date {
  font-weight: 500;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .post-meta .date-and-read-time .estimated-read-time,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .post-meta .date-and-read-time .estimated-read-time {
  font-style: italic;
  font-weight: 500;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .post-meta .categories a,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .post-meta .categories a {
  background-color: #007cf9;
  color: #fff;
  border-radius: 4px;
  padding: 3px 6px;
  font-family: Roboto;
  font-weight: 600;
  font-size: 14px;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .post-meta .categories li,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .post-meta .categories li {
  margin-bottom: 0;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] > h1,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] > h1 {
  margin: 16px 24px 20px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] > h2,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] > h2 {
  margin: 20px 24px 48px;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  font-weight: 400;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .shares,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .shares {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  column-gap: 20px;
  -ms-flex-align: center;
  align-items: center;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .shares svg rect,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .shares svg rect {
  stroke: #cde4fc;
  transition: 0.5s;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .shares svg path,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .shares svg path {
  fill: #cde4fc;
  transition: 0.5s;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .shares svg:hover rect,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .shares svg:hover rect {
  stroke: #2880d9;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .shares svg:hover path,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .shares svg:hover path {
  fill: #2880d9;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .wave-separator,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .wave-separator {
  margin: 0 auto;
  width: 100%;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .authors,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .authors {
  width: 100%;
  max-width: 600px;
  margin: 30px auto 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #074e92;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .authors .written-by,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .authors .written-by {
  white-space: pre;
  color: #074e92;
  padding-right: 10px;
  padding-top: 5px;
  font-weight: 600;
  letter-spacing: 0.28px;
  width: 300px;
  text-align: left;
  font-size: 14px;
  font-family: RobotoSerif;
  font-style: italic;
  line-height: 1;
  margin-bottom: 16px;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .authors .single-post-author-slideshow,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .authors .single-post-author-slideshow {
  max-width: 100%;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .authors .single-post-author-slideshow .splide__arrows,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .authors .single-post-author-slideshow .splide__arrows {
  display: block;
  position: absolute;
  left: -74px;
  top: 57px;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .authors .single-post-author-slideshow .splide__arrow.splide__arrow--next,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .authors .single-post-author-slideshow .splide__arrow.splide__arrow--next {
  left: 35px;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .authors .single-post-author-slideshow .splide__arrow.splide__arrow--prev,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .authors .single-post-author-slideshow .splide__arrow.splide__arrow--prev {
  left: 0;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .authors .author-container,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .authors .author-container {
  color: #074e92;
  max-width: 300px;
  display: -ms-flexbox;
  display: flex;
  column-gap: 16px;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .authors .author-container .image,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .authors .author-container .image {
  width: 48px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .authors .author-container .image img,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .authors .author-container .image img {
  border-radius: 500px;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .authors .author-container .info,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .authors .author-container .info {
  font-weight: 500;
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 6px;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .authors .author-container .job-title,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .authors .author-container .job-title {
  font-weight: 400;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  column-gap: 3%;
  padding-top: 20px;
  -ms-flex-pack: center;
  justify-content: center;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .static-sidebar,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .static-sidebar {
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
  max-width: 260px;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .content {
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content > :not(.widget),
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .content > :not(.widget) {
  max-width: 600px;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content > p:first-of-type::first-letter,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .content > p:first-of-type::first-letter {
  font-size: 56px;
  color: #074e92;
  float: left;
  padding-right: 8px;
  line-height: 56px;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content p,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .content p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.6;
  color: #000;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content ol,
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content ul,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .content ol,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .content ul {
  display: block;
  color: #000;
  margin-left: 24px;
  margin-bottom: 16px;
  padding: 16px;
  margin: 0 24px 16px;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content ol li,
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content ul li,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .content ol li,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .content ul li {
  font-size: 16px;
  letter-spacing: normal;
  line-height: 1.6;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content ol,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .content ol {
  list-style-type: decimal;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content ul,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .content ul {
  list-style-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.12 5a3.038 3.038 0 0 1-1.143-.844C-.162 2.788.005.442.013.343l.023-.3.25-.028L.624 0c.695 0 1.987.152 2.837 1.173.486.584.734 1.345.858 2.035.709-.682 1.65-1.413 2.729-1.82A7.419 7.419 0 0 1 7.036.343l.024-.3.25-.028L7.647 0c.695 0 1.987.152 2.837 1.173.106.128.201.264.286.406 1.952 1.005 3.072 3.146 3.132 3.263l.098.192-.098.19c-.079.155-1.973 3.777-5.176 3.777-1.786 0-3.362-1.134-4.418-2.153-.127.674-.375 1.41-.847 1.978C2.611 9.847 1.32 10 .624 10l-.338-.015-.25-.029-.023-.3c-.008-.099-.175-2.444.964-3.813.334-.4.736-.667 1.142-.843zm8.97-.083c.299 0 .541-.291.541-.65a.74.74 0 0 0-.162-.463.486.486 0 0 0-.379-.186.486.486 0 0 0-.379.186.74.74 0 0 0-.162.463c0 .359.243.65.541.65z' fill='%23074E92'/%3E%3C/svg%3E");
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content .oc-block.block-video,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .content .oc-block.block-video {
  margin: 0 auto;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content .wp-block-image div.media-credit,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .content .wp-block-image div.media-credit {
  right: 6px;
  bottom: 6px;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content .wp-block-quote,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .content .wp-block-quote {
  color: #074e92;
  margin: 0 auto;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content .wp-block-pullquote,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .content .wp-block-pullquote {
  border: none;
  padding: 16px 0;
  margin: 0 auto;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content .wp-block-pullquote p,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .content .wp-block-pullquote p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: -0.2px;
  color: #074e92;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content .wp-block-gallery,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .content .wp-block-gallery {
  margin: 0 auto;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content .wp-block-gallery figure.wp-block-image,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .content .wp-block-gallery figure.wp-block-image {
  transition: all 0.8s;
  cursor: pointer;
  overflow: hidden;
  border-radius: 8px;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content .wp-block-gallery figure.wp-block-image img,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .content .wp-block-gallery figure.wp-block-image img {
  transition: all 0.8s;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content .wp-block-gallery .blocks-gallery-caption,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .content .wp-block-gallery .blocks-gallery-caption {
  margin: 0 auto;
  margin-top: 8px;
  max-width: 272px;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.36px;
  text-align: center;
  color: #000;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar {
  display: none;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .title,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .title {
  color: #0d3669;
  font-weight: 500;
  line-height: 22.4px;
  letter-spacing: 0.04em;
  font-size: 16px;
  margin-bottom: 25px;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .title .prefix,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .title .prefix {
  display: inline-block;
  margin-bottom: 3px;
  margin-right: 8px;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .title .prefix path,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .title .prefix path {
  stroke: #0d3669;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .image-container.lazyloaded,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .image-container.lazyloaded {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .related-articles.widget .outer-image-container,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .related-articles.widget .outer-image-container {
  position: relative;
  height: 144px;
  width: 232px;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .related-articles.widget .outer-image-container div.media-credit,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .related-articles.widget .outer-image-container div.media-credit {
  right: 6px;
  bottom: 6px;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .related-articles.widget .post-container,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .related-articles.widget .post-container {
  background-color: inherit;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .related-articles.widget .tags-container,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .related-articles.widget .tags-container {
  display: none;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .related-articles.widget .post-text,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .related-articles.widget .post-text {
  width: 232px;
  margin-top: 16px;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .related-articles.widget .post-text .author-image,
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .related-articles.widget .post-text .author-title,
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .related-articles.widget .post-text .post-excerpt,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .related-articles.widget .post-text .author-image,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .related-articles.widget .post-text .author-title,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .related-articles.widget .post-text .post-excerpt {
  display: none;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .related-articles.widget .post-text .post-title,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .related-articles.widget .post-text .post-title {
  color: #074e92;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.28;
  letter-spacing: 0.4px;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .related-articles.widget .post-text .post-authors,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .related-articles.widget .post-text .post-authors {
  margin-top: 16px;
  margin-bottom: 24px;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .related-articles.widget .post-text .author-name,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .related-articles.widget .post-text .author-name {
  color: #0d3669;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 16px;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .related-articles.widget .post-text .author-name:before,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .related-articles.widget .post-text .author-name:before {
  content: "by ";
  font-style: italic;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .highlights.widget .posts,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .highlights.widget .posts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 16px;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .highlights.widget .post-container.wildlife_factsheet .outer-image-container,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .highlights.widget .post-container.wildlife_factsheet .outer-image-container {
  height: 300px;
  width: 232px;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .highlights.widget .post-container.wildlife_factsheet .image-container.lazyloaded,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .highlights.widget .post-container.wildlife_factsheet .image-container.lazyloaded {
  font-family: Roboto;
  font-weight: 500;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  background-size: cover;
  background-position: 50%;
  transition: all 0.5s;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .highlights.widget .post-container.wildlife_factsheet .image-container.lazyloaded .image-overlay,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .highlights.widget .post-container.wildlife_factsheet .image-container.lazyloaded .image-overlay {
  height: 100%;
  padding-top: 40px;
  border-radius: 4px;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .highlights.widget .post-container.wildlife_factsheet .image-container.lazyloaded .tags-container,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .highlights.widget .post-container.wildlife_factsheet .image-container.lazyloaded .tags-container {
  margin-bottom: 16px;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .highlights.widget .post-container.wildlife_factsheet .image-container.lazyloaded .tags-container .post-tag,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .highlights.widget .post-container.wildlife_factsheet .image-container.lazyloaded .tags-container .post-tag {
  background-color: #007cf9;
  padding: 4px 8px;
  border-radius: 4px;
  margin: 0 auto;
  max-width: 160px;
  width: -moz-fit-content;
  width: fit-content;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .highlights.widget .post-container.wildlife_factsheet .image-container.lazyloaded .tags-container a,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .highlights.widget .post-container.wildlife_factsheet .image-container.lazyloaded .tags-container a {
  color: #fff;
  font-size: 14px;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .highlights.widget .post-container.wildlife_factsheet .image-container.lazyloaded .post-title,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .highlights.widget .post-container.wildlife_factsheet .image-container.lazyloaded .post-title {
  color: #fff;
  font-size: 18px;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .highlights.widget .post-container.wildlife_factsheet .image-container.lazyloaded .binomial,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .highlights.widget .post-container.wildlife_factsheet .image-container.lazyloaded .binomial {
  margin-top: 8px;
  font-size: 12px;
  font-style: italic;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .highlights.widget .post-container.wildlife_factsheet .image-container.lazyloaded :after,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .highlights.widget .post-container.wildlife_factsheet .image-container.lazyloaded :after {
  opacity: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.5s;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .highlights.widget .post-container.wildlife_factsheet .image-container.lazyloaded :after,
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .highlights.widget .post-container.wildlife_factsheet .image-container.lazyloaded :hover :after,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .highlights.widget .post-container.wildlife_factsheet .image-container.lazyloaded :after,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .highlights.widget .post-container.wildlife_factsheet .image-container.lazyloaded :hover :after {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='67' height='67' viewBox='0 0 67 67' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='33.5' cy='33.5' r='33.5' fill='%23aaadabb3' fill-opacity='.6' filter='url(%23a)'/%3E%3Cpath d='M35.39 25.125l-1.815 1.75 5.576 5.375H22.732v2.5h16.419l-5.576 5.374 1.815 1.751 8.685-8.375-8.685-8.375z' fill='%23fff'/%3E%3Cdefs%3E%3Cfilter id='a' x='-20' y='-20' width='107' height='107' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImage' stdDeviation='10'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_800_252'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_backgroundBlur_800_252' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
  display: inline;
  position: absolute;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .highlights.widget .post-container.wildlife_factsheet .image-container.lazyloaded :hover :after,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .highlights.widget .post-container.wildlife_factsheet .image-container.lazyloaded :hover :after {
  bottom: 38px;
  opacity: 1;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .widget,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .widget {
  transition: opacity 1s;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .topics,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .topics {
  padding: 0 1rem;
  margin: 20px auto 0;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .topics .title,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .topics .title {
  font-size: 20px;
  color: #074e92;
  font-weight: 700;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .topics .programs-title,
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .topics .sections-title,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .topics .programs-title,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .topics .sections-title {
  padding: 0;
  font-size: 16px;
  letter-spacing: 4%;
  color: #0d3669;
  margin-top: 32px;
  margin-bottom: 14px;
  font-weight: 500;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .topics .tag-list.sections a,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .topics .tag-list.sections a {
  padding: 3px 8px;
  margin-right: 10px;
  margin-bottom: 6px;
  display: inline-block;
  white-space: pre;
  font-size: 10px;
  font-weight: 500;
  color: #000;
  background-color: #eaf4ff;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .topics .tag-list.programs,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .topics .tag-list.programs {
  overflow: hidden;
  height: 100px;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .topics .tag-list.programs a,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .topics .tag-list.programs a {
  font-size: 10px;
  color: #000;
  font-family: Roboto;
  font-weight: 500;
  padding-bottom: 3px;
  border-bottom: 1px solid;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  position: relative;
  margin-right: 20px;
  white-space: nowrap;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .topics .tag-list.programs a:hover,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .topics .tag-list.programs a:hover {
  text-decoration: none;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .topics .tag-list.programs a:nth-child(n + 2):before,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .topics .tag-list.programs a:nth-child(n + 2):before {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='9' viewBox='0 0 6 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.001.18L2.047 8.67H.967L3.923.18h1.08z' fill='%23000'/%3E%3C/svg%3E");
  display: inline;
  position: absolute;
  left: -15px;
  bottom: 0;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .widget.in-this-article,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .widget.in-this-article {
  max-width: 260px;
  width: 100%;
  background-color: #dcedff;
  color: #074e92;
  padding: 40px;
  border-radius: 8px;
  margin: 0 auto 16px;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .widget.in-this-article h3,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .widget.in-this-article h3 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 21px;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .widget.in-this-article li,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .widget.in-this-article li {
  opacity: 1;
  margin-bottom: 5px;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .widget.in-this-article li a,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .widget.in-this-article li a {
  font-size: 14px;
  transition: 0.5s;
  color: #074e92;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .widget.in-this-article li a:hover,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .widget.in-this-article li a:hover {
  text-decoration: none;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .email-signup.widget,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .email-signup.widget {
  max-width: 260px;
  width: 100%;
  background-color: #dcedff;
  color: #0d3669;
  padding: 36px 8px 8px;
  border-radius: 8px;
  margin: 0 auto 16px;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .email-signup.widget .revmsg-success,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .email-signup.widget .revmsg-success {
  color: #0d3669;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .email-signup.widget .email-signup__hed,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .email-signup.widget .email-signup__hed {
  font-size: 38px;
  font-weight: 500;
  line-height: 0.9;
  margin: 0 32px;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .email-signup.widget .email-signup__dek,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .email-signup.widget .email-signup__dek {
  padding: 8px 32px 0;
  font-size: 16px;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .email-signup.widget .revmsg-wrapper,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .email-signup.widget .revmsg-wrapper {
  margin: 0;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .email-signup.widget .rsform.revmsg-form,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .email-signup.widget .rsform.revmsg-form {
  margin-top: 20px;
  background-color: #dcedff;
  border: 1px solid #074e92;
  padding: 5px;
  border-radius: 8px;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .email-signup.widget .tilde:after,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .email-signup.widget .tilde:after {
  display: inline;
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='28' height='6' viewBox='0 0 28 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.215 2.94c2.19-1.999 6.6-3.115 11.97 0 5.87 3.406 10.56 1.999 13.138 0' stroke='%230D3669' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .email-signup.widget .rsform:before,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .email-signup.widget .rsform:before {
  content: none;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .email-signup.widget input,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .email-signup.widget input {
  background-color: #dcedff;
  text-align: left;
  padding-left: 5px;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .email-signup.widget input::-webkit-input-placeholder,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .email-signup.widget input::-webkit-input-placeholder {
  color: #0d3669;
  font-weight: 300;
  font-family: Roboto;
  font-size: 16px;
  letter-spacing: 0.03em;
  text-transform: capitalize;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .email-signup.widget input::-moz-placeholder,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .email-signup.widget input::-moz-placeholder {
  color: #0d3669;
  font-weight: 300;
  font-family: Roboto;
  font-size: 16px;
  letter-spacing: 0.03em;
  text-transform: capitalize;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .email-signup.widget input:-ms-input-placeholder,
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .email-signup.widget input::-ms-input-placeholder,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .email-signup.widget input:-ms-input-placeholder,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .email-signup.widget input::-ms-input-placeholder {
  color: #0d3669;
  font-weight: 300;
  font-family: Roboto;
  font-size: 16px;
  letter-spacing: 0.03em;
  text-transform: capitalize;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .email-signup.widget input::placeholder,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .email-signup.widget input::placeholder {
  color: #0d3669;
  font-weight: 300;
  font-family: Roboto;
  font-size: 16px;
  letter-spacing: 0.03em;
  text-transform: capitalize;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .email-signup.widget .rsform--submit input,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .email-signup.widget .rsform--submit input {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='58' height='54' viewBox='0 0 58 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='.954' width='56.492' height='54' rx='8' fill='%23074e92'/%3E%3Cpath d='M20.265 27.563c0 .818.695 1.482 1.551 1.482h11.505l-3.452 3.3a1.436 1.436 0 0 0 0 2.096 1.602 1.602 0 0 0 2.193 0l6.1-5.83a1.436 1.436 0 0 0 0-2.097l-6.1-5.83a1.602 1.602 0 0 0-2.193 0 1.436 1.436 0 0 0 0 2.096l3.452 3.3H21.816c-.856 0-1.55.664-1.55 1.483z' fill='%23fff'/%3E%3C/svg%3E");
  border-radius: 0;
  width: 56px;
  height: 54px;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .donate.widget,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .donate.widget {
  border-radius: 8px;
  background-image: none;
  background-color: rgba(255, 243, 238, 0.92);
  color: #074e92;
  max-width: 260px;
  width: 100%;
  margin-bottom: 16px;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .donate.widget h3,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .donate.widget h3 {
  font-size: 36px;
  width: 196px;
  margin: 0 auto;
  padding-top: 48px;
  text-align: left;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .donate.widget p,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .donate.widget p {
  margin: 0 auto;
  margin-top: 16px;
  margin-bottom: 28px;
  font-size: 16px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #074e92;
  padding: 0;
  width: 198px;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .donate.widget .button,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .donate.widget .button {
  padding: 16px 32px;
  border-radius: 8px;
  font-weight: 700;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .donate.widget p:last-child,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .donate.widget p:last-child {
  padding-bottom: 58px;
  font-size: 20px;
  text-align: center;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .desktop-only,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .desktop-only {
  display: none;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .mobile-only,
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .mobile-only {
  display: block;
}
html:not(.applies-oc-design-system) .oc-gallery-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding: 20px;
  background-color: #000;
  z-index: 500;
}
html:not(.applies-oc-design-system) .oc-gallery-modal img {
  border-radius: 8px;
  margin: 0 auto;
  max-height: 95vh;
  height: auto;
  width: auto;
}
html:not(.applies-oc-design-system) .oc-gallery-modal .splide__list {
  -ms-flex-align: center;
  align-items: center;
}
html:not(.applies-oc-design-system) .modal-close {
  position: absolute;
  cursor: pointer;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  z-index: 10001;
}
html:not(.applies-oc-design-system) .modal-close:before {
  transform: rotate(45deg);
}
html:not(.applies-oc-design-system) .modal-close:after {
  transform: rotate(-45deg);
}
html:not(.applies-oc-design-system) .modal-close:after,
html:not(.applies-oc-design-system) .modal-close:before {
  position: absolute;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: gray;
  left: 15px;
}
.single-wildlife_factsheet #container.gutenberg,
.single.single-post #container.gutenberg {
  background-color: #fff;
}
.single-wildlife_factsheet #container.gutenberg .sub-header-container,
.single.single-post #container.gutenberg .sub-header-container {
  background: transparent;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"],
.single.single-post #container.gutenberg #content[role="main"] {
  width: 100%;
  padding: 48px 24px 88px;
  color: #074e92;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] .post-meta,
.single.single-post #container.gutenberg #content[role="main"] .post-meta {
  -ms-flex-direction: row;
  flex-direction: row;
  column-gap: 24px;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 16px;
  -ms-flex-align: center;
  align-items: center;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] .post-meta .date-and-read-time,
.single.single-post #container.gutenberg #content[role="main"] .post-meta .date-and-read-time {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  width: -moz-max-content;
  width: max-content;
  column-gap: 24px;
  color: #0d3669;
  font-size: 14px;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] .post-meta .date-and-read-time .date,
.single.single-post #container.gutenberg #content[role="main"] .post-meta .date-and-read-time .date {
  font-weight: 500;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] .post-meta .date-and-read-time .estimated-read-time,
.single.single-post #container.gutenberg #content[role="main"] .post-meta .date-and-read-time .estimated-read-time {
  font-style: italic;
  font-weight: 500;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] .post-meta .categories a,
.single.single-post #container.gutenberg #content[role="main"] .post-meta .categories a {
  background-color: #007cf9;
  color: #fff;
  border-radius: 4px;
  padding: 3px 6px;
  font-family: Roboto;
  font-weight: 600;
  font-size: 14px;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] .post-meta .categories li,
.single.single-post #container.gutenberg #content[role="main"] .post-meta .categories li {
  margin-bottom: 0;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] > h1,
.single.single-post #container.gutenberg #content[role="main"] > h1 {
  margin: 16px 24px 20px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] > h2,
.single.single-post #container.gutenberg #content[role="main"] > h2 {
  margin: 20px 24px 48px;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  font-weight: 400;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] .shares,
.single.single-post #container.gutenberg #content[role="main"] .shares {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  column-gap: 20px;
  -ms-flex-align: center;
  align-items: center;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] .shares svg rect,
.single.single-post #container.gutenberg #content[role="main"] .shares svg rect {
  stroke: #cde4fc;
  transition: 0.5s;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] .shares svg path,
.single.single-post #container.gutenberg #content[role="main"] .shares svg path {
  fill: #cde4fc;
  transition: 0.5s;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] .shares svg:hover rect,
.single.single-post #container.gutenberg #content[role="main"] .shares svg:hover rect {
  stroke: #2880d9;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] .shares svg:hover path,
.single.single-post #container.gutenberg #content[role="main"] .shares svg:hover path {
  fill: #2880d9;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] .wave-separator,
.single.single-post #container.gutenberg #content[role="main"] .wave-separator {
  margin: 0 auto;
  width: 100%;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] .authors,
.single.single-post #container.gutenberg #content[role="main"] .authors {
  width: 100%;
  max-width: 600px;
  margin: 30px auto 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #074e92;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] .authors .written-by,
.single.single-post #container.gutenberg #content[role="main"] .authors .written-by {
  white-space: pre;
  color: #074e92;
  padding-right: 10px;
  padding-top: 5px;
  font-weight: 600;
  letter-spacing: 0.28px;
  width: 300px;
  text-align: left;
  font-size: 14px;
  font-family: RobotoSerif;
  font-style: italic;
  line-height: 1;
  margin-bottom: 16px;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] .authors .single-post-author-slideshow,
.single.single-post #container.gutenberg #content[role="main"] .authors .single-post-author-slideshow {
  max-width: 100%;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] .authors .single-post-author-slideshow .splide__arrows,
.single.single-post #container.gutenberg #content[role="main"] .authors .single-post-author-slideshow .splide__arrows {
  display: block;
  position: absolute;
  left: -74px;
  top: 57px;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] .authors .single-post-author-slideshow .splide__arrow.splide__arrow--next,
.single.single-post #container.gutenberg #content[role="main"] .authors .single-post-author-slideshow .splide__arrow.splide__arrow--next {
  left: 35px;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] .authors .single-post-author-slideshow .splide__arrow.splide__arrow--prev,
.single.single-post #container.gutenberg #content[role="main"] .authors .single-post-author-slideshow .splide__arrow.splide__arrow--prev {
  left: 0;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] .authors .author-container,
.single.single-post #container.gutenberg #content[role="main"] .authors .author-container {
  color: #074e92;
  max-width: 300px;
  display: -ms-flexbox;
  display: flex;
  column-gap: 16px;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] .authors .author-container .image,
.single.single-post #container.gutenberg #content[role="main"] .authors .author-container .image {
  width: 48px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] .authors .author-container .image img,
.single.single-post #container.gutenberg #content[role="main"] .authors .author-container .image img {
  border-radius: 500px;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] .authors .author-container .info,
.single.single-post #container.gutenberg #content[role="main"] .authors .author-container .info {
  font-weight: 500;
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 6px;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] .authors .author-container .job-title,
.single.single-post #container.gutenberg #content[role="main"] .authors .author-container .job-title {
  font-weight: 400;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main,
.single.single-post #container.gutenberg #content[role="main"] div.main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  column-gap: 3%;
  padding-top: 20px;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .static-sidebar,
.single.single-post #container.gutenberg #content[role="main"] div.main .static-sidebar {
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
  max-width: 260px;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content,
.single.single-post #container.gutenberg #content[role="main"] div.main .content {
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content > :not(.widget),
.single.single-post #container.gutenberg #content[role="main"] div.main .content > :not(.widget) {
  max-width: 600px;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content > p:first-of-type::first-letter,
.single.single-post #container.gutenberg #content[role="main"] div.main .content > p:first-of-type::first-letter {
  font-size: 56px;
  color: #074e92;
  float: left;
  padding-right: 8px;
  line-height: 56px;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content p,
.single.single-post #container.gutenberg #content[role="main"] div.main .content p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.6;
  color: #000;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content ol,
.single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content ul,
.single.single-post #container.gutenberg #content[role="main"] div.main .content ol,
.single.single-post #container.gutenberg #content[role="main"] div.main .content ul {
  display: block;
  color: #000;
  margin-left: 24px;
  margin-bottom: 16px;
  padding: 16px;
  margin: 0 24px 16px;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content ol li,
.single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content ul li,
.single.single-post #container.gutenberg #content[role="main"] div.main .content ol li,
.single.single-post #container.gutenberg #content[role="main"] div.main .content ul li {
  font-size: 16px;
  letter-spacing: normal;
  line-height: 1.6;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content ol,
.single.single-post #container.gutenberg #content[role="main"] div.main .content ol {
  list-style-type: decimal;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content ul,
.single.single-post #container.gutenberg #content[role="main"] div.main .content ul {
  list-style-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.12 5a3.038 3.038 0 0 1-1.143-.844C-.162 2.788.005.442.013.343l.023-.3.25-.028L.624 0c.695 0 1.987.152 2.837 1.173.486.584.734 1.345.858 2.035.709-.682 1.65-1.413 2.729-1.82A7.419 7.419 0 0 1 7.036.343l.024-.3.25-.028L7.647 0c.695 0 1.987.152 2.837 1.173.106.128.201.264.286.406 1.952 1.005 3.072 3.146 3.132 3.263l.098.192-.098.19c-.079.155-1.973 3.777-5.176 3.777-1.786 0-3.362-1.134-4.418-2.153-.127.674-.375 1.41-.847 1.978C2.611 9.847 1.32 10 .624 10l-.338-.015-.25-.029-.023-.3c-.008-.099-.175-2.444.964-3.813.334-.4.736-.667 1.142-.843zm8.97-.083c.299 0 .541-.291.541-.65a.74.74 0 0 0-.162-.463.486.486 0 0 0-.379-.186.486.486 0 0 0-.379.186.74.74 0 0 0-.162.463c0 .359.243.65.541.65z' fill='%23074E92'/%3E%3C/svg%3E");
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content .oc-block.block-video,
.single.single-post #container.gutenberg #content[role="main"] div.main .content .oc-block.block-video {
  margin: 0 auto;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content .wp-block-image div.media-credit,
.single.single-post #container.gutenberg #content[role="main"] div.main .content .wp-block-image div.media-credit {
  right: 6px;
  bottom: 6px;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content .wp-block-quote,
.single.single-post #container.gutenberg #content[role="main"] div.main .content .wp-block-quote {
  color: #074e92;
  margin: 0 auto;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content .wp-block-pullquote,
.single.single-post #container.gutenberg #content[role="main"] div.main .content .wp-block-pullquote {
  border: none;
  padding: 16px 0;
  margin: 0 auto;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content .wp-block-pullquote p,
.single.single-post #container.gutenberg #content[role="main"] div.main .content .wp-block-pullquote p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: -0.2px;
  color: #074e92;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content .wp-block-gallery,
.single.single-post #container.gutenberg #content[role="main"] div.main .content .wp-block-gallery {
  margin: 0 auto;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content .wp-block-gallery figure.wp-block-image,
.single.single-post #container.gutenberg #content[role="main"] div.main .content .wp-block-gallery figure.wp-block-image {
  transition: all 0.8s;
  cursor: pointer;
  overflow: hidden;
  border-radius: 8px;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content .wp-block-gallery figure.wp-block-image .media-credit-and-image-wrapper,
.single.single-post #container.gutenberg #content[role="main"] div.main .content .wp-block-gallery figure.wp-block-image .media-credit-and-image-wrapper {
  height: 100%;
  background: linear-gradient(90deg, #000, #000 35%);
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content .wp-block-gallery figure.wp-block-image .media-credit-and-image-wrapper:before,
.single.single-post #container.gutenberg #content[role="main"] div.main .content .wp-block-gallery figure.wp-block-image .media-credit-and-image-wrapper:before {
  background: linear-gradient(180deg, #000, transparent 92%, transparent);
  opacity: 0.4;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 25%;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content .wp-block-gallery figure.wp-block-image .media-credit-and-image-wrapper .media-credit,
.single.single-post #container.gutenberg #content[role="main"] div.main .content .wp-block-gallery figure.wp-block-image .media-credit-and-image-wrapper .media-credit {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: hsla(0, 0%, 100%, 0.3);
  height: 24px;
  width: 24px;
  top: 6px;
  right: 6px;
  left: unset;
  bottom: unset;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content .wp-block-gallery figure.wp-block-image img,
.single.single-post #container.gutenberg #content[role="main"] div.main .content .wp-block-gallery figure.wp-block-image img {
  transition: all 0.8s;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content .wp-block-gallery figure.wp-block-image figcaption,
.single.single-post #container.gutenberg #content[role="main"] div.main .content .wp-block-gallery figure.wp-block-image figcaption {
  text-align: left;
  line-height: 120%;
  font-weight: 600;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content .wp-block-gallery .blocks-gallery-caption,
.single.single-post #container.gutenberg #content[role="main"] div.main .content .wp-block-gallery .blocks-gallery-caption {
  margin: 0 auto;
  margin-top: 8px;
  max-width: 272px;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.36px;
  text-align: center;
  color: #000;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar,
.single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar {
  display: none;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .title,
.single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .title {
  color: #0d3669;
  font-weight: 500;
  line-height: 22.4px;
  letter-spacing: 0.04em;
  font-size: 16px;
  margin-bottom: 25px;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .title .prefix,
.single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .title .prefix {
  display: inline-block;
  margin-bottom: 3px;
  margin-right: 8px;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .title .prefix path,
.single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .title .prefix path {
  stroke: #0d3669;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .image-container.lazyloaded,
.single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .image-container.lazyloaded {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .related-articles.widget .outer-image-container,
.single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .related-articles.widget .outer-image-container {
  position: relative;
  height: 144px;
  width: 232px;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .related-articles.widget .outer-image-container div.media-credit,
.single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .related-articles.widget .outer-image-container div.media-credit {
  right: 6px;
  bottom: 6px;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .related-articles.widget .post-container,
.single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .related-articles.widget .post-container {
  background-color: inherit;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .related-articles.widget .tags-container,
.single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .related-articles.widget .tags-container {
  display: none;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .related-articles.widget .post-text,
.single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .related-articles.widget .post-text {
  width: 232px;
  margin-top: 16px;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .related-articles.widget .post-text .author-image,
.single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .related-articles.widget .post-text .author-title,
.single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .related-articles.widget .post-text .post-excerpt,
.single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .related-articles.widget .post-text .author-image,
.single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .related-articles.widget .post-text .author-title,
.single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .related-articles.widget .post-text .post-excerpt {
  display: none;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .related-articles.widget .post-text .post-title,
.single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .related-articles.widget .post-text .post-title {
  color: #074e92;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.28;
  letter-spacing: 0.4px;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .related-articles.widget .post-text .post-authors,
.single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .related-articles.widget .post-text .post-authors {
  margin-top: 16px;
  margin-bottom: 24px;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .related-articles.widget .post-text .author-name,
.single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .related-articles.widget .post-text .author-name {
  color: #0d3669;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 16px;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .related-articles.widget .post-text .author-name:before,
.single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .related-articles.widget .post-text .author-name:before {
  content: "by ";
  font-style: italic;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .highlights.widget .posts,
.single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .highlights.widget .posts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 16px;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .highlights.widget .post-container.wildlife_factsheet .outer-image-container,
.single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .highlights.widget .post-container.wildlife_factsheet .outer-image-container {
  height: 300px;
  width: 232px;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .highlights.widget .post-container.wildlife_factsheet .image-container.lazyloaded,
.single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .highlights.widget .post-container.wildlife_factsheet .image-container.lazyloaded {
  font-family: Roboto;
  font-weight: 500;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  background-size: cover;
  background-position: 50%;
  transition: all 0.5s;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .highlights.widget .post-container.wildlife_factsheet .image-container.lazyloaded .image-overlay,
.single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .highlights.widget .post-container.wildlife_factsheet .image-container.lazyloaded .image-overlay {
  height: 100%;
  padding-top: 40px;
  border-radius: 4px;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .highlights.widget .post-container.wildlife_factsheet .image-container.lazyloaded .tags-container,
.single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .highlights.widget .post-container.wildlife_factsheet .image-container.lazyloaded .tags-container {
  margin-bottom: 16px;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .highlights.widget .post-container.wildlife_factsheet .image-container.lazyloaded .tags-container .post-tag,
.single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .highlights.widget .post-container.wildlife_factsheet .image-container.lazyloaded .tags-container .post-tag {
  background-color: #007cf9;
  padding: 4px 8px;
  border-radius: 4px;
  margin: 0 auto;
  max-width: 160px;
  width: -moz-fit-content;
  width: fit-content;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .highlights.widget .post-container.wildlife_factsheet .image-container.lazyloaded .tags-container a,
.single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .highlights.widget .post-container.wildlife_factsheet .image-container.lazyloaded .tags-container a {
  color: #fff;
  font-size: 14px;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .highlights.widget .post-container.wildlife_factsheet .image-container.lazyloaded .post-title,
.single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .highlights.widget .post-container.wildlife_factsheet .image-container.lazyloaded .post-title {
  color: #fff;
  font-size: 18px;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .highlights.widget .post-container.wildlife_factsheet .image-container.lazyloaded .binomial,
.single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .highlights.widget .post-container.wildlife_factsheet .image-container.lazyloaded .binomial {
  margin-top: 8px;
  font-size: 12px;
  font-style: italic;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .highlights.widget .post-container.wildlife_factsheet .image-container.lazyloaded :after,
.single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .highlights.widget .post-container.wildlife_factsheet .image-container.lazyloaded :after {
  opacity: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.5s;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .highlights.widget .post-container.wildlife_factsheet .image-container.lazyloaded :after,
.single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .highlights.widget .post-container.wildlife_factsheet .image-container.lazyloaded :hover :after,
.single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .highlights.widget .post-container.wildlife_factsheet .image-container.lazyloaded :after,
.single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .highlights.widget .post-container.wildlife_factsheet .image-container.lazyloaded :hover :after {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='67' height='67' viewBox='0 0 67 67' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='33.5' cy='33.5' r='33.5' fill='%23aaadabb3' fill-opacity='.6' filter='url(%23a)'/%3E%3Cpath d='M35.39 25.125l-1.815 1.75 5.576 5.375H22.732v2.5h16.419l-5.576 5.374 1.815 1.751 8.685-8.375-8.685-8.375z' fill='%23fff'/%3E%3Cdefs%3E%3Cfilter id='a' x='-20' y='-20' width='107' height='107' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImage' stdDeviation='10'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_800_252'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_backgroundBlur_800_252' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
  display: inline;
  position: absolute;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .highlights.widget .post-container.wildlife_factsheet .image-container.lazyloaded :hover :after,
.single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .highlights.widget .post-container.wildlife_factsheet .image-container.lazyloaded :hover :after {
  bottom: 38px;
  opacity: 1;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .widget,
.single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .widget {
  transition: opacity 1s;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] .topics,
.single.single-post #container.gutenberg #content[role="main"] .topics {
  padding: 0 1rem;
  margin: 20px auto 0;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] .topics .title,
.single.single-post #container.gutenberg #content[role="main"] .topics .title {
  font-size: 20px;
  color: #074e92;
  font-weight: 700;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] .topics .programs-title,
.single-wildlife_factsheet #container.gutenberg #content[role="main"] .topics .sections-title,
.single.single-post #container.gutenberg #content[role="main"] .topics .programs-title,
.single.single-post #container.gutenberg #content[role="main"] .topics .sections-title {
  padding: 0;
  font-size: 16px;
  letter-spacing: 4%;
  color: #0d3669;
  margin-top: 32px;
  margin-bottom: 14px;
  font-weight: 500;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] .topics .tag-list.sections a,
.single.single-post #container.gutenberg #content[role="main"] .topics .tag-list.sections a {
  padding: 3px 8px;
  margin-right: 10px;
  margin-bottom: 6px;
  display: inline-block;
  white-space: pre;
  font-size: 10px;
  font-weight: 500;
  color: #000;
  background-color: #eaf4ff;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] .topics .tag-list.programs,
.single.single-post #container.gutenberg #content[role="main"] .topics .tag-list.programs {
  overflow: hidden;
  height: 100px;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] .topics .tag-list.programs a,
.single.single-post #container.gutenberg #content[role="main"] .topics .tag-list.programs a {
  font-size: 10px;
  color: #000;
  font-family: Roboto;
  font-weight: 500;
  padding-bottom: 3px;
  border-bottom: 1px solid;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  position: relative;
  margin-right: 20px;
  white-space: nowrap;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] .topics .tag-list.programs a:hover,
.single.single-post #container.gutenberg #content[role="main"] .topics .tag-list.programs a:hover {
  text-decoration: none;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] .topics .tag-list.programs a:nth-child(n + 2):before,
.single.single-post #container.gutenberg #content[role="main"] .topics .tag-list.programs a:nth-child(n + 2):before {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='9' viewBox='0 0 6 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.001.18L2.047 8.67H.967L3.923.18h1.08z' fill='%23000'/%3E%3C/svg%3E");
  display: inline;
  position: absolute;
  left: -15px;
  bottom: 0;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] .widget.in-this-article,
.single.single-post #container.gutenberg #content[role="main"] .widget.in-this-article {
  max-width: 260px;
  width: 100%;
  background-color: #dcedff;
  color: #074e92;
  padding: 40px;
  border-radius: 8px;
  margin: 0 auto 16px;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] .widget.in-this-article h3,
.single.single-post #container.gutenberg #content[role="main"] .widget.in-this-article h3 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 21px;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] .widget.in-this-article li,
.single.single-post #container.gutenberg #content[role="main"] .widget.in-this-article li {
  opacity: 1;
  margin-bottom: 5px;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] .widget.in-this-article li a,
.single.single-post #container.gutenberg #content[role="main"] .widget.in-this-article li a {
  font-size: 14px;
  transition: 0.5s;
  color: #074e92;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] .widget.in-this-article li a:hover,
.single.single-post #container.gutenberg #content[role="main"] .widget.in-this-article li a:hover {
  text-decoration: none;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] .email-signup.widget,
.single.single-post #container.gutenberg #content[role="main"] .email-signup.widget {
  max-width: 260px;
  width: 100%;
  background-color: #dcedff;
  color: #0d3669;
  padding: 36px 8px 8px;
  border-radius: 8px;
  margin: 0 auto 16px;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] .email-signup.widget .revmsg-success,
.single.single-post #container.gutenberg #content[role="main"] .email-signup.widget .revmsg-success {
  color: #0d3669;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] .email-signup.widget .email-signup__hed,
.single.single-post #container.gutenberg #content[role="main"] .email-signup.widget .email-signup__hed {
  font-size: 38px;
  font-weight: 500;
  line-height: 0.9;
  margin: 0 32px;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] .email-signup.widget .email-signup__dek,
.single.single-post #container.gutenberg #content[role="main"] .email-signup.widget .email-signup__dek {
  padding: 8px 32px 0;
  font-size: 16px;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] .email-signup.widget .revmsg-wrapper,
.single.single-post #container.gutenberg #content[role="main"] .email-signup.widget .revmsg-wrapper {
  margin: 0;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] .email-signup.widget .rsform.revmsg-form,
.single.single-post #container.gutenberg #content[role="main"] .email-signup.widget .rsform.revmsg-form {
  margin-top: 20px;
  background-color: #dcedff;
  border: 1px solid #074e92;
  padding: 5px;
  border-radius: 8px;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] .email-signup.widget .tilde:after,
.single.single-post #container.gutenberg #content[role="main"] .email-signup.widget .tilde:after {
  display: inline;
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='28' height='6' viewBox='0 0 28 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.215 2.94c2.19-1.999 6.6-3.115 11.97 0 5.87 3.406 10.56 1.999 13.138 0' stroke='%230D3669' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] .email-signup.widget .rsform:before,
.single.single-post #container.gutenberg #content[role="main"] .email-signup.widget .rsform:before {
  content: none;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] .email-signup.widget input,
.single.single-post #container.gutenberg #content[role="main"] .email-signup.widget input {
  background-color: #dcedff;
  text-align: left;
  padding-left: 5px;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] .email-signup.widget input::-webkit-input-placeholder,
.single.single-post #container.gutenberg #content[role="main"] .email-signup.widget input::-webkit-input-placeholder {
  color: #0d3669;
  font-weight: 300;
  font-family: Roboto;
  font-size: 16px;
  letter-spacing: 0.03em;
  text-transform: capitalize;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] .email-signup.widget input::-moz-placeholder,
.single.single-post #container.gutenberg #content[role="main"] .email-signup.widget input::-moz-placeholder {
  color: #0d3669;
  font-weight: 300;
  font-family: Roboto;
  font-size: 16px;
  letter-spacing: 0.03em;
  text-transform: capitalize;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] .email-signup.widget input:-ms-input-placeholder,
.single-wildlife_factsheet #container.gutenberg #content[role="main"] .email-signup.widget input::-ms-input-placeholder,
.single.single-post #container.gutenberg #content[role="main"] .email-signup.widget input:-ms-input-placeholder,
.single.single-post #container.gutenberg #content[role="main"] .email-signup.widget input::-ms-input-placeholder {
  color: #0d3669;
  font-weight: 300;
  font-family: Roboto;
  font-size: 16px;
  letter-spacing: 0.03em;
  text-transform: capitalize;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] .email-signup.widget input::placeholder,
.single.single-post #container.gutenberg #content[role="main"] .email-signup.widget input::placeholder {
  color: #0d3669;
  font-weight: 300;
  font-family: Roboto;
  font-size: 16px;
  letter-spacing: 0.03em;
  text-transform: capitalize;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] .email-signup.widget .rsform--submit input,
.single.single-post #container.gutenberg #content[role="main"] .email-signup.widget .rsform--submit input {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='58' height='54' viewBox='0 0 58 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='.954' width='56.492' height='54' rx='8' fill='%23074e92'/%3E%3Cpath d='M20.265 27.563c0 .818.695 1.482 1.551 1.482h11.505l-3.452 3.3a1.436 1.436 0 0 0 0 2.096 1.602 1.602 0 0 0 2.193 0l6.1-5.83a1.436 1.436 0 0 0 0-2.097l-6.1-5.83a1.602 1.602 0 0 0-2.193 0 1.436 1.436 0 0 0 0 2.096l3.452 3.3H21.816c-.856 0-1.55.664-1.55 1.483z' fill='%23fff'/%3E%3C/svg%3E");
  border-radius: 0;
  width: 56px;
  height: 54px;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] .donate.widget,
.single.single-post #container.gutenberg #content[role="main"] .donate.widget {
  border-radius: 8px;
  background-image: none;
  background-color: rgba(255, 243, 238, 0.92);
  color: #074e92;
  max-width: 260px;
  width: 100%;
  margin-bottom: 16px;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] .donate.widget h3,
.single.single-post #container.gutenberg #content[role="main"] .donate.widget h3 {
  font-size: 36px;
  width: 196px;
  margin: 0 auto;
  padding-top: 48px;
  text-align: left;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] .donate.widget p,
.single.single-post #container.gutenberg #content[role="main"] .donate.widget p {
  margin: 0 auto;
  margin-top: 16px;
  margin-bottom: 28px;
  font-size: 16px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #074e92;
  padding: 0;
  width: 198px;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] .donate.widget .button,
.single.single-post #container.gutenberg #content[role="main"] .donate.widget .button {
  padding: 16px 32px;
  border-radius: 8px;
  font-weight: 700;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] .donate.widget p:last-child,
.single.single-post #container.gutenberg #content[role="main"] .donate.widget p:last-child {
  padding-bottom: 58px;
  font-size: 20px;
  text-align: center;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] .desktop-only,
.single.single-post #container.gutenberg #content[role="main"] .desktop-only {
  display: none;
}
.single-wildlife_factsheet #container.gutenberg #content[role="main"] .mobile-only,
.single.single-post #container.gutenberg #content[role="main"] .mobile-only {
  display: block;
}
.oc-gallery-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding: 20px;
  background-color: #000;
  z-index: 500;
}
.oc-gallery-modal img {
  border-radius: 8px;
  margin: 0 auto;
  max-height: 95vh;
  height: auto;
  width: auto;
}
.oc-gallery-modal .splide__list {
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
}
.oc-gallery-modal .splide__list figure.splide__slide {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}
.oc-gallery-modal .splide__list figure.splide__slide .media-credit {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: hsla(0, 0%, 100%, 0.3);
  border-radius: 100%;
  color: #fff;
  cursor: pointer;
  z-index: 20;
}
.oc-gallery-modal .splide__list figure.splide__slide img {
  -o-object-fit: contain;
  object-fit: contain;
}
.oc-gallery-modal .splide__list figure.splide__slide figcaption {
  color: #fff;
}
.modal-close {
  position: absolute;
  cursor: pointer;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  z-index: 10001;
}
.modal-close:before {
  transform: rotate(45deg);
}
.modal-close:after {
  transform: rotate(-45deg);
}
.modal-close:after,
.modal-close:before {
  position: absolute;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: gray;
  left: 15px;
}
html:not(.applies-oc-design-system) .page-template-template-gutenberg #container.gutenberg .facetwp-facet {
  margin-bottom: 24px;
}
html:not(.applies-oc-design-system) .page-template-template-gutenberg #container.gutenberg .facetwp-facet-date {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  max-width: 400px;
  width: 100%;
}
html:not(.applies-oc-design-system) .page-template-template-gutenberg #container.gutenberg .facetwp-date {
  background-color: #eaf4ff;
  border-radius: 8px;
  border: none;
  color: #0e4c8c;
  display: block;
  font-family: Roboto;
  font-size: 1rem;
  height: 48px;
  padding: 1.5rem;
}
html:not(.applies-oc-design-system) .page-template-template-gutenberg #container.gutenberg .facetwp-date::-webkit-input-placeholder {
  color: #0e4c8c;
}
html:not(.applies-oc-design-system) .page-template-template-gutenberg #container.gutenberg .facetwp-date::-moz-placeholder {
  color: #0e4c8c;
}
html:not(.applies-oc-design-system) .page-template-template-gutenberg #container.gutenberg .facetwp-date:-ms-input-placeholder,
html:not(.applies-oc-design-system) .page-template-template-gutenberg #container.gutenberg .facetwp-date::-ms-input-placeholder {
  color: #0e4c8c;
}
html:not(.applies-oc-design-system) .page-template-template-gutenberg #container.gutenberg .facetwp-date::placeholder {
  color: #0e4c8c;
}
html:not(.applies-oc-design-system) #container.gutenberg .facetwp-facet {
  font-family: Open Sans, sans-serif;
}
html:not(.applies-oc-design-system) #container.gutenberg .facetwp-dropdown {
  padding: 0.625rem 0.3125rem 0.625rem 1.5rem;
  border: none;
  font-size: 0.875rem;
  line-height: 1.15;
  color: #fff;
  background: transparent;
  border-radius: 1.4375rem;
  border: 1px solid #fff;
  outline: none;
  width: 88%;
  font-family: Open Sans, sans-serif;
  text-transform: uppercase;
  font-size: 0.75rem;
  opacity: 1 !important;
  margin-left: 0.5rem;
}
html:not(.applies-oc-design-system) #container.gutenberg .facetwp-checkbox {
  background: url(../4site/img/checkbox.png) 0 50% no-repeat !important;
  color: hsla(0, 0%, 100%, 0.9);
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 0.25em;
  background-size: 14px 14px !important;
  line-height: 30px;
  font-family: Roboto, sans-serif;
}
html:not(.applies-oc-design-system) #container.gutenberg .facetwp-checkbox.checked {
  background: url(../4site/img/checkbox-on.png) 0 50% no-repeat !important;
  background-size: 14px 14px !important;
  color: #fff;
}
html:not(.applies-oc-design-system) #container.gutenberg .facetwp-toggle {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.02em;
}
html:not(.applies-oc-design-system) #container.gutenberg .facetwp-icon {
  left: 8px;
  top: 50%;
  color: #fff;
  border: none;
  height: 28px !important;
  width: 28px;
  border-radius: 50%;
  opacity: 1 !important;
  transform: translateY(-50%);
  background: transparent
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28.13'%3E%3Cpath d='M12.73 8.3a4.45 4.45 0 1 0 4.45 4.45 4.45 4.45 0 0 0-4.45-4.45zM14 0a14 14 0 1 0 14 14A14 14 0 0 0 14 0zm8.08 21.19l-.89.89a.62.62 0 0 1-.89 0l-3.44-3.44a.3.3 0 0 0-.38-.06 6.83 6.83 0 0 1-3.75 1.08 7 7 0 1 1 7-7 6.83 6.83 0 0 1-1.08 3.75c-.06.13-.06.32.06.38l3.44 3.44a.76.76 0 0 1-.07.99z' fill='%23fff'/%3E%3C/svg%3E")
    no-repeat 0 0 !important;
  text-indent: 200px;
  overflow: hidden;
}
html:not(.applies-oc-design-system) #container.gutenberg .facetwp-icon:before {
  background: none !important;
}
html:not(.applies-oc-design-system) #container.gutenberg .facetwp-pager {
  padding: 1.75rem 2rem;
  font-size: 1rem;
  text-align: center;
}
html:not(.applies-oc-design-system) #container.gutenberg .facetwp-no-result {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}
html:not(.applies-oc-design-system) #container.gutenberg .facetwp-input-wrap {
  width: 100%;
}
html:not(.applies-oc-design-system) #container.gutenberg .filter-label {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #0d3669;
}
html:not(.applies-oc-design-system) #container.gutenberg .facetwp-toggle:not(.facetwp-hidden) {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #007cf9;
  text-decoration: underline;
  font-weight: 600;
  padding-top: 4px;
  display: inline-block;
}
html:not(.applies-oc-design-system) #container.gutenberg .facetwp-checkbox {
  margin-bottom: 0;
}
html:not(.applies-oc-design-system) #container.gutenberg .facetwp-type-checkboxes {
  padding-bottom: 2vh;
  padding-bottom: 24px;
}
html:not(.applies-oc-design-system) #container.gutenberg .facetwp-type-dropdown {
  position: relative;
  max-width: 400px;
  width: 100%;
}
html:not(.applies-oc-design-system) #container.gutenberg .facetwp-type-dropdown select.facetwp-dropdown {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background-color: #eaf4ff;
  margin-left: 0;
  margin-top: 12px;
  color: #0d3669;
  border-radius: 8px;
  width: 100%;
  height: 48px;
  font-family: Roboto;
  text-transform: capitalize;
  font-size: 1rem;
  font-weight: 400;
}
html:not(.applies-oc-design-system) #container.gutenberg .facetwp-type-dropdown select:first-child {
  margin-top: 30px;
}
html:not(.applies-oc-design-system) #container.gutenberg .facetwp-type-dropdown:after {
  display: inline;
  pointer-events: none;
  position: absolute;
  right: 5px;
  top: 39px;
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='36' height='36' rx='5' fill='%23fff'/%3E%3Cpath d='M21.565 15l-3.71 3.71-3.71-3.71L13 16.145 17.855 21l4.855-4.855L21.565 15z' fill='%23074E92'/%3E%3C/svg%3E");
}
html:not(.applies-oc-design-system) #container.gutenberg .facetwp-facet-sections,
html:not(.applies-oc-design-system) #container.gutenberg .facetwp-type-checkboxes {
  width: 210px;
}
html:not(.applies-oc-design-system) #container.gutenberg .facetwp-facet-sections .facetwp-checkbox,
html:not(.applies-oc-design-system) #container.gutenberg .facetwp-type-checkboxes .facetwp-checkbox {
  color: #000;
  font-weight: 400;
  padding-left: 32px;
  font-size: 16px;
  letter-spacing: 0.16px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  background-size: 16px 16px !important;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' rx='4' fill='%23DCEDFF'/%3E%3Cpath d='M6.333 9.488l5.244-5.244a.833.833 0 1 1 1.179 1.179l-6.423 6.422-3.089-3.09a.833.833 0 1 1 1.179-1.178l1.91 1.911z' fill='%23DCEDFF'/%3E%3C/svg%3E") !important;
}
html:not(.applies-oc-design-system) #container.gutenberg .facetwp-facet-sections .facetwp-checkbox.checked,
html:not(.applies-oc-design-system) #container.gutenberg .facetwp-type-checkboxes .facetwp-checkbox.checked {
  background-size: 16px 16px !important;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' rx='4' fill='%23074E92'/%3E%3Cpath d='M6.333 9.488l5.244-5.244a.833.833 0 1 1 1.179 1.179l-6.423 6.422-3.089-3.09a.833.833 0 1 1 1.179-1.178l1.91 1.911z' fill='%23fff'/%3E%3C/svg%3E") !important;
}
html:not(.applies-oc-design-system) #container.gutenberg .facetwp-facet-sections .facetwp-counter,
html:not(.applies-oc-design-system) #container.gutenberg .facetwp-type-checkboxes .facetwp-counter {
  opacity: 0.5;
}
html:not(.applies-oc-design-system) #container.gutenberg .facet-reset-button {
  font-weight: 500;
  border: none;
  background-color: #007cf9;
  padding: 10px 12px;
  width: 100%;
  height: 52px;
  border-radius: 8px;
  color: #fff;
  font-size: 18px;
  font-family: Roboto;
  margin-top: 16px;
  margin-bottom: 42px;
  max-width: 400px;
  cursor: pointer;
  transition: 0.5s;
}
html:not(.applies-oc-design-system) #container.gutenberg .facet-reset-button:hover {
  background-color: #074e92;
}
html:not(.applies-oc-design-system) #container.gutenberg .facetwp-facet-load_more {
  background-color: inherit;
  margin: 40px 0;
}
html:not(.applies-oc-design-system) #container.gutenberg .facetwp-facet-load_more button {
  transition: 0.5s;
  font-weight: 500;
  border: none;
  background-color: #007cf9;
  padding: 10px 12px;
  width: 100%;
  height: 52px;
  border-radius: 8px;
  color: #fff;
  font-size: 18px;
  font-family: Roboto;
  cursor: pointer;
}
html:not(.applies-oc-design-system) #container.gutenberg .facetwp-facet-load_more button:hover {
  background-color: #074e92;
}
html:not(.applies-oc-design-system) #container.gutenberg .facetwp-type-checkboxes > .filter-label {
  margin-bottom: 14px;
}
html:not(.applies-oc-design-system) .oc-paging-and-sorting {
  display: none;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
html:not(.applies-oc-design-system) .oc-paging-and-sorting .sort-and-per-page {
  display: -ms-flexbox;
  display: flex;
}
html:not(.applies-oc-design-system) .oc-paging-and-sorting .sort-and-per-page .facetwp-facet {
  margin-right: 8px;
}
html:not(.applies-oc-design-system) .oc-paging-and-sorting .paging .facetwp-page {
  letter-spacing: normal;
}
html:not(.applies-oc-design-system) .oc-paging-and-sorting .facetwp-type-pager {
  background-color: inherit !important;
}
html:not(.applies-oc-design-system) .oc-paging-and-sorting .facetwp-type-pager .facetwp-pager {
  padding: 0;
  font-size: 14px;
  font-family: Roboto;
  color: #074e92;
}
html:not(.applies-oc-design-system) .oc-paging-and-sorting .facetwp-type-pager .facetwp-pager .facetwp-page.active:hover {
  background-color: #eaf4ff;
}
html:not(.applies-oc-design-system) .oc-paging-and-sorting .facetwp-type-pager .facetwp-pager .facetwp-page {
  color: #074e92;
  font-weight: 500;
  padding: 6px 9px !important;
  border-radius: 6px;
  transition: color 0.4s, background-color 0.4s;
}
html:not(.applies-oc-design-system) .oc-paging-and-sorting .facetwp-type-pager .facetwp-pager .facetwp-page:hover {
  background-color: #e0efff;
}
html:not(.applies-oc-design-system) .oc-paging-and-sorting .facetwp-type-pager .facetwp-pager .facetwp-page.active {
  background-color: #eaf4ff;
  color: #074e92;
  font-weight: 900;
}
html:not(.applies-oc-design-system) .oc-paging-and-sorting .facetwp-type-pager .facetwp-pager .facetwp-page.active:before {
  border: none;
  border-radius: 6px;
}
html:not(.applies-oc-design-system) .oc-paging-and-sorting .facetwp-type-pager .facetwp-pager .facetwp-page svg {
  display: inline-block;
}
html:not(.applies-oc-design-system) .oc-paging-and-sorting .facetwp-type-pager .facetwp-pager .facetwp-page.next.active,
html:not(.applies-oc-design-system) .oc-paging-and-sorting .facetwp-type-pager .facetwp-pager .facetwp-page.next:hover,
html:not(.applies-oc-design-system) .oc-paging-and-sorting .facetwp-type-pager .facetwp-pager .facetwp-page.prev.active,
html:not(.applies-oc-design-system) .oc-paging-and-sorting .facetwp-type-pager .facetwp-pager .facetwp-page.prev:hover {
  background-color: unset;
}
html:not(.applies-oc-design-system) .oc-paging-and-sorting .facetwp-type-pager .facetwp-pager .facetwp-page.prev:hover {
  margin-left: -4px;
}
html:not(.applies-oc-design-system) .oc-paging-and-sorting .facetwp-type-pager .facetwp-pager .facetwp-page.prev:hover svg {
  margin-right: 4px;
}
html:not(.applies-oc-design-system) .oc-paging-and-sorting .facetwp-type-pager .facetwp-pager .facetwp-page.next:hover svg {
  margin-left: 4px;
}
html:not(.applies-oc-design-system) .oc-paging-and-sorting .facetwp-facet {
  position: relative;
}
html:not(.applies-oc-design-system) .oc-paging-and-sorting .facetwp-facet select {
  height: 48px;
  background-color: #eaf4ff;
  border: none;
  border-radius: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 120px;
  padding: 10px;
  color: #074e92;
  cursor: pointer;
}
html:not(.applies-oc-design-system) .oc-paging-and-sorting .facetwp-facet-per_page:after,
html:not(.applies-oc-design-system) .oc-paging-and-sorting .facetwp-type-sort:after {
  display: inline;
  position: absolute;
  pointer-events: none;
  right: 6px;
  top: 6px;
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='36' height='36' rx='5' fill='%23fff'/%3E%3Cpath d='M21.565 15l-3.71 3.71-3.71-3.71L13 16.145 17.855 21l4.855-4.855L21.565 15z' fill='%23074E92'/%3E%3C/svg%3E");
}
html:not(.applies-oc-design-system) .sidebar .facetwp-facet input.facetwp-location,
html:not(.applies-oc-design-system) .sidebar .facetwp-facet input.facetwp-search {
  min-width: unset;
}
html:not(.applies-oc-design-system) #container.gutenberg .facetwp-type-search {
  position: relative;
  max-width: 400px;
  width: 100%;
}
html:not(.applies-oc-design-system) #container.gutenberg .facetwp-type-search .filter-label {
  display: none;
}
html:not(.applies-oc-design-system) #container.gutenberg .facetwp-type-search .facetwp-input-wrap .facetwp-icon {
  left: unset;
  border-radius: 8px;
  background: #fff !important;
  color: #074e92;
  height: 36px !important;
  width: 36px;
  position: absolute;
  transform: unset;
  text-indent: unset;
  top: 6px;
  right: 6px;
}
html:not(.applies-oc-design-system) #container.gutenberg .facetwp-type-search .facetwp-input-wrap .facetwp-icon:before {
  display: none;
}
html:not(.applies-oc-design-system) #container.gutenberg .facetwp-type-search .facetwp-input-wrap .facetwp-icon:after {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' fill='none' viewBox='0 0 21 20'%3E%3Cpath fill='%23074E92' d='M2.511 2.505c3.535-3.407 8.795-3.272 12.066 0a8.532 8.532 0 0 1 .574 11.432l4.856 4.856L18.8 20l-4.856-4.856A8.533 8.533 0 0 1 2.51 14.57c-3.27-3.27-3.425-8.764 0-12.065zm10.86 1.206a6.827 6.827 0 0 0-9.653 9.653 6.827 6.827 0 0 0 9.653-9.653z'/%3E%3C/svg%3E");
  background-color: #fff;
  border-radius: 4px;
  width: 36px;
  height: 38px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  transform: scale(0.7);
}
html:not(.applies-oc-design-system) #container.gutenberg .facetwp-type-search .facetwp-input-wrap .facetwp-search {
  background-color: #eaf4ff;
  color: #074e92;
  border-radius: 8px;
  height: 48px;
  font-family: Roboto;
  font-weight: 400;
  padding-left: 1.5rem;
  width: 100%;
  font-size: 1rem;
  border: none;
}
html:not(.applies-oc-design-system) #container.gutenberg .facetwp-type-search .facetwp-input-wrap input::-webkit-input-placeholder {
  color: #074e92;
  font-family: Roboto;
  text-transform: capitalize;
}
html:not(.applies-oc-design-system) #container.gutenberg .facetwp-type-search .facetwp-input-wrap input::-moz-placeholder {
  color: #074e92;
  font-family: Roboto;
  text-transform: capitalize;
}
html:not(.applies-oc-design-system) #container.gutenberg .facetwp-type-search .facetwp-input-wrap input:-ms-input-placeholder,
html:not(.applies-oc-design-system) #container.gutenberg .facetwp-type-search .facetwp-input-wrap input::-ms-input-placeholder {
  color: #074e92;
  font-family: Roboto;
  text-transform: capitalize;
}
html:not(.applies-oc-design-system) #container.gutenberg .facetwp-type-search .facetwp-input-wrap input::placeholder {
  color: #074e92;
  font-family: Roboto;
  text-transform: capitalize;
}
html:not(.applies-oc-design-system) #container.gutenberg .facetwp-type-search .facetwp-input-wrap .filter-search-btn {
  position: absolute;
  border: none;
  background-color: transparent;
  right: 0;
  bottom: 2px;
  cursor: pointer;
}
html:not(.applies-oc-design-system) #container.gutenberg .facetwp-type-search .facetwp-input-wrap .filter-search-btn:before {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='36' height='36' rx='5' fill='%23fff'/%3E%3Cpath d='M17.284 11C13.82 11 11 13.82 11 17.282c0 3.461 2.82 6.287 6.284 6.287 1.479 0 2.84-.518 3.914-1.379l2.618 2.615a.7.7 0 0 0 .99-.988L22.189 21.2a6.255 6.255 0 0 0 1.38-3.918c0-3.462-2.822-6.282-6.285-6.282zm0 1.396a4.875 4.875 0 0 1 4.887 4.886 4.88 4.88 0 0 1-4.887 4.89 4.88 4.88 0 0 1-4.887-4.89 4.875 4.875 0 0 1 4.887-4.886z' fill='%23074E92'/%3E%3C/svg%3E");
  transition: 0.5s;
}
html:not(.applies-oc-design-system) #container.gutenberg .facetwp-facet.facetwp-type-checkboxes {
  max-width: 400px;
  width: 100%;
}
html:not(.applies-oc-design-system) #container.gutenberg .facetwp-facet.is-loading {
  opacity: 1;
  position: relative;
}
html:not(.applies-oc-design-system) #container.gutenberg .facetwp-facet.facetwp-type-search.is-loading:before {
  content: " ";
  display: inline-block;
  position: absolute;
  left: -50px;
  width: 16px;
  height: 16px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #007cf9;
  border-color: #007cf9 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
.interface-interface-skeleton__content .acf-block-preview .splide {
  visibility: visible;
}
.interface-interface-skeleton__content .acf-block-preview .block-random-media {
  z-index: 1 !important;
}
.interface-interface-skeleton__content .acf-block-preview span.prefix {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.interface-interface-skeleton__content .acf-block-preview .oc-block a {
  pointer-events: none;
  text-decoration: none;
}
.interface-interface-skeleton__content .acf-block-preview .oc-block .post-tag {
  --squircle-radius: unset;
  --squircle-smooth: unset;
  -webkit-mask: unset;
}
html:not(.applies-oc-design-system) .tippy-box[data-theme~="gutenberg"] {
  background-color: #000;
  font-weight: 400;
  font-size: 14px;
  border-radius: 8px 5px 5px 8px;
}
html:not(.applies-oc-design-system) .tippy-box[data-theme~="gutenberg"][data-placement^="top"] > .tippy-arrow:before {
  border-top-color: #000;
}
html:not(.applies-oc-design-system) .tippy-box[data-theme~="gutenberg"][data-placement^="bottom"] > .tippy-arrow:before {
  border-bottom-color: #000;
}
html:not(.applies-oc-design-system) .tippy-box[data-theme~="gutenberg"][data-placement^="left"] > .tippy-arrow:before {
  border-left-color: #000;
  border-width: 12px 0 12px 8px;
  top: -4px;
  right: -8px;
}
html:not(.applies-oc-design-system) .tippy-box[data-theme~="gutenberg"][data-placement^="right"] > .tippy-arrow:before {
  border-right-color: #000;
  border-width: 12px 8px 12px 0;
  top: -6px;
  left: -5px;
}
html:not(.applies-oc-design-system) .tippy-box[data-theme~="gutenberg"] > .tippy-backdrop {
  background-color: #000;
}
html:not(.applies-oc-design-system) .tippy-box[data-theme~="gutenberg"] > .tippy-svg-arrow {
  fill: #6b7a8b;
  height: 64px;
}
html:not(.applies-oc-design-system) .tippy-box[data-theme~="gutenberg"] > .tippy-svg-arrow > svg {
  position: absolute;
}
html:not(.applies-oc-design-system) #container.gutenberg > .align,
html:not(.applies-oc-design-system) #container.gutenberg > .alignleft,
html:not(.applies-oc-design-system) #container.gutenberg > .alignright {
  width: 60%;
  max-width: 1280px;
}
html:not(.applies-oc-design-system) #container.gutenberg > .alignwide {
  width: 88%;
  margin: 0 auto;
  max-width: 1280px;
}
html:not(.applies-oc-design-system) #container.gutenberg > .alignfull {
  width: 100%;
  max-width: unset;
}
html:not(.applies-oc-design-system) #container.gutenberg .alignleft {
  float: left;
}
html:not(.applies-oc-design-system) #container.gutenberg .alignright {
  float: right;
}
html:not(.applies-oc-design-system) #container.gutenberg > figure {
  float: unset;
}
html:not(.applies-oc-design-system) #container.gutenberg > script {
  margin: unset;
  width: unset;
}
html:not(.applies-oc-design-system) #container.gutenberg p {
  font-size: 1.1rem;
  line-height: 1.7;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 1rem;
}
html:not(.applies-oc-design-system) #container.gutenberg .wp-block-pullquote {
  border-top: 4px solid;
  border-bottom: 4px solid;
  color: currentColor;
}
html:not(.applies-oc-design-system) #container.gutenberg .wp-block-pullquote p {
  font-size: 1.75rem;
  line-height: 1.6;
}
html:not(.applies-oc-design-system) #container.gutenberg .wp-block-pullquote cite {
  font-size: 0.8rem;
  text-transform: uppercase;
}
html:not(.applies-oc-design-system) #container.gutenberg .wp-block-quote {
  border-left: 0.25em solid;
  padding-left: 1em;
}
html:not(.applies-oc-design-system) #container.gutenberg .wp-block-quote p {
  padding: unset;
  margin: unset;
}
html:not(.applies-oc-design-system) #container.gutenberg .wp-block-quote cite {
  font-size: 0.8rem;
}
html:not(.applies-oc-design-system) #container.gutenberg .has-white-color {
  color: #fff;
}
html:not(.applies-oc-design-system) #container.gutenberg .has-black-color {
  color: #000;
}
html:not(.applies-oc-design-system) #container.gutenberg .has-dark-teal-color {
  color: #013a4e;
}
html:not(.applies-oc-design-system) #container.gutenberg .has-light-blue-color {
  color: #cde4fc;
}
html:not(.applies-oc-design-system) #container.gutenberg .has-dark-blue-color {
  color: #0d3669;
}
html:not(.applies-oc-design-system) #container.gutenberg .has-navy-color {
  color: #074e92;
}
html:not(.applies-oc-design-system) #container.gutenberg .has-light-pink-color {
  color: #fff3ee;
}
html:not(.applies-oc-design-system) #container.gutenberg .has-blue-color {
  color: #007cf9;
}
html:not(.applies-oc-design-system) #container.gutenberg .has-red-color {
  color: #e74b3c;
}
html:not(.applies-oc-design-system) #container.gutenberg .has-white-background-color {
  background-color: #fff;
}
html:not(.applies-oc-design-system) #container.gutenberg .has-black-background-color {
  background-color: #000;
}
html:not(.applies-oc-design-system) #container.gutenberg .has-dark-teal-background-color {
  background-color: #013a4e;
}
html:not(.applies-oc-design-system) #container.gutenberg .has-light-blue-background-color {
  background-color: #cde4fc;
}
html:not(.applies-oc-design-system) #container.gutenberg .has-dark-blue-background-color {
  background-color: #0d3669 !important;
}
html:not(.applies-oc-design-system) #container.gutenberg .has-navy-background-color {
  background-color: #074e92;
}
html:not(.applies-oc-design-system) #container.gutenberg .has-light-pink-background-color {
  background-color: #fff3ee;
}
html:not(.applies-oc-design-system) #container.gutenberg .has-blue-background-color {
  background-color: #007cf9;
}
html:not(.applies-oc-design-system) #container.gutenberg .has-red-background-color {
  background-color: #e74b3c;
}
html:not(.applies-oc-design-system) #container.gutenberg .has-small-font-size {
  font-size: 0.8rem;
}
html:not(.applies-oc-design-system) #container.gutenberg .has-normal-font-size {
  font-size: 1rem;
}
html:not(.applies-oc-design-system) #container.gutenberg .has-medium-font-size {
  font-size: 1.25rem;
}
html:not(.applies-oc-design-system) #container.gutenberg .has-large-font-size {
  font-size: 2.1rem;
}
html:not(.applies-oc-design-system) #container.gutenberg .has-huge-font-size {
  font-size: 2.65rem;
}
html:not(.applies-oc-design-system) body.page-template-template-gutenberg {
  background: url(/wp-content/themes/oco-wp/images/light_pattern_avif-optimized.avif) repeat 0 50% #fbfbfb;
}
.interface-interface-skeleton__content h1,
html:not(.applies-oc-design-system) #container.gutenberg h1 {
  font-size: 2rem;
  font-weight: bolder;
}
.interface-interface-skeleton__content h2:not(.sub-menu-header),
html:not(.applies-oc-design-system) #container.gutenberg h2:not(.sub-menu-header) {
  font-size: 1.5rem;
  font-weight: bolder;
}
.interface-interface-skeleton__content h3,
html:not(.applies-oc-design-system) #container.gutenberg h3 {
  font-size: 1.17rem;
  font-weight: bolder;
}
.interface-interface-skeleton__content h4,
html:not(.applies-oc-design-system) #container.gutenberg h4 {
  font-size: 1rem;
  font-weight: bolder;
}
.interface-interface-skeleton__content h5,
html:not(.applies-oc-design-system) #container.gutenberg h5 {
  font-size: 0.83rem;
  font-weight: bolder;
}
.interface-interface-skeleton__content h6,
html:not(.applies-oc-design-system) #container.gutenberg h6 {
  font-size: 0.67rem;
  font-weight: bolder;
}
.interface-interface-skeleton__content div.media-credit,
.interface-interface-skeleton__content figcaption.media-credit,
html:not(.applies-oc-design-system) #container.gutenberg div.media-credit,
html:not(.applies-oc-design-system) #container.gutenberg figcaption.media-credit {
  background-color: hsla(0, 0%, 100%, 0.3);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #fff;
  border-radius: 16px;
  width: 32px;
  height: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  font-weight: 700;
  position: absolute;
}
.interface-interface-skeleton__content figure,
html:not(.applies-oc-design-system) #container.gutenberg figure {
  position: relative;
}
.interface-interface-skeleton__content figure figcaption.media-credit,
html:not(.applies-oc-design-system) #container.gutenberg figure figcaption.media-credit {
  bottom: 6px;
  right: 6px;
}
.interface-interface-skeleton__content .outer-image-container,
html:not(.applies-oc-design-system) #container.gutenberg .outer-image-container {
  position: relative;
}
.interface-interface-skeleton__content .oc-block .splide__arrows,
.interface-interface-skeleton__content .oc-block .splide__pagination,
html:not(.applies-oc-design-system) #container.gutenberg .oc-block .splide__arrows,
html:not(.applies-oc-design-system) #container.gutenberg .oc-block .splide__pagination {
  display: none;
}
.interface-interface-skeleton__content .oc-block .custom-pagination,
html:not(.applies-oc-design-system) #container.gutenberg .oc-block .custom-pagination {
  padding-top: 50px;
}
.interface-interface-skeleton__content .oc-block .custom-pagination .splide__pagination,
html:not(.applies-oc-design-system) #container.gutenberg .oc-block .custom-pagination .splide__pagination {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.interface-interface-skeleton__content .oc-block .splide__pagination__page,
html:not(.applies-oc-design-system) #container.gutenberg .oc-block .splide__pagination__page {
  opacity: 0.16 !important;
}
.interface-interface-skeleton__content .oc-block .splide__pagination__page.is-active,
html:not(.applies-oc-design-system) #container.gutenberg .oc-block .splide__pagination__page.is-active {
  opacity: 1 !important;
  transform: unset !important;
}
.interface-interface-skeleton__content .oc-block .post-tag,
html:not(.applies-oc-design-system) #container.gutenberg .oc-block .post-tag {
  font-size: 14px;
  padding: 4px 8px;
  border-radius: 4px;
  margin-right: 8px;
  display: inline-block;
  white-space: pre;
}
.interface-interface-skeleton__content .oc-block.hide-tags .post-tag,
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.hide-tags .post-tag {
  display: none;
}
.interface-interface-skeleton__content .oc-block a:link,
html:not(.applies-oc-design-system) #container.gutenberg .oc-block a:link {
  -webkit-tap-highlight-color: unset;
}
.interface-interface-skeleton__content .oc-block ::-moz-selection,
html:not(.applies-oc-design-system) #container.gutenberg .oc-block ::-moz-selection {
  background-color: initial;
  color: initial;
}
.interface-interface-skeleton__content .oc-block ::selection,
html:not(.applies-oc-design-system) #container.gutenberg .oc-block ::selection {
  background-color: initial;
  color: initial;
}
.interface-interface-skeleton__content .oc-block .constrained,
html:not(.applies-oc-design-system) #container.gutenberg .oc-block .constrained {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}
html:not(.applies-oc-design-system) #container.gutenberg sub {
  line-height: 27px;
  font-size: 15px;
  font-family: sans-serif;
}
html:not(.applies-oc-design-system) #container.gutenberg .border .svg-container svg {
  overflow: hidden;
}
html:not(.applies-oc-design-system) #container.gutenberg .post-authors {
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  max-width: 100%;
}
html:not(.applies-oc-design-system) #container.gutenberg .post-authors .splide__arrows {
  display: block;
}
html:not(.applies-oc-design-system) #container.gutenberg .post-authors .splide__arrows .splide__arrow[disabled] {
  display: none;
}
html:not(.applies-oc-design-system) #container.gutenberg .post-authors .splide__arrows .splide__arrow {
  height: 100%;
  border-radius: unset;
  opacity: 0.5;
  background: none;
}
html:not(.applies-oc-design-system) #container.gutenberg .post-authors .splide__arrows .splide__arrow--prev {
  left: 0;
  display: none;
}
html:not(.applies-oc-design-system) #container.gutenberg .post-authors .splide__arrows .splide__arrow--next {
  right: 0;
}
html:not(.applies-oc-design-system) #container.gutenberg .post-authors .splide__arrows .splide__arrow svg {
  width: 100%;
  height: 100%;
}
html:not(.applies-oc-design-system) #container.gutenberg .post-authors .post-author {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  column-gap: 16px;
}
html:not(.applies-oc-design-system) #container.gutenberg .post-authors .post-author:hover {
  text-decoration: none;
}
html:not(.applies-oc-design-system) #container.gutenberg .post-authors .post-author .author-image {
  -ms-flex: 60px;
  flex: 60px;
}
html:not(.applies-oc-design-system) #container.gutenberg .post-authors .post-author .author-image img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
}
html:not(.applies-oc-design-system) #container.gutenberg .post-authors .post-author .author-info {
  -ms-flex: calc(95% - 60px);
  flex: calc(95% - 60px);
  padding-right: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
  font-size: 14px;
  letter-spacing: 0.28;
  font-weight: 700;
  max-width: 100%;
}
html:not(.applies-oc-design-system) #container.gutenberg .post-authors .post-author .author-info .author-name {
  margin-bottom: 3px;
  max-width: 100%;
}
html:not(.applies-oc-design-system) #container.gutenberg .post-authors .post-author .author-info .author-title {
  max-width: 100%;
}
html:not(.applies-oc-design-system) #container.gutenberg .post-authors.splide--slide {
  width: 100%;
  max-width: 400px;
}
html:not(.applies-oc-design-system) #container.gutenberg .post-authors.splide--slide .post-author .author-info .author-name {
  margin-bottom: 3px;
  max-width: 75%;
}
html:not(.applies-oc-design-system) #container.gutenberg .post-authors.splide--slide .post-author .author-info .author-title {
  max-width: 75%;
  overflow: hidden;
}
html:not(.applies-oc-design-system) #container.gutenberg .splide--slide.oc-splide-format {
  padding-top: 4px;
  padding-bottom: 4px;
  max-width: 200px !important;
}
html:not(.applies-oc-design-system) #container.gutenberg .splide--slide.oc-splide-format:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 32px;
  background: #fff;
  background: linear-gradient(270deg, hsla(0, 0%, 100%, 0), #fff 50%, #fff);
}
html:not(.applies-oc-design-system) #container.gutenberg .splide--slide.oc-splide-format:after {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 32px;
  background: #fff;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff 50%, #fff);
}
html:not(.applies-oc-design-system) #container.gutenberg .splide--slide.oc-splide-format.at-end:after,
html:not(.applies-oc-design-system) #container.gutenberg .splide--slide.oc-splide-format .splide__arrow:disabled {
  display: none;
}
html:not(.applies-oc-design-system) #container.gutenberg .splide--slide.oc-splide-format .splide__arrow--next,
html:not(.applies-oc-design-system) #container.gutenberg .splide--slide.oc-splide-format .splide__arrow--prev {
  width: 22px !important;
  height: 22px !important;
  background-color: #dcedff;
}
html:not(.applies-oc-design-system) #container.gutenberg .splide--slide.oc-splide-format .splide__arrow--next svg,
html:not(.applies-oc-design-system) #container.gutenberg .splide--slide.oc-splide-format .splide__arrow--prev svg {
  fill: #074e92;
  height: 12px;
}
html:not(.applies-oc-design-system) #container.gutenberg .splide--slide.oc-splide-format .splide__arrow--prev {
  left: 0;
}
html:not(.applies-oc-design-system) #container.gutenberg .splide--slide.oc-splide-format .splide__arrow--next {
  right: 0;
}
html:not(.applies-oc-design-system) #container.gutenberg .splide--slide.oc-splide-format .splide__list .splide__slide .post-author .author-name {
  padding-left: 30px;
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
}
html:not(.applies-oc-design-system) #container.gutenberg .splide--slide.oc-splide-format .splide__list .splide__slide .post-tag {
  margin: 0 10px 0 25px;
}
html:not(.applies-oc-design-system) #container.gutenberg .splide--slide.oc-splide-format .splide__list .splide__slide:first-child .post-author .author-name {
  padding-left: 0;
}
html:not(.applies-oc-design-system) #container.gutenberg .splide--slide.oc-splide-format .splide__list .splide__slide:last-child .post-author .author-name {
  padding-right: 50px;
}
html:not(.applies-oc-design-system) #container.gutenberg .splide--slide.oc-splide-format .splide__list .splide__slide:first-child .post-tag {
  margin-left: 0;
}
html:not(.applies-oc-design-system) #container.gutenberg .splide--slide.oc-splide-format .splide__list .splide__slide:last-child .post-tag {
  margin-right: 50px;
}
html:not(.applies-oc-design-system) #container.gutenberg .splide--slide.oc-splide-format.at-start {
  max-width: 125px;
}
html:not(.applies-oc-design-system) #container.gutenberg .splide--slide.oc-splide-format.at-start:before {
  display: none;
}
html:not(.applies-oc-design-system) #container.gutenberg .splide--slide.oc-splide-format.at-start .splide__arrow--next {
  width: 22px !important;
  height: 22px !important;
  opacity: 0.8;
}
html:not(.applies-oc-design-system) #container.gutenberg .splide--slide.oc-splide-format.at-start .splide__arrow--next:hover {
  opacity: 1;
}
html:not(.applies-oc-design-system) #container.gutenberg .splide--slide.oc-splide-format.at-start .splide__arrow--next:hover:after {
  letter-spacing: 1px;
}
html:not(.applies-oc-design-system) #container.gutenberg .splide--slide.oc-splide-format.at-start .splide__arrow--next:after {
  content: "...";
  font-weight: 700;
  border-radius: 50%;
  width: 22px;
  height: 16px;
  background-color: #dcedff;
  color: #074e92;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  padding-bottom: 6px;
}
html:not(.applies-oc-design-system) #container.gutenberg .splide--slide.oc-splide-format.at-start .splide__arrow--next svg {
  display: none;
}
html:not(.applies-oc-design-system) .splide--slide.variant-arrows .splide__arrows {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
html:not(.applies-oc-design-system) .splide--slide.variant-arrows .splide__arrow {
  background-color: transparent;
}
html:not(.applies-oc-design-system) .splide--slide.variant-arrows .splide__arrow svg {
  display: none;
}
html:not(.applies-oc-design-system) .splide--slide.variant-arrows .splide__arrow.splide__arrow--next {
  right: -48px;
}
html:not(.applies-oc-design-system) .splide--slide.variant-arrows .splide__arrow--next:after {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='33' height='12' viewBox='0 0 33 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.777 0l-1.3 1.254 3.995 3.85H0v1.791h29.472l-3.995 3.85 1.3 1.255L33 6l-6.223-6z' fill='%23074E92'/%3E%3C/svg%3E");
}
html:not(.applies-oc-design-system) .splide--slide.variant-arrows .splide__arrow.splide__arrow--prev {
  left: -15px;
}
html:not(.applies-oc-design-system) .splide--slide.variant-arrows .splide__arrow--prev:after {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='33' height='12' viewBox='0 0 33 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.223 0l1.3 1.254-3.994 3.85H33v1.791H3.529l3.994 3.85L6.223 12 0 6l6.223-6z' fill='%23074E92'/%3E%3C/svg%3E");
}
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg .post-parallax-header-image {
  position: relative;
}
html:not(.applies-oc-design-system) .single.single-post #container.gutenberg .post-parallax-header-image .media-credit {
  right: 6px;
  bottom: 6px;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg .post-parallax-header-image {
  position: relative;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg .post-parallax-header-image .mobile-only {
  display: block;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg .post-parallax-header-image .desktop-only {
  display: none;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg .post-parallax-header-image .media-credit {
  z-index: 99;
  bottom: 32px;
  right: 6px;
}
html:not(.applies-oc-design-system) .br0 {
  border-radius: 0 !important;
}
html:not(.applies-oc-design-system) .p0 {
  padding: 0 !important;
}
html:not(.applies-oc-design-system) #container.gutenberg,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content {
  background-color: #dcedff;
}
html:not(.applies-oc-design-system) #container.gutenberg a:hover,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content a:hover {
  text-decoration: none;
}
html:not(.applies-oc-design-system) #container.gutenberg .border,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .border {
  max-width: unset;
}
html:not(.applies-oc-design-system) #container.gutenberg .border .svg-container svg,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .border .svg-container svg {
  width: 100%;
}
html:not(.applies-oc-design-system) #container.gutenberg .floating-page-menu.active,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .floating-page-menu.active {
  z-index: 200;
}
html:not(.applies-oc-design-system) #container.gutenberg .floating-page-menu.active .back-to-top,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .floating-page-menu.active .back-to-top {
  background-color: #bcd8f6;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block {
  background-color: #dcedff;
  max-width: unset;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block .block-title .prefix,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block .block-title .prefix {
  display: none;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block .block-title .label,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block .block-title .label {
  color: #074e92;
  font-size: 36px;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block .block-content .post-excerpt,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block .block-content .post-excerpt {
  display: none;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block .post-container,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block .post-container {
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 40px;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block .border .svg-container svg,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block .border .svg-container svg {
  width: 100vw;
  max-width: 100%;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block .post-container .outer-image-container div.media-credit,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block .post-container .outer-image-container div.media-credit {
  padding: 16px;
}
html:not(.applies-oc-design-system) #container.gutenberg .post-list-overflow .post-container,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .post-list-overflow .post-container {
  padding-bottom: 48px;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-posts-slideshow .border.border-bottom,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-posts-slideshow .border.border-bottom {
  display: none;
}
html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-images),
html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-reports) {
  background: #fff;
}
html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-images) h2,
html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-reports) h2 {
  color: #0e4c8c;
  font-size: 22px;
  max-width: 1240px;
  padding: 1.5rem 1rem;
}
html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-images) .wp-block-spacer + h2,
html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-reports) .wp-block-spacer + h2 {
  padding-top: 0;
}
html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-images) .wp-block-group__inner-container:has(.post-grid-images),
html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-images) .wp-block-group__inner-container:has(.post-grid-reports),
html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-reports) .wp-block-group__inner-container:has(.post-grid-images),
html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-reports) .wp-block-group__inner-container:has(.post-grid-reports) {
  max-width: 1240px;
  padding: 0 1rem;
  width: 100%;
}
html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-images) .post-grid,
html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-reports) .post-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-images) .post-grid .post-container,
html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-reports) .post-grid .post-container {
  background: linear-gradient(180deg, #cde4fc, #ebf4fe 50%);
  border-radius: 8px;
  border: 1px solid #dcecfc;
  margin: 0 0.5rem 0.5rem 0;
  padding: 1.5rem;
  width: calc(50% - 0.5rem);
}
html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-images) .post-grid .text-container a.post-title,
html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-reports) .post-grid .text-container a.post-title {
  color: #0e4c8c;
  display: block;
  font-weight: 700;
  line-height: 1.5rem;
  margin-bottom: 0.75rem;
}
html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-images) .post-grid .text-container a.post-link,
html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-reports) .post-grid .text-container a.post-link {
  color: #0e4c8c;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-images) .post-grid .text-container svg,
html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-reports) .post-grid .text-container svg {
  fill: transparent;
  margin: 1rem auto 0;
  transition: all 0.25s;
}
html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-images) .post-grid .text-container svg path,
html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-reports) .post-grid .text-container svg path {
  fill: #0e4c8c;
  transition: all 0.1s;
}
html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-images) .post-grid .image-container,
html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-reports) .post-grid .image-container {
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  border: 1px solid #cde4fc;
  display: block;
  height: 97px;
  margin: 0 auto;
  max-width: 144px;
}
html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-images) .post-grid.post-grid-images a.post-title,
html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-reports) .post-grid.post-grid-images a.post-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5rem;
  margin: 0.75rem 0;
  text-align: center;
}
html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-images) .post-grid.post-grid-reports .image-container,
html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-reports) .post-grid.post-grid-reports .image-container {
  display: none;
}
html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-images) .post-grid.post-grid-reports .post-container .outer-image-container,
html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-images) .post-grid.post-grid-reports .post-container .text-container,
html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-reports) .post-grid.post-grid-reports .post-container .outer-image-container,
html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-reports) .post-grid.post-grid-reports .post-container .text-container {
  position: relative;
  top: 0;
  transition: all 0.25s;
}
html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-images) .post-grid.post-grid-reports .post-container .image-container,
html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-reports) .post-grid.post-grid-reports .post-container .image-container {
  position: relative;
}
html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-images) .post-grid.post-grid-reports .post-container .image-container .media-credit,
html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-reports) .post-grid.post-grid-reports .post-container .image-container .media-credit {
  background: #c8beb2;
  bottom: 5px;
  height: 20px;
  position: absolute;
  right: 5px;
  width: 20px;
}
html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-images) .post-grid.post-grid-reports .post-container .image-container .media-credit svg,
html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-reports) .post-grid.post-grid-reports .post-container .image-container .media-credit svg {
  width: 4px;
  height: 10px;
}
html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-images) .post-grid.post-grid-reports .post-container:hover svg,
html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-reports) .post-grid.post-grid-reports .post-container:hover svg {
  fill: #0e4c8c;
}
html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-images) .post-grid.post-grid-reports .post-container:hover svg path,
html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-reports) .post-grid.post-grid-reports .post-container:hover svg path {
  fill: #fff;
}
html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-images) .post-grid.post-grid-reports .post-container:hover .outer-image-container,
html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-images) .post-grid.post-grid-reports .post-container:hover .text-container,
html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-reports) .post-grid.post-grid-reports .post-container:hover .outer-image-container,
html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-reports) .post-grid.post-grid-reports .post-container:hover .text-container {
  top: -5px;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-random-media,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-random-media {
  position: relative;
  margin-bottom: -3px;
  z-index: 2;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-random-media .border.border-top,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-random-media .border.border-top {
  height: 1px !important;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-random-media svg,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-random-media svg {
  position: absolute;
  height: 31px;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-random-media .media-element,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-random-media .media-element {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-random-media .media-element video,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-random-media .media-element video {
  width: 100%;
  min-height: 400px;
  max-height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-random-media .media-overlay,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-random-media .media-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px 24px;
  border-radius: 0;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 3;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto 16px;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  row-gap: 24px;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-random-media .media-overlay .block-category,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-random-media .media-overlay .block-category {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.29;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-random-media .media-overlay .block-category .prefix,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-random-media .media-overlay .block-category .prefix {
  display: none;
  margin-right: 0;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-random-media .media-overlay .block-title,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-random-media .media-overlay .block-title {
  line-height: 1.2;
  font-size: 48px;
  font-weight: 500;
  font-family: Roboto;
  margin: 0 auto;
  text-align: center;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-random-media .media-overlay .block-title .oc-heart-character:after,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-random-media .media-overlay .block-title .oc-heart-character:after {
  display: inline-block;
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 58 52'%3E%3Cstyle%3E.st0{fill:%23fff}%3C/style%3E%3Cpath class='st0' d='M29 51.6c-1.2 0-2.3-.5-3.1-1.3L5.4 30.6C2 27.3 0 22.6 0 17.8v-.7C0 8.9 5.7 2 13.5.7c5.1-.9 10.5.9 14.1 4.6L29 6.7l1.3-1.5C34.1 1.5 39.4-.3 44.4.6 52.3 2 58 8.9 58 17.1v.7c0 4.8-2 9.5-5.4 12.8l-.1.1-20.4 19.6c-.8.8-1.9 1.3-3.1 1.3zm1.7-6.4zM16.2 7.4c-.5 0-1 0-1.4.1-4.5.8-7.8 4.8-7.8 9.6v.7c0 2.9 1.2 5.8 3.2 7.7l18.8 18 18.8-18.1c2-2 3.2-4.8 3.2-7.7V17c0-4.8-3.2-8.8-7.7-9.6-2.9-.5-5.8.5-8 2.6l-6.1 7-6.6-6.8c-1.7-1.8-4.1-2.8-6.4-2.8z'/%3E%3C/svg%3E");
  width: 40px;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-random-media .media-overlay .block-subtitle,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-random-media .media-overlay .block-subtitle {
  font-size: 18px;
  line-height: 1.5;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-random-media .media-overlay .block-button,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-random-media .media-overlay .block-button {
  font-size: 14px;
  color: inherit;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-random-media .media-overlay .block-category,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-random-media .media-overlay .block-category {
  -ms-flex-pack: center;
  justify-content: center;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-random-media .media-overlay .block-category .label,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-random-media .media-overlay .block-category .label {
  background-color: #007cf9 !important;
  border-radius: 4px;
  padding: 4px 8px;
  font-weight: 700;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-random-media .media-overlay .block-links,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-random-media .media-overlay .block-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 16px;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-random-media .media-overlay .block-links a,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-random-media .media-overlay .block-links a {
  text-align: center;
  font-family: Roboto;
  color: #fff;
  margin: 0 auto;
  cursor: pointer;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-random-media .media-overlay .block-links a:first-child,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-random-media .media-overlay .block-links a:first-child {
  border: 1.25px solid;
  border-radius: 10px;
  padding: 16px 54px 16px 55px;
  font-weight: 700;
  font-size: 20px;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-random-media .media-overlay .block-links a:nth-child(2),
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-random-media .media-overlay .block-links a:nth-child(2) {
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  border-bottom: 1px solid;
  padding-bottom: 4px;
  width: 110px;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-random-media .media-overlay:before,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-random-media .media-overlay:before {
  content: "";
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-random-media a.media-overlay:hover .block-title,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-random-media a.media-overlay:hover .block-title {
  text-decoration: underline;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-random-media div.media-credit,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-random-media div.media-credit {
  right: 10px;
  bottom: 20px;
  z-index: 8;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-random-media.full-height,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-random-media.full-height {
  height: 100vh;
  z-index: 101;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-random-media.full-height:after,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-random-media.full-height:after {
  content: "";
  background: linear-gradient(transparent, transparent 35%, rgba(0, 0, 0, 0.3) 60%);
  z-index: 101;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-random-media.full-height .constrained,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-random-media.full-height .constrained {
  position: relative;
  z-index: 102;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-random-media.full-height .media-element,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-random-media.full-height .media-element {
  height: 100vh;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-random-media.full-height .media-element video,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-random-media.full-height .media-element video {
  height: 100%;
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container.cs-white_black #sticky-subheader-menu {
  background: #fff;
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container.cs-white_black #sticky-subheader-menu .subheader-nav .label,
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container.cs-white_black #sticky-subheader-menu .subheader-nav .menu-item a {
  color: #282828;
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container.cs-white_black #sticky-subheader-menu .subheader-nav .splide.splide--slide:after {
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff);
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container.cs-cyan_navy #sticky-subheader-menu {
  background: #cde4fc;
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container.cs-cyan_navy #sticky-subheader-menu .subheader-nav .label,
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container.cs-cyan_navy #sticky-subheader-menu .subheader-nav .menu-item a {
  color: #074e92;
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container.cs-cyan_navy #sticky-subheader-menu .subheader-nav .splide.splide--slide:after {
  background: #cde4fc;
  background: linear-gradient(90deg, rgba(205, 228, 252, 0), #cde4fc 50%, #cde4fc);
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header .sub-header-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  column-gap: 16px;
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header .sub-header-top .explore {
  display: none;
  -ms-flex-align: center;
  align-items: center;
  column-gap: 10px;
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header .sub-header-top .explore a {
  color: #074e92;
  border-bottom: 1px solid;
  padding-bottom: 2px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.15px;
  text-align: right;
  white-space: nowrap;
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header .sub-header-top .explore .explore-images {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header .sub-header-top .explore .explore-images .explore-image {
  width: 48px;
  height: 48px;
  background-size: cover;
  border-radius: 50%;
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header .sub-header-top .explore .explore-images .explore-image:first-child,
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header .sub-header-top .explore .explore-images .explore-image:nth-child(2) {
  margin-left: -10px;
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header .sub-header-top .meet-our-authors {
  display: none;
  -ms-flex-align: center;
  align-items: center;
  column-gap: 90px;
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header .sub-header-top .meet-our-authors a {
  color: #074e92;
  border-bottom: 1px solid;
  padding-bottom: 2px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.15px;
  text-align: right;
  white-space: nowrap;
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header .sub-header-top .meet-our-authors .author-headshots {
  display: -ms-flexbox;
  display: flex;
  width: 48px;
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header .sub-header-top .meet-our-authors .author-headshots img {
  border-radius: 50%;
  width: 52px;
  height: 52px;
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header .sub-header-top .meet-our-authors .author-headshots img:nth-child(2) {
  transform: translateX(-10px);
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header .sub-header-top .meet-our-authors .author-headshots img:nth-child(3) {
  transform: translateX(-20px);
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header .sub-header-top .page-title h1 {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  text-align: center;
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header .sub-header-top .filter {
  display: none;
  -ms-flex-align: center;
  align-items: center;
  column-gap: 20px;
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header .sub-header-top .filter .active-page {
  display: none;
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header .page-filter-link a,
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header .post-filter-link a {
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 0.15px;
  border-bottom: 1px solid;
  padding-bottom: 2px;
  color: #074e92;
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header .page-filter-link a:hover,
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header .post-filter-link a:hover {
  text-decoration: none;
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header form.filter-form {
  position: relative;
  width: 200px;
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header form.filter-form input[type="text"] {
  width: 100%;
  height: 48px;
  padding: 6px 6px 6px 16px;
  border-radius: 8px;
  background-color: #fff;
  border: none;
  color: #074e92;
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header form.filter-form input[type="text"]::-webkit-input-placeholder {
  color: rgba(7, 78, 146, 0.6);
  font-size: 16px;
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header form.filter-form input[type="text"]::-moz-placeholder {
  color: rgba(7, 78, 146, 0.6);
  font-size: 16px;
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header form.filter-form input[type="text"]:-ms-input-placeholder,
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header form.filter-form input[type="text"]::-ms-input-placeholder {
  color: rgba(7, 78, 146, 0.6);
  font-size: 16px;
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header form.filter-form input[type="text"]::placeholder {
  color: rgba(7, 78, 146, 0.6);
  font-size: 16px;
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header form.filter-form .filter-search-btn {
  position: absolute;
  border: none;
  background-color: #dcedff;
  right: 8px;
  bottom: 8px;
  border-radius: 5px;
  padding: 11px;
  cursor: pointer;
  transition: 0.5s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header form.filter-form .filter-search-btn svg {
  color: #074e92;
  width: 11px;
  height: 11px;
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header form.filter-form:focus-within input[type="text"] {
  color: #074e92;
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header .separator {
  display: none;
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu {
  -ms-flex-pack: center;
  justify-content: center;
  transition: bottom 0.8s;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  z-index: 10;
  padding: 0 40px;
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu .subheader-nav {
  display: none;
  padding: 12px 0;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu .subheader-nav .label {
  position: relative;
  font-weight: 700;
  font-style: italic;
  padding-right: 16px;
  border-right: 1px solid;
  color: #074e92;
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu .subheader-nav nav .menu-item:first-child {
  margin-left: 8px;
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu .subheader-nav nav .menu-item a {
  padding: 0 8px;
  color: #074e92;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.15px;
  padding-bottom: 2px;
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu .subheader-nav nav .menu-item a:hover {
  text-decoration: underline;
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu .subheader-nav .splide__arrow {
  transition: background-color 0.8s;
  background-color: #c4e0ff;
  opacity: 1;
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu .subheader-nav .splide__arrow:hover {
  background-color: #acd4ff;
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu .subheader-nav .splide__arrow svg {
  fill: #074e92;
  height: 10px;
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu .subheader-nav .splide.splide--slide.at-start .splide__arrow--prev,
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu .subheader-nav .splide__arrow:disabled {
  display: none;
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu .subheader-nav .splide.splide--slide:not(.at-end):after,
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu .subheader-nav .splide.splide--slide:not(.at-start):before {
  content: " ";
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 55px;
  opacity: 1;
  z-index: 1;
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu .subheader-nav .splide.splide--slide:before {
  left: 0;
  background: #cde4fc;
  background: linear-gradient(270deg, rgba(205, 228, 252, 0), #cde4fc 50%, #cde4fc);
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu .subheader-nav .splide.splide--slide:after {
  right: 0;
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu .subheader-nav .splide__arrow {
  z-index: 2;
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu .subheader-filters .filter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu .subheader-filters .filter .page-filter-link,
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu .subheader-filters .filter .post-filter-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 35%;
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu .subheader-filters .filter .post-filter-link,
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu .subheader-filters .filter .search-icon {
  display: none;
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu .subheader-filters .filter .vertical-separator {
  color: #074e92;
  display: none;
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu .subheader-filters .filter form.filter-form {
  width: 60%;
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu .subheader-filters .filter form.filter-form input[type="text"] {
  background-color: #cde4fc;
  color: #074e92;
  padding-left: 38px;
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu .subheader-filters .filter form.filter-form input[type="text"]::-webkit-input-placeholder {
  color: rgba(7, 78, 146, 0.6);
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu .subheader-filters .filter form.filter-form input[type="text"]::-moz-placeholder {
  color: rgba(7, 78, 146, 0.6);
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu .subheader-filters .filter form.filter-form input[type="text"]:-ms-input-placeholder,
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu .subheader-filters .filter form.filter-form input[type="text"]::-ms-input-placeholder {
  color: rgba(7, 78, 146, 0.6);
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu .subheader-filters .filter form.filter-form input[type="text"]::placeholder {
  color: rgba(7, 78, 146, 0.6);
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu .subheader-filters .filter form.filter-form .filter-search-btn {
  background-color: transparent;
  left: 7px;
  bottom: 7px;
  width: 32px;
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu .subheader-filters .filter form.filter-form .filter-search-btn svg {
  width: 15px;
  height: 15px;
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu .subheader-filters .filter form.filter-form:focus-within input[type="text"] {
  color: #074e92;
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container.cs-,
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container.cs-cyan_navy {
  color: #074e92;
  background-color: #cde4fc;
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container.cs-white_black {
  background: #fff;
  color: #074e92;
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container.cs-white_black .sub-header-top .filter form.filter-form input[type="text"] {
  background-color: #eaf4ff;
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container.cs-white_black .sub-header-top .filter form.filter-form .filter-search-btn {
  background-color: #fff;
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu nav .menu-item.current-menu-item {
  background: #ebf4fe;
  color: #0e4c8c;
  border-radius: 8px;
}
html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu nav .menu-item.current-menu-item a:hover:after {
  display: none;
}
html:not(.applies-oc-design-system) body.single-post #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
html:not(.applies-oc-design-system) body.single-post #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu .subheader-nav {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: calc(100% - 100px);
}
html:not(.applies-oc-design-system) body.single-post #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu .subheader-nav .label {
  margin-left: 10px;
  border-right: 1px solid;
  padding: 0 16px;
}
html:not(.applies-oc-design-system) body.single-post #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu .subheader-nav .label .page-label {
  display: block;
}
html:not(.applies-oc-design-system) body.single-post #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu .subheader-nav nav {
  margin-left: 10px;
  width: 100%;
}
html:not(.applies-oc-design-system) body.single-post #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu .subheader-nav nav .menu-item a {
  text-align: center;
  display: inline-block;
  width: 100%;
}
html:not(.applies-oc-design-system) body.single-post #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu .subheader-nav nav .splide__list .menu-item:first-child a {
  text-align: left;
}
html:not(.applies-oc-design-system) body.single-post #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu .subheader-filters {
  width: 100%;
  max-width: 90px;
  z-index: 2;
}
html:not(.applies-oc-design-system) body.single-post #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu .subheader-filters .filter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  column-gap: 6px;
  -ms-flex-pack: center;
  justify-content: center;
}
html:not(.applies-oc-design-system) body.single-post #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu .subheader-filters .filter form {
  transition: width 0.8s;
  width: 0;
  overflow: hidden;
}
html:not(.applies-oc-design-system) body.single-post #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu .subheader-filters.show-search {
  max-width: 200px;
}
html:not(.applies-oc-design-system) body.single-post #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu .subheader-filters.show-search .filter form {
  width: 200px;
  overflow: unset;
}
html:not(.applies-oc-design-system) body.single-post #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu .subheader-filters.show-search .filter .search-icon {
  display: none;
}
html:not(.applies-oc-design-system) body.single-post #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu .subheader-filters .post-filter-link {
  display: -ms-flexbox;
  display: flex;
  white-space: pre;
}
html:not(.applies-oc-design-system) body.single-post #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu .subheader-filters .page-filter-link {
  display: none;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-wave-slider,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wave-slider {
  position: relative;
  z-index: 1;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-wave-slider .constrained,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wave-slider .constrained {
  position: relative;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-wave-slider .block-title,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wave-slider .block-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  padding: 50px 20% 3%;
  text-align: center;
  margin: 0 auto;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-wave-slider .border,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wave-slider .border {
  position: relative;
  width: 100%;
  z-index: 2;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-wave-slider .border .svg-container,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wave-slider .border .svg-container {
  position: relative;
  width: 100%;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-wave-slider .border .svg-container svg,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wave-slider .border .svg-container svg {
  width: 100%;
  height: auto;
  color: #dceeff;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-wave-slider .border.border-top .svg-container svg,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wave-slider .border.border-top .svg-container svg {
  transform: scaleY(-1);
  position: absolute;
  top: 0;
  margin-top: -1px;

}
html:not(.applies-oc-design-system) #container.gutenberg .block-wave-slider .border.border-top.inverse .svg-container svg,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wave-slider .border.border-top.inverse .svg-container svg {
  transform: unset;

}
html:not(.applies-oc-design-system) #container.gutenberg .block-wave-slider .border.border-bottom,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wave-slider .border.border-bottom {
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: -1px;
  width: 101%;

}
html:not(.applies-oc-design-system) #container.gutenberg .block-wave-slider .border.border-bottom.inverse,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wave-slider .border.border-bottom.inverse {
  bottom: -1px;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-wave-slider .border.border-bottom.inverse .svg-container svg,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wave-slider .border.border-bottom.inverse .svg-container svg {
  transform: scaleY(-1);
  
}
html:not(.applies-oc-design-system) #container.gutenberg .block-wave-slider .slides,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wave-slider .slides {
  z-index: 1;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-wave-slider .slides .slide,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wave-slider .slides .slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-wave-slider .slides .slide.preview,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wave-slider .slides .slide.preview {
  width: 100%;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-wave-slider .slides .slide div.media-credit,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wave-slider .slides .slide div.media-credit {
  bottom: 10%;
  right: 10px;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-wave-slider .slides .slide .slide-image,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wave-slider .slides .slide .slide-image {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 100%;
  background-size: cover;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-wave-slider .slides .slide .slide-video,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wave-slider .slides .slide .slide-video {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100vw;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-wave-slider .slides .slide .slide-overlay,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wave-slider .slides .slide .slide-overlay {
  top: 0;
  left: 0;
  width: 100%;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-wave-slider .slides .slide .slide-overlay .slide-overlay-inner,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wave-slider .slides .slide .slide-overlay .slide-overlay-inner {
  width: 100%;
  padding: 56px 0;
  position: relative;
  z-index: 1;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-wave-slider .slides .slide .slide-overlay .slide-overlay-inner .slide-row,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wave-slider .slides .slide .slide-overlay .slide-overlay-inner .slide-row {
  margin: 12px auto;
  width: 90%;
  max-width: 400px;
  text-align: center;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-wave-slider .slides .slide .slide-overlay .slide-overlay-inner .slide-category,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wave-slider .slides .slide .slide-overlay .slide-overlay-inner .slide-category {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-wave-slider .slides .slide .slide-overlay .slide-overlay-inner .slide-category .prefix,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wave-slider .slides .slide .slide-overlay .slide-overlay-inner .slide-category .prefix {
  margin-top: 6px;
  margin-right: 8px;
  display: none;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-wave-slider .slides .slide .slide-overlay .slide-overlay-inner .slide-title,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wave-slider .slides .slide .slide-overlay .slide-overlay-inner .slide-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-wave-slider .slides .slide .slide-overlay .slide-overlay-inner .slide-content,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wave-slider .slides .slide .slide-overlay .slide-overlay-inner .slide-content {
  font-size: 16px;
  line-height: 1.2;
  padding: 10px 0;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-wave-slider .slides .slide .slide-overlay .slide-overlay-inner .slide-links,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wave-slider .slides .slide .slide-overlay .slide-overlay-inner .slide-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-wave-slider .slides .slide .slide-overlay .slide-overlay-inner .slide-link,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wave-slider .slides .slide .slide-overlay .slide-overlay-inner .slide-link {
  font-size: 20px;
  font-weight: 700;
  padding: 8px 12px;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-wave-slider .slides .slide .slide-overlay .slide-overlay-inner .slide-link.button-style,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wave-slider .slides .slide .slide-overlay .slide-overlay-inner .slide-link.button-style {
  --squircle-radius: 20px;
  --squircle-smooth: 1;
  -webkit-mask: paint(squircle);
  mask: paint(squircle);
}
html:not(.applies-oc-design-system) #container.gutenberg .block-wave-slider .slides .slide .slide-overlay .slide-overlay-inner .slide-link.button-style a,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wave-slider .slides .slide .slide-overlay .slide-overlay-inner .slide-link.button-style a {
  text-decoration: none;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-wave-slider .slides .slide .slide-overlay .slide-overlay-inner .slide-link.link-style,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wave-slider .slides .slide .slide-overlay .slide-overlay-inner .slide-link.link-style {
  color: inherit;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-wave-slider .slides .slide .slide-overlay .slide-overlay-inner .slide-link.link-style a,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wave-slider .slides .slide .slide-overlay .slide-overlay-inner .slide-link.link-style a {
  text-decoration: underline;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-wave-slider .slides .slide .slide-overlay .slide-overlay-inner .slide-link.link-style:hover,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wave-slider .slides .slide .slide-overlay .slide-overlay-inner .slide-link.link-style:hover {
  filter: brightness(55%);
}
html:not(.applies-oc-design-system) #container.gutenberg .block-wave-slider .slides .slide .slide-overlay .slide-overlay-inner .custom-pagination,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wave-slider .slides .slide .slide-overlay .slide-overlay-inner .custom-pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-wave-slider .slides .slide .slide-overlay .slide-overlay-inner .custom-pagination .splide__arrow,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wave-slider .slides .slide .slide-overlay .slide-overlay-inner .custom-pagination .splide__arrow {
  position: relative;
  background: unset;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-wave-slider .slides .slide .slide-overlay .slide-overlay-inner .custom-pagination .custom_nav_arrow_prev svg,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wave-slider .slides .slide .slide-overlay .slide-overlay-inner .custom-pagination .custom_nav_arrow_prev svg {
  transform: scaleX(-1);
}
html:not(.applies-oc-design-system) #container.gutenberg .block-wave-slider .slides .slide .slide-overlay .slide-bottom-wave,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wave-slider .slides .slide .slide-overlay .slide-bottom-wave {
  width: 100%;
  position: relative;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-wave-slider .slides .slide .slide-overlay .slide-bottom-wave svg,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wave-slider .slides .slide .slide-overlay .slide-bottom-wave svg {
  width: 101%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -1%;
  left: -1px;
  right: -1px;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-wildlife-factsheet .post-tag,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wildlife-factsheet .post-tag {
  font-size: 15px;
  font-weight: 700;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-wildlife-factsheet .text-container,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wildlife-factsheet .text-container {
  width: 100%;
  padding: 20px 5% 40px;
  background-color: inherit;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-wildlife-factsheet .text-container .post-tag,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wildlife-factsheet .text-container .post-tag {
  display: none;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-wildlife-factsheet .text-container .post-category,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wildlife-factsheet .text-container .post-category {
  margin: 12px 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-wildlife-factsheet .text-container .post-category .prefix,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wildlife-factsheet .text-container .post-category .prefix {
  margin-top: 6px;
  margin-right: 2px;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-wildlife-factsheet .text-container .post-category .label,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wildlife-factsheet .text-container .post-category .label {
  padding-left: 8px;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-wildlife-factsheet .text-container .post-title,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wildlife-factsheet .text-container .post-title {
  display: block;
  margin: 12px 0;
  font-size: 38px;
  font-weight: 500;
  line-height: 1;
  color: inherit;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-wildlife-factsheet .text-container .post-binomial,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wildlife-factsheet .text-container .post-binomial {
  margin: 12px 0;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-wildlife-factsheet .text-container .post-excerpt,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wildlife-factsheet .text-container .post-excerpt {
  position: relative;
  margin: 12px 0;
  max-height: 200px;
  overflow-y: hidden;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-wildlife-factsheet .text-container .post-excerpt p,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wildlife-factsheet .text-container .post-excerpt p {
  font-size: 18px;
  line-height: 1.5;
  padding: 0;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-wildlife-factsheet .text-container .post-excerpt:before,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wildlife-factsheet .text-container .post-excerpt:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-wildlife-factsheet .text-container .post-links,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wildlife-factsheet .text-container .post-links {
  display: -ms-flexbox;
  display: flex;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-wildlife-factsheet .text-container .post-links .post-link,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wildlife-factsheet .text-container .post-links .post-link {
  --squircle-radius: 20px;
  --squircle-smooth: 1;
  -webkit-mask: paint(squircle);
  mask: paint(squircle);
  padding: 10px 12px;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-wildlife-factsheet .text-container .post-links .post-link a,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wildlife-factsheet .text-container .post-links .post-link a {
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-wildlife-factsheet .image-container,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wildlife-factsheet .image-container {
  width: 100%;
  display: block;
  position: relative;
  background-color: inherit;
  overflow: hidden;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-wildlife-factsheet .image-container a,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wildlife-factsheet .image-container a {
  background-size: cover;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-wildlife-factsheet .image-container div.media-credit,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wildlife-factsheet .image-container div.media-credit {
  right: 10px;
  bottom: 10px;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-wildlife-factsheet .image-container-inner,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wildlife-factsheet .image-container-inner {
  width: 100%;
  display: block;
  position: relative;
  padding-top: 56.25%;
  background-repeat: no-repeat;
  background-position: 50%;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-wildlife-factsheet .image-container .post-tag,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wildlife-factsheet .image-container .post-tag {
  position: absolute;
  top: 5px;
  left: 5px;
}
html:not(.applies-oc-design-system) #container.gutenberg .block-wildlife-factsheet .image-container .border-bottom svg,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wildlife-factsheet .image-container .border-bottom svg {
  height: auto;
  width: 101%;
  bottom: -1px;
  left: -1px;
  right: -1px;
  position: absolute;
}
html:not(.applies-oc-design-system) .wildlife-library-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -0.48px;
}
html:not(.applies-oc-design-system) .wildlife-library-title .grouped {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
}
html:not(.applies-oc-design-system) .wildlife-library-title .grouped .stackable {
  font-size: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 0.9;
  font-weight: 300;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 5px;
}
html:not(.applies-oc-design-system) .sub-header-container .sub-header #sticky-subheader-menu {
  background: #cde4fc;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet .wpmm_mobile_menu_btn {
  color: #074e92 !important;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg {
  background-color: #eaf4ff;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg .back-to-top {
  background-color: #d6e3f1;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg .post-parallax-header-image .border.border-bottom {
  display: none;
  position: absolute;
  bottom: -5px;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg .post-parallax-header-image .border.border-bottom svg {
  width: 100vw;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg .oc-block {
  max-width: unset;
  background-color: #cde4fc;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg .email-signup.widget,
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg .email-signup.widget form.rsform.revmsg-form,
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg .email-signup.widget input,
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg .in-this-article.widget,
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg .in-this-article.widget form.rsform.revmsg-form,
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg .in-this-article.widget input {
  background-color: #fff !important;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg .email-signup.widget input::-webkit-input-placeholder,
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg .in-this-article.widget input::-webkit-input-placeholder {
  text-transform: capitalize;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg .email-signup.widget input::-moz-placeholder,
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg .in-this-article.widget input::-moz-placeholder {
  text-transform: capitalize;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg .email-signup.widget input:-ms-input-placeholder,
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg .email-signup.widget input::-ms-input-placeholder,
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg .in-this-article.widget input:-ms-input-placeholder,
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg .in-this-article.widget input::-ms-input-placeholder {
  text-transform: capitalize;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg .email-signup.widget input::placeholder,
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg .in-this-article.widget input::placeholder {
  text-transform: capitalize;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg .oc-translate-wrapper,
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg header .oco-hed__content .oco-hed__hed svg {
  color: #074e92;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg header .oco-hed__content .oco-hed__hed svg path {
  fill: #074e92;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg header .oco-hed__content .oco-hed__menu .menu-wrapper .menu-left #menu-primary-mega-menu li > a {
  color: #074e92 !important;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg header .oco-hed__content .oco-hed__menu .menu-wrapper .menu-left #menu-primary-mega-menu > li:nth-last-child(2) > a {
  color: #fff !important;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] {
  max-width: 1280px;
  margin: 0 auto;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .lifespan-and-status {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 16px;
  -ms-flex-align: center;
  align-items: center;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .lifespan-and-status .status {
  background-color: #007cf9;
  padding: 4px 8px;
  border-radius: 4px;
  margin: 0 auto;
  color: #fff;
  font-family: Roboto;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: 14px;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .lifespan-and-status .lifespan {
  width: -moz-max-content;
  width: max-content;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .lifespan-and-status .lifespan label {
  font-weight: 500;
  margin-right: 16px;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .title-container {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .title-container h1 {
  font-size: 32px;
  margin-top: 16px;
  line-height: 1.2;
  margin-bottom: 12px;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .title-container h2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 24px;
  margin-top: 0;
  font-style: italic;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .habitat-and-range {
  margin-top: 24px;
  text-align: center;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .habitat-and-range > div {
  margin-bottom: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1.4;
  font-size: 14px;
  height: -moz-fit-content;
  height: fit-content;
  color: #000;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .habitat-and-range > div label {
  font-size: 16px;
  letter-spacing: 0.64px;
  color: #074e92;
  text-transform: none;
  cursor: auto;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .separator {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg .main {
  max-width: 1315px;
  margin: 0 auto;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg .main .content {
  max-width: 600px;
  width: 75vw;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg .main .content p {
  padding: 0;
  font-size: 16px;
  color: #000;
  margin-bottom: 32px;
  line-height: 1.6;
  text-align: left;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg .main .content h3.section-label {
  color: #074e92;
  margin-bottom: 24px;
  margin-top: 32px;
  font-size: 24px;
  font-weight: 600;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg .main .content #about + h3 + .section-content p:first-of-type {
  font-size: 18px;
  color: #074e92;
  line-height: 1.6;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg .main .content #resources + h3 + .section-content {
  margin: 0;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg .main .content #resources + h3 + .section-content ul {
  list-style-image: none;
  padding: 1rem 0;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg .main .content #resources + h3 + .section-content a {
  color: #000;
  text-decoration: underline;
  font-size: 16px;
  letter-spacing: 0.36px;
  line-height: 1.68;
  max-width: 100%;
  overflow-wrap: break-word;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg ul.fast-facts.has-images {
  -ms-flex-direction: column;
  flex-direction: column;
  list-style-image: none !important;
  padding: 0;
  column-gap: 20px;
  row-gap: 20px;
  display: -ms-flexbox !important;
  display: flex !important;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg ul.fast-facts.has-images li {
  max-width: 300px;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg ul.fast-facts.has-images li img {
  border-radius: 8px;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg ul.fast-facts.text-only {
  margin-left: 24px;
  display: block;
  list-style-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.12 5a3.038 3.038 0 0 1-1.143-.844C-.162 2.788.005.442.013.343l.023-.3.25-.028L.624 0c.695 0 1.987.152 2.837 1.173.486.584.734 1.345.858 2.035.709-.682 1.65-1.413 2.729-1.82A7.419 7.419 0 0 1 7.036.343l.024-.3.25-.028L7.647 0c.695 0 1.987.152 2.837 1.173.106.128.201.264.286.406 1.952 1.005 3.072 3.146 3.132 3.263l.098.192-.098.19c-.079.155-1.973 3.777-5.176 3.777-1.786 0-3.362-1.134-4.418-2.153-.127.674-.375 1.41-.847 1.978C2.611 9.847 1.32 10 .624 10l-.338-.015-.25-.029-.023-.3c-.008-.099-.175-2.444.964-3.813.334-.4.736-.667 1.142-.843zm8.97-.083c.299 0 .541-.291.541-.65a.74.74 0 0 0-.162-.463.486.486 0 0 0-.379-.186.486.486 0 0 0-.379.186.74.74 0 0 0-.162.463c0 .359.243.65.541.65z' fill='%23074E92'/%3E%3C/svg%3E");
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg ul.fast-facts.text-only li {
  margin-bottom: 12px;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg .resources ul li {
  margin-bottom: 18px;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg .topics {
  padding: 0 !important;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg .topics .title {
  font-size: 20px;
  margin-bottom: 24px;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg .topics p.programs-title {
  margin-bottom: 16px;
  color: #0d3669;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg .topics .tag-list.programs {
  line-height: 1.6;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg .oc-block.block-blog-listing {
  background-color: #cde4fc !important;
  z-index: 100;
}
html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg .oc-block.block-posts-slideshow.prefooter .border-top {
  background-color: #eaf4ff !important;
}
html:not(.applies-oc-design-system) .facetwp-template[data-name="wildlife_factsheets"] .post-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}
html:not(.applies-oc-design-system) .facetwp-template[data-name="wildlife_factsheets"] .post-container .outer-image-container {
  position: relative;
}
html:not(.applies-oc-design-system) .facetwp-template[data-name="wildlife_factsheets"] .post-container .outer-image-container a .image-container {
  width: 280px;
  height: 211px;
  background-size: auto 120%;
  background-position: 50%;
  transition: all 0.8s;
  border-radius: 5px;
}
html:not(.applies-oc-design-system) .facetwp-template[data-name="wildlife_factsheets"] .post-container .outer-image-container div.media-credit {
  right: 6px;
  bottom: 6px;
}
html:not(.applies-oc-design-system) .facetwp-template[data-name="wildlife_factsheets"] .post-container .text-container {
  font-family: Roboto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 32px;
  color: #0d3669;
}
html:not(.applies-oc-design-system) .facetwp-template[data-name="wildlife_factsheets"] .post-container .text-container .post-meta {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 14px;
  margin-bottom: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  word-break: keep-all;
}
html:not(.applies-oc-design-system) .facetwp-template[data-name="wildlife_factsheets"] .post-container .text-container .post-meta .habitat,
html:not(.applies-oc-design-system) .facetwp-template[data-name="wildlife_factsheets"] .post-container .text-container .post-meta .range {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  column-gap: 8px;
  color: #000;
  text-align: left;
  letter-spacing: 0.28px;
  margin-right: 16px;
  margin-top: 2px;
  font-size: 10px;
}
html:not(.applies-oc-design-system) .facetwp-template[data-name="wildlife_factsheets"] .post-container .text-container .post-meta .habitat label,
html:not(.applies-oc-design-system) .facetwp-template[data-name="wildlife_factsheets"] .post-container .text-container .post-meta .range label {
  font-weight: 700;
}
html:not(.applies-oc-design-system) .facetwp-template[data-name="wildlife_factsheets"] .post-container .text-container .post-meta .habitat ul,
html:not(.applies-oc-design-system) .facetwp-template[data-name="wildlife_factsheets"] .post-container .text-container .post-meta .range ul {
  display: -ms-flexbox;
  display: flex;
  column-gap: 8px;
}
html:not(.applies-oc-design-system) .facetwp-template[data-name="wildlife_factsheets"] .post-container .text-container .post-meta .status {
  margin-right: 16px;
}
html:not(.applies-oc-design-system) .facetwp-template[data-name="wildlife_factsheets"] .post-container .text-container .post-meta .status .post-tag {
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #007cf9;
  color: #fff;
  border-radius: 4px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 8px;
  font-size: 12px;
}
html:not(.applies-oc-design-system) .facetwp-template[data-name="wildlife_factsheets"] .post-container .text-container .post-title {
  width: 100%;
  line-height: 1;
  color: #074e92;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 12px;
  font-size: 20px;
}
html:not(.applies-oc-design-system) .facetwp-template[data-name="wildlife_factsheets"] .post-container .text-container .post-title .binomial {
  font-weight: 300;
  font-stretch: normal;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.56px;
  text-align: left;
  font-size: 20px;
}
html:not(.applies-oc-design-system) .facetwp-template[data-name="wildlife_factsheets"] .post-container .text-container .post-excerpt {
  width: 100%;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #000;
  font-size: 16px;
  line-height: 1.6;
}
html:not(.applies-oc-design-system) .facetwp-template[data-name="wildlife_factsheets"] .post-container:hover .outer-image-container a .image-container {
  background-size: auto 150%;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-video,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-video {
  background-color: transparent;
  padding-bottom: 1rem;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-video .poster,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-video .poster {
  padding-top: 56.25%;
  border-radius: 8px;
  position: relative;
  background-size: cover;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-video .poster:before,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-video .poster:before {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='85' height='85' viewBox='0 0 85 85' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M42.697.6c-23.196 0-42 18.804-42 42s18.804 42 42 42 42-18.804 42-42-18.804-42-42-42zm14.516 44.226l-21 13.125a2.626 2.626 0 0 1-4.016-2.226v-26.25a2.624 2.624 0 0 1 4.016-2.226l21 13.125a2.628 2.628 0 0 1 0 4.452z' fill='%23fff' fill-opacity='.4' filter='url(%23a)'/%3E%3Cpath d='M36.213 57.951l21-13.125a2.628 2.628 0 0 0 0-4.452l-21-13.125a2.624 2.624 0 0 0-4.016 2.226v26.25a2.624 2.624 0 0 0 4.016 2.226z' fill='%23fff' filter='url(%23b)'/%3E%3Cdefs%3E%3Cfilter id='a' x='-19.303' y='-19.4' width='124' height='124' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImage' stdDeviation='10'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_417_8608'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_backgroundBlur_417_8608' result='shape'/%3E%3C/filter%3E%3Cfilter id='b' x='12.197' y='6.849' width='66.25' height='71.501' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImage' stdDeviation='10'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_417_8608'/%3E%3CfeColorMatrix in='SourceAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='6'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0.454902 0 0 0 0 0.909804 0 0 0 0.14 0'/%3E%3CfeBlend in2='effect1_backgroundBlur_417_8608' result='effect2_dropShadow_417_8608'/%3E%3CfeBlend in='SourceGraphic' in2='effect2_dropShadow_417_8608' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100px;
  right: 0;
  margin: auto;
  height: 100px;
  cursor: pointer;
  transition: 0.3s;
  z-index: 1;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-video .caption,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-video .caption {
  margin: 0 auto;
  margin-top: 8px;
  max-width: 272px;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.36px;
  text-align: center;
  color: #000;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-video div.media-credit,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-video div.media-credit {
  bottom: 6px;
  right: 6px;
}
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-listing.block-style-33_33_33,
html:not(.applies-oc-design-system) body #container.gutenberg .oc-block.block-blog-listing.block-style-33_33_33 {
  padding: 20px 0;
}
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-listing.block-style-33_33_33 .post-slideshow,
html:not(.applies-oc-design-system) body #container.gutenberg .oc-block.block-blog-listing.block-style-33_33_33 .post-slideshow {
  max-width: 90%;
  margin: 0 auto;
}
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-listing.block-style-33_33_33 .post-slideshow .post-container .post-text,
html:not(.applies-oc-design-system) body #container.gutenberg .oc-block.block-blog-listing.block-style-33_33_33 .post-slideshow .post-container .post-text {
  max-width: 100%;
}
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-listing.block-style-33_33_33 .post-slideshow .post-container .post-title,
html:not(.applies-oc-design-system) body #container.gutenberg .oc-block.block-blog-listing.block-style-33_33_33 .post-slideshow .post-container .post-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-listing.block-style-33_33_33 .post-slideshow .post-container .author-info,
html:not(.applies-oc-design-system) body #container.gutenberg .oc-block.block-blog-listing.block-style-33_33_33 .post-slideshow .post-container .author-info {
  max-width: 70%;
}
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-listing.block-style-33_33_33 .post-slideshow .post-container .author-info .author-name,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-listing.block-style-33_33_33 .post-slideshow .post-container .author-info .author-title,
html:not(.applies-oc-design-system) body #container.gutenberg .oc-block.block-blog-listing.block-style-33_33_33 .post-slideshow .post-container .author-info .author-name,
html:not(.applies-oc-design-system) body #container.gutenberg .oc-block.block-blog-listing.block-style-33_33_33 .post-slideshow .post-container .author-info .author-title {
  font-size: 12px;
}
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-listing.block-style-33_33_33 .block-content,
html:not(.applies-oc-design-system) body #container.gutenberg .oc-block.block-blog-listing.block-style-33_33_33 .block-content {
  max-width: 1280px;
  margin: 0 auto;
}
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-listing.block-style-33_33_33 .block-content .column.grid,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-listing.block-style-33_33_33 .block-content .column.single,
html:not(.applies-oc-design-system) body #container.gutenberg .oc-block.block-blog-listing.block-style-33_33_33 .block-content .column.grid,
html:not(.applies-oc-design-system) body #container.gutenberg .oc-block.block-blog-listing.block-style-33_33_33 .block-content .column.single {
  display: none;
}
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-listing.block-style-33_33_33 .block-content .column.text,
html:not(.applies-oc-design-system) body #container.gutenberg .oc-block.block-blog-listing.block-style-33_33_33 .block-content .column.text {
  max-width: 290px;
  margin-right: 46px;
  color: #074e92;
  font-family: Roboto;
  padding: 42px 24px;
}
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-listing.block-style-33_33_33 .block-content .column.text .title,
html:not(.applies-oc-design-system) body #container.gutenberg .oc-block.block-blog-listing.block-style-33_33_33 .block-content .column.text .title {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 8px;
  font-weight: 700;
}
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-listing.block-style-33_33_33 .block-content .column.text .description,
html:not(.applies-oc-design-system) body #container.gutenberg .oc-block.block-blog-listing.block-style-33_33_33 .block-content .column.text .description {
  letter-spacing: 0.36px;
  margin-bottom: 24px;
  font-size: 16px;
}
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-listing.block-style-33_33_33 .block-content .column.text a,
html:not(.applies-oc-design-system) body #container.gutenberg .oc-block.block-blog-listing.block-style-33_33_33 .block-content .column.text a {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.36px;
  color: #074e92;
  background-position: 0 26px;
  background-repeat: repeat-x;
  background-size: 1px 1px;
  overflow: visible;
  padding-bottom: 3px;
  border-bottom: 1px solid;
}
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-listing.block-style-33_33_33 .block-content .column.text a:hover,
html:not(.applies-oc-design-system) body #container.gutenberg .oc-block.block-blog-listing.block-style-33_33_33 .block-content .column.text a:hover {
  background-position: 0 20px;
  background-size: 50px 14px;
  background-repeat: repeat-x;
  text-decoration: none;
  border-bottom: none;
  padding-bottom: 10px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 5'%3E%3Cstyle type='text/css'%3E%3C/style%3E%3Cpath fill='none' stroke='%230d3669' stroke-width='0.8' class='st0' d='M0 4c5 0 5-3 10-3s5 3 10 3 5-3 10-3 5 3 10 3'/%3E%3C/svg%3E");
}
html:not(.applies-oc-design-system) .st0 {
  animation: shift 0.6s linear infinite;
}
@keyframes shift {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-20px);
  }
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-listing.block-style-3x_grid {
  display: block;
  position: relative;
  padding-left: 0;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-listing.block-style-3x_grid .border.border-top {
  position: relative;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-listing.block-style-3x_grid .border.border-top .svg-container {
  position: absolute;
  bottom: 0;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-listing.block-style-3x_grid .recommended {
  display: none;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-listing.block-style-3x_grid .block-content {
  display: none;
  max-width: 1280px;
  margin: 0 auto;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-listing.block-style-3x_grid .grid,
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-listing.block-style-3x_grid .post-list-additional {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-listing.block-style-3x_grid .grid .post-container,
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-listing.block-style-3x_grid .post-list-additional .post-container {
  background-color: transparent !important;
  width: 250px;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-listing.block-style-3x_grid .grid .post-container .outer-image-container,
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-listing.block-style-3x_grid .post-list-additional .post-container .outer-image-container {
  width: 250px;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-listing.block-style-3x_grid .grid .post-container .post-text,
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-listing.block-style-3x_grid .post-list-additional .post-container .post-text {
  max-width: 100%;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-listing.block-style-3x_grid .grid .post-container .post-text .post-excerpt,
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-listing.block-style-3x_grid .post-list-additional .post-container .post-text .post-excerpt {
  display: none;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-listing.block-style-3x_grid .post-slideshow {
  margin-top: 19px;
  padding-left: 24px;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-listing.block-style-3x_grid .post-slideshow .slideshow-link {
  width: 162px;
  height: 25px;
  -ms-flex-positive: 0;
  flex-grow: 0;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.36px;
  text-align: right;
  color: #074e92;
  margin-left: 0.5rem;
  padding-bottom: 4px;
  border-bottom: 1px solid;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-listing.block-style-3x_grid .post-slideshow .splide__track {
  margin-top: 29px;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-listing.block-style-3x_grid .post-slideshow .blog-post .post-authors .post-author .author-image img {
  border-radius: 100%;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-listing.block-style-3x_grid .post-slideshow .post-author .author-info .author-title {
  font-weight: 400;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-listing.block-style-3x_grid .post-slideshow .post-container {
  background-color: transparent !important;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-style-66_33 .post-container,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-style-66_33 .post-container {
  -ms-flex-align: center;
  align-items: center;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-style-66_33 .post-container .author-info .author-title,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-style-66_33 .post-container .author-info .author-title {
  text-align: unset;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-style-66_33 .post-container .outer-image-container,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-style-66_33 .post-container .outer-image-container {
  width: 100%;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-style-66_33 .post-list.constrained,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-style-66_33 .post-list.constrained {
  -ms-flex-direction: column;
  flex-direction: column;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-style-66_33 .post-list.constrained .column.primary,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-style-66_33 .post-list.constrained .column.primary {
  width: 100%;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-style-66_33 .post-list.constrained .column,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-style-66_33 .post-list.constrained .column {
  display: block;
  width: 100%;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-style-66_33 .post-list.constrained .column .post-text,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-style-66_33 .post-list.constrained .column .post-text {
  width: 100%;
  margin: 0;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-style-66_33 .post-list.constrained .column .post-text .post-excerpt,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-style-66_33 .post-list.constrained .column .post-text .post-excerpt {
  display: block;
  padding: 0;
  margin: 8px 0 0;
}
html:not(.applies-oc-design-system).gutenberg .single.single-post #container.gutenberg .oc-block.block-child-navigation,
html:not(.applies-oc-design-system).gutenberg .wildlife_factsheet-template-default #container.gutenberg .oc-block.block-child-navigation,
html:not(.applies-oc-design-system).gutenberg body.page-template.page-template-template-gutenberg #container.gutenberg .oc-block.block-child-navigation,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-child-navigation {
  border-radius: 16px;
  max-width: 260px;
  padding: 12px 8px;
  margin: 10px auto;
}
html:not(.applies-oc-design-system).gutenberg .single.single-post #container.gutenberg .oc-block.block-child-navigation.alightright,
html:not(.applies-oc-design-system).gutenberg .single.single-post #container.gutenberg .oc-block.block-child-navigation.alignleft,
html:not(.applies-oc-design-system).gutenberg .wildlife_factsheet-template-default #container.gutenberg .oc-block.block-child-navigation.alightright,
html:not(.applies-oc-design-system).gutenberg .wildlife_factsheet-template-default #container.gutenberg .oc-block.block-child-navigation.alignleft,
html:not(.applies-oc-design-system).gutenberg body.page-template.page-template-template-gutenberg #container.gutenberg .oc-block.block-child-navigation.alightright,
html:not(.applies-oc-design-system).gutenberg body.page-template.page-template-template-gutenberg #container.gutenberg .oc-block.block-child-navigation.alignleft,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-child-navigation.alightright,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-child-navigation.alignleft {
  float: unset;
}
html:not(.applies-oc-design-system).gutenberg .single.single-post #container.gutenberg .oc-block.block-child-navigation .navigation-header,
html:not(.applies-oc-design-system).gutenberg .wildlife_factsheet-template-default #container.gutenberg .oc-block.block-child-navigation .navigation-header,
html:not(.applies-oc-design-system).gutenberg body.page-template.page-template-template-gutenberg #container.gutenberg .oc-block.block-child-navigation .navigation-header,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-child-navigation .navigation-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 4px;
}
html:not(.applies-oc-design-system).gutenberg .single.single-post #container.gutenberg .oc-block.block-child-navigation .navigation-header .title-container,
html:not(.applies-oc-design-system).gutenberg .wildlife_factsheet-template-default #container.gutenberg .oc-block.block-child-navigation .navigation-header .title-container,
html:not(.applies-oc-design-system).gutenberg body.page-template.page-template-template-gutenberg #container.gutenberg .oc-block.block-child-navigation .navigation-header .title-container,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-child-navigation .navigation-header .title-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
  font-family: Roboto;
  font-style: normal;
}
html:not(.applies-oc-design-system).gutenberg .single.single-post #container.gutenberg .oc-block.block-child-navigation .navigation-header .title-container .block-title,
html:not(.applies-oc-design-system).gutenberg .wildlife_factsheet-template-default #container.gutenberg .oc-block.block-child-navigation .navigation-header .title-container .block-title,
html:not(.applies-oc-design-system).gutenberg body.page-template.page-template-template-gutenberg #container.gutenberg .oc-block.block-child-navigation .navigation-header .title-container .block-title,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-child-navigation .navigation-header .title-container .block-title {
  letter-spacing: 0.02em;
  font-weight: 700;
  font-size: 14px;
}
html:not(.applies-oc-design-system).gutenberg .single.single-post #container.gutenberg .oc-block.block-child-navigation .navigation-header .title-container .block-subtitle,
html:not(.applies-oc-design-system).gutenberg .wildlife_factsheet-template-default #container.gutenberg .oc-block.block-child-navigation .navigation-header .title-container .block-subtitle,
html:not(.applies-oc-design-system).gutenberg body.page-template.page-template-template-gutenberg #container.gutenberg .oc-block.block-child-navigation .navigation-header .title-container .block-subtitle,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-child-navigation .navigation-header .title-container .block-subtitle {
  font-weight: 400;
  font-size: 14px;
  display: block;
}
html:not(.applies-oc-design-system).gutenberg .single.single-post #container.gutenberg .oc-block.block-child-navigation .navigation-header .block-toggle,
html:not(.applies-oc-design-system).gutenberg .wildlife_factsheet-template-default #container.gutenberg .oc-block.block-child-navigation .navigation-header .block-toggle,
html:not(.applies-oc-design-system).gutenberg body.page-template.page-template-template-gutenberg #container.gutenberg .oc-block.block-child-navigation .navigation-header .block-toggle,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-child-navigation .navigation-header .block-toggle {
  cursor: pointer;
  display: block;
}
html:not(.applies-oc-design-system).gutenberg .single.single-post #container.gutenberg .oc-block.block-child-navigation ul.top-nav-list,
html:not(.applies-oc-design-system).gutenberg .wildlife_factsheet-template-default #container.gutenberg .oc-block.block-child-navigation ul.top-nav-list,
html:not(.applies-oc-design-system).gutenberg body.page-template.page-template-template-gutenberg #container.gutenberg .oc-block.block-child-navigation ul.top-nav-list,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-child-navigation ul.top-nav-list {
  max-height: 0;
  transition: max-height 0.5s;
  overflow: hidden;
  z-index: 1;
}
html:not(.applies-oc-design-system).gutenberg .single.single-post #container.gutenberg .oc-block.block-child-navigation ul.top-nav-list > li.menu-item:first-child,
html:not(.applies-oc-design-system).gutenberg .wildlife_factsheet-template-default #container.gutenberg .oc-block.block-child-navigation ul.top-nav-list > li.menu-item:first-child,
html:not(.applies-oc-design-system).gutenberg body.page-template.page-template-template-gutenberg #container.gutenberg .oc-block.block-child-navigation ul.top-nav-list > li.menu-item:first-child,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-child-navigation ul.top-nav-list > li.menu-item:first-child {
  padding-top: 20px !important;
}
html:not(.applies-oc-design-system).gutenberg .single.single-post #container.gutenberg .oc-block.block-child-navigation ul.top-nav-list li.menu-item,
html:not(.applies-oc-design-system).gutenberg .wildlife_factsheet-template-default #container.gutenberg .oc-block.block-child-navigation ul.top-nav-list li.menu-item,
html:not(.applies-oc-design-system).gutenberg body.page-template.page-template-template-gutenberg #container.gutenberg .oc-block.block-child-navigation ul.top-nav-list li.menu-item,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-child-navigation ul.top-nav-list li.menu-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 !important;
  margin: 0 !important;
  position: relative;
}
html:not(.applies-oc-design-system).gutenberg .single.single-post #container.gutenberg .oc-block.block-child-navigation ul.top-nav-list li.menu-item:before,
html:not(.applies-oc-design-system).gutenberg .wildlife_factsheet-template-default #container.gutenberg .oc-block.block-child-navigation ul.top-nav-list li.menu-item:before,
html:not(.applies-oc-design-system).gutenberg body.page-template.page-template-template-gutenberg #container.gutenberg .oc-block.block-child-navigation ul.top-nav-list li.menu-item:before,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-child-navigation ul.top-nav-list li.menu-item:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23007CF9'/%3E%3Cpath d='M5.777 4.943L8.8 8l-3.023 3.057.933.943 3.956-4L6.71 4l-.933.943z' fill='%23fff'/%3E%3C/svg%3E");
  left: 9px;
  z-index: 20;
}
html:not(.applies-oc-design-system).gutenberg .single.single-post #container.gutenberg .oc-block.block-child-navigation ul.top-nav-list li.menu-item > div,
html:not(.applies-oc-design-system).gutenberg .wildlife_factsheet-template-default #container.gutenberg .oc-block.block-child-navigation ul.top-nav-list li.menu-item > div,
html:not(.applies-oc-design-system).gutenberg body.page-template.page-template-template-gutenberg #container.gutenberg .oc-block.block-child-navigation ul.top-nav-list li.menu-item > div,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-child-navigation ul.top-nav-list li.menu-item > div {
  --squircle-radius: 16px;
  --squircle-smooth: 0.8;
  -webkit-mask: paint(squircle);
  mask: paint(squircle);
  width: 100%;
}
html:not(.applies-oc-design-system).gutenberg .single.single-post #container.gutenberg .oc-block.block-child-navigation ul.top-nav-list li.menu-item a,
html:not(.applies-oc-design-system).gutenberg .wildlife_factsheet-template-default #container.gutenberg .oc-block.block-child-navigation ul.top-nav-list li.menu-item a,
html:not(.applies-oc-design-system).gutenberg body.page-template.page-template-template-gutenberg #container.gutenberg .oc-block.block-child-navigation ul.top-nav-list li.menu-item a,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-child-navigation ul.top-nav-list li.menu-item a {
  display: block;
  text-decoration: none !important;
  color: #fff !important;
  padding: 8px 10px 8px 35px !important;
  max-width: 244px;
  width: 100%;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 140% !important;
  letter-spacing: 0.01em !important;
}
html:not(.applies-oc-design-system).gutenberg .single.single-post #container.gutenberg .oc-block.block-child-navigation ul.top-nav-list li.menu-item a:hover,
html:not(.applies-oc-design-system).gutenberg .wildlife_factsheet-template-default #container.gutenberg .oc-block.block-child-navigation ul.top-nav-list li.menu-item a:hover,
html:not(.applies-oc-design-system).gutenberg body.page-template.page-template-template-gutenberg #container.gutenberg .oc-block.block-child-navigation ul.top-nav-list li.menu-item a:hover,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-child-navigation ul.top-nav-list li.menu-item a:hover {
  background-color: #fff;
  color: #0d3669 !important;
  text-decoration: none !important;
}
html:not(.applies-oc-design-system).gutenberg .single.single-post #container.gutenberg .oc-block.block-child-navigation ul.top-nav-list li.menu-item a.active,
html:not(.applies-oc-design-system).gutenberg .wildlife_factsheet-template-default #container.gutenberg .oc-block.block-child-navigation ul.top-nav-list li.menu-item a.active,
html:not(.applies-oc-design-system).gutenberg body.page-template.page-template-template-gutenberg #container.gutenberg .oc-block.block-child-navigation ul.top-nav-list li.menu-item a.active,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-child-navigation ul.top-nav-list li.menu-item a.active {
  text-decoration: underline !important;
  color: #cde4fc !important;
}
html:not(.applies-oc-design-system).gutenberg .single.single-post #container.gutenberg .oc-block.block-child-navigation ul.top-nav-list li.menu-item a.active:hover,
html:not(.applies-oc-design-system).gutenberg .wildlife_factsheet-template-default #container.gutenberg .oc-block.block-child-navigation ul.top-nav-list li.menu-item a.active:hover,
html:not(.applies-oc-design-system).gutenberg body.page-template.page-template-template-gutenberg #container.gutenberg .oc-block.block-child-navigation ul.top-nav-list li.menu-item a.active:hover,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-child-navigation ul.top-nav-list li.menu-item a.active:hover {
  color: #0d3669 !important;
}
html:not(.applies-oc-design-system).gutenberg .single.single-post #container.gutenberg .oc-block.block-child-navigation ul.top-nav-list li.menu-item.has-children .child-nav-list,
html:not(.applies-oc-design-system).gutenberg .wildlife_factsheet-template-default #container.gutenberg .oc-block.block-child-navigation ul.top-nav-list li.menu-item.has-children .child-nav-list,
html:not(.applies-oc-design-system).gutenberg body.page-template.page-template-template-gutenberg #container.gutenberg .oc-block.block-child-navigation ul.top-nav-list li.menu-item.has-children .child-nav-list,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-child-navigation ul.top-nav-list li.menu-item.has-children .child-nav-list {
  max-height: 0;
  opacity: 0;
  transition: max-height 0.75s, opacity 0.75s;
  overflow: hidden;
}
html:not(.applies-oc-design-system).gutenberg .single.single-post #container.gutenberg .oc-block.block-child-navigation ul.top-nav-list li.menu-item.has-children .child-nav-list li.menu-item a,
html:not(.applies-oc-design-system).gutenberg .wildlife_factsheet-template-default #container.gutenberg .oc-block.block-child-navigation ul.top-nav-list li.menu-item.has-children .child-nav-list li.menu-item a,
html:not(.applies-oc-design-system).gutenberg body.page-template.page-template-template-gutenberg #container.gutenberg .oc-block.block-child-navigation ul.top-nav-list li.menu-item.has-children .child-nav-list li.menu-item a,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-child-navigation ul.top-nav-list li.menu-item.has-children .child-nav-list li.menu-item a {
  padding: 4px 8px 4px 39px !important;
  font-weight: 500 !important;
}
html:not(.applies-oc-design-system).gutenberg .single.single-post #container.gutenberg .oc-block.block-child-navigation ul.top-nav-list li.menu-item.has-children .child-nav-list:before,
html:not(.applies-oc-design-system).gutenberg .wildlife_factsheet-template-default #container.gutenberg .oc-block.block-child-navigation ul.top-nav-list li.menu-item.has-children .child-nav-list:before,
html:not(.applies-oc-design-system).gutenberg body.page-template.page-template-template-gutenberg #container.gutenberg .oc-block.block-child-navigation ul.top-nav-list li.menu-item.has-children .child-nav-list:before,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-child-navigation ul.top-nav-list li.menu-item.has-children .child-nav-list:before {
  content: " ";
  width: 1.6px;
  height: calc(100% - 52px);
  display: block;
  top: 20px;
  left: 14px;
  position: absolute;
  background-color: #007cf9;
  opacity: 1;
}
html:not(.applies-oc-design-system).gutenberg .single.single-post #container.gutenberg .oc-block.block-child-navigation ul.top-nav-list li.menu-item.has-children .child-nav-list li.menu-item:before,
html:not(.applies-oc-design-system).gutenberg .wildlife_factsheet-template-default #container.gutenberg .oc-block.block-child-navigation ul.top-nav-list li.menu-item.has-children .child-nav-list li.menu-item:before,
html:not(.applies-oc-design-system).gutenberg body.page-template.page-template-template-gutenberg #container.gutenberg .oc-block.block-child-navigation ul.top-nav-list li.menu-item.has-children .child-nav-list li.menu-item:before,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-child-navigation ul.top-nav-list li.menu-item.has-children .child-nav-list li.menu-item:before {
  content: " ";
  width: 14px;
  height: 14px;
  display: block;
  top: -2px;
  left: 14px;
  position: absolute;
  border-color: #007cf9 !important;
  border-bottom: 2px solid;
  border-left: 2px solid;
  border-radius: 0 0 0 100%;
}
html:not(.applies-oc-design-system).gutenberg .single.single-post #container.gutenberg .oc-block.block-child-navigation ul.top-nav-list li.menu-item.has-children .toggle-button,
html:not(.applies-oc-design-system).gutenberg .wildlife_factsheet-template-default #container.gutenberg .oc-block.block-child-navigation ul.top-nav-list li.menu-item.has-children .toggle-button,
html:not(.applies-oc-design-system).gutenberg body.page-template.page-template-template-gutenberg #container.gutenberg .oc-block.block-child-navigation ul.top-nav-list li.menu-item.has-children .toggle-button,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-child-navigation ul.top-nav-list li.menu-item.has-children .toggle-button {
  z-index: 10;
  width: 24px;
  height: 24px;
  display: block;
  top: 4px;
  left: 4px;
  position: absolute;
  cursor: pointer;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOCIgY3k9IjgiIHI9IjgiIGZpbGw9IiMwMDdDRjkiLz4KPHBhdGggZD0iTTguMDQzNTggMy40MzA1NEg4LjA0MzU4SDcuOTU0NjlINy41NTQ2OUg3LjQyOTY5VjMuNTU1NTRWMTIuNDQ0NFYxMi41Njk0SDcuNTU0NjlINy45NTQ2OUw4LjA0MzU3IDEyLjU2OTRIOC40NDM1OEg4LjU2ODU4VjEyLjQ0NDRWMy41NTU1NVYzLjQzMDU1TDguNDQzNTggMy40MzA1NUw4LjA0MzU4IDMuNDMwNTRaIiBmaWxsPSJ3aGl0ZSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIwLjI1Ii8+CjxwYXRoIGQ9Ik0zLjU1NDY5IDcuNDMwNTRIMy40Mjk2OVY3LjU1NTU0VjguNDQ0NDNWOC41Njk0M0gzLjU1NDY5SDcuNTU0NjlMOC40NDM1OCA4LjU2OTQzSDEyLjQ0MzZIMTIuNTY4NlY4LjQ0NDQzVjcuNTU1NTRWNy40MzA1NEwxMi40NDM2IDcuNDMwNTRMOC40NDM1OCA3LjQzMDU0SDcuNTU0NjlIMy41NTQ2OVoiIGZpbGw9IndoaXRlIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjAuMjUiLz4KPC9zdmc+Cg==);
}
html:not(.applies-oc-design-system).gutenberg .single.single-post #container.gutenberg .oc-block.block-child-navigation ul.top-nav-list li.menu-item.has-children.expanded .toggle-button,
html:not(.applies-oc-design-system).gutenberg .wildlife_factsheet-template-default #container.gutenberg .oc-block.block-child-navigation ul.top-nav-list li.menu-item.has-children.expanded .toggle-button,
html:not(.applies-oc-design-system).gutenberg body.page-template.page-template-template-gutenberg #container.gutenberg .oc-block.block-child-navigation ul.top-nav-list li.menu-item.has-children.expanded .toggle-button,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-child-navigation ul.top-nav-list li.menu-item.has-children.expanded .toggle-button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOCIgY3k9IjgiIHI9IjgiIGZpbGw9IiMwMDdDRjkiLz4KPHBhdGggZD0iTTcuNTU0NjkgNy40MzA1NEg3LjQyOTY5VjcuNTU1NTRWOC40NDQ0M1Y4LjU2OTQzSDcuNTU0NjlINy45NTQ2OUw4LjA0MzU4IDguNTY5NDNIOC40NDM1OEg4LjU2ODU4VjguNDQ0NDNWNy41NTU1NFY3LjQzMDU0TDguNDQzNTggNy40MzA1NEw4LjA0MzU4IDcuNDMwNTRINy45NTQ2OUg3LjU1NDY5WiIgZmlsbD0id2hpdGUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIvPgo8cGF0aCBkPSJNMy41NTQ2OSA3LjQzMDU0SDMuNDI5NjlWNy41NTU1NFY4LjQ0NDQzVjguNTY5NDNIMy41NTQ2OUwxMi40NDM2IDguNTY5NDNIMTIuNTY4NlY4LjQ0NDQzVjcuNTU1NTRWNy40MzA1NEwxMi40NDM2IDcuNDMwNTRMMy41NTQ2OSA3LjQzMDU0WiIgZmlsbD0id2hpdGUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC4yNSIvPgo8L3N2Zz4K);
}
html:not(.applies-oc-design-system).gutenberg .single.single-post #container.gutenberg .oc-block.block-child-navigation ul.top-nav-list li.menu-item.has-children.expanded .child-nav-list,
html:not(.applies-oc-design-system).gutenberg .wildlife_factsheet-template-default #container.gutenberg .oc-block.block-child-navigation ul.top-nav-list li.menu-item.has-children.expanded .child-nav-list,
html:not(.applies-oc-design-system).gutenberg body.page-template.page-template-template-gutenberg #container.gutenberg .oc-block.block-child-navigation ul.top-nav-list li.menu-item.has-children.expanded .child-nav-list,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-child-navigation ul.top-nav-list li.menu-item.has-children.expanded .child-nav-list {
  opacity: 1;
  max-height: 400px;
}
html:not(.applies-oc-design-system).gutenberg .single.single-post #container.gutenberg .oc-block.block-child-navigation.expanded ul.top-nav-list,
html:not(.applies-oc-design-system).gutenberg .wildlife_factsheet-template-default #container.gutenberg .oc-block.block-child-navigation.expanded ul.top-nav-list,
html:not(.applies-oc-design-system).gutenberg body.page-template.page-template-template-gutenberg #container.gutenberg .oc-block.block-child-navigation.expanded ul.top-nav-list,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-child-navigation.expanded ul.top-nav-list {
  max-height: 3000px;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block .author-info .author-title,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block .author-info .author-title {
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: Roboto;
  color: #074e92;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block .author-info .author-name,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block .author-info .author-name {
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.28px;
  text-align: left;
  color: #074e92;
  font-family: Roboto;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-style-grid,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-style-grid {
  padding: 44px 0 20px;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-style-grid .post-container .author-info,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-style-grid .post-container .author-info {
  font-size: 14px;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-style-grid .post-container.bonus-card .arrow-container,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-style-grid .post-container.bonus-card .arrow-container {
  width: 100%;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: middle;
  align-items: middle;
  bottom: calc(50% - 33px);
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-style-grid .post-container.bonus-card .arrow-container .bonus-card-arrow,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-style-grid .post-container.bonus-card .arrow-container .bonus-card-arrow {
  border-radius: 50%;
  height: 67px;
  width: 67px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(205, 228, 252, 0.5);
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-style-grid .post-container.bonus-card .post-text,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-style-grid .post-container.bonus-card .post-text {
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-style-grid .post-list.constrained,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-style-grid .post-list.constrained {
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-style-grid .post-slideshow .post-slideshow-title,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-style-grid .post-slideshow .post-slideshow-title {
  display: none;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-style-grid .post-slideshow .post-title,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-style-grid .post-slideshow .post-title {
  font-size: 16px;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-style-grid .post-slideshow .post-text,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-style-grid .post-slideshow .post-text {
  width: 100%;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-style-grid .post-slideshow .author-info,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-style-grid .post-slideshow .author-info {
  font-size: 12px;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-style-grid .post-slideshow .author-info .author-name,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-style-grid .post-slideshow .author-info .author-name {
  font-weight: 600;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-style-grid .recommended,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-style-grid .recommended {
  margin: 0 16px 31px;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-style-grid .recommended .label,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-style-grid .recommended .label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  column-gap: 12px;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-style-grid .recommended .link .view-more .prefix,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-style-grid .recommended .link .view-more .prefix {
  display: none;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-style-grid .recommended .link .view-more .label,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-style-grid .recommended .link .view-more .label {
  border-bottom: 1.5px solid;
  padding-bottom: 1px;
  text-transform: unset;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .block-title,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .block-title {
  font-family: Roboto;
  font-size: 36px;
  font-weight: 700;
  width: 220px;
  margin: 0 30px 32px;
  line-height: 1.06;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .block-content,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .block-content {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .block-content .column.scroll,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .block-content .column.scroll {
  display: none;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .block-content .column.info,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .block-content .column.info {
  position: relative;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .block-content .column.info div.media-credit,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .block-content .column.info div.media-credit {
  bottom: 15px;
  right: 10px;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .block-content .column.info .image-container-inner,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .block-content .column.info .image-container-inner {
  height: 500px;
  background-position: 50%;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto;
  row-gap: 16px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .block-content .column.info .image-container-inner .text-container,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .block-content .column.info .image-container-inner .text-container {
  position: absolute;
  bottom: 16px;
  width: 100%;
  left: 0;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .block-content .column.info .image-container-inner .tags,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .block-content .column.info .image-container-inner .tags {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .block-content .column.info .image-container-inner .tags .tag,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .block-content .column.info .image-container-inner .tags .tag {
  font-size: 14px;
  background-color: #007cf9;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: 700;
  display: inline-block;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .block-content .column.info .image-container-inner .title,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .block-content .column.info .image-container-inner .title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 32px;
  width: 100%;
  text-align: center;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .block-content .column.info .image-container-inner .links,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .block-content .column.info .image-container-inner .links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .block-content .column.info .image-container-inner .links a,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .block-content .column.info .image-container-inner .links a {
  color: #fff;
  cursor: pointer;
  margin-bottom: 16px;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .block-content .column.info .image-container-inner .links a:first-of-type,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .block-content .column.info .image-container-inner .links a:first-of-type {
  border: 1.25px solid;
  border-radius: 8px;
  padding: 16px 82px 16px 83px;
  font-weight: 700;
  font-size: 20px;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .block-content .column.info .image-container-inner .links a:nth-of-type(2),
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .block-content .column.info .image-container-inner .links a:nth-of-type(2) {
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  border-bottom: 1px solid;
  padding-bottom: 4px;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .post-slideshow.splide,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .post-slideshow.splide {
  visibility: visible;
  margin: 0 5px;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .post-slideshow.splide .post-excerpt,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .post-slideshow.splide .post-excerpt {
  display: none;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .post-slideshow.splide .post-title,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .post-slideshow.splide .post-title {
  font-size: 16px;
  font-weight: 700;
  color: #074e92;
  line-height: 1.5;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .post-slideshow.splide .post-text,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .post-slideshow.splide .post-text {
  width: 216px;
  padding-top: 16px;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .post-slideshow.splide .author-name,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .post-slideshow.splide .author-name {
  font-size: 12px;
  font-weight: 600;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .post-slideshow.splide .author-title,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .post-slideshow.splide .author-title {
  font-size: 12px;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .post-slideshow.splide .post-author,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .post-slideshow.splide .post-author {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 12px;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .post-slideshow.splide .post-author .author-image,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .post-slideshow.splide .post-author .author-image {
  width: 40px;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .outer-image-container,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .outer-image-container {
  width: calc(100% - 12px);
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .outer-image-container .image-container,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .outer-image-container .image-container {
  padding-bottom: 100%;
  width: 100%;
  border-radius: 8px;
  background-size: cover;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .outer-image-container div.media-credit,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .outer-image-container div.media-credit {
  right: 6px;
  bottom: 6px;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .post-container,
html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .post-container {
  -ms-flex-direction: column;
  flex-direction: column;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .block-content .column.scroll .border.border-top {
  display: none;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .block-content .column.info .border.border-bottom {
  position: absolute;
  top: 0;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .post-slideshow-wrapper .border.border-top {
  position: relative;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .post-slideshow-wrapper .border.border-top .svg-container {
  position: absolute;
  bottom: 0;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-posts-slideshow {
  height: 100%;
  position: relative;
  padding-bottom: 20px;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-posts-slideshow.prefooter .constrained {
  -ms-flex-direction: row;
  flex-direction: row;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-posts-slideshow .info {
  text-align: left;
  width: 296px;
  margin: 34px 12px 34px 30px;
  font-family: Roboto;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-posts-slideshow .info .recommended-reading {
  color: #074e92;
  font-size: 36px;
  font-weight: 700;
  margin: 8px 0;
  display: none;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-posts-slideshow .info .block-title {
  text-align: left;
  font-weight: 700;
  margin-bottom: 8px;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-posts-slideshow .info .block-description {
  margin-bottom: 24px;
  text-align: left;
  color: #074e92;
  line-height: 1.6;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-posts-slideshow .info a.read-more {
  color: #074e92;
  border-bottom: 1px solid;
  font-weight: 700;
  padding-bottom: 4px;
  text-align: left;
  font-size: 18px;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-posts-slideshow .info a.read-more:hover {
  text-decoration: none;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-posts-slideshow .slideshow.splide {
  width: 100%;
  padding: 0 0 0 20px;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-posts-slideshow.prefooter .slideshow.splide .splide__arrows {
  right: unset;
  left: -275px;
  bottom: -30px;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-posts-slideshow .post-container {
  margin: 0 8px;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-posts-slideshow .post-container > a {
  text-decoration: none !important;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-posts-slideshow .post-container .outer-image-container {
  position: relative;
  width: 224px;
  height: 300px;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-posts-slideshow .post-container .outer-image-container div.media-credit {
  right: 6px;
  bottom: 6px;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-posts-slideshow .post-container .outer-image-container .image-container {
  font-family: Roboto;
  font-weight: 500;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  height: 100%;
  width: 100%;
  transition: all 0.8s;
  background-size: cover;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-posts-slideshow .post-container .outer-image-container .image-container .image-overlay {
  height: 100%;
  padding-top: 10px;
  border-radius: 6px;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-posts-slideshow .post-container .outer-image-container .image-container .tags-container {
  margin-bottom: 16px;
  z-index: 1;
  position: relative;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-posts-slideshow .post-container .outer-image-container .image-container .tags-container .post-tag {
  padding: 4px 8px;
  border-radius: 4px;
  margin: 0 auto;
  font-weight: 600;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-posts-slideshow .post-container .outer-image-container .image-container .tags-container a {
  color: #fff;
  font-size: 14px;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-posts-slideshow .post-container .outer-image-container .image-container .post-title {
  color: #fff;
  font-size: 18px;
  padding: 0 10px;
  z-index: 1;
  position: relative;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-posts-slideshow .post-container .outer-image-container .image-container .binomial {
  margin-top: 8px;
  font-size: 12px;
  font-style: italic;
  z-index: 1;
  position: relative;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-posts-slideshow .post-container .outer-image-container .image-container .image-overlay:before {
  content: " ";
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  bottom: 33.43%;
  background: linear-gradient(rgba(0, 0, 0, 0.3), transparent 50%);
  z-index: 0;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-posts-slideshow .post-container .outer-image-container .image-container .image-overlay:after {
  display: none;
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='67' height='67' viewBox='0 0 67 67' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='33.5' cy='33.5' r='33.5' fill='%23CDE4FC' fill-opacity='.6' filter='url(%23a)'/%3E%3Cpath d='M35.39 25.125l-1.815 1.75 5.576 5.375H22.732v2.5h16.419l-5.576 5.374 1.815 1.751 8.686-8.375-8.686-8.375z' fill='%23fff'/%3E%3Cdefs%3E%3Cfilter id='a' x='-20' y='-20' width='107' height='107' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImage' stdDeviation='10'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_468_9942'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_backgroundBlur_468_9942' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
  bottom: 38px;
  position: absolute;
  left: 0;
  right: 0;
  transition: all 0.5s;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 105%;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-posts-slideshow .post-container:hover .outer-image-container .image-container .image-overlay:after {
  display: inline;
}
html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-posts-slideshow.prefooter .info .recommended-reading {
  display: block;
}
#container input[type="email"] {
  color: hsla(0, 0%, 100%, 0.8);
}
#container .floating-page-menu {
  display: none;
  max-width: 66px;
}
#container .floating-page-menu .back-to-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0.3);
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
#container .floating-page-menu .back-to-top:hover {
  text-decoration: none;
  font-weight: 700;
}
#container footer.gutenberg {
  color: #fff;
  padding-bottom: 62px;
  background-repeat: norepeat;
  background-size: cover;
  position: relative;
  z-index: 10;
  clear: both;
}
#container footer.gutenberg .oco-fot__video {
  background-image: none;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0;
  bottom: 0;
  z-index: -100;
}
#container footer.gutenberg .oco-fot__video.mobile {
  display: block;
}
#container footer.gutenberg .oco-fot__video.desktop {
  display: none;
}
#container footer.gutenberg .constrained {
  max-width: 1280px;
  margin: 0 auto;
}
#container footer.gutenberg .constrained > * {
  margin: 30px 0;
}
#container footer.gutenberg .constrained > video {
  margin: 0;
}
#container footer.gutenberg .constrained p {
  font-size: 14px;
  line-height: 1.6;
}
#container footer.gutenberg .constrained > .social-menu {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
#container footer.gutenberg .constrained > .social-menu a {
  -ms-flex: 1;
  flex: 1;
  border-radius: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 68px;
  height: 52px;
  margin: 0 4px;
  fill: #fff;
}
#container footer.gutenberg .constrained > .social-menu a svg {
  height: 28px;
  width: auto;
}
#container footer.gutenberg .constrained > .social-menu a.facebook {
  background-color: #2575cf;
}
#container footer.gutenberg .constrained > .social-menu a.facebook:hover {
  fill: #2575cf;
}
#container footer.gutenberg .constrained > .social-menu a.twitter {
  background-color: #55c8fe;
}
#container footer.gutenberg .constrained > .social-menu a.twitter:hover {
  fill: #55c8fe;
}
#container footer.gutenberg .constrained > .social-menu a.linkedin {
  background-color: #f39a3a;
}
#container footer.gutenberg .constrained > .social-menu a.linkedin:hover {
  fill: #f39a3a;
}
#container footer.gutenberg .constrained > .social-menu a.instagram {
  background-color: #f55349;
}
#container footer.gutenberg .constrained > .social-menu a.instagram:hover {
  fill: #f55349;
}
#container footer.gutenberg .constrained > .social-menu a:hover {
  background-color: #fff;
}
#container footer.gutenberg .constrained > .email-signup-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
}
#container footer.gutenberg .constrained > .email-signup-container .email-signup {
  margin: 0 auto;
  width: calc(100vw - 50px);
  max-width: 430px;
  text-align: center;
}
#container footer.gutenberg .constrained > .email-signup-container .email-signup > h3 {
  display: -ms-flexbox;
  display: flex;
  font-size: 28px;
  font-weight: 700;
  padding: 16px 0;
  -ms-flex-pack: center;
  justify-content: center;
}
#container footer.gutenberg .constrained > .email-signup-container .email-signup > h3 .prefix {
  margin-top: 9px;
  margin-right: 8px;
}
#container footer.gutenberg .constrained > .email-signup-container .email-signup > p {
  font-size: 14px;
  line-height: 1.6;
  padding: 16px 0;
}
#container footer.gutenberg .constrained > .email-signup-container .email-signup .revmsg-fdbk {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 5px;
}
#container footer.gutenberg .constrained > .email-signup-container .email-signup .rsform {
  position: relative;
  display: block;
  max-width: unset;
  padding: unset;
  background: unset;
  border-radius: unset;
  min-height: unset;
  margin: 4px 0;
}
#container footer.gutenberg .constrained > .email-signup-container .email-signup .rsform ::-webkit-input-placeholder {
  letter-spacing: 0.5px;
  text-align: left;
  color: #fff;
  font-size: 13px;
}
#container footer.gutenberg .constrained > .email-signup-container .email-signup .rsform ::-moz-placeholder {
  letter-spacing: 0.5px;
  text-align: left;
  color: #fff;
  font-size: 13px;
}
#container footer.gutenberg .constrained > .email-signup-container .email-signup .rsform :-ms-input-placeholder,
#container footer.gutenberg .constrained > .email-signup-container .email-signup .rsform ::-ms-input-placeholder {
  letter-spacing: 0.5px;
  text-align: left;
  color: #fff;
  font-size: 13px;
}
#container footer.gutenberg .constrained > .email-signup-container .email-signup .rsform ::placeholder {
  letter-spacing: 0.5px;
  text-align: left;
  color: #fff;
  font-size: 13px;
}
#container footer.gutenberg .constrained > .email-signup-container .email-signup .rsform:before {
  border: unset;
  content: unset;
  border-radius: unset;
}
#container footer.gutenberg .constrained > .email-signup-container .email-signup .rsform__field {
  width: unset;
  box-flex: unset;
  -ms-flex: unset;
  flex: unset;
  display: unset;
  -ms-flex-direction: unset;
  flex-direction: unset;
  margin: unset;
}
#container footer.gutenberg .constrained > .email-signup-container .email-signup .rsform__field input {
  height: unset;
  margin: unset;
  padding: unset;
  text-indent: unset;
  overflow: unset;
  box-flex: unset;
  background: unset;
  -ms-flex: unset;
  flex: unset;
  padding: 16px;
  width: 100%;
  text-align: left;
  border-radius: 12px;
  border: 1px solid #fff;
  font-size: 12px;
  opacity: 0.7;
}
#container footer.gutenberg .constrained > .email-signup-container .email-signup .rsform__field input:not(:-moz-placeholder-shown) {
  opacity: 1;
}
#container footer.gutenberg .constrained > .email-signup-container .email-signup .rsform__field input:not(:-ms-input-placeholder) {
  opacity: 1;
}
#container footer.gutenberg .constrained > .email-signup-container .email-signup .rsform__field input:not(:placeholder-shown) {
  opacity: 1;
}
#container footer.gutenberg .constrained > .email-signup-container .email-signup .rsform--submit {
  position: absolute;
  right: 9px;
  top: 9px;
}
#container footer.gutenberg .constrained > .email-signup-container .email-signup .rsform--submit input {
  background: unset;
  -ms-flex: unset;
  flex: unset;
  margin: unset;
  border: unset;
  text-indent: unset;
  width: unset;
  height: unset;
  box-flex: unset;
  color: #fff;
  background-color: #007cf9;
  border-radius: 9px;
  padding: 8px 18px;
  -webkit-appearance: none;
}
#container footer.gutenberg .constrained > .email-signup-container .email-signup .rsform--submit input:hover {
  background-color: #fff;
  color: #007cf9;
}
#container footer.gutenberg .constrained > .email-signup-container .close-icon {
  display: none;
}
#container footer.gutenberg .constrained > .email-signup-container.floating:not(.closed) {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 1280px;
  z-index: 100;
  background-color: #0d3669;
  border-radius: 18px;
}
#container footer.gutenberg .constrained > .email-signup-container.floating:not(.closed) .close-icon {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  margin-bottom: 20px;
  max-width: 15px;
  margin-left: 10px;
}
#container footer.gutenberg .constrained > .email-signup-container.floating:not(.closed) .email-signup > h3,
#container footer.gutenberg .constrained > .email-signup-container.floating:not(.closed) .email-signup > p {
  padding: 8px 0;
}
#container footer.gutenberg .constrained .endorsements {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
#container footer.gutenberg .constrained .endorsements > * {
  margin: 0 3%;
}
#container footer.gutenberg .constrained .endorsements .logo-ggt {
  width: 83px;
  height: 83px;
}
#container footer.gutenberg .constrained .endorsements .logo-ggt img {
  margin-top: 3px;
}
#container footer.gutenberg .constrained .endorsements .logo-bbb {
  width: 60px;
  height: 83px;
}
#container footer.gutenberg .constrained .endorsements .logo-cn {
  width: 88px;
  height: 75px;
}
#container footer.gutenberg .constrained .endorsements .logo-es {
  width: 152px;
  height: 75px;
  margin-top: 11px;
}
#container footer.gutenberg .constrained .logo-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 10px 0;
}
#container footer.gutenberg .constrained > .contact-info {
  display: none;
}
#container footer.gutenberg .constrained .menus {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: stretch;
  align-items: stretch;
}
#container footer.gutenberg .constrained .menus > * {
  display: -ms-flexbox;
  display: flex;
}
#container footer.gutenberg .constrained .menus .menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
}
#container footer.gutenberg .constrained .menus .menu li {
  -ms-flex: 1;
  flex: 1;
  padding: 4px 0;
}
#container footer.gutenberg .constrained .menus .menu li a {
  color: #fff;
}
#container footer.gutenberg .constrained > .contact-info,
#container footer.gutenberg .constrained > .copyright-info,
#container footer.gutenberg .constrained > .endorsements,
#container footer.gutenberg .constrained > .logo-container,
#container footer.gutenberg .constrained > .menus,
#container footer.gutenberg .constrained > .social-nav {
  width: 100%;
  padding: 0 5%;
}
#container footer.gutenberg .constrained > .email-signup-container {
  width: 100%;
  padding: 20px 5%;
  margin: 0;
}
#container footer.gutenberg .constrained > .desktop-fourth-row,
#container footer.gutenberg .constrained > .desktop-third-row {
  display: none;
}
#container footer.gutenberg .constrained > .logo-container {
  padding: 0 20%;
}
#container footer.gutenberg .constrained > .menus {
  padding: 0 1%;
}
#container footer.gutenberg .constrained > .menus .menu-footer-nav-container {
  margin-right: 2%;
}
#container footer.gutenberg .constrained > .menus .menu-legal-footer-container {
  margin-left: 2%;
}
#container footer.gutenberg .constrained .depth-indicator {
  display: none;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg {
  font-size: 16px;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg #container.gutenberg .gutenberg-content {
  max-width: unset;
  width: 100%;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg #container.gutenberg .floating-page-menu.active {
  width: unset;
  max-width: unset;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles, .has-featured-image).gutenberg body.single-job #container.gutenberg .oco-hed {
  position: static;
  background: none;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles, .has-featured-image).gutenberg body.single-job #container.gutenberg .oco-hed__content .oco-hed__hed svg {
  color: #0e4c8c !important;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles, .has-featured-image).gutenberg body.single-job #container.gutenberg .oc-translate-wrapper,
html:not(.applies-oc-design-system, .has-redesign-v1-styles, .has-featured-image).gutenberg body.single-job #container.gutenberg .wpmm_mobile_menu_btn svg {
  color: #0e4c8c;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles, .has-featured-image).gutenberg body.single-job #container.gutenberg .oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap .wp-megamenu li:not(.cta) > a {
  color: #0e4c8c !important;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body.single-job #container.gutenberg #google-translate-mobile .sel__placeholder,
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body.single-job #container.gutenberg #google-translate-mobile:before {
  color: #0e4c8c;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body.single-job #container.gutenberg .post-parallax-header-image {
  height: 60vw;
  padding: 0;
  margin-bottom: 2rem;
  background-size: cover;
  background-position: 50% 50%;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body.single-job #container.gutenberg .post-parallax-header-image .border {
  display: none;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body.single-job #container.gutenberg .post-parallax-header-image .media-credit {
  bottom: 6px;
  right: 6px;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body.single-job #container.gutenberg .post-parallax-header-image .hero-title {
  font-size: 4rem !important;
  line-height: 120% !important;
  font-weight: 500 !important;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body.single-job #container.gutenberg .post-parallax-header-image .hero-subtitle {
  font-size: 1.555rem !important;
  line-height: 150% !important;
  font-weight: 300 !important;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body.single-job #container.gutenberg .template-single-job {
  color: #0e4c8c;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body.single-job #container.gutenberg .template-single-job .wp-block-columns {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body.single-job #container.gutenberg .template-single-job p a,
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body.single-job #container.gutenberg .template-single-job ul li a {
  text-decoration-color: rgba(13, 54, 105, 0);
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.25rem;
  transition: text-decoration-color 0.2s;
  font-size: 1rem !important;
  line-height: 168% !important;
  font-weight: 500 !important;
  text-decoration: none;
  color: #0e4c8c;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body.single-job #container.gutenberg .template-single-job p a:hover,
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body.single-job #container.gutenberg .template-single-job ul li a:hover {
  text-decoration-color: #0d3669;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body.single-job #container.gutenberg .template-single-job p,
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body.single-job #container.gutenberg .template-single-job ul {
  margin: unset;
  padding: unset;
  display: block;
  max-width: unset;
  min-width: unset;
  width: 100%;
  font-size: 1rem !important;
  line-height: 168% !important;
  font-weight: 400 !important;
  margin-bottom: 1rem;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body.single-job #container.gutenberg .template-single-job li {
  position: relative;
  padding-left: 1.5rem;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body.single-job #container.gutenberg .template-single-job li:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.12 10a3.038 3.038 0 0 1-1.143-.844c-1.139-1.368-.972-3.714-.964-3.813l.023-.3.25-.028L3.624 5c.695 0 1.987.152 2.837 1.173.486.584.734 1.345.858 2.035.709-.682 1.65-1.413 2.729-1.82a7.413 7.413 0 0 1-.012-1.045l.024-.3.25-.028.337-.015c.695 0 1.987.152 2.837 1.173.106.128.201.264.286.406 1.952 1.005 3.072 3.146 3.132 3.263l.098.192-.098.19c-.079.155-1.973 3.777-5.176 3.777-1.786 0-3.362-1.133-4.418-2.152-.127.673-.375 1.41-.847 1.977C5.611 14.848 4.32 15 3.624 15l-.338-.015-.25-.029-.023-.3c-.008-.099-.175-2.444.964-3.813.334-.4.736-.667 1.142-.843zm8.97-.083c.299 0 .541-.291.541-.65a.74.74 0 0 0-.162-.463.486.486 0 0 0-.379-.186.486.486 0 0 0-.379.186.74.74 0 0 0-.162.463c0 .359.243.65.541.65z' fill='%230E4C8C'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 6px;
  content: "";
  height: 1rem;
  width: 1rem;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body.single-job #container.gutenberg .template-single-job .content-listing {
  margin: 0;
  padding: 0;
  gap: 0;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body.single-job #container.gutenberg .template-single-job .single-job-title__heading {
  font-size: 2.111rem !important;
  line-height: 112% !important;
  font-weight: 600 !important;
  text-align: center;
  margin-bottom: 0;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body.single-job #container.gutenberg .template-single-job .single-job-title__subheading {
  font-size: 1.111rem !important;
  line-height: 160% !important;
  font-weight: 300 !important;
  font-style: italic;
  font-style: normal !important;
  text-align: center;
  margin-bottom: 0.5rem;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body.single-job #container.gutenberg .template-single-job .single-job-title {
  margin: 0 auto;
  max-width: 664px;
  padding: 0 1.5rem;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body.single-job #container.gutenberg .template-single-job .single-job-title .page-title {
  font-size: 2.111rem !important;
  line-height: 112% !important;
  font-weight: 600 !important;
  border-bottom: 1px solid #0e4c8c;
  border-top: 1px solid #0e4c8c;
  margin: 1.5rem 0 3rem;
  padding: 3rem 0;
  text-align: center;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body.single-job #container.gutenberg .template-single-job .single-job-content {
  margin: 0 auto;
  max-width: 664px;
  padding: 0 1.5rem;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body.single-job #container.gutenberg .template-single-job .sidebar {
  font-size: 0.777rem !important;
  line-height: 1.111rem !important;
  font-weight: 400 !important;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body.single-job #container.gutenberg .template-single-job .sidebar .sidebar-content {
  margin: 0 auto;
  max-width: 664px;
  padding: 0 1.5rem;
  width: 100%;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body.single-job #container.gutenberg .template-single-job .sidebar .sidebar-content div {
  margin-bottom: 1rem;
  width: 100%;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body.single-job #container.gutenberg .template-single-job .sidebar .sidebar-content h5 {
  font-family: Roboto, sans-serif !important;
  font-size: 1rem !important;
  font-style: unset !important;
  font-weight: 400 !important;
  letter-spacing: unset !important;
  line-height: 1 !important;
  text-shadow: none !important;
  font-size: 0.777rem !important;
  line-height: 100% !important;
  font-weight: 500 !important;
  margin-bottom: 1rem;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body.single-job #container.gutenberg .template-single-job .sidebar .sidebar-content .shares {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body.single-job #container.gutenberg .template-single-job .sidebar .sidebar-content .shares a {
  color: #0e4c8c;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body.single-job #container.gutenberg .template-single-job .sidebar .sidebar-content .shares a:nth-child(2) svg {
  margin: 0 15px;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body.single-job #container.gutenberg .template-single-job .sidebar .sidebar-content .shares a:nth-child(3) svg {
  width: 25px;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body.single-job #container.gutenberg .template-single-job .more-open-positions-section {
  background: #fff;
  padding: 2.25rem 1rem;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body.single-job #container.gutenberg .template-single-job .more-open-positions-section .more-open-positions-content {
  max-width: 270px;
  margin: 0 auto;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body.single-job #container.gutenberg .template-single-job .more-open-positions-section h2 {
  font-size: 1.777rem !important;
  line-height: 128% !important;
  font-weight: 700 !important;
  margin-bottom: 2.25rem;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body.single-job #container.gutenberg .template-single-job .more-open-positions-section .post-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, 300px);
  -ms-flex-pack: justify;
  justify-content: space-between;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body.single-job #container.gutenberg .template-single-job .more-open-positions-section .post-excerpt {
  margin-bottom: 0.5rem;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body.single-job #container.gutenberg .template-single-job .more-open-positions-section .post-title {
  font-size: 1.111rem !important;
  line-height: 140% !important;
  font-weight: 500 !important;
  color: #0e4c8c;
  display: block;
  margin-bottom: 0.5rem;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body.single-job #container.gutenberg .template-single-job .more-open-positions-section .post-location {
  font-size: 0.777rem !important;
  line-height: 1.111rem !important;
  font-weight: 400 !important;
}
html:not(.has-featured-image, .has-redesign-v1-styles).gutenberg body:not(.page-id-67616, .page-id-61607, .page-id-41, .single-job) .oco-hed {
  position: static;
  background: none;
}
html:not(.has-featured-image, .has-redesign-v1-styles).gutenberg body:not(.page-id-67616, .page-id-61607, .page-id-41, .single-job) .oc-translate-wrapper {
  color: #0e4c8c;
}
html:not(.has-featured-image, .has-redesign-v1-styles).gutenberg body.page-id-65499 .oco-hed,
html:not(.has-featured-image, .has-redesign-v1-styles).gutenberg body.page-id-65512 .oco-hed {
  background-color: #cde4fc;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-67319 #container.gutenberg .gutenberg-content p {
  color: #0e4c8c;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-67319 #container.gutenberg .gutenberg-content .wp-block-cover.page-title {
  padding-top: calc(70px + 2.5rem);
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-67319 #container.gutenberg .gutenberg-content .wp-block-cover.page-title h2 {
  font-family: Roboto, sans-serif !important;
  font-size: 1rem !important;
  font-style: unset !important;
  font-weight: 400 !important;
  letter-spacing: unset !important;
  line-height: 1 !important;
  text-shadow: none !important;
  font-size: 1.555rem !important;
  line-height: 150% !important;
  font-weight: 300 !important;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-67319
  #container.gutenberg
  .gutenberg-content
  .scroller-and-social-share-block
  .shares {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-67319
  #container.gutenberg
  .gutenberg-content
  .scroller-and-social-share-block
  .shares
  a {
  color: #0e4c8c;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-67319
  #container.gutenberg
  .gutenberg-content
  .scroller-and-social-share-block
  .shares
  a:last-child
  svg {
  width: 25px;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-67319
  #container.gutenberg
  .gutenberg-content
  .scroller-and-social-share-block
  .mouse-container {
  margin: 2rem auto;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-67319 #container.gutenberg .gutenberg-content #timeline {
  background: #fff;
  text-align: center;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-67319 #container.gutenberg .gutenberg-content #timeline .cards-container {
  position: relative;
  max-height: unset !important;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-67319
  #container.gutenberg
  .gutenberg-content
  #timeline
  .cards-container:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 2px solid #0e4c8c;
  z-index: 0;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-67319
  #container.gutenberg
  .gutenberg-content
  #timeline
  .cards-container
  .card {
  margin-bottom: 7rem;
  position: relative;
  z-index: 1;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-67319
  #container.gutenberg
  .gutenberg-content
  #timeline
  .cards-container
  .card
  .label {
  background-color: #0e4c8c;
  color: #fff;
  display: inline-block;
  margin-top: 35px;
  padding: 1rem 1.5rem;
  position: relative;
  z-index: 3;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-67319
  #container.gutenberg
  .gutenberg-content
  #timeline
  .cards-container
  .card
  .media-credit {
  position: absolute;
  bottom: 6px;
  right: 6px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: hsla(0, 0%, 100%, 0.3);
  border-radius: 100%;
  color: #fff;
  height: 1.111rem;
  padding: 0.625rem;
  width: 1.111rem;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-67319
  #container.gutenberg
  .gutenberg-content
  #timeline
  .cards-container
  .card
  .media-credit
  svg {
  width: 0.777rem;
  height: 0.777rem;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-67319
  #container.gutenberg
  .gutenberg-content
  #timeline
  .cards-container
  .card
  .icon {
  background-color: #fff;
  border-radius: 100%;
  padding: 1rem;
  position: absolute;
  right: calc(50% - 25px);
  top: 318px;
  z-index: 3;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-67319
  #container.gutenberg
  .gutenberg-content
  #timeline
  .cards-container
  .card
  .icon
  svg {
  width: 25px;
  height: 25px;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-67319
  #container.gutenberg
  .gutenberg-content
  #timeline
  .cards-container
  .card
  .card-item {
  position: relative;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-67319
  #container.gutenberg
  .gutenberg-content
  #timeline
  .cards-container
  .card
  .card-item
  .card-item-content {
  background: #fff;
  box-shadow: 0 1px 22px 4px rgba(0, 0, 0, 0.07);
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-67319
  #container.gutenberg
  .gutenberg-content
  #timeline
  .cards-container
  .card
  .card-item
  .card-item-content
  .head {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 340px;
  margin-bottom: 1.5rem;
  position: relative;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-67319
  #container.gutenberg
  .gutenberg-content
  #timeline
  .cards-container
  .card
  .card-item
  .card-item-content
  .body {
  margin: 0 auto;
  padding: 1rem 0 1.5rem;
  width: 70%;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-67319
  #container.gutenberg
  .gutenberg-content
  #timeline
  .cards-container
  .card
  .card-item
  .card-item-content
  .body
  .footer
  a {
  text-decoration-color: rgba(13, 54, 105, 0);
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.25rem;
  transition: text-decoration-color 0.2s;
  font-size: 1rem !important;
  line-height: 168% !important;
  font-weight: 500 !important;
  text-decoration: none;
  color: #0e4c8c;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-67319
  #container.gutenberg
  .gutenberg-content
  #timeline
  .cards-container
  .card
  .card-item
  .card-item-content
  .body
  .footer
  a:hover {
  text-decoration-color: #0d3669;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-67319
  #container.gutenberg
  .gutenberg-content
  .wp-block-buttons
  .wp-block-button
  a {
  font-size: 1.111rem !important;
  line-height: 1.111rem !important;
  font-weight: 700 !important;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  padding: 0.625rem 2.75rem;
  text-align: center;
  background: #ff5721;
  transition: background 0.25s;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-67319
  #container.gutenberg
  .gutenberg-content
  .wp-block-buttons
  .wp-block-button
  a:hover {
  background: #f39c12;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-67616
  #container.gutenberg
  .gutenberg-content
  .wp-block-buttons
  .wp-block-button
  a {
  font-size: 1.111rem !important;
  line-height: 1.111rem !important;
  font-weight: 700 !important;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  padding: 0.625rem 2.75rem;
  text-align: center;
  background: #ff5721;
  transition: background 0.25s;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-67616
  #container.gutenberg
  .gutenberg-content
  .wp-block-buttons
  .wp-block-button
  a:hover {
  background: #f39c12;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-70389 #container.gutenberg .gutenberg-content p {
  color: #0e4c8c;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-70389 #container.gutenberg .gutenberg-content .wp-block-cover.page-title {
  padding-top: calc(70px + 2.5rem);
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-70389 #container.gutenberg .gutenberg-content .wp-block-cover.page-title h2 {
  font-family: Roboto, sans-serif !important;
  font-size: 1rem !important;
  font-style: unset !important;
  font-weight: 400 !important;
  letter-spacing: unset !important;
  line-height: 1 !important;
  text-shadow: none !important;
  font-size: 1.555rem !important;
  line-height: 150% !important;
  font-weight: 300 !important;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-70389
  #container.gutenberg
  .gutenberg-content
  .scroller-and-social-share-block
  .shares {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-70389
  #container.gutenberg
  .gutenberg-content
  .scroller-and-social-share-block
  .shares
  a {
  color: #0e4c8c;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-70389
  #container.gutenberg
  .gutenberg-content
  .scroller-and-social-share-block
  .shares
  a:last-child
  svg {
  width: 25px;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-70389
  #container.gutenberg
  .gutenberg-content
  .scroller-and-social-share-block
  .mouse-container {
  margin: 2rem auto;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-70389 #container.gutenberg .gutenberg-content #timeline {
  background: #fff;
  text-align: center;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-70389 #container.gutenberg .gutenberg-content #timeline .cards-container {
  position: relative;
  max-height: unset !important;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-70389
  #container.gutenberg
  .gutenberg-content
  #timeline
  .cards-container:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 2px solid #0e4c8c;
  z-index: 0;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-70389
  #container.gutenberg
  .gutenberg-content
  #timeline
  .cards-container
  .card {
  margin-bottom: 7rem;
  position: relative;
  z-index: 1;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-70389
  #container.gutenberg
  .gutenberg-content
  #timeline
  .cards-container
  .card
  .label {
  background-color: #0e4c8c;
  color: #fff;
  display: inline-block;
  margin-top: 35px;
  padding: 1rem 1.5rem;
  position: relative;
  z-index: 3;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-70389
  #container.gutenberg
  .gutenberg-content
  #timeline
  .cards-container
  .card
  .media-credit {
  position: absolute;
  bottom: 6px;
  right: 6px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: hsla(0, 0%, 100%, 0.3);
  border-radius: 100%;
  color: #fff;
  height: 1.111rem;
  padding: 0.625rem;
  width: 1.111rem;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-70389
  #container.gutenberg
  .gutenberg-content
  #timeline
  .cards-container
  .card
  .media-credit
  svg {
  width: 0.777rem;
  height: 0.777rem;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-70389
  #container.gutenberg
  .gutenberg-content
  #timeline
  .cards-container
  .card
  .icon {
  background-color: #fff;
  border-radius: 100%;
  padding: 1rem;
  position: absolute;
  right: calc(50% - 25px);
  top: 318px;
  z-index: 3;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-70389
  #container.gutenberg
  .gutenberg-content
  #timeline
  .cards-container
  .card
  .icon
  svg {
  width: 25px;
  height: 25px;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-70389
  #container.gutenberg
  .gutenberg-content
  #timeline
  .cards-container
  .card
  .card-item {
  position: relative;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-70389
  #container.gutenberg
  .gutenberg-content
  #timeline
  .cards-container
  .card
  .card-item
  .card-item-content {
  background: #fff;
  box-shadow: 0 1px 22px 4px rgba(0, 0, 0, 0.07);
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-70389
  #container.gutenberg
  .gutenberg-content
  #timeline
  .cards-container
  .card
  .card-item
  .card-item-content
  .head {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 340px;
  margin-bottom: 1.5rem;
  position: relative;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-70389
  #container.gutenberg
  .gutenberg-content
  #timeline
  .cards-container
  .card
  .card-item
  .card-item-content
  .body {
  margin: 0 auto;
  padding: 1rem 0 1.5rem;
  width: 70%;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-70389
  #container.gutenberg
  .gutenberg-content
  #timeline
  .cards-container
  .card
  .card-item
  .card-item-content
  .body
  .footer
  a {
  text-decoration-color: rgba(13, 54, 105, 0);
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.25rem;
  transition: text-decoration-color 0.2s;
  font-size: 1rem !important;
  line-height: 168% !important;
  font-weight: 500 !important;
  text-decoration: none;
  color: #0e4c8c;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-70389
  #container.gutenberg
  .gutenberg-content
  #timeline
  .cards-container
  .card
  .card-item
  .card-item-content
  .body
  .footer
  a:hover {
  text-decoration-color: #0d3669;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-70389
  #container.gutenberg
  .gutenberg-content
  .wp-block-buttons
  .wp-block-button
  a {
  font-size: 1.111rem !important;
  line-height: 1.111rem !important;
  font-weight: 700 !important;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  padding: 0.625rem 2.75rem;
  text-align: center;
  background: #ff5721;
  transition: background 0.25s;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-70389
  #container.gutenberg
  .gutenberg-content
  .wp-block-buttons
  .wp-block-button
  a:hover {
  background: #f39c12;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .oco-hed__hed.compact svg {
  color: #0e4c8c;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .sub-header-container {
  padding: 0 1rem;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .sub-header-container.has-background-image {
  background-size: cover;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .sub-header-container.has-background-image .sub-header-top {
  padding-top: calc(70px + 2.5rem);
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .sub-header-container.has-background-image
  .sub-header-top
  .page-title {
  margin: 1rem;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .sub-header-container.has-background-image
  .sub-header-top
  .page-title
  h1 {
  font-family: Roboto, sans-serif !important;
  font-size: 1rem !important;
  font-style: unset !important;
  font-weight: 400 !important;
  letter-spacing: unset !important;
  line-height: 1 !important;
  text-shadow: none !important;
  font-size: 3.055rem !important;
  line-height: 106% !important;
  font-weight: 500 !important;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .sub-header-container .content-border .svg-container {
  height: unset !important;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .sub-header-container .content-border .svg-container svg {
  height: 11.75vw !important;
  width: 100%;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .sub-header-container .page-title {
  color: #0e4c8c;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .sub-header-container .sub-header .separator {
  color: #0e4c8c;
  width: 100%;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .post-parallax-header-image {
  height: 60vw;
  background-size: cover;
  background-position: 50% 50%;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .post-parallax-header-image .media-credit {
  bottom: 6px;
  right: 6px;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content {
  background: #fff;
  color: #0e4c8c;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content a:not(.wp-element-button),
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content h1,
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content h2,
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content h3,
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content h4,
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content h5,
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content h6,
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content li,
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content p,
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content ul {
  margin: unset;
  padding: unset;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content h1,
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content h2,
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content h3,
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content h4,
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content h5,
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content h6 {
  color: #0e4c8c;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content li,
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content p {
  font-size: 1rem !important;
  line-height: 168% !important;
  font-weight: 400 !important;
  margin-bottom: 1rem;
  max-width: unset;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content p a,
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content ul li a {
  font-size: 1rem !important;
  line-height: 168% !important;
  font-weight: 500 !important;
  text-decoration: none;
  text-decoration-color: rgba(13, 54, 105, 0);
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.25rem;
  transition: text-decoration-color 0.2s;
  color: #0e4c8c;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content p a:hover,
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content ul li a:hover {
  text-decoration-color: #0d3669;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content h1 a,
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content h2 a,
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content h3 a,
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content h4 a,
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content h5 a,
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content h6 a {
  color: #0e4c8c;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content h1 {
  font-size: 3.055rem !important;
  line-height: 106% !important;
  font-weight: 500 !important;
  margin-bottom: 1rem;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content h2 {
  font-size: 2.111rem !important;
  line-height: 112% !important;
  font-weight: 600 !important;
  margin-bottom: 1rem;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content h3 {
  font-size: 1.777rem !important;
  line-height: 128% !important;
  font-weight: 700 !important;
  margin-bottom: 1rem;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content h4 {
  font-size: 1.555rem !important;
  line-height: 120% !important;
  font-weight: 700 !important;
  margin-bottom: 1rem;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content h5 {
  font-size: 1.111rem !important;
  line-height: 140% !important;
  font-weight: 500 !important;
  margin-bottom: 1rem;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content h6 {
  font-size: 0.777rem !important;
  line-height: 100% !important;
  font-weight: 600 !important;
  margin-bottom: 1rem;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .block-cta-banner {
  height: 100%;
  padding: 1.75rem 2.25rem;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .block-cta-banner.red {
  background: #ff5721;
  color: #fff;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .block-cta-banner.red .content a {
  color: #ff5721;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .block-cta-banner.blue {
  background: #007cf9;
  color: #fff;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .block-cta-banner.blue .content a {
  color: #007cf9;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .block-cta-banner .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1440px;
  margin: 0 auto;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .block-cta-banner .content p {
  margin: 0;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .block-cta-banner .content a {
  text-decoration: none;
  transition: none;
  font-size: 1.111rem !important;
  line-height: 1.111rem !important;
  font-weight: 700 !important;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  padding: 0.625rem 2.75rem;
  text-align: center;
  background: #fff;
  color: #0e4c8c;
  margin-top: 1rem;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .block-cta-banner .content a:hover {
  text-decoration: none;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .button-center .button-center {
  margin: 2rem 0;
  text-align: center;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .button-center .button-center a {
  text-decoration: none;
  transition: none;
  font-size: 1.111rem !important;
  line-height: 1.111rem !important;
  font-weight: 700 !important;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  padding: 0.625rem 2.75rem;
  text-align: center;
  background: #ff5721;
  transition: background 0.25s;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .button-center .button-center a:hover {
  text-decoration: none;
  background: #f39c12;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .wp-block-cover.fullscreen-hero {
  text-shadow: 1px 0 1px rgba(0, 0, 0, 0.5);
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .wp-block-cover.fullscreen-hero h1 {
  margin: unset;
  padding: unset;
  padding-bottom: 1.5rem;
  text-decoration-color: #2ecc71;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 2px;
  text-underline-offset: 1rem;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .wp-block-cover.fullscreen-hero h2 {
  margin: unset;
  padding: unset;
  font-family: Roboto, sans-serif !important;
  font-size: 1rem !important;
  font-style: unset !important;
  font-weight: 400 !important;
  letter-spacing: unset !important;
  line-height: 1 !important;
  text-shadow: none !important;
  font-size: 1.555rem !important;
  letter-spacing: 0.375rem;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .wp-block-cover.page-title {
  margin: unset;
  padding: unset;
  padding-top: calc(70px + 2.5rem);
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .wp-block-cover.page-title h1 {
  font-size: 4rem !important;
  line-height: 120% !important;
  font-weight: 500 !important;
  margin: 0 0 0.25rem;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .wp-block-cover.page-title h2,
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .wp-block-cover.page-title h5 {
  font-size: 1.555rem !important;
  line-height: 150% !important;
  font-weight: 300 !important;
  position: relative;
  z-index: 1;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .wp-block-cover.page-title
  .wp-block-cover__inner-container {
  padding: 2rem;
  padding-top: 0;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .wp-block-cover.page-title
  .wp-block-cover__inner-container:after {
  content: "";
  background: linear-gradient(transparent, transparent 35%, rgba(0, 0, 0, 0.3) 60%);
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .wp-block-cover.page-title
  .wp-block-cover__inner-container
  h1 {
  position: relative;
  z-index: 10;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .wp-block-cover {
  margin: unset;
  padding: unset;
  padding: 2rem;
  position: relative;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .wp-block-cover
  .wp-block-cover__inner-container {
  max-width: 1440px;
  margin: 0 auto;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .wp-block-cover .media-credit {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.111rem;
  height: 1.111rem;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: hsla(0, 0%, 100%, 0.3);
  border-radius: 100%;
  color: #fff;
  cursor: pointer;
  margin: 0.625rem;
  padding: 0.625rem;
  z-index: 20;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .wp-block-cover .media-credit svg {
  width: 0.777rem;
  height: 0.777rem;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .wp-block-columns {
  padding: 1rem;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content #media-contact-list p.contact__general {
  background: rgba(205, 228, 252, 0.5);
  border-radius: 25px;
  margin: 0 auto 1rem;
  max-width: 500px;
  padding: 0.25rem 1rem;
  text-align: center;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content #media-contact-list div.contact__list {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  padding: 1rem 1.5rem;
  width: 100%;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  #media-contact-list
  div.contact__list
  div.contact__item {
  background: rgba(205, 228, 252, 0.5);
  border-radius: 8px;
  border: 1px solid rgba(205, 228, 252, 0.75);
  width: 100%;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  #media-contact-list
  div.contact__list
  div.contact__item
  ul.contact__specialties {
  border-bottom: 1px solid #0e4c8c;
  padding: 1.5rem;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  #media-contact-list
  div.contact__list
  div.contact__item
  ul.contact__specialties
  li.contact__info {
  font-size: 1rem !important;
  line-height: 150% !important;
  font-weight: 400 !important;
  font-weight: 600 !important;
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
  position: relative;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  #media-contact-list
  div.contact__list
  div.contact__item
  ul.contact__specialties
  li.contact__info:last-child {
  margin-bottom: 0;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  #media-contact-list
  div.contact__list
  div.contact__item
  ul.contact__specialties
  li.contact__info:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.12 10a3.038 3.038 0 0 1-1.143-.844c-1.139-1.368-.972-3.714-.964-3.813l.023-.3.25-.028L3.624 5c.695 0 1.987.152 2.837 1.173.486.584.734 1.345.858 2.035.709-.682 1.65-1.413 2.729-1.82a7.413 7.413 0 0 1-.012-1.045l.024-.3.25-.028.337-.015c.695 0 1.987.152 2.837 1.173.106.128.201.264.286.406 1.952 1.005 3.072 3.146 3.132 3.263l.098.192-.098.19c-.079.155-1.973 3.777-5.176 3.777-1.786 0-3.362-1.133-4.418-2.152-.127.673-.375 1.41-.847 1.977C5.611 14.848 4.32 15 3.624 15l-.338-.015-.25-.029-.023-.3c-.008-.099-.175-2.444.964-3.813.334-.4.736-.667 1.142-.843zm8.97-.083c.299 0 .541-.291.541-.65a.74.74 0 0 0-.162-.463.486.486 0 0 0-.379-.186.486.486 0 0 0-.379.186.74.74 0 0 0-.162.463c0 .359.243.65.541.65z' fill='%230E4C8C'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
  left: 0;
  position: absolute;
  height: 1.5rem;
  width: 1rem;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  #media-contact-list
  div.contact__list
  div.contact__details {
  padding: 1.5rem;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  #media-contact-list
  div.contact__list
  div.contact__details
  a {
  font-family: Roboto, sans-serif !important;
  font-size: 1rem !important;
  font-style: unset !important;
  letter-spacing: unset !important;
  line-height: 1 !important;
  text-shadow: none !important;
  font-size: 0.888rem !important;
  line-height: 150% !important;
  font-weight: 400 !important;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  #media-contact-list
  div.contact__list
  div.contact__details
  p.contact__name {
  font-size: 1.555rem !important;
  line-height: 120% !important;
  font-weight: 700 !important;
  margin: 0;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  #media-contact-list
  div.contact__list
  div.contact__details
  p.contact__lang {
  font-size: 0.777rem !important;
  line-height: 100% !important;
  font-weight: 400 !important;
  line-height: 150% !important;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  #media-contact-list
  div.contact__list
  div.contact__online__list {
  margin-top: 1rem;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  #media-contact-list
  div.contact__list
  div.contact__online__list
  p.contact__online {
  font-size: 0.888rem !important;
  line-height: 150% !important;
  font-weight: 400 !important;
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
  position: relative;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  #media-contact-list
  div.contact__list
  div.contact__online__list
  p.contact__online:before {
  content: "";
  position: absolute;
  left: 0;
  height: 1.25rem;
  width: 1rem;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  #media-contact-list
  div.contact__list
  div.contact__online__list
  p.contact__online.contact__online__twitter:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='16' viewBox='0 0 20 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.944 3.887c.013.17.013.341.013.512 0 5.203-4.124 11.199-11.663 11.199-2.322 0-4.48-.646-6.294-1.767.33.036.647.049.99.049 1.916 0 3.68-.622 5.089-1.682-1.802-.037-3.312-1.17-3.833-2.73.254.037.508.061.774.061.368 0 .736-.049 1.079-.134C2.221 9.03.812 7.445.812 5.532v-.048c.546.292 1.18.475 1.853.5C1.56 5.275.838 4.07.838 2.704c0-.73.203-1.401.558-1.986 2.018 2.388 5.05 3.948 8.452 4.119a4.274 4.274 0 0 1-.102-.902c0-2.17 1.828-3.936 4.1-3.936a4.17 4.17 0 0 1 2.994 1.243c.927-.17 1.815-.5 2.602-.95A3.959 3.959 0 0 1 17.64 2.46 8.487 8.487 0 0 0 20 1.852a8.629 8.629 0 0 1-2.056 2.035z' fill='%230E4C8C'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  #media-contact-list
  div.contact__list
  div.contact__online__list
  p.contact__online.contact__online__email:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='14' viewBox='0 0 18 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.27.7c-.78 0-1.446 0-1.978.069-.568.074-1.105.239-1.539.658-.434.419-.605.936-.682 1.484C0 3.425 0 4.068 0 4.821v4.616c0 .752 0 1.395.071 1.909.077.548.248 1.066.682 1.484.434.42.97.585 1.539.658.532.07 1.198.07 1.978.07h9.46c.78 0 1.446 0 1.978-.07.568-.073 1.105-.239 1.539-.658.434-.418.605-.936.681-1.484.072-.514.072-1.157.072-1.91V4.82c0-.752 0-1.395-.072-1.909-.076-.548-.247-1.065-.681-1.484-.434-.42-.97-.584-1.539-.658C15.176.699 14.51.7 13.73.7H4.27zM1.648 3.704c-.011.312-.012.693-.012 1.169v4.511c0 .82.002 1.355.057 1.751.052.373.138.502.217.579.08.076.213.16.6.21.41.053.965.054 1.815.054h9.35c.85 0 1.405-.002 1.815-.055.387-.05.52-.133.6-.21.08-.076.165-.205.217-.578.055-.396.057-.931.057-1.75V4.872c0-.455 0-.823-.01-1.128L8.974 9.7 1.648 3.704z' fill='%230E4C8C'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  #media-contact-list
  div.contact__list
  p.contact__phone {
  font-size: 0.888rem !important;
  line-height: 150% !important;
  font-weight: 400 !important;
  margin-bottom: 0.75rem;
  padding-left: 1.5rem;
  position: relative;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  #media-contact-list
  div.contact__list
  p.contact__phone:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 18.38a9 9 0 1 0 0-18 9 9 0 0 0 0 18zM7.779 5.88c-1.95 0-3.529 1.444-3.529 3.225 0 1.656 1.13 3.02 2.886 3.205l.235 2.139c0 .215.28.328.454.183l2.298-2.322h.61c1.95 0 3.017-1.423 3.017-3.205 0-1.781-1.58-3.225-3.529-3.225H7.78z' fill='%230E4C8C'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  height: 1.125rem;
  width: 1rem;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  #media-contact-list
  div.contact__list
  p.contact__phone.contact__phone__mobile:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='18' height='18' rx='9' fill='%230E4C8C'/%3E%3Cpath d='M5.88 7.83v5.865H3.906V6.298h1.853L5.88 7.83zm-.273 1.907H5.06c0-.515.062-.99.185-1.422.127-.438.312-.816.554-1.135.246-.323.549-.574.909-.752.36-.178.777-.266 1.25-.266.329 0 .63.05.903.15.273.096.508.248.704.458.2.205.356.474.465.807.11.328.164.722.164 1.182v4.936H8.225V8.978c0-.337-.045-.597-.136-.78a.776.776 0 0 0-.39-.382 1.46 1.46 0 0 0-.595-.11c-.255 0-.478.053-.67.158-.187.105-.342.25-.465.437a1.956 1.956 0 0 0-.273.643c-.06.246-.089.51-.089.793zm4.402-.226l-.704.09c0-.484.06-.933.178-1.348a3.41 3.41 0 0 1 .54-1.093 2.49 2.49 0 0 1 .896-.732 2.716 2.716 0 0 1 1.23-.266c.356 0 .68.052.97.157.293.1.54.262.746.485.21.219.37.506.479.862.113.355.17.79.17 1.305v4.724H12.54V8.97c0-.342-.046-.601-.137-.78a.717.717 0 0 0-.383-.375 1.44 1.44 0 0 0-.588-.11c-.237 0-.444.048-.622.144a1.238 1.238 0 0 0-.444.383 1.756 1.756 0 0 0-.267.574c-.059.214-.089.449-.089.704z' fill='%23fff'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  #media-contact-list
  div.contact__list
  p.contact__phone.contact__phone__office:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 0a9 9 0 1 0 0 18A9 9 0 0 0 9 0zM5.497 8.932v.143c0 .538.077 1.037.232 1.497.155.456.38.855.677 1.197.3.337.667.599 1.1.786.438.187.937.28 1.497.28.561 0 1.058-.094 1.49-.28a3.034 3.034 0 0 0 1.094-.786c.301-.342.529-.741.684-1.197.155-.46.232-.959.232-1.497v-.143c0-.543-.077-1.042-.232-1.497a3.406 3.406 0 0 0-.684-1.197 3.02 3.02 0 0 0-1.1-.786c-.438-.191-.937-.287-1.497-.287s-1.058.096-1.49.287a3.033 3.033 0 0 0-1.094.786 3.464 3.464 0 0 0-.677 1.197 4.625 4.625 0 0 0-.232 1.497zm1.968.143v-.143c0-.301.028-.584.082-.848.055-.269.142-.506.26-.71.123-.21.28-.375.472-.493a1.35 1.35 0 0 1 .71-.178c.279 0 .516.06.712.178.196.118.353.282.471.492.123.205.212.442.267.711.06.264.089.547.089.848v.143c0 .31-.03.6-.089.868a2.347 2.347 0 0 1-.26.711c-.118.2-.276.358-.471.472-.196.114-.431.17-.705.17-.282 0-.521-.056-.717-.17a1.355 1.355 0 0 1-.479-.472 2.347 2.347 0 0 1-.26-.71 4.355 4.355 0 0 1-.082-.869z' fill='%230E4C8C'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .page-jobs .post-container {
  margin-bottom: 2rem;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .page-jobs .post-container .post-excerpt {
  font-size: 1rem !important;
  line-height: 1rem !important;
  font-weight: 500 !important;
  margin-bottom: 0.75rem;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .page-jobs .post-container .post-title {
  font-size: 1.555rem !important;
  line-height: 120% !important;
  font-weight: 700 !important;
  color: #0e4c8c;
  text-decoration-color: rgba(13, 54, 105, 0);
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.25rem;
  transition: text-decoration-color 0.2s;
  display: block;
  margin-bottom: 1rem;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .page-jobs
  .post-container
  .post-title:hover {
  text-decoration-color: #0d3669;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .page-jobs .post-container .post-location {
  font-size: 0.888rem !important;
  line-height: 150% !important;
  font-weight: 400 !important;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .page-jobs .eoe-boilerplate {
  margin-top: 4rem;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .page-jobs .eoe-boilerplate p {
  color: #0e4c8c;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .page-jobs .eoe-boilerplate strong span {
  font-family: Roboto, sans-serif !important;
  font-size: 1rem !important;
  font-style: unset !important;
  font-weight: 400 !important;
  letter-spacing: unset !important;
  line-height: 1 !important;
  text-shadow: none !important;
  font-size: 1.111rem !important;
  line-height: 140% !important;
  font-weight: 500 !important;
  text-decoration: none !important;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .page-jobs
  .eoe-boilerplate
  p:not(:first-child) {
  font-size: 0.777rem !important;
  line-height: 1.111rem !important;
  font-weight: 400 !important;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .post-list-news .post-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .post-list-news
  .post-container
  .outer-image-container {
  margin-bottom: 0.5rem;
  position: relative;
  width: 100%;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .post-list-news
  .post-container
  .outer-image-container
  a
  .image-container {
  background-position: 50%;
  background-size: auto 135%;
  border-radius: 8px;
  height: unset;
  padding-bottom: 75%;
  width: 100%;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .post-list-news
  .post-container
  .outer-image-container
  .media-credit {
  position: absolute;
  right: 6px;
  bottom: 6px;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .post-list-news
  .post-container
  .text-container
  .post-meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 0.875rem;
  margin-top: 0.5rem;
  min-height: 2.5rem;
  width: 100%;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .post-list-news
  .post-container
  .text-container
  .post-meta
  .post-date {
  font-size: 0.777rem !important;
  line-height: 100% !important;
  font-weight: 400 !important;
  margin: 0.75rem 0;
  -ms-flex-order: 2;
  order: 2;
  position: relative;
  top: 1px;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .post-list-news
  .post-container
  .text-container
  .post-meta
  .authors {
  -ms-flex-order: 1;
  order: 1;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .post-list-news
  .post-container
  .text-container
  .post-meta
  .authors
  a.post-author {
  text-decoration: none;
  transition: none;
  font-size: 1rem !important;
  line-height: 1rem !important;
  font-weight: 500 !important;
  color: #0e4c8c;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .post-list-news
  .post-container
  .text-container
  .post-meta
  .authors
  a.post-author:hover {
  text-decoration: none;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .post-list-news
  .post-container
  .text-container
  a.post-title {
  font-size: 1.555rem !important;
  line-height: 120% !important;
  font-weight: 700 !important;
  color: #0e4c8c;
  text-decoration-color: rgba(13, 54, 105, 0);
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.25rem;
  transition: text-decoration-color 0.2s;
  display: block;
  margin: 0.375rem 0 0.875rem;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .post-list-news
  .post-container
  .text-container
  a.post-title:hover {
  text-decoration-color: #0d3669;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .post-list-news
  .post-container
  .text-container
  .post-excerpt
  p {
  font-size: 0.888rem !important;
  line-height: 150% !important;
  font-weight: 400 !important;
  margin-bottom: 0;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .shortcode-experts-list a.author__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin: 0 auto 1.5rem;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  width: 255px;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .shortcode-experts-list
  a.author__link
  div.author__image
  img {
  border-radius: 100%;
  height: 52px !important;
  width: 52px !important;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .shortcode-experts-list
  a.author__link
  div.author {
  -ms-flex: 1;
  flex: 1;
  margin: 0 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .shortcode-experts-list
  a.author__link
  div.author
  h3.author__name {
  font-size: 0.777rem !important;
  line-height: 100% !important;
  font-weight: 500 !important;
  margin: 0 0 0.25rem;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .shortcode-experts-list
  a.author__link
  div.author
  h5.author__title {
  font-size: 0.777rem !important;
  line-height: 120% !important;
  font-weight: 400 !important;
  margin: 0;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .facetwp-template[data-name="blog_posts"]
  .post-container,
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .facetwp-template[data-name="press_releases"]
  .post-container,
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .facetwp-template[data-name="search"]
  .post-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .facetwp-template[data-name="blog_posts"]
  .post-container
  .outer-image-container,
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .facetwp-template[data-name="press_releases"]
  .post-container
  .outer-image-container,
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .facetwp-template[data-name="search"]
  .post-container
  .outer-image-container {
  margin-bottom: 0.5rem;
  position: relative;
  width: 100%;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .facetwp-template[data-name="blog_posts"]
  .post-container
  .outer-image-container
  a
  .image-container,
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .facetwp-template[data-name="press_releases"]
  .post-container
  .outer-image-container
  a
  .image-container,
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .facetwp-template[data-name="search"]
  .post-container
  .outer-image-container
  a
  .image-container {
  background-position: 50%;
  background-size: auto 135%;
  border-radius: 8px;
  height: unset;
  padding-bottom: 75%;
  transition: all 0.8s;
  width: 100%;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .facetwp-template[data-name="blog_posts"]
  .post-container
  .outer-image-container
  .media-credit,
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .facetwp-template[data-name="press_releases"]
  .post-container
  .outer-image-container
  .media-credit,
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .facetwp-template[data-name="search"]
  .post-container
  .outer-image-container
  .media-credit {
  position: absolute;
  right: 6px;
  bottom: 6px;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .facetwp-template[data-name="blog_posts"]
  .post-container
  .text-container
  .post-meta,
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .facetwp-template[data-name="press_releases"]
  .post-container
  .text-container
  .post-meta,
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .facetwp-template[data-name="search"]
  .post-container
  .text-container
  .post-meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 0.875rem;
  margin-top: 0.5rem;
  min-height: 2.5rem;
  width: 100%;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .facetwp-template[data-name="blog_posts"]
  .post-container
  .text-container
  .post-meta
  .tags-container
  .splide,
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .facetwp-template[data-name="press_releases"]
  .post-container
  .text-container
  .post-meta
  .tags-container
  .splide,
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .facetwp-template[data-name="search"]
  .post-container
  .text-container
  .post-meta
  .tags-container
  .splide {
  max-width: 200px !important;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .facetwp-template[data-name="blog_posts"]
  .post-container
  .text-container
  .post-meta
  .tags-container
  .splide
  .splide__track,
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .facetwp-template[data-name="press_releases"]
  .post-container
  .text-container
  .post-meta
  .tags-container
  .splide
  .splide__track,
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .facetwp-template[data-name="search"]
  .post-container
  .text-container
  .post-meta
  .tags-container
  .splide
  .splide__track {
  padding: 0.5rem 0;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .facetwp-template[data-name="blog_posts"]
  .post-container
  .text-container
  .post-meta
  .post-date,
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .facetwp-template[data-name="press_releases"]
  .post-container
  .text-container
  .post-meta
  .post-date,
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .facetwp-template[data-name="search"]
  .post-container
  .text-container
  .post-meta
  .post-date {
  font-size: 0.777rem !important;
  line-height: 100% !important;
  font-weight: 400 !important;
  margin: 0.75rem 0;
  -ms-flex-order: 2;
  order: 2;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .facetwp-template[data-name="blog_posts"]
  .post-container
  .text-container
  .post-meta
  .post-date
  span,
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .facetwp-template[data-name="press_releases"]
  .post-container
  .text-container
  .post-meta
  .post-date
  span,
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .facetwp-template[data-name="search"]
  .post-container
  .text-container
  .post-meta
  .post-date
  span {
  position: relative;
  top: 1px;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .facetwp-template[data-name="blog_posts"]
  .post-container
  .text-container
  .post-meta
  .post-type,
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .facetwp-template[data-name="press_releases"]
  .post-container
  .text-container
  .post-meta
  .post-type,
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .facetwp-template[data-name="search"]
  .post-container
  .text-container
  .post-meta
  .post-type {
  font-size: 1rem !important;
  line-height: 168% !important;
  font-weight: 400 !important;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .facetwp-template[data-name="blog_posts"]
  .post-container
  .text-container
  .post-meta
  .authors,
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .facetwp-template[data-name="press_releases"]
  .post-container
  .text-container
  .post-meta
  .authors,
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .facetwp-template[data-name="search"]
  .post-container
  .text-container
  .post-meta
  .authors {
  -ms-flex-order: 1;
  order: 1;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .facetwp-template[data-name="blog_posts"]
  .post-container
  .text-container
  .post-meta
  .authors
  .post-author,
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .facetwp-template[data-name="press_releases"]
  .post-container
  .text-container
  .post-meta
  .authors
  .post-author,
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .facetwp-template[data-name="search"]
  .post-container
  .text-container
  .post-meta
  .authors
  .post-author {
  text-decoration: none;
  transition: none;
  font-size: 1rem !important;
  line-height: 1rem !important;
  font-weight: 500 !important;
  color: #0e4c8c;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .facetwp-template[data-name="blog_posts"]
  .post-container
  .text-container
  .post-meta
  .authors
  .post-author:hover,
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .facetwp-template[data-name="press_releases"]
  .post-container
  .text-container
  .post-meta
  .authors
  .post-author:hover,
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .facetwp-template[data-name="search"]
  .post-container
  .text-container
  .post-meta
  .authors
  .post-author:hover {
  text-decoration: none;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .facetwp-template[data-name="blog_posts"]
  .post-container
  .text-container
  .post-title,
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .facetwp-template[data-name="press_releases"]
  .post-container
  .text-container
  .post-title,
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .facetwp-template[data-name="search"]
  .post-container
  .text-container
  .post-title {
  font-size: 1.555rem !important;
  line-height: 120% !important;
  font-weight: 700 !important;
  color: #0e4c8c;
  text-decoration-color: rgba(13, 54, 105, 0);
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.25rem;
  transition: text-decoration-color 0.2s;
  display: block;
  margin: 0.375rem 0 0.875rem;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .facetwp-template[data-name="blog_posts"]
  .post-container
  .text-container
  .post-title:hover,
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .facetwp-template[data-name="press_releases"]
  .post-container
  .text-container
  .post-title:hover,
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .facetwp-template[data-name="search"]
  .post-container
  .text-container
  .post-title:hover {
  text-decoration-color: #0d3669;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .facetwp-template[data-name="blog_posts"]
  .post-container
  .text-container
  .post-excerpt
  p,
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .facetwp-template[data-name="press_releases"]
  .post-container
  .text-container
  .post-excerpt
  p,
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
  body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
  #container.gutenberg
  .gutenberg-content
  .facetwp-template[data-name="search"]
  .post-container
  .text-container
  .post-excerpt
  p {
  font-size: 0.888rem !important;
  line-height: 150% !important;
  font-weight: 400 !important;
  margin-bottom: 0;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content a.action {
  text-decoration: none;
  transition: none;
  font-size: 1.111rem !important;
  line-height: 1.111rem !important;
  font-weight: 700 !important;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  padding: 0.625rem 2.75rem;
  background: #ff5721;
  transition: background 0.25s;
  text-align: center;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content a.action:hover {
  text-decoration: none;
  background: #f39c12;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .has-aqua-color {
  color: #039bc4 !important;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .has-black-color {
  color: #000 !important;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .has-dark-gray-color {
  color: #333 !important;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .has-gray-color {
  color: gray !important;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .has-green-color {
  color: #2ecc71 !important;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .has-light-blue-color {
  color: #cde4fc !important;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .has-light-gray-gray {
  color: #c9c9c9 !important;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .has-light-green-color {
  color: #87d37c !important;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .has-navy-blue-color {
  color: #0e4c8c !important;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .has-navy-text-color {
  color: #0d3669 !important;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .has-new-blue-color {
  color: #007cf9 !important;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .has-orange-color {
  color: #f39c12 !important;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .has-reddish-color-orange {
  color: #ff5721 !important;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .has-seashell-color {
  color: #f39c12 !important;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .has-white-color {
  color: #fff !important;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .has-aqua-background-color {
  background-color: #039bc4 !important;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .has-black-background-color {
  background-color: #000 !important;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .has-dark-gray-background-color {
  background-color: #333 !important;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .has-gray-background-color {
  background-color: gray !important;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .has-green-background-color {
  background-color: #2ecc71 !important;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .has-light-blue-background-color {
  background-color: #cde4fc !important;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .has-light-gray-gray {
  background-color: #c9c9c9 !important;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .has-light-green-background-color {
  background-color: #87d37c !important;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .has-navy-blue-background-color {
  background-color: #0e4c8c !important;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .has-navy-text-background-color {
  background-color: #0d3669 !important;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .has-new-blue-background-color {
  background-color: #007cf9 !important;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .has-orange-background-color {
  background-color: #f39c12 !important;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .has-reddish-background-color-orange {
  background-color: #ff5721 !important;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .has-seashell-background-color {
  background-color: #f39c12 !important;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .has-white-background-color {
  background-color: #fff !important;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .alignfull {
  width: 100%;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .alignwide {
  max-width: 1280px;
  margin: 0 auto;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .aligncenter {
  margin: 0 auto;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .is-layout-constrained:not(.alignfull) {
  margin-left: auto;
  margin-right: auto;
  max-width: 664px;
  padding: 2rem;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .is-layout-constrained:not(.alignfull).alignwide {
  max-width: 1280px;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .alignfull.has-padding {
  padding: 1.875rem;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .wp-block-group__inner-container {
  margin: unset;
  padding: unset;
  display: block;
  max-width: unset;
  min-width: unset;
  width: 100%;
  overflow-wrap: break-word;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .wp-block-group__inner-container .wp-block-image figure {
  float: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 1rem;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .wp-block-columns {
  gap: unset;
  margin-bottom: unset;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles) #container.gutenberg .oc-block.block-random-media .media-overlay {
  row-gap: 0;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles) #container.gutenberg .oc-block.block-random-media .media-overlay .block-title {
  margin: 1rem 0;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles) .home .svg-container {
  color: #dcedff;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles) body:not(.home, .page-id-62044) #container.gutenberg .gutenberg-content ul li {
  padding-left: 1.5rem !important;
  position: relative;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles) body:not(.home, .page-id-62044) #container.gutenberg .gutenberg-content ul li:before {
  position: absolute;
  left: 0;
  content: "";
  height: 1.5rem;
  width: 1rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.12 10a3.038 3.038 0 0 1-1.143-.844c-1.139-1.368-.972-3.714-.964-3.813l.023-.3.25-.028L3.624 5c.695 0 1.987.152 2.837 1.173.486.584.734 1.345.858 2.035.709-.682 1.65-1.413 2.729-1.82a7.413 7.413 0 0 1-.012-1.045l.024-.3.25-.028.337-.015c.695 0 1.987.152 2.837 1.173.106.128.201.264.286.406 1.952 1.005 3.072 3.146 3.132 3.263l.098.192-.098.19c-.079.155-1.973 3.777-5.176 3.777-1.786 0-3.362-1.133-4.418-2.152-.127.673-.375 1.41-.847 1.977C5.611 14.848 4.32 15 3.624 15l-.338-.015-.25-.029-.023-.3c-.008-.099-.175-2.444.964-3.813.334-.4.736-.667 1.142-.843zm8.97-.083c.299 0 .541-.291.541-.65a.74.74 0 0 0-.162-.463.486.486 0 0 0-.379-.186.486.486 0 0 0-.379.186.74.74 0 0 0-.162.463c0 .359.243.65.541.65z' fill='%230E4C8C'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body.page-id-174 #container.gutenberg .gutenberg-content .post-list-news .post-container .text-container .post-meta .format-container {
  display: none;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body.page-id-174 #container.gutenberg .gutenberg-content .post-list-news .post-container .text-container .post-meta .external-source {
  -ms-flex-order: 1;
  order: 1;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body.page-id-174 #container.gutenberg .gutenberg-content .post-list-news .post-container .text-container .post-meta .tags-container {
  -ms-flex-order: 2;
  order: 2;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body.page-id-174 #container.gutenberg .gutenberg-content .post-list-news .post-container .text-container .post-meta .post-date {
  -ms-flex-order: 3;
  order: 3;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body.page-id-174 #container.gutenberg .gutenberg-content .post-list-news .post-container .text-container .post-meta .external-source {
  font-size: 0.777rem !important;
  line-height: 100% !important;
  font-weight: 400 !important;
  background: #007cf9;
  border-radius: 4px;
  color: #fff !important;
  font-weight: 700 !important;
  padding: 0.25rem 0.5rem;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body.page-id-174 #container.gutenberg .gutenberg-content .post-list-news .post-container .text-container .post-meta .tags-container .post-tag {
  font-size: 0.777rem !important;
  line-height: 100% !important;
  font-weight: 400 !important;
  background: #0e4c8c;
  border-radius: 4px;
  font-weight: 700 !important;
  padding: 0.25rem 0.5rem;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body.page-id-174 #container.gutenberg .gutenberg-content .post-list-news .post-container .text-container .post-meta .tags-container .post-tag a {
  color: #fff !important;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg #container.gutenberg .gutenberg-content .post-list .post-container .text-container .post-meta .format-container,
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg #container.gutenberg .gutenberg-content .post-list .post-container .text-container .post-meta .post-type {
  display: none;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg #container.gutenberg .gutenberg-content .post-list .post-container .text-container .post-meta .tags-container .post-tag {
  font-size: 0.777rem !important;
  line-height: 100% !important;
  font-weight: 400 !important;
  background: #0e4c8c;
  border-radius: 4px;
  font-weight: 700 !important;
  padding: 0.25rem 0.5rem;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg #container.gutenberg .gutenberg-content .post-list .post-container .text-container .post-meta .tags-container .post-tag a {
  color: #fff !important;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body.page-id-65505 #container.gutenberg .gutenberg-content .post-container .text-container .post-tag.type-program {
  font-size: 0.777rem !important;
  line-height: 100% !important;
  font-weight: 400 !important;
  background: #0e4c8c;
  border-radius: 4px;
  font-weight: 700 !important;
  padding: 0.25rem 0.5rem;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body.page-id-65505 #container.gutenberg .gutenberg-content .post-container .text-container .post-tag.type-program a {
  color: #fff !important;
}
html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content h3.email-signup__hed {
  color: #fff;
}
#container.gutenberg .revmsg-wrapper.email-signup {
  background: #82c785;
  background-size: cover;
  margin: 1.4em 0;
  padding: 1.25rem;
  margin: 0 auto;
}
#container.gutenberg .revmsg-wrapper.email-signup .email-signup__hed {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 !important;
  text-align: center;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.125rem;
  color: #fff;
}
#container.gutenberg .revmsg-wrapper.email-signup .email-signup__dek {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  margin: 0;
  text-align: center;
  font-size: 1.0625rem;
  line-height: 1.375rem;
  color: #fff;
  margin: 0 auto;
}
#container.gutenberg .revmsg-wrapper.email-signup .revmsg-loading,
#container.gutenberg .revmsg-wrapper.email-signup .revmsg-success {
  text-align: center;
  padding: 0;
}
#container.gutenberg .revmsg-wrapper.email-signup .rsform {
  margin-top: 1.25rem;
}
#container.gutenberg .revmsg-wrapper.email-signup input[type="email"],
#container.gutenberg .revmsg-wrapper.email-signup input[type="text"] {
  padding: 0.625rem 0.9375rem;
  text-align: left;
}
#container.gutenberg .revmsg-wrapper.email-signup input[type="email"]::-webkit-input-placeholder,
#container.gutenberg .revmsg-wrapper.email-signup input[type="text"]::-webkit-input-placeholder {
  text-align: left;
  color: #dfdfdf;
  text-transform: inherit;
  letter-spacing: inherit;
}
#container.gutenberg .revmsg-wrapper.email-signup input[type="email"]:-moz-placeholder,
#container.gutenberg .revmsg-wrapper.email-signup input[type="email"]::-moz-placeholder,
#container.gutenberg .revmsg-wrapper.email-signup input[type="text"]:-moz-placeholder,
#container.gutenberg .revmsg-wrapper.email-signup input[type="text"]::-moz-placeholder {
  text-align: left;
  color: #dfdfdf;
  text-transform: inherit;
  letter-spacing: inherit;
}
#container.gutenberg .revmsg-wrapper.email-signup input[type="email"]:-ms-input-placeholder,
#container.gutenberg .revmsg-wrapper.email-signup input[type="text"]:-ms-input-placeholder {
  text-align: left;
  color: #dfdfdf;
  text-transform: inherit;
  letter-spacing: inherit;
}
#container.gutenberg .revmsg-wrapper.email-signup input[type="submit"] {
  width: 40px;
  height: 40px;
}
#container.gutenberg .revmsg-wrapper.email-signup--green {
  background: #82c785;
}
#container.gutenberg .revmsg-wrapper.email-signup--blue {
  background: #2880d9;
}
#container.gutenberg .revmsg-wrapper.email-signup--cyan {
  background: #2ba8dd;
}
#container.gutenberg .revmsg-wrapper.email-signup--lightblue {
  background: #dcedff;
  color: #074e92;
}
#container.gutenberg .revmsg-wrapper.email-signup--lightblue .email-signup__dek,
#container.gutenberg .revmsg-wrapper.email-signup--lightblue .email-signup__hed {
  color: #074e92;
}
#container.gutenberg .revmsg-wrapper.email-signup--white {
  background: none;
  border: 1px solid #dedede;
}
#container.gutenberg .revmsg-wrapper.email-signup--white .email-signup__dek,
#container.gutenberg .revmsg-wrapper.email-signup--white .email-signup__hed {
  color: #666;
}
#container.gutenberg .revmsg-wrapper.email-signup--white .rsform:before {
  border: 1px solid #dedede;
}
#container.gutenberg .revmsg-wrapper.email-signup--turtle {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(/wp-content/themes/oco-wp/images/signup/turtle-small.jpg);
}
#container.gutenberg .revmsg-wrapper.email-signup--turtle .email-signup__dek,
#container.gutenberg .revmsg-wrapper.email-signup--turtle .email-signup__hed {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
#container.gutenberg .revmsg-wrapper.email-signup--octopus {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(/wp-content/themes/oco-wp/images/signup/octopus-small.jpg);
}
#container.gutenberg .revmsg-wrapper.email-signup--octopus .email-signup__dek,
#container.gutenberg .revmsg-wrapper.email-signup--octopus .email-signup__hed {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
#container.gutenberg .revmsg-wrapper.email-signup--coral {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(/wp-content/themes/oco-wp/images/signup/coral-small.jpg);
}
#container.gutenberg .revmsg-wrapper.email-signup--coral .email-signup__dek,
#container.gutenberg .revmsg-wrapper.email-signup--coral .email-signup__hed {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
#container.gutenberg .revmsg-wrapper:not(.email-signup) input[type="email"],
#container.gutenberg .revmsg-wrapper:not(.email-signup) input[type="text"] {
  padding: 0.65rem 0.9rem;
  font-size: 1.25em;
  color: #999;
  border: 2px solid #999;
  width: 100%;
}
#container.gutenberg .revmsg-wrapper:not(.email-signup) input[type="email"]::-webkit-input-placeholder,
#container.gutenberg .revmsg-wrapper:not(.email-signup) input[type="text"]::-webkit-input-placeholder {
  opacity: 1 !important;
}
#container.gutenberg .revmsg-wrapper:not(.email-signup) input[type="email"]:-moz-placeholder,
#container.gutenberg .revmsg-wrapper:not(.email-signup) input[type="email"]::-moz-placeholder,
#container.gutenberg .revmsg-wrapper:not(.email-signup) input[type="text"]:-moz-placeholder,
#container.gutenberg .revmsg-wrapper:not(.email-signup) input[type="text"]::-moz-placeholder {
  opacity: 1 !important;
}
#container.gutenberg .revmsg-wrapper:not(.email-signup) input[type="email"]:-ms-input-placeholder,
#container.gutenberg .revmsg-wrapper:not(.email-signup) input[type="text"]:-ms-input-placeholder {
  opacity: 1 !important;
}
#container.gutenberg .revmsg-wrapper:not(.email-signup) input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  display: table;
  margin: 0;
  text-align: center;
  border: none;
  border-radius: 1.4375rem;
  padding: 0.6875rem 1.125rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  text-indent: 0.26em;
  font-family: Open Sans, sans-serif;
  font-size: 0.875rem;
  color: #fff;
  background: #e74b3c;
  cursor: pointer;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}
#container.gutenberg .revmsg-wrapper:not(.email-signup) input[type="submit"]:hover {
  text-decoration: none;
  color: #fff;
  background: #2880d9;
}
#container.gutenberg .revmsg-wrapper:not(.email-signup) .text {
  margin-bottom: 0.5rem;
}
#container.gutenberg .revmsg-wrapper:not(.email-signup) .revmsg-loading,
#container.gutenberg .revmsg-wrapper:not(.email-signup) .revmsg-success {
  font-weight: 400;
  font-size: larger;
}
#container.gutenberg .revmsg-wrapper.email-signup .email-signup__hed {
  font-size: 2.125rem;
  line-height: 3rem;
}
#container.gutenberg .revmsg-wrapper.email-signup .email-signup__dek {
  font-size: 1.4375rem;
  line-height: 1.75rem;
}
#container.gutenberg .revmsg-wrapper.email-signup input[type="email"],
#container.gutenberg .revmsg-wrapper.email-signup input[type="text"] {
  font-size: 1.125rem;
}
#container.gutenberg .revmsg-wrapper.email-signup input[type="email"]::-webkit-input-placeholder,
#container.gutenberg .revmsg-wrapper.email-signup input[type="text"]::-webkit-input-placeholder {
  font-size: 1.125rem;
}
#container.gutenberg .revmsg-wrapper.email-signup input[type="email"]:-moz-placeholder,
#container.gutenberg .revmsg-wrapper.email-signup input[type="email"]::-moz-placeholder,
#container.gutenberg .revmsg-wrapper.email-signup input[type="text"]:-moz-placeholder,
#container.gutenberg .revmsg-wrapper.email-signup input[type="text"]::-moz-placeholder {
  font-size: 1.125rem;
}
#container.gutenberg .revmsg-wrapper.email-signup input[type="email"]:-ms-input-placeholder,
#container.gutenberg .revmsg-wrapper.email-signup input[type="text"]:-ms-input-placeholder {
  font-size: 1.125rem;
}
#container.gutenberg .revmsg-wrapper.email-signup input[type="submit"] {
  width: 44px;
  height: 44px;
}
#container.gutenberg .revmsg-wrapper.email-signup--turtle {
  background-image: url(/wp-content/themes/oco-wp/images/signup/turtle-large.jpg);
}
#container.gutenberg .revmsg-wrapper.email-signup--octopus {
  background-image: url(/wp-content/themes/oco-wp/images/signup/octopus-large.jpg);
}
#container.gutenberg .revmsg-wrapper.email-signup--coral {
  background-image: url(/wp-content/themes/oco-wp/images/signup/coral-large.jpg);
}
#container.gutenberg .revmsg-wrapper:not(.email-signup) input[type="submit"] {
  padding: 0.75rem 1.4375rem;
  font-size: 1rem;
}
html:not(.gutenberg) .action {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  display: table;
  margin: 0 auto;
  text-align: center;
  border-radius: 1.4375rem;
  padding: 0.6875rem 1.125rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  text-indent: 0.26em;
  font-family: Open Sans, sans-serif;
  font-size: 0.875rem;
  color: #fff;
  background: #e74b3c;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}
html:not(.gutenberg) .action:before {
  content: "";
  border: 1px solid #e74b3c;
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  border-radius: 1.4375rem;
  transition: border-color 0.3s ease-in-out;
}
html:not(.gutenberg) .action:hover {
  text-decoration: none;
  color: #fff;
  background: #282828;
}
html:not(.gutenberg) .action:hover:before {
  border-color: #282828;
}
html:not(.gutenberg) .action--white {
  color: #e74b3c;
  background: #fff;
}
html:not(.gutenberg) .action--white:before {
  border-color: #fff;
}
.button-left .action {
  margin-left: 0;
}
.button-right .action {
  margin-right: 0;
}
.cta {
  position: relative;
}
.cta__title {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  padding-bottom: 0.375rem;
}
.cta__subtitle,
.cta__title {
  color: #fff;
  line-height: 1.125;
}
.cta__form .email-signup {
  margin-bottom: 0.5rem;
}
.cta__form .rsform__field--email {
  font-size: 0.75rem;
}
.cta__pp {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  color: #fff;
}
.cta__pp a {
  color: #70e1ff;
}
.cta__link {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.125;
  text-decoration: underline;
  display: block;
  margin-top: 0.5rem;
}
.cta--wide {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-orient: vertical;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  margin: auto;
  max-width: 1200px;
  padding: 1rem;
  border: 7px solid hsla(0, 0%, 100%, 0.1);
  background-clip: padding-box;
  background-color: #2ba8dd;
}
.cta--program {
  color: #fff;
  padding: 1.25rem;
  width: 100%;
}
.cta--program--red {
  background-color: #e74b3c;
}
.cta--program--red .action {
  color: #e74b3c;
}
.cta--program--red .action:hover {
  text-decoration: none;
  color: #fff;
  background: #282828;
}
.cta--program--red .action:hover:before {
  border-color: #282828;
}
.cta--program--blue {
  background-color: #2880d9;
}
.cta--program--blue .action {
  color: #2880d9;
}
.cta--program--blue .action:hover {
  text-decoration: none;
  color: #fff;
  background: #282828;
}
.cta--program--blue .action:hover:before {
  border-color: #282828;
}
.cta--program p {
  font-size: 0.9rem;
  line-height: 1.25rem;
  padding-bottom: 0.9375rem;
}
.cta.top {
  margin-bottom: 2rem;
}
.cta.top .cta__content p:last-of-type {
  padding-bottom: 1.25rem;
}
.cta .action {
  margin-top: auto;
  background: #fff;
}
.cta .action:before {
  border: 1px solid #fff;
}
body.freeze {
  overflow: hidden;
}
body.freeze .take-action.reveal {
  display: none;
}
.oco-hed {
  position: absolute;
  z-index: 9999;
  width: 100%;
  padding: 1rem;
  min-height: 175px;
}
.oco-hed .oco-hed__content {
  max-width: 1280px;
  position: relative;
  margin: 0 auto;
}
.oco-hed--gradient {
  background-color: transparent;
  background-image: linear-gradient(180deg, #2ba8dd 10%, rgba(43, 168, 221, 0.95) 50%, rgba(43, 168, 221, 0));
}
.donate-template-page-p2p .oco-hed {
  background-color: transparent;
  background-image: linear-gradient(180deg, rgba(40, 40, 40, 0.5) 0, rgba(40, 40, 40, 0.4) 50%, rgba(40, 40, 40, 0));
}
.oco-hed--deepdive {
  position: fixed;
}
.category-ocean-network-news .oco-hed--gradient,
.category-ocean-network-stories .oco-hed--gradient {
  background-image: none;
}
.oco-hed:after {
  content: "";
  display: block;
  background: rgba(40, 40, 40, 0);
  transition: background 0.3s ease-in-out;
}
.oco-hed body.has-overlay:after {
  content: "";
  background: rgba(40, 40, 40, 0.8);
  z-index: 8000;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.oco-hed body.has-overlay .oco-hed--logo {
  fill: #fff !important;
  transition: fill 0.3s ease-in-out;
}
.oco-hed .oco-hed__hed {
  margin-right: auto;
  float: left;
  position: relative;
}
.oco-hed .oco-hed--logo {
  width: 120px;
  height: 59px;
}
.oco-hed__menu .oco-hed__donate,
.oco-hed__menu .oco-hed__hed,
.oco-hed__menu .oco-hed__menu--bottom,
.oco-hed__menu .oco-hed__search--mobile {
  display: none;
}
.oco-hed__menu.active {
  display: block;
  position: fixed;
  overflow-x: hidden;
  overflow-y: scroll;
  margin-top: -1rem;
  margin-left: -1rem;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: #002434;
  background-image: url(/wp-content/themes/oco-wp/images/menu_mobile_bg.jpg);
  background-repeat: no-repeat;
  background-attachment: local;
  background-size: 100%;
}
.oco-hed__menu.active .oco-hed__nav {
  margin-top: 37% !important;
}
.oco-hed__menu.active .oco-hed__nav--list {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  margin-left: 15px;
}
.oco-hed__menu.active .oco-hed__nav--list .menu-item {
  margin-bottom: 1.5rem;
}
.oco-hed__menu.active .oco-hed__nav--list a {
  display: inline-block;
  text-indent: 0;
  letter-spacing: 5px;
  padding: 0 0 0.1875rem;
  font-size: 1.40625rem;
  border-bottom: 1px solid transparent;
}
.oco-hed__menu.active .oco-hed__nav--list a:hover {
  text-decoration: none;
  border-bottom: 1px solid #82c785;
}
.oco-hed__menu.active .menu-item__shape {
  position: relative;
  top: 2px;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  fill: #fff;
  display: inline;
  transform: rotate(90deg);
}
.oco-hed__menu.active .menu-item__shape--rotate a {
  border-bottom: 1px solid #82c785;
}
.oco-hed__menu.active .menu-item__shape--rotate .menu-item__shape {
  transform: rotate(270deg);
}
.oco-hed__menu.active .oco-hed__donate,
.oco-hed__menu.active .oco-hed__hed,
.oco-hed__menu.active .oco-hed__menu--bottom,
.oco-hed__menu.active .oco-hed__search--mobile {
  display: block;
}
.oco-hed__menu.active .oco-hed__hed {
  margin-top: 1rem;
  margin-left: 1rem;
}
.oco-hed__menu.active .oco-hed__search--mobile {
  margin-left: 1rem;
  margin-bottom: 0.625rem;
}
.oco-hed__menu.active .oco-hed__search--mobile .search-form__input {
  opacity: 1;
  width: calc(100% - 1rem);
  max-width: 100%;
  font-size: 0.95rem;
  padding-left: 1.0625rem;
  height: 40px;
  -webkit-appearance: none;
}
.oco-hed__menu.active .oco-hed__search--mobile .search-form__input::-webkit-input-placeholder {
  color: #666;
}
.oco-hed__menu.active .oco-hed__search--mobile .search-form__input::-moz-placeholder {
  color: #666;
}
.oco-hed__menu.active .oco-hed__search--mobile .search-form__input:-ms-input-placeholder,
.oco-hed__menu.active .oco-hed__search--mobile .search-form__input::-ms-input-placeholder {
  color: #666;
}
.oco-hed__menu.active .oco-hed__search--mobile .search-form__input::placeholder {
  color: #666;
}
.oco-hed__menu.active .oco-hed__search--mobile .search-form__submit {
  left: inherit;
  right: 22px;
  margin-top: -2px;
}
.oco-hed__menu.active .oco-hed__donate {
  float: none;
  margin: 0 auto;
  text-align: center;
  padding: 1.125rem 0;
  width: 90%;
  border-style: solid;
  border-width: 1px;
  -o-border-image: linear-gradient(270deg, #002434 0, #87d37c 50%, #002434);
  border-image: linear-gradient(270deg, #002434 0, #87d37c 50%, #002434);
  border-image-slice: 1;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.oco-hed__menu.active .oco-hed__donate ul {
  margin: 0 auto;
  width: 160px;
}
.oco-hed__menu.active .oco-hed__donate ul a {
  font-size: 1.125rem;
  letter-spacing: 3px;
  padding: 0.625rem;
}
.oco-hed__menu.active .oco-hed__menu--bottom {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
.oco-hed__menu.active .oco-hed__menu--bottom li {
  border-style: solid;
  border-width: 1px;
  -o-border-image: linear-gradient(270deg, #002434 0, #87d37c 50%, #002434);
  border-image: linear-gradient(270deg, #002434 0, #87d37c 50%, #002434);
  border-image-slice: 1;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.oco-hed__menu.active .oco-hed__menu--bottom li:last-of-type {
  border-style: solid;
  border-width: 1px;
  -o-border-image: linear-gradient(270deg, #002434 0, #87d37c 50%, #002434);
  border-image: linear-gradient(270deg, #002434 0, #87d37c 50%, #002434);
  border-image-slice: 1;
  border-left: 0;
  border-right: 0;
}
.oco-hed__menu.active .oco-hed__menu--bottom a {
  display: block;
  padding: 1.5625rem 0;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 4px;
  line-height: 0;
}
.oco-hed__menu.active .oco-hed__menu--bottom a:hover {
  text-decoration: none;
  color: #82c785;
}
.oco-hed__nav--list {
  position: absolute;
  display: none;
}
.oco-hed__nav--list .menu-item:hover > a {
  transition: color 0.2s ease-in-out, background 0.3s ease-in-out;
}
.oco-hed__nav--list .menu-item:hover > a:before {
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}
.oco-hed__nav--list .menu-item > a {
  color: #fff;
  font-family: Open Sans, sans-serif;
  letter-spacing: 0.26em;
  text-indent: 0.26em;
  text-transform: uppercase;
  padding: 0.5rem 0.75rem;
  display: block;
  position: relative;
  background: transparent;
}
.oco-hed__nav--list .menu-item > a:hover {
  transition: color 0.2s ease-in-out, background 0.3s ease-in-out;
}
.has-child ul {
  display: none;
}
.has-child.open ul {
  display: block;
}
.has-child.open ul a {
  font-size: 0.85rem;
  color: gray;
  text-indent: 0.1rem;
  letter-spacing: 0.1rem;
  padding: 0.5rem 0 !important;
}
.has-child.open ul a:hover {
  color: #fff;
}
.oco-hed__menu--toggle {
  display: block;
  margin-top: 26px;
  float: right;
  position: relative;
  z-index: 1000;
  width: 30px;
  height: 0;
  padding-top: 31px;
  background: url(/wp-content/themes/oco-wp/images/menu.png) no-repeat 50%;
  background-size: 100%;
}
.freeze .oco-hed__menu--toggle {
  background: url(/wp-content/themes/oco-wp/images/menu-close.png) no-repeat 50%;
  width: 33px;
  background-size: 100%;
  position: fixed;
  right: 30px;
}
.oco-hed__donate {
  float: right;
  margin-right: 1.3rem;
  margin-top: 10px;
}
.oco-hed__donate .menu-item:hover > a {
  background: #fff;
  color: #2ba8dd;
}
.oco-hed__donate .menu-item:hover > a:before {
  border-color: #fff;
}
.oco-hed__donate .menu-item > a {
  display: block;
  position: relative;
  padding: 0.5rem 1.125rem;
  border-radius: 1.4375rem;
  background: #e74b3c;
  color: #fff;
  text-transform: uppercase;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}
.oco-hed__donate .menu-item > a:before {
  content: "";
  border: 1px solid #e74b3c;
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  border-radius: 1.4375rem;
  transition: border-color 0.3s ease-in-out;
}
.oco-hed__donate .menu-item > a:hover {
  text-decoration: none;
  background: #fff;
  color: #2ba8dd;
}
.oco-hed__search {
  display: none;
}
.oco-fot {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  position: relative;
  overflow: hidden;
  padding: 0 1rem;
  text-align: center;
  color: #c9c9c9;
  background: #282828;
}
.oco-fot > * {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.oco-fot--btmg {
  margin-bottom: 40px;
}
.oco-fot__video {
  background-image: url(/wp-content/themes/oco-wp/images/video/footer-video.jpg);
  background-size: cover;
  display: none;
}
.oco-fot a {
  color: inherit;
}
.oco-fot__nav {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  letter-spacing: 0.26em;
  margin: 4.375rem auto 1.25rem;
  font-size: 0.875rem;
}
.oco-fot__nav--list {
  text-align: center;
}
.oco-fot__nav li {
  margin: 0 auto 0.625rem;
  display: table;
}
.oco-fot__nav a {
  display: block;
  text-indent: 0.26em;
  border-radius: 50px;
  padding: 0.6875rem 1rem;
  border: 1px solid #fff;
}
.oco-fot__nav a:hover {
  text-decoration: none;
  background: #fff;
  color: #282828;
}
.oco-fot__legal-nav {
  color: #82c785;
  font-size: 0.8125rem;
  font-weight: 300;
  margin: 1rem auto 1.4375rem;
  text-shadow: 1px 0 0 rgba(0, 0, 0, 0.68);
}
.oco-fot__legal-nav--list {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.oco-fot__legal-nav li {
  margin: 0 0.5625rem;
}
.oco-fot__nav--top {
  margin-top: 40px !important;
}
.oco-fot__nav--top a {
  color: #fff;
}
.mobile-signup {
  padding-bottom: 1rem;
}
.site-copy {
  font-size: 0.9375rem;
  margin: 2.25rem auto 1rem;
}
.copy-text,
.site-copy {
  font-weight: 300;
  text-shadow: 1px 0 0 rgba(0, 0, 0, 0.68);
}
.copy-text {
  color: #999;
  font-size: 0.8125rem;
  line-height: 1.67;
  max-width: 636px;
}
.copy-text a {
  color: #82c785;
}
.contact-text {
  font-size: 1.25rem;
  margin: 1.4375rem auto 2rem;
  text-shadow: 1px 0 0 rgba(0, 0, 0, 0.68);
}
.tax-text {
  color: #f9f9f9;
  font-weight: 300;
  border: 1px solid gray;
  display: inline-block;
  padding: 0.5rem 1.125rem;
  line-height: 1.3;
  font-size: 0.75rem;
  margin: 0 auto 0.9375rem;
  background: hsla(0, 0%, 100%, 0.1);
}
.badge {
  width: 90px;
  margin: 0.625rem 1rem;
}
.badge__list {
  margin: 0 auto 1.375rem;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.badge__list,
.social-nav {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.social-nav {
  margin-bottom: 50px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  position: absolute;
}
.social-nav svg {
  fill: #fff;
  display: block;
  width: 100%;
  height: 28px;
}
.social-nav a {
  display: block;
  box-flex: 0;
  -moz-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  box-shadow: inset 0 6px 12px -10px #282828, inset 0 -6px 12px -10px #282828;
}
.social-nav .facebook {
  background: #2880d9;
}
.social-nav .facebook:hover svg {
  fill: #2880d9;
}
.social-nav .twitter {
  background: #2ba8dd;
}
.social-nav .twitter:hover svg {
  fill: #2ba8dd;
}
.social-nav .linkedin {
  background: #f39b12;
}
.social-nav .linkedin:hover svg {
  fill: #f39b12;
}
.social-nav .instagram {
  background: #e74b3c;
}
.social-nav .instagram:hover svg {
  fill: #e74b3c;
}
.social-nav a:hover {
  background: #fff;
}
#container {
  overflow: hidden;
}
.lazyload[width][height],
.lazyloading {
  opacity: 1;
  background-color: var(--img_background-color);
  transition: opacity 0.3s ease-in-out;
}
.block-blog-listing,
.block-blog-scrolling,
.block-posts-slideshow {
  --img_background-color: #7199c7;
}
img.lazyloaded {
  opacity: 1;
}
.no-break {
  white-space: nowrap;
}
img.pxl {
  bottom: -1px;
}
#sprite {
  display: none;
}
a {
  color: #2880d9;
}
.inbed {
  position: relative;
  height: 0;
  overflow: hidden;
  margin: 1.5em 0;
  clear: both;
}
.inbed.inbed-video {
  padding-bottom: 56.25%;
  width: 100%;
}
.inbed.inbed-image {
  padding-bottom: 78.25%;
}
.inbed.inbed-image.instagram {
  padding-bottom: 112%;
}
.inbed.inbed-image.instagram.landscape {
  padding-bottom: 71%;
}
.inbed.inbed-image.instagram.portrait {
  padding-bottom: 136.5%;
}
.inbed.inbed-image.instagram.video {
  padding-bottom: 69%;
}
.inbed.inbed-audio {
  padding-bottom: 18.25%;
}
.inbed.twitter-conversation {
  height: auto;
  padding: 0;
}
.inbed.today {
  padding-bottom: calc(56.25% + 75px);
}
.inbed.msnbc {
  padding-bottom: 56.25%;
}
.inbed.square {
  padding-bottom: 100%;
}
.inbed embed,
.inbed iframe,
.inbed object {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.fbpost {
  margin: 1.5em 0;
}
.fbpost,
.fbpost iframe {
  display: block;
}
.lt-ie7 label,
.lt-ie8 label,
.lt-ie9 label {
  display: block !important;
}
.lt-ie7 img {
  -ms-interpolation-mode: bicubic;
}
.lt-ie6 html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
.grecaptcha-badge {
  visibility: hidden;
}
html:has(body.page-id-22891),
html:has(body.page-template-page-communities-infographic),
html:has(body.page-template-page-fish-infographic),
html:has(body.page-template-page-pinnipeds-infographic) {
  font-size: 16px;
}
html:has(body.page-id-22891) p,
html:has(body.page-template-page-communities-infographic) p,
html:has(body.page-template-page-fish-infographic) p,
html:has(body.page-template-page-pinnipeds-infographic) p {
  font-family: Roboto, sans-serif !important;
  font-style: unset !important;
  letter-spacing: unset !important;
  line-height: 1 !important;
  text-shadow: none !important;
  font-size: 1rem !important;
  line-height: 168% !important;
  font-weight: 400 !important;
}
html:has(body.page-id-22891) header h1,
html:has(body.page-template-page-communities-infographic) header h1,
html:has(body.page-template-page-fish-infographic) header h1,
html:has(body.page-template-page-pinnipeds-infographic) header h1 {
  font-family: Roboto, sans-serif !important;
  font-size: 1rem !important;
  font-style: unset !important;
  font-weight: 400 !important;
  letter-spacing: unset !important;
  line-height: 1 !important;
  text-shadow: none !important;
  font-size: 4rem !important;
  line-height: 120% !important;
  font-weight: 500 !important;
  padding: 0 1rem !important;
}
html:has(body.page-id-22891) header h4,
html:has(body.page-template-page-communities-infographic) header h4,
html:has(body.page-template-page-fish-infographic) header h4,
html:has(body.page-template-page-pinnipeds-infographic) header h4 {
  font-family: Roboto, sans-serif !important;
  font-size: 1rem !important;
  font-style: unset !important;
  font-weight: 400 !important;
  letter-spacing: unset !important;
  line-height: 1 !important;
  text-shadow: none !important;
  font-size: 1.555rem !important;
  line-height: 150% !important;
  font-weight: 300 !important;
}
html:has(body.page-id-22891) article h2,
html:has(body.page-template-page-communities-infographic) article h2,
html:has(body.page-template-page-fish-infographic) article h2,
html:has(body.page-template-page-pinnipeds-infographic) article h2 {
  font-family: Roboto, sans-serif !important;
  font-size: 1rem !important;
  font-style: unset !important;
  font-weight: 400 !important;
  letter-spacing: unset !important;
  line-height: 1 !important;
  text-shadow: none !important;
  font-size: 2.111rem !important;
  line-height: 112% !important;
  font-weight: 600 !important;
}
html:has(body.page-id-22891) article h3,
html:has(body.page-template-page-communities-infographic) article h3,
html:has(body.page-template-page-fish-infographic) article h3,
html:has(body.page-template-page-pinnipeds-infographic) article h3 {
  font-family: Roboto, sans-serif !important;
  font-size: 1rem !important;
  font-style: unset !important;
  font-weight: 400 !important;
  letter-spacing: unset !important;
  line-height: 1 !important;
  text-shadow: none !important;
  font-size: 1.777rem !important;
  line-height: 128% !important;
  font-weight: 700 !important;
}
html:has(body.page-id-22891) #FourSite section .graph a,
html:has(body.page-template-page-communities-infographic) #FourSite section .graph a,
html:has(body.page-template-page-fish-infographic) #FourSite section .graph a,
html:has(body.page-template-page-pinnipeds-infographic) #FourSite section .graph a {
  transition: none;
  color: #0e4c8c;
  text-decoration-color: rgba(13, 54, 105, 0);
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.25rem;
  transition: text-decoration-color 0.2s;
  font-size: 1rem !important;
  line-height: 168% !important;
  font-weight: 500 !important;
  text-decoration: none;
  color: currentColor;
}
html:has(body.page-id-22891) #FourSite section .graph a:hover,
html:has(body.page-template-page-communities-infographic) #FourSite section .graph a:hover,
html:has(body.page-template-page-fish-infographic) #FourSite section .graph a:hover,
html:has(body.page-template-page-pinnipeds-infographic) #FourSite section .graph a:hover {
  text-decoration: none;
}
html:has(body.page-id-22891) #FourSite section .graph a:hover,
html:has(body.page-template-page-communities-infographic) #FourSite section .graph a:hover,
html:has(body.page-template-page-fish-infographic) #FourSite section .graph a:hover,
html:has(body.page-template-page-pinnipeds-infographic) #FourSite section .graph a:hover {
  text-decoration-color: #0d3669;
}
html:has(body.page-id-22891) #FourSite section:last-child,
html:has(body.page-template-page-communities-infographic) #FourSite section:last-child,
html:has(body.page-template-page-fish-infographic) #FourSite section:last-child,
html:has(body.page-template-page-pinnipeds-infographic) #FourSite section:last-child {
  margin-bottom: 0;
}
#container .menu-right .cta > a,
#container .oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap .wp-megamenu li.cta > a,
#container footer.gutenberg .constrained > .email-signup-container .email-signup .rsform--submit input {
  color: #000 !important;
}
#container footer.gutenberg .email-signup-title h1 {
  font-size: 52px;
  font-weight: bolder;
}
#container footer.gutenberg .email-signup-title p {
  font-size: 14px;
  line-height: 1.6;
  padding: 1rem;
}
@media screen and (min-width: 375px) {
  .kicker-grid .rsform {
    min-width: 260px;
  }
}
@media (min-width: 376px) {
  html:not(.applies-oc-design-system).gutenberg .single.single-post #container.gutenberg .oc-block.block-child-navigation.alignleft,
  html:not(.applies-oc-design-system).gutenberg .wildlife_factsheet-template-default #container.gutenberg .oc-block.block-child-navigation.alignleft,
  html:not(.applies-oc-design-system).gutenberg body.page-template.page-template-template-gutenberg #container.gutenberg .oc-block.block-child-navigation.alignleft,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-child-navigation.alignleft {
    float: left;
    margin-left: 0;
  }
  html:not(.applies-oc-design-system).gutenberg .single.single-post #container.gutenberg .oc-block.block-child-navigation.alightright,
  html:not(.applies-oc-design-system).gutenberg .wildlife_factsheet-template-default #container.gutenberg .oc-block.block-child-navigation.alightright,
  html:not(.applies-oc-design-system).gutenberg body.page-template.page-template-template-gutenberg #container.gutenberg .oc-block.block-child-navigation.alightright,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-child-navigation.alightright {
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 400px) {
  .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content ol,
  .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content ul,
  .single.single-post #container.gutenberg #content[role="main"] div.main .content ol,
  .single.single-post #container.gutenberg #content[role="main"] div.main .content ul,
  html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content ol,
  html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content ul,
  html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .content ol,
  html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .content ul {
    margin: 0 auto;
  }
}
@media screen and (min-width: 490px) {
  #wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.featured-posts-grid .items a.item,
  #wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.post-grid .items a.item {
    -ms-flex: 1 1 51%;
    flex: 1 1 51%;
  }
}
@media (min-width: 501px) {
  html:not(.applies-oc-design-system) .facetwp-template[data-name="wildlife_factsheets"] .post-container .text-container .post-meta .habitat,
  html:not(.applies-oc-design-system) .facetwp-template[data-name="wildlife_factsheets"] .post-container .text-container .post-meta .range,
  html:not(.applies-oc-design-system) .facetwp-template[data-name="wildlife_factsheets"] .post-container .text-container .post-meta .status .post-tag {
    font-size: 14px;
  }
  html:not(.applies-oc-design-system) .facetwp-template[data-name="wildlife_factsheets"] .post-container .text-container .post-title {
    font-size: 38px;
  }
  html:not(.applies-oc-design-system) .facetwp-template[data-name="wildlife_factsheets"] .post-container .text-container .post-title .binomial {
    font-size: 28px;
  }
  html:not(.applies-oc-design-system) .facetwp-template[data-name="wildlife_factsheets"] .post-container .text-container .post-excerpt {
    line-height: 1.8;
  }
}
@media screen and (min-width: 600px) {
  .foreshore--overview .foreshore--hed {
    font-size: 3.375rem;
  }
  .foreshore--overview .foreshore--subhed {
    font-size: 1.25rem;
  }
  .hp-foreshore .foreshore--hed {
    font-size: 3.375rem;
  }
  .hp-foreshore .foreshore--subhed {
    font-size: 1.25rem;
  }
  .p2p-foreshore .foreshore--hed {
    font-size: 3.375rem;
  }
  .p2p-foreshore .foreshore--subhed {
    font-size: 1.5rem;
  }
  .reef__body--lede {
    font-size: 1.875rem;
  }
  .reef__body--lede:before {
    top: 0;
  }
  .reef__body--lede:after {
    bottom: 0;
  }
  .channel--body .ft-quote__bq {
    padding: 1.5rem 2rem !important;
    margin-left: 2rem !important;
  }
  .channel--body .ft-quote__author {
    font-size: 1rem;
  }
  .channel--body .ft-quote__title {
    font-size: 0.9rem;
  }
  .channel--body dl,
  .channel--body li:not(.form-chooser__item) {
    line-height: 1.4;
  }
  .channel--body .callout {
    font-size: 1.125rem;
  }
  .channel--body .callout--heavy {
    max-width: 92%;
  }
  .channel--body .janis-form-image {
    width: 100%;
  }
  .channel--body .townhall__wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .channel--body .townhall__content {
    width: calc(55% - 20px);
    margin-right: 40px;
    flex-shrink: 0;
    -ms-flex-negative: 0;
  }
  .channel--body .townhall__form {
    width: calc(45% - 20px);
    flex-shrink: 0;
    -ms-flex-negative: 0;
  }
  .channel--body .townhall__form h4 {
    margin-bottom: 0.8em;
    margin-top: 0;
    text-align: center;
  }
  .channel--body .revmsg-wrapper:not(.email-signup) input[type="submit"] {
    font-size: 0.9375rem;
  }
  .channel--body .revmsg-wrapper:not(.email-signup) .text {
    margin-bottom: 1rem;
  }
  .channel--body {
    font-size: 1rem;
    line-height: 1.5;
  }
  .channel__aside {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .channel__aside > * {
    width: 50%;
    box-flex: 0;
    -moz-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
  .channel__share {
    width: 125px;
  }
  .news .channel__fot {
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
  .eddy--hed,
  .news .channel__fot {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .eddy--hed {
    font-size: 1.125rem;
    box-orient: vertical;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    white-space: nowrap;
    margin-right: 2.5rem;
  }
  .eddy__programs li a {
    font-size: 1rem;
  }
  .eddy__programs .page_item_has_children:last-of-type .children:after {
    height: 48px;
  }
  .eddy__programs .children li:first-child {
    margin-top: 50px;
  }
  .breaker__wrapper {
    padding: 1.4375rem 1rem;
  }
  .breaker__wrapper.three-up {
    padding: 1rem;
  }
  .breaker__wrapper.three-up .breaker {
    background: #fff;
    border: 1px solid #dedede;
  }
  .breaker__wrapper.three-up .breaker__link {
    min-height: 0;
    display: block;
  }
  .breaker__wrapper.three-up .breaker__image {
    padding-top: 46%;
    max-width: none;
    height: 0;
    margin: -1px -1px 0;
  }
  .breaker__wrapper.three-up .breaker__hed {
    border: none;
    padding: 0.75rem 1.125rem;
  }
  .breaker__wrapper--hed {
    font-size: 1.875rem;
  }
  .breaker__list {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .breaker__li {
    box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 0;
    padding: 0.625rem;
    box-ordinal-group: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
  }
  .breaker__li:nth-child(-n + 4) {
    box-ordinal-group: 0;
    -moz-order: 0;
    order: 0;
    -ms-flex-order: 0;
  }
  .breaker__li--plnd {
    box-ordinal-group: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
  }
  .breaker__li--plnd:nth-child(-n + 5) {
    box-ordinal-group: 0;
    -moz-order: 0;
    order: 0;
    -ms-flex-order: 0;
  }
  .breaker__li--highlight {
    box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 0;
    padding: 0.625rem;
    box-ordinal-group: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
  }
  .breaker__li--highlight:nth-child(-n + 4) {
    box-ordinal-group: 0;
    -moz-order: 0;
    order: 0;
    -ms-flex-order: 0;
  }
  .breaker__marquee {
    padding: 0;
  }
  .breaker__marquee .breaker__wrapper--hed {
    margin-bottom: 1.375rem;
  }
  .breaker__marquee .breaker__list {
    display: block;
  }
  .breaker__marquee .breaker__li {
    margin-bottom: 1.375rem;
  }
  .breaker__marquee .breaker__link {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    box-align: start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
  }
  .breaker__marquee .breaker__image {
    box-flex: 0;
    -moz-flex: 0 1 300px;
    -ms-flex: 0 1 300px;
    flex: 0 1 300px;
    max-width: 300px;
  }
  .breaker__marquee .breaker picture {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 52.6667%;
  }
  .breaker__marquee .breaker img {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
  }
  .breaker__marquee .breaker__hed {
    padding: 0 0 0 1.5rem;
    box-flex: 1;
    -moz-flex: 1 1 340px;
    -ms-flex: 1 1 340px;
    flex: 1 1 340px;
  }
  .breaker-quote__li {
    box-ordinal-group: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
    box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .breaker-quote {
    font-size: 1.1875rem;
    margin: 0.625rem 0.625rem 0.625rem 1.875rem;
    position: relative;
  }
  .breaker-quote:before {
    border: 0;
    border-style: solid;
    top: 25px;
    border-top-width: 33px;
    border-right-width: 30px;
    border-color: transparent #000;
  }
  .breaker-quote:after,
  .breaker-quote:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    left: -30px;
  }
  .breaker-quote:after {
    border: 0;
    border-style: solid;
    top: 52px;
    border-bottom-width: 6px;
    border-left-width: 30px;
    border-color: #fff transparent;
  }
  .breaker-quote__text {
    margin-right: 2px;
    display: inline;
  }
  .breaker-quote__author {
    margin: 0 2px 0 0;
    white-space: nowrap;
    display: inline;
  }
  .breaker-quote__author-title {
    font-size: 0.9375rem;
    white-space: nowrap;
    display: inline;
  }
  .breaker-cta__li--landing {
    box-ordinal-group: 0;
    -moz-order: 0;
    order: 0;
    -ms-flex-order: 0;
    box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .breaker-cta__li--secondary {
    box-ordinal-group: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
    box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .breaker-cta {
    margin: 0.625rem 0.625rem 0.625rem 1.875rem;
    position: relative;
  }
  html:not(.gutenberg) .author-bio {
    box-orient: horizontal;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    margin: 1rem 0;
  }
  html:not(.gutenberg) .author-bio.leader-bio {
    margin-top: 2rem;
  }
  html:not(.gutenberg) .author-bio__image {
    box-ordinal-group: -1;
    -moz-order: -1;
    order: -1;
    -ms-flex-order: -1;
    box-flex: 0;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin-right: 2rem;
  }
  html:not(.gutenberg) .author-bio__hed {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  html:not(.gutenberg) .author-bio--hed {
    font-size: 1.875rem;
  }
  html:not(.gutenberg) .author-bio__quote {
    margin-bottom: 0;
  }
  html:not(.gutenberg) .author-bio__quote blockquote:before {
    left: -27px;
    right: auto;
    top: 21px;
    bottom: auto;
    border-top-width: 31px;
    border-right-width: 0;
    border-left-width: 27px;
    border-color: #fff transparent;
  }
  html:not(.gutenberg) .author-bio__quote blockquote:after {
    left: -27px;
    right: auto;
    top: 21px;
    bottom: auto;
    border-right-width: 27px;
    border-bottom-width: 6px;
    border-left-width: 0;
    border-color: transparent #282828;
  }
  html:not(.gutenberg) .author__link .icon-logo {
    width: 50px;
    height: 50px;
  }
  html:not(.gutenberg) .author__image {
    margin-right: 1.4375rem;
    width: 50px;
    height: 50px;
  }
  html:not(.gutenberg) .author__list {
    column-count: 2;
    margin: 2rem 0;
    column-gap: 2rem;
  }
  html:not(.gutenberg) .author__list .author__image picture {
    border-width: 4px;
  }
  html:not(.gutenberg) .author__leader-list {
    column-count: 2;
  }
  html:not(.gutenberg) .author__bod-list {
    column-gap: 2rem;
  }
  html:not(.gutenberg) .author__bod-list .author__image {
    display: block;
  }
  html:not(.gutenberg) .author__name {
    font-size: 1.25rem;
  }
  html:not(.gutenberg) .author__title {
    font-size: 0.875rem;
  }
  html:not(.gutenberg) .author__location {
    font-size: 0.8125rem;
  }
  html:not(.gutenberg) .author-list {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  html:not(.gutenberg) .author-list__item {
    box-flex: 0;
    -moz-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
  }
  .gulf--hed,
  .gulf .blog-sect__hed {
    font-size: 2.375rem;
  }
  .gulf__hed,
  .ripple__sect--hed {
    font-size: 1.875rem;
  }
  .ripple__grid .ripple {
    width: calc(33.3333% - 1px);
  }
  .ripple__grid .ripple__link {
    padding: 1.4375rem 1.0625rem 1.25rem;
  }
  .ripple__grid .ripple__photo,
  .ripple__grid .ripple__video {
    width: calc(33.3333% - 4px);
  }
  .ripple__photo .ripple__link,
  .ripple__video .ripple__link {
    padding: 0;
  }
  .ripple__link {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1.4375rem 1.4375rem 1.4375rem 1.0625rem;
  }
  .ripple__image {
    display: block;
    box-flex: 0;
    -moz-flex: 0 0 90px;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    max-width: 90px;
    margin-right: 1.0625rem;
  }
  .ripple__image--pic {
    width: 90px;
    height: 90px;
    display: block;
  }
  .ripple__image--pic > * {
    width: auto;
    height: 100%;
  }
  .financials--hed,
  .financials--sub {
    font-size: 1.25rem;
  }
  .uprush {
    min-height: 420px;
  }
  .uprush__wrapper {
    margin-bottom: 2rem;
  }
  .uprush__wrapper--hed {
    font-size: 1.875rem;
    margin-bottom: 1.375rem;
  }
  .uprush__wrapper--center {
    margin-bottom: 2rem;
  }
  .uprush__hed {
    padding: 6.25rem 1rem 0.8125rem;
    background-color: rgba(51, 51, 51, 0);
    background-image: linear-gradient(180deg, rgba(51, 51, 51, 0) 0, rgba(51, 51, 51, 0.33) 6.25rem, #333);
  }
  .uprush--hed {
    font-size: 2.25rem;
    padding-bottom: 0.8125rem;
  }
  .uprush__fot--left {
    margin-right: 5rem;
  }
  .uprush__fot--left .tax-list__wrapper {
    display: block;
  }
  .uprush__fot--left .tax-list__wrapper:last-child {
    margin-bottom: 0;
  }
  .uprush__author .author {
    text-align: center;
    min-width: 98px;
  }
  .uprush__author .author__image {
    display: block;
    box-ordinal-group: -1;
    -moz-order: -1;
    order: -1;
    -ms-flex-order: -1;
    margin-right: 0;
    width: 98px;
    height: 98px;
  }
  .uprush__author .author__name {
    font-size: 0.8125rem;
  }
  .uprush__author .author__title {
    display: block;
    box-ordinal-group: -1;
    -moz-order: -1;
    order: -1;
    -ms-flex-order: -1;
    font-weight: 400;
    color: #818181;
    font-size: 0.75rem;
    letter-spacing: 0.06em;
    text-indent: 0.06em;
    text-transform: uppercase;
    font-family: Open Sans, sans-serif;
  }
  .uprush--date {
    font-size: 1rem;
  }
  .uprush__carousel {
    width: 100%;
    transition: margin-left 0.6s ease-in-out;
    margin-left: -135.415vw;
  }
  .uprush__carousel,
  .uprush__carousel .uprush {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .uprush__carousel .uprush {
    box-flex: 0;
    -moz-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    margin: 0 2.083%;
  }
  .uprush__carousel .uprush:hover {
    box-shadow: 0 0 22px 8px rgba(0, 0, 0, 0.5);
  }
  .uprush__carousel .uprush--hed:before {
    display: none;
  }
  .uprush__carousel--nav {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
  }
  .gulf-carousel {
    padding: 2rem 0;
    overflow: hidden;
  }
  .fjord--hed {
    font-size: 36px;
  }
  .stories--hed {
    font-size: 3rem;
  }
  .stories__li {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    box-align: start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
  }
  .stories__li.second,
  .stories__li:nth-child(2n):not(.first) {
    box-pack: start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
  }
  .stories__li.second .stories__quote,
  .stories__li:nth-child(2n):not(.first) .stories__quote {
    box-ordinal-group: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
    margin: 0 0 0 0.6875rem;
  }
  .stories__li.second .stories__quote:before,
  .stories__li:nth-child(2n):not(.first) .stories__quote:before {
    right: auto;
    left: -27px;
    border-top-width: 31px;
    border-right-width: 27px;
    border-left-width: 0;
  }
  .stories__li.second .stories__quote:after,
  .stories__li:nth-child(2n):not(.first) .stories__quote:after {
    right: auto;
    left: -27px;
    border-bottom-width: 6px;
    border-right-width: 0;
    border-left-width: 27px;
  }
  .stories__quote {
    box-flex: 0;
    -moz-flex: 0 0 48.6%;
    -ms-flex: 0 0 48.6%;
    flex: 0 0 48.6%;
    max-width: 48.6%;
    min-width: 240px;
    margin: 0 0.6875rem 0 0;
  }
  .stories__quote:before {
    top: 27px;
    bottom: auto;
    right: -27px;
    border-top-width: 31px;
    border-right-width: 0;
    border-left-width: 27px;
    border-color: transparent #fff;
  }
  .stories__quote:after {
    top: 52px;
    bottom: auto;
    right: -27px;
    border-bottom-width: 6px;
    border-right-width: 27px;
    border-left-width: 0;
    border-color: #3085da transparent;
  }
  .stories__quote--deepdive:before {
    top: 27px;
    bottom: auto;
    right: -27px;
    border-top-width: 31px;
    border-right-width: 0;
    border-left-width: 27px;
    border-color: transparent #2ba8dd;
  }
  .stories__quote--deepdive:after {
    top: 52px;
    bottom: auto;
    right: -27px;
    border-bottom-width: 6px;
    border-right-width: 27px;
    border-left-width: 0;
    border-color: #323232 transparent;
  }
  .stories__image {
    box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 286px;
  }
  .ft-donation__hed {
    box-flex: 1;
    -moz-flex: 1 1 33.3333%;
    -ms-flex: 1 1 33.3333%;
    flex: 1 1 33.3333%;
    max-width: 240px;
    min-width: 0;
  }
  .ft-donation--hed {
    position: absolute;
    top: 0;
    left: 0;
    word-spacing: 999px;
    width: auto;
    max-width: 170px;
    padding: 1rem 1.125rem 1.125rem;
    font-size: 1.5rem;
  }
  .ft-donation__body {
    box-flex: 1;
    -moz-flex: 1 1 250px;
    -ms-flex: 1 1 250px;
    flex: 1 1 250px;
    padding: 1rem 1.125rem;
  }
  .ft-donation__body .action {
    display: table;
    padding: 0.6875rem 1rem;
    margin: 1.5em auto 0.4em;
  }
  .wildlife__showall__wrapper {
    margin-top: -1rem;
    margin-bottom: 2rem;
  }
  .wildlife__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .wildlife__link {
    height: calc(100% - 24px);
    margin: 0 0.75rem 1.5rem;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .wildlife__item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .wildlife__item img {
    width: auto;
  }
  .wildlife__item hr {
    display: block;
    height: 3px;
    border-left: 0;
    border-right: 0;
    width: 40px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .wildlife__single.channel {
    box-align: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .wildlife__single .channel--body {
    padding: 1.25rem 1rem 2rem 2rem;
    width: calc(100% - 250px);
    box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
  }
  .wildlife__sidebar {
    width: 250px;
  }
  .page-kicker {
    width: 50%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    box-align: end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
  }
  .page-kicker:first-child .buoy {
    background: #2880d9;
  }
  .page-kicker:first-child .action {
    color: #2880d9;
  }
  .page-kicker:first-child .action:hover {
    color: #fff;
  }
  .page-kicker:nth-child(2) .buoy {
    background: #e74b3c;
  }
  .page-kicker:nth-child(2) .action {
    color: #e74b3c;
  }
  .page-kicker:nth-child(2) .action:hover {
    color: #fff;
  }
  .page-kicker__wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-kicker__inner {
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    margin-left: 1rem;
  }
  .page-kicker .buoy {
    margin: 6.25rem 0 1rem;
    width: 80%;
    max-width: 346px;
  }
  .media-footer__person {
    margin-right: 1.875rem;
  }
  .media-footer__name {
    font-size: 1.25rem;
  }
  .media-footer__phone {
    font-size: 1.125rem;
  }
  .media-footer__email {
    font-size: 0.75rem;
    word-break: normal;
  }
  .twitter-button {
    padding: 0.375rem 0 0.375rem 1.25rem;
    width: 180px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    font-size: 1.125rem;
  }
  .twitter-button__text--def {
    font-size: 0.75rem;
    margin: 0 0 0.35em;
  }
  .twitter-button .icon-twitter {
    flex-shrink: 0;
    -ms-flex-negative: 0;
    height: 50px;
    width: 50px;
    padding: 10px 9px 9px 10px;
    margin-right: 0.8125rem;
  }
  .salt {
    padding: 1rem 2rem;
  }
  .salt--hed {
    font-size: 2rem;
    margin: 0.2em 0 0.4em;
  }
  .salt p {
    font-size: 1rem;
  }
  .salt p.salt--dek {
    font-size: 0.95rem;
  }
  .salt .aside__quote {
    box-flex: 0;
    -moz-flex: 0 0 calc(100% - 170px);
    -ms-flex: 0 0 calc(100% - 170px);
    flex: 0 0 calc(100% - 170px);
    width: calc(100% - 170px);
    padding: 1.5rem 2rem;
  }
  .salt .aside__quote--author {
    font-size: 1rem;
  }
  .salt .aside__quote--title {
    font-size: 0.9rem;
  }
  .salt .aside__image {
    box-flex: 0;
    -moz-flex: 0 0 135px;
    -ms-flex: 0 0 135px;
    flex: 0 0 135px;
    width: 135px;
  }
  .success {
    padding: 1rem 3rem;
  }
  .success__item--dek {
    font-size: 1rem;
    box-flex: 0;
    -moz-flex: 0 0 calc(100% - 102px);
    -ms-flex: 0 0 calc(100% - 102px);
    flex: 0 0 calc(100% - 102px);
  }
  .aquarium--item {
    padding: 2rem;
  }
  .aquarium--hed {
    font-size: 2rem;
  }
  .aquarium p {
    font-size: 1rem;
  }
  .program .channel .channel--body picture.full img {
    width: auto !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .dek__content {
    padding: 1.5rem 2rem 0;
    font-size: 1rem;
    line-height: 1.5;
  }
  .dek__quote .reef__body--author {
    font-size: 0.875rem;
  }
  .prog-dek__stats {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3rem;
  }
  .prog-dek__stats__item {
    width: calc(50% + 16px);
  }
  .p2p__hed {
    font-size: 2.625rem;
  }
  .p2p__body .ft-quote__bq {
    padding: 1.5rem 2rem !important;
    margin-left: 2rem !important;
  }
  .p2p__body .ft-quote__author {
    font-size: 1rem;
  }
  .p2p__body .ft-quote__title {
    font-size: 0.9rem;
  }
  .p2p__body dl,
  .p2p__body li:not(.form-chooser__item) {
    line-height: 1.4;
  }
  .p2p__body .callout {
    font-size: 1.125rem;
  }
  .p2p__body .callout--heavy {
    max-width: 92%;
  }
  .p2p__body .janis-form-image {
    width: 100%;
  }
  .p2p__body .townhall__wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p2p__body .townhall__content {
    width: calc(55% - 20px);
    margin-right: 40px;
    flex-shrink: 0;
    -ms-flex-negative: 0;
  }
  .p2p__body .townhall__form {
    width: calc(45% - 20px);
    flex-shrink: 0;
    -ms-flex-negative: 0;
  }
  .p2p__body .townhall__form h4 {
    margin-bottom: 0.8em;
    margin-top: 0;
    text-align: center;
  }
  .p2p__body .revmsg-wrapper:not(.email-signup) input[type="submit"] {
    font-size: 0.9375rem;
  }
  .p2p__body .revmsg-wrapper:not(.email-signup) .text {
    margin-bottom: 1rem;
  }
  .p2p__body .callout {
    font-size: 1.25rem;
  }
  .p2p.stories .stories__li.first,
  .p2p.stories .stories__li.second {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p2p.stories .stories__quote:before {
    border-color: transparent #009bc4;
  }
  .p2p.stories .stories__quote:after {
    border-color: #fff transparent;
  }
  .faq__answer .ft-quote__bq {
    padding: 1.5rem 2rem !important;
    margin-left: 2rem !important;
  }
  .faq__answer .ft-quote__author {
    font-size: 1rem;
  }
  .faq__answer .ft-quote__title {
    font-size: 0.9rem;
  }
  .faq__answer dl,
  .faq__answer li:not(.form-chooser__item) {
    line-height: 1.4;
  }
  .faq__answer .callout {
    font-size: 1.125rem;
  }
  .faq__answer .callout--heavy {
    max-width: 92%;
  }
  .faq__answer .janis-form-image {
    width: 100%;
  }
  .faq__answer .townhall__wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .faq__answer .townhall__content {
    width: calc(55% - 20px);
    margin-right: 40px;
    flex-shrink: 0;
    -ms-flex-negative: 0;
  }
  .faq__answer .townhall__form {
    width: calc(45% - 20px);
    flex-shrink: 0;
    -ms-flex-negative: 0;
  }
  .faq__answer .townhall__form h4 {
    margin-bottom: 0.8em;
    margin-top: 0;
    text-align: center;
  }
  .faq__answer .revmsg-wrapper:not(.email-signup) input[type="submit"] {
    font-size: 0.9375rem;
  }
  .faq__answer .revmsg-wrapper:not(.email-signup) .text {
    margin-bottom: 1rem;
  }
  .page-404--sub {
    font-size: 1rem;
  }
  .page-404--hed {
    font-size: 2rem;
  }
  .page-404 p {
    font-size: 1rem;
  }
  .newsletter {
    margin: 2em 0 !important;
  }
  .newsletter__row {
    margin-bottom: 1rem;
  }
  .newsletter__names {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
  }
  .newsletter__text--first {
    width: calc(50% - 8px);
    margin: 0 1rem 0 0;
  }
  .newsletter__text--last {
    width: calc(50% - 8px);
    margin: 0;
  }
  .newsletter__checkbox {
    margin-top: 5px;
  }
  .newsletter__submit {
    font-size: 0.9375rem;
  }
  .modal__hed {
    font-size: 2.125rem;
    line-height: 2.25rem;
  }
  .modal__subhed {
    font-size: 1.25rem;
    line-height: 1.4375rem;
    padding-bottom: 1rem;
  }
  .modal__label,
  .modal__other {
    width: calc(25% - 20px);
    margin: 0 0.625rem 0.625rem 0;
  }
  .modal__other-container:before {
    top: -3px;
    left: 15px;
  }
  .modal__other-container:after {
    text-align: right;
    margin-right: 160px;
    margin-left: auto;
  }
  .modal__other-container {
    display: inline;
    top: 5px;
  }
  .modal__other {
    width: 200px;
    line-height: 1px;
  }
  .modal .countdown__number {
    padding: 20px;
    font-size: 42px;
  }
  .partner-panel__option {
    width: 50%;
  }
  .partner__overview {
    padding-bottom: 1.25rem;
    font-size: 1.5rem !important;
  }
  .partner__action--cyan .action {
    margin: 0 !important;
  }
  .partner-type-list {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .partner-type-list__hed {
    font-size: 1.375rem;
    line-height: 1.5625rem;
  }
  .partner-type-list__item {
    width: 33%;
    font-size: 1.25rem;
    line-height: 1.4375rem;
  }
  .partner-type-list__item img {
    width: 60%;
  }
  .partner-info {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .partner-info__image {
    width: 70%;
    margin: 0 auto 1.875rem;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 3.125rem;
    width: 50%;
  }
  .partner-info__types {
    -ms-flex-order: 4;
    order: 4;
    width: 50%;
  }
  .partner-info__list {
    margin-left: 25px;
    box-pack: start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
  }
  .partner-info__overview {
    -ms-flex-order: 2;
    order: 2;
    padding: 0;
    text-align: left;
    width: 50%;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
  .partner-info__url {
    -ms-flex-order: 3;
    order: 3;
    width: 50%;
    padding-right: 3.125rem;
  }
  .partner-featured {
    padding: 2.5rem 1.25rem;
  }
  .partner-featured__container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .partner-featured__logo {
    align-self: flex-start;
    -ms-flex-item-align: start;
    width: 30%;
  }
  .partner-featured__details {
    width: 70%;
    padding-left: 2.5rem;
  }
  .partner-featured__hed {
    display: block;
    color: #666;
    text-transform: uppercase;
  }
  .partner-featured__hed--mobile {
    display: none;
  }
  .partner-featured__title {
    margin-top: 0;
    margin-bottom: 1.25rem;
    text-align: left;
    font-size: 2rem;
    line-height: 2.25rem;
  }
  .partner-featured__overview {
    text-align: left;
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  .partner-foot__hed {
    font-size: 1.375rem;
  }
  .partner-grid__item {
    width: 33%;
  }
  .partner-foot input[type="text"],
  .partner-foot textarea {
    padding: 0.9375rem !important;
  }
  .partner-foot .gform_footer input[type="submit"] {
    padding: 0.9375rem 1.875rem !important;
  }
  .gform_confirmation_wrapper {
    margin: 0 auto;
    width: 50%;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
  .section__subhed--search {
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-lines: none;
    -moz-box-lines: none;
    box-lines: none;
    -ms-flex-wrap: none;
    flex-wrap: none;
  }
  .section__subhed--search .section__subhed-title {
    width: auto;
  }
  .section__subhed--nav {
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-lines: none;
    -moz-box-lines: none;
    box-lines: none;
    -ms-flex-wrap: none;
    flex-wrap: none;
  }
  .section__dek .ft-quote__bq {
    padding: 1.5rem 2rem !important;
    margin-left: 2rem !important;
  }
  .section__dek .ft-quote__author {
    font-size: 1rem;
  }
  .section__dek .ft-quote__title {
    font-size: 0.9rem;
  }
  .section__dek dl,
  .section__dek li:not(.form-chooser__item) {
    line-height: 1.4;
  }
  .section__dek .callout {
    font-size: 1.125rem;
  }
  .section__dek .callout--heavy {
    max-width: 92%;
  }
  .section__dek .janis-form-image {
    width: 100%;
  }
  .section__dek .townhall__wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .section__dek .townhall__content {
    width: calc(55% - 20px);
    margin-right: 40px;
    flex-shrink: 0;
    -ms-flex-negative: 0;
  }
  .section__dek .townhall__form {
    width: calc(45% - 20px);
    flex-shrink: 0;
    -ms-flex-negative: 0;
  }
  .section__dek .townhall__form h4 {
    margin-bottom: 0.8em;
    margin-top: 0;
    text-align: center;
  }
  .section__dek .revmsg-wrapper:not(.email-signup) input[type="submit"] {
    font-size: 0.9375rem;
  }
  .section__dek .revmsg-wrapper:not(.email-signup) .text {
    margin-bottom: 1rem;
  }
  .carousel-container {
    padding: 20px 80px 50px;
  }
  .carousel-deepdive .slick-prev {
    width: 60px;
    height: 60px;
    left: -70px;
  }
  .carousel-deepdive .slick-next {
    width: 60px;
    height: 60px;
    right: -70px;
  }
  .event__li {
    box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 0;
    padding: 0.625rem;
  }
  #multi-form .gform_wrapper ul.gfield_checkbox,
  #single-form .gform_wrapper ul.gfield_checkbox {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #multi-form .gform_wrapper ul.gfield_checkbox li,
  #single-form .gform_wrapper ul.gfield_checkbox li {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    flex-shrink: 0;
    -ms-flex-negative: 0;
    width: 33%;
    width: 150px;
  }
  #multi-form .gform_wrapper ul.gfield_checkbox li input[type="checkbox"],
  #single-form .gform_wrapper ul.gfield_checkbox li input[type="checkbox"] {
    align-self: flex-start;
    -ms-flex-item-align: start;
  }
  #multi-form .gform_wrapper div.ginput_container_checkbox,
  #single-form .gform_wrapper div.ginput_container_checkbox {
    margin-top: 5px !important;
  }
  .g_subtext {
    font-size: 0.9375rem;
    line-height: 1.1875rem !important;
  }
  .marquee-nav__content > .icon {
    width: 45px;
    height: 45px;
  }
  .marquee-nav__hed {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
  .marquee-nav__subhed {
    margin-bottom: 0.9375rem;
    font-size: 1.375rem;
    line-height: 1.625rem;
    margin-bottom: 1.5625rem;
  }
  .channel .kelp {
    width: 50%;
    box-flex: 0;
    -moz-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    margin: 1.25rem 0;
  }
  .buoy__hed--sub {
    font-size: 0.75rem;
  }
  .channel .buoy {
    width: 50%;
    box-flex: 0;
    -moz-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    margin: 1.25rem 0;
  }
  .media-contact__wrapper {
    margin-bottom: 0;
  }
  .take-action {
    bottom: -61px;
  }
  .drop-nav__link {
    font-size: 0.9375rem;
  }
  .breadcrumbs__item {
    font-size: 1rem;
  }
  .breadcrumbs__arrow {
    height: 16px;
    width: 16px;
  }
  .breadcrumbs__dropdown__list {
    font-size: 0.875rem;
  }
  .ft-quote__bq {
    padding: 1.5rem 2rem !important;
    margin-left: 2rem !important;
  }
  .ft-quote__author {
    font-size: 1rem;
  }
  .ft-quote__title {
    font-size: 0.9rem;
  }
  body:not(.page-template-template-gutenberg-v4) .email-signup .revmsg-failure {
    font-size: 0.8125rem;
    letter-spacing: 0.14em;
    text-indent: 0.14em;
  }
  body:not(.page-template-template-gutenberg-v4) .rsform__field,
  body:not(.page-template-template-gutenberg-v4) .rsform__field--invalid,
  body:not(.page-template-template-gutenberg-v4) .rsform__field--required {
    width: calc(100% - 40px);
  }
  body:not(.page-template-template-gutenberg-v4) .rsform__field--error {
    bottom: -1.1875rem;
    font-size: 0.8125rem;
    letter-spacing: 0.14em;
    text-indent: 0.14em;
  }
  .post-item__description input[type="email"],
  .post-item__description input[type="submit"],
  .post-item__description input[type="text"] {
    font-size: 0.9375rem;
  }
  .kicker-grid .rsform {
    min-width: 320px;
  }
  .cta-skinny__btn {
    display: inline-block !important;
  }
  .countdown-banner .countdown-banner__container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
  .countdown-banner .countdown-banner__hed {
    width: 50%;
    text-align: left;
  }
  .countdown-banner .countdown__number {
    padding: 0.625rem;
    font-size: 38px;
  }
  .form-chooser {
    margin: 8px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
  .form-chooser__item {
    width: 50%;
  }
  .form-chooser__item + .form-chooser__item {
    border-top: 0;
    border-left: 1px solid #ebebeb;
  }
  .vimeo h1 {
    font-size: 72px;
  }
  .vimeo .signup-form .container h2 {
    font-size: 48px;
  }
  .vimeo .signup-form .container .email-signup {
    min-width: 455px;
  }
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
    body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
    #container.gutenberg
    .wp-block-group__inner-container
    .wp-block-image
    figure.alignright {
    display: block;
    float: right;
    margin-bottom: 0;
    margin-left: 1rem;
  }
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
    body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
    #container.gutenberg
    .wp-block-group__inner-container
    .wp-block-image
    figure.alignleft {
    display: block;
    float: left;
    margin-bottom: 0;
    margin-right: 1rem;
  }
  html:not(.gutenberg) .action {
    font-size: 0.9375rem;
  }
  .cta,
  .cta--program {
    display: -ms-flexbox;
    display: flex;
  }
  .cta--program {
    padding: 1.5rem 2rem;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cta.top .cta--program {
    box-orient: horizontal;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
  .cta.top .cta__content {
    box-flex: 1;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-right: 3rem;
  }
  .cta.top .cta__content p:last-of-type {
    padding-bottom: 0.25rem;
  }
  .cta.top .action {
    box-flex: 1;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: inline-block;
    margin: 0;
  }
  .oco-hed .oco-hed--logo {
    width: 142px;
    height: 70px;
  }
  .oco-hed__nav--list .menu-item > a {
    padding: 0.75rem;
  }
  .oco-hed__donate {
    margin-top: 6px;
  }
  .oco-hed__donate .menu-item > a {
    letter-spacing: 0.26em;
    text-indent: 0.26em;
    padding: 0.75rem;
  }
  .oco-fot__nav {
    margin: 5rem auto 2.5rem;
  }
  .oco-fot__nav--list {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .oco-fot__nav li {
    display: block;
    margin: 0 0.625rem;
  }
  .tax-text {
    font-size: 0.9375rem;
  }
  .badge {
    width: 150px;
  }
  .social-nav svg {
    height: 32px;
  }
}
@media screen and (min-width: 600px) and (min-width: 980px) {
  .partner-info__overview {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 600px) {
  html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-images) h2,
  html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-reports) h2 {
    font-size: 30px;
  }
  html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-images) .post-grid .post-container,
  html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-reports) .post-grid .post-container {
    margin: 0 1.5rem 1.5rem 0;
    width: calc(33.33% - 1.5rem);
  }
  html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-images) .post-grid .text-container,
  html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-reports) .post-grid .text-container {
    text-align: center;
  }
  html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-images) .post-grid .text-container a.post-title,
  html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-reports) .post-grid .text-container a.post-title {
    font-size: 20px;
    margin: 0.75rem 0;
  }
  html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-images) .post-grid.post-grid-images a.post-title,
  html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-reports) .post-grid.post-grid-images a.post-title {
    font-size: 15px;
  }
  html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-images) .post-grid.post-grid-reports .image-container,
  html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-reports) .post-grid.post-grid-reports .image-container {
    display: block;
  }
}
@media (min-width: 601px) {
  html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container.cs-white_black .sub-header #sticky-subheader-menu:not(.sticky) {
    background-color: #fff;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container.cs-white_black .sub-header #sticky-subheader-menu:not(.sticky) .subheader-nav nav .splide.splide--slide:before {
    left: 0;
    background: #fff;
    background: linear-gradient(270deg, hsla(0, 0%, 100%, 0), #fff 50%, #fff);
  }
  html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container.cs-white_black .sub-header #sticky-subheader-menu:not(.sticky) .subheader-nav nav .splide.splide--slide:after {
    right: 0;
    background: #fff;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff 50%, #fff);
  }
  html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu {
    display: -ms-flexbox;
    display: flex;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu .subheader-nav {
    display: -ms-flexbox;
    display: flex;
    max-width: 600px;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu .subheader-filters {
    display: none;
  }
  html:not(.applies-oc-design-system) body.single-post #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu .subheader-filters {
    display: block;
  }
}
@media screen and (min-width: 630px) {
  .media__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 640px) {
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg {
    font-size: 2.5vw;
  }
  html:has(body.page-id-22891),
  html:has(body.page-template-page-communities-infographic),
  html:has(body.page-template-page-fish-infographic),
  html:has(body.page-template-page-pinnipeds-infographic) {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 650px) {
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body.single-job #container.gutenberg .template-single-job .more-open-positions-section .more-open-positions-content {
    max-width: none;
    margin: 0;
  }
}
@media (min-width: 700px) {
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .post-list-news .post-container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
    body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
    #container.gutenberg
    .gutenberg-content
    .post-list-news
    .post-container
    .outer-image-container {
    margin-bottom: unset;
    margin-right: 1.375rem;
    width: unset;
  }
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
    body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
    #container.gutenberg
    .gutenberg-content
    .post-list-news
    .post-container
    .outer-image-container
    a
    .image-container {
    height: 211px;
    width: 280px;
  }
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
    body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
    #container.gutenberg
    .gutenberg-content
    .facetwp-template[data-name="blog_posts"]
    .post-container,
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
    body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
    #container.gutenberg
    .gutenberg-content
    .facetwp-template[data-name="press_releases"]
    .post-container,
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
    body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
    #container.gutenberg
    .gutenberg-content
    .facetwp-template[data-name="search"]
    .post-container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
    body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
    #container.gutenberg
    .gutenberg-content
    .facetwp-template[data-name="blog_posts"]
    .post-container
    .outer-image-container,
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
    body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
    #container.gutenberg
    .gutenberg-content
    .facetwp-template[data-name="press_releases"]
    .post-container
    .outer-image-container,
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
    body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
    #container.gutenberg
    .gutenberg-content
    .facetwp-template[data-name="search"]
    .post-container
    .outer-image-container {
    margin-bottom: unset;
    margin-right: 1.375rem;
    width: unset;
  }
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
    body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
    #container.gutenberg
    .gutenberg-content
    .facetwp-template[data-name="blog_posts"]
    .post-container
    .outer-image-container
    a
    .image-container,
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
    body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
    #container.gutenberg
    .gutenberg-content
    .facetwp-template[data-name="press_releases"]
    .post-container
    .outer-image-container
    a
    .image-container,
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
    body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
    #container.gutenberg
    .gutenberg-content
    .facetwp-template[data-name="search"]
    .post-container
    .outer-image-container
    a
    .image-container {
    height: 211px;
    width: 280px;
  }
}
@media (min-width: 706px) {
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .shortcode-experts-list {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  }
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .shortcode-experts-list a.author__link {
    margin: 0;
    width: auto;
  }
}
@media (min-width: 720px) {
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg {
    font-size: 18px;
  }
  html:has(body.page-id-22891),
  html:has(body.page-template-page-communities-infographic),
  html:has(body.page-template-page-fish-infographic),
  html:has(body.page-template-page-pinnipeds-infographic) {
    font-size: 18px;
  }
}
@media screen and (min-width: 740px) {
  #wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.featured-posts-grid .items a.item,
  #wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.post-grid .items a.item {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}
@media screen and (min-width: 768px) {
  .foreshore {
    padding: 11.875rem 2rem 4.6875rem;
  }
  .foreshore--hed {
    font-size: 5.4375rem;
  }
  .foreshore--subhed {
    font-size: 1.25rem;
  }
  .foreshore__wave {
    margin-top: 1.625rem;
  }
  .foreshore--programs .foreshore--hed {
    border-bottom-width: 4px;
  }
  .foreshore--overview .foreshore--hed {
    font-size: 4rem;
    border-bottom-width: 4px;
  }
  .hp-foreshore {
    padding-bottom: 11.875rem;
  }
  .hp-foreshore .foreshore--hed {
    font-size: 4rem;
    border-bottom-width: 4px;
    text-shadow: -1px -1px 0 rgba(40, 128, 217, 0.54), 1px -1px 0 rgba(40, 128, 217, 0.54), -1px 1px 0 rgba(40, 128, 217, 0.54), 1px 1px 0 rgba(40, 128, 217, 0.54), 1px 0 0 rgba(0, 0, 0, 0.42);
  }
  .hp-foreshore .foreshore--subhed {
    text-shadow: none;
  }
  .p2p-foreshore {
    padding-bottom: 11.875rem;
  }
  .p2p-foreshore .foreshore--hed {
    font-size: 4.375rem;
    left: -2rem;
  }
  .p2p-foreshore .foreshore--hed .rot-hed {
    padding: 0 2rem;
  }
  .p2p-foreshore .foreshore--subhed {
    font-size: 1.75rem;
  }
  .reef__inner {
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    box-align: start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem 2rem 2.5rem;
  }
  .reef .buoy .action {
    position: static;
    transform: translateX(0);
  }
  .reef__body {
    display: block;
    position: relative;
    z-index: 1;
    padding: 1.5rem 2.0625rem 1.75rem 2.25rem;
    width: auto;
    box-flex: 0;
    -moz-flex: 0 1 348px;
    -ms-flex: 0 1 348px;
    flex: 0 1 348px;
    align-self: flex-end;
    -ms-flex-item-align: end;
  }
  .reef__body--lede {
    font-size: 2.25rem;
  }
  .reef__body--lede:before {
    font-size: 2.8125rem;
    display: block;
    position: absolute;
    top: 15px;
    left: -20px;
  }
  .reef__body--lede:after {
    font-size: 2.8125rem;
    bottom: -8px;
  }
  .reef__body--author {
    font-size: 1rem;
  }
  .channel {
    padding: 0 2rem 2.8125rem;
  }
  .channel--hed {
    margin-bottom: 2rem;
  }
  .channel--title {
    font-size: 3.75rem;
    line-height: 4rem;
  }
  .channel--title,
  .channel__sub {
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .channel__sub {
    font-size: 1.375rem;
  }
  .channel--pubdate {
    font-size: 1rem;
  }
  .channel--graphic {
    margin-bottom: 2rem;
  }
  .channel--graphic__capt {
    font-size: 0.875rem;
  }
  .channel--body .ft-quote--left {
    width: 50%;
    float: left;
    margin: 0.3em 1.6em 0.4em 0;
  }
  .channel--body .ft-quote--left .ft-quote__image {
    flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    min-width: 150px;
  }
  .channel--body .ft-quote--right {
    width: 50%;
    float: right;
    margin: 0.3em 0 0.4em 1.6em;
  }
  .channel--body .ft-quote--right .ft-quote__image {
    flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    min-width: 150px;
  }
  .channel--body .ft-quote__bq {
    padding: 1rem !important;
    margin-left: 2.25rem !important;
  }
  .channel--body .ft-quote__author {
    font-size: 0.9rem;
  }
  .channel--body .ft-quote__title {
    font-size: 0.7rem;
  }
  .channel--body .ft-quote__image figure,
  .channel--body .ft-quote__image picture {
    border: 6px solid #2880d9;
    padding-top: calc(100% - 12px);
  }
  .channel--body h1 {
    font-size: 2.5rem;
  }
  .channel--body h2 {
    font-size: 2.2rem;
  }
  .channel--body h3 {
    font-size: 1.7em;
  }
  .channel--body h4 {
    font-size: 1.5rem;
  }
  .channel--body h5 {
    font-size: 1.3rem;
  }
  .channel--body dl,
  .channel--body li:not(.form-chooser__item) {
    line-height: 1.5;
  }
  .channel--body .callout {
    font-size: 1.25rem;
  }
  .channel--body .callout--heavy {
    font-size: 1.7rem;
  }
  .channel--body .caption {
    font-size: 0.875rem;
  }
  .channel--body .large-img {
    width: 90%;
  }
  .channel--body .medium-img {
    width: 75%;
  }
  .channel--body .small-img {
    width: 50%;
  }
  .channel--body .thumbnail {
    width: 300px;
  }
  .channel--body .alignleft,
  .channel--body .alignright {
    max-width: 60%;
  }
  .channel--body .revmsg-wrapper.email-signup .email-signup__hed {
    font-size: 2.125rem;
    line-height: 3rem;
  }
  .channel--body .revmsg-wrapper.email-signup .email-signup__dek {
    font-size: 1.4375rem;
    line-height: 1.75rem;
  }
  .channel--body .revmsg-wrapper.email-signup input[type="email"],
  .channel--body .revmsg-wrapper.email-signup input[type="text"] {
    font-size: 1.125rem;
  }
  .channel--body .revmsg-wrapper.email-signup input[type="email"]::-webkit-input-placeholder,
  .channel--body .revmsg-wrapper.email-signup input[type="text"]::-webkit-input-placeholder {
    font-size: 1.125rem;
  }
  .channel--body .revmsg-wrapper.email-signup input[type="email"]:-moz-placeholder,
  .channel--body .revmsg-wrapper.email-signup input[type="email"]::-moz-placeholder,
  .channel--body .revmsg-wrapper.email-signup input[type="text"]:-moz-placeholder,
  .channel--body .revmsg-wrapper.email-signup input[type="text"]::-moz-placeholder {
    font-size: 1.125rem;
  }
  .channel--body .revmsg-wrapper.email-signup input[type="email"]:-ms-input-placeholder,
  .channel--body .revmsg-wrapper.email-signup input[type="text"]:-ms-input-placeholder {
    font-size: 1.125rem;
  }
  .channel--body .revmsg-wrapper.email-signup input[type="submit"] {
    width: 44px;
    height: 44px;
  }
  .channel--body .revmsg-wrapper.email-signup--turtle {
    background-image: url(/wp-content/themes/oco-wp/images/signup/turtle-large.jpg);
  }
  .channel--body .revmsg-wrapper.email-signup--octopus {
    background-image: url(/wp-content/themes/oco-wp/images/signup/octopus-large.jpg);
  }
  .channel--body .revmsg-wrapper.email-signup--coral {
    background-image: url(/wp-content/themes/oco-wp/images/signup/coral-large.jpg);
  }
  .channel--body .revmsg-wrapper:not(.email-signup) input[type="submit"] {
    padding: 0.75rem 1.4375rem;
    font-size: 1rem;
  }
  .channel--body {
    font-size: 1.125rem;
    line-height: 1.67;
  }
  .channel--hedless {
    padding-top: 3.5rem;
  }
  .news .channel--hed {
    margin-bottom: 1rem;
  }
  .eddy {
    padding: 0.9375rem 2rem;
  }
  .page-template-page-children .eddy {
    margin-bottom: 4rem;
  }
  .eddy--hed {
    font-size: 1.25rem;
  }
  .eddy__nav-list {
    font-size: 1rem;
  }
  .eddy__nav-list a {
    padding: 0.8125rem 0;
  }
  .eddy--breadcrumbs .eddy__nav-list {
    font-size: 0.875rem;
  }
  .eddy--breadcrumbs .newsroom__nav a {
    padding: 0.6875rem 1rem;
  }
  .newsroom__nav a {
    padding: 0.75rem 1.4375rem;
  }
  .blog__nav li {
    margin-left: 2.5rem;
  }
  .blog__nav .current-menu-item a {
    font-size: 0.875rem;
  }
  .archive_nav .no-link,
  .archive_nav a {
    padding: 0.75rem 1.4375rem;
  }
  .eddy__programs li a {
    font-size: 1.125rem;
    padding: 1.5625rem 0.875rem;
  }
  .eddy__programs .page_item_has_children:last-of-type .children:after {
    height: 68px;
  }
  .eddy__programs .children li:first-child {
    margin-top: 68px;
  }
  .nr-search-form {
    padding-left: 1rem;
    height: 42px;
  }
  .nr-search-form__input {
    padding: 0.71875rem 0.3125rem 0.71875rem 2.5rem;
    font-size: 0.9375rem;
    width: 245px;
  }
  .nr-search-form__input::-webkit-input-placeholder {
    font-size: 0.8125rem;
  }
  .nr-search-form__input:-moz-placeholder,
  .nr-search-form__input::-moz-placeholder {
    font-size: 0.8125rem;
  }
  .nr-search-form__input:-ms-input-placeholder {
    font-size: 0.8125rem;
  }
  .nr-search-form__submit {
    left: 24px;
  }
  .breaker__wrapper {
    padding: 2.25rem 0.75rem;
  }
  .breaker__wrapper.three-up {
    padding: 1.375rem 0.75rem;
  }
  .breaker__wrapper.three-up .breaker--hed {
    font-size: 1.875rem;
  }
  .breaker__wrapper.three-up .breaker--led {
    font-size: 0.9375rem;
  }
  .breaker__wrapper--hed {
    padding-left: 0.9375rem;
  }
  .breaker__li,
  .breaker__li--highlight {
    padding: 0.9375rem;
  }
  .breaker__dark {
    padding-bottom: 1rem;
  }
  .breaker__marquee {
    padding: 0;
  }
  .breaker-cta,
  .breaker-quote {
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    margin: 0.9375rem 0.9375rem 0.9375rem 1.875rem;
  }
  html:not(.gutenberg) .author-bio__image {
    margin-right: 2.9375rem;
  }
  html:not(.gutenberg) .author-bio__quote blockquote {
    font-size: 1.125rem;
    padding: 1.25rem 1.25rem 1.625rem 1.625rem;
  }
  html:not(.gutenberg) .author__list {
    column-count: 3;
  }
  html:not(.gutenberg) .author__bod-list .author__item,
  html:not(.gutenberg) .author__leader-list .author__item {
    margin: 0 0 2.5rem;
  }
  html:not(.gutenberg) .author-list {
    margin-top: 1.25rem;
  }
  html:not(.gutenberg) .channel__fot .author__image {
    box-flex: 0;
    -moz-flex: 0 0 98px;
    -ms-flex: 0 0 98px;
    flex: 0 0 98px;
    width: 98px;
    height: 98px;
    margin-right: 1.125rem;
  }
  html:not(.gutenberg) .channel__fot .author__image picture {
    border-width: 4px;
  }
  html:not(.gutenberg) .channel__fot .author__image img:not(.icon-logo) {
    height: calc(100% + 8px);
  }
  html:not(.gutenberg) .channel__fot .author__name {
    font-size: 1.125rem;
  }
  html:not(.gutenberg) .channel__fot .author__title {
    font-size: 0.875rem;
  }
  .gulf {
    padding: 1.375rem 2rem 1.25rem;
  }
  .gulf__sidebar {
    padding-left: 3rem;
    width: 40%;
    flex-shrink: 0;
    -ms-flex-negative: 0;
  }
  .gulf--newsroom .gulf__inner {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .gulf-blog {
    padding: 2.3125rem 2rem 2rem;
  }
  .ripple__wrapper {
    flex-shrink: 0;
    -ms-flex-negative: 0;
    width: 60%;
  }
  .ripple__grid .ripple__photo,
  .ripple__grid .ripple__video {
    width: calc(33.3333% - 1px);
    margin-right: 1px;
    margin-bottom: 1px;
  }
  .ripple--financial .download-icon,
  .ripple__report .download-icon {
    display: none;
  }
  .ripple--financial__image,
  .ripple__report__image {
    display: block;
    max-width: 144px;
    margin: 0 auto 1.125rem;
  }
  .ripple--financial__image picture,
  .ripple__report__image picture {
    border: 4px solid #2ba8dd;
    width: 144px;
    height: 0;
    overflow: hidden;
    padding-top: calc(56.25% + 8px);
    position: relative;
  }
  .ripple--financial__image img:not(.icon-logo),
  .ripple__report__image img:not(.icon-logo) {
    max-width: none;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .ripple--financial--hed,
  .ripple__report--hed {
    text-align: center;
    font-size: 1.25rem;
    margin-bottom: 0.35em;
  }
  .ripple--financial--sub,
  .ripple__report--sub {
    display: block;
    color: #2ba8dd;
    font-family: Open Sans, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    text-indent: 0.14em;
    font-size: 0.75rem;
  }
  .ripple--financial .ripple__link,
  .ripple__report .ripple__link {
    display: block;
  }
  .ripple__photo .ripple__link {
    padding: 1.4375rem 1.0625rem;
  }
  .ripple__photo .ripple__link:hover .ripple__photo__hed {
    background: none;
  }
  .ripple__photo__image {
    max-width: 180px;
    margin: 0 auto 0.875rem;
  }
  .ripple__photo__image picture {
    border: 4px solid #2ba8dd;
  }
  .ripple__photo__hed {
    position: static;
    display: block;
    opacity: 1;
    background: none;
    padding: 0;
  }
  .ripple__video .ripple__link {
    padding: 1.4375rem 1.0625rem;
  }
  .ripple__video__image {
    max-width: 144px;
    margin: 0 auto 1.125rem;
  }
  .ripple__video__image picture {
    border: 4px solid #2ba8dd;
    padding-top: calc(56.25% + 8px);
  }
  .ripple__video__hed {
    display: block;
  }
  .ripple__video--hed {
    line-height: 1.25;
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 0.35em;
  }
  .ripple__video--sub {
    color: #2ba8dd;
    font-family: Open Sans, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    text-indent: 0.14em;
    font-size: 0.75rem;
  }
  .ripple__video .icon-play {
    display: none;
  }
  .ripple__sub {
    margin: 2rem auto;
    font-size: 0.9375rem;
  }
  .financials {
    width: calc(33.3333% - 20px);
    margin: 0 1.875rem 2.25rem 0;
  }
  .financials:nth-child(3n + 3) {
    margin-right: 0;
  }
  .financials--hed,
  .financials--sub {
    font-size: 1.625rem;
    margin: 0 0 1.125rem;
    padding-right: 0;
  }
  .financials--hed {
    margin: 0.875rem 0 0;
  }
  .webinars .ripple__video-icon {
    fill: #2ba8dd;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    left: 40%;
    top: 50px;
    display: block;
  }
  .uprush {
    min-height: 524px;
  }
  .uprush__hed {
    padding: 3.75rem 2rem 0.8125rem;
    background-color: rgba(51, 51, 51, 0);
    background-image: linear-gradient(180deg, rgba(51, 51, 51, 0) 0, rgba(51, 51, 51, 0.33) 7.8125rem, #333);
  }
  .uprush--hed {
    font-size: 3.1875rem;
  }
  .uprush__fot {
    box-align: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    padding: 0 2rem 1.5rem;
  }
  .uprush__carousel {
    margin-left: -110.415vw;
  }
  .uprush__carousel .uprush {
    box-flex: 0;
    -moz-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .gulf-carousel {
    padding: 3.0625rem 0 2.875rem;
  }
  .fjord {
    padding: 2rem 2rem 2.5rem;
  }
  .fjord--tall {
    padding-bottom: 11.25rem;
  }
  .fjord--0 {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }
  .fjord--hed {
    font-size: 40px;
  }
  .fjord--sub {
    margin-bottom: 3em;
    font-size: 1rem;
  }
  .fjord--led {
    font-size: 1.125rem;
  }
  .fjord--led h1,
  .fjord--led h2,
  .fjord--led h3,
  .fjord--led h4,
  .fjord--led h5,
  .fjord--led h6 {
    font-size: 1.625rem;
  }
  .fjord--led strong {
    font-size: 1.375rem;
  }
  .fjord .action {
    margin-top: 3.75rem;
  }
  .stories {
    padding: 2rem 2rem 2.5rem;
  }
  .stories--hed {
    font-size: 3.75rem;
  }
  .stories__quote {
    padding: 1.0625rem 1.375rem 1.25rem 1.625rem;
  }
  .stories__quote--led {
    font-size: 1.25rem;
  }
  .pagination {
    padding: 1.75rem 2rem;
    font-size: 1rem;
  }
  .waves .pagination {
    margin: 2.25rem 0 -2.25rem -0.75rem;
  }
  .ft-donation--hed {
    max-width: 170px;
    font-size: 2rem;
    line-height: 0.8889;
  }
  .ft-donation__body {
    padding: 1.125rem 1.5rem;
  }
  .ft-donation__body .action {
    padding: 0.75rem 1.125rem;
  }
  .wildlife__showall__wrapper {
    margin-top: -3rem;
  }
  .wildlife__list {
    padding: 0 1.25rem;
    margin-bottom: 3.75rem;
  }
  .wildlife__hed {
    padding: 0 2rem;
    margin: 4rem auto 0;
  }
  .wildlife--hed {
    font-size: 1rem;
  }
  .wildlife__endg {
    font-size: 0.9375rem;
  }
  .wildlife__item {
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
  .wildlife__single.channel {
    margin-bottom: 3rem;
  }
  .wildlife__single .channel--body {
    padding: 2rem;
  }
  .wildlife__sidebar {
    padding: 2rem 1rem 2rem 2rem;
  }
  .wildlife__sidebar .wildlife__item {
    position: relative;
    top: -120px;
    margin-bottom: -120px;
  }
  .wildlife__sidebar .tax-list {
    display: block;
    max-width: 200px !important;
  }
  .wildlife__sidebar .tax-list__wrapper {
    padding-left: 1rem;
  }
  .page-kicker__inner {
    margin-left: 2rem;
  }
  .page-kicker .buoy {
    margin: 9.375rem 0 1.4375rem;
  }
  .media-footer__wrapper {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .media-footer__signup {
    margin: 0 0 0 4.375rem;
  }
  .salt {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
  .salt__item {
    box-flex: 0;
    -moz-flex: 0 0 47%;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    margin: 1rem 0;
  }
  .salt__item:nth-of-type(3) {
    box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .salt p {
    font-size: 0.9rem;
  }
  .salt p.salt--dek {
    font-size: 0.85rem;
  }
  .salt .aside {
    float: right;
    width: 55%;
    margin: 1rem 0 1rem 2rem;
    width: 50%;
  }
  .salt .aside__quote {
    box-flex: 0;
    -moz-flex: 0 0 calc(100% - 140px);
    -ms-flex: 0 0 calc(100% - 140px);
    flex: 0 0 calc(100% - 140px);
    width: calc(100% - 140px);
    padding: 1rem;
  }
  .salt .aside__quote--author {
    font-size: 0.9rem;
  }
  .salt .aside__quote--title {
    font-size: 0.7rem;
  }
  .salt .aside__image {
    box-flex: 0;
    -moz-flex: 0 0 115px;
    -ms-flex: 0 0 115px;
    flex: 0 0 115px;
    width: 115px;
  }
  .success__image {
    border: 7px solid #2880d9;
    box-flex: 0;
    -moz-flex: 0 0 145px;
    -ms-flex: 0 0 145px;
    flex: 0 0 145px;
    height: 145px;
    width: 145px;
    margin: 0 auto;
  }
  .success__hed {
    box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
  }
  .success--hed {
    font-size: 2.8rem;
    margin-top: 0.225em;
  }
  .success--dek {
    text-align: center;
    font-size: 1.175rem;
    line-height: 1.35;
  }
  .success__list {
    margin-top: 1em;
  }
  .success__item {
    box-flex: 0;
    -moz-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    display: block;
  }
  .success__item--image {
    margin: 0 auto;
    box-flex: 0;
    -moz-flex: 0 0 165px;
    -ms-flex: 0 0 165px;
    flex: 0 0 165px;
    width: 165px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .success__item--image img {
    max-width: 150px;
    margin: 0 auto;
    align-self: flex-end;
    -ms-flex-item-align: end;
  }
  .success__item--dek {
    box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
    font-size: 0.95rem;
    margin-top: 1em;
  }
  .success__body {
    text-align: center;
  }
  .success__body p {
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    font-weight: 300;
    line-height: 1.7;
    font-size: 1.05rem;
  }
  .aquarium--list {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .aquarium--item {
    flex-shrink: 0;
    -ms-flex-negative: 0;
    width: 50%;
    min-height: 350px;
    background: linear-gradient(180deg, #2981d9 50%, transparent);
  }
  .aquarium--item:nth-of-type(2n) {
    background-color: transparent;
  }
  .aquarium--item:nth-of-type(2),
  .aquarium--item:nth-of-type(3) {
    background: linear-gradient(180deg, #32373a 50%, transparent);
  }
  .program .success__hed {
    padding: 0 2rem;
  }
  .program .success--dek {
    margin-top: 0.4em;
  }
  .program .channel {
    padding-bottom: 2rem;
  }
  .program .salt {
    float: right;
    width: 50%;
    clear: right;
  }
  .program--deepdive .success__body {
    font-size: 1.0625rem;
    line-height: 2.1875rem;
  }
  .dek {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-align: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    padding: 2.625rem 2rem 2rem;
    position: relative;
  }
  .dek--light {
    color: #fff;
  }
  .dek--light .dek__content {
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0.8);
  }
  .dek--right .dek__mtop {
    box-ordinal-group: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
    align-self: flex-end;
    -ms-flex-item-align: end;
    margin-bottom: 2.375rem;
  }
  .dek--right .dek__content {
    -ms-flex-order: 2;
    padding-right: 0;
    padding-left: 2rem;
    flex-basis: calc(65% - 50px);
    -ms-flex-preferred-size: calc(65% - 50px);
  }
  .dek--right .dek__content,
  .dek__mtop {
    box-ordinal-group: 2;
    -moz-order: 2;
    order: 2;
  }
  .dek__mtop {
    display: block;
    -ms-flex-order: 2;
    box-flex: 0;
    -moz-flex: 0 1 35%;
    -ms-flex: 0 1 35%;
    flex: 0 1 35%;
    max-width: 346px;
    align-self: flex-end;
    -ms-flex-item-align: end;
  }
  .dek__image {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .dek__image--about {
    left: 40% !important;
    width: 100% !important;
    height: auto !important;
  }
  .dek__content {
    width: auto;
    box-ordinal-group: 3;
    -moz-order: 3;
    order: 3;
    -ms-flex-order: 3;
    font-size: 1.125rem;
    line-height: 1.67;
    position: relative;
    z-index: 1;
    box-ordinal-group: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
    padding: 0 2rem 2rem 0;
    box-flex: 1;
    -moz-flex: 1 1 65%;
    -ms-flex: 1 1 65%;
    flex: 1 1 65%;
    max-width: 854px;
    min-width: 0;
  }
  .dek--hed {
    font-size: 2.5rem;
  }
  .dek__quote {
    width: auto;
    padding: 1.5rem 2rem 1.75rem 2.25rem;
  }
  .dek__quote .reef__body--author {
    font-size: 1rem;
  }
  .dek__cta {
    padding: 1.5rem 1rem;
    box-ordinal-group: 3;
    -moz-order: 3;
    order: 3;
    -ms-flex-order: 3;
    position: relative;
    z-index: 1;
    margin: 0 -2rem -2rem;
    width: 100vw;
  }
  .prog-dek {
    padding: 2.625rem 2rem;
    min-height: 420px;
  }
  .prog-dek--col-two .prog-dek__content {
    column-count: 2;
    column-gap: 3rem;
  }
  .prog-dek--left .prog-dek__content h1,
  .prog-dek--left .prog-dek__content p {
    padding-right: 50%;
  }
  .prog-dek--right .prog-dek__content h1,
  .prog-dek--right .prog-dek__content p {
    padding-left: 50%;
  }
  .prog-dek__content {
    font-size: 1.125rem;
  }
  .prog-dek__content .prog-dek__hed {
    font-size: 2rem;
  }
  .prog-dek__content .prog-dek__sub {
    font-size: 1.25rem;
  }
  .prog-dek__stats {
    margin: 4rem auto -2.625rem;
  }
  .prog-dek__stats__item {
    padding: 1.875rem 1.5rem 1.5rem;
    width: calc(50% + 24px);
  }
  .prog-dek__stats__hed {
    font-size: 4rem;
  }
  .prog-dek__stats__desc {
    font-size: 1.125rem;
  }
  .p2p {
    padding: 3.375rem 1.25rem;
  }
  .p2p--step {
    padding: 2.625rem 1.25rem;
  }
  .p2p--step .p2p__header {
    margin-bottom: 3rem;
  }
  .p2p__step {
    font-size: 1rem;
  }
  .p2p__header {
    margin-bottom: 3rem;
  }
  .p2p__hed {
    font-size: 3.375rem;
  }
  .p2p__sub {
    font-size: 1rem;
  }
  .p2p__body .ft-quote--left {
    width: 50%;
    float: left;
    margin: 0.3em 1.6em 0.4em 0;
  }
  .p2p__body .ft-quote--left .ft-quote__image {
    flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    min-width: 150px;
  }
  .p2p__body .ft-quote--right {
    width: 50%;
    float: right;
    margin: 0.3em 0 0.4em 1.6em;
  }
  .p2p__body .ft-quote--right .ft-quote__image {
    flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    min-width: 150px;
  }
  .p2p__body .ft-quote__bq {
    padding: 1rem !important;
    margin-left: 2.25rem !important;
  }
  .p2p__body .ft-quote__author {
    font-size: 0.9rem;
  }
  .p2p__body .ft-quote__title {
    font-size: 0.7rem;
  }
  .p2p__body .ft-quote__image figure,
  .p2p__body .ft-quote__image picture {
    border: 6px solid #2880d9;
    padding-top: calc(100% - 12px);
  }
  .p2p__body h1 {
    font-size: 2.5rem;
  }
  .p2p__body h2 {
    font-size: 2.2rem;
  }
  .p2p__body h3 {
    font-size: 1.7em;
  }
  .p2p__body h4 {
    font-size: 1.5rem;
  }
  .p2p__body h5 {
    font-size: 1.3rem;
  }
  .p2p__body dl,
  .p2p__body li:not(.form-chooser__item) {
    line-height: 1.5;
  }
  .p2p__body .callout {
    font-size: 1.25rem;
  }
  .p2p__body .callout--heavy {
    font-size: 1.7rem;
  }
  .p2p__body .caption {
    font-size: 0.875rem;
  }
  .p2p__body .large-img {
    width: 90%;
  }
  .p2p__body .medium-img {
    width: 75%;
  }
  .p2p__body .small-img {
    width: 50%;
  }
  .p2p__body .thumbnail {
    width: 300px;
  }
  .p2p__body .alignleft,
  .p2p__body .alignright {
    max-width: 60%;
  }
  .p2p__body .revmsg-wrapper.email-signup .email-signup__hed {
    font-size: 2.125rem;
    line-height: 3rem;
  }
  .p2p__body .revmsg-wrapper.email-signup .email-signup__dek {
    font-size: 1.4375rem;
    line-height: 1.75rem;
  }
  .p2p__body .revmsg-wrapper.email-signup input[type="email"],
  .p2p__body .revmsg-wrapper.email-signup input[type="text"] {
    font-size: 1.125rem;
  }
  .p2p__body .revmsg-wrapper.email-signup input[type="email"]::-webkit-input-placeholder,
  .p2p__body .revmsg-wrapper.email-signup input[type="text"]::-webkit-input-placeholder {
    font-size: 1.125rem;
  }
  .p2p__body .revmsg-wrapper.email-signup input[type="email"]:-moz-placeholder,
  .p2p__body .revmsg-wrapper.email-signup input[type="email"]::-moz-placeholder,
  .p2p__body .revmsg-wrapper.email-signup input[type="text"]:-moz-placeholder,
  .p2p__body .revmsg-wrapper.email-signup input[type="text"]::-moz-placeholder {
    font-size: 1.125rem;
  }
  .p2p__body .revmsg-wrapper.email-signup input[type="email"]:-ms-input-placeholder,
  .p2p__body .revmsg-wrapper.email-signup input[type="text"]:-ms-input-placeholder {
    font-size: 1.125rem;
  }
  .p2p__body .revmsg-wrapper.email-signup input[type="submit"] {
    width: 44px;
    height: 44px;
  }
  .p2p__body .revmsg-wrapper.email-signup--turtle {
    background-image: url(/wp-content/themes/oco-wp/images/signup/turtle-large.jpg);
  }
  .p2p__body .revmsg-wrapper.email-signup--octopus {
    background-image: url(/wp-content/themes/oco-wp/images/signup/octopus-large.jpg);
  }
  .p2p__body .revmsg-wrapper.email-signup--coral {
    background-image: url(/wp-content/themes/oco-wp/images/signup/coral-large.jpg);
  }
  .p2p__body .revmsg-wrapper:not(.email-signup) input[type="submit"] {
    padding: 0.75rem 1.4375rem;
    font-size: 1rem;
  }
  .p2p__body {
    font-size: 1.125rem;
  }
  .p2p__body .callout {
    font-size: 1.5rem;
  }
  .p2p__pic:first-of-type {
    margin-bottom: 2rem;
  }
  .idea {
    font-size: 1rem;
  }
  .idea__image {
    margin: 0 1.5rem 1.5rem;
    padding-top: calc(100% - 60px);
  }
  .faq {
    font-size: 1.5rem;
  }
  .faq__section {
    margin-top: 5rem;
  }
  .faq__answer .ft-quote--left {
    width: 50%;
    float: left;
    margin: 0.3em 1.6em 0.4em 0;
  }
  .faq__answer .ft-quote--left .ft-quote__image {
    flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    min-width: 150px;
  }
  .faq__answer .ft-quote--right {
    width: 50%;
    float: right;
    margin: 0.3em 0 0.4em 1.6em;
  }
  .faq__answer .ft-quote--right .ft-quote__image {
    flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    min-width: 150px;
  }
  .faq__answer .ft-quote__bq {
    padding: 1rem !important;
    margin-left: 2.25rem !important;
  }
  .faq__answer .ft-quote__author {
    font-size: 0.9rem;
  }
  .faq__answer .ft-quote__title {
    font-size: 0.7rem;
  }
  .faq__answer .ft-quote__image figure,
  .faq__answer .ft-quote__image picture {
    border: 6px solid #2880d9;
    padding-top: calc(100% - 12px);
  }
  .faq__answer h1 {
    font-size: 2.5rem;
  }
  .faq__answer h2 {
    font-size: 2.2rem;
  }
  .faq__answer h3 {
    font-size: 1.7em;
  }
  .faq__answer h4 {
    font-size: 1.5rem;
  }
  .faq__answer h5 {
    font-size: 1.3rem;
  }
  .faq__answer dl,
  .faq__answer li:not(.form-chooser__item) {
    line-height: 1.5;
  }
  .faq__answer .callout {
    font-size: 1.25rem;
  }
  .faq__answer .callout--heavy {
    font-size: 1.7rem;
  }
  .faq__answer .caption {
    font-size: 0.875rem;
  }
  .faq__answer .large-img {
    width: 90%;
  }
  .faq__answer .medium-img {
    width: 75%;
  }
  .faq__answer .small-img {
    width: 50%;
  }
  .faq__answer .thumbnail {
    width: 300px;
  }
  .faq__answer .alignleft,
  .faq__answer .alignright {
    max-width: 60%;
  }
  .faq__answer .revmsg-wrapper.email-signup .email-signup__hed {
    font-size: 2.125rem;
    line-height: 3rem;
  }
  .faq__answer .revmsg-wrapper.email-signup .email-signup__dek {
    font-size: 1.4375rem;
    line-height: 1.75rem;
  }
  .faq__answer .revmsg-wrapper.email-signup input[type="email"],
  .faq__answer .revmsg-wrapper.email-signup input[type="text"] {
    font-size: 1.125rem;
  }
  .faq__answer .revmsg-wrapper.email-signup input[type="email"]::-webkit-input-placeholder,
  .faq__answer .revmsg-wrapper.email-signup input[type="text"]::-webkit-input-placeholder {
    font-size: 1.125rem;
  }
  .faq__answer .revmsg-wrapper.email-signup input[type="email"]:-moz-placeholder,
  .faq__answer .revmsg-wrapper.email-signup input[type="email"]::-moz-placeholder,
  .faq__answer .revmsg-wrapper.email-signup input[type="text"]:-moz-placeholder,
  .faq__answer .revmsg-wrapper.email-signup input[type="text"]::-moz-placeholder {
    font-size: 1.125rem;
  }
  .faq__answer .revmsg-wrapper.email-signup input[type="email"]:-ms-input-placeholder,
  .faq__answer .revmsg-wrapper.email-signup input[type="text"]:-ms-input-placeholder {
    font-size: 1.125rem;
  }
  .faq__answer .revmsg-wrapper.email-signup input[type="submit"] {
    width: 44px;
    height: 44px;
  }
  .faq__answer .revmsg-wrapper.email-signup--turtle {
    background-image: url(/wp-content/themes/oco-wp/images/signup/turtle-large.jpg);
  }
  .faq__answer .revmsg-wrapper.email-signup--octopus {
    background-image: url(/wp-content/themes/oco-wp/images/signup/octopus-large.jpg);
  }
  .faq__answer .revmsg-wrapper.email-signup--coral {
    background-image: url(/wp-content/themes/oco-wp/images/signup/coral-large.jpg);
  }
  .faq__answer .revmsg-wrapper:not(.email-signup) input[type="submit"] {
    padding: 0.75rem 1.4375rem;
    font-size: 1rem;
  }
  .faq__answer {
    font-size: 1.125rem;
  }
  .faq__icon {
    height: 38px;
    width: 38px;
  }
  .page-404 {
    padding: 6.25rem 2rem 5.9375rem;
  }
  .page-404--sub {
    font-size: 1.25rem;
  }
  .page-404--hed {
    font-size: 3.25rem;
  }
  .page-404 p {
    font-size: 1.25rem;
  }
  .page-404__cta--hed {
    font-size: 1.875rem;
  }
  .newsletter {
    margin: 2em auto !important;
  }
  .newsletter__checkbox {
    margin-top: 8px;
  }
  .newsletter__submit {
    padding: 0.75rem 1.4375rem;
    font-size: 1rem;
  }
  .modal-container .modal__close--icon {
    height: 2.5rem;
    width: 2.5rem;
  }
  .modal__image {
    max-height: 150px;
  }
  .modal__content {
    padding: 1.5rem;
  }
  .modal__hed {
    padding-bottom: 0.5rem;
    font-size: 2.375rem;
    line-height: 2.5625rem;
  }
  .modal__leadin {
    font-size: 1.0625rem;
    line-height: 1.5625rem;
  }
  .modal .countdown__number {
    font-size: 60px;
  }
  .partner-panel {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .partner-panel__content {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
  .partner-panel__label {
    font-size: 1rem;
  }
  .partner-panel__name {
    font-size: 2.25rem;
  }
  .partner-panel__badge {
    width: 50px;
    margin-right: 20px;
  }
  .partner__overview {
    padding-bottom: 1.25rem;
    font-size: 2.25rem !important;
  }
  .partner__action {
    padding: 2.5rem 0;
  }
  .partner-type-list__hed {
    padding-bottom: 1.875rem;
    font-size: 1.6875rem;
  }
  .partner-type-list__item {
    width: 33%;
    font-size: 1.5rem;
    line-height: 1.6875rem;
  }
  .partner-info__item img {
    width: 50%;
  }
  .partner-featured__overview {
    text-align: left;
  }
  .partner-foot__hed {
    font-size: 1.5rem;
  }
  .partner-grid__item {
    width: 25%;
  }
  .partner-foot .gform_wrapper {
    width: 100%;
    max-width: 760px;
  }
  .partner-foot .top_label .gfield_label,
  .partner-foot legend.gfield_label {
    font-size: 1.25rem;
  }
  .section__dek .ft-quote--left {
    width: 50%;
    float: left;
    margin: 0.3em 1.6em 0.4em 0;
  }
  .section__dek .ft-quote--left .ft-quote__image {
    flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    min-width: 150px;
  }
  .section__dek .ft-quote--right {
    width: 50%;
    float: right;
    margin: 0.3em 0 0.4em 1.6em;
  }
  .section__dek .ft-quote--right .ft-quote__image {
    flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    min-width: 150px;
  }
  .section__dek .ft-quote__bq {
    padding: 1rem !important;
    margin-left: 2.25rem !important;
  }
  .section__dek .ft-quote__author {
    font-size: 0.9rem;
  }
  .section__dek .ft-quote__title {
    font-size: 0.7rem;
  }
  .section__dek .ft-quote__image figure,
  .section__dek .ft-quote__image picture {
    border: 6px solid #2880d9;
    padding-top: calc(100% - 12px);
  }
  .section__dek h1 {
    font-size: 2.5rem;
  }
  .section__dek h2 {
    font-size: 2.2rem;
  }
  .section__dek h3 {
    font-size: 1.7em;
  }
  .section__dek h4 {
    font-size: 1.5rem;
  }
  .section__dek h5 {
    font-size: 1.3rem;
  }
  .section__dek dl,
  .section__dek li:not(.form-chooser__item) {
    line-height: 1.5;
  }
  .section__dek .callout {
    font-size: 1.25rem;
  }
  .section__dek .callout--heavy {
    font-size: 1.7rem;
  }
  .section__dek .caption {
    font-size: 0.875rem;
  }
  .section__dek .large-img {
    width: 90%;
  }
  .section__dek .medium-img {
    width: 75%;
  }
  .section__dek .small-img {
    width: 50%;
  }
  .section__dek .thumbnail {
    width: 300px;
  }
  .section__dek .alignleft,
  .section__dek .alignright {
    max-width: 60%;
  }
  .section__dek .revmsg-wrapper.email-signup .email-signup__hed {
    font-size: 2.125rem;
    line-height: 3rem;
  }
  .section__dek .revmsg-wrapper.email-signup .email-signup__dek {
    font-size: 1.4375rem;
    line-height: 1.75rem;
  }
  .section__dek .revmsg-wrapper.email-signup input[type="email"],
  .section__dek .revmsg-wrapper.email-signup input[type="text"] {
    font-size: 1.125rem;
  }
  .section__dek .revmsg-wrapper.email-signup input[type="email"]::-webkit-input-placeholder,
  .section__dek .revmsg-wrapper.email-signup input[type="text"]::-webkit-input-placeholder {
    font-size: 1.125rem;
  }
  .section__dek .revmsg-wrapper.email-signup input[type="email"]:-moz-placeholder,
  .section__dek .revmsg-wrapper.email-signup input[type="email"]::-moz-placeholder,
  .section__dek .revmsg-wrapper.email-signup input[type="text"]:-moz-placeholder,
  .section__dek .revmsg-wrapper.email-signup input[type="text"]::-moz-placeholder {
    font-size: 1.125rem;
  }
  .section__dek .revmsg-wrapper.email-signup input[type="email"]:-ms-input-placeholder,
  .section__dek .revmsg-wrapper.email-signup input[type="text"]:-ms-input-placeholder {
    font-size: 1.125rem;
  }
  .section__dek .revmsg-wrapper.email-signup input[type="submit"] {
    width: 44px;
    height: 44px;
  }
  .section__dek .revmsg-wrapper.email-signup--turtle {
    background-image: url(/wp-content/themes/oco-wp/images/signup/turtle-large.jpg);
  }
  .section__dek .revmsg-wrapper.email-signup--octopus {
    background-image: url(/wp-content/themes/oco-wp/images/signup/octopus-large.jpg);
  }
  .section__dek .revmsg-wrapper.email-signup--coral {
    background-image: url(/wp-content/themes/oco-wp/images/signup/coral-large.jpg);
  }
  .section__dek .revmsg-wrapper:not(.email-signup) input[type="submit"] {
    padding: 0.75rem 1.4375rem;
    font-size: 1rem;
  }
  .government_relations-template-plnd-issues .section {
    padding-bottom: 5.375rem;
  }
  .marquee-deepdive {
    padding: 11.875rem 2rem 4.6875rem;
  }
  .marquee-deepdive__hed {
    font-size: 5.4375rem;
    border-bottom-width: 4px;
  }
  .marquee-deepdive__subhed {
    font-size: 1.25rem;
  }
  .event__li {
    padding: 0.9375rem;
  }
  #multi-form .gform_wrapper,
  #single-form .gform_wrapper {
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.15);
    margin-left: 16px;
    margin-right: 16px;
  }
  #multi-form .gform_wrapper .g_fieldset .g_fieldset-inner,
  #single-form .gform_wrapper .g_fieldset .g_fieldset-inner {
    top: -35px;
  }
  #multi-form .gform_wrapper h2.gsection_title,
  #single-form .gform_wrapper h2.gsection_title {
    padding: 1.875rem 1.25rem 0 0 !important;
  }
  #multi-form .gform_wrapper ul.gform_fields li.gfield input,
  #single-form .gform_wrapper ul.gform_fields li.gfield input {
    padding: 8px 20px !important;
  }
  #multi-form .gform_wrapper ul.gform_fields li.gfield input[type="checkbox"],
  #single-form .gform_wrapper ul.gform_fields li.gfield input[type="checkbox"] {
    padding: 8px !important;
  }
  #multi-form .gform_wrapper .gfield_required:before,
  #single-form .gform_wrapper .gfield_required:before {
    width: 7px;
    height: 7px;
  }
  .g_city,
  .g_country,
  .g_county,
  .g_date,
  .g_end-time,
  .g_lat,
  .g_long,
  .g_start-time,
  .g_state {
    width: 33%;
    display: inline-block;
  }
  .g_contact-email,
  .g_contact-link,
  .g_contact-name,
  .g_contact-phone,
  .g_file,
  .g_file_csv,
  .g_org,
  .g_org-link,
  .g_personal-email,
  .g_personal-name {
    width: 50%;
    display: inline-block;
  }
  .g_title {
    display: inline-block;
    width: 33%;
  }
  .g_street,
  .g_type {
    width: 67%;
    display: inline-block;
  }
  .g_subtext {
    font-size: 1.0625rem;
    line-height: 1.4375rem !important;
  }
  .g_subtext--inst {
    font-size: 13px;
  }
  body .gform_wrapper .top_label div.ginput_container {
    margin-top: 6px;
  }
  .marquee-nav {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .marquee-nav__link {
    width: 50%;
  }
  .marquee-nav__content > .icon {
    width: 55px;
    height: 55px;
  }
  .marquee-nav__image {
    min-height: 500px;
  }
  .stagger:nth-child(2n) .stagger__content {
    float: right;
  }
  .stagger:nth-child(2n) .stagger__media {
    float: left;
  }
  .buoy {
    display: block;
    position: relative;
    z-index: 1;
    width: auto;
    box-flex: 0;
    -moz-flex: 0 1 348px;
    -ms-flex: 0 1 348px;
    flex: 0 1 348px;
    padding: 1.875rem;
    margin-right: 2rem;
  }
  .buoy--lede {
    font-size: 1rem;
    margin-bottom: 1.4em;
  }
  .buoy__hed {
    margin-bottom: 1.3125rem;
    border-bottom-width: 6px;
  }
  .buoy__hed--hed {
    font-size: 2.8125rem;
    margin-bottom: 1.0625rem;
  }
  .breaker-buoy .buoy__hed--hed {
    font-size: 1.6875rem;
  }
  .breaker-buoy .buoy--lede {
    font-size: 0.9375rem;
  }
  .share-list--hed {
    font-size: 0.875rem;
  }
  .share-list__li:first-child {
    padding-right: 10px;
  }
  .share-list__li:last-child {
    padding-left: 15px;
  }
  .share-list .icon {
    width: 32px;
    height: 32px;
  }
  .media-contact {
    font-size: 1.125rem;
  }
  .media-contact__name {
    font-size: 1rem;
  }
  .media-contact__email {
    font-size: 0.75rem;
  }
  .media-contact__phone {
    font-size: 0.875rem;
  }
  .tax-list--hed {
    font-size: 0.75rem;
  }
  .channel .tax-list {
    font-size: 1rem;
  }
  .channel .tax-list--hed {
    font-size: 0.875rem;
  }
  .tax-listing {
    font-size: 1.25rem;
    margin-bottom: 1.625rem;
  }
  .tax-listing__list {
    margin: 0 auto 2.8125rem;
    column-count: 2;
    column-gap: 32px;
  }
  .menu-item:hover {
    z-index: 9999;
  }
  .menu-item:hover .tidepool {
    opacity: 1;
    height: auto;
    overflow: visible;
    transition: opacity 0.3s ease-in-out;
  }
  .menu-item:hover .tidepool:after {
    display: block;
  }
  .menu-item:hover .tidepool__list {
    left: 0;
  }
  .tidepool {
    position: absolute;
    top: calc(100% + 35px);
    left: -2px;
    right: auto;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 100;
    width: 273px;
  }
  .tidepool:after {
    position: absolute;
    top: -35px;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .tidepool.donate {
    display: block;
    text-align: center;
    box-orient: vertical;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    width: 264px;
    left: auto;
    right: -2px;
    background: #2ba8dd;
  }
  .has-oco-menu {
    position: relative;
  }
  .has-oco-menu:before {
    top: calc(100% + 9px);
  }
  .has-oco-menu:after,
  .has-oco-menu:before {
    content: "";
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
  }
  .has-oco-menu:after {
    top: calc(100% + 20px);
  }
  .has-oco-menu:hover {
    z-index: 9999;
  }
  .has-oco-menu:hover:before {
    width: 5px;
    height: 5px;
  }
  .has-oco-menu:hover:after,
  .has-oco-menu:hover:before {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    border: 1px solid #fff;
  }
  .has-oco-menu:hover:after {
    width: 7px;
    height: 7px;
  }
  .nav-mobile {
    display: none !important;
  }
  .take-action {
    padding: 0.875rem 1rem;
    bottom: -68px;
  }
  .take-action__led {
    display: block;
    color: #fff;
    margin-right: 1em;
    font-size: 1.125rem;
  }
  .drop-nav {
    max-width: none;
    margin-bottom: 3.25rem;
  }
  .drop-nav__list {
    max-height: 40px;
    min-height: 0;
  }
  .drop-nav__item:first-child .drop-nav__link {
    padding-top: 0.75rem;
  }
  .drop-nav__link {
    padding: 0 0 0.8125rem;
    margin: 0 3.25rem 0 0.875rem;
    font-size: 1rem;
  }
  .drop-nav__arrow {
    width: 2.1875rem;
    height: 2.1875rem;
  }
  .dropdown {
    margin-top: 0;
  }
  .dropdown,
  .dropdown-content {
    width: 300px;
  }
  .breadcrumbs__item {
    font-size: 1.125rem;
  }
  .breadcrumbs__arrow {
    height: 18px;
    width: 18px;
  }
  .breadcrumbs__dropdown {
    top: -15px;
  }
  .breadcrumbs__dropdown__list {
    font-size: 1rem;
  }
  .ft-quote--left {
    width: 50%;
    float: left;
    margin: 0.3em 1.6em 0.4em 0;
  }
  .ft-quote--left .ft-quote__image {
    flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    min-width: 150px;
  }
  .ft-quote--right {
    width: 50%;
    float: right;
    margin: 0.3em 0 0.4em 1.6em;
  }
  .ft-quote--right .ft-quote__image {
    flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    min-width: 150px;
  }
  .ft-quote__bq {
    padding: 1rem !important;
    margin-left: 2.25rem !important;
  }
  .ft-quote__author {
    font-size: 0.9rem;
  }
  .ft-quote__title {
    font-size: 0.7rem;
  }
  .ft-quote__image figure,
  .ft-quote__image picture {
    border: 6px solid #2880d9;
    padding-top: calc(100% - 12px);
  }
  body:not(.page-template-template-gutenberg-v4) .mobile-signup .rs_success,
  body:not(.page-template-template-gutenberg-v4) .mobile-signup__label {
    font-size: 1.25rem;
  }
  body:not(.page-template-template-gutenberg-v4) .email-signup .revmsg-fdbk .revmsg-loading,
  body:not(.page-template-template-gutenberg-v4) .email-signup .revmsg-fdbk .revmsg-success {
    font-size: 1.25rem;
    padding: 0.625rem 0;
  }
  body:not(.page-template-template-gutenberg-v4) .email-signup .revmsg-failure {
    padding: 0 2rem;
  }
  body:not(.page-template-template-gutenberg-v4) .rsform {
    padding: 0.1875rem;
    min-height: 2.25rem;
  }
  body:not(.page-template-template-gutenberg-v4) .rsform__field--email,
  body:not(.page-template-template-gutenberg-v4) .rsform__field--tel {
    padding: 0.5rem 0.5rem 0.5rem 1rem;
  }
  body:not(.page-template-template-gutenberg-v4) .rsform--submit__btn {
    width: 2rem;
    height: 2rem;
  }
  .post-item__title {
    font-size: 2.5rem;
  }
  .post-item__content {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-orient: vertical;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .post-item__content .post-item__description {
    margin-top: 0;
    width: calc(64% - 36px);
    margin-left: 2.25rem;
  }
  .post-item__content--full {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
  .post-item__description input[type="email"],
  .post-item__description input[type="text"] {
    padding: 0.875rem 1.25rem;
    font-size: 1rem;
  }
  .post-item__description input[type="submit"] {
    padding: 0.9375rem 1.4375rem;
    font-size: 1rem;
  }
  .post-item__description {
    margin-bottom: 0;
  }
  .post-item__image {
    width: 36%;
  }
  .kicker-fancy {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .kicker-fancy__link {
    width: 50%;
    flex-shrink: 1;
    -ms-flex-negative: 1;
  }
  .kicker-fancy__item {
    padding: 15.625rem 3.625rem 4.25rem;
  }
  .kicker-grid__item {
    margin: 1.125rem;
  }
  .kicker-grid__title {
    font-size: 3.125rem;
  }
  .kicker-grid__led {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .kicker-grid__led b,
  .kicker-grid__led strong {
    font-size: 1.5rem;
  }
  .kicker-grid__link {
    padding: 0.875rem 1rem;
    border-radius: 1.875rem;
  }
  .kicker-grid__link:after {
    border-radius: 1.5625rem;
  }
  .form-inline__header {
    padding: 2rem 2.5rem;
  }
  .rm-cf7-form.open {
    padding: 1.875rem 2.5rem 3.875rem;
  }
  .wpcf7-form {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    box-orient: vertical;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 21.25rem;
  }
  .wpcf7-form-control-wrap {
    width: 50%;
    padding-right: 1.5rem;
  }
  .wpcf7-form-control-wrap.message,
  .wpcf7-form-control-wrap.story {
    padding-right: 0;
  }
  div.wpcf7-response-output {
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .cta-skinny__hed + .cta-skinny__btn {
    margin-left: 0.9375rem;
  }
  .countdown-banner .countdown-banner__hed {
    font-size: 1.375rem;
    line-height: 1.625rem;
  }
  .countdown-banner .countdown__number {
    font-size: 50px;
  }
  #multi-form,
  #single-form {
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.15);
    margin-left: 16px;
    margin-right: 16px;
  }
  .form-chooser {
    margin: 0 auto 1.25rem;
    max-width: 740px !important;
  }
  .form-chooser__link {
    border-top: 4px solid #2ba8dd !important;
    padding: 10%;
  }
  .form-chooser__hed {
    padding-bottom: 0;
    font-size: 2.1875rem !important;
    line-height: 2.5rem !important;
  }
  .form-chooser__subhed {
    top: 0;
  }
  .form-chooser__arrow {
    padding-top: 1.5625rem;
  }
  .form-chooser__arrow .icon {
    width: 75px;
    height: 75px;
  }
  #CybotCookiebotDialog #CybotCookiebotDialogBody {
    padding: 0 32px !important;
  }
  #sms-signup-form {
    padding: 0.1875rem;
    min-height: 2.25rem;
  }
  #sms-signup-form #sms-signup-input-wrapper #sms-signup-phone {
    padding: 0.5rem 0.5rem 0.5rem 1rem;
  }
  #sms-signup-form #sms-signup-submit-wrapper input {
    width: 2rem;
    height: 2rem;
  }
  html:not(.gutenberg) .action {
    padding: 0.75rem 1.4375rem;
    font-size: 1rem;
  }
  .cta--program p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .oco-hed .oco-hed__content {
    text-align: right;
  }
  .oco-hed .oco-hed--logo {
    width: 172px;
    height: 85px;
  }
  .oco-hed__menu.active .menu-item__shape {
    display: none;
  }
  .oco-hed__nav--list {
    position: relative;
    display: block;
    right: 0;
  }
  .oco-hed__nav--list .menu-item {
    display: inline-block;
  }
  .oco-hed__nav--list .menu-item:hover > a {
    border-radius: 1.4375rem;
    background: #fff;
    color: #2ba8dd;
    text-decoration: none;
  }
  .oco-hed__nav--list .menu-item > a {
    border-radius: 1.4375rem;
    letter-spacing: 0.14em;
    text-indent: 0.14em;
  }
  .oco-hed__nav--list .menu-item > a:hover {
    border-radius: 1.4375rem;
    background: #fff;
    color: #2ba8dd;
    text-decoration: none;
  }
  .oco-hed__nav--list .menu-item > a:before {
    content: "";
    position: absolute;
    width: 90%;
    margin: 0 auto;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    border-radius: 1.4375rem;
    border: 1px solid #fff;
    opacity: 0;
    width: auto;
  }
  .oco-hed__nav--list .menu-item > a:hover:before {
    transition: opacity 0.3s ease-in-out;
    opacity: 1;
  }
  .has-child.open ul,
  .oco-hed__menu--toggle {
    display: none;
  }
  .oco-hed__donate {
    margin: 0;
    box-ordinal-group: 4;
    -moz-order: 4;
    order: 4;
    -ms-flex-order: 4;
  }
  .oco-hed__donate .menu-item > a {
    letter-spacing: 0.14em;
    text-indent: 0.14em;
    padding: 0.75rem 1rem;
    letter-spacing: 0.26em;
    text-indent: 0.26em;
  }
  .oco-hed__donate .menu-item > a:hover:before {
    border-color: #fff;
  }
  .oco-hed__search {
    display: inline;
    float: right;
    margin-right: 0.75rem;
  }
  .oco-hed--fixed {
    background: #fff !important;
    position: fixed;
    top: -82px;
    left: 0;
    right: 0;
    min-height: 0;
    transition: top 0.3s ease-in-out;
    box-shadow: 0 2px 4px 2px rgba(51, 51, 51, 0.35);
  }
  .oco-hed--fixed .oco-hed--logo {
    fill: #2ba8dd;
    width: 179px;
    height: 46px;
  }
  .oco-hed--fixed .oco-hed__nav--list .menu-item:hover > a {
    background: #2ba8dd;
    color: #fff;
  }
  .oco-hed--fixed .oco-hed__nav--list .menu-item:hover > a:before {
    border-color: #2ba8dd;
  }
  .oco-hed--fixed .oco-hed__nav--list .menu-item > a {
    color: #2ba8dd;
  }
  .oco-hed--fixed .oco-hed__nav--list .menu-item > a:hover {
    color: #fff;
    background: #2ba8dd;
  }
  .oco-hed--fixed .oco-hed__nav--list .menu-item > a:hover:before {
    border-color: #2ba8dd;
  }
  .oco-hed--fixed .oco-hed__donate .menu-item:hover > a {
    color: #fff;
    background: #2ba8dd;
  }
  .oco-hed--fixed .oco-hed__donate .menu-item:hover > a:before {
    border-color: #2ba8dd;
  }
  .oco-hed--fixed .oco-hed__donate .menu-item > a:hover {
    color: #fff;
    background: #2ba8dd;
  }
  .oco-hed--fixed .oco-hed__donate .menu-item > a:hover:before {
    border-color: #2ba8dd;
  }
  .oco-hed--reveal {
    top: 0;
  }
  .oco-fot--btmg {
    margin-bottom: 48px;
  }
  .oco-fot__nav {
    font-size: 1rem;
  }
  .oco-fot__nav a {
    padding: 0.75rem 1.25rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 980px) {
  .dek--right .dek__content {
    padding-left: 2.8125rem;
    max-width: 804px;
  }
  .menu-item:hover .tidepool__list {
    transition: left 0.3s ease-in-out 0.3s;
  }
  .oco-hed__search {
    float: none;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .dek--right .dek__content {
    padding-left: 4.25rem;
    flex-basis: calc(65% - 94px);
    -ms-flex-preferred-size: calc(65% - 94px);
    max-width: 760px;
  }
  .take-action__led {
    font-size: 1.25rem;
  }
  .oco-hed--fixed .oco-hed--logo {
    width: 200px;
    height: 51px;
  }
}
@media (min-width: 768px) {
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .block-content .column.info .image-container-inner,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .block-content .column.info .image-container-inner {
    background-size: cover;
    background-position: 50%;
  }
}
@media screen and (min-width: 770px) {
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body.single-job #container.gutenberg .template-single-job .more-open-positions-section {
    padding: 2.25rem 4rem;
  }
}
@media (min-width: 782px) {
  html:not(.applies-oc-design-system).gutenberg .single.single-post #container.gutenberg .oc-block.block-child-navigation,
  html:not(.applies-oc-design-system).gutenberg .wildlife_factsheet-template-default #container.gutenberg .oc-block.block-child-navigation,
  html:not(.applies-oc-design-system).gutenberg body.page-template.page-template-template-gutenberg #container.gutenberg .oc-block.block-child-navigation,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-child-navigation {
    margin-left: 10px;
    margin-top: 2rem;
    padding: 36px 8px;
    float: right;
  }
  html:not(.applies-oc-design-system).gutenberg .single.single-post #container.gutenberg .oc-block.block-child-navigation ul.top-nav-list,
  html:not(.applies-oc-design-system).gutenberg .wildlife_factsheet-template-default #container.gutenberg .oc-block.block-child-navigation ul.top-nav-list,
  html:not(.applies-oc-design-system).gutenberg body.page-template.page-template-template-gutenberg #container.gutenberg .oc-block.block-child-navigation ul.top-nav-list,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-child-navigation ul.top-nav-list {
    max-height: 3000px;
  }
  html:not(.applies-oc-design-system).gutenberg .single.single-post #container.gutenberg .oc-block.block-child-navigation .navigation-header,
  html:not(.applies-oc-design-system).gutenberg .wildlife_factsheet-template-default #container.gutenberg .oc-block.block-child-navigation .navigation-header,
  html:not(.applies-oc-design-system).gutenberg body.page-template.page-template-template-gutenberg #container.gutenberg .oc-block.block-child-navigation .navigation-header,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-child-navigation .navigation-header {
    padding: 0 12px;
  }
  html:not(.applies-oc-design-system).gutenberg .single.single-post #container.gutenberg .oc-block.block-child-navigation .navigation-header .title-container .block-title,
  html:not(.applies-oc-design-system).gutenberg .wildlife_factsheet-template-default #container.gutenberg .oc-block.block-child-navigation .navigation-header .title-container .block-title,
  html:not(.applies-oc-design-system).gutenberg body.page-template.page-template-template-gutenberg #container.gutenberg .oc-block.block-child-navigation .navigation-header .title-container .block-title,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-child-navigation .navigation-header .title-container .block-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
  }
  html:not(.applies-oc-design-system).gutenberg .single.single-post #container.gutenberg .oc-block.block-child-navigation .navigation-header .block-toggle,
  html:not(.applies-oc-design-system).gutenberg .single.single-post #container.gutenberg .oc-block.block-child-navigation .navigation-header .title-container .block-subtitle,
  html:not(.applies-oc-design-system).gutenberg .wildlife_factsheet-template-default #container.gutenberg .oc-block.block-child-navigation .navigation-header .block-toggle,
  html:not(.applies-oc-design-system).gutenberg .wildlife_factsheet-template-default #container.gutenberg .oc-block.block-child-navigation .navigation-header .title-container .block-subtitle,
  html:not(.applies-oc-design-system).gutenberg body.page-template.page-template-template-gutenberg #container.gutenberg .oc-block.block-child-navigation .navigation-header .block-toggle,
  html:not(.applies-oc-design-system).gutenberg body.page-template.page-template-template-gutenberg #container.gutenberg .oc-block.block-child-navigation .navigation-header .title-container .block-subtitle,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-child-navigation .navigation-header .block-toggle,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-child-navigation .navigation-header .title-container .block-subtitle {
    display: none;
  }
  html:not(.applies-oc-design-system).gutenberg .single.single-post #container.gutenberg .oc-block.block-child-navigation ul.top-nav-list li.menu-item a,
  html:not(.applies-oc-design-system).gutenberg .wildlife_factsheet-template-default #container.gutenberg .oc-block.block-child-navigation ul.top-nav-list li.menu-item a,
  html:not(.applies-oc-design-system).gutenberg body.page-template.page-template-template-gutenberg #container.gutenberg .oc-block.block-child-navigation ul.top-nav-list li.menu-item a,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-child-navigation ul.top-nav-list li.menu-item a {
    font-size: 16px !important;
    line-height: 22.4px !important;
    font-weight: 600 !important;
  }
  html:not(.applies-oc-design-system).gutenberg .single.single-post #container.gutenberg .oc-block.block-child-navigation ul.top-nav-list li.menu-item a.active,
  html:not(.applies-oc-design-system).gutenberg .wildlife_factsheet-template-default #container.gutenberg .oc-block.block-child-navigation ul.top-nav-list li.menu-item a.active,
  html:not(.applies-oc-design-system).gutenberg body.page-template.page-template-template-gutenberg #container.gutenberg .oc-block.block-child-navigation ul.top-nav-list li.menu-item a.active,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-child-navigation ul.top-nav-list li.menu-item a.active {
    color: #cde4fc;
  }
  html:not(.applies-oc-design-system).gutenberg .single.single-post #container.gutenberg .oc-block.block-child-navigation ul.top-nav-list li.menu-item.has-children .toggle-button,
  html:not(.applies-oc-design-system).gutenberg .wildlife_factsheet-template-default #container.gutenberg .oc-block.block-child-navigation ul.top-nav-list li.menu-item.has-children .toggle-button,
  html:not(.applies-oc-design-system).gutenberg body.page-template.page-template-template-gutenberg #container.gutenberg .oc-block.block-child-navigation ul.top-nav-list li.menu-item.has-children .toggle-button,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-child-navigation ul.top-nav-list li.menu-item.has-children .toggle-button {
    top: 3px;
  }
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .wp-block-columns.content-listing {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .wp-block-columns {
    padding: 0;
  }
}
@media screen and (min-width: 786px) {
  .gulf__sidebar {
    width: unset !important;
  }
  .media {
    padding: 1.375rem 2rem 1.25rem;
  }
  .media__list {
    grid-template-columns: 1fr 1fr;
  }
  .media__item {
    justify-self: center;
  }
}
@media (min-width: 800px) {
  html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg .post-parallax-header-image .border.border-bottom {
    display: block;
  }
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .sub-header-container .content-border .svg-container svg {
    height: 9.7vw !important;
  }
}
@media (min-width: 850px) {
  html:not(.applies-oc-design-system) #container.gutenberg .facetwp-facet.facetwp-type-checkboxes {
    margin-bottom: 0;
  }
}
@media (min-width: 860px) {
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .sub-header-container.has-background-image .sub-header-top,
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-67319 #container.gutenberg .gutenberg-content .wp-block-cover.page-title,
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-70389 #container.gutenberg .gutenberg-content .wp-block-cover.page-title {
    padding-top: calc(130px + 2.5rem);
  }
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .block-cta-banner .content {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .block-cta-banner .content p {
    text-align: left;
  }
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .block-cta-banner .content a {
    margin-top: 0;
    min-width: 230px;
    margin-left: 1rem;
  }
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .wp-block-cover.page-title {
    padding-top: calc(130px + 2.5rem);
  }
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
    body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
    #container.gutenberg
    .gutenberg-content
    .wp-block-column
    .block-cta-banner
    .content {
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    margin: 0 auto;
    max-width: 664px;
  }
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
    body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
    #container.gutenberg
    .gutenberg-content
    .wp-block-column
    .block-cta-banner
    .content
    a {
    margin-top: 1rem;
    margin-left: unset;
    min-width: unset;
  }
}
@media (min-width: 862px) {
  html:not(.applies-oc-design-system, .has-redesign-v1-styles, .has-featured-image).gutenberg body.single-job #container.gutenberg .oco-hed__hed.compact svg {
    color: #0e4c8c !important;
  }
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body.single-job #container.gutenberg .post-parallax-header-image {
    height: 100vh;
    background-attachment: fixed;
  }
  html:not(.has-featured-image, .has-redesign-v1-styles).gutenberg body:not(.page-id-67616, .page-id-61607, .page-id-41, .single-job) .oco-hed__hed.compact svg {
    color: #0e4c8c !important;
  }
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .oco-hed__hed.compact svg {
    color: #fff;
  }
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .post-parallax-header-image {
    height: 100vh;
    background-attachment: fixed;
  }
}
@media screen and (min-width: 900px) {
  #container footer.gutenberg .constrained > .email-signup-container .email-signup .rsform ::-webkit-input-placeholder {
    font-size: 16px;
  }
  #container footer.gutenberg .constrained > .email-signup-container .email-signup .rsform ::-moz-placeholder {
    font-size: 16px;
  }
  #container footer.gutenberg .constrained > .email-signup-container .email-signup .rsform :-ms-input-placeholder,
  #container footer.gutenberg .constrained > .email-signup-container .email-signup .rsform ::-ms-input-placeholder {
    font-size: 16px;
  }
  #container footer.gutenberg .constrained > .email-signup-container .email-signup .rsform ::placeholder {
    font-size: 16px;
  }
}
@media screen and (min-width: 901px) {
  #container.gutenberg footer.gutenberg .email-signup-title {
    text-align: left;
  }
  #container.gutenberg footer.gutenberg .email-signup-title p {
    padding-left: 0;
    max-width: 430px;
  }
  #container footer.gutenberg .constrained > .email-signup-container .email-signup {
    max-width: unset;
  }
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body.single-job #container.gutenberg .template-single-job .sidebar .sidebar-content {
    margin: 0;
    max-width: 220px;
  }
  #container footer.gutenberg .constrained .email-signup-container .email-signup > form {
    -ms-flex: 3 3 80% !important;
    flex: 3 3 80% !important;
    -ms-flex-item-align: center;
    align-self: center;
  }
  #container footer.gutenberg .email-signup-title {
    text-align: left;
  }
  #container footer.gutenberg .email-signup-title p {
    font-size: 14px;
    line-height: 1.6;
    padding: 1rem;
    padding-left: 0;
    max-width: 430px;
  }
}
@media only screen and (min-width: 901px) {
  html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing {
    padding: 20px 0 0;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .block-subtitle,
  html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .block-title,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .block-subtitle,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .block-title {
    text-align: center;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .block-title,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .block-title {
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 52px;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .block-title .prefix,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .block-title .prefix {
    margin-top: 24px;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .block-title .prefix svg,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .block-title .prefix svg {
    width: 55px;
    height: auto;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .post-slideshow,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .post-slideshow {
    display: none;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .post-list,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .post-list {
    display: -ms-flexbox;
    display: flex;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .post-list .column,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .post-list .column {
    display: block;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .post-list-additional,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .post-list-additional {
    display: -ms-flexbox;
    display: flex;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .recommended,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .recommended {
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .recommended > .label,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .recommended > .label {
    display: none;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .recommended .view-more,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .recommended .view-more {
    font-size: 160px;
    font-weight: 700;
    font-weight: 800;
    transition: transform 1s;
    transform: translateY(50%);
    display: block;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .recommended .view-more.has-text-image,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .recommended .view-more.has-text-image {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .recommended .view-more.has-text-image label,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .recommended .view-more.has-text-image label {
    border-bottom: none;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .recommended .view-more .prefix,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .recommended .view-more .prefix {
    display: none;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .recommended:hover .view-more,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .recommended:hover .view-more {
    transform: translateY(0);
  }
  html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .column.primary .blog-post .outer-image-container,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .column.primary .blog-post .outer-image-container {
    margin-bottom: 37px;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .column.primary .blog-post .post-title,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .column.primary .blog-post .post-title {
    font-size: 28px;
    text-align: center;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .column.primary .blog-post .post-excerpt,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .column.primary .blog-post .post-excerpt {
    font-size: 18px;
    text-align: center;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .column.primary .blog-post .post-authors,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .column.primary .blog-post .post-authors {
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
    -ms-flex-pack: center;
    justify-content: center;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .column.primary .blog-post .post-authors .post-author,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .column.primary .blog-post .post-authors .post-author {
    width: -moz-fit-content;
    width: fit-content;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .column.primary .blog-post .post-authors .post-author .author-image picture img,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .column.primary .blog-post .post-authors .post-author .author-image picture img {
    width: 69px;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing.hide-view-more .recommended,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing.hide-view-more .recommended {
    margin-bottom: 0;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-random-media.full-height,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-random-media.full-height {
    height: 100vh;
    z-index: 101;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-random-media.full-height .media-element,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-random-media.full-height .media-element {
    height: 100vh;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-random-media.full-height .media-element video,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-random-media.full-height .media-element video {
    height: 100%;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-random-media .media-overlay,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-random-media .media-overlay {
    bottom: 39px;
    left: 0;
    width: 100%;
    max-width: 500px;
    border-radius: 18px;
    padding: 40px 32px !important;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-random-media .media-overlay .block-category,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-random-media .media-overlay .block-category {
    font-size: 18px;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-random-media .media-overlay .block-category .prefix,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-random-media .media-overlay .block-category .prefix {
    display: inline;
    margin-right: 16px;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-random-media .media-overlay .block-title,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-random-media .media-overlay .block-title {
    font-size: 38px;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-random-media .media-overlay .block-subtitle,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-random-media .media-overlay .block-subtitle {
    font-size: 20px;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-random-media div.media-credit,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-random-media div.media-credit {
    bottom: 10px;
    right: 10px;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-random-media svg,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-random-media svg {
    height: auto;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-random-media .media-overlay,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-random-media .media-overlay {
    margin: 0;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-random-media .media-overlay .block-category,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-random-media .media-overlay .block-category {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-random-media .media-overlay .block-title,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-random-media .media-overlay .block-title {
    font-size: 72px;
    margin: unset;
    margin: 0;
    width: -moz-max-content;
    width: max-content;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-random-media .media-overlay .block-title .oc-heart-character:after,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-random-media .media-overlay .block-title .oc-heart-character:after {
    width: 58px;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-random-media .media-overlay .block-links,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-random-media .media-overlay .block-links {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-random-media .media-overlay .block-links a,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-random-media .media-overlay .block-links a {
    margin: unset;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-random-media .media-overlay .block-links a:first-child,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-random-media .media-overlay .block-links a:first-child {
    padding: 16px 44px 16px 45px !important;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-random-media .media-overlay .block-links a:nth-of-type(2),
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-random-media .media-overlay .block-links a:nth-of-type(2) {
    margin-left: 32px;
    height: 25px;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-random-media .border.border-top,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-random-media .border.border-top {
    height: 1px !important;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .block-wave-slider .constrained-container,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wave-slider .constrained-container {
    width: 100%;
    position: absolute;
    top: 20%;
    left: 0;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .block-wave-slider .block-title,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wave-slider .block-title {
    font-size: 48px;
    padding: 100px 20% 3%;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .block-wave-slider .slides .splide__slide .slide-overlay,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wave-slider .slides .splide__slide .slide-overlay {
    opacity: 0;
    transition: opacity 1s;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .block-wave-slider .slides .splide__slide.is-active .slide-overlay,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wave-slider .slides .splide__slide.is-active .slide-overlay {
    opacity: 1;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .block-wave-slider .slides .slide,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wave-slider .slides .slide {
    height: 55.5555555556vw;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .block-wave-slider .slides .slide .slide-image,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wave-slider .slides .slide .slide-image {
    padding-top: 56.25%;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .block-wave-slider .slides .slide .slide-video,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wave-slider .slides .slide .slide-video {
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .block-wave-slider .slides .slide .slide-overlay,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wave-slider .slides .slide .slide-overlay {
    position: absolute;
    top: 20%;
    right: 10%;
    width: 33%;
    left: unset;
    border-radius: 8px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    max-width: 400px;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .block-wave-slider .slides .slide .slide-overlay .slide-overlay-inner,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wave-slider .slides .slide .slide-overlay .slide-overlay-inner {
    border-radius: 8px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 56px 32px 28px;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .block-wave-slider .slides .slide .slide-overlay .slide-overlay-inner .slide-row,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wave-slider .slides .slide .slide-overlay .slide-overlay-inner .slide-row {
    text-align: left;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .block-wave-slider .slides .slide .slide-overlay .slide-overlay-inner .slide-category,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wave-slider .slides .slide .slide-overlay .slide-overlay-inner .slide-category {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .block-wave-slider .slides .slide .slide-overlay .slide-overlay-inner .slide-category .prefix,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wave-slider .slides .slide .slide-overlay .slide-overlay-inner .slide-category .prefix {
    display: block;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .block-wave-slider .slides .slide .slide-overlay .slide-overlay-inner .slide-links,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wave-slider .slides .slide .slide-overlay .slide-overlay-inner .slide-links {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .block-wave-slider .slides .slide .slide-overlay .slide-bottom-wave,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wave-slider .slides .slide .slide-overlay .slide-bottom-wave {
    display: none;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .block-wildlife-factsheet,
  html:not(.applies-oc-design-system) #container.gutenberg .block-wildlife-factsheet .constrained,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wildlife-factsheet,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wildlife-factsheet .constrained {
    display: -ms-flexbox;
    display: flex;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .block-wildlife-factsheet .image-container-inner,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wildlife-factsheet .image-container-inner {
    height: 100%;
    transform: scale(0.6);
    transition: transform 1s ease-in;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .block-wildlife-factsheet .image-container .post-tag,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wildlife-factsheet .image-container .post-tag {
    display: none;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .block-wildlife-factsheet .image-container div.media-credit,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wildlife-factsheet .image-container div.media-credit {
    right: 10px;
    bottom: 10px;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .block-wildlife-factsheet .image-container .border-bottom,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wildlife-factsheet .image-container .border-bottom {
    display: none;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .block-wildlife-factsheet .text-container,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wildlife-factsheet .text-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    padding: 20px 5%;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .block-wildlife-factsheet .text-container .text-container-inner > *,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wildlife-factsheet .text-container .text-container-inner > * {
    margin: 16px 0;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .block-wildlife-factsheet .text-container .post-tag,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wildlife-factsheet .text-container .post-tag {
    display: inline-block;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .block-wildlife-factsheet .text-container .post-excerpt,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wildlife-factsheet .text-container .post-excerpt {
    margin: 12px 0 48px;
  }
  #container .floating-page-menu.active,
  .interface-interface-skeleton__content .floating-page-menu.active {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    right: 10px;
    bottom: 85px;
    z-index: 50;
  }
  #container footer.gutenberg,
  .interface-interface-skeleton__content footer.gutenberg {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #container footer.gutenberg .oco-fot__video,
  .interface-interface-skeleton__content footer.gutenberg .oco-fot__video {
    background-image: none;
  }
  #container footer.gutenberg .oco-fot__video.desktop,
  .interface-interface-skeleton__content footer.gutenberg .oco-fot__video.desktop {
    display: block;
  }
  #container footer.gutenberg .oco-fot__video.mobile,
  .interface-interface-skeleton__content footer.gutenberg .oco-fot__video.mobile {
    display: none;
  }
  #container footer.gutenberg .constrained .depth-indicator,
  .interface-interface-skeleton__content footer.gutenberg .constrained .depth-indicator {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 12px;
    position: absolute;
    right: 20px;
    bottom: 160px;
    z-index: 50;
  }
  #container footer.gutenberg .constrained .depth-indicator .depth-link,
  .interface-interface-skeleton__content footer.gutenberg .constrained .depth-indicator .depth-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    margin-bottom: 5px;
  }
  #container footer.gutenberg .constrained .depth-indicator .depth-link:hover,
  .interface-interface-skeleton__content footer.gutenberg .constrained .depth-indicator .depth-link:hover {
    text-decoration: none;
  }
  #container footer.gutenberg .constrained .depth-indicator .depth-link .radio-button,
  .interface-interface-skeleton__content footer.gutenberg .constrained .depth-indicator .depth-link .radio-button {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    margin-bottom: 2px;
  }
  #container footer.gutenberg .constrained .depth-indicator .depth-link .radio-label,
  .interface-interface-skeleton__content footer.gutenberg .constrained .depth-indicator .depth-link .radio-label {
    color: #fff;
    letter-spacing: 0.8px;
    line-height: 1;
    font-size: 10px;
  }
  #container footer.gutenberg .constrained .depth-indicator .depth-link.active .radio-button,
  #container footer.gutenberg .constrained .depth-indicator .depth-link:hover .radio-button,
  .interface-interface-skeleton__content footer.gutenberg .constrained .depth-indicator .depth-link.active .radio-button,
  .interface-interface-skeleton__content footer.gutenberg .constrained .depth-indicator .depth-link:hover .radio-button {
    background-color: #fff;
  }
  #container footer.gutenberg .constrained .email-signup-container,
  .interface-interface-skeleton__content footer.gutenberg .constrained .email-signup-container {
    -ms-flex-order: 0;
    order: 0;
    display: block;
  }
  #container footer.gutenberg .constrained .email-signup-container .email-signup,
  .interface-interface-skeleton__content footer.gutenberg .constrained .email-signup-container .email-signup {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
  }
  #container footer.gutenberg .constrained .email-signup-container .email-signup > h3,
  .interface-interface-skeleton__content footer.gutenberg .constrained .email-signup-container .email-signup > h3 {
    -ms-flex: 1 1 15%;
    flex: 1 1 15%;
    font-weight: 700;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: top;
    align-items: top;
  }
  #container footer.gutenberg .constrained .email-signup-container .email-signup > h3 .prefix,
  .interface-interface-skeleton__content footer.gutenberg .constrained .email-signup-container .email-signup > h3 .prefix {
    display: block;
    margin-top: 12px;
    font-size: 32px;
  }
  #container footer.gutenberg .constrained .email-signup-container .email-signup > h3 .label,
  .interface-interface-skeleton__content footer.gutenberg .constrained .email-signup-container .email-signup > h3 .label {
    display: block;
    text-align: left;
    margin-left: 2px;
    font-size: 32px;
    padding-right: 15px;
  }
  #container footer.gutenberg .constrained .email-signup-container .email-signup > p,
  .interface-interface-skeleton__content footer.gutenberg .constrained .email-signup-container .email-signup > p {
    display: inline-block;
    -ms-flex: 1 2 30%;
    flex: 1 2 30%;
    font-size: 16px;
    padding: 16px 8px;
    text-align: left;
  }
  #container footer.gutenberg .constrained .email-signup-container .email-signup > form,
  .interface-interface-skeleton__content footer.gutenberg .constrained .email-signup-container .email-signup > form {
    -ms-flex: 3 3 55%;
    flex: 3 3 55%;
    margin-top: 16px;
  }
  #container footer.gutenberg .constrained .email-signup-container .email-signup .rsform__field input,
  .interface-interface-skeleton__content footer.gutenberg .constrained .email-signup-container .email-signup .rsform__field input {
    font-size: 24px;
    padding: 18px 24px;
    border-radius: 14px;
  }
  #container footer.gutenberg .constrained .email-signup-container .email-signup .rsform--submit,
  .interface-interface-skeleton__content footer.gutenberg .constrained .email-signup-container .email-signup .rsform--submit {
    right: 8px;
    top: 7px;
  }
  #container footer.gutenberg .constrained .email-signup-container .email-signup .rsform--submit input,
  .interface-interface-skeleton__content footer.gutenberg .constrained .email-signup-container .email-signup .rsform--submit input {
    border-radius: 10px;
    padding: 16px 44px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.8px;
  }
  #container footer.gutenberg .constrained .email-signup-container .email-signup .rsform .revmsg-fdbk,
  .interface-interface-skeleton__content footer.gutenberg .constrained .email-signup-container .email-signup .rsform .revmsg-fdbk {
    margin: auto 20px;
  }
  #container footer.gutenberg .constrained .email-signup-container.floating:not(.closed),
  .interface-interface-skeleton__content footer.gutenberg .constrained .email-signup-container.floating:not(.closed) {
    max-width: 1280px;
  }
  #container footer.gutenberg .constrained .email-signup-container.floating:not(.closed) .email-signup,
  .interface-interface-skeleton__content footer.gutenberg .constrained .email-signup-container.floating:not(.closed) .email-signup {
    -ms-flex-align: center;
    align-items: center;
  }
  #container footer.gutenberg .constrained .email-signup-container.floating:not(.closed) .email-signup > h3,
  .interface-interface-skeleton__content footer.gutenberg .constrained .email-signup-container.floating:not(.closed) .email-signup > h3 {
    display: -ms-flexbox;
    display: flex;
  }
  #container footer.gutenberg .constrained .email-signup-container.floating:not(.closed) .email-signup > p,
  .interface-interface-skeleton__content footer.gutenberg .constrained .email-signup-container.floating:not(.closed) .email-signup > p {
    display: inline-block;
  }
  #container footer.gutenberg .constrained .email-signup-container.floating:not(.closed) .close-icon,
  .interface-interface-skeleton__content footer.gutenberg .constrained .email-signup-container.floating:not(.closed) .close-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    max-width: 25px;
  }
  #container footer.gutenberg .constrained > .social-menu,
  .interface-interface-skeleton__content footer.gutenberg .constrained > .social-menu {
    -ms-flex-order: 1;
    order: 1;
    margin-top: 0;
  }
  #container footer.gutenberg .constrained > .social-menu a,
  .interface-interface-skeleton__content footer.gutenberg .constrained > .social-menu a {
    max-width: 20%;
  }
  #container footer.gutenberg .constrained > .contact-info,
  #container footer.gutenberg .constrained > .copyright-info,
  #container footer.gutenberg .constrained > .endorsements,
  #container footer.gutenberg .constrained > .logo-container,
  #container footer.gutenberg .constrained > .menus,
  .interface-interface-skeleton__content footer.gutenberg .constrained > .contact-info,
  .interface-interface-skeleton__content footer.gutenberg .constrained > .copyright-info,
  .interface-interface-skeleton__content footer.gutenberg .constrained > .endorsements,
  .interface-interface-skeleton__content footer.gutenberg .constrained > .logo-container,
  .interface-interface-skeleton__content footer.gutenberg .constrained > .menus {
    display: none;
  }
  #container footer.gutenberg .constrained > .desktop-third-row,
  .interface-interface-skeleton__content footer.gutenberg .constrained > .desktop-third-row {
    -ms-flex-order: 2;
    order: 2;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 5%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  #container footer.gutenberg .constrained > .desktop-third-row .logo-container,
  .interface-interface-skeleton__content footer.gutenberg .constrained > .desktop-third-row .logo-container {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  #container footer.gutenberg .constrained > .desktop-third-row .right-column,
  .interface-interface-skeleton__content footer.gutenberg .constrained > .desktop-third-row .right-column {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    display: -ms-flexbox;
    display: flex;
  }
  #container footer.gutenberg .constrained > .desktop-third-row .right-column .menus,
  .interface-interface-skeleton__content footer.gutenberg .constrained > .desktop-third-row .right-column .menus {
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #container footer.gutenberg .constrained > .desktop-third-row .right-column .menus .menu-footer-nav-container,
  .interface-interface-skeleton__content footer.gutenberg .constrained > .desktop-third-row .right-column .menus .menu-footer-nav-container {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 30px;
  }
  #container footer.gutenberg .constrained > .desktop-third-row .right-column .menus .menu-footer-nav-container li,
  .interface-interface-skeleton__content footer.gutenberg .constrained > .desktop-third-row .right-column .menus .menu-footer-nav-container li {
    padding: 8px 0;
  }
  #container footer.gutenberg .constrained > .desktop-third-row .right-column .menus .menu-legal-footer-container,
  .interface-interface-skeleton__content footer.gutenberg .constrained > .desktop-third-row .right-column .menus .menu-legal-footer-container {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
  }
  #container footer.gutenberg .constrained > .desktop-third-row .right-column .menus .menu-legal-footer-container li,
  .interface-interface-skeleton__content footer.gutenberg .constrained > .desktop-third-row .right-column .menus .menu-legal-footer-container li {
    padding: 5px 0;
  }
  #container footer.gutenberg .constrained > .desktop-third-row .right-column .contact-info,
  .interface-interface-skeleton__content footer.gutenberg .constrained > .desktop-third-row .right-column .contact-info {
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
  }
  #container footer.gutenberg .constrained > .desktop-third-row .right-column .contact-info p,
  .interface-interface-skeleton__content footer.gutenberg .constrained > .desktop-third-row .right-column .contact-info p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43;
    margin-bottom: 12px;
  }
  #container footer.gutenberg .constrained > .desktop-third-row .right-column .contact-info p:first-of-type,
  .interface-interface-skeleton__content footer.gutenberg .constrained > .desktop-third-row .right-column .contact-info p:first-of-type {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0.2px;
  }
  #container footer.gutenberg .constrained > .desktop-fourth-row,
  .interface-interface-skeleton__content footer.gutenberg .constrained > .desktop-fourth-row {
    -ms-flex-order: 3;
    order: 3;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 5%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  #container footer.gutenberg .constrained > .desktop-fourth-row .endorsements,
  .interface-interface-skeleton__content footer.gutenberg .constrained > .desktop-fourth-row .endorsements {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
  #container footer.gutenberg .constrained > .desktop-fourth-row .copyright-info,
  .interface-interface-skeleton__content footer.gutenberg .constrained > .desktop-fourth-row .copyright-info {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    padding: 0;
  }
  #container footer.gutenberg .constrained > .desktop-fourth-row .copyright-info p,
  .interface-interface-skeleton__content footer.gutenberg .constrained > .desktop-fourth-row .copyright-info p {
    font-size: 12px;
    margin-bottom: 8px;
  }
  #container footer.gutenberg .constrained > .desktop-fourth-row .copyright-info p:first-of-type,
  .interface-interface-skeleton__content footer.gutenberg .constrained > .desktop-fourth-row .copyright-info p:first-of-type {
    font-weight: 700;
  }
}
@media only screen and (min-width: 901px) and (prefers-reduced-motion: reduce) {
  html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .recommended .view-more,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .recommended .view-more {
    transition: unset;
    transform: unset;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .recommended:hover .view-more,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .recommended:hover .view-more {
    transform: unset;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .block-wildlife-factsheet .image-container-inner,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wildlife-factsheet .image-container-inner {
    transform: unset;
    transition: unset;
  }
}
@media (min-width: 901px) {
  html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg .sub-header-container,
  html:not(.applies-oc-design-system) .single.single-post #container.gutenberg .sub-header-container {
    background: #cde4fc;
  }
  html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .authors,
  html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .authors {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .authors .written-by,
  html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .authors .written-by {
    width: unset;
  }
  html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .authors .author-container .image,
  html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .authors .author-container .image {
    width: 69px;
  }
  html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .static-sidebar,
  html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .static-sidebar {
    -ms-flex-order: unset;
    order: unset;
  }
  html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content > p:first-of-type::first-letter,
  html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .content > p:first-of-type::first-letter {
    font-size: 78px;
  }
  html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content,
  html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .content {
    max-width: 580px;
    -ms-flex-order: unset;
    order: unset;
    width: 60%;
  }
  html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content ol li,
  html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content p,
  html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content ul li,
  html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .content ol li,
  html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .content p,
  html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .content ul li {
    font-size: 18px;
    line-height: 1.68;
    letter-spacing: 0.36px;
  }
  html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content .wp-block-pullquote p,
  html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .content .wp-block-pullquote p {
    font-size: 24px;
    letter-spacing: normal;
  }
  html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content figure.small-img,
  html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .content figure.small-img {
    max-width: 300px;
  }
  html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content figure.small-img.alignleft,
  html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .content figure.small-img.alignleft {
    margin-right: 10px;
  }
  html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content figure.small-img.alignright,
  html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .content figure.small-img.alignright {
    margin-left: 10px;
  }
  html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .related-articles.widget,
  html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .related-articles.widget {
    top: 0;
  }
  html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .related-articles.widget .post-author.splide,
  html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .related-articles.widget .post-author.splide {
    visibility: visible;
  }
  html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .related-articles.widget .post-author.splide .splide__list,
  html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .related-articles.widget .post-author.splide .splide__list {
    column-gap: 100px;
  }
  html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .desktop-only,
  html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .desktop-only {
    display: block;
  }
  html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .mobile-only,
  html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] .mobile-only {
    display: none;
  }
  .single-wildlife_factsheet #container.gutenberg .sub-header-container,
  .single.single-post #container.gutenberg .sub-header-container {
    background: #cde4fc;
  }
  .single-wildlife_factsheet #container.gutenberg #content[role="main"] .authors,
  .single.single-post #container.gutenberg #content[role="main"] .authors {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .single-wildlife_factsheet #container.gutenberg #content[role="main"] .authors .written-by,
  .single.single-post #container.gutenberg #content[role="main"] .authors .written-by {
    width: unset;
  }
  .single-wildlife_factsheet #container.gutenberg #content[role="main"] .authors .author-container .image,
  .single.single-post #container.gutenberg #content[role="main"] .authors .author-container .image {
    width: 69px;
  }
  .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .static-sidebar,
  .single.single-post #container.gutenberg #content[role="main"] div.main .static-sidebar {
    -ms-flex-order: unset;
    order: unset;
  }
  .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content > p:first-of-type::first-letter,
  .single.single-post #container.gutenberg #content[role="main"] div.main .content > p:first-of-type::first-letter {
    font-size: 78px;
  }
  .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content,
  .single.single-post #container.gutenberg #content[role="main"] div.main .content {
    max-width: 580px;
    -ms-flex-order: unset;
    order: unset;
    width: 60%;
  }
  .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content ol li,
  .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content p,
  .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content ul li,
  .single.single-post #container.gutenberg #content[role="main"] div.main .content ol li,
  .single.single-post #container.gutenberg #content[role="main"] div.main .content p,
  .single.single-post #container.gutenberg #content[role="main"] div.main .content ul li {
    font-size: 18px;
    line-height: 1.68;
    letter-spacing: 0.36px;
  }
  .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content .wp-block-pullquote p,
  .single.single-post #container.gutenberg #content[role="main"] div.main .content .wp-block-pullquote p {
    font-size: 24px;
    letter-spacing: normal;
  }
  .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content figure.small-img,
  .single.single-post #container.gutenberg #content[role="main"] div.main .content figure.small-img {
    max-width: 300px;
  }
  .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content figure.small-img.alignleft,
  .single.single-post #container.gutenberg #content[role="main"] div.main .content figure.small-img.alignleft {
    margin-right: 10px;
  }
  .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .content figure.small-img.alignright,
  .single.single-post #container.gutenberg #content[role="main"] div.main .content figure.small-img.alignright {
    margin-left: 10px;
  }
  .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .related-articles.widget,
  .single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .related-articles.widget {
    top: 0;
  }
  .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .related-articles.widget .post-author.splide,
  .single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .related-articles.widget .post-author.splide {
    visibility: visible;
  }
  .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar .related-articles.widget .post-author.splide .splide__list,
  .single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar .related-articles.widget .post-author.splide .splide__list {
    column-gap: 100px;
  }
  .single-wildlife_factsheet #container.gutenberg #content[role="main"] .desktop-only,
  .single.single-post #container.gutenberg #content[role="main"] .desktop-only {
    display: block;
  }
  .single-wildlife_factsheet #container.gutenberg #content[role="main"] .mobile-only,
  .single.single-post #container.gutenberg #content[role="main"] .mobile-only {
    display: none;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .facetwp-pager {
    padding-top: 0;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .facetwp-facet-load_more {
    display: none;
  }
  html:not(.applies-oc-design-system) .oc-paging-and-sorting {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg .post-parallax-header-image .mobile-only {
    display: none;
  }
  html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg .post-parallax-header-image .desktop-only {
    display: block;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-random-media .media-overlay,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-random-media .media-overlay {
    bottom: 39px;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu {
    position: static;
    width: 100%;
    bottom: -60px;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu.sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    z-index: 10;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header .sub-header-top {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header .sub-header-top .filter {
    display: -ms-flexbox;
    display: flex;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header .sub-header-top .page-title h1 {
    font-size: 72px;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header .sub-header-top .explore,
  html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header .sub-header-top .meet-our-authors {
    display: -ms-flexbox;
    display: flex;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header .separator {
    display: block;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu .subheader-nav {
    max-width: 850px;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu nav .menu-item {
    padding: 4px 8px !important;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu nav .menu-item a {
    position: relative;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu nav .menu-item a:after {
    border-bottom: 1px solid #0e4c8c;
    bottom: -1.5px;
    content: "";
    display: block;
    left: 0;
    margin: 0 8px;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: all 0.5s;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu nav .menu-item a:hover {
    text-decoration: none !important;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu nav .menu-item a:hover:after {
    opacity: 1;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .sub-header-container.sub-header-simple .sub-header .sub-header-top {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  html:not(.applies-oc-design-system) body.single-post #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu .subheader-nav {
    max-width: calc(100% - 200px);
  }
  html:not(.applies-oc-design-system) body.single-post #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu .subheader-nav .label {
    transform: unset;
    margin-left: unset;
    border-right: 1px solid;
    border-bottom: none;
  }
  html:not(.applies-oc-design-system) body.single-post #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu .subheader-filters .filter .search-icon {
    display: block;
    color: #074e92;
    cursor: pointer;
  }
  html:not(.applies-oc-design-system) body.single-post #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu .subheader-filters .filter .search-icon.hide {
    display: none;
  }
  html:not(.applies-oc-design-system) body.single-post #container.gutenberg .sub-header-container .sub-header #sticky-subheader-menu .subheader-filters .filter .vertical-separator {
    display: block;
    margin: 0 10px 0 5px;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .block-wildlife-factsheet .post-tag,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wildlife-factsheet .post-tag {
    --squircle-radius: 20px;
    --squircle-smooth: 1;
    -webkit-mask: paint(squircle);
    mask: paint(squircle);
  }
  html:not(.applies-oc-design-system) .wildlife-library-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    line-height: 1.2;
    font-size: 40px;
  }
  html:not(.applies-oc-design-system) .wildlife-library-title .grouped {
    margin: 0 7px;
  }
  html:not(.applies-oc-design-system) .wildlife-library-title .grouped .stackable {
    font-size: 24px;
  }
  html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .lifespan-and-status {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    column-gap: 32px;
  }
  html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .lifespan-and-status .status {
    margin: 0;
  }
  html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .title-container h1 {
    font-size: 72px;
    font-weight: 500;
    line-height: 1;
  }
  html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .title-container h2 {
    font-size: 28px;
    font-weight: 300;
    line-height: 1;
  }
  html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] .habitat-and-range > div {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    column-gap: 20px;
  }
  html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg .main .content h3.section-label {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.8;
  }
  html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg .topics .title {
    font-size: 26px;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-video .caption,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-video .caption {
    max-width: 535px;
  }
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-listing.block-style-33_33_33,
  html:not(.applies-oc-design-system) body #container.gutenberg .oc-block.block-blog-listing.block-style-33_33_33 {
    padding: 90px 0;
  }
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-listing.block-style-33_33_33 .block-content,
  html:not(.applies-oc-design-system) body #container.gutenberg .oc-block.block-blog-listing.block-style-33_33_33 .block-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-listing.block-style-33_33_33 .block-content .post-container,
  html:not(.applies-oc-design-system) body #container.gutenberg .oc-block.block-blog-listing.block-style-33_33_33 .block-content .post-container {
    position: relative;
    margin-bottom: 0;
  }
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-listing.block-style-33_33_33 .block-content .post-container .outer-image-container,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-listing.block-style-33_33_33 .block-content .post-container .outer-image-container a,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-listing.block-style-33_33_33 .block-content .post-container .outer-image-container a .image-container,
  html:not(.applies-oc-design-system) body #container.gutenberg .oc-block.block-blog-listing.block-style-33_33_33 .block-content .post-container .outer-image-container,
  html:not(.applies-oc-design-system) body #container.gutenberg .oc-block.block-blog-listing.block-style-33_33_33 .block-content .post-container .outer-image-container a,
  html:not(.applies-oc-design-system) body #container.gutenberg .oc-block.block-blog-listing.block-style-33_33_33 .block-content .post-container .outer-image-container a .image-container {
    height: 100%;
    width: 100%;
    display: block;
    margin-bottom: 0;
  }
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-listing.block-style-33_33_33 .block-content .post-container .post-text,
  html:not(.applies-oc-design-system) body #container.gutenberg .oc-block.block-blog-listing.block-style-33_33_33 .block-content .post-container .post-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, 0.75));
    border-radius: 8px;
    padding: 8px;
  }
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-listing.block-style-33_33_33 .block-content .post-container .post-title,
  html:not(.applies-oc-design-system) body #container.gutenberg .oc-block.block-blog-listing.block-style-33_33_33 .block-content .post-container .post-title {
    color: #fff;
  }
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-listing.block-style-33_33_33 .block-content .post-container .post-title:hover,
  html:not(.applies-oc-design-system) body #container.gutenberg .oc-block.block-blog-listing.block-style-33_33_33 .block-content .post-container .post-title:hover {
    text-decoration: none;
  }
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-listing.block-style-33_33_33 .block-content .post-container .post-excerpt,
  html:not(.applies-oc-design-system) body #container.gutenberg .oc-block.block-blog-listing.block-style-33_33_33 .block-content .post-container .post-excerpt {
    display: none;
  }
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-listing.block-style-33_33_33 .block-content .post-container .image-container,
  html:not(.applies-oc-design-system) body #container.gutenberg .oc-block.block-blog-listing.block-style-33_33_33 .block-content .post-container .image-container {
    background-size: auto 100%;
    transition: all 0.8s;
  }
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-listing.block-style-33_33_33 .block-content .post-container .image-container:hover,
  html:not(.applies-oc-design-system) body #container.gutenberg .oc-block.block-blog-listing.block-style-33_33_33 .block-content .post-container .image-container:hover {
    background-size: auto 110%;
  }
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-listing.block-style-33_33_33 .block-content .post-container .post-authors,
  html:not(.applies-oc-design-system) body #container.gutenberg .oc-block.block-blog-listing.block-style-33_33_33 .block-content .post-container .post-authors {
    display: none;
  }
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-listing.block-style-33_33_33 .block-content .post-container div.media-credit,
  html:not(.applies-oc-design-system) body #container.gutenberg .oc-block.block-blog-listing.block-style-33_33_33 .block-content .post-container div.media-credit {
    z-index: 2;
  }
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-listing.block-style-33_33_33 .block-content .post-container:hover,
  html:not(.applies-oc-design-system) body #container.gutenberg .oc-block.block-blog-listing.block-style-33_33_33 .block-content .post-container:hover {
    cursor: pointer;
  }
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-listing.block-style-33_33_33 .block-content .post-container:hover .image-container,
  html:not(.applies-oc-design-system) body #container.gutenberg .oc-block.block-blog-listing.block-style-33_33_33 .block-content .post-container:hover .image-container {
    background-size: auto 110%;
  }
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-listing.block-style-33_33_33 .block-content .post-container:hover .post-title,
  html:not(.applies-oc-design-system) body #container.gutenberg .oc-block.block-blog-listing.block-style-33_33_33 .block-content .post-container:hover .post-title {
    text-decoration: none;
  }
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-listing.block-style-33_33_33 .block-content .column,
  html:not(.applies-oc-design-system) body #container.gutenberg .oc-block.block-blog-listing.block-style-33_33_33 .block-content .column {
    grid-row: 1;
  }
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-listing.block-style-33_33_33 .block-content .column.text,
  html:not(.applies-oc-design-system) body #container.gutenberg .oc-block.block-blog-listing.block-style-33_33_33 .block-content .column.text {
    grid-column: 1;
    margin-bottom: 37px;
  }
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-listing.block-style-33_33_33 .block-content .column.single,
  html:not(.applies-oc-design-system) body #container.gutenberg .oc-block.block-blog-listing.block-style-33_33_33 .block-content .column.single {
    grid-column: 2;
    display: block;
    max-height: 376px;
  }
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-listing.block-style-33_33_33 .block-content .column.single .post-container,
  html:not(.applies-oc-design-system) body #container.gutenberg .oc-block.block-blog-listing.block-style-33_33_33 .block-content .column.single .post-container {
    height: 100%;
  }
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-listing.block-style-33_33_33 .block-content .column.single .post-container .post-text,
  html:not(.applies-oc-design-system) body #container.gutenberg .oc-block.block-blog-listing.block-style-33_33_33 .block-content .column.single .post-container .post-text {
    padding: 16px 32px 16px 16px;
  }
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-listing.block-style-33_33_33 .block-content .column.single .post-container .post-text .post-title,
  html:not(.applies-oc-design-system) body #container.gutenberg .oc-block.block-blog-listing.block-style-33_33_33 .block-content .column.single .post-container .post-text .post-title {
    font-size: 24px;
  }
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-listing.block-style-33_33_33 .block-content .column.grid,
  html:not(.applies-oc-design-system) body #container.gutenberg .oc-block.block-blog-listing.block-style-33_33_33 .block-content .column.grid {
    grid-column: 3;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    max-height: 376px;
  }
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-listing.block-style-33_33_33 .block-content .column.grid .post-container,
  html:not(.applies-oc-design-system) body #container.gutenberg .oc-block.block-blog-listing.block-style-33_33_33 .block-content .column.grid .post-container {
    height: 180px;
  }
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-listing.block-style-33_33_33 .block-content .column.grid .post-container .post-text,
  html:not(.applies-oc-design-system) body #container.gutenberg .oc-block.block-blog-listing.block-style-33_33_33 .block-content .column.grid .post-container .post-text {
    padding: 16px 32px 16px 16px;
  }
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-listing.block-style-33_33_33 .block-content .column.grid .post-container:first-child,
  html:not(.applies-oc-design-system) body #container.gutenberg .oc-block.block-blog-listing.block-style-33_33_33 .block-content .column.grid .post-container:first-child {
    grid-column: 1;
    grid-row: 1;
  }
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-listing.block-style-33_33_33 .block-content .column.grid .post-container:first-child .post-text .post-title,
  html:not(.applies-oc-design-system) body #container.gutenberg .oc-block.block-blog-listing.block-style-33_33_33 .block-content .column.grid .post-container:first-child .post-text .post-title {
    font-size: 14px;
  }
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-listing.block-style-33_33_33 .block-content .column.grid .post-container:nth-child(2),
  html:not(.applies-oc-design-system) body #container.gutenberg .oc-block.block-blog-listing.block-style-33_33_33 .block-content .column.grid .post-container:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-listing.block-style-33_33_33 .block-content .column.grid .post-container:nth-child(2) .post-text .post-title,
  html:not(.applies-oc-design-system) body #container.gutenberg .oc-block.block-blog-listing.block-style-33_33_33 .block-content .column.grid .post-container:nth-child(2) .post-text .post-title {
    font-size: 14px;
  }
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-listing.block-style-33_33_33 .block-content .column.grid .post-container:nth-child(3),
  html:not(.applies-oc-design-system) body #container.gutenberg .oc-block.block-blog-listing.block-style-33_33_33 .block-content .column.grid .post-container:nth-child(3) {
    grid-column: 1/3;
    grid-row: 2;
    overflow-y: hidden;
  }
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-listing.block-style-33_33_33 .block-content .column.grid .post-container:nth-child(3) .post-text .post-title,
  html:not(.applies-oc-design-system) body #container.gutenberg .oc-block.block-blog-listing.block-style-33_33_33 .block-content .column.grid .post-container:nth-child(3) .post-text .post-title {
    font-size: 20px;
  }
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-listing.block-style-33_33_33 .block-content .column.grid .post-container:nth-child(3) .outer-image-container a .image-container,
  html:not(.applies-oc-design-system) body #container.gutenberg .oc-block.block-blog-listing.block-style-33_33_33 .block-content .column.grid .post-container:nth-child(3) .outer-image-container a .image-container {
    padding-top: 33%;
    background-size: auto 200%;
  }
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-listing.block-style-33_33_33 .block-content .column.grid .post-container:nth-child(3):hover .outer-image-container a .image-container,
  html:not(.applies-oc-design-system) body #container.gutenberg .oc-block.block-blog-listing.block-style-33_33_33 .block-content .column.grid .post-container:nth-child(3):hover .outer-image-container a .image-container {
    background-size: auto 210%;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-listing.block-style-3x_grid .block-content,
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-listing.block-style-3x_grid .recommended {
    display: block;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-style-66_33 .post-list.constrained,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-style-66_33 .post-list.constrained {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-style-66_33 .post-list.constrained .column.primary .post-text,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-style-66_33 .post-list.constrained .column.primary .post-text {
    text-align: center;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-style-66_33 .post-list.constrained .column.primary .post-text .post-excerpt,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-style-66_33 .post-list.constrained .column.primary .post-text .post-excerpt {
    margin: 0 auto;
    display: block;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-style-66_33 .post-list.constrained .column.primary .blog-post .post-title,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-style-66_33 .post-list.constrained .column.primary .blog-post .post-title {
    font-family: Roboto;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.28;
    letter-spacing: normal;
    text-align: center;
    color: #074e92;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-style-66_33 .post-list.constrained .column.primary .blog-post.background-image .image-container,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-style-66_33 .post-list.constrained .column.primary .blog-post.background-image .image-container {
    padding-top: 62.5%;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-style-66_33 .post-list.constrained .column .post-text .post-excerpt,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-style-66_33 .post-list.constrained .column .post-text .post-excerpt {
    display: none;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-style-66_33 .post-list.constrained .column .blog-post.background-image .image-container,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-style-66_33 .post-list.constrained .column .blog-post.background-image .image-container {
    padding-top: 62.5%;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-style-grid .post-slideshow .splide__arrows,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-style-grid .post-slideshow .splide__arrows {
    display: block;
    position: absolute;
    right: 50px;
    top: 30px;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-style-grid,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-style-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-style-grid .recommended,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-style-grid .recommended {
    margin: 0 auto;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-style-grid .recommended .link .view-more .label,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-style-grid .recommended .link .view-more .label {
    border-bottom: unset;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-style-grid .recommended > .label,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-style-grid .recommended > .label {
    display: none;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-style-grid .post-slideshow,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-style-grid .post-slideshow {
    display: block;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-style-grid .post-slideshow .post-slideshow-title,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-style-grid .post-slideshow .post-slideshow-title {
    display: block;
    margin: 0;
    margin-left: 16px;
    font-weight: 500;
    font-size: 16px;
    position: relative;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-style-grid .post-slideshow .post-slideshow-title:before,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-style-grid .post-slideshow .post-slideshow-title:before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='4' viewBox='0 0 16 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 2.164c1.22-1.2 3.68-1.87 6.674 0 3.273 2.043 5.888 1.2 7.326 0' stroke='%23074E92' stroke-linecap='round'/%3E%3C/svg%3E");
    display: inline;
    position: absolute;
    bottom: 20px;
    left: -8px;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-style-grid .post-slideshow .splide__slide,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-style-grid .post-slideshow .splide__slide {
    width: 262px !important;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-style-grid .post-slideshow .outer-image-container,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-style-grid .post-slideshow .outer-image-container {
    width: 230px;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-style-grid .post-slideshow .post-title,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-style-grid .post-slideshow .post-title {
    font-size: 18px;
    font-weight: 600;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-style-grid .post-slideshow .post-authors,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-style-grid .post-slideshow .post-authors {
    display: none;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-style-grid .post-slideshow .post-text,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-style-grid .post-slideshow .post-text {
    width: 100%;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling {
    height: unset;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .block-content .column.info .image-container-inner .text-container,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .block-content .column.info .image-container-inner .text-container {
    right: 0;
    left: unset;
    max-width: 40vw;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .block-content .column.info .image-container-inner .tags,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .block-content .column.info .image-container-inner .tags {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .block-content .column.info .image-container-inner .title,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .block-content .column.info .image-container-inner .title {
    text-align: unset;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .block-content .column.info .image-container-inner .links,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .block-content .column.info .image-container-inner .links {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    column-gap: 24px;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .block-content,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .block-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .block-content .column.info,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .block-content .column.info {
    width: 50%;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .block-content .column.info div.media-credit,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .block-content .column.info div.media-credit {
    bottom: 12px;
    right: 50px;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .block-content .column.info .image-container-inner,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .block-content .column.info .image-container-inner {
    height: 100vh;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .block-content .column.info .image-container-inner .text-container,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .block-content .column.info .image-container-inner .text-container {
    bottom: 32px;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .block-content .column.info .image-container-inner .title,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .block-content .column.info .image-container-inner .title {
    font-size: 48px;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .block-content .column.info .image-container-inner a:first-of-type,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .block-content .column.info .image-container-inner a:first-of-type {
    padding: 16px 32.8px 16px 33.3px;
    border-radius: 10px;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .block-content .column.scroll,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .block-content .column.scroll {
    position: relative;
    display: block;
    width: 50%;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .block-content .column.scroll .content-listing,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .block-content .column.scroll .content-listing {
    width: 100%;
    padding-left: 20px;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .block-content .column.scroll .block-title,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .block-content .column.scroll .block-title {
    width: 75%;
    margin-left: 0;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .block-content .column.scroll .block-title .label,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .block-content .column.scroll .block-title .label {
    font-size: 56px;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .block-content .column.scroll .post-container,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .block-content .column.scroll .post-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    max-width: 640px;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .block-content .column.scroll .post-container .outer-image-container,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .block-content .column.scroll .post-container .outer-image-container {
    width: 150px;
    height: 150px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .block-content .column.scroll .post-container .image-container,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .block-content .column.scroll .post-container .image-container {
    width: 100%;
    height: 100%;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .block-content .column.scroll .post-container .post-text,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .block-content .column.scroll .post-container .post-text {
    padding: 0 20px;
    max-width: 60%;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .block-content .column.scroll .post-text,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .block-content .column.scroll .post-text {
    padding: 0 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 50%;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .block-content .column.scroll .post-text .post-title,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .block-content .column.scroll .post-text .post-title {
    font-size: 20px;
    color: #074e92;
    font-weight: 700;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .block-content .column.scroll .post-text .post-excerpt,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .block-content .column.scroll .post-text .post-excerpt {
    display: block;
    font-size: 14px;
    padding: 20px 0;
    line-height: 1.2;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .block-content .column.scroll .post-text .post-authors,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .block-content .column.scroll .post-text .post-authors {
    width: 100%;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .block-content .column.scroll .post-text .post-authors .post-author,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .block-content .column.scroll .post-text .post-authors .post-author {
    margin-top: 0;
    display: -ms-flexbox;
    display: flex;
    column-gap: 12px;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .block-content .column.scroll .post-text .post-authors .post-author .author-name,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .block-content .column.scroll .post-text .post-authors .post-author .author-name {
    font-size: 14px;
    fiont-weight: 500;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .block-content .column.scroll .post-text .post-authors .post-author .author-title,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .block-content .column.scroll .post-text .post-authors .post-author .author-title {
    text-align: unset;
    font-size: 12px;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .block-content .column.scroll .post-text .author-image,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .block-content .column.scroll .post-text .author-image {
    width: 40px;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .post-slideshow.splide .splide__list,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .post-slideshow.splide .splide__list {
    overflow: unset;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .outer-image-container,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .outer-image-container {
    width: 216px;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .block-content,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .block-content {
    position: relative;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .post-slideshow-wrapper,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .post-slideshow-wrapper {
    display: none;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .post-container.blog-post,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .post-container.blog-post {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .block-blog-scrolling .column.info,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-scrolling .column.info {
    position: relative;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .block-blog-scrolling.oc-scroll-sticky-bottom .column.info .image-container,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-scrolling.oc-scroll-sticky-bottom .column.info .image-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling.oc-scroll-sticky-top .column.info .image-container,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling.oc-scroll-sticky-top .column.info .image-container {
    position: fixed;
    top: 0;
    width: 50%;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling {
    background-color: unset !important;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .content-listing .block-title {
    padding-top: 25px;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .border.border-top {
    position: relative;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .border.border-top .svg-container {
    position: absolute;
    bottom: 0;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .block-content .column.scroll .content-listing {
    padding-bottom: 25px;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .block-content .column.scroll .border.border-top {
    display: block;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .block-content .column.info .border.border-bottom,
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .post-slideshow-wrapper .border.border-top {
    display: none;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-posts-slideshow .constrained {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-posts-slideshow .info {
    padding-top: 30px;
    padding-bottom: 37px;
    margin: 0 32px;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-posts-slideshow .slideshow.splide {
    padding: 0;
    margin: 0 auto;
    width: calc(100% - 296px);
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-posts-slideshow .slideshow.splide .splide__arrows {
    display: -ms-flexbox;
    display: flex;
    column-gap: 10px;
    position: absolute;
    right: -100px;
    bottom: 20px;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-posts-slideshow .slideshow.splide .splide__arrows .splide__arrow {
    position: static;
    top: unset;
    background-color: transparent;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-posts-slideshow .slideshow.splide .splide__arrows .splide__arrow svg {
    display: none;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-posts-slideshow .slideshow.splide .splide__arrows .splide__arrow--prev:after {
    display: block;
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='33' height='12' viewBox='0 0 33 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.223 0l1.3 1.254-3.994 3.85H33v1.791H3.529l3.994 3.85L6.223 12 0 6l6.223-6z' fill='%23074E92'/%3E%3C/svg%3E");
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-posts-slideshow .slideshow.splide .splide__arrows .splide__arrow--next:after {
    display: block;
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='33' height='12' viewBox='0 0 33 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.777 0l-1.3 1.254 3.995 3.85H0v1.791h29.472l-3.995 3.85 1.3 1.255L33 6l-6.223-6z' fill='%23074E92'/%3E%3C/svg%3E");
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-posts-slideshow.has-top-border .slideshow.splide {
    margin-top: -50px;
    margin-bottom: 50px;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-posts-slideshow .post-container .outer-image-container {
    height: 390px;
  }
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .gutenberg-content .wp-block-columns.content-listing {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
    body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page
    #container.gutenberg
    .gutenberg-content
    .wp-block-columns.content-listing
    .sidebar {
    margin-right: 1.875rem;
  }
  html:not(.applies-oc-design-system, .has-redesign-v1-styles) #container.gutenberg .oc-block.block-random-media .media-overlay {
    margin-left: 1rem;
  }
  html:not(.applies-oc-design-system, .has-redesign-v1-styles) #container.gutenberg .oc-block.block-random-media .media-overlay .block-title {
    margin: 1rem 0;
  }
}
@media (min-width: 901x) {
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-listing.block-style-3x_grid {
    padding: 20px 0 0;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-listing.block-style-3x_grid .block-content {
    display: block;
  }
}
@media screen and (min-width: 980px) {
  .foreshore--overview {
    min-height: 100vh;
    padding-bottom: 11.875rem;
  }
  .hp-foreshore {
    background-image: none;
  }
  .hp-foreshore__mobile,
  .hp-foreshore__mobile_video {
    display: none;
  }
  .hp-foreshore__video {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 100%;
    min-width: 100%;
    z-index: -1;
  }
  .p2p-foreshore {
    min-height: 100vh;
    background-image: none;
  }
  .p2p-foreshore__video {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 100%;
    min-width: 100%;
    z-index: -1;
  }
  .p2p-foreshore .foreshore--hed {
    font-size: 5.4375rem;
  }
  .p2p-foreshore .action {
    font-size: 1.25rem;
    padding: 0.8125rem 1.75rem;
  }
  .reef__body {
    padding-left: 3.375rem;
  }
  .reef__body--lede {
    font-size: 2.5rem;
  }
  .reef__body--lede:before {
    font-size: 3.75rem;
    line-height: 2rem;
    top: 16px;
    left: -30px;
  }
  .reef__body--lede:after {
    font-size: 3.75rem;
    line-height: 2rem;
    bottom: -15px;
  }
  .reef__body--author {
    font-size: 1.125rem;
  }
  .channel {
    padding-bottom: 3.5rem;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    box-align: start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .channel > * {
    box-ordinal-group: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
  }
  .channel--hed {
    box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .channel--graphic {
    margin-bottom: 2.5rem;
    padding-right: 2rem;
    box-flex: 1;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .channel--author {
    box-ordinal-group: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
    box-flex: 0;
    -moz-flex: 0 1 220px;
    -ms-flex: 0 1 220px;
    flex: 0 1 220px;
  }
  .channel--body .ft-quote--center .ft-quote__image {
    flex-shrink: 0;
    -ms-flex-negative: 0;
  }
  .channel--body .ft-quote__body {
    font-size: 1.1rem;
  }
  .channel--body .ft-quote__image {
    min-width: 150px;
  }
  .channel--body .channel--single-col .ft-quote--right {
    margin-right: -4rem;
  }
  .channel--body {
    box-ordinal-group: 3;
    -moz-order: 3;
    order: 3;
    -ms-flex-order: 3;
    padding-right: 2rem;
    margin-bottom: 0;
    box-flex: 1;
    -moz-flex: 1 1 70%;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    max-width: none;
  }
  .channel__aside {
    box-ordinal-group: 4;
    -moz-order: 4;
    order: 4;
    -ms-flex-order: 4;
    padding-top: 0.4375rem;
    display: block;
    width: 30%;
    max-width: 262px;
    margin-bottom: 2.5rem;
    align-self: stretch;
    -ms-flex-item-align: stretch;
  }
  .channel__aside > * {
    width: auto;
  }
  .channel__fot {
    box-ordinal-group: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
    display: block;
    width: 100%;
    max-width: 262px;
    margin-bottom: 2.5rem;
    padding: 0;
    border: none;
  }
  .channel__fot .tax-list__wrapper {
    display: block;
  }
  .channel__share {
    width: auto;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    max-width: 215px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin: 1.125rem 0;
    padding: 1.5rem 0;
  }
  .news .channel__fot {
    display: block;
  }
  .eddy--hed {
    font-size: 1.5rem;
  }
  .eddy__programs .children {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: -60px;
    z-index: 0;
    background: #282828;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
  }
  .breaker__wrapper--hed {
    padding-left: 1.25rem;
  }
  .breaker__li {
    padding: 1.25rem;
    box-flex: 0;
    -moz-flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .breaker__li,
  .breaker__li:nth-child(-n + 4) {
    box-ordinal-group: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
  }
  .breaker__li:nth-child(-n + 3) {
    box-ordinal-group: 0;
    -moz-order: 0;
    order: 0;
    -ms-flex-order: 0;
  }
  .breaker__li--plnd,
  .breaker__li--plnd:nth-child(-n + 5) {
    box-ordinal-group: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
  }
  .breaker__li--plnd:nth-child(-n + 3) {
    box-ordinal-group: 0;
    -moz-order: 0;
    order: 0;
    -ms-flex-order: 0;
  }
  .breaker__marquee {
    box-flex: 0;
    -moz-flex: 0 1 640px;
    -ms-flex: 0 1 640px;
    flex: 0 1 640px;
    max-width: 640px;
  }
  .breaker-cta,
  .breaker-quote {
    margin: 1.25rem 1.25rem 1.25rem 1.875rem;
  }
  html:not(.gutenberg) .author-bio.leader-bio {
    margin: 3rem 0 2rem;
  }
  html:not(.gutenberg) .author-bio__image {
    max-width: 200px;
  }
  html:not(.gutenberg) .author-bio__image .icon-logo {
    height: 200px;
    width: 100%;
  }
  html:not(.gutenberg) .author-bio__smlink {
    margin-right: 0.9375rem;
  }
  html:not(.gutenberg) .author-bio__body-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  html:not(.gutenberg) .author-bio__body {
    font-size: 1.125rem;
    margin-bottom: 0;
  }
  html:not(.gutenberg) .author-bio__body h1,
  html:not(.gutenberg) .author-bio__body h2,
  html:not(.gutenberg) .author-bio__body h3,
  html:not(.gutenberg) .author-bio__body h4,
  html:not(.gutenberg) .author-bio__body h5,
  html:not(.gutenberg) .author-bio__body h6 {
    font-size: 1.5rem;
  }
  html:not(.gutenberg) .author-bio__quote {
    box-flex: 0;
    -moz-flex: 0 0 240px;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    max-width: 240px;
    margin-left: 4.25rem;
  }
  html:not(.gutenberg) .author-bio__quote blockquote {
    font-size: 1.1875rem;
  }
  html:not(.gutenberg) .author-bio__quote blockquote:before {
    top: 27px;
    border-top-width: 31px;
    border-right-width: 27px;
    border-left-width: 0;
    border-color: transparent #fff;
  }
  html:not(.gutenberg) .author-bio__quote blockquote:after {
    top: 52px;
    border-right-width: 0;
    border-bottom-width: 6px;
    border-left-width: 27px;
    border-color: #282828 transparent;
  }
  html:not(.gutenberg) .author__list {
    column-count: 4;
  }
  html:not(.gutenberg) .author__bod-list,
  html:not(.gutenberg) .author__leader-list {
    column-count: 3;
  }
  html:not(.gutenberg) .author-list {
    margin-top: 1.875rem;
  }
  html:not(.gutenberg) .author-list__item {
    box-flex: 0;
    -moz-flex: 0 1 33.3333%;
    -ms-flex: 0 1 33.3333%;
    flex: 0 1 33.3333%;
    max-width: 33.3333%;
  }
  html:not(.gutenberg) .channel__fot .post-author {
    margin: 0;
  }
  html:not(.gutenberg) .channel__fot .author__link {
    margin-bottom: 1.125rem;
  }
  .gulf__sidebar {
    padding-left: 3.5rem;
    width: 31%;
  }
  .gulf--newsroom {
    padding: 1.375rem 2.5rem 1.25rem;
  }
  .gulf-blog {
    padding-bottom: 2.5rem;
  }
  .gulf-blog .gulf__inner,
  .gulf-ripples .gulf__inner {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
  .ripple__sect {
    margin-bottom: 3rem;
  }
  .ripple__wrapper {
    width: 69%;
  }
  .ripple__grid .ripple {
    width: calc(25% - 1px);
  }
  .financials--hed,
  .financials--sub {
    font-size: 1.875rem;
  }
  .uprush__wrapper {
    box-flex: 0;
    -moz-flex: 0 1 600px;
    -ms-flex: 0 1 600px;
    flex: 0 1 600px;
    max-width: 600px;
    padding-right: 2rem;
    margin-bottom: 0;
  }
  .uprush__wrapper--center {
    padding-right: 0.8rem;
    margin-bottom: 2rem;
  }
  .uprush__hed {
    padding: 3.125rem 2rem 0.8125rem;
    background-color: rgba(51, 51, 51, 0);
    background-image: linear-gradient(180deg, rgba(51, 51, 51, 0) 0, rgba(51, 51, 51, 0.33) 6.25rem, #333);
  }
  .uprush--hed {
    font-size: 2.625rem;
  }
  .uprush__carousel {
    margin-left: -88.498vw;
  }
  .uprush__carousel .uprush {
    box-flex: 0;
    -moz-flex: 0 0 42%;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    max-width: 42%;
  }
  .fjord {
    padding: 2.8125rem 2rem 3.5rem;
  }
  .fjord--tall {
    padding-bottom: 18.75rem;
  }
  .fjord--0 {
    padding-top: 11.25rem;
    padding-bottom: 11.25rem;
  }
  .fjord--ft-background.fjord--tall:before {
    display: none;
  }
  .fjord--hed {
    font-size: 50px;
  }
  .fjord--sub {
    font-size: 1.1875rem;
  }
  .fjord--led h1,
  .fjord--led h2,
  .fjord--led h3,
  .fjord--led h4,
  .fjord--led h5,
  .fjord--led h6 {
    font-size: 1.875rem;
  }
  .fjord.fjord--dark .black {
    color: inherit;
    text-shadow: none;
  }
  .stories {
    padding: 3.25rem 2rem 3.625rem;
  }
  .stories--hed {
    font-size: 4.375rem;
  }
  .stories--deepdive {
    padding: 0 2rem 3.625rem;
  }
  .stories__list {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .stories__li,
  .stories__list {
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
  .stories__li {
    box-flex: 0;
    -moz-flex: 0 0 48.85%;
    -ms-flex: 0 0 48.85%;
    flex: 0 0 48.85%;
    width: 48.85%;
    margin-bottom: 0;
  }
  .stories__li.second,
  .stories__li:nth-child(2n):not(.first) {
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
  .stories__li.second .stories__quote,
  .stories__li:nth-child(2n):not(.first) .stories__quote {
    margin: 0 0 0 1.5rem;
  }
  .stories__quote {
    margin-right: 1.5rem;
  }
  .stories__quote--led {
    font-size: 1.125rem;
  }
  .ft-donation {
    width: 50%;
    border-top: none;
  }
  .ft-donation__wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .ft-donation__hed {
    top: 0;
    max-width: none;
  }
  .ft-donation--hed {
    max-width: 204px;
    font-size: 2.25rem;
  }
  .ft-donation__body {
    align-self: flex-start;
    -ms-flex-item-align: start;
    max-width: 250px;
  }
  .ft-donation__body .action {
    display: block;
  }
  .wildlife__title--program-subpage {
    font-size: 2.8125rem;
  }
  .wildlife__showall__wrapper {
    margin-top: -3rem;
  }
  .wildlife__item {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .wildlife__single .channel--body {
    width: calc(100% - 350px);
    padding: 2rem 2rem 3rem;
  }
  .wildlife__sidebar {
    padding-right: 2rem;
    width: 350px;
  }
  .wildlife__sidebar .wildlife__item {
    max-width: 300px;
  }
  .wildlife__sidebar .tax-list {
    display: block;
    max-width: 300px !important;
  }
  .wildlife__sidebar .tax-list__wrapper {
    padding-left: 1.625rem;
  }
  .wildlife__sidebar .share-list--hed {
    padding-top: 0;
  }
  .page-kicker .buoy {
    margin: 10.8125rem 0 1.5625rem;
  }
  .page-kicker .buoy__hed--hed {
    font-size: 2.8125rem;
  }
  .salt p {
    font-size: 1rem;
  }
  .salt p.salt--dek {
    font-size: 0.95rem;
  }
  .salt .aside__quote {
    box-flex: 0;
    -moz-flex: 0 0 calc(100% - 180px);
    -ms-flex: 0 0 calc(100% - 180px);
    flex: 0 0 calc(100% - 180px);
    width: calc(100% - 180px);
  }
  .salt .aside__image {
    box-flex: 0;
    -moz-flex: 0 0 155px;
    -ms-flex: 0 0 155px;
    flex: 0 0 155px;
    width: 155px;
  }
  .success:first-of-type {
    margin-top: 2em;
  }
  .success__image {
    border: 8px solid #2880d9;
    box-flex: 0;
    -moz-flex: 0 0 165px;
    -ms-flex: 0 0 165px;
    flex: 0 0 165px;
    height: 165px;
    width: 165px;
  }
  .success--hed {
    font-size: 3.4rem;
  }
  .success--dek {
    font-size: 1.495rem;
    line-height: 1.25;
  }
  .success__item {
    box-flex: 0;
    -moz-flex: 0 0 31%;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    margin: 0 0 62px;
  }
  .success__body p {
    font-size: 1.095rem;
    line-height: 1.9;
  }
  .aquarium--item {
    min-height: 400px;
  }
  .program .channel {
    padding-bottom: 3rem;
  }
  .dek--right .dek__mtop {
    margin-left: 3.125rem;
  }
  .dek__image--about {
    left: 0 !important;
    margin-left: 600px;
    width: auto !important;
    height: 100% !important;
  }
  .dek__content {
    padding: 0 4rem 2rem 0;
  }
  .dek__quote {
    padding-left: 3rem;
  }
  .dek__quote .reef__body--author {
    font-size: 1.125rem;
  }
  .dek__cta {
    padding: 2.25rem 2rem;
  }
  .prog-dek--col-two .prog-dek__content {
    column-gap: 4rem;
  }
  .prog-dek__stats__hed {
    font-size: 5rem;
  }
  .prog-dek__stats__desc {
    font-size: 1.25rem;
  }
  .p2p {
    padding: 6rem 2rem;
  }
  .p2p--step {
    padding: 4rem 2rem;
  }
  .p2p__hed {
    font-size: 3.75rem;
  }
  .p2p__body .ft-quote--center .ft-quote__image {
    flex-shrink: 0;
    -ms-flex-negative: 0;
  }
  .p2p__body .ft-quote__body {
    font-size: 1.1rem;
  }
  .p2p__body .ft-quote__image {
    min-width: 150px;
  }
  .p2p__body .channel--single-col .ft-quote--right {
    margin-right: -4rem;
  }
  .p2p .action {
    font-size: 1.25rem;
    padding: 0.8125rem 1.75rem;
  }
  .faq__section {
    margin-top: 6rem;
  }
  .faq__answer .ft-quote--center .ft-quote__image {
    flex-shrink: 0;
    -ms-flex-negative: 0;
  }
  .faq__answer .ft-quote__body {
    font-size: 1.1rem;
  }
  .faq__answer .ft-quote__image {
    min-width: 150px;
  }
  .faq__answer .channel--single-col .ft-quote--right {
    margin-right: -4rem;
  }
  .page-404 {
    background: rgba(40, 128, 217, 0.6);
    background-image: none;
  }
  .page-404__video {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    transform: translate(-50%, -50%);
  }
  .modal__image {
    max-height: 200px;
  }
  .modal__hed {
    font-size: 2.8125rem;
    line-height: 3rem;
  }
  .modal .countdown {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
  .modal .countdown__number {
    font-size: 80px;
  }
  .modal .countdown__type {
    font-size: 1rem;
  }
  .partner-panel__content {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
  .partner-panel__title {
    width: 70%;
  }
  .partner-panel__option {
    width: auto;
  }
  .partner-featured__title {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
  .partner-featured__overview {
    text-align: left;
    font-size: 1.375rem;
    line-height: 1.625rem;
  }
  .partner-foot__hed {
    font-size: 2.25rem;
  }
  .partner-grid__item {
    width: 20%;
  }
  .section__hed {
    font-size: 2.5rem;
    padding: 2.1875rem 0;
  }
  .section__hed--intro {
    padding: 0;
    margin-bottom: 1.5625rem;
  }
  .section__subhed {
    padding: 1.375rem 4rem;
  }
  .section__subhed-title {
    font-size: 1.625rem;
  }
  .section__dek .ft-quote--center .ft-quote__image {
    flex-shrink: 0;
    -ms-flex-negative: 0;
  }
  .section__dek .ft-quote__body {
    font-size: 1.1rem;
  }
  .section__dek .ft-quote__image {
    min-width: 150px;
  }
  .section__dek .channel--single-col .ft-quote--right {
    margin-right: -4rem;
  }
  .section__dek {
    font-size: 1.25rem;
  }
  .menu-ocean-network-container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .carousel-container {
    padding: 30px 100px 50px;
  }
  .carousel-deepdive .slick-prev {
    width: 80px;
    height: 80px;
    left: -90px;
  }
  .carousel-deepdive .slick-next {
    width: 80px;
    height: 80px;
    right: -90px;
  }
  .event__li {
    padding: 1.25rem;
    box-flex: 0;
    -moz-flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .event__rsvp {
    display: table;
  }
  #multi-form .gform_wrapper,
  #single-form .gform_wrapper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: 16px;
  }
  .marquee-nav__content > .icon {
    width: 75px;
    height: 75px;
  }
  .marquee-nav__hed {
    font-size: 3.75rem;
    line-height: 4rem;
  }
  .marquee-nav__subhed {
    margin-bottom: 2.25rem;
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
  .stagger {
    padding-top: 0;
  }
  .channel--body .stagger__hed,
  .stagger__hed {
    font-size: 2.8125rem;
  }
  .stagger__content {
    float: left;
    width: 50%;
  }
  .stagger__media {
    margin-top: 3em;
    float: right;
    width: 40%;
  }
  .channel .kelp {
    width: auto;
    margin: 0 0 2.5rem;
  }
  .buoy--lede {
    font-size: 1.125rem;
  }
  .buoy__hed--hed {
    font-size: 4.0625rem;
  }
  .channel .buoy {
    width: auto;
    margin: 0 0 2.5rem;
  }
  .share-list--hed {
    margin: 0 1.625rem 0 0;
  }
  .media-contact {
    margin: 1.25rem 0;
  }
  .media-contact:last-child,
  .media-contact__wrapper {
    margin-bottom: 1.25rem;
  }
  .channel .tax-list {
    max-width: 215px;
  }
  .tidepool {
    width: 557px;
  }
  .tidepool__feat {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    border-top: 3px solid #2ecb70;
    box-shadow: 8px 0 6px -6px rgba(0, 0, 0, 0.2);
    padding: 0 0.625rem;
  }
  .tidepool__feat--image {
    display: none;
  }
  .tidepool__list {
    border-top: 3px solid #aeadab;
    background-color: #ebebeb;
    padding: 1.5rem 0 0;
  }
  .tidepool__list--hed {
    display: block;
    color: #323232;
    padding: 0 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.26em;
  }
  .tidepool__list--item a {
    border-bottom: 1px solid #c9c9c9;
  }
  .tidepool__list--item--mobile,
  .tidepool__list--item a img {
    display: none;
  }
  .search-form__input::-webkit-input-placeholder {
    letter-spacing: 0.14em;
    text-indent: 0.14em;
  }
  .search-form__input:-moz-placeholder,
  .search-form__input::-moz-placeholder {
    letter-spacing: 0.14em;
    text-indent: 0.14em;
  }
  .search-form__input:-ms-input-placeholder {
    letter-spacing: 0.14em;
    text-indent: 0.14em;
  }
  .take-action {
    padding: 0.875rem 2rem;
  }
  .ft-quote--center .ft-quote__image {
    flex-shrink: 0;
    -ms-flex-negative: 0;
  }
  .ft-quote__body {
    font-size: 1.1rem;
  }
  .ft-quote__image {
    min-width: 150px;
  }
  .channel--single-col .ft-quote--right {
    margin-right: -4rem;
  }
  body:not(.page-template-template-gutenberg-v4) .rsform--submit__btn {
    width: 2.375rem;
    height: 2.375rem;
  }
  .post-item__content .post-item__description {
    width: calc(64% - 74px);
    margin-left: 4.625rem;
  }
  .kicker-fancy__item {
    padding: 15.625rem 2.75rem 4.25rem;
  }
  .kicker-fancy__hed {
    font-size: 3.125rem;
    padding-right: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
  .kicker-fancy__hed .kickder-fancy__title {
    margin-right: 0.75rem;
  }
  .kicker-fancy__subhed {
    padding-right: 5.625rem;
  }
  .kicker-fancy__arrow--mobile {
    display: none;
  }
  .kicker-fancy__arrow--notebook {
    display: block;
    fill: #009bc4;
    height: 4.75rem;
    width: 4.75rem;
  }
  .kicker-grid {
    padding: 1.75rem 1.5rem;
  }
  .kicker-grid__item {
    margin: 2.25rem;
    box-flex: 0;
    -moz-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: calc(50% - 72px);
    padding: 2.5rem 3rem 1.625rem;
  }
  .kicker-grid__item:nth-of-type(3) {
    background: rgba(231, 75, 60, 0.85);
  }
  .kicker-grid__item:nth-of-type(3) .kicker-grid__view-all:hover {
    color: #282828;
    border-color: #282828;
  }
  .kicker-grid__item:nth-of-type(3) .kicker-grid__link {
    background: #323232;
  }
  .kicker-grid__item:nth-of-type(3) .kicker-grid__link:after {
    border-color: #323232;
  }
  .kicker-grid__item:nth-of-type(3) .kicker-grid__link:hover {
    background: #009bc4;
  }
  .kicker-grid__item:nth-of-type(3) .kicker-grid__link:hover:after {
    border-color: #009bc4;
  }
  .kicker-grid__item:last-of-type {
    background: rgba(50, 50, 50, 0.85);
  }
  .kicker-grid__item:last-of-type .kicker-grid__view-all:hover {
    color: #e74b3c;
    border-color: #e74b3c;
  }
  .kicker-grid__item:last-of-type .kicker-grid__link {
    background: #e74b3c;
  }
  .kicker-grid__item:last-of-type .kicker-grid__link:after {
    border-color: #e74b3c;
  }
  .kicker-grid__item:last-of-type .kicker-grid__link:hover {
    background: #009bc4;
  }
  .kicker-grid__item:last-of-type .kicker-grid__link:hover:after {
    border-color: #009bc4;
  }
  .kicker-grid__led {
    position: relative;
  }
  .kicker-grid__led p:last-of-type {
    padding-bottom: 1.625rem;
  }
  .kicker-grid__led:after {
    position: absolute;
    bottom: 0;
  }
  .kicker-grid__link {
    margin: 0 auto 0.875rem;
  }
  .kicker-grid__view-all {
    margin: 0.75rem auto 0;
  }
  .kicker-grid .rsform {
    margin-bottom: 0.875rem;
    min-height: 44px;
  }
  .form-inline__header {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
  .form-inline__title {
    font-size: 3.125rem;
    padding-right: 5rem;
  }
  .form-inline__title br {
    display: initial;
  }
  .form-inline__title:after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    border-right: 4px solid hsla(0, 0%, 100%, 0.4);
    margin: 0 2.375rem;
  }
  .form-inline__button {
    margin-top: 0;
    margin-left: 2.75rem;
  }
  .wpcf7-form-control-wrap {
    width: 30%;
  }
  .wpcf7-form-control-wrap.message,
  .wpcf7-form-control-wrap.story {
    width: 70%;
  }
  .search-form-deepdive .screen-reader-text {
    font-size: 1.25rem;
    margin-bottom: 0;
  }
  .search-form-deepdive__input::-webkit-input-placeholder {
    letter-spacing: 0.14em;
    text-indent: 0.14em;
  }
  .search-form-deepdive__input:-moz-placeholder,
  .search-form-deepdive__input::-moz-placeholder {
    letter-spacing: 0.14em;
    text-indent: 0.14em;
  }
  .search-form-deepdive__input:-ms-input-placeholder {
    letter-spacing: 0.14em;
    text-indent: 0.14em;
  }
  .search-form-deepdive__input {
    font-size: 1rem;
    padding: 0.734375rem 0.3125rem 0.734375rem 2.5rem;
    margin-top: -4px;
  }
  .search-form-deepdive__submit {
    right: 8px;
    top: calc(50% - 2px);
  }
  .cta-skinny__content {
    padding: 1.375rem;
  }
  .cta-skinny__hed {
    font-size: 1.5625rem;
    line-height: 1.8125rem;
  }
  .cta-skinny__hed + .cta-skinny__btn {
    margin-left: 2.5rem;
  }
  .countdown-banner .countdown-banner__hed {
    font-size: 1.5625rem;
    line-height: 1.8125rem;
    width: 55%;
  }
  .countdown-banner .countdown__number {
    padding: 0.625rem 0.9375rem;
  }
  .countdown-banner .countdown__type {
    font-size: 1rem;
  }
  #multi-form,
  #single-form {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: 16px;
  }
  .vimeo h1 {
    font-size: 87px;
  }
  .vimeo h1:after {
    width: 700px;
  }
  .vimeo .music_toggle {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .vimeo .signup-form {
    height: 128px;
    display: -ms-flexbox;
    display: flex;
  }
  .vimeo .signup-form .container {
    margin: auto;
    max-width: 1290px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .vimeo .signup-form .container p {
    display: none;
    text-align: left;
  }
  .vimeo .signup-form .container .email-signup form .rsform__field--email::-webkit-input-placeholder {
    font-size: 16px;
    color: #fff !important;
  }
  .vimeo .signup-form .container .email-signup form .rsform__field--email:-moz-placeholder,
  .vimeo .signup-form .container .email-signup form .rsform__field--email::-moz-placeholder {
    font-size: 16px;
    color: #fff !important;
  }
  .vimeo .signup-form .container .email-signup form .rsform__field--email:-ms-input-placeholder {
    font-size: 16px;
    color: #fff !important;
  }
  .vimeo .signup-form .container .email-signup form .rsform--submit input {
    width: 154px;
    font-size: 16px;
    line-height: 1;
  }
  #sms-signup-form #sms-signup-submit-wrapper input {
    width: 2.375rem;
    height: 2.375rem;
  }
  .gulf__sidebar {
    width: unset !important;
  }
  .media {
    width: 100%;
    padding: 1.375rem 2.5rem 1.25rem;
  }
  .cta__title-container {
    border-right: 4px solid #70e1ff;
    padding-right: 1.25rem;
    width: 40%;
  }
  .cta__title {
    font-size: 2rem;
  }
  .cta__form {
    padding: 0 2rem;
    min-width: 400px;
  }
  .cta__form .rsform__field--email {
    font-size: 1rem;
  }
  .cta__link {
    margin-top: 0;
    font-size: 1.125rem;
    width: 26%;
  }
  .cta--wide {
    box-orient: horizontal;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    border: 14px solid hsla(0, 0%, 100%, 0.1);
    width: 85%;
  }
  .cta--program {
    padding: 3rem;
  }
  .cta.top .cta--program {
    padding: 2rem 3rem;
  }
  .cta.top .cta__content p {
    font-size: 1.1rem;
  }
  .oco-hed .oco-hed__content {
    padding: 0;
    -ms-flex-align: center;
    align-items: center;
  }
  .oco-hed .oco-hed__content,
  .oco-hed__nav--list {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .oco-hed__nav--list {
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin-top: 1rem;
  }
  .oco-hed__donate {
    float: none;
  }
  .oco-fot {
    background: none;
    background: url(/wp-content/themes/oco-wp/images/footer-gradient.png);
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: 100% 100%;
    padding: 0 2rem;
  }
  .oco-fot__video {
    display: block;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    margin: 0 0 0 -2rem;
    z-index: -100;
  }
  .oco-fot__nav li {
    margin: 0 1.25rem;
  }
}
@media screen and (min-width: 980px) and (min-width: 1200px) {
  .tidepool__feat {
    padding: 0;
  }
}
@media (min-width: 980px) {
  html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-images) .post-grid .post-container,
  html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-reports) .post-grid .post-container {
    width: calc(25% - 1.5rem);
  }
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-67319 #container.gutenberg .gutenberg-content #timeline .cards-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    padding: 0 3rem;
    margin: 0 auto;
  }
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
    body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-67319
    #container.gutenberg
    .gutenberg-content
    #timeline
    .cards-container
    .card {
    width: 100%;
  }
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
    body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-67319
    #container.gutenberg
    .gutenberg-content
    #timeline
    .cards-container
    .card:nth-child(2n) {
    margin-top: 5rem;
    margin-left: 4px;
  }
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
    body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-67319
    #container.gutenberg
    .gutenberg-content
    #timeline
    .cards-container
    .card:nth-child(odd) {
    margin-right: 4px;
  }
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
    body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-67319
    #container.gutenberg
    .gutenberg-content
    #timeline
    .cards-container
    .card
    .icon {
    top: 35px;
  }
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
    body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-67319
    #container.gutenberg
    .gutenberg-content
    #timeline
    .cards-container
    .card
    .icon:after {
    position: absolute;
    top: 50%;
    background-color: #0e4c8c;
    content: "";
    height: 2px;
    width: 20vw;
    z-index: 1;
  }
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
    body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-67319
    #container.gutenberg
    .gutenberg-content
    #timeline
    .cards-container
    .card:nth-child(odd)
    .icon {
    right: -34px;
  }
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
    body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-67319
    #container.gutenberg
    .gutenberg-content
    #timeline
    .cards-container
    .card:nth-child(odd)
    .icon:after {
    right: 54px;
  }
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
    body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-67319
    #container.gutenberg
    .gutenberg-content
    #timeline
    .cards-container
    .card:nth-child(2n)
    .icon {
    left: -30px;
    right: unset;
  }
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
    body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-67319
    #container.gutenberg
    .gutenberg-content
    #timeline
    .cards-container
    .card:nth-child(2n)
    .icon:after {
    left: 54px;
  }
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
    body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-67319
    #container.gutenberg
    .gutenberg-content
    #timeline
    .cards-container
    .card
    .card-item {
    display: -ms-flexbox;
    display: flex;
  }
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
    body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-67319
    #container.gutenberg
    .gutenberg-content
    #timeline
    .cards-container
    .card
    .card-item
    .card-item-content {
    max-width: 500px;
  }
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
    body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-67319
    #container.gutenberg
    .gutenberg-content
    #timeline
    .cards-container
    .card:nth-child(odd)
    .card-item {
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 5rem;
  }
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
    body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-67319
    #container.gutenberg
    .gutenberg-content
    #timeline
    .cards-container
    .card:nth-child(2n)
    .card-item {
    margin-left: 5rem;
  }
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-70389 #container.gutenberg .gutenberg-content #timeline .cards-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    padding: 0 3rem;
    margin: 0 auto;
  }
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
    body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-70389
    #container.gutenberg
    .gutenberg-content
    #timeline
    .cards-container
    .card {
    width: 100%;
  }
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
    body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-70389
    #container.gutenberg
    .gutenberg-content
    #timeline
    .cards-container
    .card:nth-child(2n) {
    margin-top: 5rem;
    margin-left: 4px;
  }
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
    body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-70389
    #container.gutenberg
    .gutenberg-content
    #timeline
    .cards-container
    .card:nth-child(odd) {
    margin-right: 4px;
  }
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
    body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-70389
    #container.gutenberg
    .gutenberg-content
    #timeline
    .cards-container
    .card
    .icon {
    top: 35px;
  }
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
    body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-70389
    #container.gutenberg
    .gutenberg-content
    #timeline
    .cards-container
    .card
    .icon:after {
    position: absolute;
    top: 50%;
    background-color: #0e4c8c;
    content: "";
    height: 2px;
    width: 20vw;
    z-index: 1;
  }
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
    body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-70389
    #container.gutenberg
    .gutenberg-content
    #timeline
    .cards-container
    .card:nth-child(odd)
    .icon {
    right: -34px;
  }
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
    body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-70389
    #container.gutenberg
    .gutenberg-content
    #timeline
    .cards-container
    .card:nth-child(odd)
    .icon:after {
    right: 54px;
  }
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
    body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-70389
    #container.gutenberg
    .gutenberg-content
    #timeline
    .cards-container
    .card:nth-child(2n)
    .icon {
    left: -30px;
    right: unset;
  }
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
    body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-70389
    #container.gutenberg
    .gutenberg-content
    #timeline
    .cards-container
    .card:nth-child(2n)
    .icon:after {
    left: 54px;
  }
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
    body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-70389
    #container.gutenberg
    .gutenberg-content
    #timeline
    .cards-container
    .card
    .card-item {
    display: -ms-flexbox;
    display: flex;
  }
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
    body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-70389
    #container.gutenberg
    .gutenberg-content
    #timeline
    .cards-container
    .card
    .card-item
    .card-item-content {
    max-width: 500px;
  }
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
    body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-70389
    #container.gutenberg
    .gutenberg-content
    #timeline
    .cards-container
    .card:nth-child(odd)
    .card-item {
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 5rem;
  }
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg
    body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page.page-id-70389
    #container.gutenberg
    .gutenberg-content
    #timeline
    .cards-container
    .card:nth-child(2n)
    .card-item {
    margin-left: 5rem;
  }
}
@media (min-width: 1000px) {
  html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg ul.fast-facts.has-images {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block .author-info .author-title,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block .author-info .author-title {
    width: 200px;
    font-size: 14px;
    line-height: 1;
    text-align: center;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block .author-info .author-name,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block .author-info .author-name {
    font-size: 14px;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block .blog-post .post-authors .post-author .author-info,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block .blog-post .post-authors .post-author .author-info {
    -ms-flex: calc(95% - 60px);
    flex: calc(95% - 60px);
    padding-right: 2%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.28;
    font-weight: 700;
  }
}
@media (min-width: 1001px) {
  html:not(.applies-oc-design-system) #container.gutenberg .block-blog-listing .recommended .view-more,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-blog-listing .recommended .view-more {
    font-size: 180px;
  }
  html:not(.applies-oc-design-system) .wildlife-library-title {
    font-size: 42px;
  }
}
@media (min-width: 1050px) {
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-listing.block-style-3x_grid .grid .post-container,
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-listing.block-style-3x_grid .grid .post-container .outer-image-container,
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-listing.block-style-3x_grid .post-list-additional .post-container,
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-listing.block-style-3x_grid .post-list-additional .post-container .outer-image-container {
    width: 300px;
  }
}
@media (min-width: 1101px) {
  html:not(.applies-oc-design-system) .wildlife-library-title {
    font-size: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .foreshore--overview .foreshore--hed {
    font-size: 5.4375rem;
  }
  .foreshore--overview .foreshore--subhed {
    font-size: 1.8125rem;
  }
  .hp-foreshore .foreshore--hed {
    font-size: 5.4375rem;
  }
  .hp-foreshore .foreshore--subhed {
    font-size: 1.8125rem;
  }
  .p2p-foreshore .foreshore--hed {
    font-size: 6.25rem;
  }
  .p2p-foreshore .foreshore--subhed {
    font-size: 1.875rem;
  }
  .channel__sub {
    padding-right: 294px;
  }
  .channel--body .ft-quote__bq {
    padding: 1.5rem 2rem !important;
  }
  .channel--body .ft-quote__bq:before {
    left: -27px;
    border-right-width: 27px;
  }
  .channel--body .ft-quote__author {
    font-size: 1rem;
  }
  .channel--body .ft-quote__title {
    font-size: 0.9rem;
  }
  .channel--body .program .ft-quote--right {
    margin-right: -4rem;
  }
  .eddy__inner {
    padding-left: 40px;
  }
  .breaker__wrapper.three-up .breaker__li {
    box-flex: 0;
    -moz-flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .breaker__li {
    box-flex: 0;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .breaker__li,
  .breaker__li:nth-child(-n + 3) {
    box-ordinal-group: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
  }
  .breaker__li:nth-child(-n + 4) {
    box-ordinal-group: 0;
    -moz-order: 0;
    order: 0;
    -ms-flex-order: 0;
  }
  .breaker__li--plnd,
  .breaker__li--plnd:nth-child(-n + 3) {
    box-ordinal-group: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
  }
  .breaker__li--plnd:nth-child(-n + 5) {
    box-ordinal-group: 0;
    -moz-order: 0;
    order: 0;
    -ms-flex-order: 0;
  }
  .breaker__li--highlight {
    padding: 0 1.25rem;
    box-flex: 0;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 24%;
  }
  .breaker__li--highlight,
  .breaker__li--highlight:nth-child(-n + 4) {
    box-ordinal-group: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
  }
  .breaker__li--highlight:nth-child(-n + 3) {
    box-ordinal-group: 0;
    -moz-order: 0;
    order: 0;
    -ms-flex-order: 0;
  }
  .breaker__marquee .breaker__hed {
    padding: 0 0.9375rem 0 1.5rem;
  }
  html:not(.gutenberg) .author-bio__image .icon-logo {
    height: 200px;
    width: 200px;
  }
  html:not(.gutenberg) .author-bio__quote {
    box-flex: 0;
    -moz-flex: 0 0 280px;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
    max-width: 280px;
    margin-left: 6rem;
  }
  html:not(.gutenberg) .author-bio__quote blockquote {
    padding-right: 2.5rem;
  }
  html:not(.gutenberg) .author-list__item {
    box-flex: 0;
    -moz-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    max-width: 25%;
  }
  .gulf .blog-sect__hed.blog-sect__hed--authors,
  .gulf__inner {
    padding-left: 2.5rem;
  }
  .gulf__inner--deepdive {
    padding-left: 0;
  }
  .gulf__sidebar {
    padding-left: 4.75rem;
  }
  .gulf-blog .gulf__inner {
    padding-left: 2.5rem;
  }
  .gulf-ripple .gulf__inner,
  .gulf-ripples .gulf__inner {
    padding-left: 0;
  }
  .gulf-newsroom-authors {
    padding: 1.875rem;
  }
  .ripple__grid .ripple {
    width: calc(20% - 1px);
  }
  .financials {
    width: calc(25% - 54px);
    margin: 0 4.5rem 3.375rem 0;
  }
  .financials:nth-child(3n + 3) {
    margin-right: 4.5rem;
  }
  .financials:nth-child(4n + 4) {
    margin-right: 0;
  }
  .uprush__wrapper {
    padding-right: 3rem;
  }
  .uprush__wrapper--center {
    padding-right: 0.8rem;
    margin-bottom: 0;
  }
  .uprush__hed {
    padding: 3.75rem 3.125rem 0.8125rem;
    background-color: rgba(51, 51, 51, 0);
    background-image: linear-gradient(180deg, rgba(51, 51, 51, 0) 0, rgba(51, 51, 51, 0.33) 7.8125rem, #333);
  }
  .uprush--hed {
    font-size: 3.1875rem;
  }
  .uprush__fot {
    padding: 0 3.125rem 1.875rem;
  }
  .uprush__fot--left {
    margin-right: 7.8125rem;
  }
  .uprush__carousel {
    margin-left: -77.08vw;
  }
  .uprush__carousel .uprush {
    box-flex: 0;
    -moz-flex: 0 0 38.194%;
    -ms-flex: 0 0 38.194%;
    flex: 0 0 38.194%;
    max-width: 38.194%;
  }
  .uprush__carousel--link {
    left: 2rem;
  }
  .uprush__carousel--link.carousel-next {
    right: 2rem;
  }
  .fjord {
    padding: 4rem 2rem 4.625rem;
  }
  .fjord--tall {
    padding-bottom: 21.875rem;
  }
  .fjord--0 {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }
  .stories__li {
    box-flex: 0;
    -moz-flex: 0 0 48.15%;
    -ms-flex: 0 0 48.15%;
    flex: 0 0 48.15%;
    width: 48.15%;
  }
  .stories__li.second .stories__quote,
  .stories__li:nth-child(2n):not(.first) .stories__quote {
    margin: 0 0 0 0.6875rem;
  }
  .stories__quote {
    margin-right: 0.6875rem;
  }
  .stories__quote--led {
    font-size: 1.25rem;
  }
  .salt {
    padding: 3rem 8rem 2rem;
  }
  .salt--hed {
    font-size: 2.4rem;
    margin: 0.2em 0 0.6em;
  }
  .salt p {
    font-size: 1.1rem;
    line-height: 1.5;
    font-weight: 300;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
  }
  .salt p.salt--dek {
    font-size: 1.1rem;
    line-height: 1.6;
    font-weight: 400;
  }
  .salt .aside {
    width: 55%;
    margin: 1rem -5rem 1rem 2rem;
  }
  .salt .aside__quote {
    box-flex: 0;
    -moz-flex: 0 0 calc(100% - 230px);
    -ms-flex: 0 0 calc(100% - 230px);
    flex: 0 0 calc(100% - 230px);
    width: calc(100% - 230px);
    padding: 1.5rem 2rem;
  }
  .salt .aside__quote:before {
    left: -27px;
    border-right-width: 27px;
  }
  .salt .aside__quote--author {
    font-size: 1rem;
  }
  .salt .aside__quote--title {
    font-size: 0.9rem;
  }
  .salt .aside__image {
    box-flex: 0;
    -moz-flex: 0 0 190px;
    -ms-flex: 0 0 190px;
    flex: 0 0 190px;
    width: 190px;
  }
  .salt .aside__image picture {
    border: 8px solid #2880d9;
  }
  .success {
    padding: 2rem 3rem;
  }
  .success__image {
    border: 10px solid #2880d9;
    box-flex: 0;
    -moz-flex: 0 0 211px;
    -ms-flex: 0 0 211px;
    flex: 0 0 211px;
    height: 211px;
    width: 211px;
  }
  .success--hed {
    font-size: 3.9rem;
  }
  .success__list {
    margin-top: 2em;
  }
  .success__item {
    box-flex: 0;
    -moz-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    margin: 0 0 82px;
  }
  .success__item--image {
    box-flex: 0;
    -moz-flex: 0 0 235px;
    -ms-flex: 0 0 235px;
    flex: 0 0 235px;
    width: 235px;
  }
  .success__item--dek {
    font-size: 1.05rem;
    margin-top: 1.5em;
  }
  .aquarium--item {
    min-height: 500px;
    padding-left: 8rem;
    padding-right: 5rem;
  }
  .aquarium--item:nth-of-type(2n) {
    padding-right: 8rem;
    padding-left: 5rem;
  }
  .aquarium--hed {
    font-size: 2.4rem;
    margin: 0.4em 0 0.5em;
  }
  .aquarium p {
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .dek--right .dek__mtop {
    margin-left: 5.875rem;
  }
  .dek__image--about {
    margin-left: 800px;
  }
  .dek__content {
    padding-right: 6.25rem;
  }
  .prog-dek {
    padding: 3.375rem 2rem;
  }
  .prog-dek--col-two .prog-dek__content {
    column-gap: 5rem;
  }
  .prog-dek__stats {
    margin: 5rem auto -3.375rem;
  }
  .p2p__body .ft-quote__bq {
    padding: 1.5rem 2rem !important;
  }
  .p2p__body .ft-quote__bq:before {
    left: -27px;
    border-right-width: 27px;
  }
  .p2p__body .ft-quote__author {
    font-size: 1rem;
  }
  .p2p__body .ft-quote__title {
    font-size: 0.9rem;
  }
  .p2p__body .program .ft-quote--right {
    margin-right: -4rem;
  }
  .p2p__pic {
    display: block;
    position: absolute;
    left: calc(-1 * ((100vw - 700px) / 2 - 54px));
    top: 96px;
  }
  .p2p__pic:first-of-type {
    margin: 0;
  }
  .p2p__pic:first-of-type img {
    margin: 0;
    max-width: none;
  }
  .p2p__pic:first-of-type img,
  .p2p__pic img {
    width: calc((100vw - 700px) / 2 - 54px);
  }
  .p2p__pic:nth-child(odd) {
    left: auto;
    right: calc(-1 * ((100vw - 700px) / 2 - 54px));
    top: auto;
    bottom: 64px;
  }
  .p2p__pic.slide-in {
    transition: left 0.6s ease-in-out;
    left: 32px;
  }
  .p2p__pic.slide-in:nth-child(odd) {
    transition: right 0.6s ease-in-out;
    right: 32px;
    left: auto;
  }
  .faq__answer .ft-quote__bq {
    padding: 1.5rem 2rem !important;
  }
  .faq__answer .ft-quote__bq:before {
    left: -27px;
    border-right-width: 27px;
  }
  .faq__answer .ft-quote__author {
    font-size: 1rem;
  }
  .faq__answer .ft-quote__title {
    font-size: 0.9rem;
  }
  .faq__answer .program .ft-quote--right {
    margin-right: -4rem;
  }
  .page-404--hed {
    font-size: 4rem;
  }
  .modal .countdown__number {
    font-size: 100px;
  }
  .partner__overview {
    padding-bottom: 1.25rem;
    font-size: 2.5rem !important;
  }
  .partner-type-list__item {
    width: 25%;
    font-size: 1.875rem;
    line-height: 2.0625rem;
  }
  .partner-foot:before {
    background-size: 100%;
  }
  .partner-grid__item {
    width: 16.666%;
  }
  .section__hed {
    font-size: 3.75rem;
  }
  .section__dek .ft-quote__bq {
    padding: 1.5rem 2rem !important;
  }
  .section__dek .ft-quote__bq:before {
    left: -27px;
    border-right-width: 27px;
  }
  .section__dek .ft-quote__author {
    font-size: 1rem;
  }
  .section__dek .ft-quote__title {
    font-size: 0.9rem;
  }
  .section__dek .program .ft-quote--right {
    margin-right: -4rem;
  }
  .event__li {
    box-flex: 0;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .tidepool {
    width: 762px;
  }
  .tidepool__feat--image {
    display: block;
  }
  .search-form__input::-webkit-input-placeholder {
    letter-spacing: 0.26em;
    text-indent: 0.26em;
  }
  .search-form__input:-moz-placeholder,
  .search-form__input::-moz-placeholder {
    letter-spacing: 0.26em;
    text-indent: 0.26em;
  }
  .search-form__input:-ms-input-placeholder {
    letter-spacing: 0.26em;
    text-indent: 0.26em;
  }
  .search-form__input.active {
    max-width: 184px;
  }
  .ft-quote__bq {
    padding: 1.5rem 2rem !important;
  }
  .ft-quote__bq:before {
    left: -27px;
    border-right-width: 27px;
  }
  .ft-quote__author {
    font-size: 1rem;
  }
  .ft-quote__title {
    font-size: 0.9rem;
  }
  .program .ft-quote--right {
    margin-right: -4rem;
  }
  .kicker-fancy__item {
    padding: 18.75rem 3.625rem 4.25rem;
  }
  .search-form-deepdive__input::-webkit-input-placeholder {
    letter-spacing: 0.26em;
    text-indent: 0.26em;
  }
  .search-form-deepdive__input:-moz-placeholder,
  .search-form-deepdive__input::-moz-placeholder {
    letter-spacing: 0.26em;
    text-indent: 0.26em;
  }
  .search-form-deepdive__input:-ms-input-placeholder {
    letter-spacing: 0.26em;
    text-indent: 0.26em;
  }
  .countdown-banner .countdown__number {
    font-size: 60px;
  }
  .vimeo .signup-form .container p {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 35px;
    display: block;
    font-size: 16px;
  }
  .oco-hed__nav--list .menu-item > a {
    padding: 0.75rem 1rem;
    letter-spacing: 0.26em;
    text-indent: 0.26em;
  }
  .oco-fot__video {
    height: auto;
  }
}
@media (min-width: 1200px) {
  html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-images) .post-grid .post-container,
  html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-reports) .post-grid .post-container {
    width: calc(20% - 1.5rem);
  }
  html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-images) .post-grid.max-4-per-row .post-container,
  html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-reports) .post-grid.max-4-per-row .post-container {
    width: calc(25% - 1.5rem);
  }
  html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg .main .content {
    max-width: 760px;
    margin: 0;
  }
  html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg .main .content p {
    font-size: 18px;
    letter-spacing: 0.36px;
    line-height: 1.68;
  }
  html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg .main .content .section-label {
    font-size: 26px;
  }
  html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg .main .content #about + .section-label + .section-content p:first-of-type {
    font-size: 24px;
    line-height: 1.8;
  }
}
@media (min-width: 1201px) {
  .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar,
  .single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar,
  html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg #content[role="main"] div.main .context-sidebar,
  html:not(.applies-oc-design-system) .single.single-post #container.gutenberg #content[role="main"] div.main .context-sidebar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 232px;
  }
  html:not(.applies-oc-design-system) .wildlife-library-title {
    font-size: 64px;
  }
  html:not(.applies-oc-design-system) .wildlife-library-title .grouped .stackable {
    font-size: 32px;
  }
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-listing.block-style-33_33_33 .block-content,
  html:not(.applies-oc-design-system) body #container.gutenberg .oc-block.block-blog-listing.block-style-33_33_33 .block-content {
    gap: 32px;
  }
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-listing.block-style-33_33_33 .block-content .column.grid,
  html:not(.applies-oc-design-system) body #container.gutenberg .oc-block.block-blog-listing.block-style-33_33_33 .block-content .column.grid {
    gap: 32px;
    max-height: 392px;
  }
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-listing.block-style-33_33_33 .block-content .column.single,
  html:not(.applies-oc-design-system) body #container.gutenberg .oc-block.block-blog-listing.block-style-33_33_33 .block-content .column.single {
    max-height: 392px;
  }
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-listing.block-style-33_33_33 .block-content .column.text,
  html:not(.applies-oc-design-system) body #container.gutenberg .oc-block.block-blog-listing.block-style-33_33_33 .block-content .column.text {
    padding: 0 24px;
  }
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-listing.block-style-33_33_33 .block-content .column.text .title,
  html:not(.applies-oc-design-system) body #container.gutenberg .oc-block.block-blog-listing.block-style-33_33_33 .block-content .column.text .title {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 52px;
    line-height: 1;
  }
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-listing.block-style-33_33_33 .block-content .column.text .description,
  html:not(.applies-oc-design-system) body #container.gutenberg .oc-block.block-blog-listing.block-style-33_33_33 .block-content .column.text .description {
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 1.5;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .block-content .column.scroll .post-container .outer-image-container,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .block-content .column.scroll .post-container .outer-image-container {
    width: 210px;
    height: 210px;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .block-content .column.scroll .post-container .post-text,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .block-content .column.scroll .post-container .post-text {
    padding: 0 40px;
    max-width: unset;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .block-content .column.scroll .post-container .post-text .post-title,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .block-content .column.scroll .post-container .post-text .post-title {
    font-size: 26px;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .block-content .column.scroll .post-container .post-text .post-excerpt,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .block-content .column.scroll .post-container .post-text .post-excerpt {
    font-size: 18px;
    line-height: 1.5;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .block-content .column.scroll .post-container .post-text .post-authors .post-author .author-title,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .block-content .column.scroll .post-container .post-text .post-authors .post-author .author-title {
    font-size: 14px;
  }
}
@media (min-width: 1250px) {
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-listing.block-style-3x_grid .grid .post-container,
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-listing.block-style-3x_grid .grid .post-container .outer-image-container,
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-listing.block-style-3x_grid .post-list-additional .post-container,
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-listing.block-style-3x_grid .post-list-additional .post-container .outer-image-container {
    width: 350px;
  }
}
@media screen and (min-width: 1264px) {
  .page-kicker__inner {
    margin-left: auto;
  }
}
@media (min-width: 1280px) {
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .block-content .column.info .image-container-inner .text-container,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .block-content .column.info .image-container-inner .text-container {
    max-width: 580px;
  }
}
@media screen and (min-width: 1300px) {
  .page-kicker:nth-child(2n) .page-kicker__inner {
    margin-left: 3.125rem;
    margin-right: auto;
  }
  .success__item--dek {
    font-size: 1.05rem;
  }
}
@media (min-width: 1300px) {
  html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-images) h2,
  html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-reports) h2 {
    padding: 1.5rem 0;
  }
  html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-images) .wp-block-group__inner-container:has(.post-grid-images),
  html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-images) .wp-block-group__inner-container:has(.post-grid-reports),
  html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-reports) .wp-block-group__inner-container:has(.post-grid-images),
  html:not(.applies-oc-design-system) body.page-template-template-gutenberg.page-template.page #container.gutenberg:has(.post-grid-reports) .wp-block-group__inner-container:has(.post-grid-reports) {
    padding: 0;
  }
}
@media screen and (min-width: 1320px) {
  .breaker__li--highlight {
    box-flex: 0;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .breaker__li--highlight,
  .breaker__li--highlight:nth-child(-n + 3) {
    box-ordinal-group: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
  }
  .breaker__li--highlight:nth-child(-n + 4) {
    box-ordinal-group: 0;
    -moz-order: 0;
    order: 0;
    -ms-flex-order: 0;
  }
  .p2p__pic {
    left: calc(-1 * ((100vw - 700px) / 2 - 82px));
  }
  .p2p__pic:first-of-type img,
  .p2p__pic img {
    width: calc((100vw - 700px) / 2 - 82px);
  }
  .p2p__pic:nth-child(odd) {
    left: auto;
    right: calc(-1 * ((100vw - 700px) / 2 - 82px));
  }
  .p2p__pic.slide-in {
    transition: left 0.6s ease-in-out;
    left: 54px;
  }
  .p2p__pic.slide-in:nth-child(odd) {
    transition: right 0.6s ease-in-out;
    right: 54px;
    left: auto;
  }
  .partner-panel__content {
    padding-left: 0;
    padding-right: 0;
  }
  .partner-grid__item img {
    max-width: 150px;
  }
  .kicker-grid__title {
    font-size: 4rem;
  }
  .cta__title {
    font-size: 2.5rem;
  }
  .cta--wide {
    padding: 2rem;
  }
}
@media screen and (min-width: 1340px) {
  .media__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1400px) {
  .page-id-41 .reef__body--lede {
    font-size: 2rem;
  }
  .page-id-41 .dek__quote .reef__body--author {
    font-size: 1rem;
  }
  .page-id-41 .reef__body--lede:after {
    font-size: 3.4rem;
    line-height: 1rem;
    bottom: -15px;
  }
  .page-id-41 .dek--right .dek__mtop {
    margin-bottom: 0;
    margin-left: 14rem;
  }
}
@media (min-width: 1400px) {
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling .block-content .column.scroll .post-container .outer-image-container,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling .block-content .column.scroll .post-container .outer-image-container {
    width: 286px;
    height: 286px;
  }
}
@media (min-width: 1401px) {
  html:not(.applies-oc-design-system) .wildlife-library-title {
    font-size: 72px;
  }
}
@media (min-width: 1601px) {
  html:not(.applies-oc-design-system, .has-redesign-v1-styles).gutenberg body:not(.home, .page-id-62044).page-template-template-gutenberg.page-template.page #container.gutenberg .sub-header-container .content-border .svg-container svg {
    height: 9.25vw !important;
  }
}
@media (min-width: 1650px) {
  html:not(.applies-oc-design-system) .single-wildlife_factsheet #container.gutenberg .main .content {
    margin: 0 auto;
  }
}
@media (min-width: 1801px) {
  html:not(.applies-oc-design-system) #container.gutenberg .oc-block.block-blog-scrolling.oc-scroll-sticky-top .column.info .image-container,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .oc-block.block-blog-scrolling.oc-scroll-sticky-top .column.info .image-container {
    width: 900px;
  }
}
@media (max-width: 1120px) {
  .oco-hed .oc-translate-wrapper {
    font-size: 0.8rem;
  }
  .oco-hed__content .oco-hed__hed {
    display: none;
  }
  .oco-hed__content .oco-hed__hed.compact {
    display: -ms-flexbox;
    display: flex;
  }
  .oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap .wp-megamenu li > a {
    font-size: 20px !important;
  }
  .oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap .wp-megamenu li > a > span.urgent {
    font-size: 0.7rem !important;
  }
  .oc-wpmm-widget.single-post > h2 {
    font-size: 0.7rem;
    text-transform: uppercase;
    padding-bottom: 25px;
    color: #323232;
    opacity: 0.8;
    font-weight: 600;
    letter-spacing: 3.12px;
  }
}
@media (max-width: 900px) {
  html:not(.applies-oc-design-system) #container.gutenberg .content-listing.wp-block-columns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .content-listing.wp-block-columns > .wp-block-column {
    width: 100%;
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .content-listing.wp-block-columns > .wp-block-column.sidebar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
  html:not(.applies-oc-design-system) #container.gutenberg .content-listing.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }
}
@media (max-width: 860px) {
  .menu-item.left-gap {
    margin-left: 0 !important;
  }
  #search-modal {
    height: 100vh;
    background-color: #282828;
  }
  #search-modal .search-form__input {
    font-size: 1.8rem;
    border-bottom: 2px solid #2880d9;
    padding: 0.73438rem 4.7rem 1.73438rem 2.5rem;
  }
  #search-modal .search-form__input::-webkit-input-placeholder {
    text-transform: none;
    letter-spacing: normal;
    font-size: 1.8rem;
    opacity: 0.6;
  }
  #search-modal .search-form__input::-moz-placeholder {
    text-transform: none;
    letter-spacing: normal;
    font-size: 1.8rem;
    opacity: 0.6;
  }
  #search-modal .search-form__input:-ms-input-placeholder,
  #search-modal .search-form__input::-ms-input-placeholder {
    text-transform: none;
    letter-spacing: normal;
    font-size: 1.8rem;
    opacity: 0.6;
  }
  #search-modal .search-form__input::placeholder {
    text-transform: none;
    letter-spacing: normal;
    font-size: 1.8rem;
    opacity: 0.6;
  }
  #search-modal .search-form__input,
  #search-modal .search-form__submit {
    right: 28px;
  }
  #search-modal .search-form__submit {
    top: 70%;
  }
  .oco-hed .oc-translate-wrapper {
    display: none;
  }
  .menu-hover .oco-hed__content .oco-hed__hed svg {
    color: #fff;
  }
  .oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap.wpmm-mobile-menu .wp-megamenu li > a .fa {
    display: inline;
    font-size: 2rem !important;
    transform: none;
    position: absolute;
    right: -10%;
    top: 0;
  }
  .oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap.wpmm-mobile-menu .wp-megamenu li .tertiary-menu-parent > a .fa {
    top: 8px;
    right: 0;
    padding: 4px 1% 4px 20px;
  }
  .oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap.wpmm-mobile-menu .wp-megamenu > li.search {
    display: none;
  }
  .oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap.wpmm-mobile-menu .wp-megamenu > li.mobile-search {
    display: inline-block;
  }
  .oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap.wpmm-mobile-menu .wp-megamenu > li > a {
    color: #fff !important; 
    /* Menu mobile text*/
    font-size: 2.2rem !important;
    font-weight: 700 !important;
    text-transform: unset !important;
    letter-spacing: normal;
    padding: 25px 12px !important;
  }
  .oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap.wpmm-mobile-menu .wp-megamenu > li > a .fa {
    display: inline;
    font-size: 2rem !important;
    padding: 12px 0 12px 32px;
    z-index: 1;
    top: 12px;
  }
  .oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap.wpmm-mobile-menu .wp-megamenu > li.cta {
    background-color: #ff5721 !important;
    border-radius: 8px;
    color: #fff !important;
  }
  .oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap.wpmm-mobile-menu .wp-megamenu > li.cta > div .wp-megamenu-sub-menu {
    background-color: #ff5721 !important;
    color: #fff !important;
  }
  .oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap.wpmm-mobile-menu .wp-megamenu > li.cta > a {
    background-color: transparent !important;
    color: #fff !important;
    display: block !important;
    font-size: 2.2rem !important;
    border: none !important;
    font-weight: 700 !important;
    line-height: normal !important;
    letter-spacing: normal !important;
  }
  .oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap.wpmm-mobile-menu .wp-megamenu > li.cta > a:before {
    display: none;
  }
  .oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap.wpmm-mobile-menu .wp-megamenu > li.cta > a .fa {
    display: none;
    font-size: 2rem !important;
  }
  .oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap.wpmm-mobile-menu .wp-megamenu > li.cta .textwidget {
    color: #fff;
    font-size: 1rem;
  }
  .oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap.wpmm-mobile-menu .wp-megamenu > li.cta .textwidget p {
    font-size: 1rem;
    letter-spacing: 0.32px;
    line-height: 1.5;
    opacity: 0.8;
    color: #fff;
  }
  .oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap.wpmm-mobile-menu .wp-megamenu > li.cta .textwidget p strong {
    font-weight: 500;
  }
  .oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap.wpmm-mobile-menu .wp-megamenu > li.cta .textwidget p a {
    color: #fff;
  }
  .oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap.wpmm-mobile-menu .wp-megamenu > li {
    padding: 25px 12px !important;
    border-top: 2px solid #fff; 
    /* Menu Mobile Garis Text */
  }
  .oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap.wpmm-mobile-menu .wp-megamenu > li.mobile-header {
    display: block !important;
  }
  .oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap.wpmm-mobile-menu .wp-megamenu > li.cta,
  .oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap.wpmm-mobile-menu .wp-megamenu > li.search,
  .oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap.wpmm-mobile-menu .wp-megamenu > li:first-child,
  .oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap.wpmm-mobile-menu .wp-megamenu > li:nth-child(2) {
    border-top: none !important;
  }
  .oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap.wpmm-mobile-menu .wp-megamenu > li.cta .wp-megamenu-sub-menu li a {
    font-size: 1.2rem !important;
    padding: 12px 0 !important;
  }
  .oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap.wpmm-mobile-menu .wp-megamenu > li .wp-megamenu-sub-menu li a {
    font-size: 1.2rem !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap.wpmm-mobile-menu .wp-megamenu li.hide-on-desktop {
    display: initial;
  }
  .wpmm-mobile-menu li a span.urgent,
  .wpmm-nav-wrap .wp-megamenu li > a > b {
    display: none;
  }
  .wpmm-mobile-menu .wpmm-nav-wrap .wp-megamenu li > a > b {
    display: block;
  }
  #wp-megamenu-primary-left.wpmm-mobile-menu .wp-megamenu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: scroll;
    background-color: #2892ff;
    /*Menu mobile*/
  }
  #wp-megamenu-primary-left.wpmm-mobile-menu > .wpmm-nav-wrap ul.wp-megamenu > li.cta ul.wp-megamenu-sub-menu li > a {
    color: #ffffff !important;
  }
  .oco-hed__content .oco-hed__menu .menu-wrapper {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  #wp-megamenu-primary-left {
    padding-left: 0;
  }
  .blank-section {
    display: none !important;
  }
  .menu-right {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .menu-primary-mega-menu-right-container > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu-primary-mega-menu-right-container > ul #google-translate-mobile select {
    margin: 0 20px;
  }
  #wp-megamenu-primary-left.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap {
    text-align: right;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  #wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li.cta ul.wp-megamenu-sub-menu li:hover > a {
    background-color: #fff !important;
    color: #ff5721 !important;
  }
  .oco-hed {
    min-height: unset;
  }
  .oco-hed.menu-hover,
  .oco-hed.oco-hed--gradient.oco-hed--reveal,
  .oco-hed.oco-hed--reveal {
    background-color: unset !important;
  }
  .menu-hover .wpmm_mobile_menu_btn > img {
    display: block;
  }
  .menu-hover .wpmm_mobile_menu_btn > img.dark {
    display: none;
  }
  .menu-hover #google-translate-mobile .sel__placeholder,
  .menu-hover #google-translate-mobile:before,
  .oco-hed--reveal #google-translate-mobile .sel__placeholder,
  .oco-hed--reveal #google-translate-mobile:before {
    color: #fff;
  }
  #wp-megamenu-primary-left.wp-megamenu-wrap.wpmm-mobile-menu > .wpmm-nav-wrap ul.wp-megamenu > li > a {
    width: 90%;
  }
  #wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.featured-posts-grid .items .item .text-wrapper,
  #wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.media-and-text-grid .items .item .text-wrapper,
  #wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.post-grid .items .item .text-wrapper,
  #wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post .items .item .text-wrapper {
    font-size: 1rem;
  }
}
@media screen and (max-width: 860px) {
  #container.gutenberg .oco-hed__content .oco-hed__menu .menu-wrapper > div .wp-megamenu-wrap.wpmm-mobile-menu .wp-megamenu > li.cta .textwidget p:first-child {
    padding: 0;
  }
  #container.gutenberg .wpmm-mobile-menu .donation-logos img.mobile {
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto;
  }
  #container.gutenberg .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-and-content-container ul.wp-megamenu-sub-menu li span {
    font-size: 16px !important;
  }
  #container.gutenberg #wp-megamenu-primary-left.wpmm-mobile-menu > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu.tertiary-menu li a,
  #container.gutenberg #wp-megamenu-primary-left.wpmm-mobile-menu > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post.show-in-mobile .mobile > a,
  #container.gutenberg #wp-megamenu-primary-left > .wpmm-nav-wrap .wp-megamenu > li .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu li.wpmm-type-widget > a {
    font-size: 1rem !important;
  }
}
@media screen and (max-width: 767px) {
  .gulf__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .facetwp-template {
    -ms-flex-order: 2;
    order: 2;
  }
  .gulf__sidebar {
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (max-width: 700px) {
  html:not(.applies-oc-design-system) .facetwp-template[data-name="wildlife_factsheets"] .post-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  html:not(.applies-oc-design-system) .facetwp-template[data-name="wildlife_factsheets"] .post-container .outer-image-container {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 29px;
  }
  html:not(.applies-oc-design-system) .facetwp-template[data-name="wildlife_factsheets"] .post-container .outer-image-container a .image-container {
    width: 100%;
    padding-bottom: 75%;
    height: unset;
  }
  html:not(.applies-oc-design-system) .facetwp-template[data-name="wildlife_factsheets"] .post-container .text-container {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-left: 0;
  }
  html:not(.applies-oc-design-system) .facetwp-template[data-name="wildlife_factsheets"] .post-container .text-container .post-meta {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  html:not(.applies-oc-design-system) .facetwp-template[data-name="wildlife_factsheets"] .post-container .text-container .post-meta .authors {
    -ms-flex-order: 1;
    order: 1;
  }
  html:not(.applies-oc-design-system) .facetwp-template[data-name="wildlife_factsheets"] .post-container .text-container .post-meta .post-date {
    -ms-flex-order: 2;
    order: 2;
  }
  html:not(.applies-oc-design-system) .facetwp-template[data-name="wildlife_factsheets"] .post-container .text-container .post-excerpt {
    display: block;
  }
}
@media screen and (max-width: 629px) {
  .media__list {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 480px) {
  .modal-container #responsive-iframe-close-button-wrapper {
    padding: 0 !important;
  }
  .modal-container #responsive-iframe-close-button-wrapper #responsive-iframe-wrapper {
    z-index: 9999;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
  }
  .search-form-deepdive__input {
    width: 100%;
    margin-top: 0.875rem;
  }
  .search-form-deepdive__submit {
    top: 71%;
  }
}
@media (max-width: 400px) {
  .oc-wpmm-widget.featured-posts-grid .media-wrapper,
  .oc-wpmm-widget.featured-posts-grid .media-wrapper .image,
  .oc-wpmm-widget.post-grid .media-wrapper,
  .oc-wpmm-widget.post-grid .media-wrapper .image {
    min-width: 120px;
    width: 120px;
    max-width: 120px;
  }
  .interface-interface-skeleton__content #google-translate-mobile,
  html:not(.applies-oc-design-system) #container.gutenberg #google-translate-mobile {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  .flatpickr-alt,
  .gulf__sidebar .facetwp-date {
    width: 8rem;
  }
}
@media (min-width: 861px) and (max-width: 862px) {
  a.wpmm_mobile_menu_btn {
    display: none !important;
  }
}
@media (min-width: 860px) and (max-width: 1120px) {
  #wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post .item {
    max-width: 300px;
    min-height: 265px;
  }
  .oc-wpmm-widget.featured-posts-grid .media-wrapper,
  .oc-wpmm-widget.featured-posts-grid .media-wrapper .image,
  .oc-wpmm-widget.post-grid .media-wrapper,
  .oc-wpmm-widget.post-grid .media-wrapper .image {
    width: 120px;
    height: 90px;
    max-width: 120px;
    max-height: 90px;
    min-width: 120px;
    min-height: 90px;
  }
  #wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.featured-posts-grid .items .item .text-wrapper,
  #wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.media-and-text-grid .items .item .text-wrapper,
  #wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.post-grid .items .item .text-wrapper,
  #wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post .items .item .text-wrapper {
    font-size: 1.1rem;
    line-height: 1.2;
  }
}
@media (min-width: 860px) and (max-width: 860px) {
  #wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.featured-posts-grid .items .item .text-wrapper,
  #wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.media-and-text-grid .items .item .text-wrapper,
  #wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.post-grid .items .item .text-wrapper,
  #wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post .items .item .text-wrapper {
    font-size: 1rem;
    line-height: 1.1;
  }
}
@media screen and (max-width: 860px) and (min-width: 400px) {
  #wp-megamenu-primary-left > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li a {
    padding-right: 30px;
  }
}
@media screen and (max-width: 860px) and (min-width: 430px) {
  #container.gutenberg #wp-megamenu-primary-left.wpmm-mobile-menu > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu.tertiary-menu li a,
  #container.gutenberg #wp-megamenu-primary-left.wpmm-mobile-menu > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li .oc-wpmm-widget.single-post.show-in-mobile .mobile > a,
  #container.gutenberg #wp-megamenu-primary-left > .wpmm-nav-wrap .wp-megamenu > li .wpmm-strees-row-and-content-container > ul.wp-megamenu-sub-menu li.wpmm-type-widget > a {
    font-size: 1.5rem !important;
  }
}
@media (min-width: 787px) and (max-width: 1284px) {
  .flatpickr-alt,
  .gulf__sidebar .facetwp-date {
    width: 8rem;
  }
  .facetwp-checkbox {
    font-size: 0.925rem;
  }
}
@media (min-width: 768px) and (max-width: 786px) {
  .flatpickr-alt,
  .gulf__sidebar .facetwp-date {
    width: 6.8rem;
    font-size: 0.65rem;
  }
  .facetwp-checkbox {
    font-size: 0.825rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html:not(.applies-oc-design-system) #container.gutenberg .block-wildlife-factsheet .image-container-inner,
  html:not(.applies-oc-design-system) .interface-interface-skeleton__content .block-wildlife-factsheet .image-container-inner {
    background-size: cover;
  }
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .ls-grid .ls-grid-items {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-flow: row wrap !important;
    flex-flow: row wrap !important;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .ls-grid .ls-grid-items .ls-grid-item {
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    min-width: 49%;
    margin-bottom: 35px !important;
  }
  .ls-grid .ls-grid-items .ls-grid-item.block {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%;
  }
}
