/* -------------------------------------------------------------- */
/* Normalize Reset 
-------------------------------------------------------------- */

* {
  box-sizing: border-box;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers.
     */
body {
  margin: 0;
}
/**
     * Render the `main` element consistently in IE.
     */
main {
  display: block;
}
/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
}
/* Grouping content
       ========================================================================== */
/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
       ========================================================================== */
/**
     * Remove the gray background on active links in IE 10.
     */
a {
  background-color: transparent;
}
/**
     * 1. Remove the bottom border in Chrome 57-
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder;
}
/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%;
}
/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
    ========================================================================== */
/**
     * Remove the border on images inside links in IE 10.
     */
img {
  border-style: none;
}
/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers.
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
     * Show the overflow in IE.
     * 1. Show the overflow in Edge.
     */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
     * Correct the inability to style clickable types in iOS and Safari.
     */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
     * Remove the inner border and padding in Firefox.
     */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
     * Restore the focus styles unset by the previous rule.
     */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
     * Correct the padding in Firefox.
     */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
     * Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  vertical-align: baseline;
}
/**
     * Remove the default vertical scrollbar in IE 10+.
     */
textarea {
  overflow: auto;
}
/**
     * 1. Add the correct box sizing in IE 10.
     * 2. Remove the padding in IE 10.
     */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
     * Remove the inner padding in Chrome and Safari on macOS.
     */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
    */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE 10+, and Firefox.
     */
details {
  display: block;
}
/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item;
}
/* Misc
       ========================================================================== */
/**
     * Add the correct display in IE 10+.
     */
template {
  display: none;
}
/**
     * Add the correct display in IE 10.
     */
[hidden] {
  display: none;
}

/* END OF NORMALIZE-------------------------------------------------------------- */

html {
  scroll-behavior: smooth;
  background-color: #222;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li,
img,
span,
div,
input,
button,
form,
label {
  font-family: "Montserrat", serif;
}

body {
  background-color: #ffffff;
}

h1 {
  font-weight: 800;
  color: #000;
}

h2 {
  color: #6f1400;
  font-size: 2em;
  font-weight: 700;
  line-height: 100%;
}

h3 {
  color: #949599;
  font-weight: 500;
}

p,
span {
  word-break: break-word;
  font-weight: 500;
  color: #58585a;
  line-height: 1.6em;
  font-size: 18px;
}

a {
  color: #f29429;
}

p img {
  margin-bottom: 10px;
}
button {
  background-color: #ed3125;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 5px 10px;
  border: none;
  width: 400px;
  font-size: 32px;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}

button:hover {
  background-color: #f29428;
}

img {
  max-width: 100%;
  height: auto;
}

.alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}

.alignright {
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
}

li {
  font-size: 1em;
  font-weight: normal;
  color: #222;
}

.field-collection-view-links {
  display: none;
}

input {
  border-radius: 0px;
}

/* Top Bar */

.top-bar {
  background-color: #000;
  width: 100%;
  color: #ffffff;
  padding: 0px 20px;
  position: relative;
  z-index: 2000;
}

.top-bar-inner {
  display: flex;
  justify-content: space-between;

  margin: 0 auto;
  padding: 0 15px;
}

.search-bar {
  display: flex;
  margin: 5px 0px;
}

.search-bar input {
  background-image: url(/wp-content/themes/blueprintinteractive/images/search_icon.svg);
  background-repeat: no-repeat;
  background-position: left 6px top 6px;
  text-indent: 27px;
  padding: 7px;
  border: 1px solid #ddd;
}

button.search-btn {
  padding: 8px 15px;
  background-color: #f29428;
  color: white;
  font-weight: 600;
  border: none;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: unset;
  font-size: 16px;
}

button.search-btn:hover {
  opacity: 0.8;
}

.utility-links {
  display: flex;
  align-items: center;
  gap: 25px;
}

.donate-btn {
  text-transform: uppercase;
  background-color: red;
  color: white;
  font-size: 20px;
  padding: 10px 20px;
  font-weight: 500;
}

.timeline-donate-btn {
  text-transform: uppercase;
  background-color: #ed3125;
  color: white;
  font-size: 30px;
  padding: 10px 20px;
  font-weight: 600;
  text-decoration: none;
  display: block;
  max-width: 65%;
  width: 100%;
  margin: 0 auto;
}

.postid-5313 .basic-body {
  border-left: unset;
}

.utility-links a {
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
}

.utility-links a:hover {
  opacity: 0.8;
}

.utility-links svg {
  width: 20px;
  height: 20px;
}

/*Search Page*/

a.search-more:hover {
  opacity: 0.8;
}

h3.search-title a:hover {
  text-decoration: underline;
}
/* Main Menu */

.mobile-nav,
.menu.mobile-menu,
button.menu-toggle {
  display: none;
}

.no-hero-non-front .nav-desktop > .inner-nav-desktop > ul > li > a {
  color: black;
  text-shadow: none;
}

.search .nav-desktop > .inner-nav-desktop > ul > li > a {
  color: black;
  text-shadow: none;
}

#menu-header > li:nth-of-type(5) > a,
#menu-header > li:nth-of-type(6) > a {
  cursor: default;
  pointer-events: none;
}

.search .non-front-hero .main-menu {
  display: unset;
  flex-direction: unset;
  width: unset;
  object-position: unset;
  background-position: unset;
  height: unset;
  position: unset;
  transition: unset;
}

.search .non-front-hero .main-menu::before {
  background-color: unset;
}

.slider-btn {
  position: absolute;
  left: 85%;
  display: none;
  top: 85%;
  z-index: 10;
}

.no-hero-h1 {
  max-width: 1200px;
  margin: 5px auto 0;
  padding-bottom: 30px;
  display: flex;
  width: 60%;
  text-align: left;
}

.slider-btn span {
  width: 20px;
  height: 20px;
  background-color: #f29428;
  border: 1px solid white;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.slider-btn .cycle-pager-active {
  background-color: #609bd6;
}

.slider-btn span {
  transition: 0.25s ease-in-out;
}

.slider-btn span:hover {
  background-color: #609bd6;
}

.slider-btn span {
  margin: 0 5px !important;
}

.nav-desktop {
  max-width: 95%;
  margin: 15px auto !important;
}

/* .non-front-hero .main-menu * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  } */

.nav-desktop.active .nav-logo {
  filter: brightness(500) grayscale(1);
  transition: 0.5s ease-in-out;
}

.non-front-hero .main-menu {
  display: flex;
  flex-direction: column;
  width: 100%;
  object-position: center;
  background-position: center;
  height: 550px;
  position: relative;
  transition: background-image 0.5s ease-in-out;
}

ul .sub-menu {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

h1 {
  font-size: 48px;
}
.hero-section a[href=""] {
  text-decoration: none;
  pointer-events: none;
  color: white;
}

.non-front-hero .main-menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  background-size: cover;
  background-position: bottom;
  opacity: 0.4;
  transition: opacity 0.5s ease-in-out;
  z-index: 1;
}

.non-front-hero .hero-section {
  position: absolute;
  text-align: left;
  bottom: 20px;
  left: 9%;
  z-index: 40;
}

.non-front-hero .hero-section h1 {
  margin-top: 0;
  color: #ffffff;
  font-size: 3.3em;
  text-shadow: 1px 1px 10px #444;
  font-weight: 600;
}

.front-hero .main-menu {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 550px;
  position: relative;
  transition: background-image 0.5s ease-in-out;
}

.front-hero .main-menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  background-size: cover;
  background-position: bottom;
  opacity: 0.4;
  transition: opacity 0.5s ease-in-out;
  z-index: 1;
}

body {
  position: relative;
}

html #wpadminbar {
  z-index: 1000000000;
}

.nav-desktop {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;

  position: relative;
  z-index: 500000;
}

.main-header {
  position: relative;
}

.hero-container div,
.hero-container {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
}

.hero-container {
  z-index: 0;
}
.inner-nav-desktop {
  padding: 15px;
}

