@charset "UTF-8";
/*
-----------------------------------------------------------------------------------------------------------------------------------
_style.scss - Main SCSS file where all other modular files are included and together compiled to plain CSS with Gulp Sass compiler
-----------------------------------------------------------------------------------------------------------------------------------
 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Sans+Narrow&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&display=swap");
html,
body {
  overflow-x: hidden; }

body h1 {
  font-size: 36px;
  color: #ed252b;
  font-weight: 700;
  font-family: "Muli", sans-serif; }
  @media (max-width: 991px) {
    body h1 {
      font-size: 33px; } }
  @media (max-width: 767px) {
    body h1 {
      font-size: 30px; } }
  @media (max-width: 575px) {
    body h1 {
      font-size: 27px; } }

body h2 {
  font-size: 28px;
  color: #000;
  font-weight: 400;
  font-family: "Muli", sans-serif; }
  @media (max-width: 991px) {
    body h2 {
      font-size: 26px; } }
  @media (max-width: 767px) {
    body h2 {
      font-size: 24px; } }
  @media (max-width: 575px) {
    body h2 {
      font-size: 22px; } }

body h3 {
  font-size: 28px;
  color: #13345a;
  font-weight: 700;
  font-family: "Roboto", sans-serif; }
  @media (max-width: 991px) {
    body h3 {
      font-size: 26px; } }
  @media (max-width: 767px) {
    body h3 {
      font-size: 24px; } }
  @media (max-width: 575px) {
    body h3 {
      font-size: 22px; } }

body p {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  font-family: "Open Sans", sans-serif; }
  body p a {
    word-break: break-all; }

body li {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  font-family: "Open Sans", sans-serif; }

body table {
  width: auto; }
  body table tbody tr td {
    border: 1px solid #000;
    padding: 7px 9px;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    font-family: "Open Sans", sans-serif; }

body a {
  font-size: 15px;
  color: #ed252b;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  text-decoration: none; }
  body a:hover {
    color: #ed252b;
    text-decoration: underline; }
  body a:active, body a:focus {
    text-decoration: none;
    border: none;
    outline: none;
    outline-offset: 0; }

body .btn-primary {
  background-color: #fff;
  color: #deb700;
  box-sizing: border-box;
  border: 2px solid #deb700;
  border-radius: 12px;
  text-transform: capitalize;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  padding: 5px 35px;
  transition: 0.3s; }
  body .btn-primary:hover, body .btn-primary:active, body .btn-primary:focus {
    background-color: #deb700;
    color: #fff;
    border: 2px solid #deb700;
    text-decoration: none;
    box-shadow: none;
    transition: 0.3s;
    outline: none; }

body .btn-secondary {
  background-color: #fff;
  color: #ed252b;
  box-sizing: border-box;
  border: 2px solid #ed252b;
  border-radius: 12px;
  text-transform: capitalize;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  padding: 5px 35px;
  transition: 0.3s; }
  body .btn-secondary:hover, body .btn-secondary:active, body .btn-secondary:focus {
    background-color: #ed252b;
    color: #fff;
    border: 2px solid #ed252b;
    text-decoration: none;
    box-shadow: none;
    transition: 0.3s;
    outline: none; }

body .btn-group {
  display: block; }

body .mailto {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700; }

body .intro-text {
  margin: 50px -30px 59px -30px; }
  @media (max-width: 575px) {
    body .intro-text {
      margin: 50px 0px 56px 0px; } }
  body .intro-text p {
    font-size: 22px; }
  body .intro-text a {
    font-size: 22px; }

#main {
  min-height: 550px; }
  @media (max-width: 575px) {
    #main {
      min-height: 350px; } }

.row:before,
.row:after {
  width: 0px;
  height: 0px; }

.required-field {
  position: relative; }
  .required-field:after {
    content: " *";
    color: red;
    position: absolute;
    top: 3px;
    right: 10px;
    font-size: 24px; }

.webform-required {
  display: none; }

.form-select {
  border: 1px solid #ced4da;
  height: calc(1.5em + 0.75rem + 2px); }

.form-row > fieldset, .form-row > div, .d-flex > .js-form-item, .d-flex .form-actions {
  padding-right: 5px;
  padding-left: 5px;
  flex: 0 1 auto;
  width: auto;
  max-width: none; }

.form-control {
  height: calc(1.5em + 0.75rem + 2px); }

@media (min-width: 576px) {
  body .container, body .container-lg, body .container-md, body .container-sm, body .container-xl {
    max-width: 540px; } }

@media (min-width: 768px) {
  body .container, body .container-lg, body .container-md, body .container-sm, body .container-xl {
    max-width: 720px; } }

@media (min-width: 992px) {
  body .container, body .container-lg, body .container-md, body .container-sm, body .container-xl {
    max-width: 960px; } }

@media (min-width: 1200px) {
  body .container, body .container-lg, body .container-md, body .container-sm, body .container-xl {
    max-width: 1140px; } }

@media (min-width: 1400px) {
  body .container, body .container-lg, body .container-md, body .container-sm, body .container-xl {
    max-width: 1140px; } }

.footer {
  background-color: #4f4f4f;
  padding-bottom: 30px; }
  .footer .footer-info .footer-information {
    width: 100%;
    min-height: 212px;
    margin-bottom: 10px; }
    @media (max-width: 991px) {
      .footer .footer-info .footer-information {
        margin-bottom: 30px; } }
    .footer .footer-info .footer-information .footer-logo {
      display: flex;
      align-items: center;
      flex-direction: column;
      padding-top: 20px; }
    .footer .footer-info .footer-information .footer-info-content {
      display: flex;
      align-items: center;
      flex-direction: column;
      color: #fff; }
      .footer .footer-info .footer-information .footer-info-content .footer-site-name {
        color: #fff;
        font-weight: 700;
        font-size: 18px;
        margin-bottom: 0; }
      .footer .footer-info .footer-information .footer-info-content P {
        color: #fff;
        font-size: 18px;
        margin-bottom: 0;
        line-height: 1.3; }
        @media (max-width: 575px) {
          .footer .footer-info .footer-information .footer-info-content P {
            text-align: center; } }
      .footer .footer-info .footer-information .footer-info-content a {
        color: #fff;
        font-size: 18px; }
      .footer .footer-info .footer-information .footer-info-content .phone-number {
        padding-right: 40px;
        border-right: 1px solid #fff;
        line-height: 1; }
        @media (max-width: 575px) {
          .footer .footer-info .footer-information .footer-info-content .phone-number {
            padding-right: 0;
            border-right: none;
            display: block;
            margin-top: 10px; } }
      .footer .footer-info .footer-information .footer-info-content .email {
        padding-left: 34px;
        line-height: 1; }
        @media (max-width: 575px) {
          .footer .footer-info .footer-information .footer-info-content .email {
            padding-left: 0;
            display: block;
            margin-top: 10px; } }
  .footer .footer-info .copyright {
    display: inline-block; }
    .footer .footer-info .copyright p {
      color: #fff;
      font-size: 13px;
      margin-bottom: 0; }
    @media (max-width: 991px) {
      .footer .footer-info .copyright {
        display: block;
        text-align: center; } }
  .footer .footer-info .privacy {
    color: #fff;
    text-decoration: underline;
    display: inline-block;
    float: right;
    height: 34px; }
    @media (max-width: 991px) {
      .footer .footer-info .privacy {
        display: block;
        float: none; }
        .footer .footer-info .privacy ul {
          display: block;
          width: 100%;
          margin: 0; }
          .footer .footer-info .privacy ul li {
            display: block;
            width: 100%;
            text-align: center; } }
    .footer .footer-info .privacy a {
      color: #fff;
      font-size: 13px;
      text-decoration: underline;
      padding: 0;
      padding-top: 1px; }
      .footer .footer-info .privacy a:hover {
        background-color: transparent;
        text-decoration: none; }

.pre-header {
  background-color: #fff; }
  .pre-header .pre-header-content {
    height: 29px; }
    .pre-header .pre-header-content a.nav-link.nav-link--user-login {
      padding: 0;
      height: 100%;
      padding-left: 38px;
      padding-right: 38px;
      line-height: 1.6;
      background-color: #13345a;
      color: #fff;
      font-size: 16px;
      font-weight: 600; }
      .pre-header .pre-header-content a.nav-link.nav-link--user-login:hover {
        opacity: 0.7; }
    .pre-header .pre-header-content ul {
      height: 100%;
      border-bottom: 2px solid #fff;
      float: right; }
      .pre-header .pre-header-content ul .nav-item {
        height: 27px; }
        .pre-header .pre-header-content ul .nav-item .search {
          padding: 0;
          background-color: #7c90a0;
          color: #fff;
          height: 100%;
          padding-left: 28px;
          padding-right: 28px;
          line-height: 1.6;
          border-right: 2px solid #fff;
          font-size: 16px;
          font-weight: 600; }
          .pre-header .pre-header-content ul .nav-item .search::before {
            content: "\f002";
            font-family: "FontAwesome";
            font-weight: 400;
            padding-right: 6px; }
          .pre-header .pre-header-content ul .nav-item .search:hover {
            opacity: 0.7; }
          @media (max-width: 991px) {
            .pre-header .pre-header-content ul .nav-item .search {
              display: none; } }
        .pre-header .pre-header-content ul .nav-item .nav-link--user-login,
        .pre-header .pre-header-content ul .nav-item .nav-link--user {
          background-color: #13345a;
          color: #fff; }
        .pre-header .pre-header-content ul .nav-item .nav-link--user {
          display: none; }
        @media (max-width: 991px) {
          .pre-header .pre-header-content ul .nav-item {
            display: none; } }

.user-logged-in .pre-header .pre-header-content ul .nav-link--user {
  padding: 0;
  height: 100%;
  padding-left: 38px;
  padding-right: 38px;
  line-height: 1.6;
  background-color: #13345a;
  color: #fff;
  font-size: 16px;
  font-weight: 600; }
  .user-logged-in .pre-header .pre-header-content ul .nav-link--user:hover {
    opacity: 0.7; }

.header {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9;
  -webkit-box-shadow: 0px 9px 50px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 9px 50px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 9px 50px 0px rgba(0, 0, 0, 0.1); }
  .header .main-header {
    background-color: #ed252b;
    height: 50px;
    padding-top: 14px; }
    .header .main-header .navbar-brand {
      margin-top: -40px;
      margin-right: 0;
      padding: 0; }
      @media (max-width: 1199px) {
        .header .main-header .navbar-brand {
          width: 210px; } }
      .header .main-header .navbar-brand img {
        position: relative;
        z-index: 1;
        max-width: 220px; }
    .header .main-header .region-we-mega-menu .navbar {
      background-color: transparent;
      margin: 0;
      padding: 0; }
      .header .main-header .region-we-mega-menu .navbar .we-mega-menu-submenu-inner {
        min-height: 0px !important; }
      .header .main-header .region-we-mega-menu .navbar .we-mega-menu-ul {
        margin-left: auto; }
        .header .main-header .region-we-mega-menu .navbar .we-mega-menu-ul .we-mega-menu-li {
          border-left: none; }
          .header .main-header .region-we-mega-menu .navbar .we-mega-menu-ul .we-mega-menu-li.active a {
            text-decoration: underline;
            color: #fff; }
          .header .main-header .region-we-mega-menu .navbar .we-mega-menu-ul .we-mega-menu-li.my-profile {
            display: none; }
          @media (min-width: 991px) {
            .header .main-header .region-we-mega-menu .navbar .we-mega-menu-ul .we-mega-menu-li.login, .header .main-header .region-we-mega-menu .navbar .we-mega-menu-ul .we-mega-menu-li.search {
              display: none; } }
          .header .main-header .region-we-mega-menu .navbar .we-mega-menu-ul .we-mega-menu-li::before {
            content: "";
            display: block;
            border-left: 1px solid #fff;
            height: 15px;
            margin-top: 5px; }
            @media (max-width: 991px) {
              .header .main-header .region-we-mega-menu .navbar .we-mega-menu-ul .we-mega-menu-li::before {
                display: none; } }
          .header .main-header .region-we-mega-menu .navbar .we-mega-menu-ul .we-mega-menu-li:first-child::before {
            display: none; }
          .header .main-header .region-we-mega-menu .navbar .we-mega-menu-ul .we-mega-menu-li a {
            background-color: transparent;
            color: #fff;
            padding: 0 16px;
            text-transform: capitalize;
            font-size: 16px;
            font-weight: 600;
            font-family: "Open Sans", sans-serif; }
            @media (max-width: 1199px) {
              .header .main-header .region-we-mega-menu .navbar .we-mega-menu-ul .we-mega-menu-li a {
                padding: 0 9px; } }
            .header .main-header .region-we-mega-menu .navbar .we-mega-menu-ul .we-mega-menu-li a:hover {
              text-decoration: underline; }
            .header .main-header .region-we-mega-menu .navbar .we-mega-menu-ul .we-mega-menu-li a::before {
              display: none; }
          .header .main-header .region-we-mega-menu .navbar .we-mega-menu-ul .we-mega-menu-li .we-mega-menu-submenu {
            background-color: #ed252b;
            color: #fff;
            border: none;
            box-shadow: none !important;
            padding-top: 20px;
            min-height: 1px !important;
            -webkit-box-shadow: 0px 32px 50px 0px rgba(0, 0, 0, 0.1) !important;
            -moz-box-shadow: 0px 32px 50px 0px rgba(0, 0, 0, 0.1) !important;
            box-shadow: 0px 32px 50px 0px rgba(0, 0, 0, 0.1) !important; }
            @media (max-width: 1199px) {
              .header .main-header .region-we-mega-menu .navbar .we-mega-menu-ul .we-mega-menu-li .we-mega-menu-submenu {
                padding-top: 0; } }
            .header .main-header .region-we-mega-menu .navbar .we-mega-menu-ul .we-mega-menu-li .we-mega-menu-submenu .we-mega-menu-li {
              padding: 0;
              margin: 0;
              margin-bottom: 10px;
              width: 100%; }
              .header .main-header .region-we-mega-menu .navbar .we-mega-menu-ul .we-mega-menu-li .we-mega-menu-submenu .we-mega-menu-li.my-profile-2 {
                display: none; }
              .header .main-header .region-we-mega-menu .navbar .we-mega-menu-ul .we-mega-menu-li .we-mega-menu-submenu .we-mega-menu-li::before {
                display: none; }
              .header .main-header .region-we-mega-menu .navbar .we-mega-menu-ul .we-mega-menu-li .we-mega-menu-submenu .we-mega-menu-li a {
                border: none;
                text-decoration: none; }
              .header .main-header .region-we-mega-menu .navbar .we-mega-menu-ul .we-mega-menu-li .we-mega-menu-submenu .we-mega-menu-li.active a {
                text-decoration: underline; }

.hero {
  padding-top: 79px; }
  .hero .internal_hero {
    min-height: 340px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative; }
    .hero .internal_hero:after {
      content: "";
      height: 100px;
      width: 100%;
      bottom: 0;
      position: absolute;
      border-bottom: 282px solid #fff;
      border-left: 1000vh solid transparent; }
    .hero .internal_hero .internal-hero-title {
      margin-top: 200px;
      color: #fff; }
      .hero .internal_hero .internal-hero-title.member-page-hero-title:after {
        content: "";
        display: block;
        margin: 0;
        width: 180px;
        padding-top: 20px;
        border-bottom: 6px solid #ed252b; }

.block-featured-views {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background-color: #eeeeee;
  padding-top: 96px;
  padding-bottom: 100px; }
  .block-featured-views .featured-views .event-content-background {
    background-color: #fff;
    height: 100%; }
  .block-featured-views .featured-views .annual-convention-view .heading-info {
    background-color: #13345a;
    padding: 20px; }
    .block-featured-views .featured-views .annual-convention-view .heading-info h2 {
      color: #fff;
      margin-bottom: 0;
      font-size: 36px; }
  .block-featured-views .featured-views .annual-convention-view .event-front-annual-convention {
    background-color: #fff;
    padding: 15px;
    padding-bottom: 0; }
    .block-featured-views .featured-views .annual-convention-view .event-front-annual-convention .img-content .event-annual-convention-img {
      height: 227px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    .block-featured-views .featured-views .annual-convention-view .event-front-annual-convention .info-content {
      margin-top: 17px; }
      .block-featured-views .featured-views .annual-convention-view .event-front-annual-convention .info-content h3 {
        font-size: 22px;
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        margin-bottom: 0; }
      .block-featured-views .featured-views .annual-convention-view .event-front-annual-convention .info-content b {
        font-size: 18px;
        font-family: "Open Sans", sans-serif;
        color: #000; }
      .block-featured-views .featured-views .annual-convention-view .event-front-annual-convention .info-content P {
        font-size: 16px;
        font-family: "Open Sans", sans-serif;
        padding-top: 23px;
        padding-bottom: 16px; }
      .block-featured-views .featured-views .annual-convention-view .event-front-annual-convention .info-content .btn-content {
        margin-bottom: 40px; }
        .block-featured-views .featured-views .annual-convention-view .event-front-annual-convention .info-content .btn-content .btn-secondary {
          color: #fff;
          background-color: #ed252b;
          padding-left: 60px;
          padding-right: 60px;
          display: inline-block; }
          .block-featured-views .featured-views .annual-convention-view .event-front-annual-convention .info-content .btn-content .btn-secondary:hover {
            background-color: transparent;
            color: #ed252b; }
  @media (max-width: 991px) {
    .block-featured-views .featured-views .upcoming-events-view {
      margin-top: 50px; } }
  .block-featured-views .featured-views .upcoming-events-view .heading-info {
    background-color: #7c90a0;
    padding: 20px; }
    .block-featured-views .featured-views .upcoming-events-view .heading-info h2 {
      color: #fff;
      margin-bottom: 0;
      font-size: 36px; }
  .block-featured-views .featured-views .upcoming-events-view .views-element-container {
    background-color: #fff;
    padding: 25px 35px 45px;
    min-height: 511px; }
    .block-featured-views .featured-views .upcoming-events-view .views-element-container .views-row {
      padding-top: 28px;
      padding-bottom: 25px;
      border-bottom: 1px solid #7c90a0; }
      .block-featured-views .featured-views .upcoming-events-view .views-element-container .views-row:last-child {
        border-bottom: none; }
      .block-featured-views .featured-views .upcoming-events-view .views-element-container .views-row .event-front-events .info-content h3 {
        margin-bottom: 0; }
        .block-featured-views .featured-views .upcoming-events-view .views-element-container .views-row .event-front-events .info-content h3 a {
          font-size: 22px;
          color: #13345a;
          font-weight: 700;
          font-family: "Open Sans", sans-serif; }
      .block-featured-views .featured-views .upcoming-events-view .views-element-container .views-row .event-front-events .info-content b {
        font-size: 18px;
        font-family: "Open Sans", sans-serif;
        color: #000; }
      .block-featured-views .featured-views .upcoming-events-view .views-element-container .views-row .event-front-events .info-content p {
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 0;
        margin-top: 10px; }
      .block-featured-views .featured-views .upcoming-events-view .views-element-container .views-row .event-front-events .info-content .learn-more {
        display: block;
        font-weight: 700; }
  .block-featured-views .featured-views .upcoming-events-view .btn-secondary {
    margin-left: 15px;
    color: #fff;
    background-color: #ed252b;
    padding-left: 60px;
    padding-right: 60px;
    display: inline-block;
    margin-bottom: 36px; }
    .block-featured-views .featured-views .upcoming-events-view .btn-secondary:hover {
      background-color: transparent;
      color: #ed252b; }

.panel-group .panel {
  border: none;
  box-shadow: none;
  background: transparent; }
  .panel-group .panel .panel-heading {
    background: transparent;
    padding-top: 8px;
    padding-left: 0;
    padding-bottom: 0; }
    .panel-group .panel .panel-heading h4 {
      background-color: #7c90a0;
      width: 103%; }
      .panel-group .panel .panel-heading h4 a {
        color: #fff;
        font-size: 22px;
        font-weight: 700;
        letter-spacing: 0;
        font-family: "Muli", sans-serif;
        display: block;
        padding: 15px 0 17px 32px; }
        .panel-group .panel .panel-heading h4 a[aria-expanded="true"] {
          background-color: #13345a; }
        @media (max-width: 991px) {
          .panel-group .panel .panel-heading h4 a {
            font-size: 23px; } }
        @media (max-width: 767px) {
          .panel-group .panel .panel-heading h4 a {
            font-size: 20px; } }
        @media (max-width: 575px) {
          .panel-group .panel .panel-heading h4 a {
            font-size: 18px; } }
        .panel-group .panel .panel-heading h4 a[aria-expanded="false"]::after {
          content: "\f067";
          font-family: FontAwesome;
          font-weight: 400;
          float: right;
          color: #fff;
          padding-right: 25px; }
        .panel-group .panel .panel-heading h4 a[aria-expanded="true"] {
          color: #fff; }
          .panel-group .panel .panel-heading h4 a[aria-expanded="true"]::after {
            content: "\f068";
            font-family: FontAwesome;
            font-weight: 400;
            float: right;
            color: #fff;
            padding-right: 25px; }
        .panel-group .panel .panel-heading h4 a:hover {
          text-decoration: none; }
        .panel-group .panel .panel-heading h4 a:active, .panel-group .panel .panel-heading h4 a:focus {
          text-decoration: none; }
  .panel-group .panel .panel-body {
    padding: 26px 36px 23px 36px;
    border: none !important; }

.panel-group a {
  font-size: 18px; }

.home-page-banner {
  position: relative; }
  .home-page-banner.paragraph-bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    background-position-y: top !important; }
  .home-page-banner .container-fluid {
    padding: 0; }
    .home-page-banner .container-fluid .full-content {
      background-color: rgba(255, 255, 255, 0.7);
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      margin: 0;
      padding: 20px 60px 20px 118px;
      width: 115%; }
      @media (max-width: 1199px) {
        .home-page-banner .container-fluid .full-content {
          position: relative;
          top: 0;
          transform: none;
          padding-top: 50px;
          margin: 50px 0; } }
      @media (max-width: 991px) {
        .home-page-banner .container-fluid .full-content {
          width: 100%;
          padding: 70px 30px 20px 30px;
          margin: 0; } }
      .home-page-banner .container-fluid .full-content h1 {
        margin-bottom: 24px; }
        .home-page-banner .container-fluid .full-content h1:after {
          content: "";
          display: block;
          margin: 0;
          width: 104px;
          padding-top: 23px;
          border-bottom: 6px solid #ed252b; }
      .home-page-banner .container-fluid .full-content .btn-secondary {
        background-color: #ed252b;
        color: #fff;
        box-sizing: border-box;
        border: 2px solid #ed252b;
        border-radius: 12px;
        text-transform: capitalize;
        font-weight: 700;
        font-family: "Open Sans", sans-serif;
        font-size: 18px;
        padding: 2px 70px 4px;
        transition: 0.3s;
        margin-top: 13px;
        margin-bottom: 25px; }
        .home-page-banner .container-fluid .full-content .btn-secondary:hover, .home-page-banner .container-fluid .full-content .btn-secondary:active, .home-page-banner .container-fluid .full-content .btn-secondary:focus {
          background-color: transparent;
          color: #ed252b;
          border: 2px solid #ed252b;
          text-decoration: none;
          box-shadow: none;
          transition: 0.3s;
          outline: none; }
        @media (max-width: 1199px) {
          .home-page-banner .container-fluid .full-content .btn-secondary {
            padding: 5px 35px; } }
  .home-page-banner .paragraph-single-image .center-img {
    margin-bottom: -64px !important; }
    .home-page-banner .paragraph-single-image .center-img img {
      padding-top: 120px; }

.main-search-wrapper {
  background-color: rgba(0, 0, 0, 0.9);
  padding-top: 15%;
  z-index: 999999;
  position: fixed;
  display: none;
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0; }
  .main-search-wrapper a.close-search {
    position: absolute;
    font-size: 35px;
    right: 30px;
    top: 20px; }
  .main-search-wrapper .form-control {
    box-shadow: none; }
  .main-search-wrapper .views-exposed-form {
    max-width: 700px;
    margin: 0 auto;
    background: transparent; }
    @media (max-width: 767px) {
      .main-search-wrapper .views-exposed-form form {
        padding: 20px; } }
    .main-search-wrapper .views-exposed-form form label {
      display: none; }
    .main-search-wrapper .views-exposed-form form .js-form-type-textfield {
      width: 80%; }
      @media (max-width: 767px) {
        .main-search-wrapper .views-exposed-form form .js-form-type-textfield {
          width: 100%; } }
      .main-search-wrapper .views-exposed-form form .js-form-type-textfield input {
        background-color: transparent;
        border: 1px solid #deb700;
        color: #deb700;
        border-radius: 0;
        height: 50px; }
    @media (max-width: 767px) {
      .main-search-wrapper .views-exposed-form form .form-actions {
        margin: 0 auto; } }
    .main-search-wrapper .views-exposed-form form button {
      background-color: transparent;
      border: 1px solid #deb700;
      color: #deb700;
      border-radius: 0;
      height: 50px; }
      .main-search-wrapper .views-exposed-form form button:hover {
        background-color: #deb700;
        color: #fff; }

.path-search .search-form {
  margin-bottom: 30px; }
  .path-search .search-form .js-form-type-search label {
    font-size: 28px;
    color: #13345a;
    font-weight: 700;
    font-family: "Roboto", sans-serif; }
  .path-search .search-form .search-help-link {
    display: none; }
  .path-search .search-form .search-advanced {
    margin-top: 30px; }
    .path-search .search-form .search-advanced summary {
      font-size: 18px;
      font-weight: 400;
      font-family: "Open Sans", sans-serif;
      color: #ed252b; }
      .path-search .search-form .search-advanced summary:focus {
        outline: none; }
    .path-search .search-form .search-advanced .details-wrapper {
      margin-top: 20px; }
      .path-search .search-form .search-advanced .details-wrapper legend {
        border: none; }
        .path-search .search-form .search-advanced .details-wrapper legend span {
          font-size: 28px;
          color: #13345a;
          font-weight: 700;
          font-family: "Roboto", sans-serif;
          border-bottom: 2px solid; }
      .path-search .search-form .search-advanced .details-wrapper label {
        font-size: 18px;
        color: #000;
        font-weight: 700;
        font-family: "Open Sans", sans-serif; }

.path-search h2 {
  font-size: 36px;
  color: #ed252b;
  font-weight: 700;
  font-family: "Muli", sans-serif;
  margin-top: 60px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 3px solid #ed252b; }

.path-search .list-group {
  margin-bottom: 50px; }
  .path-search .list-group .list-group-item {
    border: none;
    margin-top: 5px;
    border-bottom: 2px solid #deb700;
    border-radius: 0; }
    .path-search .list-group .list-group-item h3 a {
      font-size: 28px;
      color: #13345a;
      font-weight: 700;
      font-family: "Roboto", sans-serif; }
    .path-search .list-group .list-group-item P em {
      font-size: 18px;
      font-weight: 400;
      font-family: "Open Sans", sans-serif; }
      .path-search .list-group .list-group-item P em .username {
        font-size: 18px;
        font-weight: 400;
        font-family: "Open Sans", sans-serif; }

@media (max-width: 767px) {
  .paragraph-design-timeline {
    position: relative; } }

.paragraph-design-timeline .timeline-content {
  z-index: 2; }

.paragraph-design-timeline .single-title {
  position: relative;
  width: 100%; }
  .paragraph-design-timeline .single-title::before {
    content: "";
    height: 250px;
    position: absolute;
    display: inline-block;
    width: 150px;
    z-index: 8;
    background-image: url("/themes/custom/plca2020/assets/images/right.png");
    background-position: left;
    background-repeat: no-repeat;
    left: -131px;
    top: -103px; }
    @media (max-width: 1199px) {
      .paragraph-design-timeline .single-title::before {
        left: -117px; } }
    @media (max-width: 991px) {
      .paragraph-design-timeline .single-title::before {
        left: -97px; } }
    @media (max-width: 767px) {
      .paragraph-design-timeline .single-title::before {
        left: -7px; } }
  @media (max-width: 767px) {
    .paragraph-design-timeline .single-title {
      margin-left: calc(-50vw + 50%);
      margin-right: calc(-50vw + 50%); }
      .paragraph-design-timeline .single-title h1 {
        padding-left: 110px; } }

.paragraph-design-timeline .single-cta-btn {
  padding: 0;
  border: none;
  color: #ed252b;
  margin-left: auto;
  position: relative;
  background-color: transparent;
  font-weight: 400; }
  @media (max-width: 767px) {
    .paragraph-design-timeline .single-cta-btn {
      padding-left: 45px; } }
  .paragraph-design-timeline .single-cta-btn::after {
    content: "\f083";
    font-family: FontAwesome;
    display: inline-block;
    padding-left: 8px; }
  .paragraph-design-timeline .single-cta-btn:hover, .paragraph-design-timeline .single-cta-btn:active, .paragraph-design-timeline .single-cta-btn:focus {
    color: #ed252b;
    background-color: transparent;
    text-decoration: underline;
    border: none; }

@media (max-width: 767px) {
  .paragraph-design-timeline .full-content p {
    padding-left: 95px;
    font-size: 15px; } }

.paragraph-design-timeline .timeline-content-left .single-title {
  position: relative;
  width: 100%; }
  .paragraph-design-timeline .timeline-content-left .single-title::before {
    display: none; }
  @media (max-width: 767px) {
    .paragraph-design-timeline .timeline-content-left .single-title::before {
      content: "";
      height: 250px;
      position: absolute;
      display: inline-block;
      width: 150px;
      z-index: 8;
      background-image: url("/themes/custom/plca2020/assets/images/right.png");
      background-position: left;
      background-repeat: no-repeat;
      left: -7px;
      top: -103px; } }
  .paragraph-design-timeline .timeline-content-left .single-title::after {
    content: "";
    height: 250px;
    position: absolute;
    display: inline-block;
    width: 150px;
    z-index: 8;
    background-image: url("/themes/custom/plca2020/assets/images/left.png");
    background-position: left;
    background-repeat: no-repeat;
    top: -103px;
    right: -184px; }
    @media (max-width: 1199px) {
      .paragraph-design-timeline .timeline-content-left .single-title::after {
        right: -169px; } }
    @media (max-width: 991px) {
      .paragraph-design-timeline .timeline-content-left .single-title::after {
        right: -149px; } }
    @media (max-width: 767px) {
      .paragraph-design-timeline .timeline-content-left .single-title::after {
        display: none; } }
  .paragraph-design-timeline .timeline-content-left .single-title h1 {
    text-align: right; }
    @media (max-width: 767px) {
      .paragraph-design-timeline .timeline-content-left .single-title h1 {
        text-align: left; } }

.paragraph-design-timeline .timeline-content-left .single-cta-btn {
  float: right; }
  @media (max-width: 767px) {
    .paragraph-design-timeline .timeline-content-left .single-cta-btn {
      float: left;
      padding-left: 95px; } }
  .paragraph-design-timeline .timeline-content-left .single-cta-btn::after {
    display: none; }
  .paragraph-design-timeline .timeline-content-left .single-cta-btn::before {
    content: "\f083";
    font-family: FontAwesome;
    display: inline-block;
    padding-right: 8px; }

.paragraph-design-timeline .timeline-content-left .full-content p {
  text-align: right; }
  @media (max-width: 767px) {
    .paragraph-design-timeline .timeline-content-left .full-content p {
      text-align: left;
      padding-left: 95px; } }

.paragraph-design-timeline .gallery-content {
  width: 100%;
  height: 100%; }
  @media (max-width: 767px) {
    .paragraph-design-timeline .gallery-content {
      padding-left: 95px; } }
  .paragraph-design-timeline .gallery-content .bottom-right {
    margin-top: -170px; }
    @media (max-width: 767px) {
      .paragraph-design-timeline .gallery-content .bottom-right {
        margin-top: 0; } }
  .paragraph-design-timeline .gallery-content .top-left {
    margin-top: -270px; }
    @media (max-width: 767px) {
      .paragraph-design-timeline .gallery-content .top-left {
        margin-top: 0; } }
  .paragraph-design-timeline .gallery-content .timeline-single-img div {
    width: auto;
    filter: grayscale(100%);
    padding: 15px;
    background-color: #f7f8fa;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.35s; }
    .paragraph-design-timeline .gallery-content .timeline-single-img div.rotate-one {
      transform: scale(0.8, 0.8) rotate(-3deg); }
    .paragraph-design-timeline .gallery-content .timeline-single-img div.rotate-two {
      transform: scale(0.8, 0.8) rotate(3deg); }
    .paragraph-design-timeline .gallery-content .timeline-single-img div:hover {
      filter: none;
      transform: none;
      z-index: 1;
      position: relative;
      transition: all 0.35s; }
    .paragraph-design-timeline .gallery-content .timeline-single-img div img {
      border: none;
      height: auto; }

.paragraph-design-timeline .straight-content {
  float: right;
  display: inline-block;
  width: 2%;
  background-image: url("/themes/custom/plca2020/assets/images/straight.png");
  background-position: center;
  background-repeat: repeat-y;
  z-index: 1; }
  @media (max-width: 1199px) {
    .paragraph-design-timeline .straight-content {
      width: 2.5%; } }
  @media (max-width: 991px) {
    .paragraph-design-timeline .straight-content {
      width: 3.2%; } }
  @media (max-width: 767px) {
    .paragraph-design-timeline .straight-content {
      position: absolute;
      left: 0;
      bottom: 0;
      height: 100%;
      z-index: 1; } }

nav[aria-label="pagination-heading"] {
  margin: 35px 0; }
  @media (max-width: 767px) {
    nav[aria-label="pagination-heading"] {
      padding: 0px 15px; } }
  nav[aria-label="pagination-heading"].pager-numbers-center .pagination {
    text-align: center; }
  nav[aria-label="pagination-heading"].pager-numbers-right .pagination {
    text-align: right; }
  nav[aria-label="pagination-heading"] .pagination {
    width: 100%;
    display: inline-block;
    position: relative; }
    nav[aria-label="pagination-heading"] .pagination li a {
      background: transparent;
      border: none !important;
      color: #23527c; }
      nav[aria-label="pagination-heading"] .pagination li a:hover, nav[aria-label="pagination-heading"] .pagination li a:active {
        background: transparent;
        color: #23527c; }
        nav[aria-label="pagination-heading"] .pagination li a:hover::after, nav[aria-label="pagination-heading"] .pagination li a:active::after {
          content: '';
          position: absolute;
          width: 100%;
          background: #13345a;
          height: 2px;
          bottom: 0;
          left: 0; }
    nav[aria-label="pagination-heading"] .pagination .active span {
      background: transparent;
      border: none !important;
      color: #23527c;
      font-size: 16px; }
      nav[aria-label="pagination-heading"] .pagination .active span::after {
        content: '';
        position: absolute;
        width: 100%;
        background: #13345a;
        height: 2px;
        bottom: 0;
        left: 0; }
      nav[aria-label="pagination-heading"] .pagination .active span:hover, nav[aria-label="pagination-heading"] .pagination .active span:active {
        background: transparent;
        color: #23527c; }
    nav[aria-label="pagination-heading"] .pagination .page-item {
      display: inline-block; }
      nav[aria-label="pagination-heading"] .pagination .page-item.pager__item--first {
        display: block;
        float: left; }
      nav[aria-label="pagination-heading"] .pagination .page-item:last-child {
        display: block;
        float: right; }
      nav[aria-label="pagination-heading"] .pagination .page-item[role=presentation] {
        display: none; }

.block-homepage-slider-block .carousel .carousel-indicators {
  display: block;
  margin-bottom: 73px;
  z-index: 5; }
  .block-homepage-slider-block .carousel .carousel-indicators li {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    border: none;
    opacity: 1;
    display: inline-block; }
    .block-homepage-slider-block .carousel .carousel-indicators li.active {
      background-color: #ed252b; }

.block-homepage-slider-block .carousel .carousel-inner {
  clip-path: polygon(0% 0%, 0% 100%, 100% 687px, 100% 0%);
  min-height: 750px; }
  .block-homepage-slider-block .carousel .carousel-inner .carousel-item .carousel-background-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 750px;
    transition: 0.5s;
    background-attachment: fixed; }
    @media (max-width: 575px) {
      .block-homepage-slider-block .carousel .carousel-inner .carousel-item .carousel-background-image {
        background-attachment: scroll; } }
    @supports (-webkit-touch-callout: none) {
      .block-homepage-slider-block .carousel .carousel-inner .carousel-item .carousel-background-image {
        background-attachment: scroll; } }
  .block-homepage-slider-block .carousel .carousel-inner .carousel-item .carousel-caption {
    left: 0;
    right: 0;
    bottom: 183px;
    text-align: left;
    z-index: 5; }
    .block-homepage-slider-block .carousel .carousel-inner .carousel-item .carousel-caption .btn-secondary {
      background-color: #ed252b;
      color: #fff;
      box-sizing: border-box;
      border: 2px solid #ed252b;
      border-radius: 12px;
      text-transform: capitalize;
      font-weight: 700;
      font-family: "Open Sans", sans-serif;
      font-size: 18px;
      padding: 2px 70px 4px;
      transition: all 0.3s;
      text-shadow: none; }
      @media (max-width: 575px) {
        .block-homepage-slider-block .carousel .carousel-inner .carousel-item .carousel-caption .btn-secondary {
          padding: 2px 30px 4px;
          text-align: center;
          display: inline-block; } }
      .block-homepage-slider-block .carousel .carousel-inner .carousel-item .carousel-caption .btn-secondary:hover {
        background-color: transparent;
        color: #fff;
        transition: all 0.3s; }
    .block-homepage-slider-block .carousel .carousel-inner .carousel-item .carousel-caption .content {
      padding-left: 30px; }
      .block-homepage-slider-block .carousel .carousel-inner .carousel-item .carousel-caption .content .line:after {
        content: "";
        display: block;
        margin: 0;
        width: 104px;
        padding-top: 20px;
        border-bottom: 4.5px solid #ed252b;
        margin-bottom: 36px; }
      .block-homepage-slider-block .carousel .carousel-inner .carousel-item .carousel-caption .content .line h2 {
        font-family: "Muli", sans-serif;
        font-weight: 700;
        font-size: 42px;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 10px; }
        @media (max-width: 767px) {
          .block-homepage-slider-block .carousel .carousel-inner .carousel-item .carousel-caption .content .line h2 {
            font-size: 38px; } }
        @media (max-width: 575px) {
          .block-homepage-slider-block .carousel .carousel-inner .carousel-item .carousel-caption .content .line h2 {
            font-size: 32px; } }
      .block-homepage-slider-block .carousel .carousel-inner .carousel-item .carousel-caption .content .line h3 {
        font-family: "Muli", sans-serif;
        font-weight: 700;
        font-size: 38px;
        color: #fff;
        margin-bottom: 11px; }
        @media (max-width: 767px) {
          .block-homepage-slider-block .carousel .carousel-inner .carousel-item .carousel-caption .content .line h3 {
            font-size: 34px; } }
        @media (max-width: 575px) {
          .block-homepage-slider-block .carousel .carousel-inner .carousel-item .carousel-caption .content .line h3 {
            font-size: 28px; } }

.featured-slider h1 {
  text-align: center;
  padding-top: 67px;
  padding-bottom: 15px; }

.featured-slider .heroSlider-fixed {
  /* Custom Arrow */ }
  .featured-slider .heroSlider-fixed .slick-track {
    display: flex;
    align-items: center; }
    .featured-slider .heroSlider-fixed .slick-track .slick-slide:hover {
      transform: scale(1.1); }
    .featured-slider .heroSlider-fixed .slick-track .slick-slide img {
      margin: 0 auto;
      max-width: 80%;
      margin-bottom: 53px; }
      @media (max-width: 767px) {
        .featured-slider .heroSlider-fixed .slick-track .slick-slide img {
          width: 50% !important; } }
  .featured-slider .heroSlider-fixed ul {
    display: none !important; }
  .featured-slider .heroSlider-fixed .prev {
    color: #999;
    position: absolute;
    top: 32%;
    left: -2em;
    font-size: 1.5em; }
    @media (max-width: 991px) {
      .featured-slider .heroSlider-fixed .prev {
        left: 0; } }
    .featured-slider .heroSlider-fixed .prev :hover {
      cursor: pointer;
      color: black; }
  .featured-slider .heroSlider-fixed .next {
    color: #999;
    position: absolute;
    top: 32%;
    right: -2em;
    font-size: 1.5em; }
    @media (max-width: 991px) {
      .featured-slider .heroSlider-fixed .next {
        right: 0; } }
    .featured-slider .heroSlider-fixed .next :hover {
      cursor: pointer;
      color: black; }

