/**
 * @file
 * Subtheme specific CSS.
 */

 /* LGBTQ Legislative Caucus CSS */

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;0,400;600;1,300;1,400&family=Source+Serif+Pro:wght@600;700&display=swap');

:root {
  --main-font: 'Source Sans Pro', sans-serif;
  --second-font: 'Source Serif Pro', serif;
}

body {
    background: #000;
    overflow-x: hidden;
}

.toolbar .toolbar-bar {
    background: #0f0f0f !important;
}

.mb-40 {
    margin-bottom: 40px;
}

/* Typography */

h1 {
  font-family: var(--second-font);
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: -1px;
  margin: 0px auto;
}

h2 {
  font-family: var(--second-font);
  font-size: 32px;
  font-weight: 700;
  text-align: left;
  text-transform: capitalize;
  letter-spacing: 0px;
  margin: 0px auto;
}

h3 {
  font-family: var(--main-font);
  font-size: 18px;
  font-weight: 600;
}

h4 {
  font-family: var(--main-font);
  font-size: 18px;
  font-weight: 600;
  margin: 20px auto;
  text-transform: capitalize;  
}

a,
.node--view-mode-teaser h2 a {
  color: #143a81;
  text-decoration: none;
}
    
a:hover,
.node--view-mode-teaser h2 a:hover {
  color: #23527c;
}

/* Navigation */

.header {
  margin: 0px auto;
  padding: 0px 4%;
}

.navbar-header {
  padding: 16px 0px;
}

.navbar-brand img {
  width: 200px;
}

.header {
  position: absolute;
  background: transparent;
  width: 100%;
  z-index: 1000;
}

.navbar-header .navbar-btn {
  margin-top: 15px;
}

.header .navbar-toggle,
.header .navbar-toggle:hover,
.header .navbar-toggle:focus,
.header .navbar-toggle .icon-bar {
  background-color: transparent;
  border-color: transparent;
}

.flexslider {
  margin: 0;
  border: none;
}

header#navbar .container {
  padding-left: 0px;
  padding-right: 0px;
}

.navbar-nav {
  margin: 5px 0 0 0;
  float: right;
}

header#navbar .form-group {
  margin-bottom: 5px;
}

.navbar-nav>li>.dropdown-menu {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.header .navbar-nav {
    text-transform: uppercase;
}

.header .navbar-nav > li > a,
.navbar-nav .nav-link.active {
  color: #fff;
  font-family: var(--main-font);
  font-weight: 600;
  letter-spacing: 1.5px;
  padding: 12px 0px;
  margin: 0px auto;
}

.dropdown-menu li.leaf {
  padding: 12px 0px;
  margin: 0px auto;
}

.dropdown-menu>li>a {
  background: transparent !important;
  color: #fff;
  letter-spacing: 1px;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  color: #fff;
}
@media (min-width: 992px) {
  .navbar-expand-xl .navbar-nav {
      flex-direction: row !important;
  }
}
@media (max-width: 991px) {
#navbar-top {
  display: inline-block; 
}
  .navbar-expand-xl {
    display: contents;
    position: fixed;   
  }
  .collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
  }
  .navbar-nav.sm-collapsible .caret,
  .navbar-nav.sm-collapsible ul .caret {
    display: none;
  }
  .header {
    position: fixed;
    background: #000;
    width: 100%;
    z-index: 1000;
  }
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
    z-index: 9999;
  }
  .navbar-collapse {
    border-top: 0px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    background: black;
  }
  .navbar-fixed-top {
    background: rgba(0, 0, 0, 0.8)
  }

  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav>li {
    float: none;
  }
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header .navbar-nav .open .dropdown-menu>li>a {
    color: #fff !important;
  }
  .collapse.in {
    display: block !important;
  }
  .navbar-full {
    position: absolute;
    z-index: 1;
  }
  .header .navbar-nav > li > a {
    color: #fff !important;
    font-family: var(--main-font);
    font-size: 24px;
    letter-spacing: 1.5px;
    padding: 12px 0px;
    margin: 0px auto;
  }
  .dropdown-menu>li>a:focus {
    color: #000;
  }
  ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #block-lgbtq-theme-main-menu ul li {
    cursor: pointer;
    padding: 6px 20px;
  }
  button {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 4px;
    margin-right: 16px;
    margin-bottom: 8px;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    opacity: 0.6;
    top: 24px;
    left: 0px;
    width: 36px;
    height: 30px;
    outline: none;
    transition: opacity 0.2s ease-out;
  }
  .navbar button:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    right: auto;
    width: 100%;
    background: linear-gradient(to bottom, #fff, #fff 20%, transparent 20%, transparent 40%, #fff 40%, #fff 60%, transparent 60%, transparent 80%, #fff 80%, #fff 100%);
    transition: opacity 0.2s ease-out, width 0.2s 0.2s ease-out;
  }
  .navbar button:after {
    opacity: 0;
    content: '×';
    color: white;
    position: absolute;
    top: 16px;
    left: -4px;
    font-family: Arial, sans-serif;
    font-size: 76px;
    line-height: 0;
    transition: opacity 0.4s ease-out;
  }
  button:active {
    transform: translateY(2px);
  }
  button:hover {
    opacity: 1;
  }
  .open .navbar button {
    opacity: 1;
  }
  .open .navbar button:before {
    opacity: 0;
    width: 0;
  }
  .open .navbar button:after {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(360deg);
    transition: transform 0.4s 1s ease-out, opacity 0.4s 1s ease-out;
  }