.nav-logo {
  position: relative;
  z-index: 9999;
}

.nav-logo img {
  max-height: 131px;
  max-width: 150px;
  object-fit: contain;
  margin-top: 20px;
  transform: ease-in-out 0.3s;
}

.nav-logo img:hover {
  opacity: 0.8;
}

.nav-desktop ul {
  display: flex;
  list-style-type: none;
  align-items: center;
  margin-top: 15px;
}

.nav-desktop > .inner-nav-desktop > ul > li {
  position: relative;
  margin-left: 15px;
}

.nav-desktop > .inner-nav-desktop > ul > li > a {
  display: block;
  margin: 10px 15px;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  color: rgb(255, 255, 255);
  text-shadow: rgb(68, 68, 68) 1px 1px 10px;
  font-weight: 700;
  font-size: 18px;
  transition: background-color 0.3s ease;
  text-align: center;
}

.nav-desktop > .inner-nav-desktop > ul > li > a:hover {
  border-bottom: 3px solid #f29428;
  margin-top: 10px;
}

.nav-desktop ul li ul {
  display: none;
  position: absolute;
  top: 100%;
  margin-top: -13px;
  padding-left: 0;
  left: 0;
  min-width: 200px;
  background-color: #f29428;
  z-index: 1000;
}

.nav-desktop ul li:hover > ul {
  display: block;
}

.nav-desktop ul li ul li {
  width: 100%;
}

.nav-desktop ul li ul li a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  transition: background-color 0.3s ease;
}

.nav-desktop ul li ul li a:hover {
  text-decoration: underline;
}

.nav-desktop > .header2-nav > ul > li > a {
  color: black;
  text-shadow: none;
}

.hero-section,
.blog-hero-section {
  width: 63%;
  margin: 0 auto;
  position: absolute;
  text-align: left;
  left: 18.5%;
  bottom: 100px;
  z-index: 10;
}

.hero-section a,
.blog-hero-section h1 {
  text-align: center;
  font-size: 3em;
  color: white;
  font-weight: 700;
}

.hero-section a:hover {
  opacity: 0.7;
  transition: 0.5s ease-in-out;
}

.read-more-blog {
  text-align: center;
  color: #f29429;
  font-weight: 700;
  text-decoration: none;
}

.read-more-blog:hover {
  text-decoration: underline;
}

/*Member renewal form*/

.btn-group .btn-submit-donation {
  padding: 4px 10px;

  margin-top: 40px;
  font-size: 1.3em;
  border: none;
  background: #f29428;
  -webkit-appearance: none !important;
  color: white;
  font-weight: 600;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
}

.btn-group .btn-submit-donation:hover {
  background: #c36d0b;
  transition: 0.2s ease;
  cursor: pointer;
}

.field.radio.other-option.required label span.label {
  margin-left: 10px;
}
label[for="389061632"] span.label,
label[for="389061633"] span.label,
label[for="389061634"] span.label,
label[for="recurring"] span.label,
label[for="Savings"] span.label,
label[for="Checking"] span.label,
label[for="CreditCard"] span.label {
  margin-left: 10px;
}

label[for="CustomAccountField_418070529"],
label[for="CustomAccountField_389831681"],
label[for="CustomAccountField_446937089"],
label[for="CustomAccountField_446949377"] span {
  margin-bottom: 10px;
}

.resource-page-link {
  cursor: pointer;
}
.related-resources {
  padding-top: 30px;
}
.select-none {
  display: none;
}
/* Sign up Section */

.sign-up-section * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.sign-up-section {
  background-image: url(/wp-content/themes/blueprintinteractive/images/form-bg.jpg);
  padding: 50px 0;
}

.signup-inner {
  text-align: center;
}

.signup-inner p {
  color: #58585a;
  font-size: 1.2em;

  margin-bottom: 40px;
  padding: 0 30px;
}

.signup-inner .section.contact h3,
.signup-inner .consent,
.signup-inner .label {
  display: none;
}

.donation-success h2 {
  margin-bottom: 20px;
}

.donation-success .social-media-buttons {
  display: none !important;
}

.email-registration-form .field .required-star {
  display: none !important;
}

#email-registration-form {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.signup-inner .section.contact {
  display: flex;
  gap: 5px;
}

.email-registration-form .field {
  padding: 0px !important;
}

.email-registration-form .field input {
  border: none;
  height: 38px;
}

.page-id-9735 .email-registration-form .field input {
  border: 1px solid black;
}

.page-id-9735 #email-registration-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.page-id-9735 .email-registration-form label {
  margin: 6px 0;
}

.page-id-9735 .captcha {
  margin-bottom: 15px;
}

.btn.btn-submit.btn-submit-email {
  padding: 10px 20px;
  background-color: #f29428;
  color: white;
  border: none;
  cursor: pointer;
  text-decoration: none;
  font-weight: 600;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  margin-left: 5px;
  transition: background-color 0.3s ease;
}

.btn.btn-submit.btn-submit-email:hover {
  opacity: 0.8;
}

/* Our Work Section */
.our-work-section {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 50px 0;
}

.our-work-inner {
  max-width: 1200px;
  width: 60%;
  text-align: left;
  margin: 0 auto;
}

.about-text {
  border-left: 3px solid #dfebf7;
  padding: 0px 0px 20px 20px;
}

.about-text h2 {
  color: #6f1400;
  font-size: 2em;
  font-weight: 800;
  margin-bottom: 20px;
}

.about-text p {
  margin-bottom: 15px;
  font-size: 1.3em;
  font-weight: 400;
  color: #949599;
  line-height: 1.5;
}

.learn-btn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  font-weight: 400;
  font-size: 1.3em;
  text-transform: lowercase;
  color: #f29428;
}

.work-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}

.work-icons a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: inherit;
  width: calc(25% - 20px);
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}

.work-icons a:hover {
  transform: translateY(-10px);
}

.work-icons img {
  width: auto;
  margin-bottom: 10px;
  height: auto;
  transition: transform 0.3s ease;
}

.work-icons img:hover {
  transform: scale(1.05);
}

.work-icons p {
  text-align: center;
  color: #6f1400;
  font-weight: 700;
}

/*Featured Slider Section*/

.featured-slides {
  width: 100%;
}

.featured-work-section {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 50px 0px;
  position: relative;
}

.arrow-left {
  position: absolute;
  left: 5%;
  top: 50%;
  cursor: pointer;
}

.arrow-right {
  position: absolute;
  right: 5%;
  top: 50%;
  cursor: pointer;
}

.feature-inner {
  width: 60%;
  max-width: 1200px;
}

.feature-inner h2 {
  text-align: left;
  margin-bottom: 20px;
  font-size: 2em;
  font-weight: 800;
  color: #6f1400;
  border-left: 3px solid #dfebf7;
  padding: 0px 0px 0px 20px;
}

.feature-box a {
  flex: 1;
  width: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 15px;
  box-sizing: border-box;
  transition: transform 0.3s ease;
  overflow: hidden;
  height: 300px;
}

.feature-box a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  z-index: 1;
  background-color: inherit;
  transition: opacity 0.4s ease-in-out;
}

.feature-box a:nth-child(1)::before {
  background-color: #f29428;
}

.feature-box a:nth-child(2)::before {
  background-color: #ed3125;
}

.feature-box a:nth-child(3)::before {
  background-color: #4a90e2;
}

.feature-box a:nth-child(4)::before {
  background-color: #6f1400;
}
.feature-box a:nth-child(5)::before {
  background-color: #f29428;
}

.feature-box a:nth-child(6)::before {
  background-color: #ed3125;
}

.feature-box a:nth-child(7)::before {
  background-color: #4a90e2;
}

.feature-box a:nth-child(8)::before {
  background-color: #6f1400;
}
.feature-box a:nth-child(9)::before {
  background-color: #f29428;
}