.labor-relations-tree {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center; }
  .labor-relations-tree > div {
    display: none; }
  .labor-relations-tree .branch-item {
    width: calc(33.33333% - 16px);
    height: 318px;
    cursor: pointer;
    text-align: center;
    min-width: 300px;
    margin: 4px;
    position: relative;
    box-shadow: inset 2px 3px 27px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.3);
    opacity: 1;
    transition: all 0.3s; }
    .labor-relations-tree .branch-item .labor-logo {
      background-position: center;
      background-repeat: no-repeat;
      background-size: auto;
      height: 262px; }
      @media (max-width: 575px) {
        .labor-relations-tree .branch-item .labor-logo {
          height: 240px; } }
    .labor-relations-tree .branch-item:hover, .labor-relations-tree .branch-item:focus {
      box-shadow: inset 2px 3px 7px rgba(0, 0, 0, 0.1);
      transition: all 0.3s; }
    @media (max-width: 575px) {
      .labor-relations-tree .branch-item {
        min-width: 280px;
        height: 280px; } }
    .labor-relations-tree .branch-item h2 {
      font-family: "Muli", sans-serif;
      font-weight: 700;
      font-size: 24px;
      color: #000;
      position: absolute;
      bottom: 22px;
      left: 50%;
      transform: translateX(-50%);
      width: 80%; }
      @media (max-width: 767px) {
        .labor-relations-tree .branch-item h2 {
          font-size: 22px; } }
      @media (max-width: 575px) {
        .labor-relations-tree .branch-item h2 {
          font-size: 20px;
          bottom: 2px; } }
    .labor-relations-tree .branch-item.parent {
      display: block; }

