@charset "UTF-8";
/* Colours
------------------------------------------------------------------------------*/
/* Typography
------------------------------------------------------------------------------*/
/* Structure
------------------------------------------------------------------------------*/
/* Typogarphy
------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,700;1,800&display=swap");
/*________________________________________________
|                                                 |
|                                                 |
|                                                 |
|                                                 |
|                      º ‿ º                      |
|                                                 |
|                                                 |
|                                                 |
|________________________________________________*/
body {
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
}

h1 {
  font-size: 32px;
  line-height: 36px;
  font-weight: 800;
  color: #002c65;
  overflow-wrap: normal;
}
@media (min-width: 768px) {
  h1 {
    font-size: 52px;
    line-height: 54px;
  }
}

h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 800;
  color: #002c65;
}
@media (min-width: 768px) {
  h2 {
    font-size: 38px;
    line-height: 42px;
  }
}

h2.section-title {
  font-weight: 800;
  margin-bottom: calc(30px - 3px);
  color: #002c65;
}

h3 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 800;
  margin-bottom: 15px;
  color: #002c65;
}

h4 {
  font-size: 18px;
  line-height: 25px;
  color: #002c65;
  font-weight: 800;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: calc(30px - 10px);
}

p {
  font-size: 18px;
  line-height: 25px;
  color: #002c65;
  margin-bottom: calc(30px - 5px);
}
p:last-child {
  margin-bottom: 0;
}

a {
  text-decoration: none;
  color: #002c65;
}

.lead-text {
  font-size: 22px;
  line-height: 28px;
  color: #002c65;
}

.bread-crumbs {
  font-size: 22px;
  line-height: 28px;
  color: #002c65;
}

.otgs-development-site-front-end {
  display: none !important;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}

.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

main {
  min-height: 50vh;
}
.section--grey {
  background-color: #f8f8f8;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .section--grey {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section--grey h2 {
  margin-bottom: 15px;
}