.feature-box a span {
  position: relative;
  z-index: 2;
  color: #fff;
  font-weight: 700;
  font-size: 1.5em;
  border-left: 3px solid white;
  width: 80%;
  text-align: left;
  padding-left: 15px;
}

.feature-box a:hover::before {
  opacity: 0.5;
}

.feature-box a:hover {
  background-size: cover;
  background-repeat: no-repeat;
}

.feature-box a:nth-child(1) {
  background-image: url("/wp-content/themes/blueprintinteractive/images/featured/featurebg1.jpeg");
}

.feature-box a:nth-child(2) {
  background-image: url("/wp-content/themes/blueprintinteractive/images/featured/featurebg2.jpeg");
}

.feature-box a:nth-child(3) {
  background-image: url("/wp-content/themes/blueprintinteractive/images/featured/featurebg3.jpeg");
}

.feature-box a:nth-child(4) {
  background-image: url("/wp-content/themes/blueprintinteractive/images/featured/featurebg4.jpeg");
}
.feature-box a:nth-child(5) {
  background-image: url("/wp-content/themes/blueprintinteractive/images/featured/featurebg4.jpeg");
}
.feature-box a:nth-child(6) {
  background-image: url("/wp-content/themes/blueprintinteractive/images/featured/featurebg4.jpeg");
}
.feature-box a:nth-child(7) {
  background-image: url("/wp-content/themes/blueprintinteractive/images/featured/featurebg4.jpeg");
}
.feature-box a:nth-child(8) {
  background-image: url("/wp-content/themes/blueprintinteractive/images/featured/featurebg4.jpeg");
}
.feature-box a:nth-child(9) {
  background-image: url("/wp-content/themes/blueprintinteractive/images/featured/featurebg4.jpeg");
}

/*Main Blog Page*/

.top-blog {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.blog-main-text p {
  color: #949599;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
}

.blog-main-text p a {
  color: #f29429;
}

.blog-main-text p a:hover {
  opacity: 0.8;
}

.blog-search-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.icon-rss {
  padding-right: 20px;
}

.top-socials a {
  text-decoration: none;
}

.top-socials a:hover {
  opacity: 0.8;
}

.blog-search {
  margin: 25px 0;
}

.filter-blog {
  margin-right: 20px;
  text-decoration: none;
  color: #6f1400;
  font-size: 20px;
  font-weight: 500;
}

.filter-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

a.clear-search {
  color: #f29429;
  text-decoration: none;
  font-weight: 600;
  transition: ease-in-out 0.3s;
}

a.clear-search:hover {
  color: #6f1400;
}

.filter-blog svg,
.filter-item svg {
  transition: transform 0.3s ease-out;
}

a.filter-item {
  transition: ease-in-out 0.3s;
}

a.filter-item:hover {
  color: #6f1400;
}

.filter-dropdown-container {
  background: #609bd6;
  padding: 10px 20px 20px 0;
  width: max-content;
  position: absolute;
  z-index: 1000;
  display: none;
}

.filter-dropdown-container ul {
  list-style: none;
  margin: 10px 0;
  padding-left: 10px;
}
.filter-dropdown-container ul li input[type="checkbox"] {
  margin-right: 10px !important;
}

.filter-dropdown-container ul li,
.select-all,
.select-none,
.search-date {
  margin-bottom: 10px;
  color: white;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}

.filter-dropdown-container ul li {
  display: flex;
}

.filter-dropdown-container input {
  display: block;
}

.search-date {
  padding-left: 20px;
}

input#start-date,
input#end-date {
  margin-left: 20px;
  margin-bottom: 10px;
}

.select-all,
.select-none {
  text-decoration: underline;
  font-weight: 600;
}

.select-all,
.collapse-arrow,
.select-none {
  cursor: pointer;
  padding-left: 20px;
}

.collapse-arrow {
  text-align: center;
  font-style: italic;
  margin-bottom: 5px;
  color: white;
  font-size: 16px;
  font-weight: 300;
}

/*Blog Feed*/
.blog-section {
  background-image: url(/wp-content/themes/blueprintinteractive/images/blog_bkg.jpeg) !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  padding: 50px 0;
}

.blog-feed {
  display: flex;
  justify-content: center;
  padding: 50px 0;
}

.page-template-page-blog-feed .blog-feed {
  padding-top: 10px;
}

.blog-inner {
  width: 60%;
  max-width: 1200px;
}

.blog-inner h2 {
  color: #6f1400;
  font-size: 2em;
  font-weight: 800;
}