.labor-relations-content {
  margin-bottom: 150px; }
  .labor-relations-content .branch-item {
    display: none; }

.box-back-btn.btn-secondary {
  display: none;
  float: right;
  margin: 25px 0;
  position: relative;
  top: -75px;
  border-color: #13345a;
  color: #13345a; }
  .box-back-btn.btn-secondary:hover {
    background-color: #13345a;
    border-color: #13345a; }

.webform-submission-form .webform-elements {
  margin-top: 25px; }

.webform-submission-form input,
.webform-submission-form textarea {
  background-color: #f8f8f8;
  border: 2px solid #b5b5b5;
  border-radius: 0; }
  .webform-submission-form input::placeholder,
  .webform-submission-form textarea::placeholder {
    font-size: 18px;
    color: #666666;
    font-weight: 400;
    font-family: "Open Sans", sans-serif; }

.webform-submission-form input[type=file] {
  padding: 2px; }

.webform-submission-form .webform-button--submit {
  margin-top: 20px;
  margin-bottom: 35px; }

.webform-submission-form #edit-flex-left {
  margin-bottom: 0; }

.webform-submission-form .form-group {
  margin-bottom: 15px; }

.webform-submission-form .table-responsive .tableselect th {
  white-space: inherit; }

.webform-submission-form .table-responsive .tableselect tbody tr td {
  vertical-align: inherit; }

.webform-confirmation {
  text-align: center;
  margin: 50px 0; }
  .webform-confirmation .webform-confirmation__message {
    display: inline-block;
    margin-bottom: 40px;
    font-size: 18px; }
  .webform-confirmation .webform-confirmation__back a {
    font-size: 18px; }

#card-element {
  background-color: #f8f8f8;
  border: 2px solid #b5b5b5;
  border-radius: 0; }

.form-item-stripe-amount {
  position: relative; }

.form-item-stripe-amount .donation_currency {
  position: absolute;
  right: 45px;
  top: 38px; }

.member-directory-block-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin: 50px 0 75px 0; }
  .member-directory-block-wrapper .intro {
    font-size: 22px; }
  .member-directory-block-wrapper .members-directory-item {
    width: calc(33.33333% - 16px);
    height: 318px;
    cursor: pointer;
    text-align: center;
    min-width: 300px;
    margin: 4px;
    position: relative;
    box-shadow: inset 2px 3px 27px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.3);
    opacity: 1;
    transition: all 0.3s;
    padding: 15px 15px 60px 15px; }
    @media (max-width: 575px) {
      .member-directory-block-wrapper .members-directory-item {
        min-width: 280px;
        height: 280px; } }
    .member-directory-block-wrapper .members-directory-item:hover, .member-directory-block-wrapper .members-directory-item:focus {
      box-shadow: inset 2px 3px 7px rgba(0, 0, 0, 0.1);
      transition: all 0.3s; }
    .member-directory-block-wrapper .members-directory-item .member-background-image {
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      height: 230px; }
      @media (max-width: 575px) {
        .member-directory-block-wrapper .members-directory-item .member-background-image {
          height: 220px; } }
      .member-directory-block-wrapper .members-directory-item .member-background-image h3 {
        font-family: "Muli", sans-serif;
        font-weight: 700;
        font-size: 24px;
        color: #000;
        position: absolute;
        bottom: 22px;
        left: 50%;
        transform: translateX(-50%);
        width: 80%; }
        @media (max-width: 767px) {
          .member-directory-block-wrapper .members-directory-item .member-background-image h3 {
            font-size: 22px; } }
        @media (max-width: 575px) {
          .member-directory-block-wrapper .members-directory-item .member-background-image h3 {
            font-size: 20px;
            bottom: 2px; } }
    .member-directory-block-wrapper .members-directory-item .ext {
      display: none; }
    .member-directory-block-wrapper .members-directory-item:hover {
      text-decoration: none; }

@media (max-width: 767px) {
  .photo-gallery-wrapper .photo-gallery {
    overflow: hidden; } }

.photo-gallery-wrapper .photo-gallery .carousel-inner a.thumb-toggler {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  font-size: 24px;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.5);
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom-left-radius: 10px;
  display: none; }
  .photo-gallery-wrapper .photo-gallery .carousel-inner a.thumb-toggler .fa-times {
    display: none; }
  .photo-gallery-wrapper .photo-gallery .carousel-inner a.thumb-toggler.active-thumb .fa-images {
    display: none; }
  .photo-gallery-wrapper .photo-gallery .carousel-inner a.thumb-toggler.active-thumb .fa-times {
    display: block; }
  @media (max-width: 1024px) {
    .photo-gallery-wrapper .photo-gallery .carousel-inner a.thumb-toggler {
      display: inline; } }

.photo-gallery-wrapper .photo-gallery .carousel-inner .item-img {
  height: 500px;
  background-size: auto 115%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #1b1b1b;
  box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.5); }
  @media (max-width: 1199px) {
    .photo-gallery-wrapper .photo-gallery .carousel-inner .item-img {
      height: 450px; } }
  @media (max-width: 991px) {
    .photo-gallery-wrapper .photo-gallery .carousel-inner .item-img {
      height: 350px; } }
  @media (max-width: 425px) {
    .photo-gallery-wrapper .photo-gallery .carousel-inner .item-img {
      background-size: auto 65%; } }

.photo-gallery-wrapper .photo-gallery .carousel-inner .photo-desc-wrapper .photo-description {
  display: block;
  max-width: 700px;
  float: right;
  margin-top: 15px;
  height: 56px; }
  .photo-gallery-wrapper .photo-gallery .carousel-inner .photo-desc-wrapper .photo-description .photo-credits {
    text-align: right;
    width: 100%;
    display: block;
    font-size: 11px; }
    @media (max-width: 767px) {
      .photo-gallery-wrapper .photo-gallery .carousel-inner .photo-desc-wrapper .photo-description .photo-credits {
        text-align: left; } }
  .photo-gallery-wrapper .photo-gallery .carousel-inner .photo-desc-wrapper .photo-description .photo-info {
    text-align: right;
    margin-top: 9px;
    display: block;
    font-size: 12px; }
    @media (max-width: 767px) {
      .photo-gallery-wrapper .photo-gallery .carousel-inner .photo-desc-wrapper .photo-description .photo-info {
        text-align: left; } }

.photo-gallery-wrapper .photo-gallery .carousel-indicators {
  bottom: 0;
  left: 10px;
  margin-left: 5px;
  width: 100%;
  z-index: 2 !important;
  margin-bottom: 80px; }
  @media (max-width: 1024px) {
    .photo-gallery-wrapper .photo-gallery .carousel-indicators {
      display: none; } }
  @media (max-width: 991px) {
    .photo-gallery-wrapper .photo-gallery .carousel-indicators {
      width: 95%; } }
  .photo-gallery-wrapper .photo-gallery .carousel-indicators li {
    border: medium none;
    border-radius: 0;
    float: left;
    height: 44px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 5px !important;
    margin-top: 0;
    width: 65px; }
    .photo-gallery-wrapper .photo-gallery .carousel-indicators li .item-img {
      border: 2px solid #FFFFFF;
      float: left;
      height: 44px;
      left: 0;
      width: 65px;
      background-size: auto 115%;
      background-position: center;
      background-repeat: no-repeat;
      background-color: #1b1b1b; }
    .photo-gallery-wrapper .photo-gallery .carousel-indicators li.active .item-img {
      border: 2px solid #39b3d7; }

@media (max-width: 767px) {
  .photo-gallery-wrapper .photo-desc-wrapper {
    min-height: 10px; } }

@media (max-width: 991px) {
  .photo-gallery-wrapper .photo-desc-wrapper .photo-description {
    max-width: 100%; } }

.simple-popup-blocks-global .spb-popup-main-wrapper {
  background-image: url("../assets/images/popup-bg.png");
  width: 100%;
  max-width: 446px;
  height: 100%;
  max-height: 412px;
  border: 0;
  top: 30%; }
  @media (max-width: 447px) {
    .simple-popup-blocks-global .spb-popup-main-wrapper {
      width: 100% !important;
      top: 15%;
      background-position: center;
      max-width: 320px;
      left: 0;
      right: 0;
      margin: auto !important; } }
  .simple-popup-blocks-global .spb-popup-main-wrapper .spb-controls .spb_minimize {
    display: none; }
  .simple-popup-blocks-global .spb-popup-main-wrapper .spb-controls .spb_close {
    background-image: url("../assets/icons/popup-close.png");
    height: 27px;
    width: 27px;
    border: 0;
    background-color: transparent;
    font-size: 0; }
    .simple-popup-blocks-global .spb-popup-main-wrapper .spb-controls .spb_close:hover {
      opacity: 0.5; }
  .simple-popup-blocks-global .spb-popup-main-wrapper .block-block-content {
    padding-top: 245px;
    padding-left: 30px;
    padding-right: 30px; }
    @media (max-width: 447px) {
      .simple-popup-blocks-global .spb-popup-main-wrapper .block-block-content {
        padding-left: 10px;
        padding-right: 10px; } }
  .simple-popup-blocks-global .spb-popup-main-wrapper .text-formatted p {
    color: white;
    text-align: center; }
    @media (max-width: 447px) {
      .simple-popup-blocks-global .spb-popup-main-wrapper .text-formatted p {
        line-height: 1.2;
        font-size: 15px; } }
    .simple-popup-blocks-global .spb-popup-main-wrapper .text-formatted p a {
      background-color: #ff0000;
      color: white;
      border-radius: 15px;
      padding: 5px 25px;
      font-weight: bold; }

.paragraph-bg-image {
  background-repeat: repeat;
  background-position: center;
  background-size: initial; }

.paragraph-section {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 19px 0 50px; }

.full-content {
  margin-top: 16px;
  margin-bottom: 27px; }
  .full-content p img {
    float: left;
    padding-right: 15px;
    padding-bottom: 15px; }
  .full-content .text-align-right {
    text-align: left; }
    .full-content .text-align-right img {
      float: right;
      padding-left: 15px;
      padding-bottom: 15px; }
  .full-content .text-align-left img {
    float: left;
    padding-right: 15px;
    padding-bottom: 15px; }
  .full-content .text-align-center img,
  .full-content .text-align-justify img {
    float: none;
    display: block;
    margin: 0 auto;
    padding-bottom: 15px; }

.single-cta-btn {
  display: inline-block;
  margin: 40px 9px 40px 0; }
  @media (max-width: 991px) {
    .single-cta-btn {
      margin: 25px 9px 5px 0; } }
  @media (max-width: 575px) {
    .single-cta-btn {
      margin: 25px 15% 5px 15%;
      display: block;
      text-align: center; } }

.single-title {
  margin-bottom: 10px;
  margin-top: 16px; }

.video-wrapper-border {
  width: 100%;
  height: 100%;
  min-height: 400px; }
  @media (max-width: 767px) {
    .video-wrapper-border {
      min-height: 300px; } }
  @media (max-width: 575px) {
    .video-wrapper-border {
      min-height: 250px; } }
  .video-wrapper-border .video-wrapper {
    width: 100%;
    height: 100%; }
    .video-wrapper-border .video-wrapper .video-item {
      width: 100%;
      height: 100%; }
      .video-wrapper-border .video-wrapper .video-item #player {
        width: 100%;
        height: 100%;
        padding: 20px 0; }

.paragraph-single-image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; }
  .paragraph-single-image .image-wrapper {
    width: 100%; }
    .paragraph-single-image .image-wrapper .center-img {
      width: 100%;
      margin: 0 auto;
      padding: 19px 0 0; }
      .paragraph-single-image .image-wrapper .center-img img {
        border: none;
        width: 100%;
        height: auto;
        max-width: 100%; }
      .paragraph-single-image .image-wrapper .center-img .image-description {
        font-family: "Open Sans", sans-serif;
        font-size: 12px;
        margin: 0;
        text-align: left;
        font-style: italic;
        font-weight: 700;
        color: #000;
        margin-top: 5px;
        margin-bottom: 62px; }