.navbar-collapse nav {
    z-index: 1;
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    overflow: hidden;
  } 
 .navbar-collapse nav:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.98); 
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
    transform: scale(0.04), translateY(9999px);
    overflow: hidden;
  }
  .open .navbar-collapse nav {
    top: 0;
  }
  .open .navbar-collapse nav:before {
    animation: menu-animation 0.8s ease-out forwards;
  }

  #block-lgbtq-theme-main-menu ul.nav {
    position: fixed;
    top: 44%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    backface-visibility: hidden;
    perspective: 1000;
    color: #fff;
    z-index: 2;
  }
  #block-lgbtq-theme-main-menu ul.nav li {
    text-align: center;
    opacity: 0;
    transform: translateY(36px);
  }
  ul.nav li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0px auto;
    background-color: #353535;
    height: 100%;
    width: 0%;
    overflow: hidden;
    border-radius: 8px;
    transition: width 0.14s ease-in;
    z-index: -1;
  }
  ul.nav li:hover:before {
    width: 60%;
  }
  ul.nav li a:hover {
    color: rgba(0, 0, 0, 0.96);
  }
  ul.nav li:hover:after {
    opacity: 1;
    padding: 0 20px;
    transform: translate(0px, 6px);
    transition: transform 0.2s 0.14s, opacity 0.2s 0.14s;
  }
  .open ul.nav li {
    animation: link-animation 0.8s ease-out forwards;
  }
  .open ul.nav li:nth-child(1) {
    animation-delay: 0.75s;
  }
  .open ul.nav  li:nth-child(2) {
    animation-delay: 0.85s;
  }
  .open ul.nav  li:nth-child(3) {
    animation-delay: 0.95s;
  }
  .open ul.nav  li:nth-child(4) {
    animation-delay: 1.05s;
  }
  .open ul.nav  li:nth-child(5) {
    animation-delay: 1.15s;
  }
  .open ul.nav  li:nth-child(6) {
    animation-delay: 1.25s;
  }
  @keyframes link-animation {
    0% {
      opacity: 0;
      transform: translateY(36px);
    }
    100% {
      opacity: 1;
      transform: translateY(0px);
    }
  }


  @keyframes menu-animation {
    0% {
      opacity: 0;
      transform: scale(0.04) translateY(300%);
    }
    40% {
      transform: scale(0.04) translateY(0);
      transition: ease-out;
    }
    40% {
      transform: scale(0.04) translateY(0);
    }
    60% {
      opacity: 1;
      transform: scale(0.02) translateY(0px);
    }
    61% {
      transform: scale(0.04);
    }
    99.9% {
      height: 0;
      padding-bottom: 100%;
      border-radius: 100%;
    }
    100% {
      transform: scale(2);
      height: 100%;
      padding-bottom: 0;
      border-radius: 0;
    }
  }
}