.section--white,
.block-editor-content {
  background-color: #FFFFFF;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .section--white,
  .block-editor-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section--white h2,
.block-editor-content h2 {
  margin-bottom: 15px;
}

.usw-sidebar {
  margin-top: 0px;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .usw-sidebar {
    margin-bottom: 40px;
    margin-top: 50px;
  }
}
.usw-sidebar--contact {
  margin-top: 0px;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .usw-sidebar--contact {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .usw-sidebar--contact {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}

.sr-only {
  background-color: #000;
  color: #fff;
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.body-content {
  padding-bottom: 40px;
  padding-top: 30px;
  /* Image Styling */
}
@media (min-width: 992px) {
  .body-content {
    padding-right: 60px;
    padding-bottom: 60px;
    padding-top: 40px;
  }
  .body-content.block-editor-content {
    padding-right: 0;
  }
}
.body-content a:not([class*=btn]):not(.wp-element-button):not([class*=query-more-btn] a) {
  text-decoration: underline;
  font-weight: 700;
}
.body-content a.remove-underline,
.body-content .remove-underline a {
  text-decoration: none !important;
}
.body-content h2:first-child, .body-content h3:first-child, .body-content h4:first-child {
  margin-top: 0px;
}
.body-content .content-section--grey > h2, .body-content .content-section--grey > h3, .body-content .content-section--grey > h4, .body-content .content-section--white > h2, .body-content .content-section--white > h3, .body-content .content-section--white > h4 {
  margin-top: 0px;
}
.body-content .wp-block-section-with-button:first-child {
  padding-top: 5px;
}
.body-content h2 {
  margin-top: 30px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .body-content h2 {
    margin-top: 40px;
  }
}
.body-content h3, .body-content h4 {
  margin-top: calc(30px - 5px);
}
.body-content ol {
  padding-left: 19px;
  margin-bottom: 30px;
}
.body-content ul {
  padding-left: 19px;
  list-style: none;
  margin-bottom: 30px;
}
.body-content ul li {
  text-indent: -8px;
}
.body-content ul li:before {
  content: "";
  background-color: #002c65;
  font-weight: bold;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  top: -2px;
  left: calc(-15px + 5px);
  position: relative;
}
.body-content li {
  color: #002c65;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 12px;
}
.body-content p + a.btn--yellow {
  margin-top: 0;
}
.body-content .wp-block-pullquote {
  margin: 0;
  padding: 0;
}
.body-content .wp-block-pullquote blockquote, .body-content blockquote.wp-block-quote {
  color: #002c65;
  margin: calc(30px + 15px) 0;
}
.body-content .wp-block-pullquote blockquote > p, .body-content blockquote.wp-block-quote > p {
  font-size: 22px;
  line-height: 28px;
  font-style: italic;
  margin-bottom: 15px;
}
.body-content .wp-block-pullquote blockquote > p + p, .body-content blockquote.wp-block-quote > p + p {
  margin-bottom: 30px;
}
.body-content .wp-block-pullquote blockquote cite, .body-content blockquote.wp-block-quote cite {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  font-style: normal;
  display: block;
}
.body-content img {
  text-align: center;
  margin-right: auto !important;
  margin-right: auto !important;
  display: block;
  float: none !important;
  margin-bottom: calc(30px - 5px) !important;
  max-width: 100%;
  height: auto;
}
.body-content .wp-block-gallery {
  margin-bottom: 0;
}
.body-content .wp-block-gallery .wp-block-image {
  margin-bottom: 0 !important;
}
.body-content .wp-block-gallery img {
  margin-bottom: calc(25px) !important;
  margin-top: 0;
}
.body-content .wp-block-gallery img + figcaption {
  margin-bottom: calc(25px) !important;
}
.body-content .wp-caption {
  display: block;
  width: 100% !important;
}
.body-content .wp-caption img {
  margin-bottom: 0;
}
.body-content .wp-caption.alignnone {
  margin: 0 auto;
}
.body-content .wp-caption .wp-caption-text {
  font-size: 14px;
  line-height: 17px;
  margin: 0.4rem 0 1.5rem 0;
}
.body-content .wp-caption .size-large + .wp-caption-text {
  margin-left: 0%;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .body-content .wp-caption .size-large + .wp-caption-text {
    margin-left: 0%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .body-content .wp-caption .size-large + .wp-caption-text {
    margin-left: -10%;
  }
}
@media only screen and (min-width: 992px) {
  .body-content .wp-caption .size-large + .wp-caption-text {
    margin-left: -10%;
  }
}
.body-content img.alignleft, .body-content img.alignnone {
  margin-left: 0 !important;
  margin-right: auto !important;
}
.body-content img.alignright {
  margin-right: 0 !important;
  margin-left: auto !important;
}
.body-content img.aligncenter {
  margin-right: auto !important;
  margin-left: auto !important;
}
.body-content .alignleft:after {
  content: " ";
  clear: both;
}
.body-content .gallery {
  margin-top: 2rem !important;
  margin-right: -10px !important;
  margin-bottom: 2rem !important;
  margin-left: -10px !important;
}
.body-content .gallery .gallery-item {
  margin: 0 !important;
}
.body-content .gallery .gallery-item img {
  border: 10px solid #ffffff !important;
  margin: 0 !important;
}
.body-content .gallery .wp-caption-text {
  font-size: 14px;
  line-height: 17px;
  color: #717171;
  margin: -0.25rem 0 1.5rem 10px !important;
  text-align: left;
}
.body-content .content-section--grey:nth-last-child(1), .body-content .content-section--white:nth-last-child(1) {
  margin-bottom: -20px;
}
@media (min-width: 768px) {
  .body-content .content-section--grey:nth-last-child(1), .body-content .content-section--white:nth-last-child(1) {
    margin-bottom: -40px;
  }
}
@media (min-width: 992px) {
  .body-content .content-section--grey:nth-last-child(1), .body-content .content-section--white:nth-last-child(1) {
    margin-bottom: -60px;
  }
}
.body-content .jumplink-target {
  position: relative;
  top: -100px;
}
.body-content .jumplink-target .jumplink-target-inner {
  display: none;
}
.body-content .wp-block-embed {
  margin-bottom: calc(25px) !important;
}
.body-content .wp-block-table {
  margin-bottom: calc(25px);
  border-bottom: none;
}
.body-content .wp-block-table table tr td {
  font-size: 18px;
  line-height: 25px;
  color: #002c65;
  padding: 5px 9px;
  vertical-align: top;
}
.body-content .wp-block-table figcaption {
  font-size: 18px;
  line-height: 25px;
  color: #002c65;
  border-bottom: none;
  margin-top: 10px;
  text-align: left;
}

/* Components
------------------------------------------------------------------------------*/
.btn,
.wp-block-post-excerpt__more-link {
  font-size: 14px;
  line-height: 17px;
  line-height: 1;
  font-weight: 900;
  margin-top: 15px;
  color: #fff;
  background-color: #002c65;
  padding: 10px 15px;
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  border-radius: 0;
  text-align: center;
  min-width: 110px;
  text-decoration: none;
}
.btn:hover,
.wp-block-post-excerpt__more-link:hover {
  background-color: #ffb515;
  color: #002c65;
}

.wp-block-buttons:where(.is-layout-flex) {
  gap: 4px;
}

a.wp-element-button,
a.wp-block-button__link {
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 15px;
  margin-bottom: 15px;
  min-width: 110px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  position: relative;
}
a.wp-element-button:hover,
a.wp-block-button__link:hover {
  background-color: var(--wp--custom--button-hover--background);
  color: var(--wp--custom--button-hover--text);
}

[class*=query-more-btn] a:not([href*=usw]):not([href*="3000"])::after,
.btn--see-more:not([href*=usw]):not([href*="3000"])::after,
.btn:not([href*=usw]):not([href*="3000"])::after,
.wp-block-button__link:not([href*=usw]):not([href*="3000"])::after,
.wp-element-button:not([href*=usw]):not([href*="3000"])::after {
  position: relative;
  content: "";
  display: inline-block;
  background-color: currentColor;
  -webkit-mask-image: url("../img/external.svg");
  mask-image: url("../img/external.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 11.7px;
  height: 11.7px;
  margin-left: 4px;
}

.is-style-secondary .wp-block-button__link,
.is-style-secondary .wp-element-button {
  --wp--custom--button--background: var(--wp--preset--color--yellow);
  --wp--custom--button--text: var(--wp--preset--color--navy);
  --wp--custom--button-hover--background: var(--wp--preset--color--navy);
  --wp--custom--button-hover--text: var(--wp--preset--color--white);
}

.btn--yellow {
  color: #002c65;
  background-color: #ffb515;
}
.btn--yellow:hover {
  background-color: #002c65;
  color: #FFFFFF;
}

.btn--white {
  color: #002c65;
  background-color: #FFFFFF;
}
.btn--white:hover {
  color: #FFFFFF;
  background-color: #002c65;
}

.btn--twitter {
  color: #002c65;
  background-color: #ffb515;
  position: relative;
  padding-left: 50px;
  min-width: 220px;
  text-align: left;
  margin-bottom: 15px;
  margin-top: 0;
}
.btn--twitter:hover {
  background-color: #004298;
  color: #FFFFFF;
}
.btn--twitter:before {
  content: "\f099";
  width: 25px;
  height: 25px;
  font-size: 25px;
  line-height: 25px;
  position: absolute;
  font-family: "Font Awesome 5 Brands";
  top: 5px;
  left: 10px;
}

.btn--facebook {
  color: #002c65;
  background-color: #ffb515;
  position: relative;
  padding-left: 50px;
  min-width: 220px;
  text-align: left;
  margin-bottom: 15px;
  margin-top: 0;
}
.btn--facebook:hover {
  background-color: #004298;
  color: #FFFFFF;
}
.btn--facebook:before {
  content: "\f082";
  width: 25px;
  height: 25px;
  font-size: 25px;
  line-height: 25px;
  position: absolute;
  font-family: "Font Awesome 5 Brands";
  top: 5px;
  left: 10px;
}

.btn--download {
  color: #FFFFFF;
  background-color: #002c65;
  position: relative;
  padding-left: 40px;
  text-align: left;
  margin-bottom: 15px;
  margin-top: 0;
}
.btn--download:hover {
  background-color: #004298;
}
.btn--download:before {
  content: "\f019";
  width: 25px;
  height: 25px;
  font-size: 16px;
  line-height: 25px;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  top: 5px;
  left: 10px;
}

[class*=query-more-btn],
.btn--see-more__wrapper {
  display: flex;
  justify-content: space-around;
}

[class*=query-more-btn] a,
.btn--see-more {
  text-decoration: none;
  background-color: transparent;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #002c65;
  margin-top: 15px;
  text-transform: uppercase;
  transition: transform 1s;
  transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
  position: relative;
  z-index: 1;
  padding: 2px 4px 1px;
  margin-left: -4px;
}
[class*=query-more-btn] a:before,
.btn--see-more:before {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 4px;
  left: 4px;
  background-color: #002c65;
  transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
  transform-origin: bottom center;
  z-index: -1;
}
[class*=query-more-btn] a:hover,
.btn--see-more:hover {
  color: #ffffff;
}
[class*=query-more-btn] a:hover:before,
.btn--see-more:hover:before {
  right: 0;
  left: 0;
  height: 100%;
}

.usw-social-icons {
  width: 35px;
  height: 35px;
  background-color: rgba(218, 224, 226, 0.2);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #FFFFFF;
}
.usw-social-icons:hover {
  color: #002c65;
  background-color: #FFFFFF;
}

.block-link-list {
  margin-top: 30px;
}

.btn--long-bar {
  background-color: #c0c9cc;
  color: #002c65;
  text-align: left;
  width: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .btn--long-bar {
    width: 65%;
  }
}
@media (min-width: 992px) {
  .btn--long-bar {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .btn--long-bar {
    width: 60%;
  }
}
.btn--long-bar i {
  font-size: 22px;
  margin-right: 10px;
}
.btn--long-bar:hover {
  background-color: #ffb515;
  color: #002c65;
}

.block-file-attachement {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 10px;
}

.block-file-attachement__file {
  padding-right: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .block-file-attachement__file {
    width: 50%;
  }
}

.btn--file-pdf {
  color: #002c65;
  font-weight: 800;
  line-height: 20px;
  text-align: left;
  display: flex;
  align-items: center;
}
.btn--file-pdf span {
  display: inline-block;
  margin-left: 15px;
}
.btn--file-pdf i {
  font-size: 40px;
}

.btn--linked-file {
  display: flex;
  align-items: center;
  padding: 7px 15px;
}
.btn--linked-file i:before {
  margin-top: 2px;
  font-size: 22px;
  margin-right: 10px;
}

.card {
  position: relative;
  border-radius: 0;
  color: #002c65;
  border: none;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 30px);
}
.card .card__img {
  height: 175px;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.card .card__body {
  min-height: 280px;
  padding: 15px;
  padding-right: 30px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  flex: auto;
}
.card .card__title {
  margin-bottom: calc(15px - 2px);
  font-size: 22px;
  line-height: 28px;
  line-height: 27px;
  font-weight: 800;
  width: 100%;
}
.card .card__meta {
  font-size: 14px;
  line-height: 17px;
  line-height: 19px;
  font-weight: 800;
  display: block;
  margin-bottom: calc(15px);
}
.card .card__meta .meta__inner span {
  position: relative;
  top: -1px;
}
.card .card__address {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  margin-bottom: 0;
}
.card .card__excerpt {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 0;
}
.card .btn {
  margin-top: 10px;
  z-index: 1;
}
.card:hover .card__title {
  text-decoration: underline;
}
.card--post .card__body {
  background-color: #c0c9cc;
}
.card--post .btn {
  color: #FFFFFF;
  background-color: #002c65;
}
.card--post:hover .btn {
  color: #002c65;
  background-color: #FFFFFF;
}
.card--campaign .card__img {
  height: 245px;
}
.card--campaign .card__body {
  min-height: 210px;
  background-color: #002c65;
  color: #fff;
}
.card--campaign .card__body .card__title {
  color: #FFFFFF;
}
.card--campaign .card__body .card__excerpt {
  color: #FFFFFF;
}
.card--campaign .btn {
  color: #002c65;
  background-color: #ffb515;
}
.card--campaign:hover .btn {
  color: #002c65;
  background-color: #FFFFFF;
}
.card--event .card__img {
  height: 245px;
}
.card--event .card__body {
  min-height: 210px;
  background-color: #ffb515;
}
.card--event .card__meta {
  margin-bottom: 0;
}
.card--event .btn {
  color: #FFFFFF;
  background-color: #002c65;
}
.card--event:hover .btn {
  color: #002c65;
  background-color: #FFFFFF;
}
.card--training .card__img {
  height: 245px;
}
.card--training .card__body {
  min-height: 210px;
  background-color: #4F5A63;
  color: #fff;
}
.card--training .card__body .card__title {
  color: #FFFFFF;
}
.card--training .card__meta {
  margin-bottom: 0;
}
.card--training .btn {
  color: #002c65;
  background-color: #FFFFFF;
}
.card--training:hover .btn {
  color: #FFFFFF;
  background-color: #002c65;
}
.card--resource .btn {
  color: #FFFFFF;
  background-color: #002c65;
}
.card--resource:hover .btn {
  color: #002c65;
  background-color: #ffb515;
}

.card__accent {
  height: 45px;
  width: 45px;
  position: absolute;
  bottom: -1px;
  right: -1px;
  background-color: transparent;
  display: none;
  background-image: url("../img/card-corner-1-white.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 100%;
}

.overlay-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.card-corner .card__accent {
  display: block;
}
.card-corner [class^=col-]:nth-child(3n+2) .card__accent {
  background-image: url("../img/card-corner-2-white.svg");
  height: 77px;
  width: 77px;
}
.card-corner [class^=col-]:nth-child(3n+3) .card__body {
  padding-right: 45px;
}
.card-corner [class^=col-]:nth-child(3n+3) .card__accent {
  background-image: url("../img/card-corner-3-white.svg");
  height: 110px;
  width: 110px;
}

.card-corner--grey .card__accent {
  display: block;
}
.card-corner--grey .card__accent {
  background-image: url("../img/card-corner-1-grey.svg");
}
.card-corner--grey [class^=col-]:nth-child(3n+2) .card__accent {
  background-image: url("../img/card-corner-2-grey.svg");
  height: 77px;
  width: 77px;
}
.card-corner--grey [class^=col-]:nth-child(3n+3) .card__accent {
  background-image: url("../img/card-corner-3-grey.svg");
  height: 110px;
  width: 110px;
}

.card-corner--doubles .card__accent {
  display: block;
}
.card-corner--doubles .card__accent {
  background-image: url("../img/card-corner-1-white.svg");
}
.card-corner--doubles [class^=col-]:nth-child(even) .card__accent {
  background-image: url("../img/card-corner-2-white.svg");
  height: 77px;
  width: 77px;
}

.card-corner--doubles--grey .card__accent {
  display: block;
}
.card-corner--doubles--grey .card__accent {
  background-image: url("../img/card-corner-1-grey.svg");
}
.card-corner--doubles--grey [class^=col-]:nth-child(even) .card__accent {
  background-image: url("../img/card-corner-2-grey.svg");
  height: 77px;
  width: 77px;
}

/*
|--------------------------------------------------------------------------
| Featured Cards
|--------------------------------------------------------------------------
*/
.card-featured {
  background-color: #002c65;
  margin-bottom: 30px;
  height: calc(100% - 30px);
  min-height: 455px;
  padding: 15px;
  background-size: cover;
  background-position: center center;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.card-featured .card-featured__content {
  z-index: 1;
}
.card-featured .card-featured__content p {
  color: #FFFFFF;
  margin-bottom: 8px;
}
.card-featured .card-featured__smokescreen {
  content: "";
  background: linear-gradient(0deg, rgba(0, 44, 101, 0.75) 0%, rgba(0, 44, 101, 0.7) 65%, rgba(0, 44, 101, 0) 100%);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card-featured .card-featured__title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 10px;
  color: #FFFFFF;
  width: 85%;
}
@media (min-width: 768px) {
  .card-featured .card-featured__title {
    font-size: 38px;
    line-height: 42px;
  }
}
.card-featured .card__accent {
  display: block;
  background-image: url("../img/card-corner-3-white.svg");
  height: 110px;
  width: 110px;
}
.card-featured:hover .card-featured__title {
  text-decoration: underline;
}
.card-featured:hover .btn--white {
  color: #FFFFFF;
  background-color: #002c65;
}

/*
|--------------------------------------------------------------------------
| Linked Icon Cards
|--------------------------------------------------------------------------
*/
.card-linked-icon {
  display: flex;
  position: relative;
  margin-bottom: 30px;
}
.card-linked-icon .card-linked-icon__icon {
  font-size: 35px;
  margin-right: 15px;
  color: #002c65;
  display: flex;
  margin-top: 5px;
  width: 100px;
  min-width: 50px;
  justify-content: center;
}
.card-linked-icon .card-linked-icon__content {
  padding-right: 30px;
}
@media (min-width: 1200px) {
  .card-linked-icon .card-linked-icon__content {
    padding-right: 60px;
  }
}
.card-linked-icon .card-linked-icon__title {
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 5px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.card-linked-icon .card-linked-icon__title:after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url("../img/yellow-arrow.svg");
  background-repeat: no-repeat;
  margin-left: 8px;
  position: absolute;
  bottom: 2px;
}
.card-linked-icon .card-linked-icon__excerpt {
  font-size: 16px;
  line-height: 20px;
}
.card-linked-icon:hover .card-linked-icon__title:before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
  background-color: #002c65;
}

.body-content .icon-links-block {
  list-style-type: none;
  width: 100%;
  padding-left: 0;
}
.body-content .icon-links-block li::before {
  display: none;
}
.body-content .icon-links-block li {
  text-indent: 0;
}
.body-content .icon-links-block .card-linked-icon {
  gap: 20px;
}
.body-content .icon-links-block .card-linked-icon__icon {
  padding-left: 0;
  margin-right: 0;
  flex: 1;
}
.body-content .icon-links-block .card-linked-icon__content {
  padding-right: 0;
  flex: 10;
}
@media (min-width: 768px) {
  .body-content .icon-links-block .card-linked-icon {
    gap: 40px;
  }
}

/*
|--------------------------------------------------------------------------
| Icon Cards
|--------------------------------------------------------------------------
*/
.card-icon {
  height: 100%;
  padding: 15px;
  background-color: #c0c9cc;
  display: flex;
  flex-direction: column;
  position: relative;
}
.card-icon .card__title {
  text-transform: uppercase;
  font-weight: 800;
}
.card-icon .card-icon__icon {
  font-size: 45px;
  margin-right: 15px;
  color: #002c65;
  margin-top: -10px;
}
.card-icon .card-icon__btn {
  margin-top: auto;
  z-index: 1;
}
.card-icon .card__body {
  margin-bottom: 20px;
}

.inline-banner-image {
  margin-top: 10px;
}
.inline-banner-image img {
  margin-left: 0px !important;
  max-width: 100%;
  height: auto;
}

.usw-banner {
  min-height: calc(80vh - 90px);
  margin-top: 90px;
  position: relative;
  z-index: 0;
}
@media (min-width: 768px) {
  .usw-banner {
    min-height: 650px;
    padding-top: 0px;
  }
}
.usw-banner.banner-no-people {
  min-height: 1px;
}
.usw-banner.banner-no-people .usw-banner__container {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .usw-banner.banner-no-people .usw-banner__container {
    padding-top: 135px;
    padding-bottom: 135px;
  }
}
.usw-banner .usw-banner__container {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .usw-banner .usw-banner__container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .usw-banner .usw-banner__container {
    padding-top: 135px;
    padding-bottom: 135px;
  }
}
.usw-banner .usw-banner__image {
  max-height: 100%;
  width: 100%;
}
.usw-banner .usw-banner__image img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  left: 0px;
}
.usw-banner.banner-left .row {
  justify-content: flex-end;
}
.usw-banner.banner-left .usw-banner__image img {
  -o-object-position: 18% 0%;
  object-position: 18% 0%;
}
.usw-banner.banner-right .usw-banner__image img {
  -o-object-position: 83% 0;
  object-position: 83% 0;
}
@media (min-width: 768px) {
  .usw-banner.object-position-center .usw-banner__image img {
    -o-object-position: center center;
    object-position: center center;
  }
  .usw-banner.object-position-top .usw-banner__image img {
    -o-object-position: top center;
    object-position: top center;
  }
  .usw-banner.object-position-bottom .usw-banner__image img {
    -o-object-position: bottom center;
    object-position: bottom center;
  }
}
.usw-banner h1 {
  color: #002c65;
  margin-bottom: 15px;
}

.usw-banner__image.mobile-banner-exists {
  display: none;
}
@media (min-width: 768px) {
  .usw-banner__image.mobile-banner-exists {
    display: block;
  }
}

.usw-banner__image--mobile {
  max-height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .usw-banner__image--mobile {
    display: none;
  }
}
.usw-banner__image--mobile img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  left: 0px;
}

.usw-breadcrumb {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #002c65;
}

.banner-text-white .usw-banner {
  background-color: #002c65;
}
.banner-text-white .usw-banner h1,
.banner-text-white .usw-banner .usw-banner__desktop-excerpt p,
.banner-text-white .usw-banner .usw-breadcrumb {
  color: #FFFFFF;
}

.usw-banner__container {
  background: transparent;
  position: absolute;
  position: relative;
  height: 100%;
}

.usw-banner__mobile-excerpt {
  background-color: #002c65;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .usw-banner__mobile-excerpt {
    display: none;
  }
}
.usw-banner__mobile-excerpt p {
  margin-bottom: 0px;
  color: #FFFFFF;
}

.usw-banner__desktop-excerpt {
  display: none;
  color: #002c65;
}
@media (min-width: 768px) {
  .usw-banner__desktop-excerpt {
    display: block;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    margin-top: 15px;
  }
  .usw-banner__desktop-excerpt p {
    font-size: 18px;
    line-height: 25px;
  }
}

.usw-banner__container--no-banner {
  margin-top: 130px;
}

.usw-banner-single .usw-banner {
  height: 330px;
}
@media (min-width: 768px) {
  .usw-banner-single .usw-banner {
    height: 620px;
    padding-top: 0px;
  }
}

.usw-banner__single--no-banner {
  background-image: url("../img/default-bg.jpg");
  background-size: cover;
  background-position: top center;
  background-color: #002c65;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 90px;
}
@media (min-width: 992px) {
  .usw-banner__single--no-banner {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.usw-banner__single--no-banner .usw-single__header-content * {
  color: #FFFFFF;
}
.usw-banner__single--no-banner .usw-single__header-content a:hover {
  text-decoration: underline;
}
.usw-banner__single--no-banner .usw-single__header-content a:focus {
  outline: 1px solid;
  outline-offset: 1px;
  text-decoration: none;
}
.usw-banner__single--no-banner .usw-single__meta {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media (min-width: 992px) {
  .usw-banner__single--no-banner .usw-single__meta {
    flex-direction: row;
    align-items: center;
  }
  .usw-banner__single--no-banner .usw-single__meta .usw-single__date {
    padding-right: 0;
  }
  .usw-banner__single--no-banner .usw-single__meta .usw-single__date::after {
    content: "|";
    padding-left: 0.75ch;
  }
}
.usw-banner__single--no-banner .usw-single__type {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  gap: 0.75ch;
}
.usw-banner__single--no-banner .usw-single__type li:not(:first-of-type) {
  position: relative;
  padding-left: 1.5ch;
}
.usw-banner__single--no-banner .usw-single__type li:not(:first-of-type)::before {
  position: absolute;
  content: "|";
  left: 0;
}

.usw-single__meta {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #002c65;
  margin-top: 15px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .usw-single__meta {
    font-size: 18px;
    line-height: 25px;
  }
}

.usw-single__date {
  padding-right: 4px;
  line-height: 14px;
}

.usw-single__district {
  display: block;
  position: relative;
}

/*
|--------------------------------------------------------------------------
| Events / Training Banner
|--------------------------------------------------------------------------
*/
.usw-banner-single--event--no-banner {
  background-image: url("../img/default-bg.jpg");
  background-color: #002c65;
  background-size: cover;
  background-position: top center;
  padding-top: 60px;
  padding-bottom: 0px;
  margin-top: 60px;
}
@media (min-width: 992px) {
  .usw-banner-single--event--no-banner {
    padding-top: 90px;
    padding-bottom: 10px;
    margin-top: 90px;
  }
}
.usw-banner-single--event--no-banner .usw-breadcrumb,
.usw-banner-single--event--no-banner h1,
.usw-banner-single--event--no-banner .usw-single__meta {
  color: #FFFFFF;
}

.banner--training {
  background-image: url("../img/training-bg.jpg");
  background-color: #002c65;
}
.banner--training .usw-breadcrumb,
.banner--training h1,
.banner--training .usw-single__meta {
  color: #002c65;
}

.usw-single__event-date {
  display: block;
}

.usw-single__map {
  background: #c0c9cc;
  height: 200px;
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .usw-single__map {
    height: 240px;
  }
}
@media (min-width: 992px) {
  .usw-single__map {
    height: 240px;
    width: 90%;
  }
}
@media (max-width: 576px) {
  .usw-single__map #map {
    height: 200px !important;
  }
}

.usw-banner--thankyou {
  background-image: url("../img/default-bg.jpg");
  background-size: cover;
  background-color: #002c65;
  height: 350px;
}
@media (min-width: 768px) {
  .usw-banner--thankyou {
    height: 500px;
  }
}
.usw-banner--thankyou .usw-breadcrumb,
.usw-banner--thankyou h1,
.usw-banner--thankyou p,
.usw-banner--thankyou .usw-single__meta {
  color: #FFFFFF;
}

.usw-banner--thankyou--training {
  background-image: url("../img/training-bg.jpg");
  background-size: cover;
  background-color: #002c65;
  height: 350px;
}
@media (min-width: 768px) {
  .usw-banner--thankyou--training {
    height: 500px;
  }
}
.usw-banner--thankyou--training .usw-breadcrumb,
.usw-banner--thankyou--training p,
.usw-banner--thankyou--training h1,
.usw-banner--thankyou--training .usw-single__meta {
  color: #002c65;
}

/*
|--------------------------------------------------------------------------
| Contact Card
|--------------------------------------------------------------------------
*/
.contact-card__wrapper {
  align-self: flex-end;
  margin-top: 15px;
}
@media (min-width: 992px) {
  .contact-card__wrapper {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .contact-card__wrapper {
    margin-bottom: 60px;
  }
}

.contact-card {
  background-color: #ffb515;
  padding: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .contact-card {
    width: 340px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .contact-card {
    margin-bottom: 0px;
  }
}
.contact-card .contact-card__title {
  font-size: 22px;
  line-height: 28px;
  position: relative;
  padding-left: 40px;
  display: block;
  color: #002c65;
  font-weight: 800;
  margin-bottom: 20px;
}
.contact-card .contact-card__title:before {
  content: "";
  height: 52px;
  width: 28px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/blue-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

@media (min-width: 992px) {
  .banner-text-blue .contact-card {
    background-color: #002c65;
    color: #FFFFFF;
  }
  .banner-text-blue .contact-card p.contact-card__text {
    color: #FFFFFF;
    font-size: 14px;
    margin-bottom: 0;
  }
  .banner-text-blue .contact-card__title {
    color: #FFFFFF;
  }
  .banner-text-blue .contact-card__title:before {
    background-image: url("../img/yellow-arrow.svg");
  }
  .banner-text-blue .btn {
    color: #002c65;
    background-color: #FFFFFF;
  }
  .banner-text-blue .btn:hover {
    background-color: #ffb515;
  }
}

.banner-404 {
  height: calc(100vh - 330px);
  background-image: url("../img/default-bg.jpg");
  background-size: cover;
  background-position: top center;
  margin-top: 90px;
}
.banner-404 .usw-breadcrumb,
.banner-404 h1 {
  color: #FFFFFF;
}

.archive .usw-banner__content * {
  color: #FFFFFF;
}

/*
|--------------------------------------------------------------------------
| Resource Cards
|--------------------------------------------------------------------------
*/
.card-resource {
  height: 100%;
  position: relative;
  padding-bottom: 30px;
  padding-top: 20px;
}
.card-resource:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #dae0e2;
}
.card-resource:hover .resource__title {
  text-decoration: underline;
}

.resources--last-two [class^=col-]:first-of-type .card-resource:after {
  opacity: 0;
}

@media (min-width: 768px) {
  .resources--last-two [class^=col-]:nth-child(-n+2) .card-resource:after {
    opacity: 0;
  }
}

.resources--last-three [class^=col-]:nth-child(-n+3) .card-resource:after {
  opacity: 0;
}

.card-resource__wrapper {
  display: flex;
  color: #002c65;
}
.card-resource__wrapper .resource__image {
  width: 60px;
  min-width: 60px;
  height: 60px;
  background: grey;
}
.card-resource__wrapper .resource__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.card-resource__wrapper .resource__icon {
  width: 60px;
  min-width: 60px;
  font-size: 70px;
  line-height: 70px;
}
.card-resource__wrapper .resource__icon--misc {
  width: 60px;
  height: 60px;
  min-width: 60px;
  font-size: 55px;
  line-height: 50px;
  text-align: center;
}
.card-resource__wrapper .resource__content {
  margin-left: 15px;
}
.card-resource__wrapper .resource__content .resource__title {
  font-size: 18px;
  line-height: 25px;
  margin-top: -3px;
  margin-bottom: 10px;
  font-weight: 800;
}
.card-resource__wrapper .resource__content .resource__meta {
  font-size: 14px;
  line-height: 17px;
  font-weight: 800;
  display: block;
  margin-bottom: 3px;
}
.card-resource__wrapper .resource__content .resource__date {
  font-size: 14px;
  line-height: 17px;
  font-weight: 800;
  display: block;
}

.usw-block-resource-list .col-md-6:first-child .card-resource::after,
.usw-block-resource-list .col-md-6:nth-child(2) .card-resource::after {
  display: none;
}

/*
|--------------------------------------------------------------------------
| Leadership Cards
|--------------------------------------------------------------------------
*/
.card-leadership {
  height: 100%;
  position: relative;
  padding-bottom: 30px;
  padding-top: 20px;
}
.card-leadership:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #dae0e2;
}
@media (min-width: 768px) {
  .card-leadership:after {
    bottom: unset;
    top: 0;
  }
}

@media (min-width: 768px) {
  .leadership--last-two [class^=col-]:nth-child(-n+2) .card-leadership:after {
    opacity: 0;
  }
}

@media (max-width: 576px) {
  .leadership--last-two [class^=col-]:last-of-type .card-leadership:after {
    opacity: 0;
  }
}

.card-leadership__wrapper {
  display: flex;
  color: #002c65;
}
.card-leadership__wrapper .leadership__image {
  width: 80px;
  min-width: 80px;
  height: 80px;
  background-color: #c0c9cc;
}
.card-leadership__wrapper .leadership__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}
.card-leadership__wrapper .leadership__image i {
  color: #002c65;
  font-size: 50px;
  margin-left: 18px;
  margin-top: 17px;
}
.card-leadership__wrapper .leadership__content {
  margin-left: 15px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.card-leadership__wrapper .leadership__content .leadership__title {
  font-size: 18px;
  line-height: 25px;
  margin-top: -3px;
  margin-bottom: 5px;
  font-weight: 800;
}
.card-leadership__wrapper .leadership__content .leadership__label {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}
.card-leadership__wrapper .leadership__content .leadership__link {
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  display: block;
}
.card-leadership__wrapper .leadership__content .leadership__link:after {
  content: "";
  width: 15px;
  height: 15px;
  margin-left: 7px;
  display: inline-block;
  background-image: url("../img/yellow-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: -3px;
}

/*
|--------------------------------------------------------------------------
| Sidebar Menu
|--------------------------------------------------------------------------
*/
.sidebar-menu {
  background-color: #ffb515;
  padding: 30px 15px 10px 15px;
  position: sticky;
  top: 140px;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -20px;
}
@media (min-width: 768px) {
  .sidebar-menu {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .sidebar-menu {
    margin-top: 50px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 15px;
    margin-bottom: 60px;
  }
}
.sidebar-menu ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.sidebar-menu ul li {
  margin-bottom: 15px;
}
.sidebar-menu ul li a {
  font-family: "Open Sans", sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 25px;
  line-height: 22px;
  text-transform: uppercase;
  color: #002c65;
  margin: 0px 10px;
  display: inline-block;
  position: relative;
}
.sidebar-menu ul li a:after {
  content: "";
  width: 15px;
  height: 15px;
  margin-left: 7px;
  display: inline-block;
  background-image: url("../img/blue-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 3px;
}
.sidebar-menu ul li a:hover,
.sidebar-menu ul .current-menu-item a,
.sidebar-menu ul .current_page_item a {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 2px;
}

.sidebar-stick {
  position: sticky;
  top: 140px;
}
.sidebar-stick .sidebar-menu {
  position: relative;
  top: 0px;
}

/*
|--------------------------------------------------------------------------
| Dropdown Filters / Menu
|--------------------------------------------------------------------------
*/
.dropdown-filter {
  width: 100%;
}
@media (min-width: 768px) {
  .dropdown-filter {
    width: calc(50% - 15px);
  }
}
@media (min-width: 992px) {
  .dropdown-filter {
    width: calc(33.3333333333% - 15px);
  }
}

.category-filter .select2-container {
  width: 100% !important;
}
.category-filter .select2-container .selection .select2-selection {
  overflow: hidden;
}
.category-filter .select2-container--default .select2-selection--single {
  background-color: #c0c9cc;
  border: none;
  border-radius: 0px;
  height: 34px;
  margin-bottom: 15px;
}
.category-filter .select2-container--default .select2-selection--single:hover {
  background-color: #ffb515;
}
.category-filter .select2-container--default .select2-selection--single:hover .select2-selection__rendered {
  background-color: transparent;
}
.category-filter .select2-container--default.select2-container--open .select2-selection--single {
  background-color: #ffb515;
}
.category-filter .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #002c65;
  font-weight: 700;
  text-transform: uppercase;
}
.category-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 3px;
  font-weight: 700;
  color: #002c65;
}
.category-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px;
  position: absolute;
  top: 1px;
  right: 4px;
  width: 30px;
}
.category-filter .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  content: "";
  width: 34px;
  height: 34px;
  display: block;
  background-image: url("../img/blue-arrow.svg");
  background-repeat: no-repeat;
  transform: rotate(90deg);
  background-position: center center;
}
.category-filter .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-results__option.select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #ffb515;
  color: #002c65;
}

.select2-container--default .select2-results__option.select2-results__option--selected {
  background-color: #002c65;
  color: #FFFFFF;
}

.category-filter__label {
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  color: #002c65;
  margin-bottom: 5px;
  display: block;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  background-color: rgba(255, 255, 255, 0.35);
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
  outline: none;
}

.select2-container .select2-dropdown {
  background-color: #c0c9cc;
  border: 1px solid #c0c9cc;
  color: #002c65;
  font-weight: 700;
  margin-top: -15px;
}

.select2-search.select2-search--dropdown:after {
  top: 13px;
}

.menu-filter {
  background-color: #c0c9cc;
  height: 34px;
  margin-bottom: 30px;
  position: relative;
  cursor: pointer;
  width: 100%;
}
.menu-filter:after {
  content: "";
  width: 34px;
  height: 34px;
  display: block;
  background-image: url("../img/blue-arrow.svg");
  background-repeat: no-repeat;
  transform: rotate(90deg);
  background-position: center center;
  position: absolute;
  right: 0px;
  top: 0;
}
.menu-filter .menu-filter__current {
  color: #002c65;
  font-weight: 700;
  text-transform: uppercase;
  height: 34px;
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.menu-filter .menu-filter__list {
  display: none;
  border-top: 1px solid rgba(79, 90, 99, 0.25);
  list-style: none;
  margin: 0;
  padding: 5px 0px;
  width: 100%;
  background: #c0c9cc;
  padding-left: 0px;
  z-index: 2;
  position: relative;
}
.menu-filter .menu-filter__list li a {
  padding: 5px 10px;
  color: #002c65;
  font-weight: 700;
  display: block;
}
.menu-filter .menu-filter__list li a:hover {
  background-color: rgba(79, 90, 99, 0.1);
}
.menu-filter.active .menu-filter__list {
  display: block;
}

/*
|--------------------------------------------------------------------------
| Accordion
|--------------------------------------------------------------------------
*/
.accordion .accordion-header button {
  font-size: 18px;
  line-height: 25px;
  color: #002c65;
  font-weight: 800;
  width: 100%;
  border: 0;
  text-align: left;
  background-color: transparent;
  padding: 0 0 0 35px;
  position: relative;
}
.accordion .accordion-header button:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/accordion-close.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 2px;
  left: 0;
}
.accordion .accordion-header button:after {
  content: unset;
}
.accordion .accordion-header button.collapsed:before {
  background-image: url("../img/accordion-open.png");
}
.accordion .accordion-item {
  border: none;
  margin: 20px 0;
  background: transparent;
}
.accordion .accordion-body {
  padding: 0 0 10px 35px;
  margin-top: 15px;
  color: #002c65;
}

.sticky-link.active {
  transform: translatey(0);
  transition: 0.3s;
}

.sticky-link {
  position: fixed;
  bottom: 0px;
  z-index: 99;
  width: 100%;
  transform: translatey(100%);
  transition: 0.3s;
  display: flex;
  padding: 20px;
  background-color: #002c65;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

/*
|--------------------------------------------------------------------------
| Featured Campaign block
|--------------------------------------------------------------------------
*/
.content-section--grey .featured-campaign {
  margin-top: 0;
}

.featured-campaign {
  background-color: #ffb515;
  margin-top: 0px;
  min-height: 300px;
}
@media (min-width: 768px) {
  .featured-campaign {
    margin-left: 0;
    margin-right: 0;
  }
}
.featured-campaign .featured-campaign__image {
  overflow: hidden;
  position: relative;
  min-height: 280px;
}
.featured-campaign .featured-campaign__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 992px) {
  .featured-campaign .featured-campaign__image {
    min-height: 400px;
  }
}
@media (min-width: 992px) {
  .featured-campaign .featured-campaign__image--short {
    height: 300px;
  }
}
.featured-campaign .featured-campaign__content {
  padding: 15px;
}
@media (min-width: 992px) {
  .featured-campaign .featured-campaign__content {
    padding: 30px 40px;
  }
}

.usw-form {
  background-color: #002c65;
  padding: 25px 20px 20px;
  color: #FFFFFF;
  margin-left: -12px;
  margin-right: -12px;
}
@media (min-width: 768px) {
  .usw-form {
    margin: 0px;
  }
}
.usw-form--sticky {
  position: sticky;
  top: 140px;
}
.usw-form p {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 17px;
}
.usw-form a:not(.btn) {
  color: #ffb515;
}
.usw-form .btn:hover {
  color: #002c65;
  background-color: #FFFFFF;
}
.usw-form .btn--twitter:hover,
.usw-form .btn--facebook:hover {
  color: #002c65;
  background-color: #e19a00;
}

.form-title {
  font-size: 22px;
  line-height: 28px;
  font-size: 24px;
  line-height: 27px;
  margin-bottom: 15px;
  color: #FFFFFF;
}

::-moz-placeholder {
  opacity: 0;
  color: transparent;
  text-indent: -10000px;
}

::placeholder {
  opacity: 0;
  color: transparent;
  text-indent: -10000px;
}

.form-control,
.floatlabel-input,
#textinput,
.usw-form [type=text],
.usw-form textarea {
  background-color: #FFFFFF;
  outline: 0px;
  border: 0px;
  line-height: 1;
  width: 100%;
  position: relative;
  z-index: 1;
  opacity: 1 !important;
}
.form-control.error_input,
.floatlabel-input.error_input,
#textinput.error_input,
.usw-form [type=text].error_input,
.usw-form textarea.error_input {
  background-color: rgba(255, 0, 0, 0.5) !important;
  color: white;
}
.form-control[type=text], .form-control[type=email],
.form-control [type=tel],
.form-control [type=password],
.floatlabel-input[type=text],
.floatlabel-input[type=email],
.floatlabel-input [type=tel],
.floatlabel-input [type=password],
#textinput[type=text],
#textinput[type=email],
#textinput [type=tel],
#textinput [type=password],
.usw-form [type=text][type=text],
.usw-form [type=text][type=email],
.usw-form [type=text] [type=tel],
.usw-form [type=text] [type=password],
.usw-form textarea[type=text],
.usw-form textarea[type=email],
.usw-form textarea [type=tel],
.usw-form textarea [type=password] {
  padding: 0px 0px 0px 8px;
  height: 36px;
}

.form-embed {
  position: relative;
  transition: 0.3s;
  transition-delay: 0.1s;
  color: #FFFFFF;
}
.form-embed.form-embed--loaded {
  opacity: 1;
}
.form-embed li {
  list-style: none !important;
  position: relative;
}
.form-embed li.checkbox_group_wrap, .form-embed li.js-fb-multiplecheckboxes, .form-embed li.js-fb-multipleradios {
  position: static;
}
.form-embed .core_field {
  margin-bottom: 15px;
}
.form-embed label {
  font-size: 14px;
  line-height: 17px;
  display: block;
  margin-bottom: 5px;
}
.form-embed .js-d_sharing {
  width: 100%;
  order: -1;
}
.form-embed .js-d_sharing ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.form-embed .js-d_sharing ul li {
  margin-bottom: 10px;
}
.form-embed .js-d_sharing [type=checkbox] {
  top: 3px;
}
.form-embed .country_drop_wrap,
.form-embed .international_link-wrap,
.form-embed #logo_wrap,
.form-embed #ty_instructions,
.form-embed .ajax-loading,
.form-embed .discussion-board,
.form-embed .thank-you-message,
.form-embed #add-to-calendar,
.form-embed #referral_code_select_wrap,
.form-embed [for=form-comments],
.form-embed #form-comments,
.form-embed .action_info_user,
.form-embed #can_embed_form_inner h2,
.form-embed #can_embed_form_inner h3,
.form-embed #can_embed_form_inner h4 {
  display: none !important;
}
.form-embed #can_embed_form_inner h3.optional-title {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 5px;
  display: block !important;
}
.form-embed #action_welcome_message {
  margin-bottom: 15px;
}
.form-embed textarea,
.form-embed .textarea,
.form-embed .textarea.large {
  height: 60px;
  padding: 8px;
}
.form-embed label {
  font-size: 14px;
  line-height: 17px;
}
.form-embed .control-group {
  margin-bottom: 15px;
}
.form-embed .control-group .controls label {
  margin-bottom: 10px;
}
.form-embed .country_drop_wrap {
  margin-bottom: 30px;
}
.form-embed select,
.form-embed .can_select {
  width: 100% !important;
  height: 36px;
}
.form-embed .can_select {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 0px 5px;
  border: 0px;
  border-bottom: 3px solid #002c65;
}
.form-embed [type=submit] {
  cursor: pointer;
  margin-bottom: 0;
  order: 1;
  font-size: 14px;
  line-height: 17px;
  line-height: 1;
  font-weight: 900;
  margin-top: 15px;
  padding: 10px 15px;
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  border-radius: 0;
  text-align: center;
  min-width: 110px;
  text-decoration: none;
  color: #002c65;
  background-color: #ffb515;
  border: none;
}
.form-embed [type=submit]:hover {
  color: #002c65;
  background-color: #e19a00;
}
.form-embed #form_col2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.form-embed .can_thank_you-block {
  display: none;
}
.form-embed #can_thank_you {
  opacity: 0;
  animation: fadeIn 0.5s ease-in 5s forwards;
}
.form-embed.no-redirect #can_thank_you {
  opacity: 1;
  animation: unset;
}
.form-embed #action_info {
  display: none;
  position: relative;
  padding-top: 15px;
}