.photo-gallery-mosaic .grid {
  display: flex; }
  .photo-gallery-mosaic .grid img {
    width: 100%;
    margin-bottom: .8em; }
  .photo-gallery-mosaic .grid .grid-col {
    flex: 1;
    padding: 0 .1em; }
  .photo-gallery-mosaic .grid .grid-col--2, .photo-gallery-mosaic .grid .grid-col--3 {
    display: none; }
  @media (min-width: 768px) {
    .photo-gallery-mosaic .grid .grid-col--2 {
      display: block; }
    .photo-gallery-mosaic .grid .grid-col {
      padding: 0 .5em; }
    .photo-gallery-mosaic .grid img {
      margin-bottom: .8em; }
    .photo-gallery-mosaic .grid .content {
      opacity: 0;
      transform: translateX(-0.5em);
      transition: all 2s;
      will-change: opacity, transform; }
    .photo-gallery-mosaic .grid .grid-item .responsive-image {
      border: none;
      padding: 0; }
    .photo-gallery-mosaic .grid .grid-item:hover {
      cursor: pointer; }
      .photo-gallery-mosaic .grid .grid-item:hover .content {
        opacity: 1;
        transform: translateX(0); } }
  @media (min-width: 1080px) {
    .photo-gallery-mosaic .grid .grid-col--3 {
      display: block; }
    .photo-gallery-mosaic .grid .container {
      width: 80%; }
    .photo-gallery-mosaic .grid h1 {
      margin: 5em 0; } }

.page-node-type-staff {
  margin-bottom: 50px; }
  .page-node-type-staff .staff-page {
    margin-top: 50px;
    margin-bottom: 50px; }
    .page-node-type-staff .staff-page .single-staff-img {
      height: 400px;
      width: 100%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      @media (max-width: 991px) {
        .page-node-type-staff .staff-page .single-staff-img {
          width: auto;
          margin: 0 0 30px 0;
          height: 300px; } }
      @media (max-width: 767px) {
        .page-node-type-staff .staff-page .single-staff-img {
          height: 350px; } }
      @media (max-width: 575px) {
        .page-node-type-staff .staff-page .single-staff-img {
          width: auto;
          margin: 0 0 30px 0; } }
    .page-node-type-staff .staff-page .first-and-last-name {
      margin-top: 30px; }

.annual-convection .annual-convection-paragraphs .paragraph-design-accordion {
  margin-bottom: 0; }

.annual-convection .annual-convection-paragraphs .intro-text {
  margin-bottom: 0; }

.annual-convection .background-event-color {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 0 0 50px 0; }
  .annual-convection .background-event-color .background-event-img {
    min-height: 478px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative; }
    .annual-convection .background-event-color .background-event-img .light-content {
      display: inline-block;
      background-color: rgba(251, 251, 251, 0.9);
      padding: 36px 36px 36px 44px;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
      .annual-convection .background-event-color .background-event-img .light-content .event-title {
        font-weight: 400;
        margin-bottom: 0; }
      .annual-convection .background-event-color .background-event-img .light-content .event-date-and-location-content {
        margin-bottom: 33px; }
        .annual-convection .background-event-color .background-event-img .light-content .event-date-and-location-content .event-location,
        .annual-convection .background-event-color .background-event-img .light-content .event-date-and-location-content .event-date {
          display: inline-block;
          font-family: "Open Sans", sans-serif;
          font-size: 28px;
          font-weight: 400;
          color: #000; }
      .annual-convection .background-event-color .background-event-img .light-content .event-button {
        background-color: #ed252b;
        color: #fff;
        box-sizing: border-box;
        border: 2px solid #ed252b;
        border-radius: 12px;
        text-transform: capitalize;
        font-weight: 700;
        font-family: "Open Sans", sans-serif;
        font-size: 18px;
        padding: 2px 70px 4px;
        transition: 0.3s; }
        .annual-convection .background-event-color .background-event-img .light-content .event-button:hover, .annual-convection .background-event-color .background-event-img .light-content .event-button:active, .annual-convection .background-event-color .background-event-img .light-content .event-button:focus {
          background-color: transparent;
          color: #ed252b;
          border: 2px solid #ed252b;
          text-decoration: none;
          box-shadow: none;
          transition: 0.3s;
          outline: none; }

.annual-convection .info-annual {
  margin-top: 46px; }
  .annual-convection .info-annual p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 4px; }
  .annual-convection .info-annual .regency {
    font-weight: bold; }

.front-page .tabs {
  text-align: right;
  z-index: 1;
  position: relative; }
  @media (max-width: 991px) {
    .front-page .tabs {
      text-align: left; } }
  .front-page .tabs .nav-tabs {
    display: inline-block; }
    @media (max-width: 991px) {
      .front-page .tabs .nav-tabs {
        display: block; } }

.front-page .basic-page {
  margin-bottom: 0; }

.front-page .paragraph-unique-102 {
  margin-bottom: -40px;
  margin-top: -115px;
  padding-top: 0; }
  @media (max-width: 991px) {
    .front-page .paragraph-unique-102 {
      margin-bottom: 0;
      margin-top: -115px; } }
  .front-page .paragraph-unique-102 .paragraph-single-image .image-wrapper {
    margin-block-start: auto; }
    .front-page .paragraph-unique-102 .paragraph-single-image .image-wrapper .center-img {
      padding-top: 0; }
      .front-page .paragraph-unique-102 .paragraph-single-image .image-wrapper .center-img img {
        width: 80%;
        padding-top: 0; }
  .front-page .paragraph-unique-102 .full-content {
    width: 100%;
    padding-top: 7%;
    background-color: transparent;
    margin-left: calc(-50vw + 50%);
    padding-left: 15vw; }
    @media (max-width: 1399px) {
      .front-page .paragraph-unique-102 .full-content {
        padding-top: 10%; } }
    @media (max-width: 1199px) {
      .front-page .paragraph-unique-102 .full-content {
        padding-top: 15%; } }
    @media (max-width: 991px) {
      .front-page .paragraph-unique-102 .full-content {
        padding-top: 70px;
        padding-left: 30px; } }

.front-page .paragraph-unique-169 .full-content {
  padding-top: 50px; }
  @media (max-width: 991px) {
    .front-page .paragraph-unique-169 .full-content {
      padding-top: 100px; } }

@media (max-width: 1199px) {
  .front-page .paragraph-unique-169 .paragraph-single-image .image-wrapper {
    margin-block-start: auto; } }

@media (max-width: 991px) {
  .user-logged-in .paragraph-unique-102 {
    margin-top: 0; } }

.basic-page {
  margin-bottom: 60px;
  margin-top: 33px; }

.user-logged-in .basic-page {
  margin-top: 0; }

.single-event-page .event-title {
  font-family: "Muli", sans-serif;
  font-weight: 700;
  font-size: 38px;
  color: #ed252b;
  border-bottom: 1px solid #13345a;
  padding: 20px 0;
  letter-spacing: 2px; }

.single-event-page .event-info {
  margin: 30px 0;
  padding-right: 30px; }
  .single-event-page .event-info.border-line {
    border-right: 1px solid #ed252b; }
    @media (max-width: 767px) {
      .single-event-page .event-info.border-line {
        border: none; } }
  @media (max-width: 767px) {
    .single-event-page .event-info {
      border: none;
      padding-right: 0; } }
  .single-event-page .event-info .start-date {
    background: #ed252b;
    padding: 25px 35px;
    color: #fff;
    text-align: center;
    margin: 0 0 30px 0; }
    .single-event-page .event-info .start-date .date {
      font-family: "Open Sans", sans-serif;
      font-weight: 700;
      font-size: 40px;
      letter-spacing: 2px;
      color: #fff; }
  .single-event-page .event-info .when-block .when-icon-label {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 2px;
    color: #ed252b;
    margin: 0; }
    .single-event-page .event-info .when-block .when-icon-label svg {
      font-size: 30px;
      margin-right: 8px;
      color: #ed252b; }
  .single-event-page .event-info .when-block .when-details {
    margin-left: 40px;
    color: #ed252b;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 14px; }
  .single-event-page .event-info .where-block {
    margin-left: 5px; }
    .single-event-page .event-info .where-block .where-icon-label {
      font-family: "Open Sans", sans-serif;
      font-weight: 700;
      font-size: 24px;
      letter-spacing: 2px;
      color: #ed252b;
      margin: 0; }
      .single-event-page .event-info .where-block .where-icon-label i {
        font-size: 30px;
        margin-right: 10px;
        color: #ed252b; }
    .single-event-page .event-info .where-block .where-details {
      margin-left: 30px;
      color: #ed252b;
      font-family: "Open Sans", sans-serif;
      font-weight: 700;
      font-size: 14px; }
      .single-event-page .event-info .where-block .where-details p {
        margin: 0; }

.single-event-page .event-content {
  margin-top: 30px; }
  @media (max-width: 767px) {
    .single-event-page .event-content {
      margin-top: 0;
      margin-bottom: 50px; } }
  .single-event-page .event-content .paragraph-section:first-of-type {
    padding-top: 0; }
  .single-event-page .event-content .paragraph-section {
    margin: 0; }
    .single-event-page .event-content .paragraph-section .single-container {
      margin: 0; }
    @media (max-width: 767px) {
      .single-event-page .event-content .paragraph-section .container {
        padding: 0; } }
    .single-event-page .event-content .paragraph-section .container .col-md-12 {
      padding: 0; }

.page-view-search .view-header p,
.page-view-search .view-empty h3 {
  margin-top: 30px;
  font-size: 15px;
  text-align: right;
  font-weight: bold; }

.page-view-search .view-empty h3 {
  text-align: left;
  font-size: 28px;
  color: #13345a;
  font-weight: 700;
  font-family: "Roboto", sans-serif; }

@media (max-width: 991px) {
  .page-view-search #main {
    display: flex;
    flex-direction: column; } }

.page-view-search .main-content {
  float: left;
  width: 70%; }
  @media (max-width: 991px) {
    .page-view-search .main-content {
      width: 100%;
      float: none;
      order: 2; } }
  .page-view-search .main-content .view-search .view-content {
    margin: 0; }
  .page-view-search .main-content .view-search .views-row {
    display: block;
    width: 100%;
    border-bottom: 1px solid #000;
    margin-bottom: 40px;
    padding-bottom: 40px; }
    .page-view-search .main-content .view-search .views-row .views-field-title {
      margin-bottom: 15px; }
      .page-view-search .main-content .view-search .views-row .views-field-title a {
        font-size: 28px;
        color: #000;
        font-weight: 400;
        font-family: "Muli", sans-serif; }
    .page-view-search .main-content .view-search .views-row .views-field-search-api-excerpt .field-content {
      font-size: 18px;
      color: #000;
      font-weight: 400;
      font-family: "Open Sans", sans-serif; }
    .page-view-search .main-content .view-search .views-row .views-field-field-intro-text {
      padding-left: 40px; }
    .page-view-search .main-content .view-search .views-row .views-field-nothing {
      display: none; }

.page-view-search .sidebar {
  max-width: 27%;
  float: right; }
  @media (max-width: 991px) {
    .page-view-search .sidebar {
      max-width: 100%;
      float: none; } }
  .page-view-search .sidebar .block {
    background-color: #ededed;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    border-radius: 10px;
    border: none;
    box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.1);
    margin-top: 30px; }
    .page-view-search .sidebar .block .form-actions {
      display: block;
      width: 100%; }
      .page-view-search .sidebar .block .form-actions button {
        width: 100%;
        display: block; }
    .page-view-search .sidebar .block .js-form-type-textfield {
      width: 100%;
      display: block; }
      .page-view-search .sidebar .block .js-form-type-textfield input[type="text"] {
        width: 100%;
        display: block; }
  .page-view-search .sidebar h2 {
    font-size: 17px;
    border-bottom: none; }
  .page-view-search .sidebar .facets-widget-checkbox ul {
    padding-left: 5px;
    list-style: none; }
    .page-view-search .sidebar .facets-widget-checkbox ul li {
      font-size: 14px; }
      .page-view-search .sidebar .facets-widget-checkbox ul li input[type="checkbox"] {
        margin-right: 7px; }

.membership-directory-page-content {
  margin-top: 20px; }
  .membership-directory-page-content p {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400; }
  .membership-directory-page-content .logo-img {
    height: 250px;
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  .membership-directory-page-content .info-content {
    padding-top: 50px; }
    .membership-directory-page-content .info-content h5 {
      display: inline-block;
      font-weight: 700; }
    .membership-directory-page-content .info-content .ext,
    .membership-directory-page-content .info-content .mailto {
      display: none; }
    .membership-directory-page-content .info-content .name {
      margin-bottom: 20px;
      font-weight: 700;
      font-size: 22px; }
    .membership-directory-page-content .info-content .text-directory {
      font-weight: 400;
      font-family: "Open Sans", sans-serif;
      font-size: 18px;
      display: inline-block; }
    .membership-directory-page-content .info-content .phone a {
      display: inline-block;
      font-size: 17px; }
    .membership-directory-page-content .info-content .email a {
      display: inline-block;
      font-size: 17px; }
    .membership-directory-page-content .info-content .website a {
      display: inline-block;
      font-size: 17px; }

.alpha-wrapper {
  border-top: 1px solid #909cc2;
  border-bottom: 1px solid #909cc2;
  margin-top: 25px; }
  @media (max-width: 767px) {
    .alpha-wrapper {
      display: none; } }
  .alpha-wrapper ul {
    list-style: none;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0;
    text-align: center; }
    .alpha-wrapper ul li {
      display: inline-block;
      padding-left: 10px;
      padding-right: 10px; }
      .alpha-wrapper ul li a {
        font-size: 18px; }

.page-user-login #main #block-plca2020-content a, .page-user-login #main #block-userlogin a,
.page-user-password #main #block-plca2020-content a,
.page-user-password #main #block-userlogin a,
.access-forbidden-403 #main #block-plca2020-content a,
.access-forbidden-403 #main #block-userlogin a {
  color: #000; }

.page-user-login #main #block-plca2020-content .form-control, .page-user-login #main #block-userlogin .form-control,
.page-user-password #main #block-plca2020-content .form-control,
.page-user-password #main #block-userlogin .form-control,
.access-forbidden-403 #main #block-plca2020-content .form-control,
.access-forbidden-403 #main #block-userlogin .form-control {
  box-shadow: none; }

.page-user-login #main #block-plca2020-content .user-login-form,
.page-user-login #main #block-plca2020-content .user-pass, .page-user-login #main #block-userlogin .user-login-form,
.page-user-login #main #block-userlogin .user-pass,
.page-user-password #main #block-plca2020-content .user-login-form,
.page-user-password #main #block-plca2020-content .user-pass,
.page-user-password #main #block-userlogin .user-login-form,
.page-user-password #main #block-userlogin .user-pass,
.access-forbidden-403 #main #block-plca2020-content .user-login-form,
.access-forbidden-403 #main #block-plca2020-content .user-pass,
.access-forbidden-403 #main #block-userlogin .user-login-form,
.access-forbidden-403 #main #block-userlogin .user-pass {
  margin: 150px auto;
  border: 4px solid #deb700; }
  .page-user-login #main #block-plca2020-content .user-login-form p:not(.login-title),
  .page-user-login #main #block-plca2020-content .user-pass p:not(.login-title), .page-user-login #main #block-userlogin .user-login-form p:not(.login-title),
  .page-user-login #main #block-userlogin .user-pass p:not(.login-title),
  .page-user-password #main #block-plca2020-content .user-login-form p:not(.login-title),
  .page-user-password #main #block-plca2020-content .user-pass p:not(.login-title),
  .page-user-password #main #block-userlogin .user-login-form p:not(.login-title),
  .page-user-password #main #block-userlogin .user-pass p:not(.login-title),
  .access-forbidden-403 #main #block-plca2020-content .user-login-form p:not(.login-title),
  .access-forbidden-403 #main #block-plca2020-content .user-pass p:not(.login-title),
  .access-forbidden-403 #main #block-userlogin .user-login-form p:not(.login-title),
  .access-forbidden-403 #main #block-userlogin .user-pass p:not(.login-title) {
    padding: 10px 25px; }
  .page-user-login #main #block-plca2020-content .user-login-form .login-title,
  .page-user-login #main #block-plca2020-content .user-pass .login-title, .page-user-login #main #block-userlogin .user-login-form .login-title,
  .page-user-login #main #block-userlogin .user-pass .login-title,
  .page-user-password #main #block-plca2020-content .user-login-form .login-title,
  .page-user-password #main #block-plca2020-content .user-pass .login-title,
  .page-user-password #main #block-userlogin .user-login-form .login-title,
  .page-user-password #main #block-userlogin .user-pass .login-title,
  .access-forbidden-403 #main #block-plca2020-content .user-login-form .login-title,
  .access-forbidden-403 #main #block-plca2020-content .user-pass .login-title,
  .access-forbidden-403 #main #block-userlogin .user-login-form .login-title,
  .access-forbidden-403 #main #block-userlogin .user-pass .login-title {
    background-color: #deb700;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 16px; }
  .page-user-login #main #block-plca2020-content .user-login-form .js-form-type-textfield,
  .page-user-login #main #block-plca2020-content .user-pass .js-form-type-textfield, .page-user-login #main #block-userlogin .user-login-form .js-form-type-textfield,
  .page-user-login #main #block-userlogin .user-pass .js-form-type-textfield,
  .page-user-password #main #block-plca2020-content .user-login-form .js-form-type-textfield,
  .page-user-password #main #block-plca2020-content .user-pass .js-form-type-textfield,
  .page-user-password #main #block-userlogin .user-login-form .js-form-type-textfield,
  .page-user-password #main #block-userlogin .user-pass .js-form-type-textfield,
  .access-forbidden-403 #main #block-plca2020-content .user-login-form .js-form-type-textfield,
  .access-forbidden-403 #main #block-plca2020-content .user-pass .js-form-type-textfield,
  .access-forbidden-403 #main #block-userlogin .user-login-form .js-form-type-textfield,
  .access-forbidden-403 #main #block-userlogin .user-pass .js-form-type-textfield {
    padding: 0 25px;
    width: 100%; }
    .page-user-login #main #block-plca2020-content .user-login-form .js-form-type-textfield label,
    .page-user-login #main #block-plca2020-content .user-pass .js-form-type-textfield label, .page-user-login #main #block-userlogin .user-login-form .js-form-type-textfield label,
    .page-user-login #main #block-userlogin .user-pass .js-form-type-textfield label,
    .page-user-password #main #block-plca2020-content .user-login-form .js-form-type-textfield label,
    .page-user-password #main #block-plca2020-content .user-pass .js-form-type-textfield label,
    .page-user-password #main #block-userlogin .user-login-form .js-form-type-textfield label,
    .page-user-password #main #block-userlogin .user-pass .js-form-type-textfield label,
    .access-forbidden-403 #main #block-plca2020-content .user-login-form .js-form-type-textfield label,
    .access-forbidden-403 #main #block-plca2020-content .user-pass .js-form-type-textfield label,
    .access-forbidden-403 #main #block-userlogin .user-login-form .js-form-type-textfield label,
    .access-forbidden-403 #main #block-userlogin .user-pass .js-form-type-textfield label {
      font-family: "Open Sans", sans-serif;
      font-weight: 500;
      font-size: 14px; }
    .page-user-login #main #block-plca2020-content .user-login-form .js-form-type-textfield input,
    .page-user-login #main #block-plca2020-content .user-pass .js-form-type-textfield input, .page-user-login #main #block-userlogin .user-login-form .js-form-type-textfield input,
    .page-user-login #main #block-userlogin .user-pass .js-form-type-textfield input,
    .page-user-password #main #block-plca2020-content .user-login-form .js-form-type-textfield input,
    .page-user-password #main #block-plca2020-content .user-pass .js-form-type-textfield input,
    .page-user-password #main #block-userlogin .user-login-form .js-form-type-textfield input,
    .page-user-password #main #block-userlogin .user-pass .js-form-type-textfield input,
    .access-forbidden-403 #main #block-plca2020-content .user-login-form .js-form-type-textfield input,
    .access-forbidden-403 #main #block-plca2020-content .user-pass .js-form-type-textfield input,
    .access-forbidden-403 #main #block-userlogin .user-login-form .js-form-type-textfield input,
    .access-forbidden-403 #main #block-userlogin .user-pass .js-form-type-textfield input {
      font-family: "Open Sans", sans-serif;
      width: 100%; }
  .page-user-login #main #block-plca2020-content .user-login-form .js-form-type-password,
  .page-user-login #main #block-plca2020-content .user-pass .js-form-type-password, .page-user-login #main #block-userlogin .user-login-form .js-form-type-password,
  .page-user-login #main #block-userlogin .user-pass .js-form-type-password,
  .page-user-password #main #block-plca2020-content .user-login-form .js-form-type-password,
  .page-user-password #main #block-plca2020-content .user-pass .js-form-type-password,
  .page-user-password #main #block-userlogin .user-login-form .js-form-type-password,
  .page-user-password #main #block-userlogin .user-pass .js-form-type-password,
  .access-forbidden-403 #main #block-plca2020-content .user-login-form .js-form-type-password,
  .access-forbidden-403 #main #block-plca2020-content .user-pass .js-form-type-password,
  .access-forbidden-403 #main #block-userlogin .user-login-form .js-form-type-password,
  .access-forbidden-403 #main #block-userlogin .user-pass .js-form-type-password {
    padding: 0 25px;
    width: 100%; }
    .page-user-login #main #block-plca2020-content .user-login-form .js-form-type-password label,
    .page-user-login #main #block-plca2020-content .user-pass .js-form-type-password label, .page-user-login #main #block-userlogin .user-login-form .js-form-type-password label,
    .page-user-login #main #block-userlogin .user-pass .js-form-type-password label,
    .page-user-password #main #block-plca2020-content .user-login-form .js-form-type-password label,
    .page-user-password #main #block-plca2020-content .user-pass .js-form-type-password label,
    .page-user-password #main #block-userlogin .user-login-form .js-form-type-password label,
    .page-user-password #main #block-userlogin .user-pass .js-form-type-password label,
    .access-forbidden-403 #main #block-plca2020-content .user-login-form .js-form-type-password label,
    .access-forbidden-403 #main #block-plca2020-content .user-pass .js-form-type-password label,
    .access-forbidden-403 #main #block-userlogin .user-login-form .js-form-type-password label,
    .access-forbidden-403 #main #block-userlogin .user-pass .js-form-type-password label {
      font-family: "Open Sans", sans-serif;
      font-weight: 500;
      font-size: 14px; }
    .page-user-login #main #block-plca2020-content .user-login-form .js-form-type-password input,
    .page-user-login #main #block-plca2020-content .user-pass .js-form-type-password input, .page-user-login #main #block-userlogin .user-login-form .js-form-type-password input,
    .page-user-login #main #block-userlogin .user-pass .js-form-type-password input,
    .page-user-password #main #block-plca2020-content .user-login-form .js-form-type-password input,
    .page-user-password #main #block-plca2020-content .user-pass .js-form-type-password input,
    .page-user-password #main #block-userlogin .user-login-form .js-form-type-password input,
    .page-user-password #main #block-userlogin .user-pass .js-form-type-password input,
    .access-forbidden-403 #main #block-plca2020-content .user-login-form .js-form-type-password input,
    .access-forbidden-403 #main #block-plca2020-content .user-pass .js-form-type-password input,
    .access-forbidden-403 #main #block-userlogin .user-login-form .js-form-type-password input,
    .access-forbidden-403 #main #block-userlogin .user-pass .js-form-type-password input {
      font-family: "Open Sans", sans-serif;
      width: 100%; }
  .page-user-login #main #block-plca2020-content .user-login-form .forgot-password,
  .page-user-login #main #block-plca2020-content .user-pass .forgot-password, .page-user-login #main #block-userlogin .user-login-form .forgot-password,
  .page-user-login #main #block-userlogin .user-pass .forgot-password,
  .page-user-password #main #block-plca2020-content .user-login-form .forgot-password,
  .page-user-password #main #block-plca2020-content .user-pass .forgot-password,
  .page-user-password #main #block-userlogin .user-login-form .forgot-password,
  .page-user-password #main #block-userlogin .user-pass .forgot-password,
  .access-forbidden-403 #main #block-plca2020-content .user-login-form .forgot-password,
  .access-forbidden-403 #main #block-plca2020-content .user-pass .forgot-password,
  .access-forbidden-403 #main #block-userlogin .user-login-form .forgot-password,
  .access-forbidden-403 #main #block-userlogin .user-pass .forgot-password {
    top: 0;
    margin: 0; }
    @media (max-width: 767px) {
      .page-user-login #main #block-plca2020-content .user-login-form .forgot-password,
      .page-user-login #main #block-plca2020-content .user-pass .forgot-password, .page-user-login #main #block-userlogin .user-login-form .forgot-password,
      .page-user-login #main #block-userlogin .user-pass .forgot-password,
      .page-user-password #main #block-plca2020-content .user-login-form .forgot-password,
      .page-user-password #main #block-plca2020-content .user-pass .forgot-password,
      .page-user-password #main #block-userlogin .user-login-form .forgot-password,
      .page-user-password #main #block-userlogin .user-pass .forgot-password,
      .access-forbidden-403 #main #block-plca2020-content .user-login-form .forgot-password,
      .access-forbidden-403 #main #block-plca2020-content .user-pass .forgot-password,
      .access-forbidden-403 #main #block-userlogin .user-login-form .forgot-password,
      .access-forbidden-403 #main #block-userlogin .user-pass .forgot-password {
        margin-left: 25px; } }
  .page-user-login #main #block-plca2020-content .user-login-form .form-actions,
  .page-user-login #main #block-plca2020-content .user-pass .form-actions, .page-user-login #main #block-userlogin .user-login-form .form-actions,
  .page-user-login #main #block-userlogin .user-pass .form-actions,
  .page-user-password #main #block-plca2020-content .user-login-form .form-actions,
  .page-user-password #main #block-plca2020-content .user-pass .form-actions,
  .page-user-password #main #block-userlogin .user-login-form .form-actions,
  .page-user-password #main #block-userlogin .user-pass .form-actions,
  .access-forbidden-403 #main #block-plca2020-content .user-login-form .form-actions,
  .access-forbidden-403 #main #block-plca2020-content .user-pass .form-actions,
  .access-forbidden-403 #main #block-userlogin .user-login-form .form-actions,
  .access-forbidden-403 #main #block-userlogin .user-pass .form-actions {
    margin: 10px 25px 20px 25px; }
    @media (max-width: 575px) {
      .page-user-login #main #block-plca2020-content .user-login-form .form-actions .button,
      .page-user-login #main #block-plca2020-content .user-pass .form-actions .button, .page-user-login #main #block-userlogin .user-login-form .form-actions .button,
      .page-user-login #main #block-userlogin .user-pass .form-actions .button,
      .page-user-password #main #block-plca2020-content .user-login-form .form-actions .button,
      .page-user-password #main #block-plca2020-content .user-pass .form-actions .button,
      .page-user-password #main #block-userlogin .user-login-form .form-actions .button,
      .page-user-password #main #block-userlogin .user-pass .form-actions .button,
      .access-forbidden-403 #main #block-plca2020-content .user-login-form .form-actions .button,
      .access-forbidden-403 #main #block-plca2020-content .user-pass .form-actions .button,
      .access-forbidden-403 #main #block-userlogin .user-login-form .form-actions .button,
      .access-forbidden-403 #main #block-userlogin .user-pass .form-actions .button {
        margin-top: 25px; } }