@media (max-width: 767px) {
  .open ul.nav li:hover:before {
    width: 80%;
  }
}


/* Before Scroll Navigation */

@media (min-width:992px) {
  .caret {
    display: none;
  }
  .navbar-expand-xl {
    position: relative;
    top: 440px;
    left: 0;
    background: transparent !important;
    width: 100%;
    z-index: 1000;
  }
  .navbar-expand-xl .navbar-nav {
    width: 100%;
    margin: 0px auto;
    padding: 0px 4%;
    float: none;
  }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: center !important;
    }
    #block-lgbtq-theme-main-menu {
        width: 100%;
    }
  .navbar-expand-xl .navbar-nav>li {
    width: 16.6666%;
    text-align: center;
  }
  .navbar-expand-xl .navbar-nav>li:nth-child(1) {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #b30a17;
    color: #fff;
  }
  .navbar-expand-xl .navbar-nav>li:nth-child(2) {
    background-color: #ee4215;
    color: #fff;
  }
  .navbar-expand-xl .navbar-nav>li:nth-child(3),
  .navbar-expand-xl .navbar-nav>li:nth-child(3)>.dropdown-menu {
    background-color: #fca029;
    color: #fff;
  }
  .navbar-expand-xl .navbar-nav>li:nth-child(4),
  .navbar-expand-xl .navbar-nav>li:nth-child(4)>.dropdown-menu {
    background-color: #009539;
    color: #fff;
  }
  .navbar-expand-xl .navbar-nav>li:nth-child(5),
  .navbar-expand-xl .navbar-nav>li:nth-child(5)>.dropdown-menu {
    background-color: #0060af;
    color: #fff;
  }
  .navbar-expand-xl .navbar-nav>li:nth-child(6),
  .navbar-expand-xl .navbar-nav>li:nth-child(6)>.dropdown-menu {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #4f177e;
    color: #fff;
  }
  ul.nav li.dropdown ul.dropdown-menu {
    position: absolute;
    top: 10px;
    bottom: 100%;
    left: 50% !important;
    -ms-transform: translate(-50%, -8px);
    transform: translate(-50%, -8px);
    width: 100% !important;
    max-width: 100% !important;
    padding: 0px 8px;
    transition: all 0.2s;
  }
  ul.nav li.dropdown:nth-child(3) ul.dropdown-menu {
    min-width: 260px !important;
  }
  ul.nav li.dropdown:nth-child(4) ul.dropdown-menu,
  ul.nav li.dropdown:nth-child(5) ul.dropdown-menu,
  ul.nav li.dropdown:nth-child(6) ul.dropdown-menu {
    min-width: 200px !important;
  }
}

@media screen and (max-width:991px) {
  .navbar-expand-xl .navbar-nav {
    position: relative;
  }
}


/* Hero Slider */

.flex-direction-nav {
  display: none;
}

.featured-top {
  position: relative;
  top: 0px;
  max-width: 1920px;
  margin: 0px auto;
}

.flex-active-slide {
    margin: 0px auto !important;
}

.flexslider .slides {
  display: flex;
  justify-content: center;
  height: 640px;
  overflow: hidden;
}

.flexslider .slides img {
  object-fit: cover;
  object-position: center;
  min-height: 640px;
}

@media (max-width: 991px) {
  .featured-top {
    display: none;
  }
}


/* Bottom Navigation */
.highlighted {
    background: #000 !important;    
}
.highlighted img {
    width: 40px;
    height: auto;
}
.main-container {
  position: relative;
  top: 0px;
  max-width: 1920px;
  margin: 0px auto;
  padding: 0px 0px;
}

.highlighted h4 a {
    font-weight: 600;
}

