/*!
Theme Name: hri
Theme URI: http://underscores.me/
Author: Jay Michael Ray
Author URI: https://jaymichaelray.com
Description: Custom theme for the Human Rights Initiative of North Texas
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hri
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

hri is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* 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;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Global
--------------------------------------------- */
* {
  box-sizing: border-box;
}

html {
  font-size: 18px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  scroll-behavior: smooth;
}

body {
  margin: 0 auto;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}

.container {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.wrap-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  justify-content: space-between;
}

.wrap-container .page-duo {
  width: 48%;
  padding: 50px;
  border: none;
  margin: 0 0 50px 0;
  box-shadow: 0em 0.1em 2em rgba(0, 0, 0, 0.1);
}

.wrap-container .page-duo-text {
  flex: unset;
  display: block;
  width: 100%;
}

.wrap-container .page-duo-text-inner {
  padding: 0;
  margin: 0;
  justify-content: space-between;
  display: block;
}

.wrap-container .page-duo-text-inner img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  float: right;
  margin: 0 0 0 10px;
}

.gray-c {
  background: #f6f6f8;
}

.dark-gray-c {
  background: #eaeaef;
}

.grayscale img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.wrapper,
.alt-wrapper,
.alt-2-wrapper,
.alt-3-wrapper,
.alt-4-wrapper,
.alt-6-wrapper,
.sections-inner-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: auto;
}

.wrapper-inner {
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 2;
}

.wrapper-inner .section-heading br {
  display: none;
}

.align-c {
  align-items: center;
}

.white-c {
  background: #fff;
}

.yellow-c {
  background: #e9aa56;
}

.light-yellow-c {
  background: rgba(233, 170, 86, 0.8);
}

.purple-c {
  background: #26225b;
}

.d-purple-c {
  background: #110f28;
}

.teal-c {
  background: #71bcb5;
}

.tan-c {
  background: #e9d0b0;
}

.light-white-c {
  background: #f8f1e9;
}

.purple {
  color: #26225b;
}

.yellow {
  color: #e9aa56;
}

.orange {
  color: #e1673b;
}

.teal {
  color: #71bcb5;
}

.tan {
  color: #e9d0b0;
}

.hero {
  width: 100%;
  height: 45vh;
  min-height: 400px;
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px;
  background-color: white;
  background-blend-mode: luminosity;
}

.hero.ryho-hero {
  background-color: rgba(0, 0, 0, 0.4);
  background-blend-mode: overlay;
  background-position: top;
}

.hero-heading-container {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.hero-heading-inner {
  margin: auto;
  text-align: center;
  text-transform: uppercase;
}

.hero-subheading {
  color: #fff;
}

.no-overflow {
  overflow: hidden;
}

.page-intro {
  width: auto;
  margin: auto;
}

.section-heading {
  width: 100%;
}

.section-inner {
  margin: auto;
}

.section-inner:last-of-type {
  padding: 0;
}

.section-inner-heading {
  padding: 0 0 30px 0;
}

.page-duo {
  display: flex;
  width: 100%;
  margin: auto;
  border-top: 1px solid #e1673b;
}

.page-duo-image {
  position: relative;
}

.page-duo-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-duo-text {
  display: flex;
}

.page-duo-text-inner {
  margin: auto;
  display: flex;
  flex-direction: column;
}

.text-c {
  text-align: center;
}

.page-press-inq {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #e9aa56;
  overflow: hidden;
}

.page-press-inq-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: auto;
  text-align: center;
}

.page-press-inq .background-graphic {
  height: 200%;
  object-fit: cover;
  object-position: right;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.2;
}

.page-press-inq.page-press-inq-grapic-right .background-graphic {
  right: 0;
  left: unset;
  object-position: left;
}

.page-intro-alert-tel {
  margin: 20px 0 0 0;
}

.icon-text-duos-container {
  margin: auto;
  border-top: 1px solid #e1673b;
  border-bottom: 1px solid #e1673b;
}

.icon-text-duo {
  display: flex;
  width: 100%;
}

.icon-text-duo:last-of-type {
  margin: 0;
}

.icon-text-duos-heading {
  width: 100%;
}

.icon-text-duo-text-inner {
  display: flex;
  flex-direction: column;
}

.duo-quote-container {
  display: flex;
  margin: auto;
}

.duo-quote-image {
  position: relative;
}

.duo-quote-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  filter: grayscale(100%);
}

.duo-quote-image.hric-d-q-image {
  display: flex;
}

.duo-quote-image.d-q-image-color.hric-purple {
  background: #26225b;
}

.duo-quote-image.d-q-image-color.hric-white {
  background: #f7eee8;
}

.duo-quote-image.d-q-image-color img {
  filter: none;
  width: 80%;
  height: auto;
  position: relative;
  object-fit: contain;
}

.duo-quote-image.hric-d-q-image img {
  margin: auto;
}

.duo-quote {
  display: flex;
  background: #71bcb5;
  border-radius: 4px;
  box-shadow: 0em 0.1em 2em rgba(0, 0, 0, 0.1);
}

.duo-quote.duo-quote-yellow {
  background: #e9aa56;
}

.duo-quote-l-inner,
.duo-quote-r-inner {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-size: 0.9rem;
}

.duo-quote-mark-r {
  margin-left: auto;
}

.duo-quote-mark-l,
.duo-quote-mark-r {
  font-size: 1.3rem;
}

.icon-text-duo-icon img {
  filter: drop-shadow(1px 1px 4px #a1a1a1);
}

.hri-video {
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
}

.hri-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-block-embed__wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  height: 0;
}

.wp-block-embed iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.orange-border-top {
  border-top: 1px solid #e1673b;
}

.page-form {
  width: 100%;
  margin: 0 auto;
}

div.wpforms-container-full {
  width: 100% !important;
  margin-bottom: 0 !important;
}

.wpforms-container {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
}

div.wpforms-container-full .wpforms-form .wpforms-field {
  border-bottom: 1px solid #e1673b;
  padding: 0 !important;
}

.wpforms-field.wpforms-field-text {
  margin-bottom: 30px !important;
}

.wpforms-field.wpforms-field-email {
  margin-bottom: 30px !important;
}

.wpforms-field-small.wpforms-field-required::-webkit-input-placeholder {
  padding-top: 12px;
  color: #fff !important;
}

.wpforms-field-small.wpforms-field-required::-moz-placeholder {
  padding-top: 12px;
  color: #fff !important;
}

.wpforms-field-small.wpforms-field-required::-ms-input-placeholder {
  padding-top: 12px;
  color: #fff !important;
}

.wpforms-field-small.wpforms-field-required::placeholder {
  padding-top: 12px;
  color: #fff !important;
}

div.wpforms-container-full
  .wpforms-form
  input[type="text"]::-webkit-input-placeholder,
div.wpforms-container-full
  .wpforms-form
  input[type="email"]::-webkit-input-placeholder,
div.wpforms-container-full .wpforms-form textarea::-webkit-input-placeholder {
  color: #111 !important;
  font-weight: 300 !important;
}

div.wpforms-container-full .wpforms-form input[type="text"]::-moz-placeholder,
div.wpforms-container-full .wpforms-form input[type="email"]::-moz-placeholder,
div.wpforms-container-full .wpforms-form textarea::-moz-placeholder {
  color: #111 !important;
  font-weight: 300 !important;
}

div.wpforms-container-full
  .wpforms-form
  input[type="text"]::-ms-input-placeholder,
div.wpforms-container-full
  .wpforms-form
  input[type="email"]::-ms-input-placeholder,
div.wpforms-container-full .wpforms-form textarea::-ms-input-placeholder {
  color: #111 !important;
  font-weight: 300 !important;
}

div.wpforms-container-full .wpforms-form input[type="text"]::placeholder,
div.wpforms-container-full .wpforms-form input[type="email"]::placeholder,
div.wpforms-container-full .wpforms-form textarea::placeholder {
  color: #111 !important;
  font-weight: 300 !important;
}

div.wpforms-container-full .wpforms-form input[type="date"],
div.wpforms-container-full .wpforms-form input[type="datetime"],
div.wpforms-container-full .wpforms-form input[type="datetime-local"],
div.wpforms-container-full .wpforms-form input[type="email"],
div.wpforms-container-full .wpforms-form input[type="month"],
div.wpforms-container-full .wpforms-form input[type="number"],
div.wpforms-container-full .wpforms-form input[type="password"],
div.wpforms-container-full .wpforms-form input[type="range"],
div.wpforms-container-full .wpforms-form input[type="search"],
div.wpforms-container-full .wpforms-form input[type="tel"],
div.wpforms-container-full .wpforms-form input[type="text"],
div.wpforms-container-full .wpforms-form input[type="time"],
div.wpforms-container-full .wpforms-form input[type="url"],
div.wpforms-container-full .wpforms-form input[type="week"],
div.wpforms-container-full .wpforms-form select {
  font-size: 0.8rem !important;
  font-weight: 400 !important;
  padding: 10px 4px !important;
  color: #000 !important;
}

div.wpforms-container-full .wpforms-form textarea {
  font-size: 0.8rem !important;
  font-weight: 400 !important;
  padding: 10px 0 0 0 !important;
  color: #222 !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
  font-weight: 500 !important;
  font-size: 0.8rem !important;
  margin: 0 !important;
}

div.wpforms-container-full .wpforms-form .wpforms-required-label {
  font-weight: 300 !important;
  color: #e1673b !important;
  font-family: "Open Sans", sans-serif !important;
}

div.wpforms-container-full .wpforms-form input[type="text"],
div.wpforms-container-full .wpforms-form input[type="email"],
div.wpforms-container-full .wpforms-form textarea {
  background: transparent !important;
  border: none !important;
}

.wpforms-confirmation-container-full,
div[submit-success]
  > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: transparent !important;
  border: none !important;
  height: 40vh !important;
  font-size: 1.5rem !important;
  color: #e1673b !important;
}

div.wpforms-container-full .wpforms-form input[type="submit"],
div.wpforms-container-full .wpforms-form button[type="submit"],
div.wpforms-container-full .wpforms-form .wpforms-page-button {
  border-color: #e1673b !important;
  border: 2px solid !important;
  border-radius: 6px !important;
  background: transparent !important;
  color: #e1673b !important;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 500 !important;
  font-size: 0.8rem !important;
  padding: 13px 27px !important;
  display: inline-flex !important;
  line-height: 1.5 !important;
  transition: 0.3s ease;
}

div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
  background: #e1673b !important;
  color: #fff !important;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

div.wpforms-container-full input[type="text"]:focus,
div.wpforms-container-full input[type="email"]:focus,
div.wpforms-container-full input[type="url"]:focus,
div.wpforms-container-full input[type="password"]:focus,
div.wpforms-container-full input[type="search"]:focus,
div.wpforms-container-full input[type="number"]:focus,
div.wpforms-container-full input[type="tel"]:focus,
div.wpforms-container-full input[type="range"]:focus,
div.wpforms-container-full input[type="date"]:focus,
div.wpforms-container-full input[type="month"]:focus,
div.wpforms-container-full input[type="week"]:focus,
div.wpforms-container-full input[type="time"]:focus,
div.wpforms-container-full input[type="datetime"]:focus,
div.wpforms-container-full input[type="datetime-local"]:focus,
div.wpforms-container-full input[type="color"]:focus,
div.wpforms-container-full textarea:focus {
  color: #111;
  border: 2px solid #111 !important;
}