.page-user-login #main #block-taxonomytermview,
.page-user-password #main #block-taxonomytermview,
.access-forbidden-403 #main #block-taxonomytermview {
  display: none; }

.access-forbidden-403 #main #block-userlogin h2 {
  display: none; }

.access-forbidden-403 #main #block-userlogin .user-login-form {
  margin-top: 0;
  margin-bottom: 85px; }

.access-forbidden-403 #main #block-userlogin .item-list {
  display: none; }

.access-forbidden-403 .content .basic-page {
  margin-bottom: 0px; }

@media (max-width: 991px) {
  .page-node-type-campaign-page .pre-header .pre-header-content ul .nav-item {
    display: block; }
  .page-node-type-campaign-page .pre-header .pre-header-content ul .nav-item .search {
    display: block; }
  .page-node-type-campaign-page.user-logged-in .pre-header .pre-header-content ul .nav-link--user-login {
    display: none; }
  .page-node-type-campaign-page.user-logged-in .pre-header .pre-header-content ul .nav-link--user {
    display: block; } }

.page-node-type-campaign-page .header .main-header .navbar-brand img#scrollLogo {
  width: 170px !important;
  transform: initial !important;
  margin-top: 0 !important; }
  @media (max-width: 991px) {
    .page-node-type-campaign-page .header .main-header .navbar-brand img#scrollLogo {
      width: 80px !important; } }

.page-node-type-campaign-page nav.tabs {
  display: none; }

.page-node-type-campaign-page .header {
  top: 0; }

.page-node-type-campaign-page.user-logged-in.editor .header {
  top: 91px; }
  @media (max-width: 975px) {
    .page-node-type-campaign-page.user-logged-in.editor .header {
      top: 0; } }

.page-node-type-campaign-page.user-logged-in.administrator .header {
  top: 91px; }
  @media (max-width: 975px) {
    .page-node-type-campaign-page.user-logged-in.administrator .header {
      top: 0; } }

.page-node-type-campaign-page .header .main-header {
  background-color: transparent;
  height: 0;
  padding-top: 0; }

.page-node-type-campaign-page .paragraph-section.paragraph-bg-image {
  background-size: cover; }