.blog-inner > div {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.feed-single-blog {
  border-bottom: 1px solid #979797;
  padding-bottom: 45px;
  margin-bottom: 0px;
  padding-top: 10px;
}

.blog-right {
  display: flex;
}

.category span {
  color: #6f1400;
  font-weight: 800;
  font-size: 1em;
  padding: 5px 0px;
  text-transform: capitalize;
}

.pub-date {
  color: #58585a;
  font-size: 1em;
  font-weight: 600;
  padding: 5px 0px;
}

.page-template-press_and_media .pub-date {
  padding-top: 30px;
}

.blog-img-container {
  width: 200px;
  height: 200px;
  aspect-ratio: 1/1;
}

.blog-img {
  width: 100%;
  transition: 0.55s ease-in-out;
  height: 100%;
  object-fit: cover;
}

.blog-img:hover {
  filter: grayscale(100%);
  transition: 0.55s ease-in-out;
}

.blog-preview {
  margin-left: 30px;
}

.blog-right h3 {
  margin-top: 0px;
}

.blog-right h3 a {
  padding: 5px 0px;
  color: #58585a;
  font-size: 30px;
  font-weight: 800;
  text-decoration: none;
  position: relative;
  transition: 0.25s ease-in-out;
}

.blog-right h3 a:hover {
  text-decoration: underline;
}

.blog-right a {
  color: #f29429;
  font-weight: 700;
  text-decoration: none;
}
.blog-right a:hover {
  text-decoration: underline;
}

.pagination {
  display: flex !important;
  flex-direction: row !important;
}

.pagination a {
  color: #f29428;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  transition: background-color 0.3s ease;
}

.single-blog-page {
  padding: 30px 0;
}

.author-share {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-share {
  display: flex;
  align-items: center;
}

p.blog-share {
  font-weight: 600 !important;
}

.blog-share a svg {
  margin-left: 8px;
  transform: ease-in-out 0.3s;
}

.blog-share a svg:hover {
  opacity: 0.8;
}

.single-blog-page-inner p {
  font-weight: 400;
  color: #58585a;
}

.blog-author p,
.blog-date {
  color: #58585a;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 15px;
}

.blog-author p a {
  font-size: 16px;
  color: #6f1400;
  text-decoration: none;
}

.blog-body {
  padding: 10px 0px;
}
p.pr-preview {
  color: #949599;
}

.blog-body p,
.blog-body div {
  font-size: 18px;
  color: #58585a;
  line-height: 1.6em;
  word-break: break-word;
}

.blog-body div {
  padding-bottom: 10px;
}
.blog-body li,
.blog-body span {
  font-size: 18px;
  line-height: 1.6em;
  word-break: break-word;
  color: #58585a;
}

.blog-body h3 {
  padding-top: 20px;
}

/* Instagram Section */

.home-twitter {
  background-image: url(/wp-content/themes/blueprintinteractive/images/instabkg.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 50px 0;
  position: relative;
}

.home-twitter h2 a {
  color: #ffffff;
  text-decoration: none;
  font-size: 24px;
  font-weight: 800;
}

.home-twitter a {
  text-decoration: none;
}
.single-social-container {
  display: flex;
  gap: 30px;
}

.skinny-container a:hover {
  text-decoration: underline;
}

.social-feed {
  display: flex;
  gap: 20px;
}

.image-carousel {
  max-width: 1200px;
  margin: 0 auto;
}

.image-carousel img {
  max-width: 100%;
}

.tw-wrapper {
  display: flex !important;
  height: auto !important;
}

.single-ig {
  position: relative;
  font-size: 0;
  height: auto;
  aspect-ratio: 1;
  width: 33%;
  max-width: 500px;
}

.single-ig img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.single-ig p {
  background: rgba(0, 0, 0, 0.75);
  bottom: 0;
  font-weight: 500;
  opacity: 0;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0;
  left: 0;
  line-height: 1.3;
  margin: 0;
  padding: 10px;
  position: absolute;
  right: 0;
  transition: all ease-in-out 0.3s;
}
.single-ig:hover p {
  opacity: 1;
}

#twprev {
  position: absolute;
  left: 5%;
  z-index: 500;
  top: 50%;
  transform: translateY(-40%);
  cursor: pointer;
  outline: none;
  user-select: none;
}

#twnext {
  position: absolute;
  right: 5%;
  z-index: 500;
  top: 50%;
  transform: translateY(-40%);
  cursor: pointer;
  outline: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*Movement Section*/

.movement-section {
  display: flex;
  justify-content: center;
  padding: 50px 0;
  width: 100%;
}

/*Basic Page Layout*/

.basic-section {
  padding: 20px 0px;
}

.basic-inner h1 {
  font-weight: 700;
  font-size: 2em;
  color: #000;
}

.basic-body h2 {
  color: #6f1400;
  font-size: 2em;
  font-weight: 700;
  line-height: 100%;
}

.basic-body {
  border-left: 3px solid #dfebf7;
  padding-left: 2%;
}

.basic-img-container {
  height: auto;
  width: 100%;
  padding-top: 14px;
}

.basic-img-container img {
  width: 100%;
  height: auto;
}

.basic-img-container p {
  text-align: right;
  margin-top: 0px;
}

.basic-body p,
.basic-body li,
.basic-body span {
  font-weight: 400;
  font-size: 18px;
  word-break: break-word;
  color: #58585a;
  line-height: 1.6;
}

.basic-body a,
.basic-inner a {
  transition: 0.25s ease-in-out;
}

.basic-body a:hover,
.basic-inner a:hover {
  transition: 0.25s ease-in-out;
  color: #6f1400;
}

.page-nav-link a {
  font-size: 0px !important;
}
.report-template-default .main-content p,
.report-template-default .main-content li,
.report-template-default .main-content a {
  font-weight: 400;
  font-size: 18px;
  word-break: break-word;
  line-height: 1.6;
}

.report-template-default .main-content li {
  padding-bottom: 5px;
}

a.dark-red-button {
  font-size: 20px;
  padding: 10px 20px;
  background: #6f1400;
  color: #fff !important;
  font-weight: 600 !important;
  transition: opacity ease-in-out 0.4s;
  text-decoration: none !important;
  margin: 10px;
}

a.dark-red-button:hover {
  opacity: 0.8;
}

a.read-more,
a.read-less {
  color: #f29428;
  text-decoration: none;
  font-weight: 700 !important;
  font-size: 1.2em;
  cursor: pointer;
  transition: ease-in-out 0.3s;
}

a.read-more:hover,
a.read-less:hover {
  opacity: 0.8;
}

p.rtecenter {
  text-align: center;
}

.basic-section.read-more-body {
  margin-top: 30px;
}

.read-more-excerpt a:hover {
  opacity: 0.8;
}

/*Training Page Layout*/

.conference-tag {
  margin: 0px 20px 0px 20px;
}

.Event-label {
  background-color: rgba(96, 155, 214, 0.9);
  color: white;
  padding: 3px 5px;
  font-size: 14px;
  font-weight: bold;
}
.Training-label {
  background-color: rgba(247, 49, 37, 0.9);
  color: white;
  padding: 3px 5px;
  font-size: 14px;
  font-weight: bold;
}

.page-id-459 .feature-block-item {
  flex: 0 0 calc(50% - 12.5px);
}

.search-bar.training-search {
  justify-content: flex-end;
}

/*Issue Page Layout*/

.issue-tag {
  color: white;
  font-size: 20px;
  background: #609bd6;
  padding: 10px;
  width: 86px;
  margin-bottom: 5px;
  text-align: center;
  text-shadow: 1px 1px 10px #444;
}

.project-tag {
  color: white;
  font-size: 20px;
  background: #6f1400;
  padding: 10px;
  width: 100px;
  margin-bottom: 5px;
  text-align: center;
  text-shadow: 1px 1px 10px #444;
}

.issue-tag {
  color: white;
  font-size: 20px;
  background: #609bd6;
  padding: 10px;
  width: 100px;
  margin-bottom: 5px;
  text-align: center;
  text-shadow: 1px 1px 10px #444;
}

.no-hero-container {
  max-width: 1200px;
  width: 60%;
  text-align: left;
  margin: 0 auto;
  display: flex;
}

.issue-inner,
.issue-matter-inner,
.issue-doing-inner,
.related-resources-inner,
.resource-dl-inner,
.resource-body-inner,
.basic-inner,
.single-blog-page-inner,
.dropdown-inner,
.training-inner,
.sub-menu-inner,
.blog-main-inner,
.blog-search-inner,
.key-findings-inner,
.file-dl-inner,
.event-page-inner,
.single-member-inner {
  max-width: 1200px;
  width: 60%;
  text-align: left;
  margin: 0 auto;
}

.page-id-449 .dropdown-section .dropdown-inner {
  width: 80%;
}

.skinny-container {
  max-width: 1200px;
  text-align: left;
  margin: 0 auto;
}

.home .skinny-container {
  width: 70%;
  max-width: 1200px;
  text-align: left;
  margin: 0 auto;
}

.staff-inner,
.members-inner {
  max-width: 1200px;
  width: 90%;
  text-align: left;
  margin: 0 auto;
}

.issue-header {
  background: #f29429;
}

.nav-desktop .sub-menu {
  width: 100%;
}

.training-header {
  background-color: #6f1400;
}

.issue-inner,
.dropdown-inner,
.training-inner {
  padding: 30px 0px;
}

.issue-header-text,
.training-header-text {
  border-left: 3px solid white;
  padding-left: 20px;
}

.issue-header-text h1,
.training-header-text h1 {
  color: #ffffff;
  font-size: 2em;
  font-weight: 700;
}

.training-header-text p {
  color: #f29429;
  font-size: 20px;
  letter-spacing: 0.2px;
  line-height: 1.6;
  font-weight: 500;
}
.training-header-text a {
  color: #ffffff;
}

.issue-header-text p {
  color: #6f1400;
  font-size: 20px;
  letter-spacing: 0.2px;
  line-height: 1.6;
  font-weight: 500;
}

.issue-matter-inner,
.issue-doing-inner {
  padding: 30px 0px;
}

.issue-matter-text,
.issue-doing-text,
.dropdown-text {
  border-left: 3px solid #dfebf7;
  padding-left: 20px;
}

.issue-matter-text h1,
.issue-doing-text h1,
.dropdown-inner h2 {
  color: #6f1400;
  font-size: 2em;
}

.issue-matter-text p,
.issue-doing-text p,
.dropdown-inner p,
.dropdown-inner ul li,
.dropdown-inner ol li {
  color: #58585a;
  font-size: 20px;
  letter-spacing: 0.2px;
  line-height: 1.6;
  font-weight: 500;
}

.dropdown-text,
.dropdown-report {
  margin-top: 50px;
}

.dropdown-text h2,
.dropdown-report h2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.collapse-svg,
.collapsed-svg {
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}

.collapse-svg:hover,
.collapsed-svg:hover {
  opacity: 0.8;
}

.collapse-svg.rotated,
.collapsed-svg.rotated {
  transform: rotate(180deg);
}

.dropdown-content,
.dropdown-info {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.dropdown-content.open,
.dropdown-info.open {
  max-height: fit-content;
}

.dropdown-content.open h2 {
  cursor: unset;
}

.postid-8987 .dropdown-text {
  border-left: unset;
  padding-left: unset;
}

/* Sub-menu */

#mid-sub-menu {
  background-color: #609bd6;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 999;
  display: none;
}

.sub-menu-inner {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.sub-menu-inner a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  margin: 0 10px;
  text-transform: capitalize;
}

.sub-menu-inner a:hover {
  text-decoration: underline;
}

#mid-sub-menu-list {
  display: none;
}

.single-report #mid-sub-menu {
  display: none !important;
}