@media (min-width: 992px) {
  .bottom-nav {
    display: flex;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    will-change: transform;
    transform: translateZ(0);
    height: 100%;
    -webkit-box-shadow: 0px -24px 30px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px -24px 30px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px -24px 30px -10px rgba(0, 0, 0, 0.75);
    background-color: #0e0e0e;
    z-index: 2;
  }
  .bottom-nav-item {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    text-align: center;
  }
  .bottom-nav-item-active {
    color: red;
  }
  .bottom-nav-item-content {
    display: flex;
    flex-direction: column;
    padding: 48px;
    width: 100%;
    margin: 0px auto;
  }
  .bottom-nav-item-content img {
    max-width: 40px;
  }
  .bottom-nav-item-content h4 {
    font-family: var(--main-font);
    font-size: 16px;
    color: #fff;
    text-decoration: none;
  }
}

@media (max-width: 991px) {
  .main-container {
    position: relative;
    top: -66px;
    max-width: 1920px;
    margin: 0px auto 0px;
    padding: 0px 0px;
  }
  .bottom-nav {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    will-change: transform;
    transform: translateZ(0);
    height: auto;
    max-height: 100%;
    -webkit-box-shadow: 0px -24px 30px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px -24px 30px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px -24px 30px -10px rgba(0, 0, 0, 0.75);
    background-color: #0e0e0e;
    padding: 20px 0px 12px;
    z-index: 1000;
  }
  .bottom-nav-item {
    flex-grow: 1;
    text-align: center;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
  }
  .bottom-nav-item-active {
    color: red;
  }
  .bottom-nav-item-content {
    display: flex;
    flex-direction: column;
  }
  .bottom-nav-item-content img {
    max-width: 28px;
  }
  .bottom-nav-item-content h4 {
    display: none;
  }
}

/* Main Content */
.region-featured-top .view-content > div {
    margin: 0px auto !important;
    padding: 0px !important;
}

.path-frontpage #main-wrapper {
    display: none;
}

#navbar-top,
#navbar-main,
.highlighted,
#main-wrapper,
.featured-bottom,
footer {
    max-width: 1920px;
    margin: 0px auto;
}