.page-node-type-campaign-page .paragraph-section {
  padding: 50px 0; }
  .page-node-type-campaign-page .paragraph-section .single-title h1 {
    color: white;
    margin-bottom: 20px; }
    @media (max-width: 650px) {
      .page-node-type-campaign-page .paragraph-section .single-title h1 {
        font-size: 30px; } }
  .page-node-type-campaign-page .paragraph-section .single-container .full-content h2 {
    color: #002271;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 48px;
    letter-spacing: -4px;
    margin-bottom: 25px; }
    @media (max-width: 650px) {
      .page-node-type-campaign-page .paragraph-section .single-container .full-content h2 {
        font-size: 30px; } }
  .page-node-type-campaign-page .paragraph-section .single-container .full-content p {
    font-size: 16px;
    color: #454545;
    font-weight: 500; }
  .page-node-type-campaign-page .paragraph-section.days-of-giving {
    background-position: top right !important;
    background-repeat: no-repeat;
    background-size: initial; }
    .page-node-type-campaign-page .paragraph-section.days-of-giving .full-content p {
      font-family: 'Montserrat', sans-serif; }
    .page-node-type-campaign-page .paragraph-section.days-of-giving .col-lg-6:last-child .full-content {
      text-align: center; }
      .page-node-type-campaign-page .paragraph-section.days-of-giving .col-lg-6:last-child .full-content h2 a {
        font-size: 48px;
        color: #FF0000;
        font-family: 'Open Sans', sans-serif;
        font-weight: 700; }
        @media (max-width: 650px) {
          .page-node-type-campaign-page .paragraph-section.days-of-giving .col-lg-6:last-child .full-content h2 a {
            font-size: 30px; } }
      .page-node-type-campaign-page .paragraph-section.days-of-giving .col-lg-6:last-child .full-content p img {
        float: none; }
  .page-node-type-campaign-page .paragraph-section.donation-section {
    background-position: top left !important;
    background-repeat: no-repeat;
    background-size: initial;
    padding: 0;
    padding-top: 70px;
    padding-bottom: 70px; }
    .page-node-type-campaign-page .paragraph-section.donation-section form#stripe-donation-form {
      max-width: 350px;
      margin: auto; }
    .page-node-type-campaign-page .paragraph-section.donation-section .view-summer-campaign-goal .view-content {
      display: block; }
      .page-node-type-campaign-page .paragraph-section.donation-section .view-summer-campaign-goal .view-content .donation-pie-wrapper {
        max-width: 460px;
        max-height: 460px;
        position: relative;
        background-color: #fff;
        border-radius: 50%; }
        @media (max-width: 991px) {
          .page-node-type-campaign-page .paragraph-section.donation-section .view-summer-campaign-goal .view-content .donation-pie-wrapper {
            margin: auto;
            margin-bottom: 60px; } }
        @media (max-width: 650px) {
          .page-node-type-campaign-page .paragraph-section.donation-section .view-summer-campaign-goal .view-content .donation-pie-wrapper {
            max-width: 400px;
            max-height: 400px; } }
        @media (max-width: 500px) {
          .page-node-type-campaign-page .paragraph-section.donation-section .view-summer-campaign-goal .view-content .donation-pie-wrapper {
            max-width: 300px;
            max-height: 300px; } }
        .page-node-type-campaign-page .paragraph-section.donation-section .view-summer-campaign-goal .view-content .donation-pie-wrapper span {
          font-family: 'Open Sans', sans-serif;
          font-weight: 700;
          color: #002271;
          font-size: 38px;
          position: absolute;
          width: 100%;
          display: block;
          text-align: center;
          top: 35%;
          max-width: 340px;
          margin: auto;
          right: 0;
          left: 0;
          line-height: 1; }
          @media (max-width: 1024px) {
            .page-node-type-campaign-page .paragraph-section.donation-section .view-summer-campaign-goal .view-content .donation-pie-wrapper span {
              font-size: 34px; } }
          @media (max-width: 500px) {
            .page-node-type-campaign-page .paragraph-section.donation-section .view-summer-campaign-goal .view-content .donation-pie-wrapper span {
              top: 30%; } }
          .page-node-type-campaign-page .paragraph-section.donation-section .view-summer-campaign-goal .view-content .donation-pie-wrapper span .first-word {
            position: initial;
            font-size: 65px; }
            @media (max-width: 1024px) {
              .page-node-type-campaign-page .paragraph-section.donation-section .view-summer-campaign-goal .view-content .donation-pie-wrapper span .first-word {
                font-size: 50px; } }
  .page-node-type-campaign-page .paragraph-section.sponsors-slider {
    margin-bottom: 50px; }
    .page-node-type-campaign-page .paragraph-section.sponsors-slider.hide-slider {
      display: none !important; }
    .page-node-type-campaign-page .paragraph-section.sponsors-slider .single-title {
      margin-top: 0; }
      .page-node-type-campaign-page .paragraph-section.sponsors-slider .single-title h1 {
        text-align: center; }
    @media (max-width: 1225px) {
      .page-node-type-campaign-page .paragraph-section.sponsors-slider .single-container {
        padding-left: 25px;
        padding-right: 25px; } }
    .page-node-type-campaign-page .paragraph-section.sponsors-slider .container .col-md-12 {
      position: relative; }
    .page-node-type-campaign-page .paragraph-section.sponsors-slider .slick .slick-track {
      display: flex;
      align-items: center; }
    .page-node-type-campaign-page .paragraph-section.sponsors-slider .slick a:hover {
      text-decoration: none; }
    .page-node-type-campaign-page .paragraph-section.sponsors-slider .slick .slide {
      margin-left: 15px;
      margin-right: 15px; }
      .page-node-type-campaign-page .paragraph-section.sponsors-slider .slick .slide .logo-text {
        background-color: #fff;
        color: #333;
        font-weight: bold;
        font-size: 24px;
        padding: 15px;
        line-height: 1.2;
        text-align: center;
        text-decoration: none; }
        @media (max-width: 991px) {
          .page-node-type-campaign-page .paragraph-section.sponsors-slider .slick .slide .logo-text {
            font-size: 18px; } }
      .page-node-type-campaign-page .paragraph-section.sponsors-slider .slick .slide img {
        border: 0;
        width: 100%;
        height: auto; }
    .page-node-type-campaign-page .paragraph-section.sponsors-slider .slick .slick__arrow button {
      background-color: transparent;
      display: block;
      border: none;
      outline: none;
      width: 20px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      height: 100%;
      font-size: 0;
      color: transparent;
      padding: 0; }
      .page-node-type-campaign-page .paragraph-section.sponsors-slider .slick .slick__arrow button:before {
        content: '';
        display: block;
        width: 20px;
        height: 38px;
        background-image: url("../assets/images/slick-arrow.png"); }
      .page-node-type-campaign-page .paragraph-section.sponsors-slider .slick .slick__arrow button.slick-prev {
        right: auto;
        left: -25px; }
        @media (max-width: 1225px) {
          .page-node-type-campaign-page .paragraph-section.sponsors-slider .slick .slick__arrow button.slick-prev {
            left: -5px; } }
        .page-node-type-campaign-page .paragraph-section.sponsors-slider .slick .slick__arrow button.slick-prev:before {
          transform: rotate(180deg); }
      .page-node-type-campaign-page .paragraph-section.sponsors-slider .slick .slick__arrow button.slick-next {
        left: auto;
        right: -25px; }
        @media (max-width: 1225px) {
          .page-node-type-campaign-page .paragraph-section.sponsors-slider .slick .slick__arrow button.slick-next {
            right: -5px; } }
        .page-node-type-campaign-page .paragraph-section.sponsors-slider .slick .slick__arrow button.slick-next:before {
          float: right; }
  .page-node-type-campaign-page .paragraph-section.slider-section {
    position: relative; }
    .page-node-type-campaign-page .paragraph-section.slider-section .container {
      max-width: initial; }
      .page-node-type-campaign-page .paragraph-section.slider-section .container .col-md-12 {
        position: initial; }
      .page-node-type-campaign-page .paragraph-section.slider-section .container .single-title {
        max-width: 1140px;
        margin: auto; }
        .page-node-type-campaign-page .paragraph-section.slider-section .container .single-title h1 {
          text-align: center;
          font-family: 'Open Sans', sans-serif;
          font-weight: 700; }
          @media (max-width: 650px) {
            .page-node-type-campaign-page .paragraph-section.slider-section .container .single-title h1 {
              font-size: 30px; } }
      .page-node-type-campaign-page .paragraph-section.slider-section .container .slick {
        max-width: 60%;
        margin: auto; }
        @media (max-width: 500px) {
          .page-node-type-campaign-page .paragraph-section.slider-section .container .slick {
            max-width: 80%; } }
        .page-node-type-campaign-page .paragraph-section.slider-section .container .slick iframe {
          width: 100%;
          height: 625px; }
          @media (max-width: 991px) {
            .page-node-type-campaign-page .paragraph-section.slider-section .container .slick iframe {
              height: 315px; } }
          @media (max-width: 650px) {
            .page-node-type-campaign-page .paragraph-section.slider-section .container .slick iframe {
              height: 200px; } }
          @media (max-width: 400px) {
            .page-node-type-campaign-page .paragraph-section.slider-section .container .slick iframe {
              height: 160px; } }
        .page-node-type-campaign-page .paragraph-section.slider-section .container .slick .slick-list {
          overflow: initial; }
          .page-node-type-campaign-page .paragraph-section.slider-section .container .slick .slick-list .slide {
            padding-left: 10px;
            padding-right: 10px; }
            .page-node-type-campaign-page .paragraph-section.slider-section .container .slick .slick-list .slide iframe {
              width: 100%;
              height: 625px; }
              @media (max-width: 991px) {
                .page-node-type-campaign-page .paragraph-section.slider-section .container .slick .slick-list .slide iframe {
                  height: 315px; } }
              @media (max-width: 650px) {
                .page-node-type-campaign-page .paragraph-section.slider-section .container .slick .slick-list .slide iframe {
                  height: 200px; } }
              @media (max-width: 400px) {
                .page-node-type-campaign-page .paragraph-section.slider-section .container .slick .slick-list .slide iframe {
                  height: 160px; } }
        .page-node-type-campaign-page .paragraph-section.slider-section .container .slick .slick__arrow button {
          background-color: transparent;
          display: block;
          border: none;
          outline: none;
          width: 20%;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          height: 100%;
          font-size: 0;
          color: transparent; }
          @media (max-width: 650px) {
            .page-node-type-campaign-page .paragraph-section.slider-section .container .slick .slick__arrow button {
              width: 10%; } }
          .page-node-type-campaign-page .paragraph-section.slider-section .container .slick .slick__arrow button:before {
            content: '';
            display: block;
            width: 20px;
            height: 38px;
            background-image: url("../assets/images/slick-arrow.png");
            margin: 0 60px; }
            @media (max-width: 650px) {
              .page-node-type-campaign-page .paragraph-section.slider-section .container .slick .slick__arrow button:before {
                margin: 0 10px;
                margin-top: 70px; } }
          .page-node-type-campaign-page .paragraph-section.slider-section .container .slick .slick__arrow button.slick-prev {
            background: linear-gradient(90deg, #001139 0%, rgba(0, 0, 0, 0) 100%);
            right: auto;
            left: 0; }
            .page-node-type-campaign-page .paragraph-section.slider-section .container .slick .slick__arrow button.slick-prev:before {
              transform: rotate(180deg); }
          .page-node-type-campaign-page .paragraph-section.slider-section .container .slick .slick__arrow button.slick-next {
            background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #001139 100%);
            left: auto;
            right: 0; }
            .page-node-type-campaign-page .paragraph-section.slider-section .container .slick .slick__arrow button.slick-next:before {
              float: right; }

.page-node-type-campaign-page .paragraph-section.paragraph-bg-image.paragraph-design-banner {
  padding: 100px 0;
  background-size: cover; }
  .page-node-type-campaign-page .paragraph-section.paragraph-bg-image.paragraph-design-banner .single-title {
    margin: 0; }
  .page-node-type-campaign-page .paragraph-section.paragraph-bg-image.paragraph-design-banner h1 {
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-size: 58px;
    font-weight: 300;
    font-family: 'PT Sans Narrow', sans-serif;
    margin-bottom: 0; }
    @media (max-width: 991px) {
      .page-node-type-campaign-page .paragraph-section.paragraph-bg-image.paragraph-design-banner h1 {
        font-size: 52px; } }
    @media (max-width: 767px) {
      .page-node-type-campaign-page .paragraph-section.paragraph-bg-image.paragraph-design-banner h1 {
        font-size: 38px; } }
    @media (max-width: 650px) {
      .page-node-type-campaign-page .paragraph-section.paragraph-bg-image.paragraph-design-banner h1 {
        font-size: 30px; } }
  .page-node-type-campaign-page .paragraph-section.paragraph-bg-image.paragraph-design-banner .video-wrapper-border .video-item {
    text-align: center;
    position: relative;
    max-width: 902px;
    margin: auto; }
    .page-node-type-campaign-page .paragraph-section.paragraph-bg-image.paragraph-design-banner .video-wrapper-border .video-item iframe {
      width: 100%;
      height: 440px !important; }
      @media (max-width: 767px) {
        .page-node-type-campaign-page .paragraph-section.paragraph-bg-image.paragraph-design-banner .video-wrapper-border .video-item iframe {
          height: 330px !important; } }
      @media (max-width: 500px) {
        .page-node-type-campaign-page .paragraph-section.paragraph-bg-image.paragraph-design-banner .video-wrapper-border .video-item iframe {
          height: 250px !important; } }

.page-node-type-campaign-page .webform-confirmation-modal .ui-dialog-titlebar {
  background-color: transparent;
  border: 0; }
  .page-node-type-campaign-page .webform-confirmation-modal .ui-dialog-titlebar .ui-dialog-title {
    display: none; }
  .page-node-type-campaign-page .webform-confirmation-modal .ui-dialog-titlebar .ui-dialog-titlebar-close {
    border: 0;
    background-color: transparent;
    height: 27px;
    outline: none; }
    .page-node-type-campaign-page .webform-confirmation-modal .ui-dialog-titlebar .ui-dialog-titlebar-close:before {
      content: 'x';
      display: block;
      color: #FF0000;
      font-size: 26px;
      top: 0;
      position: absolute;
      line-height: 1; }

.page-node-type-campaign-page .webform-confirmation-modal .webform-confirmation-modal--content {
  text-align: center;
  height: auto !important;
  min-height: auto !important;
  padding-bottom: 25px; }

form#stripe-donation-form .form-item-stripe-amount .donation_currency {
  display: none; }

form#stripe-donation-form .js-form-item {
  /* Firefox */ }
  form#stripe-donation-form .js-form-item h2 {
    font-size: 36px;
    letter-spacing: -3px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #002271; }
    @media (max-width: 650px) {
      form#stripe-donation-form .js-form-item h2 {
        font-size: 30px;
        letter-spacing: -1px; } }
  form#stripe-donation-form .js-form-item label {
    display: none; }
  form#stripe-donation-form .js-form-item input#amount::-webkit-outer-spin-button,
  form#stripe-donation-form .js-form-item input#amount::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  form#stripe-donation-form .js-form-item input[name="amount_before_fee"] {
    -moz-appearance: textfield; }
    form#stripe-donation-form .js-form-item input[name="amount_before_fee"]::-webkit-outer-spin-button, form#stripe-donation-form .js-form-item input[name="amount_before_fee"]::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
  form#stripe-donation-form .js-form-item #amount {
    -moz-appearance: textfield; }
  form#stripe-donation-form .js-form-item .dynamic-dollar-sign {
    position: absolute;
    top: 8px;
    left: 10px; }
  form#stripe-donation-form .js-form-item input, form#stripe-donation-form .js-form-item #card-element, form#stripe-donation-form .js-form-item select {
    border: 1px solid #707070;
    color: #454545;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    height: 40px;
    background-color: white; }
    form#stripe-donation-form .js-form-item input[readonly='readonly'], form#stripe-donation-form .js-form-item #card-element[readonly='readonly'], form#stripe-donation-form .js-form-item select[readonly='readonly'] {
      background-color: #eee; }
    form#stripe-donation-form .js-form-item input.hasValue, form#stripe-donation-form .js-form-item #card-element.hasValue, form#stripe-donation-form .js-form-item select.hasValue {
      padding-left: 20px; }
    form#stripe-donation-form .js-form-item input::placeholder, form#stripe-donation-form .js-form-item input input::placeholder, form#stripe-donation-form .js-form-item #card-element::placeholder, form#stripe-donation-form .js-form-item #card-element input::placeholder, form#stripe-donation-form .js-form-item select::placeholder, form#stripe-donation-form .js-form-item select input::placeholder {
      color: #454545;
      font-family: 'Montserrat', sans-serif; }

form#stripe-donation-form button {
  margin-top: 0;
  width: 100%;
  background-color: #FF0000;
  color: white;
  border: none;
  text-transform: uppercase;
  border-radius: 5px;
  transition: 0.3s;
  margin-bottom: 0; }
  form#stripe-donation-form button:hover {
    transition: 0.3s;
    opacity: 0.5; }

.full-content h3 a, .full-content h4 a, .full-content h5 a, .full-content h6 a {
  font-size: inherit; }

body.pipeliners-on-watch-page .header {
  top: 0 !important; }

body.pipeliners-on-watch-page .main-header .menu a {
  width: 170px;
  height: 168px;
  background-image: url("../assets/images/pow_logo.png");
  background-size: contain;
  margin-top: -29px;
  background-repeat: no-repeat; }
  @media (max-width: 991px) {
    body.pipeliners-on-watch-page .main-header .menu a {
      width: 100px;
      height: 100px;
      margin-top: 0; } }
  body.pipeliners-on-watch-page .main-header .menu a img {
    display: none !important; }

body.pipeliners-on-watch-page .paragraph-section {
  padding-top: 25px;
  padding-bottom: 0; }
  body.pipeliners-on-watch-page .paragraph-section.paragraph-design-banner {
    padding-top: 35px;
    padding-bottom: 35px;
    margin-bottom: 50px; }
    body.pipeliners-on-watch-page .paragraph-section.paragraph-design-banner .single-title {
      text-align: center; }
      body.pipeliners-on-watch-page .paragraph-section.paragraph-design-banner .single-title h1 {
        text-transform: uppercase;
        color: #FF0000 !important;
        font-size: 65px; }
        @media (max-width: 991px) {
          body.pipeliners-on-watch-page .paragraph-section.paragraph-design-banner .single-title h1 {
            font-size: 44px; } }
        @media (max-width: 767px) {
          body.pipeliners-on-watch-page .paragraph-section.paragraph-design-banner .single-title h1 {
            font-size: 36px; } }
    body.pipeliners-on-watch-page .paragraph-section.paragraph-design-banner .full-content {
      margin-top: 0;
      margin-bottom: 0; }
      body.pipeliners-on-watch-page .paragraph-section.paragraph-design-banner .full-content h2 {
        color: #fff !important;
        font-size: 36px;
        text-align: center;
        letter-spacing: -1px;
        margin-bottom: 0; }
        @media (max-width: 991px) {
          body.pipeliners-on-watch-page .paragraph-section.paragraph-design-banner .full-content h2 {
            font-size: 28px; } }

body.pipeliners-on-watch-page .plca2k23-pipeline-section.paragraph-section .row {
  align-items: flex-start; }

body.pipeliners-on-watch-page .plca2k23-pipeline-section.paragraph-section .single-title h1 {
  text-align: center;
  color: #ed252b;
  font-weight: 800;
  font-family: "museo-sans-display", sans-serif; }