@media (min-width: 992px) {
  .usw-banner-single--event--no-banner .usw-form--event {
    margin-top: -325px;
    z-index: 2;
    position: relative;
  }
}

@media (min-width: 992px) {
  .virtual-event .usw-form--event {
    margin-top: -120px;
    z-index: 2;
  }
}

.form-message {
  margin-bottom: 15px;
}

.signature-wrapper {
  margin-bottom: 15px;
}
.signature-wrapper p {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
}

.progress {
  background-color: #c0c9cc;
  border-radius: 8px;
}
.progress .progress-bar {
  background-color: #ffb515;
}

#Your-message,
#Brief-description-of-your-inquiry {
  height: 120px;
}

.form-embed .select2-container {
  margin: 0;
  position: relative;
  height: 36px;
  padding-top: 5px;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  background-color: #FFFFFF;
  border: 0px;
  border-bottom: 3px solid #FFFFFF;
  margin-bottom: 15px;
  width: 100%;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  box-sizing: border-box;
}

.select2-container .select2-choice {
  display: block;
  width: 100%;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 0px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.select2-container.select2-drop-above .select2-choice {
  border-radius: 0px;
  border: 0px;
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url(https://actionnetwork.org/includes/js/select2/select2.png) right top no-repeat;
  cursor: pointer;
  outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}

.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: -100%;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
}

.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  font-size: 18px;
  line-height: 25px;
}
.select2-drop * {
  font-size: 16px;
  color: #002c65 !important;
}
.select2-drop ul li {
  margin-bottom: 5px;
}