.path-frontpage .featured-bottom .region-featured-bottom-first {
  background: url(https://lgbtqcaucus.legislature.ca.gov/sites/lgbtqcaucus.legislature.ca.gov/files/website/lgbtq-bg4.jpg) center top no-repeat #fff1e4;
  padding: 80px 0px 160px;
}

.path-frontpage .featured-bottom .region-featured-bottom-third {
  position: relative;
  background: url(https://lgbtqcaucus.legislature.ca.gov/sites/lgbtqcaucus.legislature.ca.gov/files/website/lgbtq-bg2.jpg) center bottom no-repeat #fff1e4;
  min-height: 1200px;
  max-width: 1920px;
  padding: 80px 10% 160px;
}

.path-frontpage .featured-bottom .region-featured-bottom-first h1 {
  font-family: var(--second-font);
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -1px;
  margin: 0px auto 40px;
  background: -webkit-linear-gradient(#fff1e4, #e1c1a2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    text-align: center;
}

.field--name-node-title h1,
.view-header h1 {
  font-family: var(--second-font);
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -1px;
  margin: 0px auto 40px;
  background: -webkit-linear-gradient(#143a81, #08223e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    text-align: center;
}

.node--type-member .field--name-node-title h1,
.node--type-pride-honoree .field--name-node-title h1,
.node--type-member .view-header h1 {
  margin: 0px auto 0px;
  text-align: left;
}

.node--type-news .field--name-node-title h1 {
  margin: 0px auto 20px;    
}

.path-frontpage .featured-bottom .region-featured-bottom-third h1{
  font-family: var(--second-font);
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -1px;
  margin: 0px auto 40px;
  background: -webkit-linear-gradient(#143a81, #08223e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

.path-frontpage .featured-bottom .region-featured-bottom-first h4 {
  color: #fff1e4;
}

.path-frontpage .featured-bottom .region-featured-bottom-third h4 {
  color: #143a81;
}

#main-wrapper {
  background: #fff6ed;
  padding: 4%;
}

@media screen and (max-width:991px) {
  .path-frontpage .featured-bottom .region-featured-bottom-first {
    background: url(https://lgbtqcaucus.legislature.ca.gov/sites/lgbtcaucus.legislature.ca.gov/themes/lgbtq-bootstrap/images/bg/lgbtq-bg4.jpg) 58% 0% no-repeat;
    padding: 160px 40px;
  }
  #main-wrapper .main-content {
    background: #fff6ed;
    padding: 120px 4%;
  }
}

.path-frontpage .field--name-field-image {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
}

.path-frontpage .field--name-field-image img,
.path-newsroom .field--name-field-image img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 300px;
    border-radius: 10px;
}

.path-frontpage .field--name-node-title a,
.path-newsroom .field--name-node-title a,
.views-field-title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-align: center;
    height: 60px;
    padding: 0px 20px;
}

.node--view-mode-teaser {
    border-bottom: 0px;
}

.field--name-field-publish-date,
.views-field-field-publish-date {
    text-align: center;
    margin-bottom: 40px;
}

.path-frontpage .view-frontpage .view-content {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
}

/* Member Page, Pride Honoree Page, & News Page */
.node--type-member .block-system-main-block .col-sm-9,
.node--type-pride-honoree .block-system-main-block .col-sm-9 {
    position: relative;
    padding: 16px 40px 0px;
}

.node--type-member .field--name-field-role,
.node--type-pride-honoree .field--name-field-pronoun {
    position: absolute;
    top: -68px;
    width: 100%;
    font-family: var(--second-font);
    font-size: 180px;
    font-weight: 700;
    text-align: left;
    text-transform: capitalize;
    letter-spacing: 0px;
    margin: 0px auto;
    opacity: 0.1;
    z-index: 0;
}

@media (max-width: 911px) {
  .node--type-member .field--name-field-role,
.node--type-pride-honoree .field--name-field-pronoun {
  line-height: 180px;
}
}

.node--type-member .field--name-field-image img,
.page-view-members .field--name-field-image img,
.node--type-pride-honoree .field--name-field-image img {
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 600px;
    border-radius: 8px;
}

.field--name-field-house,
.field--name-field-district,
.field--name-field-other,
.page-view-members .field--name-field-role,
.field--name-field-news-category,
.datetime,
.field--name-field-year,
.field--name-field-organization {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

.page-view-members .field--name-node-title h3,
.page-view-members .field--name-field-role,
.field--name-field-news-category {
    text-align: center;
}

.node--type-pride-honoree h1 {
    text-align: left;
}

.node--type-news .layout__region .field--name-body, 
.node--type-member .col-sm-9 .field--name-body,
.node--type-pride-honoree .col-sm-9 .field--name-body {
    margin: 20px auto 40px;
}

.btn,
.field--name-field-website a {
  position: relative;
  background-color: #1B1945;
  font-weight: bold;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}

.node--type-news #main {
    max-width: 680px;
} 

.node--type-news .field--name-field-image img {
    object-fit: cover;
    object-position: top;
    width: 100%;  
    border-radius: 8px;
}

.pagination {
    
}

/* Footer */
.footer {
  position: relative;
  top: -36px;
  background: #000;
  color: #fff;
  padding: 0px;
  border-top: 0px solid #000;
}

.footer-info {
    text-align: center;
  padding: 40px;
}

.footer-info a {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width:991px) {
  .footer {
    position: relative;
    top: -146px;
  }
}

/* Sidebar */
.layout-sidebar-second .sidebar .block {
    background: #08223e;
    padding: 28px;
    border-width: 0px;
    border-radius: 8px;
}

.past-honoree {
    background: #fff6ed;
    padding: 48px !important;
    border-width: 0px !important;
    border-radius: 8px;
}

.sidebar h2 {
    color: #fff;
    padding-bottom: 5px;
    text-shadow: 0 0px 0 #fff;
    font-size: 28px;
    line-height: 1.2;
    border-bottom: 1px solid #d6d6d6;
}

.sidebar ul {
    padding-left: 20px;
}

.sidebar ul > li {
    margin: 4px auto;
    list-style: none;
}

.sidebar ul > li > a {
  color: #fff;
  font-family: var(--main-font);
  font-size: 18px;
  font-weight: 600;
  margin: 20px auto;
  text-transform: capitalize;      
}

.past-honoree h2,
.past-honoree ul > li > a {
  color: #000;    
}

/* - Pride Honorees - */
.lgbtq-sidebar {
    position: relative;
    top: 0px;
    padding: 48px 28px 28px 48px !important;
    border-width: 0px !important;
}

.page-view-pride-honorees #main-wrapper {
    display: flex;
    background: #c9e9fc3b !important;
    padding: 4%;
}


.page-view-pride-honorees .sidebar_first #block-lgbtq-theme-sidebarlgbtq2023 {
    background: #fff6ed url(/sites/lgbtqcaucus.legislature.ca.gov/files/honorees/lgbtq_sidebar.png) no-repeat center left;
    background-size: 20px 100%;
    border-radius: 4px;
}


.page-view-pride-honorees .sidebar_first #block-lgbtq-theme-sidebarlgbtq2024 {
    background: #fff6ed url(/sites/lgbtqcaucus.legislature.ca.gov/files/honorees/lgbtq_sidebar_2024.png) no-repeat bottom;
    background-size: 100%;
    height: 800px;
    border-radius: 8px;
}