body.pipeliners-on-watch-page .plca2k23-pipeline-section.paragraph-section .single-container .full-content h2 {
  font-size: 24px;
  letter-spacing: 0;
  font-weight: 800;
  color: #000; }

body.pipeliners-on-watch-page .plca2k23-pipeline-section.paragraph-section .single-container .full-content p {
  font-size: 18px;
  color: #454545; }

body.pipeliners-on-watch-page .plca2k23-pipeline-section.paragraph-section .paragraph-single-image .image-wrapper img {
  max-width: 75%;
  display: block;
  margin: auto; }

body.pipeliners-on-watch-page .plca2k23-pipeline-section .image-description {
  display: none; }

body.pipeliners-on-watch-page .plca2k23-pipeline-section.list {
  padding: 10px 0; }
  body.pipeliners-on-watch-page .plca2k23-pipeline-section.list ul {
    list-style: none; }
    body.pipeliners-on-watch-page .plca2k23-pipeline-section.list ul li {
      margin-bottom: 1em; }
      body.pipeliners-on-watch-page .plca2k23-pipeline-section.list ul li a {
        font-size: 18px; }
      body.pipeliners-on-watch-page .plca2k23-pipeline-section.list ul li:last-child {
        margin-bottom: 0; }
      body.pipeliners-on-watch-page .plca2k23-pipeline-section.list ul li:before {
        content: "•";
        color: #ed252b;
        font-weight: 800;
        display: inline-block;
        width: 1em;
        margin-left: -1em; }

body.pipeliners-on-watch-page .plca2k23-pipeline-section.dual-list {
  padding: 10px 0; }
  body.pipeliners-on-watch-page .plca2k23-pipeline-section.dual-list ul {
    list-style: none; }
    body.pipeliners-on-watch-page .plca2k23-pipeline-section.dual-list ul li {
      margin-bottom: 1em;
      color: #454545 !important; }
      body.pipeliners-on-watch-page .plca2k23-pipeline-section.dual-list ul li a {
        font-size: 18px;
        color: #ed252b; }
      body.pipeliners-on-watch-page .plca2k23-pipeline-section.dual-list ul li:last-child {
        margin-bottom: 0; }
      body.pipeliners-on-watch-page .plca2k23-pipeline-section.dual-list ul li:before {
        content: "•";
        color: #ed252b;
        font-weight: 800;
        display: inline-block;
        width: 1em;
        margin-left: -1em; }
      body.pipeliners-on-watch-page .plca2k23-pipeline-section.dual-list ul li span {
        color: #454545 !important;
        margin-top: 15px;
        display: block; }
      body.pipeliners-on-watch-page .plca2k23-pipeline-section.dual-list ul li ul {
        margin-bottom: 1em;
        margin-top: 1em; }
        body.pipeliners-on-watch-page .plca2k23-pipeline-section.dual-list ul li ul li {
          margin-bottom: 1em;
          color: #454545; }
          body.pipeliners-on-watch-page .plca2k23-pipeline-section.dual-list ul li ul li:last-child {
            margin-bottom: 0; }
          body.pipeliners-on-watch-page .plca2k23-pipeline-section.dual-list ul li ul li:before {
            content: "•";
            color: #000;
            font-weight: 800;
            display: inline-block;
            width: 1em;
            margin-left: -1em; }
  body.pipeliners-on-watch-page .plca2k23-pipeline-section.dual-list .paragraph-single-image .image-wrapper img {
    max-width: 100%;
    display: block;
    margin: auto; }

body.pipeliners-on-watch-page .plca2k23-pipeline-section-form .plca2k23-order-form {
  background: #dddddd;
  padding: 50px 70px;
  border-radius: 50px; }
  @media (max-width: 575px) {
    body.pipeliners-on-watch-page .plca2k23-pipeline-section-form .plca2k23-order-form {
      padding: 35px 50px;
      border-radius: 20px; } }
  body.pipeliners-on-watch-page .plca2k23-pipeline-section-form .plca2k23-order-form .form-item-markup h3 {
    text-align: center;
    color: #000 !important;
    font-weight: 800;
    font-family: "museo-sans-display", sans-serif;
    font-size: 36px;
    text-transform: uppercase; }
    body.pipeliners-on-watch-page .plca2k23-pipeline-section-form .plca2k23-order-form .form-item-markup h3 span {
      color: #ed252b !important; }
  body.pipeliners-on-watch-page .plca2k23-pipeline-section-form .plca2k23-order-form .form-item-markup p {
    color: #454545; }
  body.pipeliners-on-watch-page .plca2k23-pipeline-section-form .plca2k23-order-form input, body.pipeliners-on-watch-page .plca2k23-pipeline-section-form .plca2k23-order-form textarea {
    border-width: 1px; }
  body.pipeliners-on-watch-page .plca2k23-pipeline-section-form .plca2k23-order-form .form-group label {
    color: #000;
    font-weight: 600;
    margin-bottom: 5px; }
  body.pipeliners-on-watch-page .plca2k23-pipeline-section-form .plca2k23-order-form .form-group select {
    width: 40%;
    display: block; }
    @media (max-width: 767px) {
      body.pipeliners-on-watch-page .plca2k23-pipeline-section-form .plca2k23-order-form .form-group select {
        width: 100%; } }
  body.pipeliners-on-watch-page .plca2k23-pipeline-section-form .plca2k23-order-form .form-group.form-actions {
    text-align: center; }
    body.pipeliners-on-watch-page .plca2k23-pipeline-section-form .plca2k23-order-form .form-group.form-actions button {
      background: #ed252b;
      border: #ed252b;
      color: white;
      margin-bottom: 0;
      font-size: 24px; }
      body.pipeliners-on-watch-page .plca2k23-pipeline-section-form .plca2k23-order-form .form-group.form-actions button:hover {
        background: #000;
        border: #000; }

body.pipeliners-on-watch-page-public {
  background-color: #fff; }
  body.pipeliners-on-watch-page-public .region-we-mega-menu a.navbar-toggle {
    top: 15px; }
  body.pipeliners-on-watch-page-public .paragraph-section .single-container .full-content p {
    font-size: 18px; }
    body.pipeliners-on-watch-page-public .paragraph-section .single-container .full-content p a {
      font-size: 18px;
      color: #ed252b;
      text-decoration: none; }
      body.pipeliners-on-watch-page-public .paragraph-section .single-container .full-content p a:hover {
        color: #ed252b;
        text-decoration: underline; }
  body.pipeliners-on-watch-page-public .paragraph-section {
    padding: 20px 0; }
    body.pipeliners-on-watch-page-public .paragraph-section.hide-section {
      display: none; }
    body.pipeliners-on-watch-page-public .paragraph-section.plca2k23-pipeline-section-form {
      padding: 40px 0; }
  body.pipeliners-on-watch-page-public .header .pre-header {
    display: none; }
  body.pipeliners-on-watch-page-public .header .main-header {
    background-color: #ed252b;
    height: 50px;
    padding-top: 14px; }
    body.pipeliners-on-watch-page-public .header .main-header .menu .navbar-brand {
      display: none; }
  body.pipeliners-on-watch-page-public .plca2k23-pipeline-hero {
    padding-top: 75px;
    padding-bottom: 35px;
    margin-bottom: 50px; }
    body.pipeliners-on-watch-page-public .plca2k23-pipeline-hero .row {
      align-items: center; }
      body.pipeliners-on-watch-page-public .plca2k23-pipeline-hero .row .center-img {
        display: flex;
        padding-top: 0;
        justify-content: center; }
      body.pipeliners-on-watch-page-public .plca2k23-pipeline-hero .row h1 {
        font-size: 60px;
        font-weight: 800;
        font-family: "museo-sans-display", sans-serif; }
        @media (max-width: 575px) {
          body.pipeliners-on-watch-page-public .plca2k23-pipeline-hero .row h1 {
            font-size: 50px; } }
      body.pipeliners-on-watch-page-public .plca2k23-pipeline-hero .row .full-content p {
        font-size: 32px;
        color: #fff;
        font-family: "museo-sans";
        font-weight: 700; }
        body.pipeliners-on-watch-page-public .plca2k23-pipeline-hero .row .full-content p strong {
          font-family: "museo-sans-display", sans-serif;
          font-weight: 800; }
  body.pipeliners-on-watch-page-public .plca2k23-pipeline-section.paragraph-section .single-title h1 {
    text-align: center;
    color: #ed252b;
    font-weight: 800;
    font-family: "museo-sans-display", sans-serif; }
  body.pipeliners-on-watch-page-public .plca2k23-pipeline-section.paragraph-section .single-container .full-content h2 {
    font-size: 24px;
    letter-spacing: 0;
    font-weight: 800;
    color: #000; }
  body.pipeliners-on-watch-page-public .plca2k23-pipeline-section.paragraph-section .paragraph-single-image .image-wrapper img {
    max-width: 75%;
    display: block;
    margin: auto; }
  body.pipeliners-on-watch-page-public .plca2k23-pipeline-section .image-description {
    display: none; }
  body.pipeliners-on-watch-page-public .plca2k23-pipeline-section.list {
    padding: 10px 0; }
    body.pipeliners-on-watch-page-public .plca2k23-pipeline-section.list ul {
      list-style: none; }
      body.pipeliners-on-watch-page-public .plca2k23-pipeline-section.list ul li {
        margin-bottom: 1em; }
        body.pipeliners-on-watch-page-public .plca2k23-pipeline-section.list ul li:last-child {
          margin-bottom: 0; }
        body.pipeliners-on-watch-page-public .plca2k23-pipeline-section.list ul li:before {
          content: "•";
          color: #ed252b;
          font-weight: 800;
          display: inline-block;
          width: 1em;
          margin-left: -1em; }
  body.pipeliners-on-watch-page-public .plca2k23-pipeline-section.dual-list {
    padding: 10px 0; }
    body.pipeliners-on-watch-page-public .plca2k23-pipeline-section.dual-list ul {
      list-style: none; }
      body.pipeliners-on-watch-page-public .plca2k23-pipeline-section.dual-list ul li {
        margin-bottom: 1em;
        color: #ed252b; }
        body.pipeliners-on-watch-page-public .plca2k23-pipeline-section.dual-list ul li:last-child {
          margin-bottom: 0; }
        body.pipeliners-on-watch-page-public .plca2k23-pipeline-section.dual-list ul li:before {
          content: "•";
          color: #ed252b;
          font-weight: 800;
          display: inline-block;
          width: 1em;
          margin-left: -1em; }
        body.pipeliners-on-watch-page-public .plca2k23-pipeline-section.dual-list ul li span {
          color: black;
          margin-top: 15px;
          display: block; }
        body.pipeliners-on-watch-page-public .plca2k23-pipeline-section.dual-list ul li ul {
          margin-bottom: 1em;
          margin-top: 1em; }
          body.pipeliners-on-watch-page-public .plca2k23-pipeline-section.dual-list ul li ul li {
            margin-bottom: 1em;
            color: #000; }
            body.pipeliners-on-watch-page-public .plca2k23-pipeline-section.dual-list ul li ul li:last-child {
              margin-bottom: 0; }
            body.pipeliners-on-watch-page-public .plca2k23-pipeline-section.dual-list ul li ul li:before {
              content: "•";
              color: #000;
              font-weight: 800;
              display: inline-block;
              width: 1em;
              margin-left: -1em; }
    body.pipeliners-on-watch-page-public .plca2k23-pipeline-section.dual-list .paragraph-single-image .image-wrapper img {
      max-width: 100%;
      display: block;
      margin: auto; }
  body.pipeliners-on-watch-page-public .plca2k23-pipeline-section-testimo.paragraph-section {
    margin-bottom: 40px; }
    body.pipeliners-on-watch-page-public .plca2k23-pipeline-section-testimo.paragraph-section .single-container .full-content h1 {
      font-size: 36px;
      letter-spacing: 0;
      color: #ed252b;
      font-weight: 800;
      font-family: "museo-sans-display", sans-serif; }
  body.pipeliners-on-watch-page-public .plca2k23-pipeline-section-testimo .plca2k23-pipeline-testimonial .slick-track {
    display: flex;
    align-items: center;
    justify-content: center; }
  body.pipeliners-on-watch-page-public .plca2k23-pipeline-section-testimo .plca2k23-pipeline-testimonial .slick__slide .slide__caption {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    padding-top: 35px;
    padding-bottom: 35px; }
    @media (max-width: 991px) {
      body.pipeliners-on-watch-page-public .plca2k23-pipeline-section-testimo .plca2k23-pipeline-testimonial .slick__slide .slide__caption {
        width: 90%;
        margin: 0 auto; } }
    body.pipeliners-on-watch-page-public .plca2k23-pipeline-section-testimo .plca2k23-pipeline-testimonial .slick__slide .slide__caption:before {
      content: "";
      position: absolute;
      top: 0;
      left: 50px;
      width: 60px;
      height: 60px;
      max-width: 60px;
      background: url(https://stage-plca.newtarget.net/themes/custom/plca2020/assets/images/RedQuote_Left.png) no-repeat center;
      background-size: contain; }
      @media (max-width: 767px) {
        body.pipeliners-on-watch-page-public .plca2k23-pipeline-section-testimo .plca2k23-pipeline-testimonial .slick__slide .slide__caption:before {
          left: 0px; } }
      @media (max-width: 575px) {
        body.pipeliners-on-watch-page-public .plca2k23-pipeline-section-testimo .plca2k23-pipeline-testimonial .slick__slide .slide__caption:before {
          left: 0;
          max-width: 30px;
          width: 30px;
          height: 30px; } }
    body.pipeliners-on-watch-page-public .plca2k23-pipeline-section-testimo .plca2k23-pipeline-testimonial .slick__slide .slide__caption:after {
      content: "";
      position: absolute;
      bottom: 30px;
      right: 50px;
      width: 60px;
      max-width: 60px;
      background: url(https://stage-plca.newtarget.net/themes/custom/plca2020/assets/images/RedQuote_Right.png) no-repeat center;
      height: 60px;
      background-size: contain; }
      @media (max-width: 767px) {
        body.pipeliners-on-watch-page-public .plca2k23-pipeline-section-testimo .plca2k23-pipeline-testimonial .slick__slide .slide__caption:after {
          right: 0; } }
      @media (max-width: 575px) {
        body.pipeliners-on-watch-page-public .plca2k23-pipeline-section-testimo .plca2k23-pipeline-testimonial .slick__slide .slide__caption:after {
          right: 0;
          bottom: 20px;
          max-width: 30px;
          width: 30px;
          height: 30px; } }
    body.pipeliners-on-watch-page-public .plca2k23-pipeline-section-testimo .plca2k23-pipeline-testimonial .slick__slide .slide__caption .slide__description, body.pipeliners-on-watch-page-public .plca2k23-pipeline-section-testimo .plca2k23-pipeline-testimonial .slick__slide .slide__caption .slide__title {
      width: 80%;
      margin: 0 auto; }
      @media screen and (max-width: 1023px) and (min-width: 768px) {
        body.pipeliners-on-watch-page-public .plca2k23-pipeline-section-testimo .plca2k23-pipeline-testimonial .slick__slide .slide__caption .slide__description, body.pipeliners-on-watch-page-public .plca2k23-pipeline-section-testimo .plca2k23-pipeline-testimonial .slick__slide .slide__caption .slide__title {
          width: 65%; } }
      @media (max-width: 767px) {
        body.pipeliners-on-watch-page-public .plca2k23-pipeline-section-testimo .plca2k23-pipeline-testimonial .slick__slide .slide__caption .slide__description, body.pipeliners-on-watch-page-public .plca2k23-pipeline-section-testimo .plca2k23-pipeline-testimonial .slick__slide .slide__caption .slide__title {
          width: 75%; } }
      @media (max-width: 575px) {
        body.pipeliners-on-watch-page-public .plca2k23-pipeline-section-testimo .plca2k23-pipeline-testimonial .slick__slide .slide__caption .slide__description, body.pipeliners-on-watch-page-public .plca2k23-pipeline-section-testimo .plca2k23-pipeline-testimonial .slick__slide .slide__caption .slide__title {
          width: 75%; } }
    body.pipeliners-on-watch-page-public .plca2k23-pipeline-section-testimo .plca2k23-pipeline-testimonial .slick__slide .slide__caption .slide__description p {
      font-size: 26px;
      font-weight: 600;
      text-align: center; }
      @media (max-width: 575px) {
        body.pipeliners-on-watch-page-public .plca2k23-pipeline-section-testimo .plca2k23-pipeline-testimonial .slick__slide .slide__caption .slide__description p {
          font-size: 16px; } }
    body.pipeliners-on-watch-page-public .plca2k23-pipeline-section-testimo .plca2k23-pipeline-testimonial .slick__slide .slide__caption .slide__title {
      font-size: 28px;
      font-weight: 300;
      text-align: center;
      font-style: italic; }
      body.pipeliners-on-watch-page-public .plca2k23-pipeline-section-testimo .plca2k23-pipeline-testimonial .slick__slide .slide__caption .slide__title:before {
        content: "\2014";
        margin-right: 10px; }
      @media (max-width: 575px) {
        body.pipeliners-on-watch-page-public .plca2k23-pipeline-section-testimo .plca2k23-pipeline-testimonial .slick__slide .slide__caption .slide__title {
          font-size: 16px; } }
  body.pipeliners-on-watch-page-public .plca2k23-pipeline-section-testimo .plca2k23-pipeline-testimonial .slick--initialized .slick__arrow {
    top: 24%; }
    @media (max-width: 991px) {
      body.pipeliners-on-watch-page-public .plca2k23-pipeline-section-testimo .plca2k23-pipeline-testimonial .slick--initialized .slick__arrow {
        top: 38%; } }
    @media (max-width: 767px) {
      body.pipeliners-on-watch-page-public .plca2k23-pipeline-section-testimo .plca2k23-pipeline-testimonial .slick--initialized .slick__arrow {
        display: none; } }
    body.pipeliners-on-watch-page-public .plca2k23-pipeline-section-testimo .plca2k23-pipeline-testimonial .slick--initialized .slick__arrow button {
      outline: inherit; }
      body.pipeliners-on-watch-page-public .plca2k23-pipeline-section-testimo .plca2k23-pipeline-testimonial .slick--initialized .slick__arrow button.slick-prev {
        font-size: 0;
        border: 0;
        background-color: inherit; }
        body.pipeliners-on-watch-page-public .plca2k23-pipeline-section-testimo .plca2k23-pipeline-testimonial .slick--initialized .slick__arrow button.slick-prev:before {
          content: "";
          position: absolute;
          background: url(https://stage-plca.newtarget.net/themes/custom/plca2020/assets/images/GrayArrow_Left.png) no-repeat center;
          top: -15px;
          left: -50px;
          max-width: 70px;
          background-size: contain;
          width: 70px;
          height: 70px; }
          @media (max-width: 991px) {
            body.pipeliners-on-watch-page-public .plca2k23-pipeline-section-testimo .plca2k23-pipeline-testimonial .slick--initialized .slick__arrow button.slick-prev:before {
              left: 0px; } }
      body.pipeliners-on-watch-page-public .plca2k23-pipeline-section-testimo .plca2k23-pipeline-testimonial .slick--initialized .slick__arrow button.slick-next {
        font-size: 0;
        border: 0;
        background-color: inherit; }
        body.pipeliners-on-watch-page-public .plca2k23-pipeline-section-testimo .plca2k23-pipeline-testimonial .slick--initialized .slick__arrow button.slick-next:before {
          content: "";
          position: absolute;
          right: -50px;
          top: -15px;
          max-width: 70px;
          width: 70px;
          background: url(https://stage-plca.newtarget.net/themes/custom/plca2020/assets/images/GrayArrow_Right.png) no-repeat center;
          height: 70px;
          background-size: contain; }
          @media (max-width: 991px) {
            body.pipeliners-on-watch-page-public .plca2k23-pipeline-section-testimo .plca2k23-pipeline-testimonial .slick--initialized .slick__arrow button.slick-next:before {
              right: -10px; } }
  body.pipeliners-on-watch-page-public .plca2k23-pipeline-section-form .plca2k23-order-form {
    background: #dddddd;
    padding: 50px 70px;
    border-radius: 50px; }
    @media (max-width: 575px) {
      body.pipeliners-on-watch-page-public .plca2k23-pipeline-section-form .plca2k23-order-form {
        padding: 35px 50px;
        border-radius: 20px; } }
    body.pipeliners-on-watch-page-public .plca2k23-pipeline-section-form .plca2k23-order-form h2 {
      text-align: center;
      color: #ed252b;
      font-weight: 800;
      font-family: "museo-sans-display", sans-serif;
      font-size: 36px; }
    body.pipeliners-on-watch-page-public .plca2k23-pipeline-section-form .plca2k23-order-form a {
      font-size: 17.136px;
      text-decoration: none; }
      body.pipeliners-on-watch-page-public .plca2k23-pipeline-section-form .plca2k23-order-form a:hover {
        text-decoration: underline; }
    body.pipeliners-on-watch-page-public .plca2k23-pipeline-section-form .plca2k23-order-form input, body.pipeliners-on-watch-page-public .plca2k23-pipeline-section-form .plca2k23-order-form textarea {
      border-width: 1px; }
    body.pipeliners-on-watch-page-public .plca2k23-pipeline-section-form .plca2k23-order-form .form-group label {
      color: #000;
      font-weight: 600;
      margin-bottom: 5px; }
    body.pipeliners-on-watch-page-public .plca2k23-pipeline-section-form .plca2k23-order-form .form-group select {
      width: 40%;
      display: block; }
      @media (max-width: 767px) {
        body.pipeliners-on-watch-page-public .plca2k23-pipeline-section-form .plca2k23-order-form .form-group select {
          width: 100%; } }
    body.pipeliners-on-watch-page-public .plca2k23-pipeline-section-form .plca2k23-order-form .form-group.webform-actions {
      text-align: center; }
      body.pipeliners-on-watch-page-public .plca2k23-pipeline-section-form .plca2k23-order-form .form-group.webform-actions button {
        background: #ed252b;
        border: #ed252b;
        color: white;
        margin-bottom: 0;
        font-size: 24px; }
        body.pipeliners-on-watch-page-public .plca2k23-pipeline-section-form .plca2k23-order-form .form-group.webform-actions button:hover {
          background: #000;
          border: #000; }

@media (max-width: 991px) {
  .region-we-mega-menu {
    background-color: inherit; } }

.region-we-mega-menu .navbar-toggle {
  position: absolute;
  right: 30px;
  top: 42px; }
  .region-we-mega-menu .navbar-toggle:hover .icon-bar {
    background-color: #fff; }
  .region-we-mega-menu .navbar-toggle .icon-bar {
    background-color: #fff;
    width: 50px;
    height: 5px; }

@media (max-width: 991px) {
  .region-we-mega-menu .navbar {
    background-color: #13345a !important;
    z-index: 999; }
    .region-we-mega-menu .navbar .we-mega-menu-ul .we-mega-menu-li {
      display: block;
      width: 100%;
      border-bottom: 1px solid #fff; }
      .region-we-mega-menu .navbar .we-mega-menu-ul .we-mega-menu-li.open a::after {
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
      .region-we-mega-menu .navbar .we-mega-menu-ul .we-mega-menu-li a {
        border: none;
        padding: 10px !important; }
      .region-we-mega-menu .navbar .we-mega-menu-ul .we-mega-menu-li .we-mega-menu-submenu {
        background-color: #13345a !important;
        padding-top: 0; }
        .region-we-mega-menu .navbar .we-mega-menu-ul .we-mega-menu-li .we-mega-menu-submenu .we-mega-menu-submenu-inner .we-mega-menu-row .we-mega-menu-col ul {
          padding-right: 15px; }
          .region-we-mega-menu .navbar .we-mega-menu-ul .we-mega-menu-li .we-mega-menu-submenu .we-mega-menu-submenu-inner .we-mega-menu-row .we-mega-menu-col ul li:last-child {
            border-bottom: none; } }

.overlay {
  display: none !important; }

.user-logged-in .region-we-mega-menu .navbar-toggle {
  right: 15px;
  top: 0; }

.view-board-of-directors .row {
  justify-content: center; }

.view-board-of-directors .view-header {
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .view-board-of-directors .view-header {
      text-align: center; } }

.view-board-of-directors .board-of-directors-single-view {
  margin-bottom: 70px; }
  .view-board-of-directors .board-of-directors-single-view .single-staff {
    margin-top: 20px; }
    .view-board-of-directors .board-of-directors-single-view .single-staff svg {
      display: none; }
    .view-board-of-directors .board-of-directors-single-view .single-staff .staff-img {
      height: 310px;
      width: 310px;
      border-radius: 50%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      margin: 0 auto; }
      @media (max-width: 1199px) {
        .view-board-of-directors .board-of-directors-single-view .single-staff .staff-img {
          height: 250px;
          width: 250px; } }
      @media (max-width: 991px) {
        .view-board-of-directors .board-of-directors-single-view .single-staff .staff-img {
          height: 200px;
          width: 200px; } }
      @media (max-width: 767px) {
        .view-board-of-directors .board-of-directors-single-view .single-staff .staff-img {
          height: 300px;
          width: 300px; } }
      .view-board-of-directors .board-of-directors-single-view .single-staff .staff-img:hover {
        opacity: 0.8; }
    .view-board-of-directors .board-of-directors-single-view .single-staff .staff-info {
      text-align: center;
      margin-top: 10px; }
      .view-board-of-directors .board-of-directors-single-view .single-staff .staff-info a {
        font-size: 22px;
        font-weight: 600; }
        .view-board-of-directors .board-of-directors-single-view .single-staff .staff-info a h4 {
          margin: 0; }
      .view-board-of-directors .board-of-directors-single-view .single-staff .staff-info h5 {
        font-style: italic;
        margin: 0; }

.view-events .single-events {
  min-height: 211px;
  border-bottom: 1px solid #ed252b;
  padding-bottom: 30px;
  padding-top: 30px; }
  @media (max-width: 767px) {
    .view-events .single-events {
      margin-right: 10px;
      margin-left: 10px; } }
  .view-events .single-events:last-child {
    border-bottom: none; }
  .view-events .single-events .events-page-view .events-info a:hover {
    color: #13345a; }
  .view-events .single-events .events-page-view .events-info a h3 {
    margin-bottom: 0; }
  .view-events .single-events .events-page-view .events-info .events-date {
    font-weight: 700; }
  .view-events .single-events .events-page-view .events-img {
    height: 150px;
    padding-right: 0;
    padding-left: 0;
    overflow: hidden; }
    @media (max-width: 991px) {
      .view-events .single-events .events-page-view .events-img {
        min-width: 100%;
        padding-right: 15px;
        padding-left: 15px; } }
    .view-events .single-events .events-page-view .events-img .events-img-bg {
      height: 100%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      transition: 0.3s; }
      .view-events .single-events .events-page-view .events-img .events-img-bg:hover {
        transform: scale(1.1); }

.user-logged-in .view-member-directory .single-profile {
  display: flex; }
  .user-logged-in .view-member-directory .single-profile .views-field .profile {
    display: flex; }
    .user-logged-in .view-member-directory .single-profile .views-field .profile .profile-information .company {
      display: block; }
    .user-logged-in .view-member-directory .single-profile .views-field .profile .profile-information .full-profile {
      display: inline-block;
      padding: 5px 15px; }
    @media (max-width: 575px) {
      .user-logged-in .view-member-directory .single-profile .views-field .profile .profile-information .website-url {
        margin-right: 20px; } }
    @media (max-width: 383px) {
      .user-logged-in .view-member-directory .single-profile .views-field .profile .profile-information .website-url {
        margin: 16px auto; } }
    .user-logged-in .view-member-directory .single-profile .views-field .profile .profile-information h4 {
      color: #ed252b; }

.user-logged-in.member-list-preview .view-member-directory .single-profile {
  display: inherit; }
  .user-logged-in.member-list-preview .view-member-directory .single-profile .views-field .profile {
    border-top: none;
    border-left: none;
    border-right: none;
    display: block;
    min-height: 160px; }
    .user-logged-in.member-list-preview .view-member-directory .single-profile .views-field .profile .profile-picture {
      width: 200px; }
      @media (max-width: 575px) {
        .user-logged-in.member-list-preview .view-member-directory .single-profile .views-field .profile .profile-picture {
          width: 100%; } }

.view-member-directory .view-empty {
  text-align: center; }

.view-member-directory .view-header .alpha-wrapper {
  border-top: 1px solid #deb700;
  border-bottom: 1px solid #deb700; }

.view-member-directory .view-header .preview-wrapper {
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center; }
  @media (max-width: 575px) {
    .view-member-directory .view-header .preview-wrapper {
      display: none; } }
  .view-member-directory .view-header .preview-wrapper a {
    margin-right: 10px; }
    .view-member-directory .view-header .preview-wrapper a img {
      height: 25px;
      margin-bottom: 3px;
      margin-right: 5px; }

.view-member-directory .view-filters {
  margin-bottom: 30px;
  text-align: center; }
  .view-member-directory .view-filters .d-flex {
    display: inline-flex !important; }
    .view-member-directory .view-filters .d-flex .js-form-item {
      text-align: left; }
      .view-member-directory .view-filters .d-flex .js-form-item.js-form-item-company-name {
        display: none; }
  .view-member-directory .view-filters button#edit-reset {
    background-color: #fff;
    color: #ed252b;
    box-sizing: border-box;
    border: 2px solid #ed252b;
    border-radius: 12px;
    text-transform: capitalize;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    padding: 5px 35px;
    transition: 0.3s; }
    .view-member-directory .view-filters button#edit-reset:hover, .view-member-directory .view-filters button#edit-reset:active, .view-member-directory .view-filters button#edit-reset:focus {
      background-color: #ed252b;
      color: #fff;
      border: 2px solid #ed252b;
      text-decoration: none;
      box-shadow: none;
      transition: 0.3s;
      outline: none; }
  @media (max-width: 575px) {
    .view-member-directory .view-filters {
      margin-top: 30px; } }

.view-member-directory .single-profile {
  width: 22.5%;
  margin-left: 1.25%;
  margin-right: 1.25%;
  margin-bottom: 20px;
  display: none; }
  .view-member-directory .single-profile.parent {
    display: flex; }
  @media (max-width: 1199px) {
    .view-member-directory .single-profile {
      width: 30%;
      margin-left: 1.66%;
      margin-right: 1.66%; } }
  @media (max-width: 767px) {
    .view-member-directory .single-profile {
      width: 45%;
      margin-left: 2.5%;
      margin-right: 2.5%; } }
  @media (max-width: 575px) {
    .view-member-directory .single-profile {
      width: 95%; }
      .view-member-directory .single-profile:last-child .profile {
        border-bottom: none; } }
  .view-member-directory .single-profile .views-field {
    width: 100%; }
    .view-member-directory .single-profile .views-field .profile {
      border: 1px solid #deb700;
      padding: 10px 15px;
      min-height: 290px;
      display: none;
      flex-direction: column;
      height: 100%; }
      .view-member-directory .single-profile .views-field .profile.parent {
        display: flex; }
      @media (max-width: 575px) {
        .view-member-directory .single-profile .views-field .profile {
          border-top: none;
          border-left: none;
          border-right: none; } }
      .view-member-directory .single-profile .views-field .profile .profile-picture {
        height: 130px;
        width: 100%; }
        .view-member-directory .single-profile .views-field .profile .profile-picture .member-feature-image {
          height: 100%;
          width: 100%;
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain; }
      .view-member-directory .single-profile .views-field .profile .profile-information {
        margin-top: 20px;
        text-align: center; }
        @media (max-width: 575px) {
          .view-member-directory .single-profile .views-field .profile .profile-information {
            text-align: center; } }
        .view-member-directory .single-profile .views-field .profile .profile-information h4 {
          font-size: 20px;
          color: #000;
          font-weight: 700;
          font-family: "Roboto", sans-serif;
          margin-bottom: 25px;
          height: 48px;
          overflow: hidden; }
        .view-member-directory .single-profile .views-field .profile .profile-information .company {
          display: none;
          min-height: 54px; }
        .view-member-directory .single-profile .views-field .profile .profile-information .full-profile {
          display: none; }
          .view-member-directory .single-profile .views-field .profile .profile-information .full-profile:hover a {
            color: #fff;
            text-decoration: none; }
          .view-member-directory .single-profile .views-field .profile .profile-information .full-profile a {
            word-break: break-all;
            font-weight: 700; }
        .view-member-directory .single-profile .views-field .profile .profile-information .website-url {
          display: inline-block;
          padding: 5px 45px; }
          .view-member-directory .single-profile .views-field .profile .profile-information .website-url:hover a {
            color: #fff;
            text-decoration: none; }
          .view-member-directory .single-profile .views-field .profile .profile-information .website-url a {
            word-break: break-all;
            font-weight: 700; }
            .view-member-directory .single-profile .views-field .profile .profile-information .website-url a svg {
              display: none; }

.member-list-preview .view-member-directory .single-profile {
  display: inherit; }
  .member-list-preview .view-member-directory .single-profile .views-field .profile {
    border-top: none;
    border-left: none;
    border-right: none;
    display: none;
    min-height: 160px; }
    .member-list-preview .view-member-directory .single-profile .views-field .profile.parent {
      display: block; }
    .member-list-preview .view-member-directory .single-profile .views-field .profile .profile-information {
      text-align: left; }
      @media (max-width: 575px) {
        .member-list-preview .view-member-directory .single-profile .views-field .profile .profile-information {
          text-align: center; } }
    .member-list-preview .view-member-directory .single-profile .views-field .profile .profile-picture {
      width: 200px; }
      @media (max-width: 575px) {
        .member-list-preview .view-member-directory .single-profile .views-field .profile .profile-picture {
          width: 100%; } }

@media (min-width: 575px) {
  .member-list-preview .single-profile {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
    .member-list-preview .single-profile:last-child .profile {
      border-bottom: none; }
    .member-list-preview .single-profile .profile {
      border-top: none;
      border-left: none;
      border-right: none; }
      .member-list-preview .single-profile .profile .profile-information {
        text-align: center; }
        .member-list-preview .single-profile .profile .profile-information .website-url {
          margin-right: 20px; }
      .member-list-preview .single-profile .profile .profile-picture {
        width: 200px;
        float: right; } }

.single-container.photo-credit-field p {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  font-weight: 600; }

.paragraph-unique-113 .paragraph-single-image .center-img img {
  width: auto !important; }

.user-logged-in .pre-header .pre-header-content ul .nav-link--user-login {
  display: none; }

.user-logged-in .pre-header .pre-header-content ul .nav-link--user {
  display: block; }

.user-logged-in li.we-mega-menu-li.member-login {
  display: none; }

.user-logged-in li.we-mega-menu-li.my-profile-2 {
  display: block !important; }

@media (max-width: 991px) {
  .user-logged-in li.we-mega-menu-li.login {
    display: none !important; }
  .user-logged-in li.we-mega-menu-li.my-profile {
    display: block !important; } }

.path-frontpage
.paragraph-design-home-page-banner
.col-lg-4
.paragraph-single-image
.image-wrapper
.center-img
picture
img {
  position: relative; }

.path-member-directory form .js-form-item-name {
  display: none; }

.page-user-login .block-members-directory-block, .page-user-password .block-members-directory-block {
  display: none; }

.header .main-header .navbar-brand img#scrollLogo {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  width: 100px !important;
  margin-top: 20px !important;
  transform: scale(1.3) !important; }
  .header .main-header .navbar-brand img#scrollLogo.shrink {
    width: 100px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s; }

.featured-slider .heroSlider-fixed .slick-track .slick-slide a picture img.responsive-image {
  width: 85%;
  padding: 0;
  border: none; }

.remove-menu-item-body .labor-relations-menu-item {
  display: none; }

.page-node-type-membership-directory .block-hero-internal-block {
  display: none; }

.footer .footer-info .copyright {
  display: block; }
  .footer .footer-info .copyright .field--type-text-with-summary {
    margin-top: 30px; }
  .footer .footer-info .copyright center {
    color: #fff; }
    .footer .footer-info .copyright center a {
      color: #fff; }

@media (max-width: 575px) {
  .summer-scholarship-campaign .carousel-background-image {
    background-position-x: center !important;
    background-position-y: -81px !important; } }

@media (max-width: 575px) {
  .summer-scholarship-campaign .carousel-caption {
    bottom: 105px !important; } }

.summer-scholarship-campaign .line {
  max-width: 500px; }
  @media (max-width: 575px) {
    .summer-scholarship-campaign .line h2 {
      font-size: 25px !important; } }
  @media (max-width: 575px) {
    .summer-scholarship-campaign .line h3 {
      font-size: 18px !important; } }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  header#header {
    position: inherit; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  [class*="col-sm"],
  [class*="col-md"],
  [class*="col-lg"] {
    flex: none;
    max-width: 100%; }
  .navbar {
    display: none; }
  a::after {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; }
  body {
    overflow: hidden !important; }
  .video-wrapper-border {
    display: none; }
  .btn-primary,
  .single-cta-btn {
    display: none; }
  .paragraph-design-accordion {
    display: none; }
  .contextual {
    display: none !important; }
  .hero {
    display: none !important; }
  .main-header {
    height: 180px !important; }
  .home-page-banner.paragraph-unique-102 {
    margin-top: 0 !important; }
    .home-page-banner.paragraph-unique-102 img {
      padding-top: 0 !important; }
    .home-page-banner.paragraph-unique-102 .full-content {
      padding-top: 50px !important; }
  .home-page-banner.paragraph-unique-169 {
    margin-top: 0 !important; }
    .home-page-banner.paragraph-unique-169 img {
      padding-top: 0 !important; }
  .event-front-annual-convention .img-content {
    display: none !important; }
  .block-homepage-carousel-block {
    display: none !important; }
  .timeline .single-title h1 {
    text-align: left !important; } }