#mid-sub-menu-list ol.sub-menu-inner {
  margin: 20px;
  display: block;
}

#mid-sub-menu-list ol.sub-menu-inner li {
  padding: 10px 0;
  color: #58585a;
  font-weight: 700;
}

#mid-sub-menu-list .sub-menu-inner ol li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
}

/*file download*/

.file-download {
  margin: 30px 0px;
}

.file-dl-inner {
  display: flex;
}

.file-icon img {
  width: 50px;
  height: 50px;
}

.file-attachment {
  margin-left: 10px;
}

.file-attachment h3 {
  margin-top: 0;
  font-weight: 700;
  color: #444;
  border-left: 3px solid #f29428;
  padding-left: 10px;
}

.file-attachment a {
  color: #f29428;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.2em;
}

/* Conference Boxes layout */

.page-template-page-conference-feed .basic-inner h2 {
  padding-top: 30px;
}

.conference-block {
  gap: 20px;
  margin-top: 50px;
}

.conference-block-title {
  text-decoration: none;
  border-bottom: 3px solid #f29429;
  margin: 0 20px;
  transition: ease-in-out 0.25s;
}

a.conference-block-title:hover {
  opacity: 0.8;
}

.conference-block-title h1 {
  color: #58585a;
  font-weight: 700;
  font-size: 1.3em;
  line-height: 100%;
  word-break: break-word;
}

.conference-block-item {
  display: flex;
  flex-direction: column;
  width: calc(33.33% - 20px);
  padding: 20px 10px 10px 10px;
  min-height: 300px;
  flex: 1 1 auto;
  position: relative;
  background: url(/wp-content/themes/blueprintinteractive/images/resource-bkg.png);
}

.conference-text {
  margin: 20px 20px 10px 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.conference-text p {
  font-size: 0.9em;
  font-weight: 500;
  word-break: break-word;
  color: #58585a;
  line-height: 1.6;
}

.conference-text a {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 20px 0px 0px;
  text-decoration: none;
  color: #f29429;
  font-weight: 600;
  width: fit-content;
  transition: ease-in-out 0.25s;
}

.conference-text a:hover {
  opacity: 0.8;
}

.single-conference .main-content ul li,
.single-conference .main-content ol li {
  color: #58585a;
  font-weight: 500;
  font-size: 1.1em;
  line-height: 1.6;
}

/*Event Single Page*/

.event-info,
.event-description {
  border-left: 3px solid #dfebf7;
  padding-left: 2%;
}

.event-register {
  background: #f29428;
  color: white;
  text-decoration: none;
  padding: 20px 80px;
  font-size: 1.5em;
  border-radius: 40px;
  display: block;
  width: 300px;
  text-align: center;
  font-weight: 700;
  margin: 30px 0;
  text-transform: uppercase;
}

.event-info h1 {
  font-size: 48px;
  font-weight: 800;
  color: black;
}

.event-info h3 {
  font-size: 28px;
  font-weight: 600;
  color: #58585a;
  margin-bottom: 1px;
}

.event-date-time {
  display: flex;
  gap: 10px;
  margin-top: 5px;
  font-weight: 400;
  font-size: 20px;
  color: #949599;
}

.event-date-time p {
  margin-top: 1px;
}

.event-img-container {
  margin: 30px 0px;
}

.event-img-container img {
  width: 100%;
  height: auto;
}

.event-description p {
  font-size: 20px;
  font-weight: 400;
  color: #58585a;
  line-height: 1.6;
  margin-top: 0;
}

.event-add .addeventatc {
  color: #f29428 !important;
  box-shadow: none !important;
}

.addeventatc {
  font-size: 18px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  font-family: "Montserrat", serif !important;
  box-shadow: none !important;
  border: 0 !important;
  background-image: none !important;
  background-position: -9999px -9999px !important;
  background-repeat: no-repeat !important;
  padding: 0 !important;
  cursor: pointer !important;
  text-shadow: none !important;
}

.addeventatc:hover {
  background-color: #ffffff !important;
}

.addeventatc .addeventatc_icon {
  display: none !important;
}

.event-share {
  display: flex;
  align-items: center;
}

.event-share p {
  margin-bottom: 0;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 700;
}

.event-add {
  display: flex;
  justify-content: space-between;
  width: 70%;
  padding-right: 30px;
}

.event-additional {
  display: flex;
  margin-top: 30px;
}

.event-text {
  width: 70%;
  padding-right: 30px;
}

.event-address p {
  margin: 0px;
}

img.partner-logo {
  height: 80px;
  width: auto;
}

.event-partners {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.event-partners a,
.event-partners div {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.event-partners a {
  transition: opacity 0.3s ease;
}

.event-partners a:hover {
  opacity: 0.7;
}

.event-partners a p,
.event-partners div p {
  color: #58585a;
  font-weight: 800;
  text-align: center;
  margin: 0.25em 0;
  line-height: 1.6;
  padding-top: 10px;
}

/* Feature Boxes Layout */

.feature-block-layout {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 50px 0;
}

.single-staff .feature-block-inner {
  width: 80%;
  max-width: 1200px;
}

.single-staff .feature-block-item h2 {
  font-size: 22px;
}

.feature-block-inner {
  width: 60%;
  max-width: 1200px;
}

.feature-blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
}

.feature-block-item {
  flex: 0 0 calc(33% - 12.5px);
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 15px;
  box-sizing: border-box;
  transition: opacity 0.3s ease;
  text-decoration: none;
  max-height: 230px;
  flex-grow: 1;
}

.feature-block-item:nth-child(9n + 1) {
  background-color: rgba(247, 49, 37, 0.9);
}

.feature-block-item:nth-child(9n + 2) {
  background-color: rgba(242, 148, 40, 0.9);
}

.feature-block-item:nth-child(9n + 3) {
  background-color: rgba(111, 20, 1, 0.9);
}

.feature-block-item:nth-child(9n + 4) {
  background-color: rgba(111, 20, 1, 0.9);
}

.feature-block-item:nth-child(9n + 5) {
  background-color: rgba(247, 49, 37, 0.9);
}

.feature-block-item:nth-child(9n + 6) {
  background-color: rgba(242, 148, 40, 0.9);
}

.feature-block-item:nth-child(9n + 7) {
  background-color: rgba(242, 148, 40, 0.9);
}

.feature-block-item:nth-child(9n + 8) {
  background-color: rgba(111, 20, 1, 0.9);
}

.feature-block-item:nth-child(9n + 9) {
  background-color: rgba(247, 49, 37, 0.9);
}

.feature-block-item h2 {
  color: white;
  font-size: 1.5rem;
  margin: 0;
  text-align: left;
  font-weight: 500;
  border-left: 3px solid white;
  padding-left: 6%;
}

.feature-block-item:hover {
  opacity: 0.7;
  cursor: pointer;
}

/*Key Findings*/

.key-findings-inner {
  border-left: 3px solid #dfebf7;
  padding-left: 2.9%;
}

.key-findings-inner h1 {
  color: #6f1400;
  font-size: 2em;
  font-weight: 800;
}

.single-key {
  display: flex;
  align-items: center;
  gap: 20px;
}

.field-name-field-summary-bullet-point .field-item:before {
  content: ".";
  background-image: url(/sites/all/themes/anhd/img/blue-square.png);
  height: 20px;
  width: 20px;
  position: absolute;
  margin-left: -40px;
  margin-top: 5px;
}

.field-name-field-summary-bullet-point .field-item {
  margin-left: 10%;
  color: #609bd6;
}

.single-key img {
  width: 20px;
  height: 20px;
}

/* Related Resources Section */

.page-id-477 h1.related-resource-title {
  display: none;
}

.related-resource-title {
  color: #6f1400;
  font-size: 2em;
  font-weight: 800;
}

.top-resource-section {
  margin: 20px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

a.filter-item {
  margin-right: 20px;
  text-decoration: none;
  color: rgba(242, 148, 40, 0.9);
  font-size: 20px;
  font-weight: 500;
}

.search-bar.resource-search input,
.search-bar.training-search input {
  background-color: #f0e7e5;
}

.related-resource-block,
.conference-block {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.resource-block-item {
  display: flex;
  flex-direction: column;
  width: calc(49% - 20px);
  padding: 10px;
  flex: 1 1 auto;
  position: relative;
}

.resource-block-title {
  text-decoration: none;
  color: #333;
}

a.resource-block-title {
  transition: ease-in-out 0.25s;
}

a.resource-block-title:hover {
  opacity: 0.8;
}

.resource-block-item:nth-child(9n + 1) .resource-block-title {
  background-color: rgba(96, 155, 214, 0.9);
}

.resource-block-item:nth-child(9n + 2) .resource-block-title {
  background-color: rgba(111, 20, 1, 0.9);
}

.resource-block-item:nth-child(9n + 3) .resource-block-title {
  background-color: rgba(247, 49, 37, 0.9);
}

.resource-block-item:nth-child(9n + 4) .resource-block-title {
  background-color: rgba(242, 148, 40, 0.9);
}

.resource-block-item:nth-child(9n + 5) .resource-block-title {
  background-color: rgba(96, 155, 214, 0.9);
}

.resource-block-item:nth-child(9n + 6) .resource-block-title {
  background-color: rgba(111, 20, 1, 0.9);
}

.resource-block-item:nth-child(9n + 7) .resource-block-title {
  background-color: rgba(247, 49, 37, 0.9);
}

.resource-block-item:nth-child(9n + 8) .resource-block-title {
  background-color: rgba(242, 148, 40, 0.9);
}

.resource-block-item:nth-child(9n + 9) .resource-block-title {
  background-color: rgba(96, 155, 214, 0.9);
}

.resource-block-title h1 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  line-height: 120%;
  font-weight: 500;
  padding: 10px;
  color: white;
}

.resource-block-item-bkg {
  background: url(/wp-content/themes/blueprintinteractive/images/resource-bkg.png);
  padding: 10px;
  flex-grow: 1;
}

.resource-block-item p {
  flex-grow: 1;
  margin-bottom: 50px;
  padding: 10px;
  color: #58585a;
  font-size: 16px;
  line-height: 1.6;
}

.resource-block-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 30px 20px;
}

.resource-link-left {
  display: flex;
  gap: 10px;
}

.resource-block-links a {
  text-decoration: none;
  color: #f29428;
  display: flex;
  align-items: center;
  font-weight: 600;
  transition: ease-in-out 0.25s;
}

.resource-block-links a:hover {
  opacity: 0.8;
}
.blog-inner > div.resource-pagination,
.resource-pagination {
  flex-direction: row;
  margin: 20px;
  gap: 0.5rem;
  justify-content: center;
}

.resource-pagination {
  text-align: center;
}

.resource-pagination a {
  color: #6f1400;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  margin-left: 5px;
  margin-right: 5px;
  transition: 0.25s ease-in-out;
}

.resource-pagination #prev-text {
  color: #6f1400 !important;
}
.resource-pagination #next-text {
  color: #6f1400 !important;
}

