/*!
Theme Name: Annual Conference
Author: Astriata
Author URI: https://astriata.com
Description: Description
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: annual-conference
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

:root {
  --blue-500: #0e3d61;
  --blue-400: #075e80;
  --red-100: #ee3a39;
  --gold-100: #f7941e;
  --white-100: #ffffff;
  --color-red: #a42a32;
  --color-purple: #7a479c;
  --color-blue: #222f7d;
  --color-gray: #e5e9f2;
  --color-blue-dark: #172065;
  --color-white: #fff;
  --color-black: #000;
  --font-size-max-viewport-width: 1800;
  --font-size-min-viewport-width: 300;
  --responsive-nav-height: 8.3rem;
  --card--border-radius: 10px;
  --padding-lr: 20rem;
  --padding-lr-1400: 10rem;
  --padding-lr-900: 8rem;
  --padding-lr-600: 6rem;
  --content-max-width-1200: 1200px;
  --body-font: "Figtree";
  --header-font: "Roboto Slab", serif;
  --body-font-heavy: "Figtree";
}

*,
*::after,
*::before {
  padding: 0;
  margin: 0;
  box-sizing: inherit;
  font: inherit;
  vertical-align: baseline;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  font-size: 62.5%;
  overflow-x: hidden;
}

@media only screen and (max-width: 75em) {
  html {
    font-size: 56%;
  }
}

@media only screen and (max-width: 56.25em) {
  html {
    font-size: 50%;
  }
}

@media only screen and (max-width: 37.5em) {
  html {
    font-size: 46%;
  }
}

@media only screen and (max-width: 23.5em) {
  html {
    font-size: 36%;
  }
}

body {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  min-height: 100vh;
}

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

/**
 * 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 IE 10.
 */
[hidden] {
  display: none;
}

/* Typography
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

/* Make sure embeds and iframes fit their containers. */

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

/* 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:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

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

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

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

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

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

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

.main-navigation ul ul a {
  width: 200px;
}

.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;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

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

@-webkit-keyframes nav__item-animation {
  from {
    opacity: 0;
    transform: translateX(10rem);
  }
  to {
    opacity: 1;
    transform: translateX(0rem);
  }
}

@keyframes nav__item-animation {
  from {
    opacity: 0;
    transform: translateX(10rem);
  }
  to {
    opacity: 1;
    transform: translateX(0rem);
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-10rem);
  }
  70% {
    opacity: 1;
    transform: translateX(1rem);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-10rem);
  }
  70% {
    opacity: 1;
    transform: translateX(1rem);
  }
  100% {
    transform: translateX(0);
  }
}

@-webkit-keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(10rem);
  }
  70% {
    opacity: 1;
    transform: translateX(-1rem);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(10rem);
  }
  70% {
    opacity: 1;
    transform: translateX(-1rem);
  }
  100% {
    transform: translateX(0);
  }
}

@-webkit-keyframes moveInTop {
  0% {
    transform: translateY(4rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opactity: 1;
  }
}

@keyframes moveInTop {
  0% {
    transform: translateY(4rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opactity: 1;
  }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

a {
  color: inherit;
  text-decoration: inherit;
  outline: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

ul,
ol {
  list-style: none;
}

img,
picture {
  max-width: 100%;
  display: block;
  image-rendering: -webkit-optimize-contrast;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

::-moz-selection {
  background-color: var(--color-blue);
  color: #fff;
}

::selection {
  background-color: var(--color-blue);
  color: #fff;
}

hr {
  height: 5px;
  background-color: var(--color-gray);
  border-radius: 3px;
  border: 0;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

.nav {
  font-size: 1.3rem;
}

@media (max-width: 1200px) {
  .nav {
    display: none;
  }
}

.nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  height: var(--responsive-nav-height);
  max-height: var(--responsive-nav-height);
  margin: auto;
  font-family: var(--body-font-heavy);
  color: var(--color-blue);
  font-weight: 900;
  letter-spacing: 0.2px;
  padding: 0 3.5rem;
}

/* @media only screen and (max-width: 87.5em) {
  .nav ul {
    padding: 0 var(--padding-lr-1400);
  }
}

@media only screen and (max-width: 56.25em) {
  .nav ul {
    padding: 0 var(--padding-lr-900);
  }
}

@media only screen and (max-width: 37.5em) {
  .nav ul {
    padding: 0 var(--padding-lr-600);
  }
} */

.menu-item {
  text-align: center;
  margin-right: 2rem;
  height: 100%;
}
@media only screen and (min-width: 1200px) {
  .menu-item {
    text-align: center;
    margin-right: 2rem;
    height: 100%;
  }
}

.menu-item:nth-last-child(2) {
  position: relative;
  padding-left: 5rem;
}

.menu-item:nth-last-child(2)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 50%;
  width: 4px;
  border-radius: 10px;
  background: var(--gold-100, #fbaf3f);
}

.menu-item a {
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  color: #0e3d61;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}

.menu-item a::before {
  transition: all 0.3s;
}
.menu-item a:hover::before,
.menu-item a:focus::before,
.menu-item.current-menu-item a::before {
  content: "";
  position: fixed;
  left: -20px;
  width: 12px;
  height: 12px;
  background: var(--red-100, #fd3f12);
  top: calc(50% - 7px);
  color: var(--color-purple);
  border-radius: 50%;
}
.menu-item a:hover,
.menu-item a:focus,
.menu-item a.active {
  color: var(--blue-500, #0e3d61);
}

.nav__responsive {
  max-height: var(--responsive-nav-height);
  display: none;
  position: relative;
  padding-right: 4rem;
  background-color: #ffffff;
}

.nav__menu-icon-close {
  display: none;
}

.nav__responsive-menu-button--icons.active .nav__menu-icon {
  display: none;
}

.nav__responsive-menu-button--icons.active .nav__menu-icon-close {
  display: block;
}

@media (max-width: 1200px) {
  .nav__responsive {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: var(--content-max-width-1400);
    margin: auto;
    padding: 0 3.5rem;
  }
}

.nav__responsive-logo {
  height: 7rem;
}

.nav__responsive-menu-button {
  display: flex;
  align-items: center;
  cursor: pointer;
  height: var(--responsive-nav-height);
  color: var(--color-blue);
}

@media only screen and (hover: hover) {
  .nav__responsive-menu-button:hover,
  .nav__responsive-menu-button.active {
    color: var(--color-blue);
  }
}

.nav__responsive-menu-button.active {
  color: var(--color-blue);
}

.nav__responsive-menu-button.active span:nth-child(1) {
  transform: rotate(135deg) translate(3px, -4px);
}

.nav__responsive-menu-button.active span:nth-child(2) {
  margin: 0;
  opacity: 0;
  transform: translateX(2rem);
}

.nav__responsive-menu-button.active span:nth-child(3) {
  transform: rotate(-135deg) translate(3px, 4px);
}

.nav__responsive-menu-button.active-list {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.nav__responsive-menu-button--icons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  height: 5.5rem;
  width: 5rem;
  margin-left: 1.5rem;
  cursor: pointer;
}

.nav__responsive-menu-button--icons > *:not(:last-child) {
  margin-bottom: 4px;
}

.nav__responsive-menu-button--icons span {
  display: inline-block;
  width: 5rem;
  height: 3px;
  background-color: currentColor;
  border-radius: 100rem;
  transition: all 0.3s;
}

.nav__responsive-menu-button--text {
  color: #000000;

  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}

.nav__responsive-menu-button--text.active {
  color: var(--color-yellow);
}

.nav__responsive-list {
  font-family: var(--header-font);
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: var(--responsive-nav-height);
  left: 0;
  width: 100%;
  list-style: none;
  padding: 2rem 4rem;
  z-index: 10;
  color: var(--color-gray);
  background-color: var(--color-blue);
  border-bottom: 8px solid var(--color-blue-dark);
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out;
}

.nav__responsive-list hr {
  width: 100%;
  height: 4px;
  border: 0;
  margin: 2rem;
}

@media only screen and (max-width: 75em) {
  .nav__responsive-list {
    box-shadow: none;
  }
}

@media only screen and (max-width: 56.25em) {
  .nav__responsive-list {
    box-shadow: none;
  }
}

@media only screen and (max-width: 37.5em) {
  .nav__responsive-list {
    box-shadow: none;
  }
}

.nav__responsive-list.active {
  height: auto;
  opacity: 1;
  visibility: visible;
  min-height: 700px;
}

.nav__responsive-list > *:last-child:hover::after,
.nav__responsive-list > *:last-child:focus::after,
.nav__responsive-list > *:last-child.active::after {
  border-bottom: unset;
  width: 0;
}

.nav__responsive-item {
  padding: 2rem 0;
  border-bottom: 2px solid var(--color-orange-dark);
  transition: all 0.5s;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.nav__responsive-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 88%;
  border-bottom: 4px solid transparent;
  pointer-events: none;
  transition: all 0.5s;
}

.nav__responsive-item:not(:last-child):hover::before,
.nav__responsive-item:not(:last-child):focus::before,
.nav__responsive-item:not(:last-child).active::before {
  content: "";
  position: absolute;
  left: -20px;
  width: 11px;
  height: 11px;
  background-color: #f7941e;
  border-radius: 100%;
  top: calc(50% - 6px);
}

.nav__responsive-item:hover,
.nav__responsive-item:focus,
.nav__responsive-item.active {
  color: #deaffd;
}

.nav__responsive-item:hover::after,
.nav__responsive-item:focus::after,
.nav__responsive-item.active::after {
  content: "";
  border-bottom: 40px solid var(--color-gray);
  width: 100vw;
  z-index: -10;
}

@media only screen and (max-width: 75em) {
  .nav__responsive-item:hover::after,
  .nav__responsive-item:focus::after,
  .nav__responsive-item.active::after {
    border-width: 62px;
  }
}

@media only screen and (max-width: 1400px) {
  .nav__responsive-item:hover::after,
  .nav__responsive-item:focus::after {
    content: none;
  }
}

@media only screen and (max-width: 56.25em) {
  .nav__responsive-item:hover::after,
  .nav__responsive-item:focus::after,
  .nav__responsive-item.active::after {
    border-width: 56px;
  }
}

.nav__responsive-link {
  display: block;
  color: inherit;
  text-decoration: none;
  opacity: 0;
  transition: all 0.5s;
  color: var(--white-100, #ffffff);
  font-family: "Open Sans";
  font-size: var(--Navigation-nav-main-item, 15px);
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}

.footer {
  font-size: 1.3rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 110px;
  color: var(--color-white);
  padding: 4rem 15rem;
  background: var(--red-300, #951b1e);
  z-index: 3;
  position: relative;
}
@media only screen and (max-width: 1400px) {
  .footer {
    padding: 4rem 7rem;
  }
}

.footer__logo-container {
  text-align: center;
  margin-right: 1rem;
}

.footer__logo {
  height: 5.4rem;
  width: 5.4rem;
}

.footer__copyright-container {
  font-size: 14px;
  color: #ffffff;
  font-size: var(--Footer-footer-legal-text, 14px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.footer__copyright-container p {
  font-family: Raleway;
}

li.nav__responsive-item.nav__responsive-home-link:before,
li.nav__responsive-item:nth-last-child(2):before {
  content: "";
  background-color: var(--color-white-off);
  height: 4px;
  display: block;
  border-radius: 2.5rem;
  width: max(80vw, 100px);
  margin: 0 0 3rem;
}

@media only screen and (max-width: 1400px) {
  li.nav__responsive-item.nav__responsive-home-link:before,
  li.nav__responsive-item:nth-last-child(2):before {
    content: none;
  }
}

li.nav__responsive-item.nav__responsive-home-link,
li.nav__responsive-item:nth-last-child(2) {
  text-align: center;
}

#menu-item-47.menu-item {
  border: 0;
  padding: 0;
  margin: 0;

  a {
    display: flex;
    padding: var(--Object-Spacing-spacing-10, 10px)
      var(--Object-Spacing-spacing-24, 24px);
    justify-content: center;
    align-items: center;
    background: var(--blue-400, #075e80);
    border-radius: 100px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Open Sans";
    letter-spacing: 0.32px;
    /* &:focus {
      border: 3px solid #f7941e;
    } */
  }
}
#menu-item-47.menu-item a:hover::before,
#menu-item-47.menu-item a:focus::before,
#menu-item-47.menu-item.current-menu-item a::before {
  content: "";
  display: none;
}

.nav__responsive-logo-container {
  display: none;
}

@media only screen and (max-width: 75em) {
  .banner__content--page-heading {
    font-size: 3.6rem;
    line-height: 36px;
  }

  .banner__content svg {
    max-height: 80px;
  }

  .translucent-back {
    width: 80%;
    right: 10% !important;
    background-size: contain;
  }

  .banner__content {
    padding: 6px 20px 0 20px;
  }

  .nav__responsive-list.open {
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    list-style: none;
    padding: 32px 40px 28px 40px;
    z-index: 10;
    background: var(--blue-400, #075e80);
    visibility: visible;
    margin: 0;
    opacity: 1;
    height: 1000px;
    transition: all 0.5s;
    margin-top: 1.2rem;
  }

  .open .nav__responsive-link {
    opacity: 1;
  }

  .nav__responsive-item:hover,
  .nav__responsive-item:focus,
  .nav__responsive-item.active {
    color: #1a1042;
  }

  .nav-register-button {
    color: var(--red-300, #951b1e);
    font-family: "Open Sans";
    font-size: var(--Interactive-button-small, 14px);
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    color: var(--red-300, #951b1e);
    font-family: "Open Sans";
    font-size: var(--Interactive-button-small, 14px);
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    display: flex;
    padding: var(--Object-Spacing-spacing-10, 6px)
      var(--Object-Spacing-spacing-24, 12px);
    border-radius: 100px;
    border: 3px solid var(--gold-100, #f7941e);
    background: var(--white-100, #fff);
  }

  .nav__responsive-separator {
    border-bottom: 4px solid #f7941e;
    width: 100%;
    max-width: 275px;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

/*******************************************
Stevens CSS File Code
*******************************************/

body {
  overflow-x: clip;
}

/* Grid Set up */
:root {
  --columns: 8;
  --gutter: 20px;
  --margin: 50px;
  --container-width: 100%;
}

/* Grid Container */
.grid-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  max-width: var(--container-width);
}

/* Grid */
.grid {
  display: grid;
  grid-template-columns: repeat(var(--columns), 1fr);
  gap: var(--gutter);
}

/* Medium breakpoint (744px) */
@media (min-width: 744px) {
  :root {
    --columns: 8;
    --gutter: 20px;
    --margin: 50px;
  }
}

/* Large breakpoint (1920px) */
@media (min-width: 1920px) {
  :root {
    --columns: 12;
    --gutter: 30px;
    --margin: 120px;
    --container-width: calc(1440px + (2 * var(--margin)));
  }
}

/* Extra Large breakpoint (2520px) */
@media (min-width: 2520px) {
  :root {
    --container-width: calc(2520px + (2 * var(--margin)));
  }
}

/* Color Setup */
:root {
  --black-100: #000000;
  --white-100: #ffffff;

  --blue-100: #f1f9f9;
  --blue-200: #56b6b4;
  --blue-300: #3b8c9d;
  --blue-400: #075e80;
  --blue-500: #0e3d61;
  --blue-600: #0a2d47;

  --gold-100: #f7941e;
  --gold-200: #c56f07;
  --gold-300: #8a4e05;

  --red-100: #ee3a39;
  --red-200: #c02026;
  --red-300: #951b1e;
  --red-400: #791618;
}

/* Background Colors */
.bg-color--gold-100 {
  background-color: var(--gold-100);
}

/* Color Standout Setup */
:root {
  --white-100: #ffffff;
  --red-300: #951b1e;
  --red-200: #c02026;
  --red-100: #ee3a39;
  --gold-100: #f7941e;
  --blue-200: #56b6b4;
  --blue-300: #3b8c9d;
  --blue-400: #075e80;
  --blue-500: #0e3d61;

  --size: clamp(450px, 50vw, 880px);
}

/* Circle Wrapper */
.svg-circle-wrapper {
  display: grid;
  grid-column: 1 / -1;
  grid-row: 1 / -1;
  position: relative;
  pointer-events: none;
  width: var(--size);
  height: var(--size);
  aspect-ratio: 1/1;
  display: block;
  margin-top: -136px;
  margin-left: -240px;

  z-index: 1;

  /* Tail Setup */
  &::after {
    position: absolute;
    content: "";
    transform: translateX(calc(-0.5 * var(--size)));
    width: 100vw;
    height: 50%;

    background: linear-gradient(
      to top,
      var(--blue-500) 0%,
      var(--blue-500) 11.11%,
      var(--blue-400) 11.11%,
      var(--blue-400) 22.22%,
      var(--blue-300) 22.22%,
      var(--blue-300) 33.33%,
      var(--blue-200) 33.33%,
      var(--blue-200) 44.44%,
      var(--gold-100) 44.44%,
      var(--gold-100) 55.55%,
      var(--red-100) 55.55%,
      var(--red-100) 66.66%,
      var(--red-200) 66.66%,
      var(--red-200) 77.77%,
      var(--red-300) 77.77%,
      var(--red-300) 88.88%,
      transparent 88.88%,
      transparent 100%
    );
  }
}

.svg-circle {
  width: var(--width);
  aspect-ratio: 1/1;
  position: relative;
}

@media (min-width: 744px) {
  .svg-circle-wrapper {
    margin-top: -116px;
  }
}

@media (min-width: 1024px) {
  .svg-circle-wrapper {
    margin-top: -176px;
  }
}

.banner {
  overflow-y: clip;
}

/* Inner Star Setup */
.svg-star {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 12%;
  max-width: 68px;

  z-index: 2;
}

.banner .svg-star {
  display: block;
}

/* Tail Variations */
.banner .svg-circle-wrapper::after {
  bottom: 0;
  right: -100vw;
}

/* Banner Content Setup */
.banner-content {
  display: grid;
  grid-column: 1 / -1;
  grid-row: 1 / -1;
  position: relative;

  z-index: 2;
}

.banner-title-section {
  align-self: end;
  justify-self: start;
  width: auto;
  height: auto;
  background-color: var(--red-200);
  margin-left: -20px;
  padding: 20px;
  border-bottom-right-radius: 30px;
  margin-bottom: 30px;

  /* Typography */
  font-family: "Open Sans";
  font-weight: 800;
  text-transform: uppercase;
}

.banner-hero-section--logo {
  width: clamp(150px, 20vw, 300px);
}

/* Responsive adjustments for banner title section */
@media (min-width: 425px) {
  .banner-title-section {
    margin-bottom: 30px;
  }
}

@media (min-width: 744px) {
  .banner-title-section {
    margin-bottom: 20px;
  }
}

@media (min-width: 1024px) {
  .banner-title-section {
    margin-left: 30px;
  }
}

@media (min-width: 1100px) {
  .banner-title-section {
    margin-bottom: 30px;
    margin-left: 50px;
  }
}

@media (min-width: 1300px) {
  .banner-title-section {
    margin-bottom: 50px;
    margin-left: 80px;
  }
}

@media (min-width: 1500px) {
  .banner-title-section {
    margin-bottom: 60px;
    margin-left: 180px;
  }
}

@media (min-width: 1700px) {
  .banner-title-section {
    margin-bottom: 70px;
    margin-left: 200px;
  }
}

.row {
  display: grid;
  grid-column: 1 / -1;
}

/*------------------------------------------------------------
  Banner Variations - Footer Variant
------------------------------------------------------------*/
:root {
  .banner--footer,
  .banner--title {
    --size: clamp(97px, 10vw, 180px);
  }
}

.banner--footer .svg-circle-wrapper {
  justify-self: end;
  margin-top: 0;
  transform: translateX(calc(+1 * var(--size)));
}

@media (min-width: 744px) {
  .banner--footer .svg-circle-wrapper {
    transform: unset;
  }
}

.banner--footer .svg-circle-wrapper::after {
  bottom: 0;
  right: unset;
  left: -100vw;
  transform: unset;
}

@media (min-width: 744px) {
  .banner--footer .svg-circle-wrapper::after {
    transform: translateX(calc(+0.5 * var(--size)));
  }
}

.banner--footer .svg-star {
  display: none;
}

/*------------------------------------------------------------
  Banner Variations - Title Variant
------------------------------------------------------------*/
.banner--title {
  margin-bottom: 30px;
}

.banner--title .svg-circle-wrapper {
  margin-top: 0;
  margin-left: 0;
  transform: translateX(calc(-1.6 * var(--size)));
}

.banner--title .svg-circle-wrapper::after {
  bottom: unset;
  top: 0;
  width: 130vw;
  right: -120vw;
  transform: translateX(calc(-0.5 * var(--size))) scaleY(-1);
}

@media (min-width: 744px) {
  .banner--title .svg-circle-wrapper {
    transform: unset;
  }

  .banner--title .svg-circle-wrapper::after {
    width: 100vw;
    right: -100vw;
  }
}

.banner--title .svg-star {
  display: block;
}

.banner--title .title-section {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-top: calc(+0.6 * var(--size));
}

.banner--title .title-section--left {
  margin-bottom: 30px;
  a {
    display: flex;
  }
}

.banner-title-section--logo {
  width: clamp(102px, 20vw, 154px);
}

.banner--title .title-section--right__title {
  color: var(--blue-300, #3b8c9d);
  /* H1/M */
  font-family: "Open Sans";
  font-size: clamp(2.125rem, 1.143rem + 2.619vw, 3.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 48px */
  text-transform: uppercase;
}

.banner--title .row {
  grid-column: 1/-1;
  grid-row: 1/-1;
}

@media (min-width: 744px) {
  .banner--title .title-section {
    grid-template-columns: 1fr 1fr;
  }

  .banner--title .title-section--left {
    margin-bottom: 0;
  }

  .banner--title .title-section--right__title {
    text-align: right;
  }

  .banner--title .row {
    grid-column: 2 / -1;
    margin-left: 15px;
  }
}

@media (min-width: 1900px) {
  .banner--title .row {
    grid-column: 3 / -1;
    margin-left: -30px;
  }
}

/*******************************************
End: Stevens CSS File Code
*******************************************/