.select2-drop-auto-width {
  width: auto;
}

.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}

.select2-drop.select2-drop-above {
  margin-top: 1px;
}

.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 34px;
  height: 100%;
  position: absolute;
  right: 0;
  top: -4px;
}

.select2-arrow:after {
  content: "";
  width: 34px;
  height: 34px;
  display: block;
  background-image: url(../img/blue-arrow.svg);
  background-repeat: no-repeat;
  transform: rotate(90deg);
  background-position: center center;
}

.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding: 0px 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}

.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 36px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #666;
}

.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  outline: none;
}

.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border-top-color: transparent;
}

.select2-dropdown-open .select2-choice .select2-arrow {
  border-left: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}

.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: transparent;
}

.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}

.select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 40px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px;
}

.select2-results li {
  list-style: none;
  display: list-item;
  padding: 5px;
}

.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: 700;
}

.select2-results .select2-result-label {
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.select2-results .select2-highlighted {
  color: #fff !important;
  background: #3875d7;
}

.select2-results .select2-highlighted .select2-result-label {
  color: #fff !important;
}

.select2-results li em {
  font-style: normal;
}

.select2-results .select2-highlighted ul {
  color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  display: list-item;
}

.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  display: list-item;
  cursor: default;
}

.select2-results .select2-disabled {
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
  display: none;
}