div.wpforms-container-full .wpforms-form label.wpforms-error {
  color: #e1673b !important;
}

.wpforms-confirmation-container-full,
div[submit-success] > .wpforms-confirmation-container-full {
  padding: 0 15px 15px 15px !important;
}

.page-form .wpforms-field {
  margin: 0 0 50px 0 !important;
}

.page-form .wpforms-field-name,
.page-form .wpforms-field-checkbox,
.page-form .wpforms-field-radio {
  border-bottom: none !important;
}

.page-form
  div.wpforms-container-full
  .wpforms-form
  .wpforms-field-checkbox
  .wpforms-field-label,
.page-form
  div.wpforms-container-full
  .wpforms-form
  .wpforms-field-radio
  .wpforms-field-label {
  margin: 0 0 20px 0 !important;
}

.page-form .wpforms-field.wpforms-field-checkbox,
.page-form .wpforms-field.wpforms-field-radio {
  margin: 0 0 40px 0 !important;
}

.page-form .wpforms-field-row-block.wpforms-one-half {
  border-bottom: 1px solid #e1673b !important;
}

.page-form div.wpforms-container-full .wpforms-form .wpforms-field-label {
  font-size: 1rem !important;
  color: #000;
}

.page-form
  div.wpforms-container-full
  .wpforms-form
  .wpforms-field-label-inline {
  font-weight: 400 !important;
  font-size: 0.8rem !important;
}

.page-form div.wpforms-container-full .wpforms-form .wpforms-field-sublabel {
  font-weight: 300 !important;
}

.page-form div.wpforms-container-full .wpforms-form ul li {
  margin-bottom: 10px !important;
}

address {
  font-style: normal;
}

.ryho-duo {
  display: flex;
  width: 100%;
}

.ryho-intro {
  background: #cc3927;
}

.ryho-intro,
.ryho-event-info {
  display: flex;
}

.ryho-intro-inner,
.ryho-event-info-inner {
  margin: auto;
}

.ryho-intro-inner {
  color: #fff;
}

.ryho-event-info-inner {
  color: #26225b;
}

.ryho-date-time-location {
  padding: 0 0 20px 0;
  font-weight: 700;
}

.ryho-date,
.ryho-time,
.tickets-required {
  padding: 0 0 10px 0;
}

.ryho-valet {
  padding: 20px 0;
}

.ryho-safety {
  padding: 20px 0 0 0;
}

.ryho-in-depth .wrapper-inner {
  color: #fff;
  padding: 50px;
  width: 100%;
}

.ryho-image-gallery-container {
  width: 100%;
}

.ryho-image-gallery {
  display: flex;
  width: 100%;
}