.page-view-pride-honorees .page-header {
    display: none;
}

.view-pride-honorees {
    max-width: 1440px;
}
 .view-pride-honorees .tile {
    display: inline-block;
    width: 100%;
    height: 500px;
    text-align: left;
    opacity: 0.99;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
}
 .view-pride-honorees .tile:before {
	 content: '';
	 background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	 width: 100%;
	 height: 100%;
	 opacity: 1;
	 position: absolute;
	 top: 40%;
	 left: 0;
	 z-index: 2;
	 transition-property: top, opacity;
	 transition-duration: 0.3s;
}
 .view-pride-honorees .tile img {
    display: block;
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
	 transition-property: transform;
	 transition-duration: 12s;
	 transition-delay: 0s;
}
 .view-pride-honorees .tile .details {
	 font-size: 16px;
	 padding: 20px;
	 color: #fff;
	 position: absolute;
     bottom: -260px;
	 left: 0;
	 z-index: 3;
     transition: all 0.4s ease-out;
}
 .view-pride-honorees .tile .details p {
	 display: block;
	 position: relative;
	 top: 20px;
	 transition-property: top, opacity;
	 transition-duration: 0.3s;
	 transition-delay: 0s;
}
 .view-pride-honorees .tile .details .title a {
     color: #fff !important;
	 line-height: 1;
	 font-weight: 600;
}
 .view-pride-honorees .tile .details .org {
	 line-height: 1;
	 font-weight: 600;
     font-size: 14px;
}
 .view-pride-honorees .tile .details p {
     height: 260px;
	 line-height: 1.2;
	 margin-top: 5px;
	 font-size: 12px;
     opacity: 0;
}
.view-pride-honorees .tile:focus img, 
.view-pride-honorees .tile:hover img {
     transform: scale(150%);
}
.view-pride-honorees .tile:focus:before, 
.view-pride-honorees .tile:hover:before, 
.view-pride-honorees .tile:focus p, 
.view-pride-honorees .tile:hover p {
	 opacity: 1;
}
 .view-pride-honorees .tile:focus:before, 
 .view-pride-honorees .tile:hover:before {
	 top: 0;
}
 .view-pride-honorees .tile:focus .details, 
 .view-pride-honorees .tile:hover .details {
	 bottom: 20px;
}
 .view-pride-honorees .tile:focus .title, 
 .view-pride-honorees .tile:hover .title {
	 transition-delay: 0.15s;
}
 .view-pride-honorees .tile:focus .info, 
 .view-pride-honorees .tile:hover .info {
	 transition-delay: 0.25s;
}
 

.region-sidebar-second {
    padding: 20px;
}

@media (max-width: 767px) {
    .lgbtq-sidebar {
    position: relative;
    top: 0px;
}
     .view-pride-honorees .tile .details {
     bottom: -220px;         
    }
     .view-pride-honorees .tile:focus .details, 
     .view-pride-honorees .tile:hover .details {
	 bottom: 80px;
    }
}