.select2-more-results {
  display: list-item;
}

.select2-container.select2-container-disabled .select2-choice {
  cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0;
  position: relative;
  cursor: text;
  overflow: hidden;
}

.select2-locked {
  padding: 3px 5px !important;
}

.select2-container-multi .select2-choices {
  min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
  outline: none;
}

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}

.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  box-shadow: none;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url(https://actionnetwork.org/includes/js/select2/select2-spinner.gif) no-repeat 100% !important;
}

.select2-default {
  color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}

.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url(https://actionnetwork.org/includes/js/select2/select2.png) right top no-repeat;
}

.select2-container-multi .select2-search-choice-close {
  left: 3px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}

.select2-container-multi.select2-container-disabled .select2-choices {
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px;
  border: 1px solid #ddd;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
}

.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}

.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0 !important;
  top: 0 !important;
}

.select2-display-none {
  display: none;
}

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

.select2-search:after {
  font-family: "font awesome 5 pro";
  content: "\f002";
  position: absolute;
  top: 6px;
  right: 10px;
  color: #888;
  font-size: 12px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url(https://actionnetwork.org/includes/js/select2/select2x2.png) !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  .select2-search input {
    background-position: 100% -21px !important;
  }
}
footer ~ .select2-drop .select2-search {
  display: none;
}

footer ~ .select2-drop .select2-results {
  padding-top: 4px;
  padding-right: 4px;
  margin-right: 0;
  border-top: 1px solid #c0c9cc;
  border-bottom: 1px solid #c0c9cc;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

body#js-ticketed_event_widget {
  background-color: transparent;
  color: #fff;
}
body#js-ticketed_event_widget #can_embed_form h2,
body#js-ticketed_event_widget #can_embed_form h3.first_line,
body#js-ticketed_event_widget #can_embed_form h4.first_line,
body#js-ticketed_event_widget #can_embed_form #action_info,
body#js-ticketed_event_widget #can_embed_form #donation_recipient_wrap {
  display: none;
}
body#js-ticketed_event_widget #can_embed_form #select_tickets {
  padding-top: 0px !important;
  margin-top: 0px;
  border: none !important;
}
body#js-ticketed_event_widget #can_embed_form #select_tickets h4 {
  font-size: 22px;
  line-height: 28px;
  text-transform: capitalize;
  margin-top: 0;
  padding-bottom: 0;
  text-align: left;
}
body#js-ticketed_event_widget #can_embed_form #select_tickets h4:after {
  display: none;
}
body#js-ticketed_event_widget #can_embed_form ul.ticket_list {
  background: transparent;
  margin: 0 0 15px;
  border: none;
  border-bottom: 1px solid #fff;
}
body#js-ticketed_event_widget #can_embed_form ul.ticket_list li {
  font-size: 18px;
  line-height: 25px;
  padding: 0;
  margin-bottom: 15px;
  border: none;
}
body#js-ticketed_event_widget #can_embed_form ul.ticket_list li input {
  margin-bottom: 15px;
}
body#js-ticketed_event_widget #can_embed_form ul.ticket_list .graytext {
  color: #fff;
}
body#js-ticketed_event_widget #can_embed_form #donation_welcome {
  color: #4F5A63;
  margin: 0 0 15px;
}
body#js-ticketed_event_widget #can_embed_form #donate_login {
  display: none;
}
body#js-ticketed_event_widget #can_embed_form .floatlabel-wrapper {
  line-height: 0;
}
body#js-ticketed_event_widget #can_embed_form .floatlabel-wrapper label.floatlabel-label {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 5px;
  display: inline-block;
  color: #fff;
  position: static;
  opacity: 1;
  text-transform: capitalize;
}
body#js-ticketed_event_widget #can_embed_form .floatlabel-wrapper label.floatlabel-label:after {
  display: none;
}
body#js-ticketed_event_widget #can_embed_form input[type=text],
body#js-ticketed_event_widget #can_embed_form input[type=email],
body#js-ticketed_event_widget #can_embed_form input[type=number],
body#js-ticketed_event_widget #can_embed_form input[type=tel],
body#js-ticketed_event_widget #can_embed_form textarea,
body#js-ticketed_event_widget #can_embed_form select + span {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 16px;
  line-height: 20px;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 0;
  border-color: transparent;
  color: #4F5A63;
  padding: 8px 11px;
  height: 36px;
  margin: 0 0 15px !important;
}
body#js-ticketed_event_widget #can_embed_form input[type=text]:focus,
body#js-ticketed_event_widget #can_embed_form input[type=email]:focus,
body#js-ticketed_event_widget #can_embed_form input[type=number]:focus,
body#js-ticketed_event_widget #can_embed_form input[type=tel]:focus,
body#js-ticketed_event_widget #can_embed_form textarea:focus,
body#js-ticketed_event_widget #can_embed_form select + span:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
}
body#js-ticketed_event_widget #can_embed_form .country_wrap {
  color: #fff;
}
body#js-ticketed_event_widget #can_embed_form .state_wrap, body#js-ticketed_event_widget #can_embed_form .donate_cc_month, body#js-ticketed_event_widget #can_embed_form .donate_cc_year {
  color: #4F5A63;
}
body#js-ticketed_event_widget #can_embed_form #form_col1 div:nth-of-type(6) {
  padding-top: 15px;
  border-top: 1px solid #fff;
}
body#js-ticketed_event_widget #can_embed_form #form_col2 {
  padding-top: 15px;
  border-top: 1px solid #fff;
}
body#js-ticketed_event_widget #can_embed_form .control-group {
  margin: 0 0 15px;
}
body#js-ticketed_event_widget #can_embed_form input[type=submit]#ticketed_event_form_button {
  line-height: 1;
  font-weight: 900;
  margin-top: 15px;
  color: #fff;
  background-color: #002c65;
  padding: 10px 15px;
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  border-radius: 0;
  text-align: center;
  min-width: 110px;
  text-decoration: none;
  background-color: #ffb515;
  color: #002c65;
}
body#js-ticketed_event_widget #can_embed_form #d_sharing, body#js-ticketed_event_widget #can_embed_form #donate_disclaimer {
  border: none;
}
body#js-ticketed_event_widget #can_embed_form #d_sharing label {
  margin-top: 20px;
  font-size: 14px !important;
  line-height: 16px !important;
}

/*
|--------------------------------------------------------------------------
| Calendar button
|--------------------------------------------------------------------------
|*/
.banner--training.usw-banner-single--event--no-banner .add-to-calendar-checkbox {
  color: #002c65;
}

.usw-banner-single--event--no-banner .add-to-calendar-checkbox {
  color: #fff;
}

.addeventatc {
  position: relative;
}

.addeventatc .alarm_reminder,
.addeventatc .all_day_event,
.addeventatc .attendees,
.addeventatc .calname,
.addeventatc .client,
.addeventatc .date_format,
.addeventatc .description,
.addeventatc .end,
.addeventatc .facebook_event,
.addeventatc .location,
.addeventatc .method,
.addeventatc .organizer,
.addeventatc .organizer_email,
.addeventatc .recurring,
.addeventatc .start,
.addeventatc .status,
.addeventatc .timezone,
.addeventatc .title,
.addeventatc .transp,
.addeventatc .uid {
  display: none !important;
}

/* Drop down */
.addeventatc_dropdown {
  width: 230px;
  position: absolute;
  padding: 6px 0;
  font-size: 16px;
  line-height: 20px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  background: #fff;
  border-radius: 25px;
  text-decoration: none;
  text-align: left;
  margin-left: -1px;
  display: none;
  box-shadow: none;
  transform: scale(0.98, 0.98) translateY(5px);
  z-index: -1;
  transition: transform 0.15s ease;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) {
  .addeventatc_dropdown {
    font-size: 18px;
    line-height: 25px;
  }
}

.addeventatc_dropdown.topdown {
  transform: scale(0.98, 0.98) translateY(-5px) !important;
}