.resource-pagination .prev-link {
  margin-right: 10px;
}

.top-resource-section .filter-container {
  gap: 5px;
  margin: 0 auto;
  padding: 0 5px;
  justify-content: space-evenly;
  align-items: center;
}
.related-resources {
  padding-bottom: 25px;
}

.top-resource-section .filter-container .clear-search {
  margin-left: 20px;
}
.next-text:hover,
.prev-text:hover {
  color: #6f1400 !important;
}

.next-link:hover,
.prev-link:hover {
  color: #6f1400 !important;
  transition: 0.25s ease-in-out;
}

.next-link:hover span,
.prev-link:hover span {
  color: #6f1400 !important;
  transition: 0.25s ease-in-out;
}
.next-link,
.prev-link,
.next-link span,
.prev-link span {
  color: #f29428;
  transition: 0.25s ease-in-out;
}

.resource-pagination .next-link {
  margin-left: 10px;
}

.next-link,
.next-link span {
  margin-left: 10px;
  color: #f29428;
}
.prev-link,
.prev-link span {
  margin-right: 10px;
  color: #f29428;
}

.resource-pagination a:hover,
.resource-pagination #prev-text:hover,
.resource-pagination #next-text:hover {
  color: #f29428 !important;
}
.resource-pagination span {
  color: #f29428;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  margin-left: 5px;
  margin-right: 5px;
}

.page-numbers.current {
  color: #f29428;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  margin-left: 10px;
}

/*Individual Resource Page*/

.single-report .no-hero-h1,
.single-staff .no-hero-h1,
.single-member .no-hero-h1 {
  display: none;
}

.resource-dl-section {
  background: #f29428;
  padding: 45px 0px;
}

.resource-dl-inner {
  border-left: 3px solid #fff;
  padding-left: 2%;
}

.resource-dl-section h1 {
  color: #ffffff;
  font-size: 3em;
  font-weight: 800;
}

.dl-subtext p {
  color: white;
  font-size: 1.1em;
  font-weight: 400;
}

.dl-subtext a {
  color: white;
  font-weight: 400;
  text-decoration: underline;
}

.resource-author {
  font-weight: 600;
  color: #58585a;
  margin-bottom: 0.25em;
  font-size: 18px;
}

.resource-author a {
  font-weight: 600 !important;
  color: #6f1400;
  text-decoration: none;
  transition: ease-in-out 0.25s;
}

.resource-author a:hover {
  text-decoration: underline;
}

.resource-author-date {
  color: #58585a;
  margin: 10px 0 40px;
  font-size: 1em;
}

.red-dl-btn {
  font-size: 1.2em;
  text-decoration: none;
  padding: 10px 20px;
  background: #6f1400;
  color: #fff;
  font-weight: 600 !important;
  transition: opacity 0.3s ease;
}

.red-dl-btn:hover {
  opacity: 0.8;
}