@media (max-width: 767px) {
  .wrapper {
    padding: 30px 20px;
  }
  .alt-wrapper {
    padding: 0 20px;
  }
  .alt-2-wrapper {
    padding: 30px 20px 0 20px;
  }
  .alt-3-wrapper,
  .alt-5-wrapper {
    padding: 0 20px 30px 20px;
  }
  .alt-4-wrapper {
    padding: 0 20px;
  }
  .hero {
    height: auto;
    padding: 20px;
  }
  .page-intro {
    width: 100%;
  }
  .section-heading {
    padding: 0 0 30px 0;
  }
  .page-duo {
    padding: 30px 0;
    flex-direction: column-reverse;
  }
  .page-duo.mobile-c {
    flex-direction: column;
  }
  .page-duo-text {
    width: 100%;
    padding: 0 0 30px 0;
  }
  .page-duo-image {
    width: 100%;
    height: 240px;
  }
  .section-inner {
    padding: 30px 0;
    border-bottom: 1px solid #e1673b;
  }
  .section-inner:last-of-type {
    padding: 30px 0;
    border-bottom: none;
  }
  .page-press-inq {
    padding: 30px 20px;
  }
  .page-press-inq .background-graphic {
    width: 50%;
  }
  .icon-text-duos-container {
    padding: 30px 0;
    width: 100%;
  }
  .icon-text-duos-container-inner,
  .icon-text-duo-text-inner {
    width: 100%;
  }
  .icon-text-duo {
    flex-direction: column;
    padding: 30px 0;
    border-bottom: 1px solid #ceced9;
  }
  .icon-text-duo:last-of-type {
    padding: 30px 0 0 0;
    border-bottom: none;
  }
  .icon-text-duo-icon {
    width: 100%;
    display: flex;
    margin: 0 0 20px 0;
  }
  .icon-text-duo-icon img {
    width: 100px;
    margin: auto;
  }
  .icon-text-duo-text {
    width: 100%;
  }
  .duo-quote-container {
    flex-direction: column-reverse;
  }
  .duo-quote {
    width: 100%;
    flex-direction: column;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .duo-quote {
    padding: 20px;
  }
  .duo-quote-l,
  .duo-quote-r,
  .duo-quote-l-inner,
  .duo-quote-r-inner,
  .duo-quote-image {
    width: 100%;
  }
  .duo-quote-l {
    margin: 0 0 20px 0;
  }
  .page-template-hri-connect .duo-quote-image {
    display: none;
  }
  .duo-quote-image {
    height: 240px;
  }
  .duo-quote-image img {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .ryho-duo {
    flex-direction: column;
  }
  .ryho-intro,
  .ryho-event-info {
    width: 100%;
  }
  .ryho-intro-inner,
  .ryho-event-info-inner {
    padding: 30px 20px;
  }
  .ryho-image-gallery-container {
    padding: 30px 20px 0 20px;
  }
  .ryho-image-gallery-heading {
    padding: 0 0 30px;
  }
  .ryho-image-gallery {
    flex-direction: column;
  }
  .ryho-image-gallery img {
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
  }
  .wrap-container {
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 0 20px;
  }
  .page-template-ways-to-give .alt-6-wrapper {
    padding: 20px 0 0 0;
  }
  .wrap-container .page-duo {
    width: 100%;
    padding: 30px 0;
    margin: 0;
    box-shadow: none;
    border-bottom: 1px solid #e1673b;
  }
  .wrap-container .page-duo:first-of-type {
    padding: 0 0 30px 0;
  }
  .wrap-container .page-duo:last-of-type {
    border: none;
  }
  .page-duo-text {
    padding: 0;
  }
  .page-duo-text-inner {
    width: 100%;
  }
  .wrap-container .page-duo-text-inner img {
    float: unset;
    width: 100%;
    height: 200px;
    margin: 0 0 10px 0;
  }
  .ryho-in-depth .wrapper {
    padding: 0;
  }
  .ryho-in-depth .wrapper-inner {
    padding: 30px 20px;
    box-shadow: none;
  }
  .page-template-services .alt-6-wrapper {
    padding: 0 20px;
  }
  .section-inner.client-success-rate-wrapper {
    padding: 30px 20px;
  }
}

@media (min-width: 768px) {
  .wrapper {
    padding: 50px;
  }
  .alt-2-wrapper {
    padding: 50px 0 0 0;
  }
  .alt-3-wrapper {
    padding: 0 0 50px 0;
  }
  .alt-4-wrapper {
    padding: 0 50px;
  }
  .alt-5-wrapper {
    padding: 0 50px 50px 50px;
  }
  .alt-6-wrapper {
    padding: 50px 50px 0 50px;
  }
  .page-duo,
  .page-alert-container.alert-large {
    width: 90%;
    padding: 50px 0;
  }
  .page-duo-image {
    flex: 1;
  }
  .page-duo-text {
    flex: 1;
  }
  .page-duo-text-inner {
    padding: 100px 50px;
  }
  .page-duo-image {
    box-shadow: 0 0.15em 0.35em 0 rgba(0, 0, 0, 0.14);
  }
  .section-heading {
    padding: 0 0 50px 0;
  }
  .page-press-inq {
    padding: 30px 50px;
  }
  .page-press-inq-inner {
    width: auto;
  }
  .page-press-inq .background-graphic {
    width: 40%;
  }
  .page-intro,
  .icon-text-duos-container,
  .sections-inner-wrapper {
    width: 803px;
  }
  .section-inner {
    padding: 0 0 50px 0;
  }
  .sections-inner-wrapper {
    padding: 50px 0 50px 0;
  }
  .icon-text-duo {
    margin: 0 0 70px 0;
  }
  .icon-text-duos-container {
    padding: 50px 0;
  }
  .icon-text-duos-heading {
    margin: 0 0 50px 0;
    text-align: center;
  }
  .icon-text-duo-text-inner {
    padding: 0 0 0 30px;
  }
  .icon-text-duo-icon {
    width: 110px;
  }
  .icon-text-duo-text {
    flex: 1;
  }
  .duo-quote-container {
    width: 100%;
    padding: 0 50px;
  }
  .duo-quote {
    width: 70%;
    padding: 20px 30px;
  }
  .duo-quote-l,
  .duo-quote-r {
    flex: 1;
  }
  .duo-quote-l-inner {
    padding: 0 30px 0 0;
  }
  .duo-quote-r-inner {
    padding: 14px 0 0 30px;
  }
  .duo-quote-image {
    width: 28%;
    margin: 0 2% 0 0;
  }
  .wrapper-inner {
    max-width: 800px;
  }
  .page-form {
    max-width: 500px;
  }
  .ryho-intro {
    flex: 2;
  }
  .ryho-event-info {
    flex: 1;
  }
  .ryho-intro-inner,
  .ryho-event-info-inner {
    padding: 50px;
  }
  .ryho-image-gallery-container {
    padding: 50px 0 0 0;
  }
  .ryho-image-gallery-heading {
    padding: 0 50px 50px 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ryho-image-gallery {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .ryho-ig-img {
    width: 45%;
  }
  .ryho-ig-img img {
    width: 100%;
    height: auto;
  }
  .ryho-ig-img {
    margin-bottom: 50px;
  }
  .ryho-in-depth .wrapper {
    padding: 0;
    margin: 0;
    background: #26225b;
  }
  .ryho-in-depth .wrapper-inner {
    margin: auto;
  }
  .wrap-container {
    padding: 0 30px;
  }
  .wrap-container .page-duo {
    width: 49%;
    padding: 30px;
    margin: 0 0 30px;
  }
  .page-template-volunteer-opportunities .alt-4-wrapper {
    padding: 0 30px;
  }
  .page-template-ways-to-give .alt-6-wrapper {
    padding: 50px 0 0 0;
  }
  .section-inner.client-success-rate-wrapper {
    padding: 0 50px;
  }
}

@media (min-width: 768px) and (orientation: portrait) {
  .page-press-inq .background-graphic {
    width: 50%;
  }
  .page-intro {
    width: 100%;
  }
  .icon-text-duos-container {
    width: 100%;
    padding: 50px;
  }
  .duo-quote-container {
    flex-direction: column-reverse;
  }
  .duo-quote {
    width: 100%;
  }
  .duo-quote-image {
    width: 100%;
    height: 350px;
    margin: 0;
  }
  .duo-quote {
    width: 100%;
    flex-direction: column;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .duo-quote-image img {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .sections-inner-wrapper {
    width: 100%;
  }
  .wrapper-inner {
    max-width: 100%;
  }
  .ryho-duo {
    flex-direction: column;
  }
  .ryho-intro,
  .ryho-event-info {
    flex: unset;
    width: 100%;
  }
  .ryho-ig-img {
    width: 80%;
  }
  .wrap-container {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .wrap-container .page-duo {
    width: 100%;
  }
  .page-template-hri-connect .duo-quote-image {
    display: none;
  }
}

@media (min-width: 1200px) {
  .page-duo,
  .page-alert-container.alert-large {
    width: 1000px;
  }
  .icon-text-duos-container {
    width: 100%;
    padding: 50px 0 0 0;
  }
  .icon-text-duos-container-inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .icon-text-duo {
    width: 50%;
    padding: 50px;
    margin: 0;
  }
  .page-press-inq .background-graphic {
    width: 20%;
  }
  .duo-quote-container {
    width: auto;
    padding: 0;
  }
  .duo-quote {
    width: 800px;
  }
  .duo-quote-image {
    width: 300px;
    margin: 0 20px 0 0;
  }
  .wrapper-inner .section-heading br {
    display: block;
  }
  .page-form {
    max-width: 700px;
  }
  .hero-subheading {
    font-size: 1.5rem;
  }
  .ryho-intro,
  .ryho-event-info {
    flex: 1;
  }
  .ryho-intro-inner,
  .ryho-event-info-inner {
    padding: 50px;
  }
  .ryho-date-time-location {
    font-size: 1.2rem;
  }
  .ryho-in-depth {
    background-image: url(https://www.hrionline.org/wp-content/uploads/2022/08/290593418_3172619239642774_7264949225223523760_n.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 80vh;
  }
  .ryho-ig-img {
    width: 30%;
  }
  .ryho-in-depth .wrapper {
    padding: 50px;
    background: none;
    margin: auto;
  }
  .ryho-in-depth .wrapper-inner {
    padding: 50px;
    max-width: 900px;
    background: #26225b;
    box-shadow: 0em 0.1em 2em rgba(0, 0, 0, 0.6);
  }
  .wrap-container {
    padding: 0 50px;
  }
  .wrap-container .page-duo {
    width: 48%;
    padding: 50px;
    margin: 0 0 50px;
  }
  .page-template-volunteer-opportunities .alt-4-wrapper {
    padding: 0 50px;
  }
}

@media (min-width: 1400px) {
  .duo-quote {
    width: 900px;
  }
  .duo-quote-image {
    width: 400px;
  }
}

@media (min-width: 1600px) {
  .page-duo,
  .page-alert-container.alert-large {
    width: 1100px;
  }
  .page-press-inq .background-graphic {
    width: 25%;
  }
  .duo-quote {
    width: 1000px;
  }
  .duo-quote-image {
    width: 400px;
  }
  .icon-text-duos-container {
    width: 1500px;
  }
  .wrap-container {
    width: 1500px;
    padding: 0;
  }
}

@media (min-width: 1800px) {
  .page-press-inq .background-graphic {
    width: 30%;
  }
  .ryho-intro-inner {
    width: auto;
    max-width: 80%;
  }
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

button,
input,
select,
optgroup,
textarea {
  font-size: 1rem;
}

p {
  max-width: 60ch;
  color: #26225b;
}

.white p {
  color: #fff;
}

.ticker p {
  margin: 0;
}

.home-page-blurb-text p {
  color: #fff;
}

.home-press-inquiries-text-inner p,
.page-press-inq-inner p {
  font-size: 1.8rem;
  margin-bottom: 40px;
  margin-top: 0;
}

.charity-navigator p {
  margin-bottom: 30px;
}

.upcoming-events-container p,
.page-intro p,
.icon-text-duos-heading p,
.icon-text-duo-text-inner p,
.panel-options-container p,
.hri-dropdown-wrapper p,
.section-inner p,
.wrapper-inner p,
.ticker p,
.volunteer-block-inner p,
.wrap-container .page-duo-text-inner p {
  max-width: 100%;
}

.term-definition p {
  margin: 0;
  max-width: 100%;
  font-size: 0.9rem;
}

.recent-report-alert p {
  margin-top: 0;
  max-width: 100%;
}

.advisory-board-asterisks p {
  margin-bottom: 0;
  margin-top: 6px;
  font-style: italic;
}

.page-intro p:first-of-type,
.duo-quote-l p:first-of-type,
.page-intro-alert p,
.support-hri-text p,
.panel-options-container p,
.section-inner p:first-of-type,
.advisory-board-asterisks p:first-of-type {
  margin-top: 0;
}

.recent-report-alert p:last-of-type,
.page-intro p:last-of-type,
.page-intro-alert p:last-of-type,
.duo-quote-l p,
.duo-quote-r p,
.page-duo-text-inner p,
.icon-text-duo-text-inner p,
.section-inner p:last-of-type,
.hri-dropdown-wrapper .section-heading p:last-of-type,
.financial-statements-container p:last-of-type,
.opportunity-description p:last-of-type,
.ryho-safety p,
.press-inq-duo-left-inner p,
.press-inq-duo-right-inner p {
  margin-bottom: 0;
}

.ryho-safety p {
  margin-top: 5px;
}

.opportunity-description p {
  font-size: 0.9rem;
}

.no-job-opportunities p {
  margin: 0;
  font-size: 1.1rem;
}

.header-rhyo-tagline p {
  color: #fff;
  margin: 0;
}

.ryho-intro-inner p {
  color: #fff;
  max-width: 100%;
}

.ryho-intro-inner .hri-donate-footnote p {
  font-size: 0.8rem;
}

.ryho-in-depth .wrapper-inner p {
  color: #fff;
  font-weight: 300;
}

.wrap-container h2 {
  display: inline;
}

@media (max-width: 767px) {
  p {
    max-width: 100%;
  }
  .charity-navigator p {
    font-size: 1.5rem;
  }
  .home-page-blurb-text p {
    font-size: 0.95rem;
  }
  .hri-dropdown-content p {
    font-size: 0.9rem;
  }
  .page-press-inq-inner p {
    font-size: 1.2rem;
  }
  .icon-text-duos-heading p:last-of-type {
    margin-bottom: 0;
  }
  .header-rhyo-heading-and-tagline p {
    font-size: 4.5vw;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .charity-navigator p {
    font-size: 1.7rem;
    margin-top: 0;
  }
  .large-p p {
    font-size: 1.2rem;
  }
  .med-p p {
    font-size: 1.1rem;
  }
  .header-rhyo-heading-and-tagline p {
    font-size: 0.8rem;
  }
  .wrap-container .page-duo-text-inner,
  .volunteer-block .volunteer-block-inner {
    font-size: 0.9rem;
  }
  .ryho-in-depth .wrapper-inner p {
    max-width: 70ch;
  }
  .blog-previews-container .entry-meta {
    font-size: 0.9rem;
  }
  .blog-previews-container .entry-content {
    font-size: 0.95rem;
  }
}

@media (min-width: 768px) and (orientation: portrait) {
  .home-trio-block-text p {
    font-size: 0.8rem;
    text-align: center;
  }
  .ryho-in-depth .wrapper-inner p {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .home-trio-block-text p {
    font-size: 1rem;
    text-align: left;
  }
  .charity-navigator p {
    font-size: 2.5rem;
  }
  .term-definition p {
    font-size: 1rem;
  }
  .large-p p {
    font-size: 1.3rem;
  }
  .header-rhyo-heading-and-tagline p {
    font-size: 1rem;
  }
  .ryho-intro-inner p {
    font-size: 1rem;
  }
  .wrap-container .page-duo-text-inner,
  .volunteer-block .volunteer-block-inner {
    font-size: 1rem;
  }
  .ryho-in-depth .wrapper-inner p {
    max-width: 100%;
  }
}

@media (min-width: 1800px) {
  .ryho-intro-inner p {
    font-size: 1.1rem;
  }
}

@media (min-width: 2200px) {
  .ryho-intro-inner p {
    font-size: 1.2rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  color: #26225b;
}

.orange h1,
.orange h2,
.orange h3,
.orange h4,
.orange h5,
.orange h6 {
  color: #e1673b;
}

.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6,
.ryho-intro-inner h1,
.ryho-intro-inner h2,
.ryho-intro-inner h3,
.ryho-intro-inner h4,
.ryho-intro-inner h5,
.ryho-intro-inner h6 {
  color: #fff;
}

.ryho-in-depth h1,
.ryho-in-depth h2,
.ryho-in-depth h3,
.ryho-in-depth h4,
.ryho-in-depth h5,
.ryho-in-depth h6 {
  color: #fff;
  text-transform: none;
}

.tan h1,
.tan h2,
.tan h3,
.tan h4,
.tan h5,
.tan h6 {
  color: #e9d0b0;
}

.hero-heading-inner h1 {
  color: #fff;
}

.upcoming-event-month h3 {
  margin: 0 8px;
}

.widget_glossary_widget .widgettitle {
  font-size: 1rem;
}

.hri-dropdown-wrapper h3,
.hri-dropdown-wrapper h4 {
  text-align: left;
}

.bod-title-container h3,
.advisory-board-member h3,
.committee-member h4 {
  text-transform: none;
  font-weight: 600;
}

.hri-dropdown-duo .hri-dropdown-title h2 {
  text-transform: none;
  line-height: 1.3;
}

.opportunity-description h4 {
  text-transform: none;
}

@media (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-align: center;
  }
  .blurb-heading-top {
    font-size: 6vw;
  }
  .blurb-heading-bottom {
    font-size: 5.5vw;
  }
  .blurb-heading-bottom::before,
  .blurb-heading-bottom::after {
    width: 15vw;
  }
  .x-tabs-panels h2 {
    font-size: 1.1rem;
    text-align: left;
  }
  .x-tabs-panels h3 {
    font-size: 0.95rem;
    text-align: left;
  }
  .hri-dropdown-wrapper h3,
  .advisory-board-member h3 {
    font-size: 0.9rem;
  }
  .hri-dropdown-wrapper h4 {
    font-size: 0.8rem;
  }
  .bod-title-container h3,
  .advisory-board-member h3,
  .committee-member h4,
  .committe-heading h3 {
    text-align: left;
  }
  .board-c .section-heading h1,
  .board-c .section-heading h2,
  .board-c .section-heading h3,
  .board-c .section-heading h4,
  .board-c .section-heading h5,
  .board-c .section-heading h6 {
    text-align: left;
  }
  .hri-dropdown-duo .hri-dropdown-title h2 {
    text-align: left;
    font-size: 1.2rem;
  }
  .page-intro-alert-heading h2 {
    text-align: left;
  }
  .ryho-safety h3 {
    font-size: 1.1rem;
    text-align: left;
  }
  .blog-previews-container .entry-header h2 {
    font-size: 1.1rem;
    margin: 0 0 10px 0;
  }
  .blog-previews-container .entry-meta {
    font-size: 0.9rem;
  }
  .hri-dropdown-title.older-media h3 {
    font-size: 1.3rem;
  }
}

@media (min-width: 768px) {
  .section-heading.committes-section-heading h2 {
    margin: auto;
  }
  .x-tabs-panels h2 {
    font-size: 1.2rem;
  }
  .blog-previews-container .entry-header h2 {
    font-size: 1.2rem;
    margin: 0 0 10px 0;
  }
  .hri-dropdown-title.older-media h3 {
    font-size: 1.4rem;
  }
}

@media (min-width: 768px) and (orientation: portrait) {
  .section-heading.committes-section-heading h2 {
    margin: 0 auto 0 0;
  }
}

@media (min-width: 1200px) {
  .hero-heading-inner h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.7rem;
  }
  h4 {
    font-size: 1.1rem;
  }
  .x-tabs-panels h2 {
    font-size: 1.3rem;
  }
  .x-tabs-panels h3 {
    font-size: 1.1rem;
  }
  .hri-dropdown-wrapper h3,
  .advisory-board-member h3 {
    font-size: 1.3rem;
  }
  .hri-dropdown-wrapper h4 {
    font-size: 1rem;
  }
  .hri-dropdown-duo .hri-dropdown-title h2 {
    font-size: 1.7rem;
  }
  .ryho-intro-inner h2 {
    font-size: 1.5rem;
  }
  .ryho-safety h3 {
    font-size: 1.1rem;
  }
  .icon-text-duo-text-inner h3 {
    font-size: 1.2rem;
  }
  .wrap-container h2 {
    font-size: 1.5rem;
  }
  .volunteer-block h3 {
    font-size: 1.5rem;
  }
  .page-template-services .section-inner-heading h3 {
    font-size: 1.4rem;
  }
  .hri-dropdown-title.older-media h3 {
    font-size: 2rem;
  }
  .wrapper-inner.commitment-to-donors h2 {
    font-size: 2rem;
  }
}

@media (min-width: 1600px) {
  .icon-text-duo-text-inner h3 {
    font-size: 1.4rem;
  }
}

@media (min-width: 1800px) {
  .ryho-intro-inner h2 {
    font-size: 1.7rem;
  }
}

@media (min-width: 2200px) {
  .ryho-intro-inner h2 {
    font-size: 2.5rem;
  }
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

.home-page-hero {
  background-position: bottom;
}

.home-hero-blurb {
  margin: auto auto auto 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.home-hero-blurb img {
  width: 100%;
  height: auto;
}

.home-intro-container {
  width: 100%;
}

.home-intro-inner {
  display: flex;
  flex-direction: column;
}

.home-trio-container {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 0 0;
}

.home-trio-block {
  display: flex;
  flex-direction: column;
  height: auto;
}

.home-trio-block-image {
  width: 100%;
  position: relative;
  display: flex;
  overflow: hidden;
}

.home-trio-block-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.home-trio-block-image:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.home-trio-heading {
  position: relative;
  z-index: 2;
  color: #fff;
  margin: auto;
}

.home-trio-block-text {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 10px 0 0 0;
}

.home-press-inquiries {
  display: flex;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.home-press-inquiries-text {
  display: flex;
}

.home-press-inquiries-image,
.home-press-inquiries-text {
  flex: 1;
  position: relative;
}

.home-press-inquiries-image img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  right: 0;
}

.home-press-inquiries-text-inner {
  margin: auto auto auto 0;
  padding: 0 0 0 50px;
}

.background-graphic {
  position: absolute;
}

.home-press .background-graphic {
  height: 200%;
  width: 45%;
  object-fit: cover;
  object-position: right;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.charity-navigator {
  display: flex;
  position: relative;
  z-index: 1;
  text-align: center;
  margin: auto;
}

.charity-navigator-text {
  display: flex;
}

.charity-navigator-text-inner {
  margin: auto;
}

.upcoming-events-container {
  width: 600px;
}

.upcoming-events-heading {
  margin: 0 0 80px 0;
  text-align: center;
}

.upcoming-event-block {
  margin: 0 0 100px 0;
}

.upcoming-event-block:last-of-type {
  margin: 0;
}

.upcoming-event-month {
  display: flex;
  width: 100%;
  align-items: center;
  margin: 0 0 40px 0;
}

.month-accent {
  flex: 1;
  height: 0.02rem;
  background: #e1673b;
}

.upcoming-event-date {
  font-size: 0.8rem;
  margin: 4px 0 0 0;
}

.get-help-today,
.get-help-today-english,
.get-help-today-spanish {
  display: flex;
  flex-direction: column;
}

.get-help-today-spanish {
  margin: 10px 0;
}

.get-help-phone-number {
  font-size: 1.5rem;
  font-weight: 700;
}

.reports-and-publications {
  margin: auto;
}

.reports-and-publications-inner {
  width: 100%;
}

.page-alert-container {
  margin: auto;
}

.recent-report-alert,
.page-intro-alert,
.page-alert {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 40px;
  border-radius: 4px;
  box-shadow: 0em 0.1em 2em rgba(0, 0, 0, 0.1);
}

.recent-report-alert img,
.page-intro-alert img,
.page-alert img {
  position: absolute;
  width: 50%;
  height: 100%;
  object-fit: cover;
  object-position: left;
  right: 0;
  top: 0;
  z-index: 1;
}

.page-intro-alert.take-action-alert {
  margin: 0 0 50px 0;
}

.page-intro-alert-heading {
  padding: 0 0 10px 0;
}

.recent-report-alert {
  width: 100%;
  margin: 0 0 50px 0;
}

.recent-report-alert img {
  opacity: 0.1;
}

.page-intro-alert,
.page-alert {
  width: 100%;
}

.page-intro-alert img,
.page-alert img {
  opacity: 0.06;
}

.page-intro-alert.teal-c img {
  opacity: 0.1;
}

.recent-report-alert-inner,
.page-intro-alert-inner,
.page-alert-inner {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

.glossary-section:last-of-type,
.hri-dropdown-section:last-of-type {
  margin: 0;
}

.glossary-container,
.glossary-section,
.glossary-section .widget-area,
.widget_glossary_widget,
.hri-dropdown-wrapper,
.hri-dropdown-section,
.hri-dropdown-container,
.glossary-widget-title,
.hri-dropdown-title-container {
  width: 100%;
}

.hri-dropdown-container {
  margin: 0 0 1.5rem 0;
}

.glossary-container,
.hri-dropdown-wrapper {
  margin: auto;
}

.glossary-section-heading {
  font-style: italic;
}

.widget_glossary_widget,
.hri-dropdown-container {
  border-bottom: 1px solid #e1673b;
}

.glossary-widget-title,
.hri-dropdown-title-container {
  position: relative;
  display: flex;
  padding: 10px 0;
}

.glossary-title,
.hri-dropdown-title {
  position: relative;
  color: #26225b;
  font-weight: 600;
  flex: 0 0 auto;
  max-width: 80%;
}

.hri-dropdown-duo .hri-dropdown-title {
  width: 100%;
  max-width: 100%;
}

.glossary-dropdown-icons,
.hri-dropdown-icons {
  position: relative;
  font-weight: 700;
  flex: 1;
  display: flex;
}

.plus-icon,
.minus-icon {
  position: absolute;
  right: 0;
}

.plus-icon:after {
  content: "\002B";
}

.minus-icon:after {
  content: "\2212";
}

.term-definition,
.glossary-dropdown-icons,
.hri-dropdown-content,
.hri-dropdown-icons {
  color: #26225b;
}

.term-definition,
.hri-dropdown-content {
  display: none;
  padding: 0 0 10px 0;
}

.glossary-section,
.hri-dropdown-section {
  margin: 0 0 50px 0;
}

.glossary-section-heading {
  padding: 0 0 20px 0;
}

.page-intro-heading {
  width: 100%;
  padding: 0 0 20px 0;
}

.find-hc-container {
  width: 100%;
  margin: auto;
}

.panel-options-container,
.panel-tablist,
.panel-options-container iframe {
  width: 100%;
}

.x-tabs-panels {
  padding: 20px 0 0 0;
}

.x-tabs-panel {
  display: none;
  width: 100%;
}

.x-tabs-panel.x-active {
  display: block;
}

#can-form-area-join-our-campaign-for-better-healthcare-in-dallas,
#can-form-area-quiere-unirse-a-nuestra-campana-por-cuidado-de-salud-mejor-en-dfw,
#can-form-area-vous-voulez-rejoindre-notre-campagne-pour-de-meilleurs-soins-de-sante-a-dfw,
#can-form-area-dfw {
  width: 100% !important;
}

.single-reportpublication .site-main,
.single-volunteerprogram .site-main,
.single-legalservice .site-main,
.single-socialservice .site-main {
  display: flex;
  flex-direction: column;
}

.single-reportpublication .site-main article,
.single-volunteerprogram .site-main article,
.single-legalservice .site-main article,
.single-socialservice .site-main article {
  margin: auto;
}

.single-reportpublication .site-main .report-or-publication {
  width: auto;
}

.hri-dropdown-wrapper img {
  width: 100%;
  height: auto;
}

.financial-statements-container {
  margin: auto;
  width: auto;
  max-width: 100%;
}

.fs-block {
  margin: 0 0 50px 0;
  width: auto;
  max-width: 100%;
}

.fs-block:last-of-type {
  margin: 0;
}

.fs-block-heading {
  padding: 0 0 14px 0;
}

.fr-buttons {
  display: flex;
}

.fr-button-1 {
  margin: 0 10px 0 0;
}

.advisory-board-member {
  margin: 0 0 7px 0;
}

.advisory-board-member:last-of-type {
  margin: 0;
}

.advisory-board-asterisks {
  margin: 16px 0 0 0;
}

.committees-wrapper {
  width: 100%;
  display: flex;
}

.committee-container {
  display: flex;
}

.committee-inner {
  margin: 0 auto auto auto;
}

.committe-heading {
  margin: 0 0 14px 0;
}

.committee-member {
  margin: 0 0 6px 0;
}

.committee-member:last-of-type {
  margin: 0;
}

.hri-dropdown-wrapper.hri-duo-dropdown-wrapper .hri-dropdown-container {
  border: none;
}

.hri-dropdown-duo {
  display: flex;
}

.hri-dropdown-text-inner {
  width: 100%;
}

.hri-dropdown-duo .hri-dropdown-title-container {
  flex-direction: column;
  cursor: unset;
}

.hri-dropdown-duo .staff-m-bio-link {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #e1673b;
  border-bottom: 1px solid #e1673b;
  padding: 2px 0;
  font-weight: 500;
  color: #26225b;
  cursor: pointer;
}

.hri-dropdown-duo .hri-dropdown-icons {
  flex: unset;
}

.hri-dropdown-duo .hri-dropdown-icons .plus-icon,
.hri-dropdown-duo .hri-dropdown-icons .minus-icon {
  position: relative;
  right: unset;
}

.staff-m-contact-container {
  width: 100%;
}

.hri-dropdown-wrapper.hri-duo-dropdown-wrapper
  .hri-dropdown-container:last-of-type {
  margin: 0;
}

.contact-page-our-info {
  margin: 40px 0 0 0;
}

.opportunity-description {
  margin: 30px 0 0 0;
}

.opportunity-button {
  margin: 20px 0 10px 0;
}

.pro-bono-manual-container {
  height: auto;
  min-height: 70vh;
}

.pro-bono-links-container a {
  font-size: 0.9rem;
}

.volunteer-blocks-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
}

.volunteer-block {
  width: 48%;
  display: flex;
  box-shadow: 0em 0.1em 2em rgba(0, 0, 0, 0.1);
  margin: 0 0 50px 0;
}

.volunteer-block-inner {
  margin: 0 auto auto auto;
  padding: 50px;
}

.volunteer-blocks-container .section-inner-heading {
  padding: 0 0 10px 0;
}

.entry-header .entry-meta {
  color: #26225b;
}

.ryho-insta-container {
  width: 100%;
  display: flex;
}

.ryho-insta-inner {
  width: 100%;
}

.FeedHeader__left-container {
  justify-content: center !important;
  padding: 30px;
}

.press-inq-duo {
  width: 100%;
  display: flex;
  justify-content: center;
}

.press-duo-heading {
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
}

.press-inq-duo {
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .home-hero-blurb {
    margin: auto;
    width: 100%;
  }
  .home-blurb-heading {
    width: 100%;
  }
  .home-intro-container,
  .home-page-blurb-text {
    max-width: 100%;
  }
  .home-trio-container {
    flex-direction: column;
    margin: 20px 0 0 0;
  }
  .home-trio-block {
    width: 100%;
    margin: 0 0 50px 0;
  }
  .home-trio-block:last-of-type {
    margin: 0;
  }
  .home-trio-block-image {
    height: 300px;
  }
  .home-press-inquiries {
    flex-direction: column;
  }
  .home-press-inquiries-text {
    flex: 0 0 auto;
    width: 100%;
  }
  .home-press-inquiries-image {
    display: none;
  }
  .home-press-inquiries-text-inner {
    padding: 0;
    text-align: center;
  }
  .home-press .background-graphic {
    left: 0;
  }
  .charity-navigator {
    width: 100%;
    flex-direction: column;
  }
  .charity-navigator-image {
    width: 40%;
    height: auto;
    margin: auto;
  }
  .charity-navigator-text {
    width: 100%;
  }
  .upcoming-events-container {
    width: 100%;
  }
  .upcoming-events-heading {
    margin: 0 0 40px 0;
  }
  .upcoming-event-date {
    text-align: center;
  }
  .upcoming-event-block {
    margin: 0 0 80px 0;
  }
  .reports-and-publications {
    width: 100%;
  }
  .recent-report-alert,
  .page-intro-alert,
  .page-alert {
    padding: 30px 20px;
  }
  .recent-report-alert {
    margin: 0 0 40px 0;
  }
  .report-or-publication {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .report-or-publication:last-of-type {
    margin: 0;
  }
  .panel-tablist {
    flex-direction: column;
  }
  .panel-tablist button {
    margin: 0 0 4px 0;
  }
  .panel-tablist button:last-of-type {
    margin: 0;
  }
  .single-reportpublication .site-main,
  .single-volunteerprogram .site-main,
  .single-legalservice .site-main,
  .single-socialservice .site-main {
    min-height: 50vh;
  }
  .single-reportpublication .site-main article,
  .single-volunteerprogram .site-main article,
  .single-legalservice .site-main article,
  .single-socialservice .site-main article {
    padding: 20px;
  }
  .page-intro-alert {
    margin: 30px 0 0 0;
  }
  .fr-buttons {
    flex-direction: column;
  }
  .fr-button {
    margin: 0 auto;
  }
  .fr-button-1 {
    margin: 0 auto 10px auto;
  }
  .committees-wrapper {
    flex-direction: column;
  }
  .committee-container {
    width: 100%;
    margin: 0 0 50px 0;
  }
  .committee-container:last-of-type {
    margin: 0;
  }
  .committee-inner {
    margin: 0;
    width: 100%;
  }
  .hri-dropdown-wrapper.hri-duo-dropdown-wrapper .hri-dropdown-container {
    margin: 0 0 30px 0;
  }
  .hri-dropdown-duo {
    flex-direction: column;
  }
  .hri-dropdown-image {
    position: relative;
    width: 100%;
    height: 60vh;
  }
  .hri-dropdown-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
  .hri-dropdown-text {
    width: 100%;
  }
  .staff-m-contact-container {
    padding: 14px 0 0 0;
  }
  .hri-dropdown-duo .staff-m-bio-link {
    margin: 20px 0 0 0;
    border-top: none;
  }
  .contact-page-our-info {
    margin: 30px 0 0 0;
  }
  .contact-page-our-info address {
    display: flex;
    flex-direction: column;
  }
  .contact-page-our-info address br {
    display: none;
  }
  .contact-page-our-info address a {
    margin: 14px 0 0 0;
  }
  .volunteer-blocks-container {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .volunteer-block {
    width: 100%;
    box-shadow: none;
    border-bottom: 1px solid #e1673b;
    margin: 0;
  }
  .page-template-volunteer-opportunities .volunteer-block:first-of-type {
    border-top: 1px solid #e1673b;
  }
  .volunteer-block-inner {
    width: 100%;
    padding: 30px 0;
  }
  .container.ryho-in-depth {
    background: #26225b;
  }
  .press-inq-duo {
    flex-direction: column;
  }
  .press-inq-duo-left {
    padding: 0 0 30px 0;
  }
  .press-duo-text {
    font-size: 0.9rem;
  }
}

@media (min-width: 768px) {
  .home-hero-blurb {
    width: 50%;
  }
  .single-reportpublication .site-main,
  .single-volunteerprogram .site-main,
  .single-legalservice .site-main,
  .single-socialservice .site-main {
    margin-top: 135px;
    min-height: 60vh;
  }
  .single-reportpublication .site-main article,
  .single-volunteerprogram .site-main article,
  .single-legalservice .site-main article,
  .single-socialservice .site-main article {
    padding: 50px;
  }
  .single-volunteerprogram .site-main article,
  .single-legalservice .site-main article,
  .single-socialservice .site-main article {
    width: 700px;
    max-width: 100%;
  }
  .home-trio-block {
    width: 32%;
  }
  .home-trio-block-image {
    height: 300px;
  }
  .home-press-inquiries {
    min-height: 300px;
  }
  .home-press-inquiries-image img {
    width: 100%;
  }
  .charity-navigator-image {
    width: 200px;
    height: 100%;
  }
  .wrapper.reports-and-pubs-wrapper {
    padding: 50px 50px 10px 50px;
  }
  .reports-and-publications,
  .find-hc-container {
    width: 800px;
  }
  .reports-and-publications-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .report-or-publication {
    width: 48%;
    margin: 0 0 40px 0;
  }
  .glossary-container,
  .hri-dropdown-wrapper,
  .page-alert-container {
    width: 800px;
  }
  .page-intro-alert {
    margin: 34px 0 0 0;
  }
  .section-heading.committes-section-heading {
    width: 100%;
    display: flex;
  }
  .committee-container {
    flex: 1;
  }
  .committee-inner {
    padding: 0 20px;
  }
  .hri-dropdown-wrapper.hri-duo-dropdown-wrapper {
    width: 100%;
  }
  .hri-dropdown-duo .hri-dropdown-image {
    position: relative;
    width: 30%;
    height: 407px;
  }
  .hri-dropdown-duo .hri-dropdown-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block;
  }
  .hri-dropdown-duo .hri-dropdown-text {
    width: 70%;
  }
  .hri-dropdown-text-inner {
    padding: 0 0 0 50px;
  }
  .staff-m-contact-container {
    padding: 24px 0 0 0;
  }
  .staff-m-bio-link {
    margin: 40px 0 0 0;
  }
  .volunteer-block {
    width: 49%;
    margin: 0 0 30px 0;
  }
  .volunteer-block-inner {
    padding: 30px;
  }
  .press-inq-duo-left,
  .press-inq-duo-right {
    display: flex;
  }
  .press-inq-duo-left-inner {
    padding: 0 40px 0 0;
  }
  .press-inq-duo-right-inner {
    padding: 0 0 0 40px;
  }
  .press-inq-duo-left-inner,
  .press-inq-duo-right-inner {
    text-align: center;
  }
  .press-inq-duo-left-inner {
    border-right: 1px solid #fff;
  }
}

@media (min-width: 768px) and (orientation: portrait) {
  .home-hero-blurb {
    width: 60%;
    margin: auto auto auto 40%;
  }
  .home-press-inquiries {
    min-height: 270px;
  }
  .reports-and-publications,
  .find-hc-container {
    width: 100%;
  }
  .glossary-container,
  .hri-dropdown-wrapper,
  .page-alert-container {
    width: 100%;
  }
  .committees-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .committee-container {
    flex: unset;
    width: 45%;
    margin: 0 0 50px 0;
  }
  .committee-inner {
    margin: 0;
  }
  .hri-dropdown-duo .hri-dropdown-image {
    width: 40%;
    height: 350px;
  }
  .hri-dropdown-duo .hri-dropdown-text {
    width: 60%;
  }
  .hri-dropdown-text-inner {
    padding: 0 0 0 30px;
  }
  .volunteer-blocks-container {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .volunteer-block {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .home-hero-blurb {
    width: 560px;
  }
  .single-reportpublication .site-main,
  .single-volunteerprogram .site-main,
  .single-legalservice .site-main,
  .single-socialservice .site-main {
    margin-top: 144px;
  }
  .home-trio-block {
    width: 30%;
  }
  .home-trio-block-image {
    height: 400px;
  }
  .home-press-inquiries-image img {
    width: 80%;
  }
  .charity-navigator-image {
    width: 240px;
    height: 100%;
  }
  .report-or-publication {
    width: 47%;
  }
  .glossary-widget-title,
  .hri-dropdown-title-container {
    cursor: pointer;
  }
  .glossary-title {
    font-size: 1.1rem;
  }
  .glossary-dropdown-icons,
  .hri-dropdown-icons {
    font-size: 1.5rem;
    align-items: center;
  }
  .hri-dropdown-wrapper.hri-duo-dropdown-wrapper {
    width: 1000px;
  }
  .volunteer-block {
    width: 48%;
    margin: 0 0 50px 0;
  }
  .volunteer-block-inner {
    padding: 50px;
  }
}

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

@media (min-width: 1800px) {
  .home-press-inquiries-image img {
    width: 80%;
  }
  .volunteer-blocks-container {
    width: 1600px;
  }
}

@media (min-width: 2000px) {
  .home-press-inquiries-image img {
    width: 70%;
  }
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

.panel-tablist {
  display: flex;
  list-style: none;
  padding: 0;
}

.panel-tablist button {
  border: 2px solid #26225b;
  border-radius: 6px;
  padding: 13px 27px;
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #26225b;
  background-color: transparent;
  width: auto;
  margin: 0 6px 0 0;
}

.panel-tablist button.x-active {
  color: #fff;
  background-color: #26225b;
  border: 2px solid #26225b;
}

.panel-tablist button:hover {
  color: #fff;
  background-color: #26225b;
  border: 2px solid #26225b;
  transition: 0.3s ease;
}

ul li::marker {
  color: #e1673b;
}

ul li {
  color: #26225b;
}

.container ul li,
article ul li {
  margin: 0 0 10px 0;
}

.container ul li ul li {
  list-style: circle;
}

.wrapper-inner ul {
  margin-top: 0;
}

.container .commitment-to-donors ul li {
  margin: 0 0 26px 0;
}

.ryho-nav ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.ryho-nav ul li {
  margin: 0 30px 0 0;
}

.ryho-nav ul li a {
  color: #fff;
  text-decoration: none;
}

.volunteer-block-inner ul li {
  max-width: 60ch;
}

@media (max-width: 767px) {
  .hri-dropdown-wrapper ul {
    font-size: 0.85rem;
  }
  .wrapper-inner.commitment-to-donors ul {
    padding-left: 20px;
    font-size: 0.9rem;
  }
  .ryho-nav ul {
    flex-direction: column;
    font-size: 0.9rem;
    text-align: center;
  }
  .ryho-nav ul li {
    margin: 0;
  }
  .panel-tablist button {
    margin: 0 0 6px 0;
  }
}

@media (min-width: 768px) {
  .ryho-nav ul {
    margin: 10px 0 0 0;
    font-size: 0.9rem;
  }
}

@media (min-width: 1200px) {
  .ryho-nav ul li a:hover {
    color: #e9aa56;
  }
  .ryho-nav ul {
    margin: 10px 0 0 0;
    font-size: 0.9rem;
  }
}

@media (min-width: 1600px) {
  .ryho-nav ul {
    margin: 0;
    font-size: 1rem;
  }
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
/*a {
  color: $color__link;

  &:visited {
    color: $color__link-visited;
  }

  &:hover,
  &:focus,
  &:active {
    color: $color__link-hover;
  }

  &:focus {
    outline: thin dotted;
  }

  &:hover,
  &:active {
    outline: 0;
  }
}*/
a {
  color: #e1673b;
}

a:hover {
  color: #e9aa56;
  transition: 0.3s ease;
}

.custom-logo-link {
  display: flex;
  width: 100%;
  height: 100%;
}

.ticker a {
  color: #fff;
  margin: 0 0 0 8px;
}

.ticker a:hover {
  color: #e1673b;
  transition: 0.3s;
}

a.yellow {
  color: #e9aa56;
  text-decoration-color: #fff;
}

a.purple {
  color: #26225b;
  text-decoration-color: #fff;
}

a.white {
  color: #fff;
}

.home-press-inquiries-text-inner p a,
.page-press-inq-inner p a {
  color: inherit;
  text-decoration-color: #fff;
}

.get-help-today-english a[href^="tel:"],
.get-help-today-spanish a[href^="tel:"] {
  color: inherit;
  text-decoration-color: #fff;
}

.get-help-phone-number a[href^="tel:"] {
  color: #fff;
  text-decoration-color: #fff;
}

.report-or-publication a {
  text-align: center;
}

.recent-report-alert a {
  color: #fff;
}

.page-intro-alert a[href^="tel:"] {
  color: #e9aa56;
}

.page-intro-alert-tel.large-tel a[href^="tel:"] {
  font-size: 1.3rem;
}

.ryho-intro-inner a {
  color: #fff;
  text-decoration-color: #fff;
}

.ryho-in-depth .wrapper-inner a {
  color: #fff;
  text-decoration-color: #e1673b;
}

.ryho-in-depth .wrapper-inner a:hover {
  color: #e1673b;
}

.in-the-media-block a {
  align-self: flex-start;
}

.press-inq-duo-left-inner a,
.press-inq-duo-right-inner a {
  color: #cc3927;
  font-weight: 500;
}

.press-inq-duo-left-inner a:hover,
.press-inq-duo-right-inner a:hover {
  color: #fff;
  transition: 0.3s;
}

@media (min-width: 1200px) {
  .page-intro-alert a[href^="tel:"] {
    font-size: 1.3rem;
  }
  .page-intro-alert-tel.large-tel a[href^="tel:"] {
    font-size: 1.5rem;
  }
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

.hri-button,
.wp-block-button a {
  display: inline-block;
  width: auto;
  padding: 13px 27px;
  text-transform: uppercase;
  border: 2px solid;
  border-radius: 6px;
  text-decoration: none;
  font-size: 0.8rem;
  transition: 0.3s ease;
  width: auto;
}

.wp-block-search__button,
.pro-bono-links-container [type="submit"] {
  display: inline-block;
  width: auto;
  padding: 13px 27px;
  text-transform: uppercase;
  border: 2px solid;
  border-radius: 6px;
  text-decoration: none;
  font-size: 0.8rem;
  transition: 0.3s ease;
  width: auto;
  color: #e1673b !important;
  background: unset !important;
}

.wp-block-search__button:hover,
.pro-bono-links-container [type="submit"]:hover {
  background: #e1673b !important;
  color: #fff !important;
  border: 2px solid #e1673b !important;
}

.wp-block-button {
  margin: 0 0 10px 0 !important;
}

.wp-block-button a {
  color: #e1673b !important;
  background: unset !important;
}

.hri-button.orange {
  color: #e1673b;
}

.hri-button.purple {
  color: #26225b;
}

.hri-button.yellow {
  color: #e9aa56;
}

.hri-button.teal {
  color: #71bcb5;
}

.hri-button.white,
.ryho-intro-inner .hri-button {
  color: #fff;
}

.hri-button.orange:hover {
  background: #e1673b;
  color: #fff;
  border: 2px solid #e1673b;
}

.wp-block-button a:hover {
  background: #e1673b !important;
  color: #fff !important;
  border: 2px solid #e1673b !important;
}

.hri-button.purple:hover {
  background: #26225b;
  color: #fff;
  border: 2px solid #26225b;
}

.hri-button.yellow:hover {
  background: #e9aa56;
  color: #fff;
  border: 2px solid #e9aa56;
}

.hri-button.teal:hover {
  background: #71bcb5;
  color: #fff;
  border: 2px solid #71bcb5;
}

.hri-button.white:hover {
  background: #fff;
  color: #26225b;
  border: 2px solid #fff;
}

.ryho-intro-inner .hri-button:hover {
  background: #fff;
  color: #e1673b;
  border: 2px solid #fff;
}

.page-intro-alert .hri-button {
  margin: 14px 0 0 0;
}

.header-buttons .hri-button {
  margin: 0 0 0 10px;
  padding: 9px 27px;
  display: inline-flex;
  align-items: center;
}

.header-buttons .hri-button i {
  border: 2px solid;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px 0 0;
  font-size: 0.6rem;
}

.home-trio-block-text .hri-button {
  margin: auto 0 0 0;
}

.report-or-publication .hri-button {
  width: 100%;
  font-weight: 500;
}

.page-duo-text-inner .hri-button,
.icon-text-duo-text-inner .hri-button {
  align-self: flex-start;
}

.page-duo-text-inner .hri-button,
.icon-text-duo-text-inner .hri-button {
  margin: 20px 0 0 0;
}

.page-duo-text-inner .hri-button:first-of-type,
.icon-text-duo-text-inner .hri-button:first-of-type {
  margin: 26px 0 0 0;
}

.section-inner .hri-button {
  margin: 24px 0 0 0;
}

.hri-button-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hri-button-group .hri-button {
  margin-top: 20px;
}

.home-hero-blurb .hri-button {
  font-weight: 600;
}

@media (max-width: 767px) {
  .hri-button {
    text-align: center;
  }
  .header-buttons .hri-button {
    flex: 1;
    padding: 10px;
    margin: 0;
    justify-content: center;
    border: none;
  }
  .icon-text-duo-text-inner .hri-button {
    align-self: center;
  }
}

@media (min-width: 1200px) {
  .header-buttons .hri-button {
    margin: 0 0 0 5px;
    padding: 9px 10px;
    font-size: 0.6rem;
  }
  .header-buttons .hri-button i {
    width: 20px;
    height: 20px;
    font-size: 0.5rem;
  }
}

@media (min-width: 1400px) {
  .header-buttons .hri-button {
    margin: 0 0 0 10px;
    padding: 9px 27px;
    font-size: 0.8rem;
  }
  .header-buttons .hri-button i {
    width: 24px;
    height: 24px;
    font-size: 0.6rem;
  }
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog-previews-container article p {
  max-width: 100%;
}

.blog-previews-container
  .archives-widget-container
  .hri-dropdown-container:first-of-type {
  border: none;
}

.widget.widget_block.widget_search label {
  color: #26225b;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}

.single-post,
.single-post p {
  color: #26225b;
}

.single-post .entry-header {
  display: flex;
}

.entry-header-inner {
  margin: auto;
}

.blog-previews-container .archives-widget-container {
  margin: 0 0 50px 0;
}

.blog-previews-container .archives-widget-container .widget {
  margin: 0;
}

.blog-previews-container article {
  margin: 0 0 60px 0;
}

.blog-previews-container .entry-title {
  text-transform: none;
}

.search-results .site-main {
  padding:20px;
}

.search-results .site-main .entry-title {
  font-size:1.2rem;
}

.search-results .widget-area {
  padding:20px;
}

.search-results .widget-area .hri-dropdown-title h2 {
  font-size:1.1rem;
}

.in-the-media-block {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  width: 100%;
}

.in-the-media-block .in-the-media-date {
  font-size: 0.8rem;
}

.media-section-heading {
  padding: 0 0 40px 0;
}

.wrapper-inner article .entry-content a {
  word-break: break-all;
}

@media (max-width: 767px) {
  .widget.widget_block.widget_search label,
  .blog-previews-container .archives-widget-container .hri-dropdown-title h2,
  .blog-previews-container .archives-widget-container .hri-dropdown-icons {
    font-size: 0.9rem;
  }
  .blog-previews-container .entry-title {
    text-align: left;
  }
  .single-post .blog-previews-container .entry-title {
    font-size: 1.5rem;
  }
  .single-post .blog-previews-container article {
    margin: 0 0 30px 0;
  }
  .single-post .blog-previews-container article img {
    width: 100%;
    height: auto;
  }
  .in-the-media-block {
    font-size: 0.85rem;
  }
  .in-the-media-block .in-the-media-date {
    font-size: 0.75rem;
  }
  
  .search-results .site-main .entry-title {
    font-size:1rem;
  }
}

@media (min-width: 768px) {
  .blog-previews-container .archives-widget-container .hri-dropdown-title h2,
  .blog-previews-container .archives-widget-container .hri-dropdown-icons {
    font-size: 1rem;
  }

  .search-results .site-main {
    padding:50px;
  }

  .search-results .widget-area {
    padding:50px;
  }

  .search-results .widget-area .hri-dropdown-title h2 {
    font-size:1.3rem;
  }
}

@media (min-width: 1200px) {
  .blog-previews-container .page-header {
    margin: 0 0 50px 0;
  }
  .blog-previews-container .page-header h1 {
    font-size: 2.2rem;
  }
  .blog-previews-container .entry-title {
    font-size: 1.5rem;
  }
  .single-post .blog-previews-container .archives-widget-container {
    margin: 70px 0 0 0;
  }
  .single-post .blog-previews-container .entry-title {
    font-size: 1.8rem;
  }

}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Header
--------------------------------------------- */
.site-header {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 500;
  transition: 0.3s ease;
  background: #71bcb5;
}

.site-branding {
  position: absolute;
  z-index: 3;
  height: 100%;
  padding: 20px;
  padding: 10px 0 10px 20px;
}

.site-header.ryho-header .site-branding {
  position: relative;
}

.site-branding img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header-ryho-logo {
  width: auto;
  height: 100%;
}

.header-ryho-logo img {
  width: auto;
  height: 100%;
}

.header-top {
  width: 100%;
  display: flex;
  z-index: 2;
  background: #26225b;
  box-shadow: 0 0.15em 0.35em 0 rgba(0, 0, 0, 0.14);
}

.header-bottom {
  display: flex;
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 57px;
}

.ticker {
  color: #26225b;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
}

.ticker-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 100%;
  background-color: transparent;
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.ticker-wrapper .widget {
  margin: 0;
}

.ticker-transition {
  position: absolute;
  display: inline-block;
  white-space: nowrap;
  padding-right: 100%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker;
}

.ticker-transition:hover {
  animation-play-state: paused;
  cursor: pointer;
}

.header-rhyo-heading-and-tagline {
  display: flex;
  height: 100%;
}

.header-rhyo-heading,
.header-rhyo-tagline,
.ryho-nav {
  display: flex;
  align-items: center;
}

.header-rhyo-heading span {
  color: #fff;
  text-transform: none;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
}

@media (max-width: 767px) {
  .site-header {
    position: relative;
  }
  .header-top {
    flex-direction: column;
  }
  .site-branding {
    position: relative;
    width: auto;
    height: 120px;
    padding: 10px;
    margin: auto;
  }
  .site-branding img {
    height: 100%;
    width: auto;
  }
  .custom-logo-link {
    width: auto;
    height: 100%;
  }
  .header-buttons {
    margin: 0;
    width: 100%;
    display: flex;
  }
  .header-bottom {
    padding: 15px 20px;
  }
  .mobile-nav-menu-icons-container {
    position: fixed;
    display: block;
    width: 30px;
    height: 30px;
    right: 10px;
    z-index: 100;
  }
  .mobile-nav-menu-icon {
    position: relative;
    z-index: 30;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: center;
  }
  .mobile-icon-line {
    width: 100%;
    height: 2px;
    margin: 2px 0;
  }
  .mobile-icon-line.icon-line-one {
    background: #e9aa56;
  }
  .mobile-icon-line.icon-line-two {
    background: #e1673b;
    margin-left: auto;
    width: 66.66666%;
  }
  .mobile-icon-line.icon-line-three {
    background: #71bcb5;
  }
  .mobile-nav-menu-icon-close {
    display: none;
    position: absolute;
    z-index: 29;
    top: 10px;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
  }
  .mobile-icon-close-line {
    position: absolute;
    background: #e9aa56;
    width: 100%;
    height: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .close-line-one.move-one {
    transform: rotate(45deg);
    transition: 0.3s ease;
  }
  .close-line-two.move-two {
    transform: rotate(315deg);
    transition: 0.6s ease;
  }
  .ticker-transition {
    animation-duration: 20s;
  }
  .header-ryho-logo {
    width: 100%;
    height: 150px;
    display: flex;
  }
  .header-ryho-logo img {
    margin: auto;
  }
  .header-rhyo-heading-and-tagline {
    width: 100%;
    height: auto;
    flex-direction: column;
    padding: 20px;
    background: #e1673b;
  }
  .header-rhyo-heading,
  .header-rhyo-tagline,
  .ryho-nav {
    display: flex;
    justify-content: center;
  }
  .header-rhyo-heading-and-tagline span {
    font-size: 6.5vw;
  }
}

@media (min-width: 768px) {
  .site-header.nav-up {
    top: -135px;
  }
  .mobile-nav-menu-icons-container {
    position: absolute;
    top: 22px;
    right: 20px;
    width: 30px;
    height: 30px;
    z-index: 100;
  }
  .mobile-nav-menu-icon {
    position: relative;
    z-index: 30;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: center;
  }
  .mobile-icon-line {
    width: 100%;
    height: 2px;
    margin: 2px 0;
  }
  .mobile-icon-line.icon-line-one {
    background: #e9aa56;
  }
  .mobile-icon-line.icon-line-two {
    background: #e1673b;
    margin-left: auto;
    width: 66.66666%;
  }
  .mobile-icon-line.icon-line-three {
    background: #71bcb5;
  }
  .mobile-nav-menu-icon-close {
    display: none;
    position: absolute;
    z-index: 29;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
  }
  .mobile-icon-close-line {
    position: absolute;
    background: #e9aa56;
    width: 100%;
    height: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .close-line-one.move-one {
    transform: rotate(45deg);
    transition: 0.3s ease;
  }
  .close-line-two.move-two {
    transform: rotate(315deg);
    transition: 0.6s ease;
  }
  .header-buttons {
    margin: auto;
    padding: 16px 0;
  }
  .ticker-transition {
    animation-duration: 20s;
  }
  .site-header.ryho-header {
    height: 135px;
  }
  .site-header.ryho-header .header-top {
    height: 100%;
  }
  .header-rhyo-heading-and-tagline {
    flex: 1;
    flex-direction: column;
    justify-content: center;
    margin: 0 0 0 20px;
  }
  .header-rhyo-heading-and-tagline span {
    font-size: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .site-header.nav-up {
    top: -144px;
  }
  .mobile-nav-menu-icons-container {
    display: none;
  }
  .header-buttons {
    margin: auto 50px auto auto;
    padding: 0;
  }
  .ticker-transition {
    animation-duration: 26s;
  }
  .site-header.ryho-header {
    height: 144px;
  }
  .header-rhyo-heading-and-tagline {
    flex: unset;
    margin: 0 0 0 40px;
  }
  /*RYHO Header*/
  .site-header.ryho-header .mobile-nav-menu-icons-container {
    display: block;
    position: absolute;
    top: 22px;
    right: 20px;
    width: 30px;
    height: 30px;
    z-index: 100;
  }
  .site-header.ryho-header .mobile-nav-menu-icon {
    position: relative;
    z-index: 30;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: center;
  }
  .site-header.ryho-header .mobile-icon-line {
    width: 100%;
    height: 2px;
    margin: 2px 0;
  }
  .site-header.ryho-header .mobile-icon-line.icon-line-one {
    background: #e9aa56;
  }
  .site-header.ryho-header .mobile-icon-line.icon-line-two {
    background: #e1673b;
    margin-left: auto;
    width: 66.66666%;
  }
  .site-header.ryho-header .mobile-icon-line.icon-line-three {
    background: #71bcb5;
  }
  .site-header.ryho-header .mobile-nav-menu-icon-close {
    display: none;
    position: absolute;
    z-index: 29;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
  }
  .site-header.ryho-header .mobile-icon-close-line {
    position: absolute;
    background: #e9aa56;
    width: 100%;
    height: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .site-header.ryho-header .close-line-one.move-one {
    transform: rotate(45deg);
    transition: 0.3s ease;
  }
  .site-header.ryho-header .close-line-two.move-two {
    transform: rotate(315deg);
    transition: 0.6s ease;
  }
  .header-rhyo-heading-and-tagline span {
    font-size: 2em;
  }
}

@media (min-width: 1600px) {
  .header-rhyo-heading-and-tagline {
    flex-direction: row;
  }
  .header-rhyo-tagline,
  .ryho-nav {
    padding: 0 0 0 30px;
  }
  .header-rhyo-heading span {
    border-right: 1px solid #fff;
    padding: 0 30px 0 0;
  }
}

/* Navigation
--------------------------------------------- */
/*.nav-container {
  position: unset;
  display: flex;
}

.main-navigation {
  display: flex;
  position: unset;

  ul {
    list-style: none;
  }

  li {
    position: relative;

    &:hover > a,
    &.focus > a {
    }
  }

  a {
    display: block;
    text-decoration: none;
  }

  .current_page_item > a,
  .current-menu-item > a,
  .current_page_ancestor > a,
  .current-menu-ancestor > a {
  }
}
*/
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
}

.main-navigation ul ul {
  float: left;
  position: absolute;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

.menu-toggle {
  display: none;
}

/* Small menu. */
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

@media (max-width: 767px) {
  .main-navigation {
    position: fixed;
    z-index: 20;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    background: #110f28;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1),
      -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .main-navigation.nav-opened {
    transform: translateY(0);
  }
  #primary-menu {
    padding: 30px 20px;
    z-index: 2;
    overflow: scroll;
  }
  .main-navigation ul {
    display: block;
    height: 100%;
  }
  .main-navigation ul ul {
    display: block;
    float: unset;
    position: relative;
  }
  .main-navigation > ul > li {
    margin: 0 0 20px 0;
    font-size: 1.2rem;
  }
  .main-navigation > ul > li > a {
    color: #e9aa56;
  }
  .main-navigation ul li ul li {
    font-size: 0.9rem;
  }
  .main-navigation ul li ul li a {
    color: rgba(255, 255, 255, 0.7);
  }
  .nav-container {
    padding: 0;
  }
  .mobile-nav-graphic {
    position: absolute;
    width: 90%;
    height: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0.05;
  }
}

@media (min-width: 768px) {
  .nav-container {
    padding: 0;
  }
  .main-navigation {
    position: fixed;
    z-index: 20;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    background: #110f28;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1),
      -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .main-navigation.nav-opened {
    transform: translateY(0);
  }
  #primary-menu {
    margin: 30px 0 0 0;
    z-index: 2;
    overflow: scroll;
  }
  .main-navigation ul {
    height: 100%;
    display: block;
  }
  .main-navigation ul ul {
    display: block;
    float: unset;
    position: relative;
  }
  .main-navigation ul li {
    font-size: 1.4rem;
    padding: 16px 0;
  }
  .main-navigation > ul > li > a {
    color: #e9aa56;
  }
  .main-navigation ul li:first-of-type {
    padding: 0 0 16px 0;
  }
  .main-navigation ul li:last-of-type {
    padding: 16px 0 100px 0;
  }
  .main-navigation ul li ul li {
    font-size: 0.8rem;
    padding: revert;
    margin: 4px 0;
  }
  .main-navigation ul li ul li:last-child {
    margin: 0;
  }
  .main-navigation ul li ul li a {
    color: rgba(255, 255, 255, 0.7);
  }
  .main-navigation ul li ul li ul {
    margin: 0 0 14px 0;
  }
  .main-navigation ul li ul li ul li {
    font-size: 0.72rem;
  }
  .main-navigation ul li ul li:last-child ul {
    margin: 0;
  }
  .main-navigation ul li ul li ul li a {
    color: rgba(255, 255, 255, 0.4);
  }
  .main-navigation ul li ul li:first-of-type,
  .main-navigation ul li ul li ul li:first-of-type,
  .main-navigation ul li ul li ul li ul li:first-of-type,
  .main-navigation ul li ul li:last-of-type,
  .main-navigation ul li ul li ul li:last-of-type,
  .main-navigation ul li ul li ul li ul li:last-of-type {
    padding: revert;
  }
  .mobile-nav-graphic {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0.05;
  }
}

@media (min-width: 768px) and (orientation: portrait) {
  .mobile-nav-graphic {
    width: 90%;
    height: auto;
  }
}

@media (min-width: 768px) and (orientation: landscape) {
  .mobile-nav-graphic {
    width: auto;
    height: 90%;
  }
}

@media (min-width: 1200px) {
  .mobile-nav-graphic {
    display: none;
  }
  .nav-container {
    display: flex;
    padding: 20px 0 20px 170px;
  }
  .main-navigation {
    display: flex;
    flex-direction: row;
    position: unset;
    overflow: unset;
    z-index: unset;
    transform: none;
    transition: none;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    background: none;
    padding: 0;
    width: unset;
    height: unset;
  }
  #primary-menu {
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0;
    position: unset;
    z-index: unset;
    overflow: unset;
  }
  .main-navigation ul {
    height: unset;
    padding-left: 0;
    display: none;
  }
  .main-navigation ul ul {
    display: none;
    float: left;
    position: absolute;
  }
  .main-navigation ul li {
    padding: 0;
    font-size: 0.8rem;
  }
  .main-navigation ul li:first-of-type,
  .main-navigation ul li:last-of-type {
    padding: 0;
  }
  .main-navigation > ul > li > a {
    position: relative;
    margin: 10px 0 0 0;
    padding: 0 0 10px 0;
    color: #fff;
  }
  .main-navigation ul li ul li a,
  .main-navigation ul li ul li ul li a {
    color: #fff;
  }
  .main-navigation > ul > li.menu-item-has-children > a::before {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 34px solid transparent;
    border-left: 24px solid transparent;
    border-bottom: 24px solid #110f28;
    border-right: 24px solid transparent;
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    display: none;
  }
  .main-navigation > ul > li.menu-item-has-children:hover a::before {
    display: block;
  }
  .main-navigation ul > li {
    margin: 0 20px 0 0;
    position: unset;
  }
  .nav-container ul li:hover > a {
    color: #e9aa56;
    transition: 0.3s;
  }
  .main-navigation ul > li:hover ul {
    display: flex;
    flex-direction: column;
  }
  .main-navigation ul li ul {
    padding: 20px 30px;
    border-radius: 2px;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.35);
    background: #110f28;
  }
  .main-navigation ul li ul li {
    font-size: 0.7rem;
    margin: 0 0 10px 0;
  }
  .main-navigation ul li ul li:last-of-type {
    margin: 0;
  }
  .main-navigation ul li ul li ul {
    position: relative;
    padding: 0 0 0 10px;
    margin: 0;
    flex-direction: column;
    text-transform: none;
  }
  .main-navigation ul li ul li ul li,
  .main-navigation ul li ul li ul li:first-of-type,
  .main-navigation ul li ul li ul li:last-of-type {
    padding: 10px 0 0 0;
  }
  .main-navigation ul li ul li ul li ul li,
  .main-navigation ul li ul li ul li ul li:first-of-type,
  .main-navigation ul li ul li ul li ul li:last-of-type {
    padding: 10px 0 0 0;
  }
  /*RYHO Nav*/
  .site-header.ryho-header .nav-container {
    padding: 0;
  }
  .site-header.ryho-header .main-navigation {
    position: fixed;
    z-index: 20;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    background: #110f28;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1),
      -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .site-header.ryho-header .main-navigation.nav-opened {
    transform: translateY(0);
  }
  .site-header.ryho-header #primary-menu {
    margin: 30px 0 0 0;
    padding: 0 0 0 45%;
    z-index: 2;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .site-header.ryho-header .main-navigation ul {
    height: 100%;
    display: block;
  }
  .site-header.ryho-header .main-navigation ul ul {
    display: block;
    float: unset;
    position: relative;
  }
  .site-header.ryho-header .main-navigation ul li {
    font-size: 1.4rem;
    padding: 16px 0;
  }
  .site-header.ryho-header .main-navigation > ul > li > a {
    color: #e9aa56;
  }
  .site-header.ryho-header .main-navigation ul li:first-of-type {
    padding: 0 0 16px 0;
  }
  .site-header.ryho-header .main-navigation ul li:last-of-type {
    padding: 16px 0 100px 0;
  }
  .site-header.ryho-header .main-navigation ul li ul {
    padding: 0;
    border-radius: unset;
    box-shadow: none;
    background: unset;
  }
  .site-header.ryho-header .main-navigation ul li ul li {
    font-size: 0.8rem;
    padding: 0 0 0 16px;
    margin: 4px 0;
  }
  .site-header.ryho-header .main-navigation ul li ul li:last-child {
    margin: 0;
  }
  .site-header.ryho-header .main-navigation ul li ul li a {
    color: rgba(255, 255, 255, 0.7);
  }
  .site-header.ryho-header .main-navigation ul li ul li ul {
    margin: 0 0 14px 0;
  }
  .site-header.ryho-header .main-navigation ul li ul li ul li {
    font-size: 0.72rem;
  }
  .site-header.ryho-header .main-navigation ul li ul li:last-child ul {
    margin: 0;
  }
  .site-header.ryho-header .main-navigation ul li ul li ul li a {
    color: rgba(255, 255, 255, 0.4);
  }
  .site-header.ryho-header .main-navigation ul li ul li:first-of-type,
  .site-header.ryho-header .main-navigation ul li ul li ul li:first-of-type,
  .site-header.ryho-header
    .main-navigation
    ul
    li
    ul
    li
    ul
    li
    ul
    li:first-of-type,
  .site-header.ryho-header .main-navigation ul li ul li:last-of-type,
  .site-header.ryho-header .main-navigation ul li ul li ul li:last-of-type,
  .site-header.ryho-header
    .main-navigation
    ul
    li
    ul
    li
    ul
    li
    ul
    li:last-of-type {
    padding: 0 0 0 16px;
  }
  .site-header.ryho-header .mobile-nav-graphic {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0.05;
  }
  .site-header.ryho-header
    .main-navigation
    > ul
    > li.menu-item-has-children:hover
    a::before {
    display: none;
  }
}

@media (min-width: 1400px) {
  .main-navigation ul li {
    font-size: 0.82rem;
  }
  .main-navigation ul > li {
    margin: 0 25px 0 0;
  }
}

@media (min-width: 1500px) {
  .main-navigation ul li {
    font-size: 0.9rem;
  }
}

@media (min-width: 1600px) {
  .main-navigation ul li {
    font-size: 1rem;
  }
  .main-navigation ul > li {
    margin: 0 30px 0 0;
  }
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Footer
--------------------------------------------- */
footer {
  width: 100%;
  border-top: 1px solid #d3d3dd;
}

.footer-top {
  padding: 50px 25px;
  width: 100%;
  display: flex;
  color: #26225b;
}

.footer-block {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-social a {
  margin: 0 5px;
}

.footer-page-links a {
  margin: 0 0 0 5px;
}

.footer-bottom {
  padding: 20px 50px;
  width: 100%;
  text-align: center;
  font-size: 0.7rem;
}

footer .site-info {
  display: flex;
  width: 100%;
}

footer address {
  font-style: normal;
  font-size: 0.9rem;
}

footer address .address-margin {
  display: inline-block;
  margin: 0 0 6px 0;
}

.footer-block a,
.footer-block a[href^="tel:"] {
  color: #26225b;
}

footer em {
  font-weight: 700;
}

.support-hri {
  display: flex;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.support-hri-inner {
  display: flex;
  position: relative;
  z-index: 2;
}

.support-hri-heading {
  margin: 0 0 20px 0;
}

.support-hri-image {
  position: relative;
}

.support-hri-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.support-hri .background-graphic {
  height: auto;
  object-fit: cover;
  object-position: right;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 767px) {
  footer .site-info {
    flex-direction: column;
  }
  .footer-top,
  .footer-bottom {
    padding: 30px 20px;
  }
  .footer-block {
    flex: 0 0 auto;
    width: 100%;
  }
  .footer-social {
    padding: 50px 0;
  }
  footer address {
    font-size: 0.9rem;
  }
  footer address .address-margin {
    display: inline-block;
    margin: 0 0 16px 0;
  }
  .support-hri {
    flex-direction: column;
    padding: 30px 20px 0 20px;
  }
  .support-hri-text {
    padding: 0 0 30px 0;
  }
  .support-hri-text-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .support-hri-image {
    display: none;
  }
  .support-hri .background-graphic {
    position: relative;
    width: 100px;
  }
}

@media (min-width: 768px) {
  .support-hri-inner {
    margin: auto 0 auto auto;
  }
  .support-hri-text-inner {
    padding: 50px;
  }
  .support-hri-image {
    width: 300px;
  }
  .support-hri .background-graphic {
    width: 24vw;
  }
  .footer-block.footer-address {
    flex: 2;
    justify-content: flex-start;
  }
  footer address {
    font-size: 0.75rem;
  }
}

@media (min-width: 768px) and (orientation: portrait) {
  .support-hri-image {
    display: none;
  }
  .support-hri-inner {
    width: 70%;
  }
  .support-hri .background-graphic {
    width: 30%;
  }
  footer .site-info {
    flex-direction: column;
  }
  .footer-block,
  .footer-block.footer-address {
    flex: unset;
    width: 100%;
  }
  .footer-block.footer-social {
    padding: 50px 0;
  }
  .footer-block.footer-address {
    justify-content: center;
  }
}

@media (min-width: 1200px) {
  .support-hri-inner {
    margin: auto;
  }
  .support-hri-text-inner {
    padding: 50px 0 50px 50px;
  }
  .support-hri-image {
    width: 400px;
  }
  .footer-block.footer-address {
    flex: 1;
    justify-content: center;
  }
  footer address {
    font-size: 0.95vw;
  }
}

@media (min-width: 1400px) {
  footer address {
    font-size: 0.75rem;
  }
}

@media (min-width: 1600px) {
  footer address {
    font-size: 0.9rem;
  }
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

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