.add-to-calendar-checkbox {
  padding: 0;
  background: none;
  border-radius: 0;
  margin-top: 15px;
  font-size: 16px;
  line-height: 20px;
  line-height: 1;
  font-weight: 700;
  border: none;
  color: #002c65;
}
.add-to-calendar-checkbox > .fas {
  padding-left: 10px;
}
.add-to-calendar-checkbox:hover {
  background: none;
  color: #004298;
}
.add-to-calendar-checkbox:focus {
  box-shadow: none;
  border: none;
  outline: 0.2rem solid #004298;
}

.usw-banner-single--event--no-banner .add-to-calendar-checkbox:hover {
  color: #ffb515;
}

.single-training .usw-banner-single--event--no-banner .add-to-calendar-checkbox:hover {
  color: #004298;
}

.addeventatc .active {
  display: block;
  top: 60px;
  left: 0px;
}

.addeventatc_dropdown {
  border: solid 1px #c0c9cc;
}

.addeventatc_dropdown a {
  display: block;
  width: calc(100% - 12px);
  margin: 0 auto;
  border-radius: 25px;
  line-height: 100%;
  background: none;
  text-decoration: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  line-height: 1;
  color: #002c65;
  font-weight: 600;
  padding: 14px 10px 14px 55px;
  transition: background-color 0.3s;
}

.addeventatc_dropdown a:hover {
  background-color: #c0c9cc;
  text-decoration: none;
}

.addeventatc_dropdown .frs {
  display: none;
}

.addeventatc_dropdown .frs a:hover {
  color: #c0c9cc !important;
}

.addeventatc_dropdown .ateappleical {
  background: url("../img/gfx/icon-apple-t5.svg") 18px 40% no-repeat;
  background-size: 22px 100%;
}

.addeventatc_dropdown .ategoogle {
  background: url("../img/gfx/icon-google-t5.svg") 18px 50% no-repeat;
  background-size: 22px 100%;
}

.addeventatc_dropdown .ateoutlook {
  background: url("../img/gfx/icon-outlook-t5.svg") 18px 50% no-repeat;
  background-size: 22px 100%;
}

.addeventatc_dropdown .ateoutlookcom {
  background: url("../img/gfx/icon-outlookcom-t5.svg") 18px 50% no-repeat;
  background-size: 22px 100%;
}

.addeventatc_dropdown .ateyahoo {
  background: url("../img/gfx/icon-yahoo-t5.svg") 18px 50% no-repeat;
  background-size: 22px 100%;
}

.addeventatc_dropdown .atefacebook {
  background: url("../img/gfx/icon-facebook-t5.svg") 18px 50% no-repeat;
  background-size: 22px 100%;
}

.addeventatc_dropdown.addeventatc-selected {
  transform: scale(1, 1) translateY(0px);
  z-index: 99999999999;
}

.addeventatc_dropdown.topdown.addeventatc-selected {
  transform: scale(1, 1) translateY(0px) !important;
}

.addeventatc_dropdown .drop_markup {
  background-color: none;
}

.calendar_icon {
  width: 15px;
  margin-top: -6px;
  margin-left: 3px;
}

.wp-block-query-pagination {
  padding-top: 40px;
  padding-bottom: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  gap: 12px;
  font-weight: 800;
  font-size: 15px;
}
.wp-block-query-pagination a {
  text-decoration: none !important;
}
.wp-block-query-pagination a:hover {
  color: #002c65;
  text-decoration: underline !important;
}
.wp-block-query-pagination .current {
  background-color: #002c65;
  color: #FFFFFF;
  padding: 2px 5px;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers,
.wp-block-query-pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.wp-block-query-pagination .wp-block-query-pagination-next {
  position: relative;
}
.wp-block-query-pagination .wp-block-query-pagination-next::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 14px;
  background-image: url("../img/blue-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 8px;
}
.wp-block-query-pagination .wp-block-query-pagination-previous {
  position: relative;
}
.wp-block-query-pagination .wp-block-query-pagination-previous::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 14px;
  background-image: url("../img/blue-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
  transform: rotate(180deg);
}
.wp-block-query-pagination .wp-block-query-pagination-disabled {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #C0C9CC;
  text-transform: uppercase;
  font-weight: 800;
  background-color: transparent;
  border: none;
}
.wp-block-query-pagination .wp-block-query-pagination-disabled.wp-block-query-pagination-next::after {
  background-image: url("../img/grey-arrow.svg");
}
.wp-block-query-pagination .wp-block-query-pagination-disabled.wp-block-query-pagination-previous::before {
  background-image: url("../img/grey-arrow.svg");
}

/* Block Patterns
------------------------------------------------------------------------------*/
.usw-people-list.wp-block-columns .wp-block-columns {
  gap: 16px;
  font-size: 16px;
  border-bottom: 1px solid #dae0e2;
}
.usw-people-list.wp-block-columns .wp-block-columns h3 {
  font-size: 18px;
  line-height: 25px;
  margin-top: -3px;
  margin-bottom: 5px;
  font-weight: 800;
}
.usw-people-list.wp-block-columns .wp-block-columns p {
  font-size: 16px;
}
.usw-people-list.wp-block-columns:last-of-type .wp-block-columns {
  border-bottom: none;
}

.usw-photo-albums.wp-block-columns .wp-block-column {
  background-color: #B7DDDD;
  padding-bottom: 24px;
  position: relative;
}
.usw-photo-albums.wp-block-columns .wp-block-column::after {
  content: "";
  background-image: url("../img/card-corner-1-grey.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  height: 52px;
  width: 52px;
  bottom: 0;
  right: 0;
  background-color: transparent;
}
.usw-photo-albums.wp-block-columns .wp-block-column > *:not(.wp-block-image) {
  padding-left: 19px;
  padding-right: 19px;
}
.usw-photo-albums.wp-block-columns .wp-block-column > p {
  font-size: 0.875rem;
  margin-bottom: 0;
}
.usw-photo-albums.wp-block-columns .wp-block-column .wp-block-buttons {
  margin-top: 13px;
}
.usw-photo-albums.wp-block-columns .wp-block-column .wp-block-button__link {
  margin-bottom: 0;
  margin-top: 0;
}
.usw-photo-albums.wp-block-columns .wp-block-column h3 {
  margin-bottom: 9px;
}
.usw-photo-albums.wp-block-columns .usw-photo-albums__meta {
  margin-bottom: 10px;
}
.usw-photo-albums.wp-block-columns .usw-photo-albums__meta p {
  font-size: 0.875rem;
  font-weight: 800;
}
@media (min-width: 768px) {
  .usw-photo-albums.wp-block-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .usw-photo-albums.wp-block-columns .wp-block-column {
    grid-column: span 1;
  }
}

/* Blocks
------------------------------------------------------------------------------*/
.body-content .wp-block-query .wp-block-query-pagination a {
  text-decoration: none;
  font-weight: 800;
}

.wp-block-post-excerpt__more-link {
  position: relative;
  z-index: 2;
}
.wp-block-post-excerpt__more-link:hover {
  background-color: #FFFFFF;
  color: #002c65;
}

.body-content .wp-block-post a.wp-block-post-excerpt__more-link,
.body-content .wp-block-post .wp-block-post-terms a {
  text-decoration: none;
}
.body-content .wp-block-post .wp-block-post-terms a,
.body-content .wp-block-post .wp-block-post-date,
.body-content .wp-block-post .wp-block-post-title a {
  font-weight: 800;
}

ul.wp-block-post-template {
  list-style: none;
  padding-left: unset;
  margin-bottom: unset;
}
ul.wp-block-post-template li {
  text-indent: unset;
}
ul.wp-block-post-template li::before {
  display: none;
}

.wp-block-query {
  margin-bottom: 45px;
}
.wp-block-query .wp-block-post-date {
  font-weight: 700;
}
.wp-block-query .wp-block-post-template {
  gap: 30px;
}
.wp-block-query .wp-block-post-terms,
.wp-block-query .wp-block-post-date {
  font-size: 14px;
  line-height: 17px;
  line-height: 19px;
  display: block;
  margin-bottom: calc(15px);
}
.wp-block-query .wp-block-post__date-terms,
.wp-block-query .wp-block-post-meta {
  display: block;
  gap: 4px;
}
.wp-block-query .wp-block-post__date-terms > *,
.wp-block-query .wp-block-post-meta > * {
  display: inline;
}
.wp-block-query .wp-block-post-date {
  position: relative;
  padding-right: 2px;
}
.wp-block-query .wp-block-post-date::after {
  content: "|";
  font-weight: 800;
  padding-left: 2px;
}
.wp-block-query .wp-block-post {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.wp-block-query .wp-block-post a:not(.wp-block-post-excerpt__more-link):hover {
  text-decoration: underline;
  color: inherit;
}
.wp-block-query .wp-block-post-featured-image {
  margin: 0;
  display: block;
  height: 175px;
}
.wp-block-query .wp-block-post-featured-image img {
  margin-bottom: 0 !important;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.wp-block-query .wp-block-post {
  position: relative;
}
.wp-block-query .wp-block-post-title a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
.wp-block-query .wp-block-post-title {
  margin-bottom: calc(15px - 2px);
  font-size: 22px;
  line-height: 28px;
  line-height: 27px;
  font-weight: 800;
  width: 100%;
}
.wp-block-query .wp-block-post__body {
  background-color: #c0c9cc;
  min-height: 280px;
  padding: 15px;
  padding-right: 30px;
  overflow: hidden;
  position: relative;
  flex: auto;
}
.wp-block-query .wp-block-post__body::after {
  content: "";
  background-image: url("../img/card-corner-1-white.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  height: 77px;
  width: 77px;
  bottom: 0;
  right: 0;
  background-color: transparent;
}
.wp-block-query .wp-block-post:nth-of-type(even) .wp-block-post__body::after {
  background-image: url("../img/card-corner-3-white.svg");
  height: 110px;
  width: 110px;
}
.wp-block-query .wp-block-post.type-resources:nth-of-type(even) .wp-block-post__body::after {
  background-image: url("../img/card-corner-2-white.svg");
}

.wp-block-post.type-campaigns .wp-block-post__body {
  background-color: #ffb515;
  min-height: 3px;
}
.wp-block-post.type-campaigns .wp-block-post-featured-image {
  height: 247px;
}
.wp-block-post.type-campaigns .wp-block-post-excerpt__excerpt {
  display: none;
}
.wp-block-post.type-campaigns .wp-block-post-title {
  margin-bottom: 59px;
}
.wp-block-post.type-campaigns .wp-block-post-excerpt__more-link {
  color: #ffb515;
}

.wp-block-post.type-resources .wp-block-post__body {
  background-color: #002c65;
  color: #FFFFFF;
}
.wp-block-post.type-resources .wp-block-post-title a {
  color: #FFFFFF;
}
.wp-block-post.type-resources .wp-block-post-title a:hover {
  text-decoration: underline;
  color: #FFFFFF;
}
.wp-block-post.type-resources .wp-block-post-terms a,
.wp-block-post.type-resources .wp-block-post-excerpt__excerpt {
  color: #FFFFFF;
}
.wp-block-post.type-resources .wp-block-post-excerpt__more-link {
  background-color: #ffb515;
  color: #002c65;
}
.wp-block-post.type-resources .wp-block-post-featured-image {
  height: 232px;
}
.wp-block-post.type-resources.resource_type-video .wp-block-post-featured-image a {
  position: relative;
}
.wp-block-post.type-resources.resource_type-video .wp-block-post-featured-image a::after {
  content: "";
  display: block;
  background-image: url("../img/play-video.svg");
  width: 54px;
  height: 54px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 87px;
  left: calc(50% - 27px);
  right: 0;
  z-index: 5;
  position: absolute;
}

.wp-block-cover {
  align-items: flex-end;
  padding: 20px 20px 40px 20px;
  margin-bottom: 60px;
}
.wp-block-cover::before {
  display: block;
  content: "";
  z-index: 2;
  height: 80px;
  width: 80px;
  position: absolute;
  bottom: -1px;
  right: -1px;
  background-color: transparent;
  background-image: url("../img/card-corner-3-white.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 100%;
}
.wp-block-cover h2 {
  margin-top: 0;
}
.wp-block-cover .wp-element-button,
.wp-block-cover .wp-block-button__link {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .wp-block-cover {
    padding: 37px 90px 37px 35px;
    min-height: 465px;
  }
  .wp-block-cover::before {
    height: 133px;
    width: 133px;
  }
}

.usw-campaign-block {
  background-color: #ffb515;
  padding: 30px;
  margin-bottom: 25px;
  position: relative;
}
.usw-campaign-block::after {
  content: "";
  background-image: url("../img/card-corner-2-grey.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  height: 93px;
  width: 93px;
  bottom: 0;
  right: 0;
  background-color: transparent;
}
.usw-campaign-block .btn {
  color: #ffb515;
}
.usw-campaign-block .btn:hover, .usw-campaign-block .btn:focus {
  color: #FFFFFF;
  background-color: #002c65;
}
.usw-campaign-block__title {
  font-size: 2rem;
  line-height: 1.3125;
}
.usw-campaign-block__content {
  display: flex;
  gap: 22px;
  flex-direction: column-reverse;
  margin-top: 20px;
}
.usw-campaign-block__content img {
  display: block;
}
.usw-campaign-block__content p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .usw-campaign-block__content {
    flex-direction: row;
  }
  .usw-campaign-block__content img {
    align-self: flex-start;
    max-width: 267px;
    aspect-ratio: 267/215;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.is-style-label-text {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
}

/* Sections
------------------------------------------------------------------------------*/
@media (max-width: 992px) {
  .no-scroll {
    overflow: hidden;
    width: 100%;
  }
}

#wpadminbar {
  position: fixed;
}

.admin-bar .modal-dialog {
  padding-top: 46px;
}
.admin-bar .navbar {
  top: 46px;
}
@media (min-width: 992px) {
  .admin-bar .navbar {
    top: 32px;
  }
}
.admin-bar #header .navbar-collapse {
  height: calc(100vh - 136px);
}
@media (min-width: 992px) {
  .admin-bar #header .navbar-collapse {
    height: calc(100vh - 122px);
  }
}
@media (min-width: 1200px) {
  .admin-bar #header .navbar-collapse {
    height: auto;
  }
}
@media (min-width: 992px) {
  .admin-bar .header-search__wrapper {
    top: 33px !important;
  }
  .admin-bar .modal-dialog {
    padding-top: 32px;
  }
}
.admin-bar .select2-container .select2-dropdown {
  margin-top: 17px;
}

#header {
  background-color: #002c65;
  height: 90px;
  width: 100%;
  padding: 0px 15px;
  z-index: 99;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}
#header .navbar-brand {
  padding: 0px;
  position: relative;
  width: 125px;
  margin-right: 0px;
  transition: 0s;
}
#header .navbar-brand-img {
  position: relative;
  top: -4px;
  z-index: 2;
}
#header .navbar-collapse {
  overflow-y: scroll;
  position: absolute;
  top: 90px;
  width: 100%;
  left: 0;
  background: #FFFFFF;
  height: calc(100vh - 90px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 20px;
}
@media (min-width: 1200px) {
  #header .navbar-collapse {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0px;
    height: auto;
  }
}
#header .navbar-collapse.collapse {
  display: none;
}
@media (min-width: 1200px) {
  #header .navbar-collapse {
    overflow: visible;
    position: relative;
    top: 0px;
    background: transparent;
    height: auto;
    padding-bottom: 0px;
  }
  #header .navbar-collapse.collapse .navbar-nav .menu-item {
    opacity: 1;
    transform: translatex(0px);
  }
}
#header ul.navbar-nav {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
#header ul.navbar-nav li {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  #header ul.navbar-nav li {
    margin-bottom: 0px;
  }
}
#header ul.navbar-nav li:after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url("../img/yellow-arrow.svg");
  background-repeat: no-repeat;
  margin-bottom: -3px;
}
@media (min-width: 1200px) {
  #header ul.navbar-nav li:after {
    content: unset;
  }
}
#header ul.navbar-nav li a {
  font-family: "Open Sans", sans-serif;
  font-weight: 900;
  font-size: 20px;
  text-transform: uppercase;
  color: #002c65;
  margin: 0px 10px;
}
@media (min-width: 1200px) {
  #header ul.navbar-nav li a {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    display: block;
  }
}
#header ul.navbar-nav li a:hover {
  color: #ffb515;
  text-decoration: underline;
}
@media (min-width: 1200px) {
  #header ul.navbar-nav {
    margin-left: 30px;
  }
}
#header .usw-nav__icon-container {
  display: flex;
  margin-top: 15px;
  width: 100%;
}
@media (min-width: 1200px) {
  #header .usw-nav__icon-container {
    margin-top: 0px;
    width: auto;
  }
}
#header .usw-nav__icon-btn {
  height: 48px;
  min-width: 48px;
  width: 48px;
  background-color: #ffb515;
  color: #002c65;
  border-radius: 100%;
  font-family: "Open Sans", sans-serif;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 10px;
  font-size: 22px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  #header .usw-nav__icon-btn {
    height: 35px;
    min-width: 35px;
    width: 35px;
    background-color: #c0c9cc;
    font-size: 16px;
  }
}
#header .usw-nav__icon-btn:hover {
  background-color: #ffb515;
}
#header .usw-nav--search {
  margin: 0px 5px 0px 0px;
}
#header .usw-search__wrapper {
  width: 100%;
  display: flex;
}
@media (min-width: 1200px) {
  #header .usw-search__wrapper {
    transition: 0.3s;
    transform: translatey(-150%);
    position: fixed;
    align-items: center;
    height: 90px;
    background-color: #002c65;
    padding: 20px 30px;
    left: 0px;
  }
}
#header .usw-search__wrapper .usw-nav--search {
  display: none;
}
@media (min-width: 1200px) {
  #header .usw-search__wrapper .usw-nav--search {
    display: flex;
  }
}
#header .usw-search__box {
  display: none;
  height: 40px;
  width: 100%;
  border-bottom: 1px solid #002c65;
  padding-bottom: 5px;
}
@media (min-width: 1200px) {
  #header .usw-search__box {
    display: flex;
    height: 56px;
  }
}
#header .usw-search__box #headerSearch {
  height: 40px;
  border: none;
  outline: none;
  width: 100%;
  background: transparent;
  border-bottom: none;
  padding-left: 10px;
}
@media (min-width: 1200px) {
  #header .usw-search__box #headerSearch {
    margin-top: 5px;
    color: #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
  }
}
#header .usw-search__box #headerSearch:active {
  outline: none;
  background: transparent;
}
#header .usw-search__box #search-close {
  background: none;
  border: none;
  outline: none;
  font-size: 20px;
}
@media (min-width: 1200px) {
  #header .usw-search__box #search-close {
    color: #FFFFFF;
  }
}
@media (min-width: 1200px) {
  #header .usw-search__wrapper.search-active {
    transform: translatey(-30px);
  }
}
#header .usw-search__wrapper.search-active .usw-nav--search {
  display: none;
}
#header .usw-search__wrapper.search-active .usw-search__box {
  display: flex;
  margin-left: auto;
  width: 100%;
}
@media (min-width: 768px) {
  #header .usw-search__wrapper.search-active .usw-search__box {
    max-width: calc(100% - 125px);
  }
}
#header .usw-nav__contact-bar {
  height: 75px;
  width: 100vw;
  display: block;
  background-color: #002c65;
  margin-left: -20px;
  position: absolute;
  bottom: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  #header .usw-nav__contact-bar {
    display: none;
  }
}