.report-files {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.resource-body-inner {
  padding: 30px 0px;
}

.resource-body-text {
  border-left: 3px solid #dfebf7;
  padding-left: 2%;
}

.resource-body-text h1 {
  color: #6f1400;
  font-size: 2em;
  font-weight: 800;
}

.resource-body-text p {
  font-weight: 400;
  font-size: 1.1em;
  word-break: break-word;
  color: #58585a;
}

.dl-share {
  max-width: 1200px;
  width: 60%;
  text-align: left;
  margin: 0 auto;
  padding-top: 30px;
}

.dl-share p {
  border-left: 3px solid #dfebf7;
  padding-left: 2%;
  color: #58585a;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 1.1em;
}

.dl-share svg {
  margin-left: 13px;
  margin-top: 5px;
}

.dl-share a svg:hover {
  opacity: 0.8;
}

.page-nav-link {
  font-size: 0 !important;
}

/*404 Page*/

.page-id-70 {
  min-height: 300px;
}

/*Members Page*/

.members-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.members-inner h1 {
  font-size: 48px;
  font-weight: 800;
  color: #000;
}

.single-member {
  flex: 1 1 calc(20% - 10px);
}

.member-logo-container {
  display: flex;
  justify-content: center;
}

.member-logo-container img {
  height: 80px;
  width: auto;
  object-fit: contain;
}

a.member-link {
  text-decoration: none;
  transform: opacity 0.3s ease;
}

a.member-link:hover {
  opacity: 0.8;
}

.member-link h4 {
  text-align: center;
  color: #4a4a4a;
  font-weight: 700;
  margin-top: 30px;
}

/*Single Member Page*/

.single-member-section {
  min-height: 500px;
  padding-bottom: 30px;
}

.single-member-body {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.single-member-img-container {
  border-left: 3px solid #f29428;
  padding-left: 20px;
}

.single-member-img-container img {
  height: 80px;
  width: auto;
}

.single-member-inner h1 {
  color: #4a4a4a;
  font-size: 48px;
  border-left: 3px solid #f29428;
  padding-left: 20px;
  margin-bottom: 0;
  padding-bottom: 50px;
}

.member-info h3 {
  color: #6f1400;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 1px;
}

.member-info a {
  color: #58585a;
  text-decoration: none;
}

a.member-website {
  color: #f29428;
  font-weight: 600;
}

a.member-website:hover {
  text-decoration: underline;
}

a.member-email {
  color: #f29428;
  text-decoration: underline;
}

a.member-email:hover {
  opacity: 0.8;
}

.member-social-container {
  margin-top: 30px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.member-social-container a svg:hover {
  opacity: 0.8;
}
.single-member .main-content p {
  line-height: 1.3;
}

.single-staff .feature-block-item {
  flex: 0 0 calc(49% - 12.5px);
  aspect-ratio: 1/ 3;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 15px;
  box-sizing: border-box;
  transition: opacity 0.3s ease;
  text-decoration: none;
  max-height: 250px;
  flex-grow: 1;
}

/*Staff Main*/
.staff-container {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}

.staff-card img {
  height: 250px;
  width: auto;
}

.staff-card a {
  color: #000;
  text-decoration: none;
  transform: opacity 0.3s ease;
}

.staff-card a:hover {
  opacity: 0.8;
  text-decoration: underline;
  text-decoration-color: #f29428;
}

.staff-card h2,
.staff-card p {
  margin: 3px 0;
}

.staff-card h2 {
  font-size: 24px;
  font-weight: 800;
}

.staff-card p {
  font-size: 19px;
  color: #949599;
}

/*Staff Page*/

.blog-author a.not-at-anhd,
.resource-author a.not-at-anhd {
  color: #58585a;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 18px;
  pointer-events: none;
  cursor: default;
}

.staff-title-section {
  border-left: 3px solid #dfebf7;
  padding-left: 3%;
  margin: 50px 0;
}

.staff-title-section h1 {
  font-size: 48px;
  margin-bottom: 0;
}
.staff-title-section h2 {
  font-weight: 400;
  margin-top: 0;
}

.staff-headshot-container img {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: contain;
}

.staff-contact-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.staff-contact-container a {
  color: #f29428;
  text-decoration: none;
  font-weight: 600;
}

.staff-contact-container a:hover {
  text-decoration: underline;
}

.staff-bio {
  border-left: 3px solid #dfebf7;
  padding-left: 3%;
  margin: 50px 0;
}

.staff-bio p {
  word-break: break-word;
  color: #58585a;
  font-weight: 500;
  font-size: 1.1em;
  line-height: 1.6;
}

/*Movement Component*/
.movement-inner {
  width: 60%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
}

.movement-inner h2 {
  text-align: left;
  margin-bottom: 20px;
  color: #6f1400;
  font-size: 2em;
  font-weight: 800;
}

.movement-inner .action-links {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.movement-inner .action-links a {
  width: 33%;
  padding: 40px 5%;
  margin: 0 0.5%;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 700;
  font-size: 28px;
  transition: background-color 0.3s ease;
}

.movement-inner .action-links a:nth-child(2) {
  background-color: #f29428;
}

.movement-inner .action-links a:nth-child(3) {
  background-color: #ed3125;
}

.movement-inner .action-links a:nth-child(1) {
  background-color: #4a90e2;
}

.movement-inner .action-links a:hover {
  opacity: 0.9;
}

/*Job Board*/

.job-form-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.job-type {
  color: #6f1400;
  font-size: 2em;
  font-weight: 800;
  margin-top: 50px;
}

.job-title {
  border-left: 5px solid #f29428;
  padding-left: 10px;
  margin: 25px 0;
}

.job-organization {
  margin: 5px 0;
  font-weight: 600;
}

.job-title a {
  padding: 5px 0px;
  color: #222;
  line-height: 1.6;
  font-size: 1.3em;
  text-decoration: none;
  font-weight: 700;
  transform: opacity 0.3s ease;
}

.job-title a:hover {
  opacity: 0.8;
}

/* countdown */
.countdown-wrapper {
  background-color: #da7b0d;
  padding: 50px 5%;
}
.countdown-inner {
  margin: auto;
  max-width: 1200px;
  text-align: center;
  width: 100%;
}
.countdown-inner h3 {
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
}
.countdown-inner p {
  color: #fff;
  margin: 50px 0;
  font-size: 25px;
  font-weight: 500;
}
.flip-clock-wrapper {
  margin: 50px auto;
  /* width: 620px; */
  width: 530px;
  justify-content: center;
  display: flex;
  max-width: 100%;
}
.flip-clock-divider .flip-clock-label {
  color: #fff !important;
  font-size: 15px;
  font-family: "Montserrat", serif;
}
.flip-clock-wrapper ul li a {
  line-height: 1.25;
}
.flip-clock-wrapper ul li a div div.inn {
  background-color: #1169ab !important;
  color: #fff !important;
  text-shadow: 0 1px 2px #000 !important;
}
.flip-clock-dot {
  background-color: #1169ab !important;
}
.countdown.flip-clock-wrapper ul {
  box-sizing: 0 2px 5px rgba(0, 0, 0, 0.7);
}
.flip-clock-wrapper ul li a div {
  font-family: "Montserrat", serif;
  font-weight: 700;
}

/*Timeline*/

.timeline-ul {
  list-style: none;
  padding: 0;
  position: relative;
}

.timeline-ul .timeline {
  padding-top: 20px;
}

.timeline-ul li {
  color: #a52219;
  position: relative;
  width: 6px;
  margin: 0 auto;
  background: #a52219;
}

.timeline-ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transform: translateX(-50%);
  background: #da7b0d;
}

.timeline-card {
  border: 5px solid #da7b0d;
  background: #6f1400;
  background-image: url("/wp-content/themes/blueprintinteractive/images/red-dots.png");
  background-repeat: repeat;
  background-size: contain;
  position: relative;
  padding: 15px;
  width: 350px;
  bottom: 0;
  /* background: rgba(242, 147, 38, 0.302); */
  transition-property: transform, opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}

header .footer-only {
  display: none !important;
}

footer .header-only {
  display: none !important;
}

.timeline-card__image img {
  width: 100%;
  height: auto;
}

.timeline-card.no-padding {
  padding: 0;
}

.timeline-ul li:nth-child(odd) .timeline-card {
  left: 45px;
}

.timeline-ul li:nth-child(even) .timeline-card {
  left: -394px;
}

.timeline-card.odd,
.timeline-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.timeline-card h3 {
  color: #fff;
  font-weight: bold;
  margin-top: 0;
}

.timeline-inner {
  padding: 20px 0px;
}

.timeline-card p {
  color: #fff;
  font-size: 0.95em;
  margin: 0;
}

.timeline-card p a:hover {
  color: #ffffff;
}

.timeline-ul li .timeline-card .inner::before,
.timeline-ul li .timeline-card .inner::after {
  position: absolute;
  content: "";
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline-ul li .timeline-card .inner:after {
  left: -19px;
  bottom: 3px;
  border-width: 15px;
  border-color: rgba(0, 0, 0, 0) #da7b0d rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.timeline-ul li .timeline-card .inner::before {
  left: -19px;
  border-width: 9px;
  border-color: rgba(0, 0, 0, 0) #da7b0d rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.timeline-ul li .timeline-card .inner:after {
  left: -31px;
}

.timeline-ul li:nth-child(even) .timeline-card .inner::before {
  left: auto;
  right: -20px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #da7b0d;
}

.timeline-ul li:nth-child(even) .timeline-card .inner::after {
  left: auto;
  right: -32px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #da7b0d;
}

.lower-body-timeline {
  margin: 50px auto;
}

/*iframe Embeds*/

iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  margin: 20px 0px;
}

.iframe-section {
  max-width: 1200px;
  width: 60%;
  text-align: left;
  margin: 0 auto;
}

.iframe-section h2 {
  color: #6f1400;
}

.embed-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}

.embed-container iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}

video,
.embed-container video,
.video-container iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.qgiv-embed-form.qgiv-embed {
  min-height: 1262px;
}

/*Job Form*/

.honey-phone-field {
  position: absolute;
  left: -50000px;
}

.error-message {
  color: red;
}

.job-form-container {
  margin-top: 40px;
}

.job-form-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 20px;
}