/* Safety Act Page */
:root {
  --primary-color: #2F2F8C;
  --accent-color: #d4a300;
  --rgba-color: rgba(20,11,93,.8);
  --light-color: #fff;
  --dark-color: #000;
}

body.page-node-58 {
    font-size: 14px;
}

.page-node-58 .navbar-before {
    display: block;
    position: relative;
    top: 0px;
}

.page-node-58 .navbar-before .navbar-nav {
    display: none;
}

.page-node-58 .region-navigation {
    margin-top: 20px;
    float: right;
}

.page-node-58 .region-navigation .navigation ul { 
    list-style: none;
}

.page-node-58 .region-navigation .navigation ul li {
    display: inline-block;
    background: var(--rgba-color);
    margin: 8px 4px;
    padding: 12px 20px;  
    border-radius: 12px;
}

.page-node-58 .region-navigation .navigation a {
    color: var(--light-color);
}

body.page-node-58 .navbar-fixed-top {
    top: 0;
}

.page-node-58 .views-field-field-slide-show-image .field-content {
    height: 100%;
}

.page-node-58 .views-field-field-slide-show-image .field-content img {
    max-width: 100%;
}

.page-node-58 .page-header {
    display: none;
}

.page-node-58 .page-header {
    text-align: center;
    margin: 0px auto;
}

.page-node-58 #main-wrapper {
   background: var(--light-color); 
}

.page-node-58 h2 {
    margin: 0px auto 20px;
    font-size: 32px;
}

.page-node-58 .field-name-body {
    max-width: 1200px;
}

/* Safety Act Cards */
.card-container {
  position: relative;  
}

.card-container .card {
    position: relative;
    max-width: 100%;
    height: 360px;
    background: var(--primary-color);
    color: white;
    margin: 40px auto;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
}

.card-container .card .content {
  position : relative;
  top : 0px;
  padding : 20px 0px;
  color: var(--light-color);
  text-align : center;
  visibility : visible;
  opacity : 1;
  transition : 0.3s ease-in-out;
    
}

.card-container .card .content h3 {
   margin-top: 10px;  
   font-size: 24px;
   font-weight: 700;
    font-style: normal;
}

.card-container .card .content p {
    height: 100px;
}

@media (max-width: 991px) {
  .intro-container {
height: 450px !important; 
}
}

/* Press Release & CTA */
.press-container h2 {
    text-align: center;
}

.cta-container {
  position: relative;
  height: 320px;  
  background: var(--primary-color);
  color: #fff;
  margin: 40px auto;
  padding: 40px;
  border-radius: 12px;
}

/* Introduction */
.intro-container {
  position: relative;
  height: 320px;  
  background: var(--primary-color);
  color: var(--light-color);
  margin: 40px auto;
  padding: 40px;
  border-radius: 12px;
}

.youtube-container--responsive {
    overflow: hidden;
    position: relative;
    margin: 40px auto 1em;
    padding-bottom: 56.25%;
    height: 0;
    border-radius: 12px;
}

.youtube-container--responsive iframe {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Button */
.page-node-58 .btn {
  position: relative;
  background-color: var(--accent-color);
  background-image: none;
  color: var(--light-color);
  margin-top: 12px;
  padding: 12px 20px;
  box-shadow: none;
  border: 2px solid  var(--accent-color);
  border-radius: 12px;
}

.page-node-58 .btn:hover,
.page-node-58 .btn:active {
  background-color: transparent;
  color: var(--accent-color);
  border: 2px solid  var(--accent-color);
}

/* Webform Styling */
.webform-section {
  background: transparent;
  margin: 0px auto;
  padding: 0px;
  max-width: 1200px;
  border: 0;
  box-shadow: 0px 0px 0px 0 !important;
}

form .form-actions {
  margin: 0px auto;
  max-width: 1200px;    
}

/* Videos */
.views-field-field-image img {
    object-fit: cover;
    object-position: center;
    margin: 40px auto 1em;
    max-width: 100%;
    height: 280px;
    border-radius: 10px;
}

