[disabled] {
  cursor: default;
  opacity: .75
}
[hidden] {
  display: none !important
}
img {
  border: 0
}
svg:not(:root) {
  display: block;
  overflow: hidden;
  fill: currentColor
}
audio, canvas, video {
  display: inline-block
}
button, input, optgroup, select, textarea {
  margin: 0;
  text-transform: inherit
}
textarea {
  overflow: auto
}
button, input, select {
  overflow: visible
}
input:focus, textarea:focus {
  transition: .35s ease
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  -webkit-transition: opacity .45s ease;
  transition: opacity .45s ease;
  opacity: 0
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  -moz-transition: opacity .45s ease;
  transition: opacity .45s ease;
  opacity: 0
}
input:focus:-ms-placeholder, textarea:focus:-ms-placeholder {
  -ms-transition: opacity .45s ease;
  transition: opacity .45s ease;
  opacity: 0
}
button, [type=submit], label {
  cursor: pointer
}
button, [type=reset], [type=submit] {
  -webkit-appearance: button;
  border: 0;
  padding: 0
}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border: 0;
  padding: 0
}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText
}
fieldset {
  min-width: 0;
  margin: 0;
  border: 0;
  padding: .01em 0 0
}
body:not(:-moz-handler-blocked) fieldset {
  display: table-cell
}
legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}
[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0
}
[type=search] {
  -webkit-appearance: none;
  outline-offset: -2px
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0
}
pre, blockquote, ul, ol, dl, figure {
  margin: 0
}
pre {
  overflow: auto;
  white-space: pre;
  -webkit-hyphens: none;
  hyphens: none;
  -moz-tab-size: 2;
  -o-tab-size: 2;
  tab-size: 2
}
figure, figcaption {
  display: block
}
ol, ul {
  padding: 0;
  list-style: none
}
dd {
  margin: 0
}
html {
  box-sizing: border-box;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  position: relative;
  -ms-overflow-style: -ms-autohiding-scrollbar
}
*, *::before, *::after {
  box-sizing: inherit
}
body {
  margin: 0;
  height: 100%;
  line-height: 1.5
}
article, aside, footer, header, main, nav, section {
  display: block
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  text-rendering: optimizeLegibility
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
td, th {
  text-align: left;
  vertical-align: top
}
a {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  transition: all .2s ease
}
a:active, a:hover {
  outline: 0
}
a:active {
  text-decoration: none
}
small {
  font-size: 100%
}
abbr[title] {
  -webkit-text-decoration: underline dotted rgba(0, 0, 0, .33);
  text-decoration: underline dotted rgba(0, 0, 0, .33)
}
abbr[title]:hover {
  cursor: help
}
sub, sup {
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -0.25rem
}
sup {
  top: -0.5rem
}
.border {
  border-style: solid;
  border-width: 1px
}
.border-top {
  border-top-style: solid;
  border-top-width: 1px
}
.border-right {
  border-right-style: solid;
  border-right-width: 1px
}
.border-bottom {
  border-bottom-style: solid;
  border-bottom-width: 1px
}
.border-left {
  border-left-style: solid;
  border-left-width: 1px
}
.border-none {
  border: 0
}
.rounded {
  border-radius: 3px
}
.circle {
  border-radius: 50%
}
.rounded-top {
  border-radius: 3px 3px 0 0
}
.rounded-right {
  border-radius: 0 3px 3px 0
}
.rounded-bottom {
  border-radius: 0 0 3px 3px
}
.rounded-left {
  border-radius: 3px 0 0 3px
}
.not-rounded {
  border-radius: 0
}
.flex {
  display: flex
}
.flex-column {
  flex-direction: column
}
.flex-row {
  flex-direction: row
}
.flex-wrap {
  flex-wrap: wrap
}
.items-start {
  align-items: flex-start
}
.items-end {
  align-items: flex-end
}
.items-center {
  align-items: center
}
.items-baseline {
  align-items: baseline
}
.items-stretch {
  align-items: stretch
}
.self-start {
  align-self: flex-start
}
.self-end {
  align-self: flex-end
}
.self-center {
  align-self: center
}
.self-baseline {
  align-self: baseline
}
.self-stretch {
  align-self: stretch
}
.justify-start {
  justify-content: flex-start
}
.justify-end {
  justify-content: flex-end
}
.justify-center {
  justify-content: center
}
.justify-between {
  justify-content: space-between
}
.justify-around {
  justify-content: space-around
}
.content-start {
  align-content: flex-start
}
.content-end {
  align-content: flex-end
}
.content-center {
  align-content: center
}
.content-between {
  align-content: space-between
}
.content-around {
  align-content: space-around
}
.content-stretch {
  align-content: stretch
}
.flex-auto {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0
}
.flex-none {
  flex: none
}
.order-0 {
  order: 0
}
.order-1 {
  order: 1
}
.order-2 {
  order: 2
}
.order-3 {
  order: 3
}
.order-last {
  order: 99999
}
.col {
  float: left;
  box-sizing: border-box
}
.col-right {
  float: right;
  box-sizing: border-box
}
.col-1 {
  width: 8.33333%
}
.col-2 {
  width: 16.66667%
}
.col-3 {
  width: 25%
}
.col-4 {
  width: 33.33333%
}
.col-5 {
  width: 41.66667%
}
.col-6 {
  width: 50%
}
.col-7 {
  width: 58.33333%
}
.col-8 {
  width: 66.66667%
}
.col-9 {
  width: 75%
}
.col-10 {
  width: 83.33333%
}
.col-11 {
  width: 91.66667%
}
.col-12 {
  width: 100%
}
.clearfix, .clearfix:before, .clearfix:after, .row:before, .row:after {
  content: " ";
  display: table
}
.clearfix:after, .container:after, .container-fluid:after, .row:after {
  clear: both
}
.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}
.row {
  display: flex;
  flex-wrap: wrap
}
.row > [class*='col-'] {
  display: flex;
  flex-direction: column
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important
}
.article-container.bs_container {
  max-width: 100%
}
.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%
}
.container__inner {
  max-width: 1280px;
  width: 100%
}
.container__inner__half {
  max-width: 640px
}
.container__inner-carousel {
  max-width: 1250px;
  width: 100%
}
.container__inner-narrow {
  max-width: 840px;
  width: 100%
}
.no-scroll {
  overflow: hidden
}
.standard-width.c-resource-listing {
  margin: -20px 0
}
.standard-width {
  margin: 40px 0;
  padding: 0 20px
}
.standard-separator {
  margin: 40px 0 0;
  border-bottom: 1px solid
}
.standard-width-separated {
  margin: 40px 0 0;
  padding: 0 20px 40px;
  border-bottom: 1px solid
}
.standard-width-article {
  margin: 40px 0;
  padding: 0 20px
}
.article-separator {
  margin: 20px 0 0;
  border-bottom: 1px solid
}
.standard-width-article-separated {
  margin: 20px 0;
  padding: 0 20px 20px;
  border-bottom: 1px solid
}
.standard-width-gallery {
  padding: 40px 0
}
.article-details-page .standard-width, .article-details-page .standard-width-article, .article-details-page .standard-width-separated, .article-details-page .standard-width-article-separated, .article-details-page .standard-separator, .article-details-page .c-resource-listing, .press-release-details-page .standard-width, .press-release-details-page .standard-width-article, .press-release-details-page .standard-width-separated, .press-release-details-page .standard-width-article-separated, .press-release-details-page .standard-separator, .press-release-details-page .c-resource-listing {
  margin-top: 35px
}
.article-details-page .standard-width, .article-details-page .standard-width-article, .article-details-page .c-resource-listing, .press-release-details-page .standard-width, .press-release-details-page .standard-width-article, .press-release-details-page .c-resource-listing {
  margin-bottom: 35px
}
.article-details-page .standard-width-separated, .article-details-page .standard-width-article-separated, .press-release-details-page .standard-width-separated, .press-release-details-page .standard-width-article-separated {
  padding-bottom: 20px
}
.article-details-page .template-ending-container, .press-release-details-page .template-ending-container {
  border-top: 1px solid;
  margin-top: 40px
}
.article-details-page .template-ending-container .standard-width, .article-details-page .template-ending-container .standard-width-article, .article-details-page .template-ending-container .standard-width-separated, .article-details-page .template-ending-container .standard-width-article-separated, .article-details-page .template-ending-container .standard-separator, .press-release-details-page .template-ending-container .standard-width, .press-release-details-page .template-ending-container .standard-width-article, .press-release-details-page .template-ending-container .standard-width-separated, .press-release-details-page .template-ending-container .standard-width-article-separated, .press-release-details-page .template-ending-container .standard-separator {
  margin-top: 40px
}
.article-details-page .template-ending-container .standard-width, .article-details-page .template-ending-container .standard-width-article, .press-release-details-page .template-ending-container .standard-width, .press-release-details-page .template-ending-container .standard-width-article {
  margin-bottom: 40px
}
.article-details-page .template-ending-container .standard-width-separated, .article-details-page .template-ending-container .standard-width-article-separated, .press-release-details-page .template-ending-container .standard-width-separated, .press-release-details-page .template-ending-container .standard-width-article-separated {
  padding-bottom: 40px
}
.standard-width-full-on-mobile {
  margin: 40px 0
}
.standard-width-full-on-mobile.c-homepage-feature {
  margin-top: 0
}
.standard-width-full-on-mobile .standard-padding-on-mobile {
  padding-left: 20px;
  padding-right: 20px
}
.standard-width-inner {
  padding: 0 20px
}
.bs_row .standard-width, .bs_row .standard-width-article, .bs_row .standard-width-separated, .bs_row .standard-width-article-separated, .bs_row .standard-width-gallery {
  padding: 0
}
.bs_row .standard-width .container__inner, .bs_row .standard-width .container__inner-narrow, .bs_row .standard-width-article .container__inner, .bs_row .standard-width-article .container__inner-narrow, .bs_row .standard-width-separated .container__inner, .bs_row .standard-width-separated .container__inner-narrow, .bs_row .standard-width-article-separated .container__inner, .bs_row .standard-width-article-separated .container__inner-narrow, .bs_row .standard-width-gallery .container__inner, .bs_row .standard-width-gallery .container__inner-narrow {
  width: 100%;
  max-width: 100%
}
.regular {
  font-weight: normal
}
.uppercase {
  text-transform: uppercase
}
.left-align {
  text-align: left
}
.center {
  text-align: center
}
.right-align {
  text-align: right
}
.justify {
  text-align: justify
}
.nowrap {
  white-space: nowrap
}
.break-word {
  word-wrap: break-word
}
.list-style-none {
  list-style: none
}
.underline {
  text-decoration: underline
}
.truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.list-reset {
  list-style: none;
  padding-left: 0
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */ .animated {
  animation-duration: 1s;
  animation-fill-mode: both
}
.animated.infinite {
  animation-iteration-count: infinite
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: translate3d(0, 0, 0)
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    transform: translate3d(0, -30px, 0)
  }
  70% {
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    transform: translate3d(0, -15px, 0)
  }
  90% {
    transform: translate3d(0, -4px, 0)
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom
}
@keyframes flash {
  from, 50%, to {
    opacity: 1
  }
  25%, 75% {
    opacity: 0
  }
}
.flash {
  animation-name: flash
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1)
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05)
  }
  to {
    transform: scale3d(1, 1, 1)
  }
}
.pulse {
  animation-name: pulse
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1)
  }
  30% {
    transform: scale3d(1.25, .75, 1)
  }
  40% {
    transform: scale3d(.75, 1.25, 1)
  }
  50% {
    transform: scale3d(1.15, .85, 1)
  }
  65% {
    transform: scale3d(.95, 1.05, 1)
  }
  75% {
    transform: scale3d(1.05, .95, 1)
  }
  to {
    transform: scale3d(1, 1, 1)
  }
}
.rubberBand {
  animation-name: rubberBand
}
@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0)
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0)
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0)
  }
}
.shake {
  animation-name: shake
}
@keyframes headShake {
  0 {
    transform: translateX(0)
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg)
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg)
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg)
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg)
  }
  50% {
    transform: translateX(0)
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg)
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg)
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg)
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg)
  }
  to {
    transform: rotate3d(0, 0, 1, 0)
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1)
  }
  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
  }
  to {
    transform: scale3d(1, 1, 1)
  }
}
.tada {
  animation-name: tada
}
@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0)
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
  }
  to {
    transform: translate3d(0, 0, 0)
  }
}
.wobble {
  animation-name: wobble
}
@keyframes jello {
  from, 11.1%, to {
    transform: translate3d(0, 0, 0)
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    transform: skewX(.390625deg) skewY(.390625deg)
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
}
.jello {
  animation-name: jello;
  transform-origin: center
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0 {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1)
  }
  40% {
    transform: scale3d(.9, .9, .9)
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03)
  }
  80% {
    transform: scale3d(.97, .97, .97)
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1)
  }
}
.bounceIn {
  animation-duration: .75s;
  animation-name: bounceIn
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0 {
    opacity: 0;
    transform: translate3d(0, -3000px, 0)
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0)
  }
  75% {
    transform: translate3d(0, -10px, 0)
  }
  90% {
    transform: translate3d(0, 5px, 0)
  }
  to {
    transform: translate3d(0, 0, 0)
  }
}
.bounceInDown {
  animation-name: bounceInDown
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0 {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0)
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0)
  }
  75% {
    transform: translate3d(-10px, 0, 0)
  }
  90% {
    transform: translate3d(5px, 0, 0)
  }
  to {
    transform: translate3d(0, 0, 0)
  }
}
.bounceInLeft {
  animation-name: bounceInLeft
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0)
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0)
  }
  75% {
    transform: translate3d(10px, 0, 0)
  }
  90% {
    transform: translate3d(-5px, 0, 0)
  }
  to {
    transform: translate3d(0, 0, 0)
  }
}
.bounceInRight {
  animation-name: bounceInRight
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0)
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0)
  }
  75% {
    transform: translate3d(0, 10px, 0)
  }
  90% {
    transform: translate3d(0, -5px, 0)
  }
  to {
    transform: translate3d(0, 0, 0)
  }
}
.bounceInUp {
  animation-name: bounceInUp
}
@keyframes bounceOut {
  20% {
    transform: scale3d(.9, .9, .9)
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1)
  }
  to {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }
}
.bounceOut {
  animation-duration: .75s;
  animation-name: bounceOut
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0)
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0)
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0)
  }
}
.bounceOutDown {
  animation-name: bounceOutDown
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0)
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0)
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0)
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0)
  }
}
.bounceOutRight {
  animation-name: bounceOutRight
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0)
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0)
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0)
  }
}
.bounceOutUp {
  animation-name: bounceOutUp
}
@keyframes fadeIn {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
.fadeIn {
  animation-name: fadeIn
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0)
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
}
.fadeInDown {
  animation-name: fadeInDown
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0)
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
}
.fadeInLeft {
  animation-name: fadeInLeft
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0)
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
}
.fadeInRight {
  animation-name: fadeInRight
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0)
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0)
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
}
.fadeInUp {
  animation-name: fadeInUp
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0)
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig
}
@keyframes fadeOut {
  from {
    opacity: 1
  }
  to {
    opacity: 0
  }
}
.fadeOut {
  animation-name: fadeOut
}
@keyframes fadeOutDown {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0)
  }
}
.fadeOutDown {
  animation-name: fadeOutDown
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0)
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig
}
@keyframes fadeOutLeft {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0)
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig
}
@keyframes fadeOutRight {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
  }
}
.fadeOutRight {
  animation-name: fadeOutRight
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0)
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig
}
@keyframes fadeOutUp {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0)
  }
}
.fadeOutUp {
  animation-name: fadeOutUp
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0)
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig
}
@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in
  }
  80% {
    transform: perspective(400px) scale3d(.95, .95, .95);
    animation-timing-function: ease-in
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
  }
  to {
    transform: perspective(400px)
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
  }
  to {
    transform: perspective(400px)
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY
}
@keyframes flipOutX {
  from {
    transform: perspective(400px)
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0
  }
}
.flipOutX {
  animation-duration: .75s;
  animation-name: flipOutX;
  backface-visibility: visible !important
}
@keyframes flipOutY {
  from {
    transform: perspective(400px)
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0
  }
}
.flipOutY {
  animation-duration: .75s;
  backface-visibility: visible !important;
  animation-name: flipOutY
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0
  }
  60% {
    transform: skewX(20deg);
    opacity: 1
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out
}
@keyframes lightSpeedOut {
  from {
    opacity: 1
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0
  }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}
.rotateIn {
  animation-name: rotateIn
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0
  }
}
.rotateOut {
  animation-name: rotateOut
}
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft
}
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight
}
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft
}
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight
}
@keyframes hinge {
  0 {
    transform-origin: top left;
    animation-timing-function: ease-in-out
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0
  }
}
.hinge {
  animation-duration: 2s;
  animation-name: hinge
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(.1) rotate(30deg);
    transform-origin: center bottom
  }
  50% {
    transform: rotate(-10deg)
  }
  70% {
    transform: rotate(3deg)
  }
  to {
    opacity: 1;
    transform: scale(1)
  }
}
.jackInTheBox {
  animation-name: jackInTheBox
}
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
}
.rollIn {
  animation-name: rollIn
}
@keyframes rollOut {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
  }
}
.rollOut {
  animation-name: rollOut
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }
  50% {
    opacity: 1
  }
}
.zoomIn {
  animation-name: zoomIn
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}
.zoomInDown {
  animation-name: zoomInDown
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}
.zoomInLeft {
  animation-name: zoomInLeft
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}
.zoomInRight {
  animation-name: zoomInRight
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}
.zoomInUp {
  animation-name: zoomInUp
}
@keyframes zoomOut {
  from {
    opacity: 1
  }
  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }
  to {
    opacity: 0
  }
}
.zoomOut {
  animation-name: zoomOut
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}
.zoomOutDown {
  animation-name: zoomOutDown
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  }
  to {
    opacity: 0;
    transform: scale(.1) translate3d(-2000px, 0, 0);
    transform-origin: left center
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  }
  to {
    opacity: 0;
    transform: scale(.1) translate3d(2000px, 0, 0);
    transform-origin: right center
  }
}
.zoomOutRight {
  animation-name: zoomOutRight
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}
.zoomOutUp {
  animation-name: zoomOutUp
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }
  to {
    transform: translate3d(0, 0, 0)
  }
}
.slideInDown {
  animation-name: slideInDown
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible
  }
  to {
    transform: translate3d(0, 0, 0)
  }
}
.slideInLeft {
  animation-name: slideInLeft
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible
  }
  to {
    transform: translate3d(0, 0, 0)
  }
}
.slideInRight {
  animation-name: slideInRight
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible
  }
  to {
    transform: translate3d(0, 0, 0)
  }
}
.slideInUp {
  animation-name: slideInUp
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0)
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0)
  }
}
.slideOutDown {
  animation-name: slideOutDown
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0)
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0)
  }
}
.slideOutLeft {
  animation-name: slideOutLeft
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0)
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0)
  }
}
.slideOutRight {
  animation-name: slideOutRight
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0)
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0)
  }
}
.slideOutUp {
  animation-name: slideOutUp
}
/*! Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */ .flickity-enabled {
  position: relative
}
.flickity-enabled:focus {
  outline: 0
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%
}
.flickity-enabled.is-draggable {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing
}
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, .75);
  cursor: pointer;
  transform: translateY(-50%)
}
.flickity-prev-next-button:hover {
  background: white
}
.flickity-prev-next-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #09f
}
.flickity-prev-next-button:active {
  opacity: .6
}
.flickity-prev-next-button.previous {
  left: 10px
}
.flickity-prev-next-button.next {
  right: 10px
}
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px
}
.flickity-prev-next-button:disabled {
  opacity: .3;
  cursor: auto
}
.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%
}
.flickity-prev-next-button .arrow {
  fill: #333
}
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1
}
.flickity-rtl .flickity-page-dots {
  direction: rtl
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: .25;
  cursor: pointer
}
.flickity-page-dots .dot.is-selected {
  opacity: 1
}
.checkbox {
  margin: 20px 0 0 20px
}
.checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0
}
.checkbox .form-check-label {
  display: inline
}
.checkbox input[type="checkbox"] + label, .checkbox input[type="checkbox"] + .form-check-label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  line-height: 1.2;
  margin-left: 0;
  padding: 0
}
.checkbox input[type="checkbox"] + label:before, .checkbox input[type="checkbox"] + .form-check-label::before {
  content: '';
  margin-right: .625em;
  margin-top: 3px;
  display: inline-block;
  border: 1px solid var(--color-component-button-secondary-border);
  box-sizing: border-box;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  background: var(--color-component-button-secondary-bg)
}
.checkbox input[type="checkbox"] + label:before {
  margin-top: 2px
}
.checkbox-item input[type="checkbox"]:checked + label::before, .checkbox-item input[type="checkbox"]:checked + .form-check-label::before {
  background: var(--color-component-button-secondary-bg);
  border: 1px solid var(--color-component-button-secondary-border)
}
.checkbox input[type="checkbox"]:disabled + label, .checkbox input[type="checkbox"]:disabled + .form-check-label {
  color: #cdcdcd;
  cursor: auto
}
.checkbox input[type="checkbox"]:disabled + label::before, .checkbox input[type="checkbox"]:disabled + .form-check-label::before {
  box-shadow: none;
  background: #cdcdcd
}
.checkbox input[type="checkbox"]:checked + label::after, .checkbox input[type="checkbox"]:checked + .form-check-label::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 10px;
  margin-left: -2px;
  background: var(--color-component-button-secondary-bg);
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 white, 4px -6px 0 #fff, 4px -8px 0 #fff;
  transform: rotate(45deg)
}
.c-field {
  position: relative
}
.c-field__icon {
  height: 2.5rem;
  width: 2.5rem
}
.c-field__input {
  width: 100%;
  border: 1px solid;
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 10px;
  outline: 0
}
.c-field__error {
  position: relative;
  display: inline-flex
}
.c-field__error .c-field__input {
  padding-right: 45px
}
.i-error {
  position: absolute;
  top: 13px;
  right: 12px
}
.i-error-icon {
  width: 25px;
  height: 20px;
  display: block
}
.c-field__error-text {
  margin-top: 5px
}
.radio {
  margin: 20px 0 0 20px
}
.radio input[type="radio"] {
  position: absolute;
  opacity: 0
}
.radio input[type="radio"] + label:before, .radio input[type="radio"] + .form-check-label:before {
  content: '';
  border-radius: 100%;
  border: 2px solid #949494;
  display: inline-block;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  margin-top: 4px;
  position: relative;
  top: -0.2em;
  margin-right: 6px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  vertical-align: middle
}
.radio input[type="radio"]:checked + label:before, .radio input[type="radio"]:checked + .form-check-label:before {
  background-color: white;
  border: 5px solid #007931;
  box-shadow: inset 0 0 0 5px #f4f4f4
}
.radio input[type="radio"]:focus + label:before, .radio input[type="radio"]:focus + .form-check-label:before {
  outline: 0
}
.radio input[type="radio"]:disabled + label:before, .radio input[type="radio"]:disabled + .form-check-label:before {
  box-shadow: inset 0 0 0 0 #f4f4f4;
  border-color: #cdcdcd;
  background: #cdcdcd
}
.radio input[type="radio"]:disabled + label, .radio input[type="radio"]:disabled + .form-check-label {
  color: #cdcdcd
}
.radio input[type="radio"] + label:empty:before, .radio input[type="radio"] + .form-check-label:empty:before {
  margin-right: 0
}
.c-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .9);
  opacity: 0;
  visibility: hidden;
  transition: visibility 0 linear .5s, opacity .5s 0, transform .5s
}
.c-modal.is-visible {
  opacity: 1;
  visibility: visible;
  transition: visibility 0 linear 0, opacity .5s 0, transform .5s;
  z-index: 8000
}
.c-modal__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  padding: 50px 30px;
  width: 100%;
  overflow: scroll
}
.c-modal__image .c-modal__content, .c-modal__video .c-modal__content {
  text-align: center;
  padding: 50px 0 0 0
}
.c-modal__content.c-modal__image {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}
.c-modal__image img {
  max-height: 100%;
  max-width: 100%
}
.c-modal__button-print {
  position: absolute;
  top: 15px;
  right: 65px
}
.close-button {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  z-index: 10
}
.c-rte.article-container, .c-rte.rte__text {
  margin-bottom: -20px
}
.c-rte h1, .c-rte h2, .c-rte h3, .c-rte h4, .c-rte h5, .c-rte h6, .c-rte p, .c-rte pre, .c-rte table, .c-rte ol, .c-rte ul {
  margin-top: 0;
  margin-bottom: 20px
}
.c-rte caption, .c-rte dl, .c-rte dd, .c-rte div, .c-rte figcaption, .c-rte figure, .c-rte h1, .c-rte h2, .c-rte h3, .c-rte h4, .c-rte h5, .c-rte h6, .c-rte p, .c-rte pre, .c-rte table, .c-rte ol, .c-rte ul {
  word-break: break-word
}
.c-rte ol ol, .c-rte ul ul, .c-rte ol ul, .c-rte ul ol {
  margin-top: 0;
  margin-bottom: 0
}
.c-rte ol {
  list-style: decimal
}
.c-rte ol ol {
  list-style: lower-alpha
}
.c-rte ol ol ol {
  list-style: lower-roman
}
.c-rte ol ol ol ol {
  list-style: decimal
}
.c-rte ul {
  list-style-position: outside;
  list-style-type: disc;
  list-style-type: "•"
}
.c-rte li {
  left: 1.5rem;
  line-height: 40px;
  margin-bottom: 10px;
  margin-right: 2.5rem;
  padding-left: .7rem;
  position: relative
}
.c-rte div, .c-rte li, .c-rte p {
  font-size: 18px;
  line-height: 30px
}
.c-rte dd {
  margin-top: 0
}
.c-rte embed, .c-rte iframe, .c-rte img, .c-rte object {
  display: inline;
  max-width: 100%
}
.c-rte figcaption, .c-rte caption {
  margin-top: 15px
}
.c-search-filter-sort {
  padding-bottom: 40px
}
.c-search-filter-sort__container {
  max-width: 1280px;
  width: 100%;
  margin-right: auto;
  margin-left: auto
}
.c-search-filter-sort__heading {
  margin-bottom: 20px
}
.c-search-filter-sort__col-search {
  width: 100%;
  margin-bottom: 20px
}
.c-search-filter-sort__col-search .c-input {
  border: 0;
  border-bottom: 1px solid;
  margin: 0 auto;
  width: 100%;
  height: 45px;
  padding: 0;
  outline: 0;
  position: relative;
  margin-top: 15px
}
.c-button__search {
  padding: 10px 20px
}
.c-button__search::after {
  background: url('../../../etc.clientlibs/tnc/clientlibs/assets/resources/icons/icon-search-white.svg') no-repeat center center;
  content: ' ';
  display: inline-block;
  height: 38px;
  width: 30px;
  position: relative;
  top: 0;
  margin-left: 0;
  vertical-align: middle
}
.c-search-filter-sort__col-filter-sort {
  display: flex
}
.c-button__dropdown {
  display: inline-block;
  position: relative;
  width: 100%
}
.c-button__dropdown .c-button__secondary {
  min-width: 0;
  width: 100%
}
.dd-button {
  display: inline-block;
  border: 1px solid;
  border-radius: 4px;
  padding: 10px 30px 10px 20px;
  cursor: pointer;
  white-space: nowrap
}
.dd-button::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid
}
.dd-input {
  display: none
}
.c-button__dropdown-menu {
  position: absolute;
  top: 100%;
  border: 1px solid;
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 100%;
  max-width: 200px
}
.dd-input + .c-button__dropdown-menu {
  display: none
}
.dd-input:checked + .c-button__dropdown-menu {
  display: block
}
.c-button__dropdown-menu li {
  padding: 10px 20px;
  cursor: pointer;
  white-space: nowrap
}
.c-button__dropdown-menu li a {
  display: block;
  margin: -10px -20px;
  padding: 10px 20px
}
.c-button__dropdown-menu li.divider {
  padding: 0;
  border-bottom: 1px solid
}
.c-image-credit {
  position: relative;
  z-index: 25
}
.c-image-credit .c-image-credit_toggle {
  display: block;
  position: absolute;
  right: 22px;
  bottom: 8px;
  width: 20px;
  height: 44px;
  text-align: center;
  z-index: 5;
  text-decoration: none;
  cursor: pointer
}
.c-image-credit .c-image-credit_toggle::after {
  background: var(--color-background-icon);
  color: var(--color-ui-primary);
  content: 'i';
  border-radius: 50%;
  margin-top: 12px;
  display: inline-block;
  height: 20px;
  width: 20px
}
.c-image-credit .c-image-credit_content {
  display: none;
  height: 0;
  overflow: hidden;
  transition: height 350ms ease-in-out;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: var(--color-background-level-0-accent-1);
  z-index: 1
}
.c-image-credit .c-image-credit_content .c-image-credit__container {
  color: var(--color-ui-inverted);
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 60px 20px 15px
}
.c-image-credit .c-image-credit_content.is-visible {
  display: block;
  height: auto;
  transition: height 350ms ease-in-out
}
.s-standard-component-width {
  margin-left: 20px;
  margin-right: 20px
}
.s-standard-component-width--full-bleed {
  margin-left: 0;
  margin-right: 0
}
.s-select, .s-button {
  background-color: var(--color-background-level-1);
  box-sizing: border-box;
  font-family: Gilroy Light !important;
  font-size: 14px !important;
  font-weight: bold !important;
  height: 60px;
  line-height: 1.3 !important;
  text-transform: uppercase
}
.s-button {
  background-color: var(--color-component-button-secondary-bg) !important;
  border: 1px solid var(--color-component-button-secondary-border);
  color: var(--color-component-button-secondary-text) !important;
  cursor: pointer;
  display: block;
  padding: 20px 30px;
  text-decoration: none;
  text-shadow: none
}
.s-button:focus, .s-button:hover {
  background-color: var(--color-component-button-hover-bg) !important;
  border: 1px solid var(--color-component-button-hover-border) !important;
  color: var(--color-component-button-hover-text) !important
}
.s-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--color-component-button-secondary-bg);
  border: 1px solid var(--color-component-button-secondary-border);
  border-radius: unset;
  color: var(--color-interaction-primary-default) !important;
  padding: 20px 45px 20px 20px
}
.s-select-wrapper {
  position: relative
}
.s-select-wrapper::after {
  background-image: url("../../../etc.clientlibs/tnc/clientlibs/assets/resources/icons/icon-drop-down-active.svg");
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 12px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 26px;
  width: 12px;
  z-index: 2
}
.visually-hidden {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  pointer-events: none
}
body:before {
  content: "xsmall";
  display: none;
  visibility: hidden
}
.two-col-25-75 {
  margin-left: 0;
  margin-right: 0
}
picture {
  line-height: 0
}
input[type='text'].c-field__input::-ms-clear, input[type='text'].c-input::-ms-clear {
  display: none
}
svg.js-filter-toggle--arrow {
  margin-left: 10px
}
.full-height {
  height: 100%
}
button, a {
  outline: 0
}
.c-button__square {
  min-width: initial
}
.c-button {
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  display: inline-block;
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
  min-width: 160px
}
.c-button__full-width {
  width: 100%
}
.c-button__square {
  min-width: 0;
  padding: 10px 20px
}
.c-button__small {
  min-width: 105px;
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 30px
}
.c-button__arrow::after {
  content: ' ';
  display: inline-block;
  height: 10px;
  width: 6px;
  position: relative;
  top: 0;
  margin-left: 0;
  vertical-align: middle
}
.no-pointer {
  cursor: default
}
.clearfix, .clearfix:before, .clearfix:after, .row:before, .row:after {
  width: 100%
}
.carousel-cell .c-image-credit_toggle, .c-home-hero__cell .c-image-credit_toggle, figure .c-image-credit_toggle {
  width: 20px;
  height: 20px;
  bottom: 19px;
  right: 21px
}
.carousel-cell .c-image-credit_toggle::after, .c-home-hero__cell .c-image-credit_toggle::after, figure .c-image-credit_toggle::after {
  margin-top: 0
}
.c-visual-download__inner {
  border-left: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  background-color: #fff;
  padding: 30px;
  box-shadow: inset 0 4px #0a7a38
}
.at-share-btn {
  color: #fff
}
.at-share-btn:hover {
  color: #fff
}
.modal-open {
  overflow: hidden;
  height: 100%;
  position: fixed;
  width: 100%
}
.modal-open.delay {
  position: relative
}
.modal-open .c-tab-container-links {
  display: none
}
.modal-container {
  display: none
}
.c-modal.is-visible {
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  -webkit-overflow-scrolling: touch
}
.c-modal__content {
  overflow: hidden;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  margin: 60px auto
}
.c-modal__content.c-modal__image {
  overflow: visible;
  margin: 0 auto
}
.c-modal__content.c-modal__image picture {
  display: block
}
.c-modal__content.c-modal__image, .c-modal__content.c-modal__video {
  background: 0;
  padding: 50px 0;
  max-height: calc(100% - 50px)
}
.c-modal__content.c-modal__image img, .c-modal__content.c-modal__video img {
  width: 100%
}
.c-modal__content.c-modal__image .close-button, .c-modal__content.c-modal__video .close-button {
  right: 0;
  width: 16px;
  height: 16px
}
.c-modal__content.c-modal__video {
  padding: 0 !important;
  overflow: visible;
  margin: 50px auto !important;
  height: auto;
  width: 100%;
  max-height: initial;
  min-height: initial;
  margin: 0;
  position: relative
}
.c-modal__content.c-modal__video .aspect-ratio-maintainer {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative
}
.c-modal__content.c-modal__video .aspect-ratio-maintainer .iFrameContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}
.c-modal__content.c-modal__video .aspect-ratio-maintainer .iFrameContainer iframe {
  width: 100%;
  height: 100%
}
.c-modal__content.c-modal__video .close-button {
  top: -36px
}
.c-modal__content .c-modal__button-print {
  cursor: pointer
}
.c-modal__content .close-button {
  top: 15px;
  right: 20px;
  width: 22px;
  height: 22px;
  position: absolute;
  background-color: transparent;
  color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  line-height: 0;
  background-size: cover
}
.cq-Editable-dom .c-modal__content {
  height: 667px
}
.scrollAnimation {
  opacity: 0;
  transition-duration: .8s;
  transform: translateY(100%) !important;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(.32, .01, 0, 1)
}
.scrollAnimation.showScroll {
  opacity: 1;
  transform: translateY(0) !important
}
.firstDelay {
  transition-delay: .1s
}
.secondDelay {
  transition-delay: .4s
}
.thirdDelay {
  transition-delay: .6s
}
.sca0delay {
  transition-delay: .2s
}
.sca1delay {
  transition-delay: .4s
}
.sca2delay {
  transition-delay: .6s
}
.sca3delay {
  transition-delay: .8s
}
.sca4delay {
  transition-delay: 1s
}
.sca5delay {
  transition-delay: 1.2s
}
.c-footer {
  background-color: #1a1a1a;
  font-family: Gilroy Light;
  font-style: normal;
  font-weight: 400;
  color: #fff
}
.c-footer .three-col-50-25-25 .three-col-50-25-25-c2, .c-footer .c-footer__inner .three-col-50-25-25-c2 {
  order: 0
}
.c-footer .three-col-50-25-25 .three-col-50-25-25-c0, .c-footer .c-footer__inner .three-col-50-25-25-c0 {
  order: 1
}
.c-footer .three-col-50-25-25 .three-col-50-25-25-c1, .c-footer .c-footer__inner .three-col-50-25-25-c1 {
  order: 2
}
.image-position-mobile__left-top {
  -o-object-position: top left;
  object-position: top left
}
.image-position-mobile__center-top {
  -o-object-position: top center;
  object-position: top center
}
.image-position-mobile__right-top {
  -o-object-position: top right;
  object-position: top right
}
.image-position-mobile__left-middle {
  -o-object-position: center left;
  object-position: center left
}
.image-position-mobile__, .image-position-mobile__center-middle {
  -o-object-position: center center;
  object-position: center center
}
.image-position-mobile__right-middle {
  -o-object-position: center right;
  object-position: center right
}
.image-position-mobile__left-bottom {
  -o-object-position: bottom left;
  object-position: bottom left
}
.image-position-mobile__center-bottom {
  -o-object-position: bottom center;
  object-position: bottom center
}
.image-position-mobile__right-bottom {
  -o-object-position: bottom right;
  object-position: bottom right
}
.in-iframe .cd-main-content {
  min-height: 100px !important
}
.in-iframe .srchResultAgg .c-cards-srchResult-agg-filter-popup .popup-scroller, .in-iframe .articleAgg .c-cards-article-agg-filter-popup {
  height: 200px !important
}
.in-iframe .c-hero-carousel__cell, .in-iframe .c-home-hero__cell {
  height: 534px !important
}
.cd-main-header {
  z-index: 2
}
.d_flex {
  display: flex
}
.p_relative {
  position: relative
}
.hide {
  display: none
}
.show {
  display: block
}
.dropdown.bootstrap-select > .dropdown-toggle {
  text-transform: uppercase;
  border: 1px solid;
  min-width: 225px;
  padding: 16px 42px;
  text-align: center;
  cursor: pointer;
  outline: 0;
  transition: all .3s ease-out;
  margin-bottom: 0
}
.dropdown.bootstrap-select > .dropdown-toggle.bs-sm {
  min-width: 160px;
  padding: 20px 25px
}
.dropdown.bootstrap-select > .dropdown-toggle:focus {
  outline: none !important
}
.dropdown.bootstrap-select > .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  border: 0;
  content: ' ';
  display: inline-block;
  height: 22px;
  width: 18px;
  position: absolute;
  right: 18px;
  top: auto;
  vertical-align: middle
}
.dropdown.bootstrap-select > .dropdown-toggle .filter-option {
  text-align: center;
  word-break: break-word;
  white-space: normal
}
.dropdown.bootstrap-select > .dropdown-toggle .filter-option:focus {
  outline: none !important
}
.dropdown.bootstrap-select .dropdown-menu {
  border-radius: 0;
  margin: 0;
  padding: 0;
  margin-top: -1px
}
.dropdown.bootstrap-select .dropdown-menu li {
  display: flex;
  text-align: center
}
.dropdown.bootstrap-select .dropdown-menu li .dropdown-item {
  font-family: Gilroy Light;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  padding: 16px 20px;
  transition: all .3s ease-out;
  border-bottom: 1px solid
}
.dropdown.bootstrap-select .dropdown-menu li .dropdown-item span.text {
  white-space: normal;
  word-break: break-word
}
.dropdown:not(.input-group-btn) {
  width: auto;
  display: block
}
.space-right {
  margin-right: 10px
}
.subnav .subnav-links {
  transition: top .7s ease;
  background-color: #f8f8f8;
  border: 0;
  padding: 10px;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  top: 0;
  position: sticky;
  z-index: 1001;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .05)
}
.subnav .subnav-links__items {
  display: flex;
  flex-direction: column;
  left: 0;
  top: 40px;
  padding: 0 5px;
  position: absolute;
  width: 100%;
  z-index: 1001
}
.subnav .subnav-links__items li:last-child {
  border-radius: 0 0 4px 4px
}
.subnav .subnav-links__item {
  width: 100%;
  display: block;
  background-color: #fff;
  border-bottom: 1px solid #dcdcdc;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
  overflow-x: hidden
}
.subnav .subnav-links__item:hover {
  background: #ebebeb
}
.subnav .subnav-links__item_switch {
  display: block;
  height: 34px;
  line-height: 34px;
  border-top: 1px solid #ddd;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
  width: 100%;
  background-color: #f0f0f0;
  text-transform: uppercase;
  padding-left: 15px;
  color: #707070;
  font-weight: 600;
  font-size: 10px
}
.subnav .subnav-links__link {
  line-height: 16px;
  outline-offset: -2px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  -webkit-box-orient: inherit;
  word-wrap: break-word;
  padding: 15px;
  margin: 0
}
.subnav .subnav-links__link:hover {
  box-shadow: none
}
.subnav .subnav-links__link.is-active {
  box-shadow: inset 0 -3px var(--color-ui-highlight-primary) !important;
  cursor: default
}
.subnav .subnav-links__viewing_container {
  overflow: hidden;
  margin-right: 25px
}
.subnav .subnav-links__viewing {
  display: block;
  text-transform: uppercase;
  color: #707070;
  font-size: 10px;
  padding: 10px;
  background-color: #fff;
  margin: 0;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .05);
  font-weight: 700
}
.subnav .subnav-links__menuborder {
  background-color: #fff;
  height: 5px;
  position: relative;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .05)
}
.subnav .subnav-links__viewing_span {
  color: #707070;
  margin-right: 10px;
  position: relative;
  top: 2px
}
.subnav .subnav-links__viewing_tab {
  color: #3c3c3c;
  display: inline-flex;
  font-size: 14px;
  margin-right: 40px;
  position: relative;
  top: 2px
}
.subnav .subnav-links__arrow_container {
  display: flex;
  justify-content: flex-end;
  height: 0
}
.subnav .subnav-links__arrow {
  transform: rotate(0);
  transition: transform .25s linear;
  position: relative;
  top: 4px;
  color: #007931
}
.subnav .subnav-links__arrow.open {
  transform: rotate(180deg);
  transition: transform .25s linear
}
.c-select__label {
  cursor: default;
  display: block;
  font-family: Gilroy Light;
  font-size: 1rem;
  line-height: 1.2rem;
  padding: 0 0 .25rem 0;
  text-align: left
}
.nature .c-select__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 1px solid var(--color-component-button-secondary-border);
  color: var(--color-ui-primary);
  font-family: Gilroy Light;
  font-size: .875rem;
  font-weight: 400;
  height: 3.3rem;
  margin-bottom: 1rem;
  padding: 1rem 1.25rem;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  z-index: 3
}
.c-select__wrapper {
  position: relative
}
.c-select__wrapper::after {
  background-image: url("../../../etc.clientlibs/tnc/clientlibs/assets/resources/icons/icon-drop-down-active.svg");
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 23px;
  width: 12px;
  z-index: 2
}
.c-select__wrapper--disabled::after {
  background-image: url("../../../etc.clientlibs/tnc/clientlibs/assets/resources/icons/icon-drop-down-dark.svg");
  opacity: .4
}
.c-select__select:disabled {
  color: var(--color-ui-tertiary);
  cursor: not-allowed;
  opacity: 1
}
.c-select__custom {
  position: relative
}
.c-select__custom--hidden {
  border: 1px solid var(--color-ui-tertiary);
  display: none
}
.c-select__custom-list {
  border: 1px solid var(--color-ui-tertiary);
  font-family: Gilroy Light;
  margin: 0;
  max-height: 23.75rem;
  overflow-y: scroll;
  padding: 0;
  position: absolute;
  top: -1rem;
  width: 100%;
  z-index: 10
}
.c-select__custom-list--upward {
  margin-top: -27rem
}
.c-select__custom-item {
  background-color: var(--color-background-level-1);
  border: 1px solid var(--color-ui-tertiary);
  border-left: 0;
  border-top: 0;
  font-size: .9rem;
  font-weight: bold;
  list-style-type: none;
  margin: 0;
  padding: 1rem;
  text-transform: uppercase
}
.c-select__custom-item:focus {
  background-color: var(--color-background-level-0);
  color: var(--color-interaction-primary-selected)
}
.c-select__custom-item:hover {
  background-color: var(--color-interaction-primary-hover-bg);
  color: var(--color-interaction-primary-hover);
  cursor: pointer
}
[type="search"] {
  outline-offset: 2px
}
@media screen and (min-width:40em) {
  .standard-width-full-on-mobile.c-homepage-feature {
    margin-top: 40px
  }
  .standard-width-full-on-mobile .standard-padding-on-tablet {
    padding-left: 20px;
    padding-right: 20px
  }
  .standard-width-full-on-mobile .standard-padding-on-tablet.normal-padding-on-tablet {
    padding-left: 0;
    padding-right: 0
  }
  .bs_row .standard-width, .bs_row .standard-width-article, .bs_row .standard-width-separated, .bs_row .standard-width-article-separated, .bs_row .standard-width-gallery {
    padding: 0
  }
  .bs_row .standard-width .container__inner, .bs_row .standard-width .container__inner-narrow, .bs_row .standard-width-article .container__inner, .bs_row .standard-width-article .container__inner-narrow, .bs_row .standard-width-separated .container__inner, .bs_row .standard-width-separated .container__inner-narrow, .bs_row .standard-width-article-separated .container__inner, .bs_row .standard-width-article-separated .container__inner-narrow, .bs_row .standard-width-gallery .container__inner, .bs_row .standard-width-gallery .container__inner-narrow {
    width: 100%;
    max-width: 100%
  }
  .c-modal__content {
    max-width: 85%;
    overflow: scroll;
    padding: 90px
  }
  .s-standard-component-width {
    margin-left: 40px;
    margin-right: 40px
  }
  .cq-Editable-dom .c-modal__content {
    height: 768px
  }
  .in-iframe .c-hero-image, .in-iframe .c-hero-carousel.c-hero-image, .in-iframe .c-hero-carousel__cell {
    height: 615px !important
  }
  .in-iframe .c-home-hero__cell {
    height: 653px !important
  }
  .subnav .subnav-links__viewing, .subnav .subnav-links__item_switch {
    display: none
  }
  .subnav .subnav-links {
    top: 60px;
    padding: 0
  }
  .subnav .subnav-links .subnav-links__items {
    text-align: center;
    padding: 0;
    top: 0;
    flex-direction: row;
    box-shadow: none;
    justify-content: center;
    position: relative
  }
  .subnav .subnav-links .subnav-links__item {
    box-shadow: none;
    border: 0;
    overflow: hidden;
    width: auto;
    background-color: transparent
  }
  .subnav .subnav-links__link {
    align-items: center;
    height: 100%;
    justify-content: center;
    padding: 20px;
    display: flex;
    -webkit-line-clamp: 2;
    -webkit-box-orient: inherit;
    word-wrap: break-word;
    line-height: 16px;
    outline-offset: -2px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 10px
  }
  .subnav .subnav-links__link:hover {
    background-color: var(--color-background-level-0-accent-6)
  }
}
@media(min-width:40em) {
  body:before {
    content: "small"
  }
}
@media screen and (min-width:52em) {
  .container__inner-narrow {
    max-width: 66.66%;
    width: 100%
  }
  .standard-width.c-resource-listing {
    margin: -40px 0
  }
  .standard-width {
    margin: 80px 0;
    padding: 0 40px
  }
  .standard-width-separated {
    margin: 80px 0 0;
    padding: 0 40px 80px;
    border-bottom: 1px solid
  }
  .standard-width-article {
    margin: 80px 0;
    padding: 0 40px
  }
  .standard-width-article-separated {
    margin: 40px 0 0;
    padding: 0 40px 40px;
    border-bottom: 1px solid
  }
  .standard-width-gallery {
    padding: 80px 0
  }
  .standard-separator {
    margin: 80px 0 0;
    border-bottom: 1px solid
  }
  .article-separator {
    margin: 40px 0 0;
    border-bottom: 1px solid
  }
  .article-details-page .standard-width, .article-details-page .standard-width-article, .article-details-page .standard-width-separated, .article-details-page .standard-width-article-separated, .article-details-page .standard-separator, .article-details-page .c-resource-listing, .press-release-details-page .standard-width, .press-release-details-page .standard-width-article, .press-release-details-page .standard-width-separated, .press-release-details-page .standard-width-article-separated, .press-release-details-page .standard-separator, .press-release-details-page .c-resource-listing {
    margin-top: 60px
  }
  .article-details-page .standard-width, .article-details-page .standard-width-article, .article-details-page .c-resource-listing, .press-release-details-page .standard-width, .press-release-details-page .standard-width-article, .press-release-details-page .c-resource-listing {
    margin-bottom: 60px
  }
  .article-details-page .standard-width-separated, .article-details-page .standard-width-article-separated, .press-release-details-page .standard-width-separated, .press-release-details-page .standard-width-article-separated {
    padding-bottom: 40px
  }
  .article-details-page .template-ending-container, .press-release-details-page .template-ending-container {
    margin-top: 80px
  }
  .article-details-page .template-ending-container .standard-width, .article-details-page .template-ending-container .standard-width-article, .article-details-page .template-ending-container .standard-width-separated, .article-details-page .template-ending-container .standard-width-article-separated, .article-details-page .template-ending-container .standard-separator, .press-release-details-page .template-ending-container .standard-width, .press-release-details-page .template-ending-container .standard-width-article, .press-release-details-page .template-ending-container .standard-width-separated, .press-release-details-page .template-ending-container .standard-width-article-separated, .press-release-details-page .template-ending-container .standard-separator {
    margin-top: 80px
  }
  .article-details-page .template-ending-container .standard-width, .article-details-page .template-ending-container .standard-width-article, .press-release-details-page .template-ending-container .standard-width, .press-release-details-page .template-ending-container .standard-width-article {
    margin-bottom: 80px
  }
  .article-details-page .template-ending-container .standard-width-separated, .article-details-page .template-ending-container .standard-width-article-separated, .press-release-details-page .template-ending-container .standard-width-separated, .press-release-details-page .template-ending-container .standard-width-article-separated {
    padding-bottom: 80px
  }
  .standard-width-full-on-mobile {
    margin: 80px 0
  }
  .standard-width-full-on-mobile.c-homepage-feature {
    margin-top: 0px;
  }
  .standard-width-full-on-mobile .standard-padding-on-mobile, .standard-width-full-on-mobile .standard-padding-on-tablet {
    padding-left: 40px;
    padding-right: 40px
  }
  .standard-width-full-on-mobile .standard-padding-on-mobile.normal-padding-on-tablet, .standard-width-full-on-mobile .standard-padding-on-tablet.normal-padding-on-tablet {
    padding-left: 0;
    padding-right: 0
  }
  .standard-width-inner {
    padding: 0 40px
  }
  .standard-width-inner.standard-width-carousel {
    padding-left: 80px;
    padding-right: 80px
  }
  .bs_row .standard-width, .bs_row .standard-width-article, .bs_row .standard-width-separated, .bs_row .standard-width-article-separated, .bs_row .standard-width-gallery {
    padding: 0
  }
  .bs_row .standard-width .container__inner, .bs_row .standard-width .container__inner-narrow, .bs_row .standard-width-article .container__inner, .bs_row .standard-width-article .container__inner-narrow, .bs_row .standard-width-separated .container__inner, .bs_row .standard-width-separated .container__inner-narrow, .bs_row .standard-width-article-separated .container__inner, .bs_row .standard-width-article-separated .container__inner-narrow, .bs_row .standard-width-gallery .container__inner, .bs_row .standard-width-gallery .container__inner-narrow {
    width: 100%;
    max-width: 100%
  }
  .c-field__input {
    width: auto;
    margin-bottom: 0;
    min-width: 300px
  }
  .c-modal__content {
    overflow: scroll;
    top: 60px;
    left: 15%;
    right: 15%;
    width: 70%;
    height: 80vh
  }
  .close-button {
    position: absolute
  }
  .c-rte li {
    left: 2.5rem;
    margin-bottom: 20px
  }
  .c-rte div, .c-rte li, .c-rte p {
    font-size: 18px;
    line-height: 30px;
    font-family: Gilroy Light;
  }
  .c-search-filter-sort {
    padding-bottom: 80px
  }
  .c-search-filter-sort__container {
    display: flex;
    justify-content: space-between
  }
  .c-search-filter-sort__heading {
    margin-bottom: 40px
  }
  .c-search-filter-sort__col-search {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0
  }
  .c-search-filter-sort__col-filter-sort {
    margin-left: 30px
  }
  .c-button__dropdown {
    margin-left: 20px
  }
  .c-modal.is-visible {
    justify-content: center
  }
  .c-modal__content.c-modal__image {
    height: 100%
  }
  .c-footer {
    padding-top: 60px !important
  }
  .c-footer .three-col-50-25-25 .three-col-50-25-25-c2, .c-footer .c-footer__inner .three-col-50-25-25-c2 {
    order: 2
  }
  .c-footer .three-col-50-25-25 .three-col-50-25-25-c0, .c-footer .c-footer__inner .three-col-50-25-25-c0 {
    order: 0
  }
  .c-footer .three-col-50-25-25 .three-col-50-25-25-c1, .c-footer .c-footer__inner .three-col-50-25-25-c1 {
    order: 1
  }
  .image-position-desktop__left-top {
    -o-object-position: top left;
    object-position: top left
  }
  .image-position-desktop__center-top {
    -o-object-position: top center;
    object-position: top center
  }
  .image-position-desktop__right-top {
    -o-object-position: top right;
    object-position: top right
  }
  .image-position-desktop__left-middle {
    -o-object-position: center left;
    object-position: center left
  }
  .image-position-desktop__, .image-position-desktop__center-middle {
    -o-object-position: center center;
    object-position: center center
  }
  .image-position-desktop__right-middle {
    -o-object-position: center right;
    object-position: center right
  }
  .image-position-desktop__left-bottom {
    -o-object-position: bottom left;
    object-position: bottom left
  }
  .image-position-desktop__center-bottom {
    -o-object-position: bottom center;
    object-position: bottom center
  }
  .image-position-desktop__right-bottom {
    -o-object-position: bottom right;
    object-position: bottom right
  }
  .in-iframe .c-hero-carousel__cell, .in-iframe .c-home-hero__cell {
    height: 534px !important;
    min-height: 534px !important
  }
}
@media(min-width:52em) {
  body:before {
    content: "medium"
  }
}
@media screen and (min-width:64em) {
  .standard-width {
    margin: 80px 0;
    padding: 0 60px 0
  }
  .standard-width-separated {
    margin: 80px 0 0;
    padding: 0 60px 80px;
    border-bottom: 1px dotted #b8b8b8;
  }
  .standard-width-article {
    margin: 80px 0;
    padding: 0 60px
  }
  .standard-width-article-separated {
    margin: 40px 0 0;
    padding: 0 60px 40px;
    border-bottom: 1px solid
  }
  .standard-width-gallery {
    padding: 80px 0
  }
  .standard-width-full-on-mobile .standard-padding-on-mobile, .standard-width-full-on-mobile .standard-padding-on-tablet {
    padding-left: 60px;
    padding-right: 60px
  }
  .standard-width-inner {
    padding: 0 60px
  }
  .standard-width-inner.standard-width-carousel {
    padding-left: 80px;
    padding-right: 80px
  }
  .bs_row .standard-width, .bs_row .standard-width-article, .bs_row .standard-width-separated, .bs_row .standard-width-article-separated, .bs_row .standard-width-gallery {
    padding: 0
  }
  .bs_row .standard-width .container__inner, .bs_row .standard-width .container__inner-narrow, .bs_row .standard-width-article .container__inner, .bs_row .standard-width-article .container__inner-narrow, .bs_row .standard-width-separated .container__inner, .bs_row .standard-width-separated .container__inner-narrow, .bs_row .standard-width-article-separated .container__inner, .bs_row .standard-width-article-separated .container__inner-narrow, .bs_row .standard-width-gallery .container__inner, .bs_row .standard-width-gallery .container__inner-narrow {
    width: 100%;
    max-width: 100%
  }
  .c-modal__content {
    overflow: scroll;
    top: 0;
    left: 0;
    right: 0;
    height: auto
  }
  .s-standard-component-width {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    width: calc(100% - 120px)
  }
  .cq-Editable-dom .c-modal__content {
    height: 662px
  }
  .in-iframe .c-hero-image, .in-iframe .c-hero-carousel.c-hero-image, .in-iframe .c-hero-carousel__cell {
    height: 530px !important;
    min-height: 530px !important
  }
  .in-iframe .c-home-hero__cell {
    height: 563px !important
  }
  .cd-main-header {
    z-index: 3
  }
}
@media(min-width:64em) {
  body:before {
    content: "large"
  }
}
@media(min-width:1280px) {
  .article-container.bs_container {
    max-width: 1400px !important
  }
}
@media screen and (min-width:80em) {
  .container__inner-narrow {
    max-width: 840px;
    width: 100%
  }
  .standard-width-full-on-mobile {
    padding-left: 60px;
    padding-right: 60px
  }
  .standard-width-full-on-mobile .standard-padding-on-mobile {
    padding-left: 0;
    padding-right: 0
  }
  .bs_row .standard-width, .bs_row .standard-width-article, .bs_row .standard-width-separated, .bs_row .standard-width-article-separated, .bs_row .standard-width-gallery {
    padding: 0
  }
  .bs_row .standard-width .container__inner, .bs_row .standard-width .container__inner-narrow, .bs_row .standard-width-article .container__inner, .bs_row .standard-width-article .container__inner-narrow, .bs_row .standard-width-separated .container__inner, .bs_row .standard-width-separated .container__inner-narrow, .bs_row .standard-width-article-separated .container__inner, .bs_row .standard-width-article-separated .container__inner-narrow, .bs_row .standard-width-gallery .container__inner, .bs_row .standard-width-gallery .container__inner-narrow {
    width: 100%;
    max-width: 100%
  }
}
@media(min-width:80em) {
  body:before {
    content: "xlarge"
  }
}
@media print {
  .modal-open .primary-container {
    display: none
  }
  .modal-open .modal-container {
    display: block
  }
}
@media screen and (orientation:landscape) {
  .c-modal__content.c-modal__video {
    max-width: 100vh
  }
  @media screen and (min-width:64em) {
    .c-modal__content.c-modal__video {
      max-width: calc(177vh - 220px)
    }
  }
}