.job-form-group label {
  font-weight: 700;
}

.job-form-group input,
.job-form-group textarea,
.job-form-group select {
  border: 1px solid #ccc;
  padding: 10px;
}

.job-form-group input[type="file"] {
  border: none;
  padding: 0;
}

/*News Feed*/

h3.news-clip {
  border-left: 5px solid #f29428;
  padding-left: 10px;
  margin-bottom: 0;
}

.media-organization {
  font-size: 18px;
  color: #666;
  margin: 10px 0 20px;
  padding-left: 10px;
}

h3.news-clip a {
  padding: 5px 0px;
  color: #58585a;
  line-height: 1.3;
  font-size: 30px;
  text-decoration: none;
  font-weight: 800;
}

h3.news-clip a:hover {
  text-decoration: underline;
  text-decoration-color: #f29428;
}

a.more-news {
  color: #f29429;
  font-weight: 700;
  text-decoration: none;
  transition: ease-in-out 0.25s;
}

a.more-news:hover {
  text-decoration: underline;
}

/*Bottom Navigation*/

.bottom-nav {
  background-image: url(/wp-content/themes/blueprintinteractive/images/orangemenu.png);
  width: 100%;
}

.bottom-nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 5%;
  margin-left: 5%;
  padding: 20px 0;
}

.bottom-nav-inner ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px;
}

.bottom-nav-inner ul li a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  transition: text-decoration 0.3s ease;
}

.bottom-nav-inner ul li a:hover {
  text-decoration: underline;
}

.social-icons {
  display: flex;
  gap: 15px;
}

.social-icons a {
  display: flex;
  align-items: center;

  transition: opacity 0.3s ease;
}

.social-icons a:hover {
  opacity: 0.8;
}

.social-icons svg {
  width: 20px;
  height: 20px;
}

/* Footer */

.bottom-footer {
  display: flex;
  justify-content: space-between;

  padding: 50px 0;
  background-color: #222;
}

.column-left {
  display: flex;
  flex-direction: column;

  margin-left: 5%;
}

.column-right {
  display: flex;
  flex-direction: column;
  margin-right: 5%;
}

a .footer-logo {
  transition: ease-in-out 0.25s;
}

a:hover .footer-logo {
  opacity: 0.8;
}

.footer-logo {
  margin-bottom: 30px;
  width: 300px;
}

.column-left p,
.column-right p {
  margin: 5px 0;
  color: #ffffff;
  word-break: break-word;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
}

.column-left a {
  margin: 5px 0;
  text-decoration: none;
  color: #ffffff;
}

.column-right a {
  margin: 5px 0;
  text-decoration: none;
  color: #ffffff;
}

.footer-links {
  display: flex;
  align-items: center;
  margin-top: 39px;
}

.footer-links a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  white-space: nowrap;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-links a:not(:last-child)::after {
  content: "|";
  margin-left: 10px;
  margin-right: 10px;
  color: #ffffff;
}

.copyright-privacy {
  display: flex;
  align-items: center;
  gap: 5px;
}

.copyright-privacy a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
}

.copyright-privacy a:hover {
  text-decoration: underline;
}

.footer ul.sub-menu {
  display: none;
}

/*Tables*/

table {
  margin: 10px;
}

th {
  background-color: #f29428;
  color: #fff;
  font-size: 18px;
  padding: 10px;
}

.wp-block-table thead,
tr {
  border-bottom: 1px solid #ccc;
}

td {
  font-weight: 800;
  padding: 10px;
}

.wp-block-table td,
.wp-block-table th {
  border: none;
}

table tr:nth-child(odd) {
  background-color: #fdf4ea;
}

table tr:nth-child(even) {
  background-color: #ffffff;
}

/* download popup */
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999999;
}

.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border: 3px solid #f29428;
  max-width: 100%;
  width: 450px;
}

.popup-content h3 {
  color: #222;
  font-weight: 700;
  text-align: center;
}

.popup-content #email-registration-form {
  margin-top: 0 !important;
}

.popup-content .close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

.popup-content .email-registration-form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.popup-content .section.contact,
.popup-content .email-registration-form .field {
  display: block;
  width: 100%;
  margin: 0;
  margin: 10px 0;
}

.popup-content .section.contact h3,
.popup-content .email-registration-form .consent {
  display: none;
}

.popup .email-registration-form .field input {
  border: 1px solid #222;
  font-size: 18px;
  width: 98% !important;
}

.popup .section.custom-fields {
  width: 100%;
}

.popup .section.custom-fields h3 {
  display: none;
}

.popup .btn-group {
  width: 200px;
}

.popup .btn-group .btn-submit-email {
  border-radius: 30px;
  padding: 5px 10px 8px;
  margin: 10px auto;
  width: 100%;
}

.popup .field.Account_712545281 {
  margin-top: 0;
}

.popup select {
  height: 30px;
  width: 100%;
}

.popup .section.captcha {
  width: 100%;
  margin: 10px 0;
}

.filter-container {
  margin: 0px !important;
}
.blog-search-inner {
  margin-bottom: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

.filter-dropdown-container {
  overflow-y: scroll; /* always show vertical scrollbar */
  max-height: 300px;
  scrollbar-width: thin; /* "auto" or "thin" */
  scrollbar-color: #888 #f1f1f1; /* thumb color + track color */
}

/* For WebKit (Chrome, Safari, Edge, etc.) */
.filter-dropdown-container::-webkit-scrollbar {
  width: 12px; /* scrollbar thickness */
}

.filter-dropdown-container::-webkit-scrollbar-track {
  background: #f1f1f1; /* track color */
}

.filter-dropdown-container::-webkit-scrollbar-thumb {
  background-color: #888; /* scrollbar thumb color */
  border-radius: 6px; /* roundness */
  border: 2px solid #f1f1f1; /* creates a little padding around thumb */
}

/* -------------------------------------------------------------- */
/* Animate CSS
  -------------------------------------------------------------- */
.fade-in-from-left {
  opacity: 0;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  transform: translateX(-15px);
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fade-in-from-left.animated {
  -webkit-animation-name: fade-from-left;
  animation-name: fade-from-left;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

@-webkit-keyframes fade-from-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
  }

  45% {
    opacity: 0.5;
  }

  90% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fade-from-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
  }

  45% {
    opacity: 0.5;
  }

  90% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fade-in-from-bottom {
  opacity: 0;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
}

.fade-in-from-bottom.animated {
  -webkit-animation-name: fade-from-bottom;
  animation-name: fade-from-bottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@-webkit-keyframes fade-from-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
  }
  90% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fade-from-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
  }
  90% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fade-in-from-right {
  opacity: 0;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-transform: translateX(40px);
  -ms-transform: translateX(40px);
  transform: translateX(40px);
}

.fade-in-from-right.animated {
  -webkit-animation-name: fade-from-right;
  animation-name: fade-from-right;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.fade-in {
  opacity: 0;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.fade-in.animated {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }

  90% {
    opacity: 1;
  }

  100% {
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  90% {
    opacity: 1;
  }

  100% {
  }
}

@-webkit-keyframes fade-from-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
  }

  90% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fade-from-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
  }

  90% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(5px);
  }
  75% {
    transform: translateX(-5px);
  }
}