.nav-btn {
  position: relative;
  padding: 5px 20px;
  margin-right: -15px;
  display: block;
  color: #002c65;
}
.nav-btn:hover {
  text-decoration: none;
}
.nav-btn i {
  transition: transform 0.3s, scale 0.3s, opacity 0.1s;
  color: #FFFFFF;
  font-size: 27px;
}
.nav-btn .fa-times {
  opacity: 0;
  position: absolute;
  left: 23.5px;
  transform: scale(0.1);
  top: 3px;
}

.menu-open .nav-btn--menu .fa-bars {
  display: block;
  opacity: 0;
  transform: scale(0.1);
}
.menu-open .nav-btn--menu .fa-times {
  display: block;
  opacity: 1;
  transform: scale(1);
}

.usw-nav--search.usw-search-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

.usw-footer {
  background-color: #002c65;
  padding: 30px;
  color: #FFFFFF;
}
.usw-footer .footer-nav {
  padding: 0px;
  margin: 0px 0px 30px 0px;
  list-style: none;
}
.usw-footer .footer-nav li {
  margin-bottom: 5px;
}
.usw-footer .footer-nav li a {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
.usw-footer .footer-nav li a:hover {
  color: #ffb515;
  text-decoration: underline;
}
.usw-footer .usw-footer__contact {
  font-size: 14px;
  line-height: 17px;
  display: block;
  color: #FFFFFF;
  margin-bottom: 5px;
}
.usw-footer address.usw-footer__contact {
  margin-bottom: 15px;
  line-height: 20px;
}
.usw-footer .usw-footer__social {
  margin-top: 25px;
  display: flex;
  width: 230px;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .usw-footer .usw-footer__social {
    margin-bottom: 0px;
  }
}
.usw-footer .usw-footer__mini-links {
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 13px;
  font-weight: 600;
  padding-right: 12px;
  display: inline-block;
}
.usw-footer .usw-footer__mini-links:not(:last-of-type) {
  border-right: 1px solid #ccc;
}
.usw-footer .usw-footer__mini-links:not(:first-of-type) {
  padding-left: 8px;
}
.usw-footer .usw-footer__mini-links:hover {
  color: #ffb515;
  text-decoration: underline;
}
.usw-footer .usw-nav__icon-btn {
  height: 48px;
  min-width: 48px;
  width: 48px;
  background-color: #ffb515;
  color: #002c65;
  border-radius: 100%;
  font-family: "Open Sans", sans-serif;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 0px 20px 0px;
  font-size: 22px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .usw-footer .usw-nav__icon-btn {
    height: 35px;
    min-width: 35px;
    width: 35px;
    background-color: #c0c9cc;
    font-size: 16px;
  }
}
.usw-footer .usw-nav__icon-btn:hover {
  background-color: #ffb515;
}

/*
|--------------------------------------------------------------------------
| Search Box
|--------------------------------------------------------------------------
*/
.home-search__container {
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
  position: relative;
}
@media (min-width: 768px) {
  .home-search__container {
    margin-top: -150px;
    width: 80%;
  }
}
.home-search__container .home-search__title {
  font-size: 22px;
  line-height: 28px;
  background-color: #ffb515;
  padding: 15px;
  color: #002c65;
  font-weight: 700;
}
.home-search__container .home-search__label {
  font-size: 16px;
  line-height: 20px;
  color: #002c65;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}
.home-search__container .home-search__content {
  background-color: #c0c9cc;
  padding: 15px;
  min-height: 130px;
}
.home-search__container .home-search__links {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .home-search__container .home-search__links {
    -moz-column-count: 2;
    column-count: 2;
  }
}
.home-search__container .home-search__links li a {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
  display: inline-block;
  line-height: 22px;
  transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
  position: relative;
  z-index: 1;
  padding: 2px 4px 1px;
  margin-left: -4px;
}
.home-search__container .home-search__links li a:after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 4px;
  left: 4px;
  background-color: #002c65;
  transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
  transform-origin: bottom center;
  z-index: -1;
}
.home-search__container .home-search__links li a:hover {
  color: #ffffff;
}
.home-search__container .home-search__links li a:hover:after {
  right: 0;
  left: 0;
  height: 100%;
}

.home-search__content {
  width: 100%;
}
.home-search__content form {
  display: flex;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .home-search__content form {
    padding-right: 30px;
  }
}
.home-search__content .home-search__input {
  border-radius: 0;
  width: 100%;
  border: none;
  height: 34px;
  padding-left: 10px;
}
.home-search__content .home-search__btn {
  background: #002c65;
  outline: none;
  border: none;
  color: #FFFFFF;
  height: 34px;
  width: 34px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-search__content .home-search__btn:hover {
  background: #ffb515;
  color: #002c65;
}

.home-section__featured {
  padding-top: 30px;
  padding-bottom: 0px;
}
@media (min-width: 768px) {
  .home-section__featured {
    padding-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .home-section__featured {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.home-section__featured .card {
  height: calc(100% - 30px);
}
.home-section__featured .card .card__img {
  height: 245px;
}
.home-section__featured .card .card__body {
  min-height: 210px;
}
.home-section__featured .card--post .card__excerpt, .home-section__featured .card--resource .card__excerpt {
  display: none;
}

.subscribe-training {
  margin-bottom: -30px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .subscribe-training {
    margin-bottom: 0px;
  }
}
@media (min-width: 992px) {
  .subscribe-training {
    margin-top: 0px;
  }
}

.page-template-page-get-involved .featured-campaign {
  margin-bottom: -10px;
}
@media (min-width: 768px) {
  .page-template-page-get-involved .featured-campaign {
    margin-top: 20px;
    margin-bottom: 0px;
  }
}

.page-template-page-member-support .body-content .content-section--grey:nth-last-child(1), .page-template-page-member-support .body-content .content-section--white:nth-last-child(1) {
  margin-bottom: -40px;
}
@media (max-width: 768px) {
  .page-template-page-member-support .body-content {
    padding-top: 8px;
  }
}

.single-issues .section--grey,
.single-issues .content-section--grey,
.single-issues .section--white,
.single-issues .content-section--white {
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .single-issues .section--grey,
  .single-issues .content-section--grey,
  .single-issues .section--white,
  .single-issues .content-section--white {
    padding-bottom: 30px;
  }
}

.single-post .btn--facebook {
  margin-top: 30px;
}
.single-post .usw-sidebar {
  margin-top: -20px;
}
@media (min-width: 768px) {
  .single-post .usw-sidebar {
    margin-top: 0px;
  }
}
@media (min-width: 992px) {
  .single-post .usw-sidebar {
    margin-top: 50px;
  }
}

.page-template-humanity-fund .sidebar-menu {
  margin-top: -2px;
}
@media (min-width: 992px) {
  .page-template-humanity-fund .sidebar-menu {
    margin-top: 98px;
  }
}
.page-template-humanity-fund .featured-campaign {
  margin-left: -12px;
  margin-right: -12px;
}
@media (min-width: 768px) {
  .page-template-humanity-fund .featured-campaign {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.page-template-page-district .sidebar-menu {
  margin-top: -2px;
}
@media (min-width: 992px) {
  .page-template-page-district .sidebar-menu {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .page-template-page-district .district__featured-section {
    padding-top: 0px;
  }
}

.page-template-default .card-resource:first-child:after {
  display: none;
}

.single-campaigns .body-content > .wp-block-usw-section:first-child {
  margin-top: -30px;
}
@media (min-width: 992px) {
  .single-campaigns .body-content > .wp-block-usw-section:first-child {
    margin-top: -40px;
  }
}

/*
|--------------------------------------------------------------------------
| Section Blocks
|--------------------------------------------------------------------------
*/
.content-section--grey {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  background-color: #f8f8f8;
}
@media (min-width: 768px) {
  .content-section--grey {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.content-section--grey:after {
  content: "";
  position: absolute;
  top: 0;
  left: -0.75rem;
  background-color: #f8f8f8;
  height: 100%;
  width: 100vw;
  z-index: -1;
}
@media (min-width: 576px) {
  .content-section--grey:after {
    left: calc(-1 * (100vw - 540px + 26px) / 2);
  }
}
@media (min-width: 768px) {
  .content-section--grey:after {
    left: calc(-1 * (100vw - 720px + 26px) / 2);
  }
}
@media (min-width: 992px) {
  .content-section--grey:after {
    left: calc(-1 * (100vw - 960px + 26px) / 2);
  }
}
@media (min-width: 1200px) {
  .content-section--grey:after {
    left: -150%;
    width: calc(100vw + 150%);
  }
}

.content-section--white {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #FFFFFF;
}
@media (min-width: 768px) {
  .content-section--white {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.wp-block-section-with-button h2,
.wp-block-usw-section h2 {
  margin-top: 0px;
}

.body-content .contact-block h2 {
  margin-top: 40px;
}

.pdf-accessibility-text {
  margin-top: 15px;
  font-size: 14px;
  line-height: 17px;
}

/* Pages
------------------------------------------------------------------------------*/
.latest-news-filters {
  position: relative;
  top: -110px;
}

.find-more-events {
  padding: 0px 15px;
  background-color: #002c65;
  color: #FFFFFF;
  position: sticky;
  top: 140px;
  margin-top: 30px;
}
.find-more-events .btn:hover {
  background-color: #ffb515;
  color: #002c65;
}
.find-more-events p,
.find-more-events h3,
.find-more-events h4 {
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .find-more-events {
    margin-top: 0px;
  }
}
.find-more-events .find-more-events__block {
  padding: 30px 0px;
}
.find-more-events .find-more-events__block:last-of-type {
  border-top: 1px solid #FFFFFF;
}
.find-more-events .find-more-events__title {
  font-size: 22px;
  line-height: 28px;
  font-weight: 800;
}
.find-more-events .find-more-events__excerpt {
  margin-bottom: 0;
}

.contact-block .contact-block__location {
  color: #002c65;
  font-size: 18px;
  line-height: 25px;
  font-weight: 800;
}
@media (min-width: 768px) {
  .contact-block .contact-block__location {
    font-size: 22px;
    line-height: 28px;
  }
}

.bio-modal .modal-dialog {
  max-width: 700px;
}
@media (min-width: 992px) {
  .bio-modal .modal-dialog {
    max-width: 900px;
  }
}
@media (min-width: 768px) {
  .bio-modal .modal-body {
    padding: 30px;
  }
}
@media (min-width: 768px) {
  .bio-modal .modal-head {
    display: flex;
  }
}
@media (min-width: 768px) {
  .bio-modal .modal-head .modal-meta {
    margin-left: 20px;
    align-self: center;
  }
}
.bio-modal .modal-head .modal-title {
  font-size: 38px;
  line-height: 42px;
  margin-top: 10px;
}
.bio-modal .modal-head .modal-label {
  color: #002c65;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 10px;
}
.bio-modal .modal-excerpt {
  margin-top: 30px;
}
.bio-modal .modal-image {
  width: 200px;
  min-height: 200px;
  background-color: #c0c9cc;
}
.bio-modal .modal-image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.bio-modal .modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 1;
  z-index: 2;
  padding: 4px 8px;
  background: transparent;
  border-radius: 0;
  border: none;
}
.bio-modal .modal-close i {
  font-size: 26px;
  text-shadow: none;
  position: relative;
  top: 1px;
}

.staff-directory .staff_members {
  margin: 20px 0px;
  color: #002c65;
}

/*
|--------------------------------------------------------------------------
| History - Timeline
|--------------------------------------------------------------------------
*/
#timeline {
  margin: 0 auto;
  margin-top: 60px;
  position: relative;
}
#timeline::before {
  /* this is the vertical line */
  content: "";
  position: absolute;
  top: 0px;
  left: -15px;
  height: calc(100% + 40px);
  width: 10px;
  z-index: -1;
  background: #002c65;
}
@media (min-width: 992px) {
  #timeline::before {
    top: 40px;
    width: 6px;
  }
}
@media (min-width: 992px) {
  #timeline {
    padding-top: 30px;
  }
  #timeline:before {
    left: 50%;
    margin-left: -7px;
  }
}

.timeline__date {
  font-size: 50px;
  margin-bottom: 20px;
}

.timeline__month {
  font-size: 18px;
  text-transform: uppercase;
  margin-top: -10px;
  display: block;
  font-weight: 700;
  color: rgba(0, 44, 101, 0.7);
  margin-bottom: 3px;
}

.timeline__block {
  position: relative;
  margin: 30px 0px 60px 0px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 15px;
  flex-direction: column;
}
.timeline__block .timeline__img {
  transform: scale(0.7);
  transition: 0.5s;
}
.timeline__block .timeline__img:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #002c65;
  border-radius: 50%;
  transition: 0.9s;
  opacity: 0.8;
  transition-timing-function: cubic-bezier(0, 0.91, 0.66, 1);
}
.timeline__block.reveal .timeline__img {
  transform: scale(1);
  filter: none;
}
.timeline__block.reveal .timeline__img:before {
  opacity: 0;
}
.timeline__block.reveal .body-content * {
  opacity: 1;
  transform: translatey(0);
}
.timeline__block.revealed .btn {
  transition: 0.15s ease-in-out;
  transition-delay: 0s;
  transition-timing-function: linear;
}
.timeline__block:after {
  content: "";
  display: table;
  clear: both;
}
.timeline__block:before {
  content: "";
  display: block;
  position: absolute;
  left: -7.5px;
  top: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 16px;
  border-color: transparent transparent transparent #002c65;
}
@media (min-width: 992px) {
  .timeline__block {
    flex-direction: row;
    display: block;
  }
  .timeline__block:before {
    display: none;
  }
}

.timeline__img {
  display: none;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  flex-shrink: 0;
  border-radius: 50%;
  margin-left: 12px;
  background-color: #002c65;
}
.timeline__img img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
@media (min-width: 992px) {
  .timeline__img {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -28px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    z-index: 1;
  }
}

.timeline__content {
  position: relative;
  margin-left: 15px;
  background: transparent;
}
.timeline__content:after {
  content: "";
  display: table;
  clear: both;
}

.timeline__content .circular {
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-size: cover;
}

.timeline__block .timeline__img .circular {
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-size: cover;
  border: 5px solid #002c65;
}

.timeline__content p {
  margin-bottom: 15px;
  line-height: 24px;
}

.timeline__content .date {
  font-weight: 700;
  color: #002c65;
}

@media only screen and (min-width: 992px) {
  .timeline__block:first-child {
    margin-top: 0;
  }
  .timeline__content {
    margin-left: 0;
    padding: 0 0 20px 0;
    width: 45%;
  }
  .timeline__block:nth-child(even) .timeline__content {
    float: right;
    padding-left: 10px;
  }
  .timeline__block:nth-child(odd) .timeline__content {
    text-align: right;
    padding-right: 40px;
  }
  .timeline__block:nth-child(odd) .timeline__content .body-content {
    margin-left: auto;
  }
}
.archive main {
  padding-top: 40px;
}
.archive .card__body {
  background-color: #c0c9cc;
}
.archive .card .card__excerpt,
.archive .card .card__title,
.archive .card .card__body {
  color: #002c65;
}

.usw-shf-contact {
  position: relative;
}
@media (min-width: 992px) {
  .usw-shf-contact__newsletter {
    margin-top: -150px;
  }
}

.shf-resources-query li.type-resources:first-of-type .card-resource::after,
.page-template-humanity-fund-resources .resource-wrap:first-of-type .card-resource::after {
  display: none;
}

@media (min-width: 768px) {
  .shf-resources-query li.type-resources:nth-child(2) .card-resource::after,
  .page-template-humanity-fund-resources .resource-wrap:nth-child(2) .card-resource::after {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */