@keyframes rotateIn {
  0% {
    transform: rotateY(90deg);
    opacity: 0; }
  100% {
    transform: rotateY(0deg);
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.blockstart-top-margin-0 {
  margin-top: 0 !important; }

.gb-button {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 0.5em 1em; }
  .gb-button:hover {
    background-color: #4c4c4c; }

.wba-bg-white-to-gray-vertical {
  background: #e4e7ed;
  background: -moz-linear-gradient(0deg, #e4e7ed 0%, white 50%);
  background: -webkit-linear-gradient(0deg, #e4e7ed 0%, white 50%);
  background: linear-gradient(0deg, #e4e7ed 0%, white 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e4e7ed",endColorstr="#ffffff",GradientType=1); }

.wba-bg-blue-radial-gradient {
  background: #e4e7ed;
  background: -moz-linear-gradient(0deg, #e4e7ed 0%, white 50%);
  background: -webkit-linear-gradient(0deg, #e4e7ed 0%, white 50%);
  background: linear-gradient(0deg, #e4e7ed 0%, white 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e4e7ed",endColorstr="#ffffff",GradientType=1); }

.wba-bg-light-gray-gradient {
  background: gainsboro;
  background: -moz-linear-gradient(0deg, gainsboro 0%, #ebebeb 100%);
  background: -webkit-linear-gradient(0deg, gainsboro 0%, #ebebeb 100%);
  background: linear-gradient(0deg, gainsboro 0%, #ebebeb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dcdcdc",endColorstr="#ebebeb",GradientType=1); }

.wba-gradient-gray-bg {
  background: #b9bfcd;
  background: -moz-linear-gradient(0deg, #b9bfcd 0%, #c1c8d5 100%);
  background: -webkit-linear-gradient(0deg, #b9bfcd 0%, #c1c8d5 100%);
  background: linear-gradient(0deg, #b9bfcd 0%, #c1c8d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b9bfcd",endColorstr="#c1c8d5",GradientType=1); }

.gray-dots-bg {
  background-color: #ddd;
  background-image: radial-gradient(#c9c9c9 50%, transparent 0), radial-gradient(#c9c9c9 50%, transparent 0);
  background-size: 5px 5px;
  background-position: 0 0, 0 0;
  background-repeat: repeat; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
  background-color: #ee483f;
  border-radius: 0;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 20px; }
  button:focus, button:hover,
  input[type="button"]:focus,
  input[type="button"]:hover,
  input[type="reset"]:focus,
  input[type="reset"]:hover,
  input[type="submit"]:focus,
  input[type="submit"]:hover,
  .site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
  .site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
  .site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
  .site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
  .button:focus,
  .button:hover {
    background-color: #4c4c4c; }

.at-markup.HeaderHtml {
  display: none; }

.at-inner {
  background-color: transparent !important; }

.at label {
  color: #0c0806 !important; }

.at form .label-amount input[type="radio"]:checked + a {
  border-color: #11172a !important;
  background-color: #11172a !important; }

.ContactInformation label,
.EmployerInformation label,
.PaymentInformation label {
  font-size: 16px !important; }

.ContactInformation input[type="text"],
.ContactInformation .at input[type="password"],
.ContactInformation .at input[type="date"],
.ContactInformation .at input[type="datetime"],
.ContactInformation .at input[type="datetime-local"],
.ContactInformation .at input[type="month"],
.ContactInformation .at input[type="week"],
.ContactInformation .at input[type="email"],
.ContactInformation .at input[type="number"],
.ContactInformation .at input[type="search"],
.ContactInformation .at input[type="tel"],
.ContactInformation .at input[type="time"],
.ContactInformation .at input[type="url"],
.ContactInformation .at input[type="color"],
.ContactInformation .at textarea,
.EmployerInformation input[type="text"],
.EmployerInformation .at input[type="password"],
.EmployerInformation .at input[type="date"],
.EmployerInformation .at input[type="datetime"],
.EmployerInformation .at input[type="datetime-local"],
.EmployerInformation .at input[type="month"],
.EmployerInformation .at input[type="week"],
.EmployerInformation .at input[type="email"],
.EmployerInformation .at input[type="number"],
.EmployerInformation .at input[type="search"],
.EmployerInformation .at input[type="tel"],
.EmployerInformation .at input[type="time"],
.EmployerInformation .at input[type="url"],
.EmployerInformation .at input[type="color"],
.EmployerInformation .at textarea,
.PaymentInformation input[type="text"],
.PaymentInformation .at input[type="password"],
.PaymentInformation .at input[type="date"],
.PaymentInformation .at input[type="datetime"],
.PaymentInformation .at input[type="datetime-local"],
.PaymentInformation .at input[type="month"],
.PaymentInformation .at input[type="week"],
.PaymentInformation .at input[type="email"],
.PaymentInformation .at input[type="number"],
.PaymentInformation .at input[type="search"],
.PaymentInformation .at input[type="tel"],
.PaymentInformation .at input[type="time"],
.PaymentInformation .at input[type="url"],
.PaymentInformation .at input[type="color"],
.PaymentInformation .at textarea {
  font-size: 16px !important; }

.edit-otheramount {
  padding-left: 30px !important; }

.at-title {
  display: none !important; }

.at-legend {
  display: none; }

.at-form-submit {
  display: table;
  margin: auto; }

.at-text {
  font-family: "lato", sans-serif !important; }

.at .btn-at-primary {
  background-color: #ee483f !important;
  font-size: 18px !important;
  color: white !important;
  text-transform: uppercase !important;
  padding: 8px 30px !important;
  display: table !important;
  margin-left: auto !important;
  margin-right: auto !important;
  font-family: "lato", sans-serif !important;
  font-weight: 800;
  border-radius: 0 !important; }
  .at .btn-at-primary:hover {
    background-color: #0c0806 !important; }

.at .btn-at-primary:hover {
  background-color: #0c0806 !important;
  border-color: #0c0806 !important;
  border-width: 1px; }

.at input[type="text"],
.at input[type="password"],
.at input[type="date"],
.at input[type="datetime"],
.at input[type="datetime-local"],
.at input[type="month"],
.at input[type="week"],
.at input[type="email"],
.at input[type="number"],
.at input[type="search"],
.at input[type="tel"],
.at input[type="time"],
.at input[type="url"],
.at input[type="color"],
.at textarea {
  padding: 10px !important;
  font-size: 16px !important;
  font-family: "lato", sans-serif !important; }

.at select {
  font-size: 16px !important;
  font-family: "lato", sans-serif !important;
  min-height: 41px; }

.at-text {
  font-size: 16px; }

.at .intl-tel-input.allow-dropdown input,
.at .intl-tel-input.allow-dropdown input[type="text"],
.at .intl-tel-input.allow-dropdown input[type="tel"],
.at .intl-tel-input.separate-dial-code input,
.at .intl-tel-input.separate-dial-code input[type="text"],
.at .intl-tel-input.separate-dial-code input[type="tel"] {
  padding-left: 52px !important; }

.ContributionInformation .label-amount {
  color: #fff !important; }
  .ContributionInformation .label-amount a {
    background-color: #ee483f !important; }
  .ContributionInformation .label-amount:hover a {
    background-color: #1b496d !important; }
  .ContributionInformation .label-amount input {
    padding-left: 30px !important; }

a {
  color: #ee483f;
  text-underline-offset: 3px; }
  a:hover, a:focus, a:active {
    text-decoration: none;
    color: #ee483f; }

.no-underline a {
  text-decoration: none; }
  .no-underline a:hover {
    text-decoration: underline !important; }

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #0c0806; }

body {
  background-color: #ebebeb;
  color: #0c0806;
  font-family: "lato", sans-serif;
  font-weight: 400;
  line-height: 1.3em;
  font-size: 18px; }
  body > div {
    font-family: "lato", sans-serif;
    font-weight: 400;
    line-height: 1.3em;
    font-size: 18px; }
  body p {
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 400;
    margin-bottom: 1em; }

body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) textarea:focus,
body:not(.user-is-tabbing) a:focus,
div:focus {
  outline: none; }

h1,
h2,
h3 {
  text-transform: none;
  font-family: "lato", sans-serif;
  font-weight: bold; }

h2 {
  font-size: 36px; }

h4,
h5,
h6 {
  font-family: "lato", sans-serif;
  color: #0c0806; }

/*h4{
    font-size: 26px;
    line-height: 30px;
    font-weight: 400;

}*/
.large-font p,
.large-font div {
  font-size: 22px;
  line-height: 1.6em; }
  @media only screen and (max-width: 767px) {
    .large-font p,
    .large-font div {
      font-size: 18px; } }

/*a{

    color: $color_primary;

    text-decoration: none;

    &:hover{

       text-decoration: underline;


    }

}*/
.body-font {
  font-family: "lato", sans-serif !important; }
  .body-font h1,
  .body-font h2,
  .body-font h3,
  .body-font h4,
  .body-font h5,
  .body-font h6 {
    font-family: "lato", sans-serif !important; }

.header-font {
  font-family: "lato", sans-serif !important; }
  .header-font p,
  .header-font ul,
  .header-font div {
    font-family: "lato", sans-serif !important; }

.medium-font {
  font-weight: 500; }
  .medium-font h1,
  .medium-font h2,
  .medium-font h3,
  .medium-font h4,
  .medium-font h5,
  .medium-font h6,
  .medium-font p,
  .medium-font div,
  .medium-font li {
    font-weight: 500 !important; }

.large-font {
  font-size: 22px; }

.c-white {
  color: #ffffff !important; }
  .c-white p,
  .c-white div,
  .c-white h1,
  .c-white h2,
  .c-white h3,
  .c-white h4,
  .c-white h5,
  .c-white h6 {
    color: #ffffff !important; }

.c-dark,
.c-text {
  color: #4c4c4c !important; }
  .c-dark p,
  .c-dark div,
  .c-dark h1,
  .c-dark h2,
  .c-dark h3,
  .c-dark h4,
  .c-dark h5,
  .c-dark h6,
  .c-text p,
  .c-text div,
  .c-text h1,
  .c-text h2,
  .c-text h3,
  .c-text h4,
  .c-text h5,
  .c-text h6 {
    color: #4c4c4c !important; }

.c-primary,
.c-yellow {
  color: #ee483f !important; }
  .c-primary p,
  .c-primary div,
  .c-primary h1,
  .c-primary h2,
  .c-primary h3,
  .c-primary h4,
  .c-primary h5,
  .c-primary h6,
  .c-yellow p,
  .c-yellow div,
  .c-yellow h1,
  .c-yellow h2,
  .c-yellow h3,
  .c-yellow h4,
  .c-yellow h5,
  .c-yellow h6 {
    color: #ee483f !important; }

.c-secondary,
.c-slate {
  color: #1b496d !important; }
  .c-secondary p,
  .c-secondary div,
  .c-secondary h1,
  .c-secondary h2,
  .c-secondary h3,
  .c-secondary h4,
  .c-secondary h5,
  .c-secondary h6,
  .c-slate p,
  .c-slate div,
  .c-slate h1,
  .c-slate h2,
  .c-slate h3,
  .c-slate h4,
  .c-slate h5,
  .c-slate h6 {
    color: #1b496d !important; }

.c-tertiary {
  color: #1b496d !important; }
  .c-tertiary p,
  .c-tertiary div,
  .c-tertiary h1,
  .c-tertiary h2,
  .c-tertiary h3,
  .c-tertiary h4,
  .c-tertiary h5,
  .c-tertiary h6 {
    color: #1b496d !important; }

.c-med-gray {
  color: #0c0806 !important; }
  .c-med-gray p,
  .c-med-gray div,
  .c-med-gray h1,
  .c-med-gray h2,
  .c-med-gray h3,
  .c-med-gray h4,
  .c-med-gray h5,
  .c-med-gray h6 {
    color: #0c0806 !important; }

.c-lt-gray {
  color: #e1e1e1 !important; }
  .c-lt-gray p,
  .c-lt-gray div,
  .c-lt-gray h1,
  .c-lt-gray h2,
  .c-lt-gray h3,
  .c-lt-gray h4,
  .c-lt-gray h5,
  .c-lt-gray h6 {
    color: #e1e1e1 !important; }

.bg-white {
  background-color: white !important; }

.bg-dark {
  background-color: #4c4c4c !important; }

.bg-primary,
.bg-yellow {
  background-color: #ee483f !important; }

.bg-secondary,
.bg-teal {
  background-color: #11172a !important; }

.bg-tertiary {
  background-color: #1b496d !important; }

.bg-med-gray {
  background-color: #0c0806 !important; }

.bg-lt-gray {
  background-color: #e1e1e1 !important; }

.font-medium {
  font-weight: 500; }

.font-semibold {
  font-weight: 600; }

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

.font-spread,
.spread-letters {
  letter-spacing: 0.1em; }

.wba-small-title {
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-transform: uppercase; }

.site-socials a {
  font-size: 24px;
  padding-left: 3px;
  color: #b1b3b9; }
  .site-socials a:hover {
    color: #11172a; }
  .site-socials a img {
    filter: invert(0.6);
    height: 24px; }

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter.icon-dark {
  background-color: transparent;
  border: 2px solid #0c0806; }
  .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter.icon-dark path {
    fill: #0c0806; }

#ctf .ctf-twitter-card .ctf-tc-summary-info {
  color: #2471cf !important; }
#ctf.ctf-masonry .ctf-item {
  border: 1px solid #ddd !important; }

html {
  padding: env(safe-area-inset); }

body {
  /*display: none;*/
  height: 100%;
  overflow-x: hidden;
  position: relative;
  /*overflow-y:hidden;*/ }

.site-container {
  min-height: 100%;
  height: 100%; }

.wrap {
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto; }

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: relative;
    top: 5px; } }

.three-stars {
  background-image: url(../images/three-stars.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-size: 95px;
  min-height: 30px; }

.three-stars-white {
  background-image: url(../images/three-stars-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-size: 95px;
  min-height: 30px; }

.flush-header .site-inner {
  padding-top: 0; }

.flush-header .site-inner article {
  margin-bottom: 0; }

.wp-block-genesis-blocks-gb-container.alignfull,
.wp-block-genesis-blocks-gb-columns.alignfull,
.wba-fullwidth {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw; }

.genesis-nav-menu .sub-menu a {
  background-color: #11172a; }

.title-line {
  overflow: hidden;
  text-align: center; }
  .title-line > span {
    position: relative;
    display: inline-block; }
    .title-line > span:before, .title-line > span:after {
      content: "";
      position: absolute;
      top: 50%;
      border-bottom: 1px solid #1b496d;
      width: 591px;
      /* half of limiter*/
      margin: 0 20px; }
    .title-line > span:before {
      right: 100%; }
    .title-line > span:after {
      left: 100%; }

.error404 .search-form {
  display: flex;
  gap: 5px; }

.dizzy-gillespie {
  filter: saturate(3);
  width: 0.1px;
  height: 0.1px;
  border: 40px solid transparent;
  border-radius: 5px;
  animation: loader 3s ease-in infinite, spin 1s linear infinite; }

.dizzy-gillespie::before {
  filter: saturate(0.3);
  display: block;
  position: absolute;
  z-index: -1;
  margin-left: -40px;
  margin-top: -40px;
  content: '';
  height: 0.1;
  width: 0.1;
  border: 40px solid transparent;
  border-radius: 5px;
  animation: loader 2s ease-in infinite reverse, spin 0.8s linear infinite reverse; }

.dizzy-gillespie::after {
  display: block;
  position: absolute;
  z-index: 2;
  margin-left: -10px;
  margin-top: -10px;
  content: '';
  height: 20px;
  width: 20px;
  border-radius: 20px;
  background-color: white; }

@keyframes loader {
  0% {
    border-bottom-color: transparent;
    border-top-color: #ee483f; }
  25% {
    border-left-color: transparent;
    border-right-color: #11172a; }
  50% {
    border-top-color: transparent;
    border-bottom-color: #1b496d; }
  75% {
    border-right-color: transparent;
    border-left-color: #11172a; }
  100% {
    border-bottom-color: transparent;
    border-top-color: #ee483f; } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-360deg); } }
.jawn {
  position: relative;
  background-color: #ee483f;
  width: 10px;
  height: 10px;
  margin: 0 auto;
  border-radius: 50%; }
  .jawn:after, .jawn:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%; }
  .jawn:after {
    left: -10px;
    top: -5px;
    background-color: #4c4c4c;
    transform-origin: 15px 10px;
    animation: axis 1s linear infinite; }
  .jawn:before {
    left: -25px;
    top: -15px;
    background-color: #ee483f;
    transform-origin: 30px 20px;
    animation: axis 2s linear infinite; }

@keyframes axis {
  0% {
    transform: rotateZ(0deg) translate3d(0, 0, 0); }
  100% {
    transform: rotateZ(360deg) translate3d(0, 0, 0); } }
.hide {
  display: none; }

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

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

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .hide-desktop {
    display: none !important; } }
@media only screen and (min-width: 1200px) {
  .hide-desktop {
    display: none !important; } }

#rev_slider_2_2 .tp-bullets {
  width: 320px !important; }
  #rev_slider_2_2 .tp-bullets .tp-bullet {
    width: 100px !important;
    border-radius: 5px !important;
    background-color: #e1e1e1; }
    #rev_slider_2_2 .tp-bullets .tp-bullet.selected {
      background-color: #ee483f; }
    #rev_slider_2_2 .tp-bullets .tp-bullet:nth-of-type(2) {
      left: 105px !important; }
    #rev_slider_2_2 .tp-bullets .tp-bullet:nth-of-type(3) {
      left: 210px !important; }
#rev_slider_2_2 .read-more {
  text-decoration: underline !important;
  text-underline-offset: 3px; }
#rev_slider_2_2 .itn-quote {
  font-size: 24px !important;
  line-height: 1.4em !important;
  font-weight: 500 !important;
  text-align: center !important;
  font-style: italic;
  margin-bottom: 20px; }
#rev_slider_2_2 .itn-quote-author {
  font-size: 18px !important;
  line-height: 1.4em !important;
  font-weight: 600 !important;
  text-align: center !important; }
#rev_slider_2_2 .itn-publication-icon {
  width: 100px;
  height: auto; }

.wba-cta-row {
  background-position: center; }
  @media only screen and (max-width: 781px) {
    .wba-cta-row > .gb-layout-column-wrap.gb-is-responsive-column {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      grid-template-areas: "col1" "col2" "col3"; } }
  .wba-cta-row .border-right-white {
    border-right: 1px solid #ffffff; }
    @media only screen and (max-width: 781px) {
      .wba-cta-row .border-right-white {
        border-right-width: 0;
        border-bottom: 1px solid #ffffff; } }
  .wba-cta-row .inner-col-fixed-width {
    max-width: 500px;
    display: table;
    margin: auto; }
  .wba-cta-row .gb-block-layout-column {
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10%;
    padding-right: 10%; }
    .wba-cta-row .gb-block-layout-column h2 {
      font-weight: 400; }

.case-study-article {
  animation: 1s ease-out 0s 1 fadeIn; }
  .case-study-article .wba-case-study-title-wrapper {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    padding-bottom: 5px; }
    .case-study-article .wba-case-study-title-wrapper .entry-header-cs {
      margin-bottom: 20px; }
      @media only screen and (min-width: 782px) {
        .case-study-article .wba-case-study-title-wrapper .entry-header-cs {
          width: 45%; } }
      .case-study-article .wba-case-study-title-wrapper .entry-header-cs .entry-organization-type {
        margin-bottom: 20px;
        color: #1b496d; }
      .case-study-article .wba-case-study-title-wrapper .entry-header-cs .entry-subtitle {
        font-size: 28px;
        font-weight: bold;
        line-height: 1.2em;
        margin-bottom: 10px; }
      .case-study-article .wba-case-study-title-wrapper .entry-header-cs .entry-title {
        font-size: 22px;
        font-weight: 400; }
    .case-study-article .wba-case-study-title-wrapper .wba-logo-icon {
      text-align: right;
      display: none; }
      @media only screen and (min-width: 782px) {
        .case-study-article .wba-case-study-title-wrapper .wba-logo-icon {
          background-size: 115px !important;
          width: 45%;
          display: block; } }
  @media only screen and (min-width: 782px) {
    .case-study-article .wba-case-study-wrapper .wba-case-study-content-wrapper {
      display: flex;
      flex-wrap: wrap;
      gap: 40px;
      justify-content: space-between; }
      .case-study-article .wba-case-study-wrapper .wba-case-study-content-wrapper > div {
        width: 45%; } }
  .case-study-article .wba-case-study-wrapper .wba-case-study-content-wrapper .wba-case-study-content .wba-case-study-image {
    margin-bottom: 20px; }
    .case-study-article .wba-case-study-wrapper .wba-case-study-content-wrapper .wba-case-study-content .wba-case-study-image .wba-fcs-image-inner {
      position: relative;
      background-size: cover !important;
      object-fit: cover;
      width: 90%;
      height: 0;
      padding-top: 60%; }
      @media only screen and (max-width: 781px) {
        .case-study-article .wba-case-study-wrapper .wba-case-study-content-wrapper .wba-case-study-content .wba-case-study-image .wba-fcs-image-inner {
          width: 100%;
          padding-top: 60%; } }
  .case-study-article .wba-case-study-wrapper .wba-case-study-content-wrapper .wba-case-study-content .wba-case-study-whistleblower-name {
    font-size: 22px;
    font-weight: bold; }
  .case-study-article .wba-case-study-wrapper .wba-case-study-content-wrapper .wba-case-study-content hr {
    margin: 1em 0; }
  .case-study-article .wba-case-study-wrapper .wba-case-study-content-wrapper .wba-case-study-right-col {
    position: relative; }
    .case-study-article .wba-case-study-wrapper .wba-case-study-content-wrapper .wba-case-study-right-col .wba-case-study-related-media {
      border-bottom: 12px solid #ee483f;
      padding: 2em 2em 2em 0;
      background-color: #11172a !important;
      background-size: cover !important;
      position: relative; }
      .case-study-article .wba-case-study-wrapper .wba-case-study-content-wrapper .wba-case-study-right-col .wba-case-study-related-media .wba-dot-pattern {
        background: url(../images/dot.png) repeat;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1;
        height: 100%; }
      .case-study-article .wba-case-study-wrapper .wba-case-study-content-wrapper .wba-case-study-right-col .wba-case-study-related-media h4 {
        color: white;
        text-align: center; }
      .case-study-article .wba-case-study-wrapper .wba-case-study-content-wrapper .wba-case-study-right-col .wba-case-study-related-media .wba-related-media-item {
        position: relative;
        z-index: 1; }
        .case-study-article .wba-case-study-wrapper .wba-case-study-content-wrapper .wba-case-study-right-col .wba-case-study-related-media .wba-related-media-item li {
          list-style: none;
          color: #ffffff;
          font-size: 17px;
          margin-bottom: 20px;
          line-height: 1.1em;
          position: relative;
          z-index: 2; }
          .case-study-article .wba-case-study-wrapper .wba-case-study-content-wrapper .wba-case-study-right-col .wba-case-study-related-media .wba-related-media-item li a {
            color: #ffffff;
            text-decoration: none; }
            .case-study-article .wba-case-study-wrapper .wba-case-study-content-wrapper .wba-case-study-right-col .wba-case-study-related-media .wba-related-media-item li a:hover {
              text-decoration: underline; }

#wba-case-studies article {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
  padding: 3rem; }
  @media only screen and (max-width: 781px) {
    #wba-case-studies article {
      padding: 2rem; } }
  #wba-case-studies article:nth-of-type(even) {
    background-color: #e3e3e3; }
  #wba-case-studies article .wba-case-study-title-wrapper,
  #wba-case-studies article .wba-case-study-wrapper {
    max-width: 1344px;
    margin: auto; }

.cs-terms {
  position: relative; }
  @media only screen and (min-width: 782px) {
    .cs-terms {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      row-gap: 0;
      justify-content: center;
      align-items: center; } }
  @media only screen and (max-width: 781px) {
    .cs-terms {
      text-align: center; } }
  .cs-terms .cs-term {
    color: #ffffff;
    line-height: 2em;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer; }
    @media only screen and (min-width: 782px) {
      .cs-terms .cs-term span:after {
        content: " | ";
        position: relative;
        left: 8px; } }
    .cs-terms .cs-term:last-of-type span:after {
      content: "";
      position: relative;
      left: 0; }
    .cs-terms .cs-term.cs-term-selected {
      position: relative; }
      .cs-terms .cs-term.cs-term-selected:after {
        content: "";
        position: absolute;
        width: 125px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        bottom: -5px;
        border-bottom: 5px solid #ee483f; }

.donation-pop-wrapper {
  position: absolute;
  z-index: 9998;
  right: -680px;
  width: 0;
  max-width: 100%;
  background: #007c99;
  background: -moz-linear-gradient(186deg, #007c99 0%, #002253 55%);
  background: -webkit-linear-gradient(186deg, #007c99 0%, #002253 55%);
  background: linear-gradient(186deg, #007c99 0%, #002253 55%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#007c99",endColorstr="#002253",GradientType=1); }
  .donation-pop-wrapper.open {
    right: 0;
    width: 680px; }
  @media only screen and (max-width: 781px) {
    .donation-pop-wrapper {
      display: none; } }

.wba-video-feature {
  cursor: pointer; }
  .wba-video-feature .gb-container-inside .gb-container-content {
    padding-top: 30%;
    padding-bottom: 45px; }
    .wba-video-feature .gb-container-inside .gb-container-content .feature-video-group {
      margin-bottom: 40px;
      letter-spacing: 0.1em; }
      .wba-video-feature .gb-container-inside .gb-container-content .feature-video-group h3 {
        margin-top: 0;
        font-weight: 700; }
      .wba-video-feature .gb-container-inside .gb-container-content .feature-video-group .play-video-group {
        cursor: pointer;
        margin-top: 15px; }

@media only screen and (max-width: 781px) {
  .feature-video-group {
    background: rgba(0, 0, 0, 0.5);
    padding: 15px; } }

.wba-arrow.wba-arrow-before.wba-arrow-left:before {
  content: "";
  background-image: url("../images/double-arrow-left.png");
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 5px; }
.wba-arrow.wba-arrow-before.wba-arrow-right:before {
  content: "";
  background-image: url("../images/double-arrow-right.png");
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 5px; }
.wba-arrow.wba-arrow-before.wba-arrow-up:before {
  content: "";
  background-image: url("../images/double-arrow-up.png");
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 5px; }
.wba-arrow.wba-arrow-before.wba-arrow-down:before {
  content: "";
  background-image: url("../images/double-arrow-down.png");
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 5px; }
.wba-arrow.wba-arrow-before:before {
  margin-right: 10px; }
.wba-arrow.wba-arrow-before.wba-arrow-20:before {
  width: 20px;
  height: 20px; }
.wba-arrow.wba-arrow-before.wba-arrow-30:before {
  width: 30px;
  height: 30px; }
.wba-arrow.wba-arrow-after.wba-arrow-left:after {
  content: "";
  background-image: url("../images/double-arrow-left.png");
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 5px; }
.wba-arrow.wba-arrow-after.wba-arrow-right:after {
  content: "";
  background-image: url("../images/double-arrow-right.png");
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 5px; }
.wba-arrow.wba-arrow-after.wba-arrow-up:after {
  content: "";
  background-image: url("../images/double-arrow-up.png");
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 5px; }
.wba-arrow.wba-arrow-after.wba-arrow-down:after {
  content: "";
  background-image: url("../images/double-arrow-down.png");
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 5px; }
.wba-arrow.wba-arrow-after.wba-arrow-20:after {
  width: 20px;
  height: 20px; }
.wba-arrow.wba-arrow-after.wba-arrow-30:after {
  width: 30px;
  height: 30px; }
.wba-arrow.wba-arrow-after:after {
  margin-left: 10px; }

.utility-bar {
  background-color: #1b496d;
  display: flex;
  justify-content: center;
  align-items: center; }
  .utility-bar .utility-bar-inner {
    text-align: center;
    color: white;
    padding-top: 10px; }
    .utility-bar .utility-bar-inner a {
      color: white; }
    @media only screen and (max-width: 959px) {
      .utility-bar .utility-bar-inner {
        padding-bottom: 5px; } }
  .utility-bar .widget_text {
    margin-bottom: 0; }
    @media only screen and (min-width: 960px) {
      .utility-bar .widget_text p:last-child {
        margin-bottom: 10px; } }
    @media only screen and (max-width: 959px) {
      .utility-bar .widget_text p {
        font-size: 12px; } }

.site-header {
  box-shadow: unset;
  background-color: #11172a;
  position: relative;
  z-index: 9999; }
  .site-header > .wrap .title-area {
    padding: 20px 0; }
    @media only screen and (max-width: 959px) {
      .site-header > .wrap .title-area {
        display: table;
        margin: auto;
        float: none;
        max-width: 80%;
        padding-bottom: 0;
        text-align: center; } }
    @media only screen and (max-width: 959px) {
      .site-header > .wrap .title-area a {
        display: flex;
        justify-content: center;
        align-items: center; } }
    @media only screen and (max-width: 959px) {
      .site-header > .wrap .title-area img {
        max-width: 80%; } }
  .site-header .menu-toggle:before {
    float: none;
    margin-right: 0; }

.admin-bar .site-header {
  top: 0px; }

.site-header .site-socials {
  text-align: right;
  margin-top: 10px; }
  @media only screen and (max-width: 959px) {
    .site-header .site-socials {
      display: none; } }
  .site-header .site-socials a {
    font-size: 24px;
    padding-left: 10px;
    color: #b1b3b9; }
    .site-header .site-socials a:hover {
      color: #ffffff; }

.menu-toggle {
  border-radius: 0;
  margin: 0;
  background: #11172a;
  color: #ffffff;
  width: 100%;
  padding: 10px 0px 20px;
  border-radius: 0 !important; }
  .menu-toggle:before {
    font-size: 30px; }
  .menu-toggle:focus, .menu-toggle:hover {
    background: #11172a !important;
    color: #ffffff; }

.js .nav-primary {
  background: #11172a; }
  @media only screen and (min-width: 960px) {
    .js .nav-primary {
      display: flex;
      justify-content: center;
      /*float: none;*/ } }
  @media only screen and (max-width: 959px) {
    .js .nav-primary {
      padding-bottom: 30px; } }
  @media only screen and (max-width: 959px) {
    .js .nav-primary .menu-primary {
      margin-left: 34px; } }
  .js .nav-primary .menu-primary li a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    padding-left: 0;
    letter-spacing: 0.1em; }
    @media only screen and (min-width: 960px) and (max-width: 1170px) {
      .js .nav-primary .menu-primary li a {
        font-size: 15px;
        padding-right: 6px; } }
    @media only screen and (min-width: 960px) {
      .js .nav-primary .menu-primary li a:before {
        content: "|";
        color: #ffffff;
        margin-right: 20px; } }
  @media only screen and (min-width: 960px) and (min-width: 960px) and (max-width: 1170px) {
    .js .nav-primary .menu-primary li a:before {
      margin-right: 10px; } }

    .js .nav-primary .menu-primary li a:hover {
      color: #b1b3b9; }
  .js .nav-primary .menu-primary li.current_page_item a span {
    color: #b1b3b9; }
  .js .nav-primary .menu-primary li.nav-donate a span {
    background-color: #ee483f;
    padding: 3px 10px 5px; }
  .js .nav-primary .menu-primary li.nav-donate a:hover {
    color: #ffffff; }
    .js .nav-primary .menu-primary li.nav-donate a:hover span {
      background-color: #4c4c4c; }
  .js .nav-primary .menu-primary li.nav-donate.current_page_item a span {
    color: #ffffff; }
  @media only screen and (min-width: 960px) {
    .js .nav-primary .menu-primary .sub-menu li a {
      background: #11172a;
      color: #ffffff;
      border-width: 0;
      text-transform: none;
      padding: 10px 20px;
      font-size: 16px; }
      .js .nav-primary .menu-primary .sub-menu li a:before {
        content: "";
        margin-right: 0; }
      .js .nav-primary .menu-primary .sub-menu li a:hover {
        background-color: #4c4c4c; } }
  .js .nav-primary .menu-primary .sub-menu li:last-of-type {
    padding-bottom: 20px; }

.wba-secondary-nav-wrapper {
  position: fixed;
  z-index: 9997;
  top: 140px;
  right: 0; }
  .wba-secondary-nav-wrapper.hideNav {
    display: none; }
  .wba-secondary-nav-wrapper .wba-secondary-nav .wba-logo-page-header img {
    width: 75px;
    height: auto;
    float: right; }
    @media only screen and (max-width: 959px) {
      .wba-secondary-nav-wrapper .wba-secondary-nav .wba-logo-page-header img {
        width: 60px; } }
  .wba-secondary-nav-wrapper .wba-secondary-nav .nav-secondary {
    padding: 1em;
    background: #11172a;
    clear: both;
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: opacity 0.5s; }
    .wba-secondary-nav-wrapper .wba-secondary-nav .nav-secondary.open {
      visibility: visible;
      opacity: 1;
      height: auto; }
    .wba-secondary-nav-wrapper .wba-secondary-nav .nav-secondary .menu-item {
      display: block; }
      .wba-secondary-nav-wrapper .wba-secondary-nav .nav-secondary .menu-item a {
        color: white;
        text-transform: uppercase;
        line-height: 2em; }
        .wba-secondary-nav-wrapper .wba-secondary-nav .nav-secondary .menu-item a span:before {
          content: "";
          background: url(../images/star-white.svg) center no-repeat;
          width: 15px;
          height: 15px;
          background-size: contain;
          display: inline-block;
          margin-right: 10px; }
        .wba-secondary-nav-wrapper .wba-secondary-nav .nav-secondary .menu-item a:hover {
          text-decoration: underline; }
          .wba-secondary-nav-wrapper .wba-secondary-nav .nav-secondary .menu-item a:hover span:before {
            background: url(../images/star-red.svg) center no-repeat;
            width: 15px;
            height: 15px;
            background-size: contain;
            display: inline-block;
            margin-right: 10px; }

.dms-entry-header {
  /*@include page-header-gradient;*/
  background: #11172a; }
  .dms-entry-header .wrap {
    height: 250px;
    display: flex;
    align-items: flex-end; }
    @media only screen and (max-width: 959px) {
      .dms-entry-header .wrap {
        height: 200px; } }
    .dms-entry-header .wrap h1 {
      color: #ffffff;
      color: #ffffff;
      font-size: 55px;
      margin-bottom: 30px; }
      @media only screen and (max-width: 959px) {
        .dms-entry-header .wrap h1 {
          font-size: 40px; } }
      @media only screen and (max-width: 1399px) {
        .dms-entry-header .wrap h1 {
          padding-left: 3%;
          padding-right: 3%; } }

.hide-page-header .dms-entry-header {
  display: none; }

.page .entry-header {
  display: none; }

.site-inner {
  min-height: 55vh; }

html {
  margin-top: 0 !important; }

.home .home-call-to-action-row {
  background: #ebebeb;
  background: -moz-linear-gradient(90deg, #ebebeb 0%, #ebebeb 50%, #cdcdcd 50%, #ebebeb 83%, #ebebeb 100%);
  background: -webkit-linear-gradient(90deg, #ebebeb 0%, #ebebeb 50%, #cdcdcd 50%, #ebebeb 83%, #ebebeb 100%);
  background: linear-gradient(90deg, #ebebeb 0%, #ebebeb 50%, #cdcdcd 50%, #ebebeb 83%, #ebebeb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ebebeb",endColorstr="#ebebeb",GradientType=1);
  margin-bottom: -30px; }
  @media only screen and (max-width: 781px) {
    .home .home-call-to-action-row {
      background: #ebebeb;
      background: -moz-linear-gradient(180deg, #ebebeb 0%, #ebebeb 50%, #cdcdcd 50%, #ebebeb 83%, #ebebeb 100%);
      background: -webkit-linear-gradient(180deg, #ebebeb 0%, #ebebeb 50%, #cdcdcd 50%, #ebebeb 83%, #ebebeb 100%);
      background: linear-gradient(180deg, #ebebeb 0%, #ebebeb 50%, #cdcdcd 50%, #ebebeb 83%, #ebebeb 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ebebeb",endColorstr="#ebebeb",GradientType=1); } }

.home-cta-inner-row {
  background: url(../images/wba-logo-sm-dkgray.svg) center no-repeat;
  background-size: 120px; }
  @media only screen and (max-width: 781px) {
    .home-cta-inner-row {
      background-size: 100px;
      background-position: center 55%; } }

@media only screen and (max-width: 781px) {
  .home-sign-up-container .signup-form-header {
    text-align: center !important; } }
@media only screen and (max-width: 781px) {
  .home-sign-up-container button {
    width: 100%; } }

@media only screen and (max-width: 781px) {
  .about-wba-small-logo-top {
    max-width: 150px; } }

.board-background {
  background: #636363 url(../images/wba-logo-sm-gray_727272.svg) center no-repeat !important;
  background-size: 57% !important; }

.git-background:before {
  background: transparent url(../images/wba-logo-small.svg) center no-repeat !important;
  background-size: 57% !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.08;
  content: "";
  z-index: 1; }
.git-background .wp-block-columns {
  position: relative;
  z-index: 2; }

@media only screen and (min-width: 782px) {
  .center-title-separator {
    position: relative;
    top: -10px; } }

@media only screen and (max-width: 781px) {
  .quotable-border {
    padding: 1em; } }
@media only screen and (min-width: 782px) {
  .quotable-border {
    border-left: 1px solid #ffffff70;
    border-right: 1px solid #ffffff70;
    border-bottom: 1px solid #ffffff70; } }
@media only screen and (min-width: 782px) {
  .quotable-border:before, .quotable-border:after {
    content: "";
    border-top: 1px solid #ffffff70;
    position: absolute;
    width: 45%;
    width: calc(50% - 75px);
    top: 0; } }
@media only screen and (min-width: 782px) {
  .quotable-border:before {
    left: 0; } }
@media only screen and (min-width: 782px) {
  .quotable-border:after {
    right: 0; } }

@media only screen and (max-width: 781px) {
  .flex-not-responsive.is-layout-flex {
    flex-wrap: nowrap !important; }
    .flex-not-responsive.is-layout-flex .wp-block-column {
      flex-basis: 80% !important; }
    .flex-not-responsive.is-layout-flex .icon_column {
      flex-basis: 20% !important; } }

#donor-form {
  text-align: center; }

.become-a-whistleblower .lock-bg {
  background: url(../images/lock-bg.png) no-repeat;
  background-size: 300px;
  background-position: top right; }
.become-a-whistleblower .mic-bg {
  background: url(../images/mic-bg.png) no-repeat;
  background-size: contain;
  background-position: bottom right; }
.become-a-whistleblower .mic-icon-right {
  display: flex;
  gap: 15px; }
  .become-a-whistleblower .mic-icon-right:after {
    content: "";
    display: inline-block;
    display: inline;
    display: block;
    background: url(../images/mic-mini.png) no-repeat;
    background-size: contain;
    width: 30px; }
@media only screen and (max-width: 781px) {
  .become-a-whistleblower .baw-media-section {
    padding-top: 60px !important;
    padding-bottom: 60px !important; } }
.become-a-whistleblower .baw-media-section .media-notice-col {
  border-color: #ffffff60; }
  @media only screen and (min-width: 782px) {
    .become-a-whistleblower .baw-media-section .media-notice-col {
      max-width: 50%; } }

.genesis-singular-image-visible .entry-title {
  margin-bottom: 20px; }
.genesis-singular-image-visible .entry-image {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .genesis-singular-image-visible .entry-image {
      float: left;
      max-width: 40%;
      margin-right: 30px; } }

.single-post .entry-time {
  font-size: 16px;
  color: #707070; }

.single-hide-feature .entry-image {
  display: none; }

.prev-next-nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px; }
  .prev-next-nav > div {
    padding-top: 10px; }

@media only screen and (min-width: 782px) {
  .wba-team-member-single .wba-team-single-wrapper {
    display: flex;
    gap: 3em; } }
.wba-team-member-single .wba-team-single-wrapper .wba-team-single-image-wrapper .wba-team-single-image {
  background-size: cover !important;
  object-fit: contain;
  width: 300px;
  height: 300px;
  border-radius: 150px;
  max-width: 100%; }
  @media only screen and (max-width: 781px) {
    .wba-team-member-single .wba-team-single-wrapper .wba-team-single-image-wrapper .wba-team-single-image {
      display: table;
      margin: 0 auto 30px; } }
.wba-team-member-single .wba-team-single-wrapper .wba-team-single-content .entry-header .entry-title {
  margin-bottom: 0; }
.wba-team-member-single .wba-team-single-wrapper .wba-team-single-content .entry-header .entry-subtitle {
  font-size: 24px; }

.archive .archive-description {
  display: none; }
.archive .archive-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }
  .archive .archive-grid > article {
    width: 300px; }

.footer-widgets {
  background: #11172a;
  background: radial-gradient(500px 500px at center top, #4e7995, #11172a 100%);
  background-position: calc(50% + 500px) 50%;
  color: #ffffff; }
  @media only screen and (min-width: 1290px) and (max-width: 1879px) {
    .footer-widgets {
      background: radial-gradient(calc(25vw) calc(25vw) at center top, #4e7995, #11172a 100%);
      background-position: calc(50% + 25vw) 50%; } }
  @media only screen and (max-width: 1290px) {
    .footer-widgets {
      background: #11172a; } }
  .footer-widgets p {
    font-size: 16px; }
  @media only screen and (max-width: 959px) {
    .footer-widgets .wp-block-columns {
      display: block !important; }
      .footer-widgets .wp-block-columns .wp-block-column {
        margin-bottom: 40px; } }
  .footer-widgets .wrap {
    background: url(../images/watermark.png) no-repeat;
    background-position: bottom right;
    background-size: contain; }
    @media only screen and (min-width: 781px) and (max-width: 1344px) {
      .footer-widgets .wrap {
        background-size: 55vw; } }
    @media only screen and (max-width: 1404px) {
      .footer-widgets .wrap {
        padding-left: 2em;
        padding-right: 2em; } }
  .footer-widgets a {
    color: #ffffff; }
    .footer-widgets a:hover {
      color: #ee483f; }
  @media only screen and (max-width: 959px) {
    .footer-widgets .footer-row-1 .wp-block-image {
      text-align: center !important; }
      .footer-widgets .footer-row-1 .wp-block-image img {
        width: 300px !important;
        height: auto !important; } }
  .footer-widgets .footer-row-1 .site-socials {
    text-align: right;
    margin-bottom: 20px; }
    @media only screen and (max-width: 959px) {
      .footer-widgets .footer-row-1 .site-socials {
        text-align: center; } }
    .footer-widgets .footer-row-1 .site-socials a {
      color: #ffffff;
      padding-left: 10px; }
      @media only screen and (max-width: 959px) {
        .footer-widgets .footer-row-1 .site-socials a {
          font-size: 30px; } }
      .footer-widgets .footer-row-1 .site-socials a:hover {
        color: #b1b3b9; }
  .footer-widgets .footer-row-1 .footer-menu .wp-block-navigation__container {
    justify-content: flex-end; }
    @media only screen and (min-width: 480px) and (max-width: 959px) {
      .footer-widgets .footer-row-1 .footer-menu .wp-block-navigation__container {
        justify-content: center; } }
    @media only screen and (max-width: 767px) {
      .footer-widgets .footer-row-1 .footer-menu .wp-block-navigation__container {
        display: table;
        text-align: center; }
        .footer-widgets .footer-row-1 .footer-menu .wp-block-navigation__container > li {
          justify-content: center; } }
  .footer-widgets .footer-row-1 .footer-menu ul li a {
    letter-spacing: 0.1em;
    text-transform: uppercase; }
    @media only screen and (min-width: 480px) {
      .footer-widgets .footer-row-1 .footer-menu ul li a:before {
        content: "|";
        color: #ffffff;
        margin-right: 10px; } }
  .footer-widgets .footer-row-1 .footer-menu ul > li:last-of-type {
    margin-bottom: 10px; }
  .footer-widgets .footer-row-2 {
    margin-top: 60px; }
    .footer-widgets .footer-row-2:where(.wp-block-columns.is-layout-flex) {
      gap: 3em; }
    .footer-widgets .footer-row-2 h3 {
      text-transform: uppercase;
      font-size: 18px; }
    .footer-widgets .footer-row-2 .gform_required_legend {
      display: none; }
    .footer-widgets .footer-row-2 button {
      padding: 8px 15px;
      white-space: nowrap; }
      @media only screen and (max-width: 781px) {
        .footer-widgets .footer-row-2 button {
          width: 100%; } }
    .footer-widgets .footer-row-2 .footer-r2-c2 ul > li {
      margin-bottom: 10px; }
      .footer-widgets .footer-row-2 .footer-r2-c2 ul > li a {
        text-decoration: none; }
        .footer-widgets .footer-row-2 .footer-r2-c2 ul > li a:hover {
          color: #ee483f;
          text-decoration: underline; }
  .footer-widgets .footer-row-3 .footer-privacy-link a {
    color: #ffffff;
    text-decoration: none; }
    .footer-widgets .footer-row-3 .footer-privacy-link a:hover, .footer-widgets .footer-row-3 .footer-privacy-link a:focus {
      color: #b1b3b9; }
  .footer-widgets .footer-row-3 .wp-block-site-tagline {
    color: #85868c; }

.site-footer {
  background-color: #42a3c0;
  border-width: 0;
  padding: 10px; }
  .site-footer p {
    color: white;
    font-size: 12px; }

/*# sourceMappingURL=theme.min.css.map */
