@charset "UTF-8";
/*
    Theme Name: USA Ultimate
    Theme URI: https://usaultimate.org/
    Author: Andrew Lovseth
    Author URI: http://www.andrewlovseth.com/
    Description: Version 1.0 of USA Ultimate
    Version: 1.0
*/
/* Global */
/* Media Queries
----------------------------------*/
/* HTML5 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

/* HTML & BODY */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}

/* Links */
a {
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: none;
}

/* Typography */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 600;
}

i,
em {
  font-style: italic;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
}

p,
pre {
  margin: 1em 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

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

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  font-weight: normal;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}

/* Lists */
dd {
  margin: 0 0 0 40px;
}

ul,
ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/* Embedded Content */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

/* Figure */
figure {
  margin: 0;
}

/* Forms */
form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* Tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

/* Absolute Positioning */
div,
article,
section,
header,
footer,
nav,
figure,
li {
  position: relative;
}

/* Border-Box */
* {
  box-sizing: border-box;
}

/* Responsive Image */
img {
  display: block;
  max-width: 100%;
  height: auto;
}

body {
  background: #f5f5f5;
  min-height: 100vh;
  transition: all 0.2s ease-in-out;
  right: 0;
}

/* Selection  */
::-moz-selection {
  background: #B30839;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #B30839;
  color: #fff;
  text-shadow: none;
}

.wp-block-group__inner-container {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  padding: 0 25px;
  transition: padding 0.2s ease-in;
}
@media screen and (min-width: 1250px) {
  .wp-block-group__inner-container {
    padding: 0;
  }
}

main.site-content {
  min-height: 80vh;
}

.alm-listing .alm-reveal:after,
.alm-reveal.alm-filters:after {
  display: none !important;
}

.usau-section.usau-block {
  gap: 2rem;
}

.usau-block {
  display: grid;
  gap: 0 2rem;
  grid-template-columns: minmax(0, auto) repeat(4, minmax(auto, 1fr)) minmax(0, auto);
}
.usau-block > * {
  grid-column: 2/span 4;
}
@media screen and (min-width: 568px) {
  .usau-block {
    grid-template-columns: minmax(0, auto) repeat(8, minmax(auto, 1fr)) minmax(0, auto);
  }
  .usau-block > * {
    grid-column: 2/span 8;
  }
}
@media screen and (min-width: 1024px) {
  .usau-block {
    grid-template-columns: minmax(0, auto) repeat(12, minmax(auto, 71px)) minmax(0, auto);
  }
  .usau-block > * {
    grid-column: 2/span 12;
  }
}

.people-grid {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .people-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .people-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.people-grid .person .info {
  color: #002B5C;
  padding-top: 0.75rem;
  text-align: center;
}
.people-grid .person .info .name h4 {
  font-weight: bold;
  font-size: 1.25rem;
}

html, input, textarea {
  -webkit-font-smoothing: antialiased;
}

body {
  text-rendering: optimizeLegibility;
}

body, input, textarea, button {
  color: #221924;
  font: 400 100%/1 futura-pt, sans-serif;
}

a {
  color: #002B5C;
  transition: all 0.3s ease-in-out;
}
a:hover {
  text-decoration: underline;
}

.wp-block-group h3 {
  font-size: unset;
}
.wp-block-group p {
  font-size: 1em;
}
.wp-block-group h4 {
  font-weight: 700;
  font-family: proxima-nova, sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #B30839;
}
.wp-block-group ul li, .wp-block-group ol li {
  font-size: 1rem;
  color: #002B5C;
}
@media screen and (min-width: 768px) {
  .wp-block-group ul li, .wp-block-group ol li {
    font-size: 1.125rem;
  }
}
.wp-block-group h1 + .wp-block-columns, .wp-block-group h2 + .wp-block-columns, .wp-block-group h3 + .wp-block-columns, .wp-block-group h4 + .wp-block-columns, .wp-block-group h5 + .wp-block-columns {
  padding-top: 25px;
}
.wp-block-group .wp-block-columns {
  margin-bottom: 0;
}
@media (max-width: 599px) {
  .wp-block-group .wp-block-columns .wp-block-column + .wp-block-column {
    padding-top: 50px;
  }
}
.wp-block-group .wp-block-columns + * {
  padding-top: 25px;
}
.wp-block-group .wp-block-columns .wp-block-image + * {
  padding-top: 25px;
}

.wp-block-group.has-background.full-width {
  margin: 50px 0;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .wp-block-group.has-background.full-width {
    padding: 100px 0;
    margin: 100px 0;
  }
}

.page-header + .wp-block-group.has-background.full-width {
  margin-top: 75px;
}

.site-content .wp-block-pullquote {
  padding: 2rem 0;
}
.site-content .wp-block-pullquote blockquote {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
.site-content .wp-block-pullquote p {
  font-size: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .site-content .wp-block-pullquote p {
    font-size: 1.75rem;
  }
}
.site-content .wp-block-pullquote + section, .site-content .wp-block-pullquote + nav {
  padding-top: 2rem;
}

h4.sidebar-header {
  font-size: 0.6944444444rem;
  font-weight: 800;
  color: #221924;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding-bottom: 1rem;
}
@media (min-width: 768px) and (max-width: 1440px) {
  h4.sidebar-header {
    font-size: calc( 0.6944444444rem + 0.0868055556 * ( ( 100vw - 768px) / 672 ) );
  }
}
@media (min-width: 1440px) {
  h4.sidebar-header {
    font-size: 0.78125rem;
  }
}
h4.sidebar-header:before {
  content: "";
  display: block;
  width: 1rem;
  height: 0.125rem;
  background: #221924;
  margin-bottom: 1.25rem;
}

.headline.blue {
  color: #002B5C;
}
.headline.blue.underline:after {
  background: #002B5C;
}
.headline.red {
  color: #B30839;
}
.headline.red.underline:after {
  background: #B30839;
}
.headline.white {
  color: #fff;
}
.headline.white.underline:after {
  background: #fff;
}
.headline.align-center {
  text-align: center;
}
.headline.uppercase {
  text-transform: uppercase;
}
.headline.underline:after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 0.25rem;
  margin: 0.5rem 0 1rem 0;
}
.headline.underline.align-center:after {
  margin: 0.5rem auto 1rem auto;
}
.headline h1.cover-title {
  font-size: 4.29981696rem;
  color: #fff;
  text-transform: uppercase;
  font-family: futura-pt-condensed, sans-serif;
  font-style: italic;
  font-weight: 800;
  line-height: 1em;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) and (max-width: 1440px) {
  .headline h1.cover-title {
    font-size: calc( 4.29981696rem + 0.53747712 * ( ( 100vw - 768px) / 672 ) );
  }
}
@media (min-width: 1440px) {
  .headline h1.cover-title {
    font-size: 4.83729408rem;
  }
}
@media screen and (min-width: 768px) {
  .headline h1.cover-title {
    font-size: 6.1917364224rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1440px) {
  .headline h1.cover-title {
    font-size: calc( 6.1917364224rem + 0.7739670528 * ( ( 100vw - 768px) / 672 ) );
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .headline h1.cover-title {
    font-size: 6.9657034752rem;
  }
}
.headline h1 {
  font-size: 3.5831808rem;
  font-family: futura-pt-condensed, sans-serif;
  letter-spacing: -0.025em;
  line-height: 1em;
  font-weight: 800;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .headline h1 {
    font-size: calc( 3.5831808rem + 0.4478976 * ( ( 100vw - 768px) / 672 ) );
  }
}
@media (min-width: 1440px) {
  .headline h1 {
    font-size: 4.0310784rem;
  }
}
.headline h2 {
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 800;
  font-style: italic;
  letter-spacing: -0.015em;
  font-size: 2.985984rem;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .headline h2 {
    font-size: calc( 2.985984rem + 0.373248 * ( ( 100vw - 768px) / 672 ) );
  }
}
@media (min-width: 1440px) {
  .headline h2 {
    font-size: 3.359232rem;
  }
}
.headline h3 {
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 800;
  font-style: italic;
  letter-spacing: -0.015em;
  font-size: 2.0736rem;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .headline h3 {
    font-size: calc( 2.0736rem + 0.2592 * ( ( 100vw - 768px) / 672 ) );
  }
}
@media (min-width: 1440px) {
  .headline h3 {
    font-size: 2.3328rem;
  }
}
.headline h4 {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: italic;
  letter-spacing: -0.015em;
  font-size: 1.44rem;
  line-height: 1.125em;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .headline h4 {
    font-size: calc( 1.44rem + 0.18 * ( ( 100vw - 768px) / 672 ) );
  }
}
@media (min-width: 1440px) {
  .headline h4 {
    font-size: 1.62rem;
  }
}
.headline h5 {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  letter-spacing: -0.015em;
  font-size: 1rem;
  line-height: 1.125em;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .headline h5 {
    font-size: calc( 1rem + 0.125 * ( ( 100vw - 768px) / 672 ) );
  }
}
@media (min-width: 1440px) {
  .headline h5 {
    font-size: 1.125rem;
  }
}
.headline h6 {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 0.6944444444rem;
  line-height: 1.125em;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .headline h6 {
    font-size: calc( 0.6944444444rem + 0.0868055556 * ( ( 100vw - 768px) / 672 ) );
  }
}
@media (min-width: 1440px) {
  .headline h6 {
    font-size: 0.78125rem;
  }
}

.site-content p, .site-content li {
  font-family: proxima-nova, sans-serif;
}
.site-content ul {
  list-style-type: disc;
}
.site-content ol {
  list-style-type: decimal;
}
.site-content ul, .site-content ol {
  margin-left: 2.5rem;
}
.site-content li ul, .site-content li ol {
  padding-bottom: 0;
}
.site-content li ul {
  list-style-type: circle;
}
.site-content li + li {
  padding-top: 0.5rem;
}
.site-content .copy > * + * {
  padding-top: 2rem;
}
.site-content .p1 {
  font-size: 1.2rem;
  line-height: 1.75em;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .site-content .p1 {
    font-size: calc( 1.2rem + 0.15 * ( ( 100vw - 768px) / 672 ) );
  }
}
@media (min-width: 1440px) {
  .site-content .p1 {
    font-size: 1.35rem;
  }
}
.site-content .p2 {
  font-size: 1rem;
  line-height: 1.5em;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .site-content .p2 {
    font-size: calc( 1rem + 0.125 * ( ( 100vw - 768px) / 672 ) );
  }
}
@media (min-width: 1440px) {
  .site-content .p2 {
    font-size: 1.125rem;
  }
}
.site-content .p3 {
  font-size: 0.8333333333rem;
  line-height: 1.5em;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .site-content .p3 {
    font-size: calc( 0.8333333333rem + 0.1041666667 * ( ( 100vw - 768px) / 672 ) );
  }
}
@media (min-width: 1440px) {
  .site-content .p3 {
    font-size: 0.9375rem;
  }
}
.site-content .p4 {
  font-size: 0.6944444444rem;
  line-height: 1.375em;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .site-content .p4 {
    font-size: calc( 0.6944444444rem + 0.0868055556 * ( ( 100vw - 768px) / 672 ) );
  }
}
@media (min-width: 1440px) {
  .site-content .p4 {
    font-size: 0.78125rem;
  }
}

.copy a {
  font-weight: bold;
  text-decoration: underline;
  color: #002B5C;
}

.wp-block-group h1, .wp-block-group h2, .wp-block-group h3, .wp-block-group h4, .wp-block-group h5, .wp-block-group h6 {
  font-family: proxima-nova, sans-serif;
}
.wp-block-group h2 {
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 10px;
}
.wp-block-group h3 {
  font-size: 1.75rem;
  font-weight: bold;
  padding-bottom: 10px;
}
.wp-block-group h4 {
  font-size: 1.5rem;
  font-weight: bold;
  padding-bottom: 10px;
}
.wp-block-group p, .wp-block-group li {
  font-size: 1em;
  line-height: unset;
}
.wp-block-group ul:not([class]), .wp-block-group ol:not([class]) {
  padding-left: 20px;
  max-width: 640px;
}
@media screen and (min-width: 768px) {
  .wp-block-group ul:not([class]), .wp-block-group ol:not([class]) {
    padding-left: 40px;
  }
}
.wp-block-group ul:not([class]) li + li, .wp-block-group ol:not([class]) li + li {
  padding-top: 10px;
}
.wp-block-group ul:not([class]) {
  list-style-type: disc;
}
.wp-block-group ol:not([class]) {
  list-style-type: decimal;
}
.wp-block-group .blocks-gallery-grid .blocks-gallery-item__caption {
  display: none;
}
@media screen and (max-width: 568px) {
  .wp-block-group .wp-block-media-text {
    display: flex;
    flex-wrap: wrap;
  }
  .wp-block-group .wp-block-media-text__media {
    order: 1;
  }
  .wp-block-group .wp-block-media-text__content {
    order: 2;
    padding: 10px 0 0 0;
  }
}
.wp-block-group .wp-block-embed {
  margin-bottom: 25px;
}
@media screen and (min-width: 1024px) {
  .wp-block-group .wp-block-embed {
    margin-bottom: 50px;
  }
}

.cta.align-center {
  text-align: center;
}
.cta .btn {
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  border: 2px solid;
  padding: 10px 10px 8px 10px;
  font-size: 0.8333333333rem;
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .cta .btn {
    font-size: calc( 0.8333333333rem + 0.1041666667 * ( ( 100vw - 768px) / 672 ) );
  }
}
@media (min-width: 1440px) {
  .cta .btn {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 768px) {
  .cta .btn {
    padding: 15px 15px 12px 15px;
  }
}
.cta .btn:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .cta .btn.small {
    font-size: 0.6944444444rem;
    padding: 12px 12px 8px 12px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1440px) {
  .cta .btn.small {
    font-size: calc( 0.6944444444rem + 0.0868055556 * ( ( 100vw - 768px) / 672 ) );
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .cta .btn.small {
    font-size: 0.78125rem;
  }
}
.cta .btn.rounded {
  border-radius: 25px;
}
.cta .btn.white {
  color: #fff;
  border-color: #fff;
}
.cta .btn.white:hover, .cta .btn.white.active {
  background: #fff;
  color: #002B5C;
}
.cta .btn.black {
  color: #221924;
  border-color: #221924;
}
.cta .btn.black:hover, .cta .btn.black.active {
  background: #000;
  color: #ffdc00;
}
.cta .btn.yellow {
  color: #221924;
  border-color: #221924;
}
.cta .btn.yellow:hover, .cta .btn.yellow.active {
  background: #ffdc00;
  color: #221924;
}
.cta .btn.red {
  color: #B30839;
  border-color: #B30839;
}
.cta .btn.red:hover, .cta .btn.red.active {
  background: #B30839;
  color: #fff;
}
.cta .btn.solid-red {
  color: #fff;
  border-color: #B30839;
  background: #B30839;
}
.cta .btn.solid-red:hover {
  background: #B30839;
  color: #fff;
  border-color: #B30839;
}
.cta .btn.solid-white {
  color: #002B5C;
  border-color: #fff;
  background: #fff;
}
.cta .btn.solid-white:hover {
  color: #fff;
  border-color: #002B5C;
  background: #002B5C;
}
.cta .btn.blue {
  color: #002B5C;
  border-color: #002B5C;
}
.cta .btn.blue:hover, .cta .btn.blue.active {
  background: #002B5C;
  color: #fff;
}
.cta .btn.play-btn {
  padding-left: 35px;
  padding-right: 10px;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: 13px 9px;
  border-radius: 30px;
}
.cta .btn.play-btn:hover {
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: 13px 9px;
}
@media screen and (min-width: 768px) {
  .cta .btn.play-btn {
    padding-left: 55px;
    padding-right: 25px;
    background-size: 20px 20px;
    background-position: 24px 16px;
    font-size: 1.5rem;
    font-weight: 600;
  }
  .cta .btn.play-btn:hover {
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 24px 16px;
  }
}
.cta .btn.play-btn.white {
  background-image: url(../svg/icon-play-white.svg);
}
.cta .btn.play-btn.white:hover {
  background-image: url(../svg/icon-play-blue.svg);
}
.cta .btn.up-arrow {
  padding-left: 35px;
  padding-right: 10px;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: 13px 9px;
  font-weight: 600;
}
.cta .btn.up-arrow:hover {
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: 13px 9px;
}
@media screen and (min-width: 768px) {
  .cta .btn.up-arrow {
    padding-left: 45px;
    padding-right: 20px;
    background-size: 20px 20px;
    background-position: 16px 12px;
  }
  .cta .btn.up-arrow:hover {
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 16px 12px;
  }
}
.cta .btn.up-arrow.blue {
  background-image: url(../svg/icon-up-arrow-blue.svg);
}
.cta .btn.up-arrow.blue:hover {
  background-image: url(../svg/icon-up-arrow-white.svg);
  background-color: #002B5C;
  color: #fff;
  border-color: #002B5C;
}
.cta .underline {
  border-bottom: 2px solid;
  padding-bottom: 2px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
}
.cta .underline:hover {
  text-decoration: none;
}
.cta .underline.blue {
  border-color: #002B5C;
}
.cta .underline.red {
  border-color: #B30839;
  color: #B30839;
}

.social-links {
  display: flex;
  align-items: center;
}
.social-links .link + .link {
  padding-left: 1rem;
}
.social-links .link a {
  display: block;
}
.social-links .link a img {
  width: 100%;
  height: 100%;
  max-width: 1.25rem;
  max-height: 0.875rem;
}

.cat-link {
  display: block;
  border: 2px solid;
  font-weight: 600;
  font-family: proxima-nova, sans-serif;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  padding: 7px 10px 5px 10px;
}
.cat-link:hover {
  text-decoration: none;
}
.cat-link.red {
  color: #B30839;
}
.cat-link.red:hover {
  background: #B30839;
  color: #fff;
  border-color: #B30839;
}
.cat-link.white {
  border-color: #fff;
  color: #fff;
}
.cat-link.white:hover {
  background: #fff;
  color: #002B5C;
  border-color: #fff;
}

.video .play-btn {
  width: 4em;
  height: 4em;
  text-align: left;
  border: 3px solid rgb(255, 255, 255);
  border-radius: 50%;
  transition: all 0.3s ease-in;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  background: rgba(255, 255, 255, 0.1);
}
.video .play-btn .triangle,
.video .play-btn .triangle:before,
.video .play-btn .triangle:after {
  width: 2em;
  height: 2em;
  text-align: left;
}
.video .play-btn .triangle {
  overflow: hidden;
  position: relative;
  border-radius: 20%;
  transform: translateX(1em) translateY(1.325em) rotate(0deg) skewY(30deg) scaleX(0.866);
  cursor: pointer;
  pointer-events: none;
}
.video .play-btn .triangle:before, .video .play-btn .triangle:after {
  position: absolute;
  background: rgb(255, 255, 255);
  pointer-events: auto;
  content: "";
  transition: all 0.2s ease-in;
}
.video .play-btn .triangle:before {
  border-radius: 20% 20% 20% 53%;
  transform: scaleX(1.155) skewY(-30deg) rotate(-30deg) translateY(-42.3%) skewX(30deg) scaleY(0.866) translateX(-24%);
}
.video .play-btn .triangle:after {
  border-radius: 20% 20% 53% 20%;
  transform: scaleX(1.155) skewY(-30deg) rotate(-30deg) translateY(-42.3%) skewX(-30deg) scaleY(0.866) translateX(24%);
}
.video:hover .play-btn .triangle:before, .video:hover .play-btn .triangle:after {
  position: absolute;
  background: #B30839;
}

.discover-play-btn {
  position: relative;
  display: block;
}
.discover-play-btn:before, .discover-play-btn:after {
  display: inline-block;
  content: "";
  border-radius: 50%;
  position: absolute;
  transition: all 0.4s ease-in;
}
.discover-play-btn:before {
  width: 96px;
  height: 96px;
  top: calc(50% - 48px);
  left: calc(50% - 48px);
  z-index: 11;
  background: rgba(255, 255, 255, 0.4);
}
.discover-play-btn:after {
  width: 112px;
  height: 112px;
  top: calc(50% - 56px);
  left: calc(50% - 56px);
  z-index: 10;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
.discover-play-btn .duration {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 11;
  background: rgba(255, 255, 255, 0.75);
  color: #2964A8;
  font-family: proxima-nova, sans-serif;
  display: inline-block;
  padding: 8px 10px;
  border-radius: 5px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.discover-play-btn .icon {
  font-family: FontAwesome;
  color: #fff;
  font-size: 2.5rem;
}
.discover-play-btn .icon:before {
  content: "\f04b";
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  top: calc(50% - 20px);
  left: calc(50% - 12px);
  z-index: 12;
  transition: all 0.4s ease-in;
}
.discover-play-btn:hover:before {
  background: rgba(255, 255, 255, 0.75);
}
.discover-play-btn:hover:after {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}
.discover-play-btn:hover .icon:before {
  color: #2964A8;
}

section.sponsors {
  padding: 3rem 0 0 0;
  background: #002B5C;
}
@media screen and (min-width: 768px) {
  section.sponsors {
    padding: 6rem 0 0 0;
  }
}
section.sponsors .sponsor-gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
section.sponsors .sponsor {
  max-width: 200px;
  padding: 1.5rem;
}
@media screen and (min-width: 1280px) {
  section.sponsors .sponsor {
    max-width: 250px;
    padding: 1.5rem 3rem;
  }
}
section.sponsors .sponsor a {
  display: block;
}
section.sponsors + .back-to-top {
  background: #002B5C;
}
section.sponsors + .back-to-top .btn.up-arrow {
  color: #fff;
  border-color: #fff;
  background-image: url(../svg/icon-up-arrow-white.svg);
}
section.sponsors + .back-to-top .btn.up-arrow:hover {
  background-color: #fff;
  border-color: #fff;
  background-image: url(../svg/icon-up-arrow-blue.svg);
  color: #002B5C;
}

.resources-grid {
  display: grid;
  gap: 2rem;
}
@media screen and (min-width: 568px) {
  .resources-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .resources-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.resource {
  background: #fff;
  padding: 1.5rem;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.resource .cat {
  padding-bottom: 0.5rem;
}
.resource .cat .topic + .topic:before {
  content: "·";
  padding-right: 0.375rem;
}
.resource .copy {
  padding-top: 1rem;
}
.resource .url {
  padding-top: 1.5rem;
}
.resource .url a {
  display: inline-block;
  font-weight: bold;
  font-family: proxima-nova, sans-serif;
  border-bottom: 1px solid;
  padding-bottom: 1px;
  color: #B30839;
  position: relative;
}
.resource .url a:hover {
  text-decoration: none;
}
.resource .url a:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -16px;
  top: 0;
  width: 12px;
  height: 12px;
  background: url(../svg/icon-external-link-red.svg) no-repeat 0 0;
  background-size: 12px 12px;
}
.resource .meta {
  padding-top: 20px;
  margin-top: auto;
}

/* Plugins */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("../slick.html");
  src: url("../slickd41d.html#iefix") format("embedded-opentype"), url("../slick-2.html") format("woff"), url("../slick-3.html") format("truetype"), url("../slick-4.html#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 60px;
  width: 60px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  bottom: -35px;
  padding: 0;
  border: none;
  z-index: 100;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 20px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 20px;
}
@media screen and (min-width: 1280px) {
  .slick-prev {
    left: 40px;
  }
  [dir=rtl] .slick-prev {
    left: auto;
    right: 40px;
  }
}
.slick-prev:before {
  background: url(../left-arrow.html) no-repeat 0 0;
  width: 60px;
  height: 60px;
  content: "";
  display: block;
}

.slick-next {
  right: 20px;
}
[dir=rtl] .slick-next {
  left: 20px;
  right: auto;
}
@media screen and (min-width: 1280px) {
  .slick-next {
    right: 40px;
  }
  [dir=rtl] .slick-next {
    left: 40px;
    right: auto;
  }
}
.slick-next:before {
  background: url(../right-arrow.html) no-repeat 0 0;
  width: 60px;
  height: 60px;
  content: "";
  display: block;
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -40px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
  z-index: 10;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 12px;
  width: 12px;
  margin: 0 5px;
  padding: 0 !important;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 12px;
  width: 12px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 6px;
  height: 6px;
  line-height: 20px;
  text-align: center;
  background: #fff;
  border: 2px solid #002B5C;
  border-radius: 50%;
}
.slick-dots li.slick-active button:before {
  background: #002B5C;
  border-color: #002B5C;
}

.ajax-load-more-wrap {
  min-height: 100vh;
}
@media screen and (min-width: 768px) {
  .ajax-load-more-wrap {
    min-height: 400px;
  }
}
.ajax-load-more-wrap .alm-btn-wrap {
  padding: 50px 0 0 0;
}
.ajax-load-more-wrap .alm-btn-wrap .alm-load-more-btn {
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  letter-spacing: 0.05em;
  border: 2px solid;
  padding: 10px 10px 8px 10px;
  font-size: 0.75em;
  display: inline-block;
  height: auto;
  line-height: 1em;
  background: transparent;
  color: #B30839;
  border: 2px solid #9D1535;
  border-radius: 0;
}
.ajax-load-more-wrap .alm-btn-wrap .alm-load-more-btn:hover {
  background: #B30839;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .ajax-load-more-wrap .alm-btn-wrap .alm-load-more-btn {
    font-size: 1em;
    padding: 15px 15px 12px 15px;
  }
}
.ajax-load-more-wrap .alm-btn-wrap .alm-load-more-btn.done {
  display: none;
}
.ajax-load-more-wrap aside {
  text-align: center;
  padding-top: 25px;
  font-size: 1.5rem;
  color: #B30839;
}

/* Header */
.site-header {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  font-family: proxima-nova, sans-serif;
  background: #fff;
}
.site-header .utility-menu {
  background: #002B5C;
  color: #fff;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 1280px) {
  .site-header .utility-menu {
    padding: 15px 50px;
  }
}
.site-header .utility-menu a {
  color: #fff;
  display: block;
  line-height: 1em;
}
.site-header .utility-menu .announcement-menu {
  display: none;
}
@media screen and (min-width: 1024px) {
  .site-header .utility-menu .announcement-menu {
    display: flex;
  }
}
.site-header .utility-menu .announcement-menu a {
  font-size: 0.6875em;
  display: block;
}
@media screen and (min-width: 1024px) {
  .site-header .utility-menu .announcement-menu a {
    font-size: 0.75em;
  }
}
.site-header .utility-menu .announcement-menu a + a {
  border-left: 1px solid #fff;
  padding-left: 10px;
  margin-left: 10px;
}
.site-header .utility-menu .utility-links {
  width: 100%;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .site-header .utility-menu .utility-links {
    margin-left: auto;
    width: auto;
    justify-content: flex-end;
  }
}
.site-header .utility-menu .utility-links a {
  font-size: 0.75em;
}
@media screen and (min-width: 568px) {
  .site-header .utility-menu .utility-links .search-link {
    margin-left: auto;
    padding-right: 2rem;
  }
}
.site-header .utility-menu .utility-links .search-link a {
  display: flex;
  align-items: center;
}
.site-header .utility-menu .utility-links .search-link a span {
  display: block;
}
.site-header .utility-menu .utility-links .search-link a span.icon {
  padding-right: 5px;
}
.site-header .utility-menu .utility-links .search-link a span.icon img {
  width: 12px;
}
.site-header .utility-menu .utility-links .login-link {
  padding-left: 2rem;
}
.site-header .utility-menu .utility-links .login-link a {
  text-transform: uppercase;
}
.site-header .utility-menu .social-links {
  display: none;
}
@media screen and (min-width: 568px) {
  .site-header .utility-menu .social-links {
    display: flex;
  }
}
.site-header .utility-menu .social-links .link a img {
  filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(9deg) brightness(200%) contrast(101%);
}
.site-header .main-menu {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
}
.site-header .main-menu .site-logo {
  display: flex;
  align-items: center;
  padding: 10px 20px;
}
@media screen and (min-width: 1280px) {
  .site-header .main-menu .site-logo {
    padding-left: 50px;
  }
}
.site-header .main-menu .site-logo a {
  display: block;
}
.site-header .main-menu .site-logo .usau-logo {
  width: 105px;
}
@media screen and (min-width: 768px) {
  .site-header .main-menu .site-logo .usau-logo {
    width: 160px;
  }
}
.site-header .main-menu .site-logo .usau-logo a {
  display: block;
  position: absolute;
  z-index: 10;
  width: 105px;
  top: -16px;
}
@media screen and (min-width: 768px) {
  .site-header .main-menu .site-logo .usau-logo a {
    width: 160px;
    top: -24px;
  }
}
.site-header .main-menu .site-logo .olympic-logo {
  max-width: 28px;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .site-header .main-menu .site-logo .olympic-logo {
    max-width: 32px;
  }
}
.site-header .main-menu .desktop-menu {
  display: none;
}
@media screen and (min-width: 1024px) {
  .site-header .main-menu .desktop-menu {
    display: flex;
    align-items: center;
    margin-right: auto;
    padding-left: 20px;
    padding-top: 8px;
  }
}
.site-header .main-menu .desktop-menu a {
  text-transform: uppercase;
  display: block;
  font-size: 0.875em;
  padding-bottom: 3px;
  border-bottom: 3px solid transparent;
  font-weight: 600;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 1280px) {
  .site-header .main-menu .desktop-menu a {
    font-size: 0.9375em;
  }
}
.site-header .main-menu .desktop-menu a:hover {
  text-decoration: none;
  border-bottom: 3px solid #B30839;
}
.site-header .main-menu .desktop-menu a + a {
  margin-left: 30px;
}
@media screen and (min-width: 1280px) {
  .site-header .main-menu .desktop-menu a + a {
    margin-left: 40px;
  }
}
.site-header .main-menu .hamburger {
  margin-left: auto;
  padding-right: 20px;
  display: flex;
  align-items: center;
}
.site-header .main-menu .hamburger .nav-trigger {
  width: 35px;
  height: 22px;
  display: flex;
  align-items: center;
}
.site-header .main-menu .hamburger .nav-trigger .patty {
  width: 35px;
  height: 2px;
  background: #B30839;
  border-radius: 2px;
  margin-left: auto;
  transition: all 0.2s;
}
.site-header .main-menu .hamburger .nav-trigger .patty:after, .site-header .main-menu .hamburger .nav-trigger .patty:before {
  content: "";
  display: block;
  width: 35px;
  height: 2px;
  background: #B30839;
  position: absolute;
  z-index: 1;
  border-radius: 2px;
  transition: all 0.2s;
}
.site-header .main-menu .hamburger .nav-trigger .patty:before {
  top: -8px;
}
.site-header .main-menu .hamburger .nav-trigger .patty:after {
  top: 8px;
}
.site-header .main-menu .discover-ultimate-link {
  display: none;
}
@media screen and (min-width: 568px) {
  .site-header .main-menu .discover-ultimate-link {
    display: block;
  }
}
.site-header .main-menu .discover-ultimate-link a {
  display: flex;
  align-items: center;
  background: #B30839;
  color: #fff;
  height: 100%;
  padding: 10px 20px 10px 10px;
}
@media screen and (min-width: 1280px) {
  .site-header .main-menu .discover-ultimate-link a {
    padding: 10px 40px 10px 15px;
  }
}
.site-header .main-menu .discover-ultimate-link a:hover {
  text-decoration: none;
}
.site-header .main-menu .discover-ultimate-link a .icon {
  max-width: 28px;
}
@media screen and (min-width: 768px) {
  .site-header .main-menu .discover-ultimate-link a .icon {
    max-width: 32px;
  }
}
.site-header .main-menu .discover-ultimate-link a .icon img {
  width: 100%;
}
.site-header .main-menu .discover-ultimate-link a .label {
  text-transform: uppercase;
  font-size: 0.875em;
  line-height: 1.125em;
  letter-spacing: 0.05em;
  display: block;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .site-header .main-menu .discover-ultimate-link a .label {
    font-size: 1em;
    padding-left: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .site-header .main-menu .discover-ultimate-link a .label {
    font-size: 1.125em;
  }
}

.mobile-menu {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: -100vw;
  width: 100vw;
  height: 100vh;
  background: #fff;
  box-shadow: -4px 0px 12px rgba(0, 0, 0, 0.1);
  font-family: proxima-nova, sans-serif;
  opacity: 0;
}
@media screen and (min-width: 568px) {
  .mobile-menu {
    width: 24rem;
    right: -24rem;
    transition: all 0.2s ease-in-out;
  }
}
.mobile-menu .menu-wrapper {
  padding: 2.5rem 1.25rem 15vh 2.5rem;
  height: 100vh;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.mobile-menu .menu-wrapper::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 768px) {
  .mobile-menu .menu-wrapper {
    padding: 2.5rem 1.25rem 2.5rem 2.5rem;
  }
}
.mobile-menu .close {
  display: block;
  position: absolute;
  top: 1rem;
  right: 1.25rem;
  z-index: 10;
  transition: opacity 0.3 ease-in-out;
}
.mobile-menu .close img {
  width: 1.5rem;
}
.mobile-menu .language-switcher {
  position: absolute;
  top: 1rem;
  left: 2.5rem;
  z-index: 10;
}
.mobile-menu .links {
  padding-top: 2rem;
}
.mobile-menu .links .group + .group:before {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: #B30839;
  margin-top: 20px;
  margin-bottom: 25px;
}
.mobile-menu .links .group .link + .link {
  margin-top: 10px;
}
.mobile-menu .links .group a {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 0.875em;
  padding: 0.3125rem 0;
  font-weight: 600;
}

body.nav-overlay-open .mobile-menu {
  right: 0;
  opacity: 1;
}
body.nav-overlay-open .mobile-menu .close {
  position: fixed;
  opacity: 1;
}

body.page-youth .site-header .main-menu .desktop-menu a.nav-youth {
  border-bottom: 3px solid #B30839;
}

body.page-college .site-header .main-menu .desktop-menu a.nav-college,
body.post-type-archive-college_teams .site-header .main-menu .desktop-menu a.nav-college,
body.single-college_teams .site-header .main-menu .desktop-menu a.nav-college {
  border-bottom: 3px solid #B30839;
}

body.page-club .site-header .main-menu .desktop-menu a.nav-club,
body.post-type-archive-club_teams .site-header .main-menu .desktop-menu a.nav-club,
body.single-club_teams .site-header .main-menu .desktop-menu a.nav-club {
  border-bottom: 3px solid #B30839;
}

body.page-team-usa .site-header .main-menu .desktop-menu a.nav-team-usa,
body.single-world_games_players .site-header .main-menu .desktop-menu a.nav-team-usa {
  border-bottom: 3px solid #B30839;
}

body.page-watch .site-header .main-menu .desktop-menu a.nav-watch,
body.tax-video_filters .site-header .main-menu .desktop-menu a.nav-watch,
body.post-type-archive-videos .site-header .main-menu .desktop-menu a.nav-watch,
body.single-videos .site-header .main-menu .desktop-menu a.nav-watch {
  border-bottom: 3px solid #B30839;
}

body.blog .site-header .main-menu .desktop-menu a.nav-news,
body.category .site-header .main-menu .desktop-menu a.nav-news,
body.single-post .site-header .main-menu .desktop-menu a.nav-news {
  border-bottom: 3px solid #B30839;
}

#search-overlay {
  display: none;
}
#search-overlay .overlay {
  background: rgba(0, 0, 0, 0.5);
}
#search-overlay .info {
  width: 100%;
  max-width: 640px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  #search-overlay .info {
    padding: 4rem;
  }
}
#search-overlay .info form {
  width: 100%;
  display: flex;
  align-items: flex-end;
}
#search-overlay .info form label {
  width: 100%;
  display: block;
  padding-right: 10px;
}
#search-overlay .info form label span.search-label {
  display: block;
  padding-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-size: 0.75rem;
  color: #002B5C;
}
#search-overlay .info form label input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  font-size: 0.875rem;
  border: 2px solid #002B5C;
  color: #002B5C;
  font-weight: bold;
  transition: all 0.2s ease-in;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#search-overlay .info form label input::-webkit-input-placeholder {
  color: #002B5C;
  opacity: 0.5;
  font-style: italic;
}
#search-overlay .info form label input::-moz-placeholder {
  color: #002B5C;
  opacity: 0.5;
  font-style: italic;
}
#search-overlay .info form label input:-moz-placeholder {
  color: #002B5C;
  opacity: 0.5;
  font-style: italic;
}
#search-overlay .info form label input:-ms-input-placeholder {
  color: #002B5C;
  opacity: 0.5;
  font-style: italic;
}
#search-overlay .info form label input:focus, #search-overlay .info form label input:active {
  outline: 0;
}
@media screen and (min-width: 768px) {
  #search-overlay .info form label input {
    padding: 0 15px;
    height: 60px;
    font-size: 1.375rem;
  }
}
#search-overlay .info form .search-submit {
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  letter-spacing: 0.05em;
  border: 2px solid #B30839;
  padding: 12px 10px 10px 10px;
  font-size: 0.875em;
  display: inline-block;
  color: #B30839;
  background: #fff;
  transition: all 0.2s ease-in;
  font-weight: 600;
}
#search-overlay .info form .search-submit:hover {
  background: #B30839;
  color: #fff;
}
#search-overlay .info form .search-submit:focus, #search-overlay .info form .search-submit:active {
  outline: 0;
}
@media screen and (min-width: 768px) {
  #search-overlay .info form .search-submit {
    font-size: 1em;
    padding: 21px 25px 19px 25px;
  }
}
#search-overlay .info .common-searches {
  padding-top: 1.5rem;
  color: #8A8A8A;
}
@media screen and (min-width: 768px) {
  #search-overlay .info .common-searches {
    padding-left: 1.25rem;
  }
}
#search-overlay .info .common-searches a {
  color: #5F5F5F;
  text-decoration: underline;
}
#search-overlay .info .common-searches h4 {
  font-weight: 400;
  font-style: italic;
  padding-bottom: 1rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  #search-overlay .info .common-searches h4 {
    font-size: 1rem;
  }
}
#search-overlay .info .common-searches ul {
  list-style-type: disc;
  padding-left: 2.5rem;
}
#search-overlay .info .common-searches ul li {
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  #search-overlay .info .common-searches ul li {
    font-size: 0.875rem;
  }
}
#search-overlay .info .common-searches ul li + li {
  padding-top: 0.625rem;
}

body.search-open {
  overflow: hidden;
}
body.search-open #search-overlay {
  display: block;
}

.searchwp-live-search-results {
  font-family: proxima-nova, sans-serif;
}
.searchwp-live-search-results .searchwp-live-search-result a {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
}
.searchwp-live-search-results .searchwp-live-search-result a span.post-type {
  display: inline-block;
  font-size: 0.5625rem;
  text-transform: uppercase;
  background: #B30839;
  padding: 0.375rem 0.5rem 0.25rem;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-right: 0.5rem;
}
.searchwp-live-search-results .searchwp-revised-search-notice {
  padding: 1em;
  background: #B30839;
  color: #fff;
  font-weight: 600;
}

/* Footer */
.site-footer {
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 3rem 0;
}
@media screen and (min-width: 768px) {
  .site-footer .footer-columns {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 2rem;
  }
  .site-footer .footer-columns .footer-logo {
    grid-column: 1/-1;
  }
}
@media screen and (min-width: 1024px) {
  .site-footer .footer-columns {
    grid-template-columns: repeat(6, 1fr);
  }
  .site-footer .footer-columns .footer-logo {
    grid-column: 1/1;
  }
}
.site-footer .footer-columns .col.links .group {
  border-top: 1px solid #d9d9d9;
}
@media screen and (min-width: 768px) {
  .site-footer .footer-columns .col.links .group {
    border-top: none;
  }
  .site-footer .footer-columns .col.links .group + .group {
    padding-top: 25px;
  }
}
.site-footer .footer-columns .col.links.col-1 .group:first-of-type {
  border-top: none;
}
.site-footer .footer-columns .col.footer-logo {
  padding-bottom: 25px;
}
.site-footer .footer-columns .col.footer-logo img {
  max-width: 130px;
  width: 100%;
}
.site-footer .footer-columns .col.links .header-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.625rem 0;
}
@media screen and (min-width: 768px) {
  .site-footer .footer-columns .col.links .header-link {
    padding: 0;
  }
}
.site-footer .footer-columns .col.links .header-link a {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-size: 0.9375em;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .site-footer .footer-columns .col.links .header-link.mobile-only {
    display: none;
  }
}
.site-footer .footer-columns .col.links .mobile-header-link {
  display: flex;
}
.site-footer .footer-columns .col.links .mobile-header-link:after {
  content: "+";
  display: block;
  color: #002B5C;
  flex: 1;
  text-align: right;
  cursor: pointer;
  font-size: 1.25em;
}
@media screen and (min-width: 768px) {
  .site-footer .footer-columns .col.links .mobile-header-link {
    display: none;
  }
}
.site-footer .footer-columns .col.links .desktop-header-link {
  display: none;
}
@media screen and (min-width: 768px) {
  .site-footer .footer-columns .col.links .desktop-header-link {
    display: block;
  }
}
.site-footer .footer-columns .col.links .sub-links {
  display: none;
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .site-footer .footer-columns .col.links .sub-links {
    display: block;
    padding: 0.625rem 0;
  }
}
@media screen and (min-width: 768px) {
  .site-footer .footer-columns .col.links .sub-links .mobile-header {
    display: none;
  }
  .site-footer .footer-columns .col.links .sub-links .mobile-header + .link {
    padding-top: 0;
  }
}
.site-footer .footer-columns .col.links .link:not(.mobile-header) + .link {
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .site-footer .footer-columns .col.links .link {
    max-width: 140px;
  }
}
.site-footer .footer-columns .col.links .link a {
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  font-size: 0.8125em;
}
.site-footer .footer-columns .col .group.open .mobile-header-link {
  padding-bottom: 0.375rem;
}
.site-footer .footer-columns .col .group.open .sub-links {
  display: block;
}
.site-footer .footer-utilities {
  padding-top: 20px;
  font-family: proxima-nova, sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .site-footer .footer-utilities {
    margin-top: 20px;
    border-top: 1px solid #d9d9d9;
    padding-top: 20px;
  }
}
.site-footer .footer-utilities .copyright p {
  font-size: 0.75em;
  color: #8A8A8A;
}
.site-footer .footer-utilities .utility-links {
  padding: 0.625rem 0 0 0;
  margin-right: auto;
  display: flex;
  align-items: center;
  width: 100%;
  order: 1;
}
@media screen and (min-width: 568px) {
  .site-footer .footer-utilities .utility-links {
    padding: 0 0 0 0.625rem;
    width: auto;
  }
}
.site-footer .footer-utilities .utility-links a {
  font-size: 0.675em;
  display: block;
  color: #5F5F5F;
  text-decoration: underline;
}
.site-footer .footer-utilities .utility-links a + a {
  margin-left: 0.625rem;
}
.site-footer .footer-utilities .social-links {
  order: -1;
  width: 100%;
  padding: 0 0 1.5rem 0;
}
@media screen and (min-width: 768px) {
  .site-footer .footer-utilities .social-links {
    width: auto;
    padding: 0;
    order: 2;
  }
}

.legacy-banner {
  background: #9D1535;
  padding: 1rem 0;
}
.legacy-banner .link {
  text-align: center;
}
.legacy-banner .link a {
  display: inline-block;
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 600;
  text-decoration: underline;
  color: #fff;
}

.back-to-top {
  padding: 3rem 0;
  text-align: center;
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .back-to-top {
    padding: 6rem 0 3rem 0;
  }
}
.back-to-top .btn {
  font-weight: bold;
}

/* Blocks */
@media screen and (min-width: 1024px) {
  nav.admin-button .hub-navigation-wrapper {
    position: absolute;
    width: 100%;
    z-index: 10;
  }
}
nav.admin-button .hub-navigation-wrapper .admin-link {
  padding: 1.5rem 0;
}
@media screen and (min-width: 1024px) {
  nav.admin-button .hub-navigation-wrapper .admin-link {
    position: absolute;
    bottom: -24px;
    padding: 1.5rem 0 0 0;
  }
}
@media screen and (min-width: 1024px) {
  nav.admin-button .hub-navigation-wrapper .admin-link a {
    background: #f5f5f5;
    color: #B30839;
  }
}
@media screen and (min-width: 1024px) {
  nav.admin-button .hub-navigation-wrapper .admin-link a:hover {
    text-decoration: none;
    background: #B30839;
    color: #f5f5f5;
  }
}

.wp-admin div[data-type="acf/anchor"] {
  margin: 0;
}
.wp-admin div[data-type="acf/anchor"] .anchor-block {
  border: 2px dashed #ffdc00;
  padding: 1rem;
  text-align: center;
}
.wp-admin div[data-type="acf/anchor"] .anchor-block p {
  font-weight: bold;
}

section + .anchor-point + section {
  padding-top: 4rem;
}
@media screen and (min-width: 768px) {
  section + .anchor-point + section {
    padding-top: 6rem;
  }
}

nav.anchor-links {
  padding-top: 50px;
}
nav.anchor-links .nav-flexbox {
  background: #fff;
  padding: 15px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  nav.anchor-links .nav-flexbox {
    justify-content: center;
  }
}
nav.anchor-links .nav-label {
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  nav.anchor-links .nav-label {
    padding-right: 25px;
    padding-bottom: 0;
  }
}
nav.anchor-links .nav-label h4 {
  color: #B30839;
  font-weight: bold;
  font-size: 1.125rem;
  font-style: italic;
}
nav.anchor-links .links {
  width: 100%;
}
@media screen and (min-width: 768px) {
  nav.anchor-links .links {
    width: auto;
    display: flex;
    align-items: center;
  }
}
nav.anchor-links .links .link {
  display: flex;
  align-items: center;
}
nav.anchor-links .links .link + .link {
  padding-top: 15px;
}
@media screen and (min-width: 768px) {
  nav.anchor-links .links .link + .link {
    margin-left: 15px;
    padding-top: 0;
  }
  nav.anchor-links .links .link + .link:before {
    content: "·";
    display: block;
    padding-right: 15px;
  }
}
nav.anchor-links .links .link a {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
}

body.page-equity-diversity-inclusion nav.anchor-links {
  margin-bottom: 50px;
}
body.page-equity-diversity-inclusion nav.anchor-links .nav-flexbox {
  display: block;
  padding: 25px;
}
body.page-equity-diversity-inclusion nav.anchor-links .links {
  display: block;
  counter-reset: list-counter;
}
body.page-equity-diversity-inclusion nav.anchor-links .links .link {
  display: block;
  margin-top: 25px;
  padding-left: 36px !important;
}
body.page-equity-diversity-inclusion nav.anchor-links .links .link:before {
  position: absolute;
  top: -6px;
  left: 0;
  counter-increment: list-counter;
  content: counter(list-counter) !important;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid;
  border-radius: 50%;
  font-weight: bold;
  font-size: 0.875rem;
  color: #B30839;
}
body.page-equity-diversity-inclusion nav.anchor-links .links .link + .link {
  margin-left: 0;
  padding-top: 0;
}
body.page-equity-diversity-inclusion nav.anchor-links .links .link + .link:before {
  content: "";
  padding-right: 0;
}
body.page-equity-diversity-inclusion nav.anchor-links .links .link a {
  font-size: 1rem;
}

section.awards {
  padding-top: 0;
}
section.awards .section-header {
  padding-bottom: 5px;
}
section.awards .section-header + .award-group {
  padding-top: 25px;
}
section.awards .poty {
  padding-top: 25px;
}
section.awards .poty + .award-group {
  padding-top: 50px;
}
section.awards .poty .award {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  max-width: 720px;
  margin: 0 auto;
}
section.awards .poty .photo {
  width: 100%;
}
@media screen and (min-width: 568px) {
  section.awards .poty .photo {
    width: calc(50% - 10px);
  }
}
section.awards .poty .photo img {
  margin: 0 auto;
  border-radius: 3px;
  width: 100%;
}
section.awards .poty .info {
  width: 100%;
  padding-top: 20px;
}
@media screen and (min-width: 568px) {
  section.awards .poty .info {
    width: calc(50% - 10px);
    padding-top: 0;
  }
}
section.awards .poty .info .award-name {
  padding-bottom: 1rem;
  font-style: italic;
}
section.awards .poty .info .name h4 {
  font-style: normal;
}
section.awards .poty .info .finalists {
  padding-top: 2rem;
}
section.awards .poty .info .finalists h4 {
  font-style: italic;
  font-weight: bold;
  color: #002B5C;
  padding-bottom: 10px;
  font-size: 1rem;
}
section.awards .poty .info .finalists h4:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #002B5C;
  margin-top: 5px;
}
section.awards .poty .info .finalists .person {
  padding: 0;
}
section.awards .poty .info .finalists .person + .person {
  padding-top: 15px;
}
section.awards .award-group {
  text-align: center;
}
section.awards .award-group h3 {
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: 0.075em;
  color: #002B5C;
  font-weight: bold;
}
section.awards .awards-legend {
  padding-top: 10px;
  padding-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.awards .awards-legend .rpoty {
  display: flex;
  align-items: center;
}
section.awards .awards-legend .rpoty span {
  display: block;
}
section.awards .awards-legend .rpoty .color-block {
  width: 20px;
  height: 20px;
  background: #B19E7C;
  border-radius: 3px;
}
section.awards .awards-legend .rpoty .label {
  font-size: 0.875rem;
  padding-left: 10px;
  font-style: italic;
}
section.awards .division {
  padding: 50px 0;
}
section.awards .regions {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 568px) {
  section.awards .regions {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  section.awards .regions {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  section.awards .regions {
    grid-template-columns: repeat(4, 1fr);
  }
}
section.awards .region {
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
section.awards .region-name {
  padding: 10px 15px;
}
section.awards .region-name h4 {
  color: #002B5C;
  font-weight: bold;
  font-style: italic;
  font-size: 1.125rem;
}
section.awards .region-name h4:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #002B5C;
  margin-top: 5px;
}
section.awards .person {
  padding: 17px 15px 15px 15px;
}
section.awards .person h5 {
  font-size: 0.875rem;
  font-weight: bold;
  color: #B30839;
  padding-bottom: 2px;
}
section.awards .person p {
  padding-top: 0.125rem;
  font-size: 0.8125rem;
}
section.awards .person.poty {
  background: #B19E7C;
  border-radius: 3px;
}
section.awards .person.poty h5, section.awards .person.poty p {
  color: #fff;
}
section.awards .foty,
section.awards .coty {
  border-top: 1px solid #002B5C;
  padding-top: 25px;
  width: calc(100% - 30px);
  margin: 8px auto 0 auto;
}
section.awards .foty h4,
section.awards .coty h4 {
  padding: 0 0 10px 0;
  font-size: 1rem;
  color: #002B5C;
  font-style: italic;
  font-weight: bold;
}
section.awards .foty h4 + .person,
section.awards .coty h4 + .person {
  padding-top: 0;
}
section.awards .foty .person,
section.awards .coty .person {
  padding-left: 0;
  padding-right: 0;
}
section.awards .foty .person + .person,
section.awards .coty .person + .person {
  padding-top: 0px;
}
section.awards .additional-copy {
  margin-top: 20px;
  padding: 17px 15px 15px 15px;
  background: rgba(255, 255, 255, 0.75);
  text-align: center;
}
section.awards .additional-copy p {
  font-style: italic;
  color: #002B5C;
}
section.awards .additional-copy a {
  text-decoration: underline;
  font-weight: bold;
  color: #002B5C;
}

section.contacts {
  padding-top: 6rem;
}

.contacts-list {
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.contacts-list::-webkit-scrollbar {
  display: none;
}
.contacts-list + .contacts-list {
  padding-top: 100px;
}
.contacts-list .contacts-header {
  padding-bottom: 1rem;
}
.contacts-list table {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
  font-family: proxima-nova, sans-serif;
  width: 100%;
}
.contacts-list table thead {
  text-align: left;
}
.contacts-list table thead th {
  padding: 15px 20px;
  background: #002B5C;
  color: #fff;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.contacts-list table thead th.state {
  max-width: 60px;
}
.contacts-list table tbody td {
  padding: 15px 20px;
  vertical-align: center;
  font-size: 0.8125rem;
  line-height: 1.125em;
}
.contacts-list table tbody td.name {
  min-width: 180px;
  font-weight: bold;
  font-size: 0.875rem;
}
.contacts-list table tbody td.state {
  max-width: 60px;
}
.contacts-list table tbody tr + tr td {
  border-top: 1px solid #f5f5f5;
}
.contacts-list table tbody .vacant td {
  font-weight: normal;
  font-style: italic;
  background: #fafafa;
  opacity: 0.5;
}
.contacts-list table tbody .vacant td.name {
  font-weight: normal;
}

section.countdown {
  padding-top: 50px !important;
}
section.countdown + section {
  padding-top: 100px;
}
section.countdown + section.upcoming-events {
  padding-top: 50px;
}
section.countdown .countdown-container {
  background: #ffdc00;
  color: #221924;
  padding: 40px;
  border-radius: 3px;
}
section.countdown .section-header {
  text-align: center;
  padding-bottom: 0;
}
section.countdown .section-header .headline h3 {
  color: #221924;
}
section.countdown .section-header .deck {
  padding-top: 5px;
  max-width: 640px;
  margin: 0 auto;
}
section.countdown .section-header + .countdown-clock {
  padding-top: 20px;
}
section.countdown .countdown-clock {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  font-family: proxima-nova, sans-serif;
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}
section.countdown .counter {
  display: block;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  section.countdown .counter {
    font-size: 3rem;
  }
}
section.countdown .interval-label {
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
  padding-top: 5px;
  font-weight: bold;
}
section.countdown .ctas {
  padding-top: 3rem;
  display: flex;
  justify-content: center;
}
section.countdown .ctas .cta + .cta {
  margin-left: 1rem;
}

section.cover.aligncenter {
  max-width: 1200px;
  margin: 0 auto;
}
section.cover .photo {
  position: relative;
}
section.cover .photo:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
section.cover .photo > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 568px) {
  section.cover .photo {
    position: relative;
  }
  section.cover .photo:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
  }
  section.cover .photo > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  section.cover .photo {
    position: relative;
    max-height: 800px;
  }
  section.cover .photo:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 43.75%;
  }
  section.cover .photo > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  section.cover .photo.half {
    max-height: 400px;
  }
  section.cover .photo.half .info-wrapper {
    max-width: 890px;
  }
}
section.cover .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
section.cover .photo.color-overlay:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
section.cover .photo.color-overlay.red:after {
  background: rgba(179, 8, 57, 0.75);
}
section.cover .photo.color-overlay.blue:after {
  background: rgba(0, 43, 92, 0.75);
}
section.cover .photo.color-overlay.white:after {
  background: rgba(255, 255, 255, 0.75);
}
section.cover .photo.color-overlay img {
  filter: saturate(20%);
}
section.cover .info {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}
section.cover .info-wrapper {
  max-width: 690px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
section.cover .info .headline {
  width: 100%;
}
section.cover .info h1.cover-title {
  font-size: 4.29981696rem;
  letter-spacing: -0.005em;
}
@media (min-width: 768px) and (max-width: 1440px) {
  section.cover .info h1.cover-title {
    font-size: calc( 4.29981696rem + 0.53747712 * ( ( 100vw - 768px) / 672 ) );
  }
}
@media (min-width: 1440px) {
  section.cover .info h1.cover-title {
    font-size: 4.83729408rem;
  }
}
section.cover .info .copy {
  padding-top: 1rem;
}
section.cover .info .copy > * {
  font-weight: bold;
}
section.cover .info .copy br {
  display: none;
}
@media screen and (min-width: 768px) {
  section.cover .info .copy br {
    display: block;
  }
}
section.cover .info .cta {
  width: 100%;
  text-align: center;
  padding-top: 3rem;
}
section.cover .info .cta.multiple {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.cover .info .cta.multiple .btn {
  margin: 0 1rem;
}
section.cover .white .info h1.cover-title {
  color: #002B5C;
}
section.cover .white .copy * {
  color: #002B5C;
}
section.cover .white .cta a {
  color: #B30839;
  border-color: #B30839;
  font-weight: bold;
  border-width: 3px;
}
section.cover .white .cta a:hover {
  color: #fff;
  background: #B30839;
  border-color: #B30839;
}

section.cover-side-by-side {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 768px) {
  section.cover-side-by-side {
    grid-template-columns: repeat(2, 1fr);
  }
}
section.cover-side-by-side .side {
  position: relative;
  max-height: 400px;
}
section.cover-side-by-side .side:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 133.3333333333%;
}
section.cover-side-by-side .side > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 568px) {
  section.cover-side-by-side .side {
    max-height: 800px;
    position: relative;
  }
  section.cover-side-by-side .side:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }
  section.cover-side-by-side .side > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
section.cover-side-by-side .side img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
section.cover-side-by-side .side:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
section.cover-side-by-side .side.blue:after {
  background: rgba(0, 43, 92, 0.5);
}
section.cover-side-by-side .side.red:after {
  background: rgba(179, 8, 57, 0.4);
}
section.cover-side-by-side .side img {
  filter: grayscale(90%);
}
section.cover-side-by-side .info {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
section.cover-side-by-side .info-wrapper {
  max-width: 690px;
  margin: 0 auto;
  padding: 0 25px;
}
section.cover-side-by-side .info .headline h2 {
  font-style: italic;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}
section.cover-side-by-side .info .copy {
  padding-top: 1.5rem;
}
section.cover-side-by-side .info .copy p {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.75);
}
section.cover-side-by-side .info .cta {
  text-align: center;
  padding-top: 2rem;
}
section.cover-side-by-side .info .cta .btn {
  font-weight: 500;
}
section.cover-side-by-side .red .info .cta .white:hover {
  color: #B30839;
}

section.cta-block {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1024px) {
  section.cta-block {
    margin-bottom: 3rem;
  }
}
section.cta-block .cta {
  display: flex;
  width: 100%;
}
section.cta-block.alignleft .cta {
  justify-content: flex-start;
}
section.cta-block.aligncenter .cta {
  justify-content: center;
}
section.cta-block.alignright .cta {
  justify-content: flex-end;
}

section.edi section.commitment + section.commitment {
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  section.edi section.commitment + section.commitment {
    margin-top: 150px;
  }
}
section.edi section.commitment span.count {
  width: 3rem;
  height: 3rem;
  line-height: 0.875em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #B30839;
  border: 2px solid #B30839;
  border-radius: 50%;
  padding-right: 2px;
  font-weight: bold;
  font-size: 2rem;
  font-style: italic;
  margin-bottom: 10px;
}
section.edi .commitment-header .info {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  align-items: flex-end;
  background: rgba(0, 43, 92, 0.6);
}
@media screen and (min-width: 768px) {
  section.edi .commitment-header .info {
    padding: 3rem;
  }
}
section.edi .commitment-header .info .headline {
  width: 100%;
}
section.edi .commitment-header .info .headline h2 {
  font-size: 1.44rem;
}
@media (min-width: 768px) and (max-width: 1440px) {
  section.edi .commitment-header .info .headline h2 {
    font-size: calc( 1.44rem + 0.18 * ( ( 100vw - 768px) / 672 ) );
  }
}
@media (min-width: 1440px) {
  section.edi .commitment-header .info .headline h2 {
    font-size: 1.62rem;
  }
}
@media screen and (min-width: 768px) {
  section.edi .commitment-header .info .headline h2 {
    font-size: 2.0736rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1440px) {
  section.edi .commitment-header .info .headline h2 {
    font-size: calc( 2.0736rem + 0.2592 * ( ( 100vw - 768px) / 672 ) );
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  section.edi .commitment-header .info .headline h2 {
    font-size: 2.3328rem;
  }
}
@media screen and (min-width: 1280px) {
  section.edi .commitment-header .info .headline h2 {
    font-size: 2.985984rem;
  }
}
@media screen and (min-width: 1280px) and (min-width: 768px) and (max-width: 1440px) {
  section.edi .commitment-header .info .headline h2 {
    font-size: calc( 2.985984rem + 0.373248 * ( ( 100vw - 768px) / 672 ) );
  }
}
@media screen and (min-width: 1280px) and (min-width: 1440px) {
  section.edi .commitment-header .info .headline h2 {
    font-size: 3.359232rem;
  }
}
section.edi .commitment-header .photo {
  position: relative;
}
section.edi .commitment-header .photo:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
section.edi .commitment-header .photo > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
section.edi .commitment-header .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
@media screen and (min-width: 768px) {
  section.edi .commitment-header .photo {
    position: relative;
  }
  section.edi .commitment-header .photo:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 50%;
  }
  section.edi .commitment-header .photo > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
section.edi .commitment-header .photo img {
  filter: grayscale(40%);
}
section.edi .basic-info {
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  section.edi .basic-info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
section.edi .basic-info .why .headline,
section.edi .basic-info .how .headline {
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  section.edi .basic-info .why {
    width: calc(50% - 25px);
  }
}
@media screen and (min-width: 1280px) {
  section.edi .basic-info .why {
    width: calc(55% - 25px);
  }
  section.edi .basic-info .why p {
    font-size: 1.5rem;
    line-height: 1.375em;
  }
}
section.edi .basic-info .how {
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  section.edi .basic-info .how {
    padding-top: 0;
    width: calc(50% - 25px);
  }
}
@media screen and (min-width: 1280px) {
  section.edi .basic-info .how {
    width: calc(40% - 25px);
  }
}
section.edi .basic-info .how ul {
  margin-left: 1rem;
}
section.edi .initiatives {
  padding: 3rem 0;
}
@media screen and (min-width: 768px) {
  section.edi .initiatives {
    padding: 6rem 0 4rem 0;
  }
}
section.edi .initiatives .sub-header {
  padding-bottom: 1.25rem;
}
section.edi .initiatives .grid {
  display: grid;
  gap: 3rem 1.5rem;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 568px) {
  section.edi .initiatives .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  section.edi .initiatives .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
section.edi .initiatives .photo {
  position: relative;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
}
section.edi .initiatives .photo:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
section.edi .initiatives .photo > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
section.edi .initiatives .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
section.edi .initiatives .photo img {
  -o-object-position: center center;
     object-position: center center;
}
section.edi .initiatives .info {
  padding-top: 20px;
}
section.edi .initiatives .info .text-toggle {
  color: #B30839;
  display: inline-block;
  text-decoration: underline;
  font-size: 1rem;
  font-weight: bold;
}
section.edi .initiatives .info .text-toggle:after {
  content: "+";
  display: inline-block;
  margin-left: 5px;
  transition: all 0.15s ease;
}
section.edi .initiatives .info .text-toggle.show:after {
  transform: rotate(45deg);
}
section.edi .initiatives .info .copy {
  padding-top: 1rem;
}
section.edi .initiatives .info .text {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
section.edi .initiatives .info .text.show {
  max-height: 400px;
  padding-top: 1rem;
}
section.edi .initiatives .info .text p {
  color: #002B5C;
}
section.edi .get-involved {
  background: #B30839;
  color: #fff;
  padding: 50px 25px;
}
section.edi .get-involved a {
  color: #fff;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  section.edi .get-involved {
    padding: 50px 50px;
  }
}
section.edi .get-involved .headline {
  padding-bottom: 25px;
}
section.edi .get-involved ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
  counter-reset: list-counter;
}
section.edi .get-involved ol li {
  padding-left: 56px;
}
section.edi .get-involved ol li + li {
  margin-top: 40px;
}
section.edi .get-involved ol li:before {
  position: absolute;
  top: -2px;
  left: 0;
  counter-increment: list-counter;
  content: counter(list-counter);
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid;
  border-radius: 50%;
  font-weight: bold;
  font-size: 1rem;
}

@media screen and (min-width: 1024px) {
  section.faqs .section-header,
section.faqs .faqs-content {
    grid-column: 2/span 8;
  }
}
section.faqs .faq {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.15);
}
section.faqs .faq + .faq {
  margin-top: 2rem;
}
section.faqs .faq.active .question {
  background: #B30839;
}
section.faqs .faq.active .answer {
  max-height: unset;
  overflow: unset;
  padding: 2rem;
}
section.faqs .question {
  background: #002B5C;
  color: #fff;
  padding: 1rem;
  transition: background 0.3s ease-in;
}
section.faqs .question:hover {
  cursor: pointer;
}
section.faqs .question h4 {
  font-weight: bold;
  font-style: italic;
  line-height: 1.25em;
}
section.faqs .answer {
  background: #fff;
  overflow: hidden;
  max-height: 0;
  transition: max-height, overflow 0.2s ease-out;
}
section.faqs .answer h5 {
  font-weight: bold;
  font-size: 1.25rem;
}
section.faqs .answer p + h5,
section.faqs .answer p + ul {
  padding-top: 2rem;
}
section.faqs .answer p {
  font-family: proxima-nova, sans-serif;
  font-size: 1rem;
  line-height: 1.5em;
}
section.faqs .answer p + p {
  padding-top: 2rem;
}
section.faqs .answer ul {
  list-style-type: disc;
}
section.faqs .answer ol {
  list-style-type: decimal;
}
section.faqs .answer ul, section.faqs .answer ol {
  padding-left: 2rem;
  max-width: 600px;
  font-size: 0.875em;
}
section.faqs .answer ul + *, section.faqs .answer ol + * {
  padding-top: 2rem;
}
section.faqs .answer ul li + li, section.faqs .answer ol li + li {
  padding-top: 1rem;
}
section.faqs .answer a {
  font-weight: bold;
  text-decoration: underline;
}

section.local-map + section.faqs {
  padding-top: 3rem;
}

section.featured-videos {
  padding: 3rem 0;
}
section.featured-videos.white {
  background: #fff;
}
@media screen and (min-width: 1024px) {
  section.featured-videos {
    padding: 6rem 0;
  }
}
section.featured-videos .cta {
  padding-top: 3rem;
}

section.team-usa-archive + section.featured-videos {
  padding-top: 0;
}

.full-width-graphic a {
  display: block;
}
.full-width-graphic a img {
  width: 100%;
}

.usau-block.usau-header {
  padding-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .usau-block.usau-header .align-center {
    grid-column: 4/span 8;
  }
}
.usau-block.usau-header + section.three-columns, .usau-block.usau-header + section.two-col-features {
  padding-top: 0;
}

.hero-video .video {
  position: relative;
}
.hero-video .video:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.hero-video .video > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero-video .video .content:before {
  display: block;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.hero-video .video iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hero-video .info {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
}
.hero-video .info .headline {
  text-align: center;
}
.hero-video .info .cta {
  text-align: center;
  padding-top: 25px;
}

@media screen and (min-width: 1280px) {
  body.home .hero-video .info .headline h1 {
    font-size: 10rem;
  }
}

.hero-photo.gradient {
  background: linear-gradient(90deg, #1CB5E0 0%, #002B5C 100%);
}
.hero-photo .photo {
  position: relative;
}
.hero-photo .photo:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.hero-photo .photo > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 568px) {
  .hero-photo .photo {
    position: relative;
  }
  .hero-photo .photo:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
  }
  .hero-photo .photo > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .hero-photo .photo {
    position: relative;
    max-height: 800px;
  }
  .hero-photo .photo:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 43.75%;
  }
  .hero-photo .photo > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.hero-photo .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.hero-photo .info {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-photo .info .usau-block {
  width: 100%;
}
.hero-photo .info .sub-headline h2 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: futura-pt, sans-serif;
  font-style: italic;
  font-weight: 900;
  font-size: 1rem;
  line-height: 1em;
  display: inline-block;
  background: #002B5C;
  padding: 10px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .hero-photo .info .sub-headline h2 {
    font-size: calc( 1rem + 0.125 * ( ( 100vw - 768px) / 672 ) );
  }
}
@media (min-width: 1440px) {
  .hero-photo .info .sub-headline h2 {
    font-size: 1.125rem;
  }
}
.hero-photo .info .headline {
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .hero-photo .info .headline {
    grid-column: 2/span 7;
    padding-right: 2rem;
  }
}
.hero-photo.headline-small .sub-headline h2 {
  font-size: 0.8333333333rem;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .hero-photo.headline-small .sub-headline h2 {
    font-size: calc( 0.8333333333rem + 0.1041666667 * ( ( 100vw - 768px) / 672 ) );
  }
}
@media (min-width: 1440px) {
  .hero-photo.headline-small .sub-headline h2 {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 768px) {
  .hero-photo.headline-small .sub-headline h2 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1440px) {
  .hero-photo.headline-small .sub-headline h2 {
    font-size: calc( 1rem + 0.125 * ( ( 100vw - 768px) / 672 ) );
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .hero-photo.headline-small .sub-headline h2 {
    font-size: 1.125rem;
  }
}
.hero-photo.headline-small .headline h1.cover-title {
  font-size: 2.48832rem;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .hero-photo.headline-small .headline h1.cover-title {
    font-size: calc( 2.48832rem + 0.31104 * ( ( 100vw - 768px) / 672 ) );
  }
}
@media (min-width: 1440px) {
  .hero-photo.headline-small .headline h1.cover-title {
    font-size: 2.79936rem;
  }
}
@media screen and (min-width: 768px) {
  .hero-photo.headline-small .headline h1.cover-title {
    font-size: 3.5831808rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1440px) {
  .hero-photo.headline-small .headline h1.cover-title {
    font-size: calc( 3.5831808rem + 0.4478976 * ( ( 100vw - 768px) / 672 ) );
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .hero-photo.headline-small .headline h1.cover-title {
    font-size: 4.0310784rem;
  }
}

section.html {
  padding: 3rem 0;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  section.html > * {
    grid-column: 2/span 8;
  }
}

@media screen and (min-width: 1024px) {
  .hub-navigation + section.html {
    padding: 6rem 0;
  }
}

.hub-navigation {
  font-family: proxima-nova, sans-serif;
  background: rgb(179, 8, 57);
  background: linear-gradient(180deg, rgb(179, 8, 57) 50%, rgb(157, 21, 53) 100%);
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .hub-navigation {
    background: transparent;
    padding: 0;
  }
}
.hub-navigation-wrapper {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .hub-navigation-wrapper {
    grid-column: 9/span 5;
  }
}
.hub-navigation a {
  color: #fff;
}
.hub-navigation .hub-wrapper {
  display: none;
  padding: 10px 0 30px 0;
}
@media screen and (min-width: 1024px) {
  .hub-navigation .hub-wrapper {
    width: 100%;
    display: block;
    background: rgb(179, 8, 57);
    background: linear-gradient(180deg, rgb(179, 8, 57) 50%, rgb(157, 21, 53) 100%);
    position: absolute;
    right: 0;
    bottom: -50px;
    z-index: 5;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    padding: 20px;
    border-radius: 5px;
  }
}
@media screen and (min-width: 1024px) {
  .hub-navigation.youth .hub-wrapper {
    bottom: -250px;
  }
}
@media screen and (min-width: 1280px) {
  .hub-navigation.youth .hub-wrapper {
    bottom: -150px;
  }
}
@media screen and (min-width: 1024px) {
  .hub-navigation.youth + section.page-header + * {
    padding-top: 6rem;
  }
}
.hub-navigation.open .hub-wrapper {
  display: block;
}
.hub-navigation.open .mobile-header h4 {
  padding: 20px 0 10px 0;
}
.hub-navigation.open .mobile-header h4:after {
  content: "–";
}
.hub-navigation .group-header {
  border-top: 1px solid #fff;
  padding: 10px 0 15px 0;
}
.hub-navigation .group-header h4 {
  text-transform: uppercase;
  font-size: 1.25em;
  letter-spacing: 0.03em;
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 500;
  font-style: italic;
}
@media screen and (min-width: 1024px) {
  .hub-navigation .mobile-header {
    display: none;
  }
}
.hub-navigation .mobile-header h4 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  font-family: proxima-nova, sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 20px 0 20px 0;
}
.hub-navigation .mobile-header h4:after {
  content: "+";
  display: block;
  color: #fff;
  text-align: right;
  cursor: pointer;
  font-size: 1.25em;
  font-family: proxima-nova, sans-serif;
}
.hub-navigation .group + .group {
  padding-top: 40px;
}
@media screen and (min-width: 1024px) {
  .hub-navigation .group + .group {
    padding-top: 20px;
  }
}
.hub-navigation .links {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media screen and (min-width: 1024px) {
  .hub-navigation .links {
    grid-template-columns: 1fr 1fr;
  }
}
.hub-navigation .links a {
  font-size: 0.875rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .hub-navigation .links a {
    font-size: 1rem;
  }
}
.hub-navigation .links a:hover {
  text-decoration: none;
}
.hub-navigation .links a:hover span.label {
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  .hub-navigation .links a {
    padding: 5px 0;
  }
}
.hub-navigation .links a span.icon img {
  width: 100%;
  max-width: 20px;
}
.hub-navigation .links a span.label {
  flex: 1;
  line-height: 1.125em;
  padding-left: 10px;
}
.hub-navigation .admin-link {
  padding-top: 25px;
}
@media screen and (min-width: 1024px) {
  .hub-navigation .admin-link {
    position: absolute;
    bottom: -60px;
    width: 100%;
    right: 0;
  }
}
.hub-navigation .admin-link a {
  font-size: 0.8125em;
  font-weight: bold;
  display: inline-block;
  background: #fff;
  color: #9D1535;
  padding: 10px 15px 7px 15px;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.hub-navigation .admin-link a:hover {
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .hub-navigation .admin-link a {
    display: flex;
    justify-content: center;
    padding: 16px 10px 14px 10px;
    color: #B30839;
    width: 100%;
    border-radius: 5px;
    border: 3px solid #B30839;
    background: transparent;
  }
  .hub-navigation .admin-link a:hover {
    background: #B30839;
    color: #fff;
    text-decoration: none;
  }
}
.hub-navigation .admin-link a span.label {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .hub-navigation .admin-link a span.label {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .hub-navigation + .wp-block-spacer {
    height: 2rem !important;
  }
}

section.info-with-counter .section-header {
  text-align: center;
  padding-bottom: 25px;
}
section.info-with-counter .section-header h2 {
  text-transform: uppercase;
}
section.info-with-counter .photo {
  margin-bottom: -25px;
}
section.info-with-counter .feature {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
section.info-with-counter .feature + .feature {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  section.info-with-counter .feature + .feature {
    margin-top: 75px;
  }
}
section.info-with-counter .feature.no-counter .info {
  margin: 0 auto;
}
section.info-with-counter .info {
  background: #fff;
  padding: 40px 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  width: 100%;
}
@media screen and (min-width: 568px) {
  section.info-with-counter .info {
    width: calc(100% - 145px);
    margin-right: auto;
  }
}
@media screen and (min-width: 1024px) {
  section.info-with-counter .info {
    padding: 40px;
  }
}
section.info-with-counter .info .headline {
  padding-bottom: 1rem;
}
section.info-with-counter .info .headline h3 {
  font-weight: bold;
}
section.info-with-counter .counter {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
}
@media screen and (min-width: 568px) {
  section.info-with-counter .counter {
    width: 120px;
    padding-bottom: 0;
    justify-content: center;
  }
}
section.info-with-counter .counter .count {
  display: block;
  font-size: 3em;
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-style: italic;
  color: #B30839;
}
@media screen and (min-width: 768px) {
  section.info-with-counter .counter .count {
    font-size: 4em;
  }
}
section.info-with-counter + section.cta {
  padding-top: 3rem;
}

section.latest-news {
  padding: 50px 0;
}
@media screen and (min-width: 1024px) {
  section.latest-news {
    padding: 100px 0 50px 0;
  }
}
section.latest-news .news-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media screen and (min-width: 568px) {
  section.latest-news .news-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 768px) {
  section.latest-news .news-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1024px) {
  section.latest-news .news-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 568px) {
  section.latest-news article.news-article-0 {
    grid-column: 1/span 2;
  }
  section.latest-news article.news-article-0 a.article-link .photo {
    position: relative;
  }
  section.latest-news article.news-article-0 a.article-link .photo:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 50%;
  }
  section.latest-news article.news-article-0 a.article-link .photo > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  section.latest-news article.news-article-0 a.article-link .headline {
    max-width: 400px;
  }
}
@media screen and (min-width: 768px) {
  section.latest-news article.news-article-0 {
    grid-column: 1/span 3;
  }
  section.latest-news article.news-article-0 a.article-link .photo {
    position: relative;
  }
  section.latest-news article.news-article-0 a.article-link .photo:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 33.3333333333%;
  }
  section.latest-news article.news-article-0 a.article-link .photo > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 568px) {
  section.latest-news article.news-article-5 {
    grid-column: 1/span 2;
  }
  section.latest-news article.news-article-5 a.article-link .photo {
    position: relative;
  }
  section.latest-news article.news-article-5 a.article-link .photo:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 50%;
  }
  section.latest-news article.news-article-5 a.article-link .photo > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  section.latest-news article.news-article-5 a.article-link .headline {
    max-width: 640px;
  }
}
@media screen and (min-width: 768px) {
  section.latest-news article.news-article-5 {
    grid-column: 2/span 2;
  }
}
@media screen and (min-width: 1024px) {
  section.latest-news article.news-article-5 {
    grid-column: 4/span 1;
  }
  section.latest-news article.news-article-5 a.article-link .photo {
    position: relative;
  }
  section.latest-news article.news-article-5 a.article-link .photo:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }
  section.latest-news article.news-article-5 a.article-link .photo > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
section.latest-news article .primary-category {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 20;
}
section.latest-news article .primary-category a {
  color: #fff;
  font-family: proxima-nova, sans-serif;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  font-weight: bold;
  padding: 7px 10px 6px 10px;
  border: 1px solid #fff;
  border-radius: 15px;
}
section.latest-news article .primary-category a:hover {
  background: #fff;
  color: #221924;
  text-decoration: none;
}
section.latest-news article a.article-link {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}
section.latest-news article a.article-link .photo {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
section.latest-news article a.article-link .photo:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
section.latest-news article a.article-link .photo > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
section.latest-news article a.article-link .photo img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  filter: saturate(0.5) brightness(0.8) contrast(1.1);
  transition: all 0.2s ease-in;
  transform-origin: center;
}
section.latest-news article a.article-link:hover .photo img {
  transform: scale(1.05);
}
section.latest-news article a.article-link .info {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(0, 43, 92, 0.5);
  padding: 1rem;
  transition: all 0.2s ease-in;
  justify-content: flex-start;
  align-items: flex-end;
}
section.latest-news article a.article-link .date {
  font-family: proxima-nova, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  opacity: 0.9;
  padding-bottom: 10px;
}
section.latest-news article a.article-link .date:after {
  content: "";
  display: block;
  width: 2rem;
  height: 0.25rem;
  background: #B30839;
  margin: 0.5rem 0 0 0;
}
section.latest-news article a.article-link .headline h4 {
  transition: all 0.2s ease-in;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}
section.latest-news .cta {
  padding-top: 40px;
}

.local-map {
  padding: 3rem 0;
}
.local-map .headline {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: -1rem;
}
@media screen and (min-width: 568px) {
  .local-map .headline {
    margin-bottom: -2.5rem;
  }
}

section.media-carousel {
  margin-bottom: 6rem;
}
@media screen and (min-width: 1024px) {
  section.media-carousel {
    margin-bottom: 10rem;
  }
}
section.media-carousel .section-header {
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 1024px) {
  section.media-carousel .section-header {
    grid-column: 4/span 8;
  }
}
section.media-carousel .slides-wrapper {
  grid-column: 1/-1;
}
section.media-carousel .slides {
  display: block;
  max-width: 100vw;
  width: 100%;
}
section.media-carousel .slides .slick-list {
  padding-bottom: 1rem !important;
}
section.media-carousel .slide {
  background: #fff;
  padding: 0.75rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  margin: 0 10px;
  outline: none !important;
  max-width: 80vw;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  section.media-carousel .slide {
    max-width: 840px;
    width: 100%;
    padding: 1.25rem;
  }
}
section.media-carousel .slide .photo {
  position: relative;
  width: 100%;
}
section.media-carousel .slide .photo:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
section.media-carousel .slide .photo > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
section.media-carousel .slide .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
section.media-carousel .slide .photo img {
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
}
section.media-carousel .slide .caption {
  padding-top: 1.25rem;
  color: #002B5C;
  width: 100%;
}
section.media-carousel .slide .caption .headline {
  padding-bottom: 5px;
  width: 100%;
}
section.media-carousel .slide .caption .headline h4 {
  font-family: futura-pt-condensed, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  font-style: italic;
  font-size: 1.125rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  section.media-carousel .slide .caption .headline h4 {
    font-size: 1.5rem;
  }
}

.membership-options {
  padding-bottom: 100px;
}
.membership-options .header {
  padding-bottom: 25px;
  text-align: center;
}
.membership-options .header h2 {
  font-weight: bold;
  color: #002B5C;
  font-style: italic;
  font-size: 2.5rem;
}
.membership-options .header .copy {
  padding-top: 10px;
  max-width: 800px;
  margin: 0 auto;
}
.membership-options .options {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 568px) {
  .membership-options .options {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .membership-options .options {
    grid-template-columns: repeat(12, 1fr);
  }
  .membership-options .options .option-1,
.membership-options .options .option-6 {
    grid-column: 1/span 4;
  }
  .membership-options .options .option-2,
.membership-options .options .option-7 {
    grid-column: 5/span 4;
  }
  .membership-options .options .option-3,
.membership-options .options .option-8 {
    grid-column: 9/span 4;
  }
  .membership-options .options .option-4,
.membership-options .options .option-9 {
    grid-column: 1/span 6;
    position: relative;
  }
  .membership-options .options .option-4:before,
.membership-options .options .option-9:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 50%;
  }
  .membership-options .options .option-4 > .content,
.membership-options .options .option-9 > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .membership-options .options .option-5,
.membership-options .options .option-10 {
    grid-column: 7/span 6;
    position: relative;
  }
  .membership-options .options .option-5:before,
.membership-options .options .option-10:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 50%;
  }
  .membership-options .options .option-5 > .content,
.membership-options .options .option-10 > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .membership-options .options .option-11 {
    grid-column: 1/span 12;
    position: relative;
  }
  .membership-options .options .option-11:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 25%;
  }
  .membership-options .options .option-11 > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.membership-options .option {
  position: relative;
}
.membership-options .option:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.membership-options .option > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.membership-options .option a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.membership-options .option .photo {
  width: 100%;
  height: 100%;
}
.membership-options .option .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.membership-options .option .photo img {
  filter: grayscale(20%);
  -o-object-position: center center;
     object-position: center center;
}
.membership-options .option .photo:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: rgba(0, 43, 92, 0.5);
}
.membership-options .option .info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 40px 20px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media screen and (min-width: 1280px) {
  .membership-options .option .info {
    padding: 40px;
  }
}
.membership-options .option .info-wrapper {
  width: 100%;
}
.membership-options .option .headline h3 {
  font-weight: bold;
  font-style: italic;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .membership-options .option .headline h3 {
    font-size: 2rem;
  }
}
.membership-options .option .headline h3 span.description {
  padding-top: 0.5rem;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.5em;
}
.membership-options .option .price {
  padding-top: 10px;
  width: 100%;
}
.membership-options .option .price h4 {
  font-size: 1.25rem;
  background: #B30839;
  display: inline-block;
  padding: 10px;
  font-style: italic;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .membership-options .option .price h4 {
    font-size: 2rem;
  }
}
.membership-options .option .price-options {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
}
.membership-options .option .price-options h5 {
  font-size: 0.875rem;
}
.membership-options .option .price-options .price-option + .price-option {
  padding-left: 15px;
}

.monthly-calendar.usau-block .section-header {
  padding-bottom: 2rem;
}
.monthly-calendar.usau-block .month + .month {
  margin-top: 4rem;
}
.monthly-calendar.usau-block .month:empty {
  display: none;
}
.monthly-calendar.usau-block .month .events {
  font-family: proxima-nova, sans-serif;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .monthly-calendar.usau-block .month .events {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  }
}
.monthly-calendar.usau-block .month .events__header {
  background: #B30839;
  color: #fff;
  padding: 1rem;
  display: none;
}
@media screen and (min-width: 768px) {
  .monthly-calendar.usau-block .month .events__header {
    display: flex;
  }
}
.monthly-calendar.usau-block .month .events__header strong {
  font-weight: bold;
}
.monthly-calendar.usau-block .month .events .event-listing {
  padding: 2rem;
  background: #fff;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.monthly-calendar.usau-block .month .events .event-listing::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 768px) {
  .monthly-calendar.usau-block .month .events .event-listing {
    display: flex;
    padding: 1rem;
    box-shadow: none;
  }
}
.monthly-calendar.usau-block .month .events .event-listing + .event-listing {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .monthly-calendar.usau-block .month .events .event-listing + .event-listing {
    margin-top: 0;
    border-top: 1px solid #d9d9d9;
  }
}
.monthly-calendar.usau-block .month .events .event-listing div + div {
  padding-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .monthly-calendar.usau-block .month .events .event-listing div + div {
    padding-top: 0;
  }
}
.monthly-calendar.usau-block .month .events .event-listing .title {
  font-weight: bold;
  color: #B30839;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .monthly-calendar.usau-block .month .events .event-listing .title {
    font-size: 1rem;
    color: #221924;
  }
}
.monthly-calendar.usau-block .month .events .event-listing a {
  font-weight: bold;
  color: #002B5C;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .monthly-calendar.usau-block .month .events__header div:first-child:nth-last-child(1),
.monthly-calendar.usau-block .month .events__header div:first-child:nth-last-child(1) ~ div,
.monthly-calendar.usau-block .month .event-listing div:first-child:nth-last-child(1),
.monthly-calendar.usau-block .month .event-listing div:first-child:nth-last-child(1) ~ div {
    width: 100%;
    min-width: 200px;
    padding-right: 1rem;
  }
  .monthly-calendar.usau-block .month .events__header div:first-child:nth-last-child(2),
.monthly-calendar.usau-block .month .events__header div:first-child:nth-last-child(2) ~ div,
.monthly-calendar.usau-block .month .event-listing div:first-child:nth-last-child(2),
.monthly-calendar.usau-block .month .event-listing div:first-child:nth-last-child(2) ~ div {
    width: 50%;
    min-width: 200px;
    padding-right: 1rem;
  }
  .monthly-calendar.usau-block .month .events__header div:first-child:nth-last-child(3),
.monthly-calendar.usau-block .month .events__header div:first-child:nth-last-child(3) ~ div,
.monthly-calendar.usau-block .month .event-listing div:first-child:nth-last-child(3),
.monthly-calendar.usau-block .month .event-listing div:first-child:nth-last-child(3) ~ div {
    width: 33.3333333333%;
    min-width: 200px;
    padding-right: 1rem;
  }
  .monthly-calendar.usau-block .month .events__header div:first-child:nth-last-child(4),
.monthly-calendar.usau-block .month .events__header div:first-child:nth-last-child(4) ~ div,
.monthly-calendar.usau-block .month .event-listing div:first-child:nth-last-child(4),
.monthly-calendar.usau-block .month .event-listing div:first-child:nth-last-child(4) ~ div {
    width: 25%;
    min-width: 200px;
    padding-right: 1rem;
  }
  .monthly-calendar.usau-block .month .events__header div:first-child:nth-last-child(5),
.monthly-calendar.usau-block .month .events__header div:first-child:nth-last-child(5) ~ div,
.monthly-calendar.usau-block .month .event-listing div:first-child:nth-last-child(5),
.monthly-calendar.usau-block .month .event-listing div:first-child:nth-last-child(5) ~ div {
    width: 20%;
    min-width: 200px;
    padding-right: 1rem;
  }
  .monthly-calendar.usau-block .month .events__header div:first-child:nth-last-child(6),
.monthly-calendar.usau-block .month .events__header div:first-child:nth-last-child(6) ~ div,
.monthly-calendar.usau-block .month .event-listing div:first-child:nth-last-child(6),
.monthly-calendar.usau-block .month .event-listing div:first-child:nth-last-child(6) ~ div {
    width: 16.6666666667%;
    min-width: 200px;
    padding-right: 1rem;
  }
}

section.news-updates {
  background: #fff;
  padding: 3rem 0;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
}
section.news-updates .section-header {
  padding-bottom: 1rem;
}
section.news-updates .news-updates-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 568px) {
  section.news-updates .news-updates-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  section.news-updates .news-updates-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem 4rem;
  }
}
section.news-updates .news-update .col-header {
  padding-bottom: 0.5rem;
}
section.news-updates .news-update .col-header h5 {
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-size: 0.8333333333rem;
}
@media (min-width: 768px) and (max-width: 1440px) {
  section.news-updates .news-update .col-header h5 {
    font-size: calc( 0.8333333333rem + 0.1041666667 * ( ( 100vw - 768px) / 672 ) );
  }
}
@media (min-width: 1440px) {
  section.news-updates .news-update .col-header h5 {
    font-size: 0.9375rem;
  }
}
section.news-updates .news-update .copy strong, section.news-updates .news-update .copy b {
  font-weight: 900;
}
section.news-updates .news-update .copy a {
  color: #B30839;
}
section.news-updates .news-update ul {
  margin-left: 1rem;
}
section.news-updates .news-update ul li + li {
  padding-top: 1rem;
}

.page-header.aligncenter {
  text-align: center;
}
.page-header.aligncenter .headline,
.page-header.aligncenter .copy {
  margin: 0 auto;
}
.page-header.aligncenter .headline.underline:after {
  margin: 0.5rem auto 1rem auto;
}
.page-header .headline {
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .page-header.basic-page .copy {
    grid-column: 2/span 8;
  }
}
.page-header.basic-page h5 {
  font-weight: bold;
  color: #002B5C;
  padding-bottom: 0;
  font-size: 1rem;
}
.page-header.basic-page h5 + p {
  padding-top: 0;
}

nav.hub-navigation + section.page-header {
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  nav.hub-navigation + section.page-header {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 768px) {
  nav.hub-navigation + section.page-header .headline, nav.hub-navigation + section.page-header .copy {
    grid-column: 2/span 8;
  }
}
@media screen and (min-width: 1024px) {
  nav.hub-navigation + section.page-header .headline, nav.hub-navigation + section.page-header .copy {
    grid-column: 2/span 7;
    padding-right: 2rem;
  }
}

section.page-header + * {
  padding-top: 3rem;
}
@media screen and (min-width: 1024px) {
  section.page-header + * {
    padding-top: 6rem;
  }
}

section.hero-photo + section.page-header {
  padding-top: 3rem;
}
@media screen and (min-width: 1024px) {
  section.hero-photo + section.page-header {
    padding-top: 4rem;
  }
}

.usau-people-grid .people-grid .person .thumbnail-photo {
  position: relative;
}
.usau-people-grid .people-grid .person .thumbnail-photo:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 133.3333333333%;
}
.usau-people-grid .people-grid .person .thumbnail-photo > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.usau-people-grid .people-grid .person .thumbnail-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.usau-people-grid .people-grid .person .thumbnail-photo img {
  -o-object-position: center center;
     object-position: center center;
}
.usau-people-grid .people-grid .person .info .meta {
  padding-top: 5px;
}
.usau-people-grid .profile-overlay {
  display: none;
}
.usau-people-grid .profile-overlay .overlay-wrapper {
  max-width: 680px;
  margin: 0 auto;
  width: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  align-items: flex-start;
}
.usau-people-grid .profile-overlay .overlay-wrapper::-webkit-scrollbar {
  display: none;
}
.usau-people-grid .profile-overlay .profile-wrapper {
  background: #fff;
  color: #002B5C;
  border-radius: 10px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  padding: 25px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-height: 700px) {
  .usau-people-grid .profile-overlay .profile-wrapper {
    margin-bottom: 50px;
  }
}
.usau-people-grid .profile-overlay .photo {
  width: 100%;
}
.usau-people-grid .profile-overlay .photo img {
  max-width: 200px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .usau-people-grid .profile-overlay .photo {
    max-width: 200px;
  }
}
.usau-people-grid .profile-overlay .info {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .usau-people-grid .profile-overlay .info {
    text-align: left;
    padding-left: 25px;
  }
}
.usau-people-grid .profile-overlay .meta {
  display: block;
  padding-top: 0.25rem;
  color: #002B5C;
}
.usau-people-grid .profile-overlay .meta span + span {
  padding-left: 3px;
}
.usau-people-grid .profile-overlay .meta span + span:before {
  content: "·";
  display: inline-block;
  margin-right: 8px;
}
.usau-people-grid .profile-overlay .biography {
  text-align: left;
  padding-top: 1.25rem;
}
.usau-people-grid .profile-overlay .biography ul, .usau-people-grid .profile-overlay .biography ol {
  margin-left: 1.25rem;
}
.usau-people-grid .profile-overlay .biography strong, .usau-people-grid .profile-overlay .biography b {
  font-weight: bold;
}
.usau-people-grid .profile-overlay .biography a {
  color: #B30839;
  font-weight: bold;
}

section.photo-essay {
  padding-bottom: 6rem;
  overflow: hidden;
}
section.photo-essay:before, section.photo-essay:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-image: url(../svg/photo-essay-background-poly.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
section.photo-essay:before {
  background-position: top left;
  left: 0;
  top: 20vh;
}
section.photo-essay:after {
  background-position: bottom left;
  transform: scaleX(-1);
  left: 0;
  bottom: 20vh;
}
section.photo-essay .photo, section.photo-essay .photos {
  background: #fff;
  padding: 1rem;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1024px) {
  section.photo-essay .photo, section.photo-essay .photos {
    padding: 2rem;
  }
}
section.photo-essay .caption-headline h5 {
  color: #002B5C;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.25em;
  font-weight: bold;
  font-family: proxima-nova, sans-serif;
  letter-spacing: 0.1em;
}
section.photo-essay .caption-body {
  padding-top: 0.5rem;
}
section.photo-essay .photo-section {
  display: grid;
  gap: 0 2rem;
  grid-template-columns: repeat(12, minmax(auto, 1fr));
}
section.photo-essay .photo-section > * {
  grid-column: 1/-1;
}
section.photo-essay .photo-section + .photo-section {
  padding-top: 6rem;
}
@media screen and (min-width: 768px) {
  section.photo-essay .side-by-side.align-left .photo {
    grid-column: 1/span 8;
  }
}
@media screen and (min-width: 768px) {
  section.photo-essay .side-by-side.align-left .caption {
    grid-column: 9/span 4;
  }
}
@media screen and (min-width: 768px) {
  section.photo-essay .side-by-side.align-right .caption {
    grid-column: 1/span 4;
    grid-row: 1;
  }
}
@media screen and (min-width: 768px) {
  section.photo-essay .side-by-side.align-right .photo {
    grid-column: 5/span 9;
    grid-row: 1;
  }
}
section.photo-essay .side-by-side .caption {
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  section.photo-essay .side-by-side .caption {
    padding-top: 0;
    display: flex;
    flex-direction: column;
  }
  section.photo-essay .side-by-side .caption-headline {
    margin-top: auto;
  }
}
section.photo-essay .dual-photo .photos {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
section.photo-essay .dual-photo .photos img {
  width: calc(50% - 0.5rem);
}
@media screen and (min-width: 1024px) {
  section.photo-essay .dual-photo .photos img {
    width: calc(50% - 1rem);
  }
}
section.photo-essay .dual-photo .caption,
section.photo-essay .full-width .caption {
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  section.photo-essay .dual-photo .caption,
section.photo-essay .full-width .caption {
    padding-top: 2rem;
    grid-column: 1/span 9;
  }
}
@media screen and (min-width: 1024px) {
  section.photo-essay .dual-photo .caption,
section.photo-essay .full-width .caption {
    grid-column: 1/span 8;
  }
}

section.rankings {
  background: #fff;
  padding: 2rem;
}
section.rankings .section-header {
  padding-bottom: 2rem;
}
section.rankings .copy {
  padding-bottom: 2rem;
  font-style: italic;
}
section.rankings .rankings-table {
  width: 100%;
  max-width: 100%;
  font-family: proxima-nova, sans-serif;
  font-size: 0.75em;
}
@media screen and (min-width: 768px) {
  section.rankings .rankings-table {
    font-size: 0.875em;
  }
}
section.rankings .rankings-table th, section.rankings .rankings-table td {
  padding: 10px 3px;
}
@media screen and (min-width: 568px) {
  section.rankings .rankings-table th, section.rankings .rankings-table td {
    padding: 10px 5px;
  }
}
@media screen and (min-width: 768px) {
  section.rankings .rankings-table th, section.rankings .rankings-table td {
    padding: 15px 10px;
  }
}
section.rankings .rankings-table thead {
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: normal;
  background: #B30839;
  font-size: 0.875em;
}
section.rankings .rankings-table .region,
section.rankings .rankings-table .record {
  display: none;
}
@media screen and (min-width: 568px) {
  section.rankings .rankings-table .region,
section.rankings .rankings-table .record {
    display: table-cell;
  }
}
@media screen and (min-width: 768px) {
  section.rankings .rankings-table .region,
section.rankings .rankings-table .record {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  section.rankings .rankings-table .region,
section.rankings .rankings-table .record {
    display: table-cell;
  }
}
@media screen and (min-width: 1024px) {
  section.rankings .rankings-table tbody {
    font-size: 0.8125rem;
  }
}
section.rankings .rankings-table tbody td {
  vertical-align: middle;
}
section.rankings .rankings-table tbody td.rank {
  text-align: center;
  font-weight: 600;
}
section.rankings .rankings-table tbody td.team {
  font-weight: 600;
}
section.rankings .rankings-table tbody td.team a {
  font-weight: 600;
}
section.rankings .rankings-table tbody td.team a:hover {
  text-decoration: underline;
}
section.rankings .rankings-table tbody td.trend {
  text-align: center;
}
section.rankings .rankings-table tbody td.trend .positive,
section.rankings .rankings-table tbody td.trend .negative {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
section.rankings .rankings-table tbody td.trend .positive:before,
section.rankings .rankings-table tbody td.trend .negative:before {
  content: "";
  display: block;
  margin-right: 5px;
  width: 8px;
  height: 6px;
}
section.rankings .rankings-table tbody td.trend .positive:before {
  background: #4bb207;
  -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
          clip-path: polygon(50% 0, 0 100%, 100% 100%);
}
section.rankings .rankings-table tbody td.trend .negative:before {
  background: #B30839;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
}
section.rankings .rankings-table tbody tr.bid td.rank span.bid {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}
section.rankings .rankings-table tbody tr.bid td.rank span.bid:before {
  display: block;
  content: "";
  background: #d6ae40;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0px;
  -webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
          clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}
@media screen and (min-width: 568px) {
  section.rankings .rankings-table tbody tr.bid td.rank span.bid:before {
    left: -4px;
  }
}
section.rankings .rankings-table tbody tr.bid td.rank span.bid-wildcard:before {
  background: #7d7c84;
}
section.rankings .rankings-table tbody tr:nth-child(even) {
  background: #fafafa;
}
section.rankings .legend {
  display: flex;
  justify-content: center;
  font-family: proxima-nova, sans-serif;
  padding-bottom: 20px;
}
section.rankings .legend .bid {
  display: block;
}
section.rankings .legend .bid + .bid {
  margin-left: 30px;
}
section.rankings .legend .bid span {
  display: block;
  padding-left: 10px;
}
section.rankings .legend .bid span:before {
  display: block;
  content: "";
  background: #d6ae40;
  width: 10px;
  height: 10px;
  position: absolute;
  left: -4px;
  top: 2px;
  -webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
          clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}
section.rankings .legend .bid.wildcard span:before {
  background: #7d7c84;
}
section.rankings .bid-allocation {
  padding: 50px 0 15px 0;
}
section.rankings .bid-allocation .headline {
  padding-bottom: 1rem;
  font-style: italic;
}
section.rankings .bid-allocation .regions {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #d9d9d9;
  background: #fafafa;
}
section.rankings .bid-allocation .region {
  display: flex;
  width: 50%;
  justify-content: space-between;
  padding: 12px 20px 11px 20px;
  border: 1px solid #d9d9d9;
  border-collapse: collapse;
  font-family: proxima-nova, sans-serif;
}
section.rankings .bid-allocation .region .number {
  font-weight: bold;
}

@media screen and (min-width: 1024px) {
  .usau-block .rankings {
    grid-column: 2/span 6;
  }
  .usau-block .rankings + .rankings {
    grid-column: 8/span 6;
  }
  .usau-block .rankings + .rankings + .rankings {
    grid-column: 2/span 6;
  }
}

body.single-post section.article-body section.rankings {
  background: #fafafa;
  margin-bottom: 2rem;
}
body.single-post section.article-body table.rankings-table {
  border-right: none;
  border-top: none;
  border-color: #d9d9d9;
}
body.single-post section.article-body table.rankings-table td {
  border-color: #d9d9d9;
}
body.single-post section.article-body .cta .btn {
  text-decoration: none;
}

body.page-rankings section.usau-section .section-content {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(4, minmax(auto, 1fr));
}
@media screen and (min-width: 568px) {
  body.page-rankings section.usau-section .section-content {
    grid-template-columns: repeat(8, minmax(auto, 1fr));
  }
}
@media screen and (min-width: 1024px) {
  body.page-rankings section.usau-section .section-content {
    grid-template-columns: repeat(12, minmax(auto, 1fr));
  }
}
body.page-rankings section.usau-section .section-content > * {
  grid-column: 1/-1;
}
@media screen and (min-width: 1024px) {
  body.page-rankings section.usau-section .section-content .rankings {
    grid-column: 1/span 6;
  }
  body.page-rankings section.usau-section .section-content .rankings + .rankings {
    grid-column: 7/span 6;
  }
  body.page-rankings section.usau-section .section-content .rankings + .rankings + .rankings {
    grid-column: 1/span 6;
  }
}

section.resources {
  padding: 100px 0 0 0;
}
section.resources .header {
  padding-bottom: 25px;
}
section.resources .header h2 {
  font-weight: bold;
  color: #B30839;
  font-style: italic;
  font-size: 1.5rem;
}

section.roster-logs {
  padding-top: 100px;
}
section.roster-logs .section-header .headline {
  padding-bottom: 1rem;
}
section.roster-logs .section-header .copy {
  max-width: 640px;
  margin: 0 auto;
}
section.roster-logs .tab-links {
  padding: 1.5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.roster-logs .tab-links a {
  display: block;
  padding: 10px 15px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  background: #fff;
  color: #B30839;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
section.roster-logs .tab-links a:first-of-type {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
section.roster-logs .tab-links a:last-of-type {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
section.roster-logs .tab-links a:hover, section.roster-logs .tab-links a.active {
  background: #B30839;
  color: #fff;
  text-decoration: none;
}
section.roster-logs .division-header {
  padding-bottom: 1rem;
}
section.roster-logs .tab {
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 25px;
  display: none;
}
section.roster-logs .tab.active {
  display: block;
}
@media screen and (min-width: 768px) {
  section.roster-logs .tab {
    padding: 25px 50px 50px 50px;
  }
}
section.roster-logs .division-tab {
  max-height: 600px;
  overflow-y: scroll;
}

.roster-log-table {
  width: 100%;
  max-width: 100%;
  font-family: proxima-nova, sans-serif;
  font-size: 0.75em;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.roster-log-table::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 768px) {
  .roster-log-table {
    font-size: 0.8125em;
    border: 1px solid #d9d9d9;
  }
}
.roster-log-table th, .roster-log-table td {
  padding: 10px 3px;
}
@media screen and (min-width: 568px) {
  .roster-log-table th, .roster-log-table td {
    padding: 10px 5px;
  }
}
@media screen and (min-width: 768px) {
  .roster-log-table th, .roster-log-table td {
    padding: 15px 10px;
  }
}
.roster-log-table thead {
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: normal;
  background: #002B5C;
  font-size: 0.875em;
}
.roster-log-table tbody td {
  vertical-align: middle;
}
.roster-log-table tbody td + td {
  border-left: 1px solid #d9d9d9;
}
.roster-log-table tbody td.team, .roster-log-table tbody td.status {
  font-weight: bold;
}
.roster-log-table tbody td.arrival-date, .roster-log-table tbody td.status {
  text-align: center;
}
.roster-log-table tbody tr {
  border-bottom: 1px solid #d9d9d9;
}
.roster-log-table tbody tr:nth-child(even) {
  background: #fafafa;
}
.roster-log-table tbody tr.status-Valid td.team {
  background: #00FF02;
  color: #221924;
}
.roster-log-table tbody tr.status-Pending td.team {
  background: #FFFF02;
  color: #221924;
}

section.scoreboard {
  background: #fff;
  padding: 50px 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
section.scoreboard .tournament-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 2rem;
}
section.scoreboard .tournament-header .logo {
  width: 100%;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  section.scoreboard .tournament-header .logo {
    margin-right: 20px;
    width: auto;
    padding-bottom: 0;
  }
}
section.scoreboard .tournament-header .logo img {
  max-width: 100px;
}
@media screen and (min-width: 768px) {
  section.scoreboard .tournament-header .logo img {
    max-width: 160px;
  }
}
section.scoreboard .tournament-header .info .scoreboard-header h2 {
  font-weight: bold;
  color: #002B5C;
  font-style: italic;
  font-family: futura-pt-condensed, sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  section.scoreboard .tournament-header .info .scoreboard-header h2 {
    font-size: 2.25rem;
  }
}
section.scoreboard .tournament-header .info .scoreboard-header h3 {
  padding-top: 10px;
  color: #B30839;
  font-family: proxima-nova, sans-serif;
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
  font-weight: bold;
}
section.scoreboard .tournament-header .links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px 20px 13px 20px;
  border-radius: 3px;
  margin-top: 20px;
  font-family: proxima-nova, sans-serif;
  border: 1px solid #B30839;
}
section.scoreboard .tournament-header .links .header {
  width: 100%;
  padding-right: 1rem;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  section.scoreboard .tournament-header .links .header {
    padding-bottom: 0;
    width: auto;
  }
}
section.scoreboard .tournament-header .links .header h4 {
  font-weight: bold;
  color: #B30839;
  line-height: 1em;
}
section.scoreboard .tournament-header .links .link + .link {
  padding-left: 1rem;
}
section.scoreboard .tournament-header .links .link + .link:before {
  content: "·";
  margin-right: 1rem;
  font-weight: bold;
  font-size: 1.125rem;
}
section.scoreboard .tournament-header .links .link a {
  font-size: 0.875rem;
  line-height: 1em;
  font-weight: 700;
  font-family: proxima-nova, sans-serif;
  display: inline-block;
}
section.scoreboard .tournament-header .links .link a:hover {
  text-decoration: underline;
}
section.scoreboard .games {
  display: grid;
  gap: 50px 20px;
}
@media screen and (min-width: 568px) {
  section.scoreboard .games {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  section.scoreboard .games {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  section.scoreboard .games {
    grid-template-columns: repeat(4, 1fr);
  }
}
section.scoreboard .division {
  text-align: center;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  background: #002B5C;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 9px 10px 7px 10px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
section.scoreboard .game-wrapper {
  background: #fff;
  padding: 20px 30px 20px 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  font-family: proxima-nova, sans-serif;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
section.scoreboard .game-wrapper .team {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.scoreboard .game-wrapper .team + .team {
  padding-top: 10px;
}
section.scoreboard .game-wrapper .team .name span {
  color: #002B5C;
  font-weight: 500;
}
section.scoreboard .game-wrapper .team .score span {
  color: #B30839;
}
section.scoreboard .game-wrapper .status {
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  color: #B30839;
  padding-top: 10px;
  padding-bottom: 10px;
  letter-spacing: 0.1em;
}
section.scoreboard .game-wrapper .meta {
  padding-top: 25px;
  font-size: 0.8125em;
  text-align: center;
  color: #5F5F5F;
}
section.scoreboard .game-wrapper .meta span {
  display: block;
}
section.scoreboard .game-wrapper .meta span + span {
  padding-top: 5px;
}
section.scoreboard .team-1-up .team-1 .name span,
section.scoreboard .team-1-up .team-1 .score span,
section.scoreboard .team-2-up .team-2 .name span,
section.scoreboard .team-2-up .team-2 .score span {
  font-weight: bold;
}
section.scoreboard .watch-link {
  padding-top: 15px;
}
section.scoreboard .watch-link a {
  display: block;
  text-align: center;
  padding: 12px 10px 10px 10px;
  color: #B30839;
  border-radius: 3px;
  border: 2px solid;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 1rem;
}
section.scoreboard .watch-link a:hover {
  text-decoration: none;
  background: #B30839;
  color: #fff;
  border-color: #B30839;
}

section.season-schedule .filters {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  section.season-schedule .filters {
    display: flex;
    align-items: center;
  }
}
section.season-schedule .filters h3 {
  font-size: 1em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: bold;
  color: #002B5C;
  font-family: proxima-nova, sans-serif;
  padding: 0;
}
@media screen and (min-width: 768px) {
  section.season-schedule .filters h3 {
    padding: 0 15px 0 0;
  }
}
section.season-schedule .filters .options .cta {
  display: inline-block;
}
section.season-schedule .filters .options .cta + .cta {
  padding-top: 10px;
  padding-left: 5px;
}
@media screen and (min-width: 768px) {
  section.season-schedule .filters .options .cta a {
    padding-bottom: 9px;
  }
}
@media screen and (min-width: 768px) {
  section.season-schedule .filters .options {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  section.season-schedule .filters .options .cta + .cta {
    padding-top: 0;
    padding-left: 15px;
  }
}
section.season-schedule .week {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
section.season-schedule .week + .week {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  section.season-schedule .week + .week {
    margin-top: 25px;
  }
}
section.season-schedule .week-header {
  background: #B30839;
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 20px;
}
@media screen and (min-width: 768px) {
  section.season-schedule .week-header {
    cursor: pointer;
  }
}
section.season-schedule .week-header h3 {
  font-family: futura-pt-condensed, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-style: italic;
  font-size: 2em;
  width: 100%;
}
@media screen and (min-width: 568px) {
  section.season-schedule .week-header h3 {
    width: auto;
  }
}
section.season-schedule .week-header h4 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  width: 100%;
  padding-top: 5px;
}
@media screen and (min-width: 568px) {
  section.season-schedule .week-header h4 {
    width: auto;
    padding-top: 0;
    padding-left: 10px;
  }
}
section.season-schedule .week-header span.caret {
  display: none;
  content: "";
  width: 24px;
  height: 18px;
  background: url(../svg/icon-down-caret-white.svg) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  top: 16px;
  right: 20px;
  z-index: 10;
  transition: all 0.075s ease-in;
}
@media screen and (min-width: 768px) {
  section.season-schedule .week-header span.caret {
    display: block;
  }
}
section.season-schedule .week-schedule {
  background: #fff;
  padding: 20px;
}
section.season-schedule .week.hide .week-header span.caret {
  transform: rotate(180deg);
  top: 18px;
}
section.season-schedule .week.hide .week-schedule {
  display: none;
  margin-bottom: 0;
}
section.season-schedule .week.hide .error-message {
  display: none;
}
section.season-schedule .error-message {
  color: #002B5C;
  padding: 20px;
}
section.season-schedule .schedule-weeks + .results-weeks {
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  section.season-schedule .schedule-weeks + .results-weeks {
    padding-top: 6rem;
  }
}
section.season-schedule .results-weeks .week {
  height: auto;
  background: #fff;
  margin-bottom: 25px;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  section.season-schedule .results-weeks .week {
    margin-bottom: 50px;
  }
}
section.season-schedule .results-weeks > * {
  width: 100%;
}
section.season-schedule .results-weeks .section-header {
  order: -100;
}

.schedule-table {
  width: 100%;
  max-width: 100%;
  font-family: proxima-nova, sans-serif;
  font-size: 0.75em;
}
@media screen and (min-width: 768px) {
  .schedule-table {
    font-size: 0.875em;
  }
}
.schedule-table td {
  padding: 10px 3px;
}
@media screen and (min-width: 568px) {
  .schedule-table td {
    padding: 10px 5px;
  }
}
@media screen and (min-width: 768px) {
  .schedule-table td {
    padding: 15px 10px;
  }
}
.schedule-table thead {
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: normal;
}
@media screen and (max-width: 568px) {
  .schedule-table thead {
    display: none;
  }
}
.schedule-table thead th {
  border-bottom: 1px solid #221924;
  padding: 10px 3px 5px 3px;
  color: #002B5C;
}
@media screen and (min-width: 568px) {
  .schedule-table thead th {
    padding: 10px 5px 10px 5px;
  }
}
@media screen and (min-width: 768px) {
  .schedule-table thead th {
    padding: 15px 10px 10px 10px;
  }
}
.schedule-table tbody tr + tr td {
  border-top: 1px solid #d9d9d9;
}
@media screen and (max-width: 568px) {
  .schedule-table tbody tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .schedule-table tbody tr + tr td {
    border-top: none;
  }
  .schedule-table tbody tr:not(.hide) + tr {
    padding-top: 20px;
  }
}
.schedule-table tbody .tournament.hide {
  display: none;
}
.schedule-table tbody td span.label {
  display: none;
}
.schedule-table tbody td.event a, .schedule-table tbody td.results a {
  border-bottom: 1px dotted;
  font-weight: bold;
}
.schedule-table tbody td.event a:hover, .schedule-table tbody td.results a:hover {
  text-decoration: none;
}
@media screen and (max-width: 568px) {
  .schedule-table tbody td {
    padding: 0 0 5px 0;
    width: 100%;
  }
  .schedule-table tbody td span.label {
    display: inline;
    font-weight: bold;
    padding-right: 5px;
  }
  .schedule-table tbody td.event {
    order: -1;
    font-size: 1.25em;
    font-weight: bold;
  }
  .schedule-table tbody td.champion.empty, .schedule-table tbody td.results.empty {
    display: none;
  }
}

.site-map.usau-block {
  padding: 3rem 0;
}
@media screen and (min-width: 1024px) {
  .site-map.usau-block {
    padding: 6rem 0;
  }
}
.site-map.usau-block .site-map-section {
  display: grid;
  gap: 0 2rem;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 568px) {
  .site-map.usau-block .site-map-section {
    grid-template-columns: repeat(3, 1fr);
  }
}
.site-map.usau-block .site-map-section + .site-map-section {
  margin-top: 3rem;
  border-top: 1px solid #d9d9d9;
  padding-top: 3rem;
}
.site-map.usau-block .col + .col {
  padding-top: 3rem;
}
@media screen and (min-width: 568px) {
  .site-map.usau-block .col + .col {
    padding-top: 0;
  }
}
.site-map.usau-block .link + .link {
  padding-top: 0.75rem;
}
.site-map.usau-block .link a {
  font-family: proxima-nova, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .site-map.usau-block .link a {
    font-size: 0.875rem;
  }
}
.site-map.usau-block .link + .link.header {
  padding-top: 3rem;
}
.site-map.usau-block .link.header a {
  font-weight: bold;
  font-size: 0.9375rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #B30839;
}
@media screen and (min-width: 1024px) {
  .site-map.usau-block .link.header a {
    font-size: 1rem;
  }
}

section.spirit-awards .divisions {
  display: grid;
}
@media screen and (min-width: 768px) {
  section.spirit-awards .divisions.one-col {
    grid-column: 3/9;
  }
}
@media screen and (min-width: 1024px) {
  section.spirit-awards .divisions.one-col {
    grid-column: 5/span 6;
  }
}
section.spirit-awards .divisions.two-col {
  gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 1024px) {
  section.spirit-awards .divisions.two-col {
    grid-template-columns: repeat(2, 1fr);
  }
}
section.spirit-awards .award {
  background: #fff;
  padding: 2rem;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
@media screen and (min-width: 1024px) {
  section.spirit-awards .award:nth-child(1) .winner .photo {
    order: -1;
  }
}
section.spirit-awards .about .headline {
  padding-bottom: 1rem;
}
section.spirit-awards .winner {
  padding: 0 0 2rem 0;
}
section.spirit-awards .winner .photo {
  display: block;
  position: relative;
  float: right;
  width: calc(50% - 1rem);
  margin: 0 0 1rem 2rem;
}
section.spirit-awards .winner .photo:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 133.3333333333%;
}
section.spirit-awards .winner .photo > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
section.spirit-awards .winner .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
section.spirit-awards .winner .photo img {
  -o-object-position: center center;
     object-position: center center;
}
section.spirit-awards .winner .info .tagline {
  padding-bottom: 0.5rem;
}
section.spirit-awards .winner .info .tagline h5 {
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #B30839;
  font-size: 0.75rem;
  line-height: 1.125em;
}
section.spirit-awards .winner .info .tagline h5:after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: #B30839;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
section.spirit-awards .winner .info h4 {
  color: #002B5C;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: italic;
  letter-spacing: -0.015em;
  font-size: 1.44rem;
  line-height: 1.125em;
}
@media (min-width: 768px) and (max-width: 1440px) {
  section.spirit-awards .winner .info h4 {
    font-size: calc( 1.44rem + 0.18 * ( ( 100vw - 768px) / 672 ) );
  }
}
@media (min-width: 1440px) {
  section.spirit-awards .winner .info h4 {
    font-size: 1.62rem;
  }
}
section.spirit-awards .winner .info h5 {
  color: #2964A8;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  letter-spacing: -0.015em;
  font-size: 1rem;
  line-height: 1.125em;
}
@media (min-width: 768px) and (max-width: 1440px) {
  section.spirit-awards .winner .info h5 {
    font-size: calc( 1rem + 0.125 * ( ( 100vw - 768px) / 672 ) );
  }
}
@media (min-width: 1440px) {
  section.spirit-awards .winner .info h5 {
    font-size: 1.125rem;
  }
}
section.spirit-awards .winner .info p {
  padding-top: 1rem;
  font-size: 0.8333333333rem;
  line-height: 1.5em;
}
@media (min-width: 768px) and (max-width: 1440px) {
  section.spirit-awards .winner .info p {
    font-size: calc( 0.8333333333rem + 0.1041666667 * ( ( 100vw - 768px) / 672 ) );
  }
}
@media (min-width: 1440px) {
  section.spirit-awards .winner .info p {
    font-size: 0.9375rem;
  }
}
section.spirit-awards .finalists {
  clear: both;
}
@media screen and (min-width: 1024px) {
  section.spirit-awards .finalists {
    padding-top: 2rem;
  }
}
section.spirit-awards .finalists:before {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: #B30839;
  margin-bottom: 1rem;
}
section.spirit-awards .finalists .headline h5 {
  font-style: italic;
}
section.spirit-awards .finalists .copy {
  padding-top: 0.5rem;
  font-style: italic;
}
section.spirit-awards .finalists .copy p {
  line-height: 1.25rem;
}

@media screen and (min-width: 1024px) {
  .streaming-schedule .day {
    grid-column: 2/span 8;
  }
}
.streaming-schedule .day + .day {
  padding-top: 3rem;
}
@media screen and (min-width: 568px) {
  .streaming-schedule .day + .day {
    padding-top: 6rem;
  }
}
.streaming-schedule .day .section-header h4 {
  font-style: italic;
}
.streaming-schedule-table {
  width: 100%;
  max-width: 100%;
  font-family: proxima-nova, sans-serif;
  font-size: 0.75em;
}
@media screen and (min-width: 768px) {
  .streaming-schedule-table {
    font-size: 0.875em;
  }
}
.streaming-schedule-table td {
  padding: 10px 3px;
}
@media screen and (min-width: 568px) {
  .streaming-schedule-table td {
    padding: 10px 5px;
  }
}
@media screen and (min-width: 768px) {
  .streaming-schedule-table td {
    padding: 15px 10px;
  }
}
.streaming-schedule-table thead {
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: normal;
}
@media screen and (max-width: 568px) {
  .streaming-schedule-table thead {
    display: none;
  }
}
.streaming-schedule-table thead th {
  padding: 10px 3px 10px 3px;
  color: #fff;
  background: #002B5C;
}
@media screen and (min-width: 568px) {
  .streaming-schedule-table thead th {
    padding: 10px 5px 10px 5px;
  }
}
@media screen and (min-width: 768px) {
  .streaming-schedule-table thead th {
    padding: 15px 10px 15px 10px;
  }
}
.streaming-schedule-table tbody tr + tr td {
  border-top: 1px solid #d9d9d9;
}
.streaming-schedule-table tbody tr:nth-child(odd) {
  background: #eee;
}
@media screen and (max-width: 568px) {
  .streaming-schedule-table tbody tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 1rem;
  }
  .streaming-schedule-table tbody tr + tr td {
    border-top: none;
  }
  .streaming-schedule-table tbody tr:not(.hide) + tr {
    padding-top: 20px;
  }
}
.streaming-schedule-table tbody td {
  vertical-align: middle;
}
.streaming-schedule-table tbody td span.label {
  display: none;
}
.streaming-schedule-table tbody td.watch a {
  border-bottom: 1px dotted;
  font-weight: bold;
}
.streaming-schedule-table tbody td.watch a:hover {
  text-decoration: none;
}
.streaming-schedule-table tbody td.division, .streaming-schedule-table tbody td.time, .streaming-schedule-table tbody td.watch {
  min-width: 120px;
}
.streaming-schedule-table tbody td.match-up {
  max-width: 220px;
}
@media screen and (max-width: 568px) {
  .streaming-schedule-table tbody td {
    padding: 0 0 5px 0;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .streaming-schedule-table tbody td span.label {
    display: inline;
    font-weight: bold;
    padding-right: 5px;
  }
}

section.team-usa-archive,
section.team-usa-roster {
  padding: 3rem 0;
}
@media screen and (min-width: 1024px) {
  section.team-usa-archive,
section.team-usa-roster {
    padding: 3rem 0 6rem 0;
  }
}
section.team-usa-archive .meta,
section.team-usa-roster .meta {
  padding-bottom: 3rem;
}
section.team-usa-archive .meta .delegation,
section.team-usa-roster .meta .delegation {
  display: flex;
  align-items: flex-start;
  padding-bottom: 1rem;
  border-bottom: 2px solid #002B5C;
  margin-bottom: 2rem;
}
section.team-usa-archive .meta .delegation .headline,
section.team-usa-roster .meta .delegation .headline {
  padding-right: 2rem;
}
section.team-usa-archive .meta .delegation .headline h5,
section.team-usa-roster .meta .delegation .headline h5 {
  font-style: italic;
  white-space: nowrap;
}
section.team-usa-archive .meta .delegation .teams,
section.team-usa-roster .meta .delegation .teams {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem 2rem;
}
section.team-usa-archive .meta .delegation .teams a,
section.team-usa-roster .meta .delegation .teams a {
  display: block;
  font-weight: 600;
  font-size: 1rem;
  padding: 4px 0 2px 0;
  border-bottom: 2px solid transparent;
}
section.team-usa-archive .meta .delegation .teams a:hover, section.team-usa-archive .meta .delegation .teams a.active,
section.team-usa-roster .meta .delegation .teams a:hover,
section.team-usa-roster .meta .delegation .teams a.active {
  text-decoration: none;
  border-bottom-color: #B30839;
}
section.team-usa-archive .meta .placeholder,
section.team-usa-roster .meta .placeholder {
  padding-top: 2rem;
}
section.team-usa-archive .meta .placeholder .photo,
section.team-usa-roster .meta .placeholder .photo {
  position: relative;
}
section.team-usa-archive .meta .placeholder .photo:before,
section.team-usa-roster .meta .placeholder .photo:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
section.team-usa-archive .meta .placeholder .photo > .content,
section.team-usa-roster .meta .placeholder .photo > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
section.team-usa-archive .meta .placeholder .photo img,
section.team-usa-roster .meta .placeholder .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
section.team-usa-archive .meta .placeholder .photo img,
section.team-usa-roster .meta .placeholder .photo img {
  -o-object-position: center center;
     object-position: center center;
}
section.team-usa-archive .meta .placeholder .headline,
section.team-usa-roster .meta .placeholder .headline {
  padding-top: 1.5rem;
}
section.team-usa-archive .meta .placeholder .copy,
section.team-usa-roster .meta .placeholder .copy {
  padding-top: 0.5rem;
  color: #002B5C;
}
section.team-usa-archive .meta .location h2,
section.team-usa-roster .meta .location h2 {
  color: #002B5C;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  section.team-usa-archive .meta .location h2,
section.team-usa-roster .meta .location h2 {
    font-size: 2rem;
  }
}
section.team-usa-archive .meta .result,
section.team-usa-roster .meta .result {
  display: flex;
  align-items: center;
  padding-top: 10px;
}
section.team-usa-archive .meta .result .medal img,
section.team-usa-roster .meta .result .medal img {
  width: 16px;
}
@media screen and (min-width: 768px) {
  section.team-usa-archive .meta .result .medal img,
section.team-usa-roster .meta .result .medal img {
    width: 24px;
  }
}
section.team-usa-archive .meta .result h3,
section.team-usa-roster .meta .result h3 {
  font-weight: bold;
  color: #B30839;
  font-size: 1.25rem;
  padding-left: 5px;
}
@media screen and (min-width: 768px) {
  section.team-usa-archive .meta .result h3,
section.team-usa-roster .meta .result h3 {
    font-size: 1.5rem;
  }
}
section.team-usa-archive .meta .photo,
section.team-usa-roster .meta .photo {
  padding-top: 25px;
}
section.team-usa-archive .results .results-header,
section.team-usa-roster .results .results-header {
  padding-bottom: 1rem;
}
section.team-usa-archive .results .game,
section.team-usa-roster .results .game {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 20px;
  border: 2px solid #002B5C;
  text-align: center;
  font-weight: bold;
}
section.team-usa-archive .results .game + .game,
section.team-usa-roster .results .game + .game {
  margin-top: 20px;
}
section.team-usa-archive .results .game .team,
section.team-usa-roster .results .game .team {
  width: 33.3333%;
  color: #002B5C;
  font-size: 0.9375rem;
}
section.team-usa-archive .results .game .team.usa,
section.team-usa-roster .results .game .team.usa {
  text-align: right;
}
section.team-usa-archive .results .game .team.opponent,
section.team-usa-roster .results .game .team.opponent {
  text-align: left;
}
section.team-usa-archive .results .game .score,
section.team-usa-roster .results .game .score {
  width: 33.3333%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  color: #B30839;
  font-size: 1.125rem;
}
section.team-usa-archive .results .game .round,
section.team-usa-roster .results .game .round {
  width: 100%;
  padding-top: 0.25rem;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 1024px) {
  section.team-usa-archive .info {
    grid-column: 2/span 7;
  }
}
@media screen and (min-width: 1024px) {
  section.team-usa-archive .roster-list {
    grid-column: 9/span 5;
  }
}
section.team-usa-archive .player-gallery {
  padding-top: 3rem;
}
section.team-usa-archive .player-grid {
  display: grid;
  gap: 3rem 2rem;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
}
section.team-usa-archive .player__photo {
  aspect-ratio: 4/5;
}
section.team-usa-archive .player__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
section.team-usa-archive .player__info {
  text-align: center;
  padding-top: 0.75rem;
}
section.team-usa-archive .player__headline {
  font-weight: bold;
  font-style: italic;
  font-size: 1rem;
  color: #002B5C;
}
section.team-usa-archive .player__meta {
  padding-top: 0.25rem;
  color: #B30839;
  font-size: 0.875rem;
}

@media screen and (min-width: 1024px) {
  .roster-list {
    padding-top: 3rem;
  }
}
.roster-list .roster-header {
  padding-bottom: 1rem;
}
.roster-list table {
  width: 100%;
  max-width: 100%;
  font-family: proxima-nova, sans-serif;
  font-size: 0.875em;
}
@media screen and (min-width: 768px) {
  .roster-list table {
    font-size: 0.875em;
  }
}
.roster-list table td,
.roster-list table th {
  padding: 15px 10px;
}
.roster-list table thead {
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: normal;
}
.roster-list table thead th {
  color: #fff;
  background: #002B5C;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.roster-list table tbody tr + tr td {
  border-top: 1px solid #d9d9d9;
}
.roster-list table tbody td {
  color: #002B5C;
}
.roster-list table tbody td.name {
  font-weight: 600;
}
.roster-list table tbody tr.staff-header td {
  margin-top: 20px;
  background: #002B5C;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-top: none !important;
}
.roster-list.error-message {
  max-width: 420px;
  text-align: center;
  margin-left: auto;
}

section.team-usa-explore-teams .photo {
  position: relative;
}
section.team-usa-explore-teams .photo:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
section.team-usa-explore-teams .photo > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 568px) {
  section.team-usa-explore-teams .photo {
    position: relative;
  }
  section.team-usa-explore-teams .photo:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
  }
  section.team-usa-explore-teams .photo > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  section.team-usa-explore-teams .photo {
    position: relative;
    max-height: 800px;
  }
  section.team-usa-explore-teams .photo:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 43.75%;
  }
  section.team-usa-explore-teams .photo > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  section.team-usa-explore-teams .photo.half {
    max-height: 400px;
  }
  section.team-usa-explore-teams .photo.half .info-wrapper {
    max-width: 960px;
  }
}
section.team-usa-explore-teams .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
section.team-usa-explore-teams .info {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.team-usa-explore-teams .info-wrapper {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 25px;
}
section.team-usa-explore-teams .info .headline {
  text-align: center;
}
@media screen and (min-width: 568px) {
  section.team-usa-explore-teams .info .headline h1 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 768px) {
  section.team-usa-explore-teams .info .headline h1 {
    font-size: 4.5rem;
  }
}
section.team-usa-explore-teams .info .links {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 25px;
}
section.team-usa-explore-teams .info .links .cta + .cta {
  padding-left: 25px;
}

section.team-usa-player-carousel {
  padding: 125px 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  section.team-usa-player-carousel {
    padding: 125px 0;
  }
}
section.team-usa-player-carousel .section-header {
  text-align: center;
}
section.team-usa-player-carousel .player {
  position: relative;
  max-height: 800px;
  max-width: 450px;
}
section.team-usa-player-carousel .player:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 133.3333333333%;
}
section.team-usa-player-carousel .player > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
section.team-usa-player-carousel .player a {
  color: #fff;
  display: block;
}
section.team-usa-player-carousel .player a,
section.team-usa-player-carousel .player .photo,
section.team-usa-player-carousel .player img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.team-usa-player-carousel .player .info {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  section.team-usa-player-carousel .player .info {
    padding: 25px;
  }
}
section.team-usa-player-carousel .player .info h3 {
  font-weight: 900;
  font-size: 1.125rem;
  background: #002B5C;
  padding: 10px;
  display: inline-block;
  font-style: italic;
}
@media screen and (min-width: 1024px) {
  section.team-usa-player-carousel .player .info h3 {
    font-size: 1.5rem;
  }
}
section.team-usa-player-carousel .player .info h4 {
  text-transform: uppercase;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 1024px) {
  section.team-usa-player-carousel .player .info h4 {
    font-size: 0.875rem;
  }
}
section.team-usa-player-carousel .player .info h4 span {
  display: inline-block;
  padding: 7px 10px 7px 10px;
  background: #B30839;
  color: #fff;
}

.team-usa-results-archive {
  padding: 3rem 0;
}
@media screen and (min-width: 1024px) {
  .team-usa-results-archive {
    padding: 6rem 0;
  }
}
.team-usa-results-archive .section-header {
  padding-bottom: 1rem;
}
.team-usa-results-archive section.team-usa-archive {
  padding: 0;
}
.team-usa-results-archive section.team-usa-archive + section.team-usa-archive {
  padding-top: 3rem;
}
.team-usa-results-archive .event-header {
  padding-bottom: 1.5rem;
}

section.team-usa-archive {
  background: #f5f5f5;
  overflow: hidden;
}
section.team-usa-archive .event-header {
  padding-bottom: 1.5rem;
}
section.team-usa-archive .grid {
  display: grid;
  gap: 1.5rem;
}
@media screen and (min-width: 1024px) {
  section.team-usa-archive .grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1024px) {
  section.team-usa-archive .grid.count-1 {
    grid-template-columns: 1fr;
  }
  section.team-usa-archive .grid.count-1 .division {
    width: calc(50% - 0.75rem);
    margin: 0 auto;
  }
}
section.team-usa-archive .division {
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
}
section.team-usa-archive .division::-webkit-scrollbar {
  display: none;
}
section.team-usa-archive .division-header {
  background: #002B5C;
  padding: 15px 20px;
  color: #fff;
}
section.team-usa-archive .division-header h4 {
  font-weight: bold;
  font-size: 1.125rem;
}
section.team-usa-archive .division table.results {
  width: 100%;
  font-family: proxima-nova, sans-serif;
}
section.team-usa-archive .division table.results thead {
  background: #d9d9d9;
  color: #221924;
  border: 1px solid #d9d9d9;
}
section.team-usa-archive .division table.results thead th {
  text-align: left;
  padding: 15px 20px;
  font-size: 0.75rem;
  text-transform: uppercase;
}
section.team-usa-archive .division table.results thead th.details, section.team-usa-archive .division table.results thead th.finish, section.team-usa-archive .division table.results thead th.record {
  text-align: center;
}
section.team-usa-archive .division table.results tbody {
  border: 1px solid #d9d9d9;
  border-top: none;
}
section.team-usa-archive .division table.results tbody tr + tr td {
  border-top: 1px solid #d9d9d9;
}
section.team-usa-archive .division table.results tbody td {
  padding: 20px 20px;
  font-size: 0.875rem;
  background: #fafafa;
}
section.team-usa-archive .division table.results tbody td .finish-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.team-usa-archive .division table.results tbody td .finish-flex .medal {
  padding-right: 5px;
}
section.team-usa-archive .division table.results tbody td .finish-flex .medal img {
  width: 16px;
}
section.team-usa-archive .division table.results tbody td.year p {
  font-weight: 600;
}
section.team-usa-archive .division table.results tbody td.details, section.team-usa-archive .division table.results tbody td.record {
  text-align: center;
}
section.team-usa-archive .division table.results tbody td a {
  font-weight: bold;
}
section.team-usa-archive .division table.results tbody td a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 1024px) {
  section.team-usa-roster .info {
    grid-column: 2/span 7;
  }
}
@media screen and (min-width: 1024px) {
  section.team-usa-roster .results {
    padding-top: 3rem;
    grid-column: 9/span 5;
  }
}
section.team-usa-roster .grid {
  display: grid;
  gap: 3rem 2rem;
}
section.team-usa-roster .grid.four-col {
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 568px) {
  section.team-usa-roster .grid.four-col {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  section.team-usa-roster .grid.four-col {
    grid-template-columns: repeat(4, 1fr);
  }
}
section.team-usa-roster .personnel-group + .personnel-group {
  padding-top: 3rem;
}
@media screen and (min-width: 1024px) {
  section.team-usa-roster .personnel-group + .personnel-group {
    padding-top: 6rem;
  }
}
section.team-usa-roster .personnel {
  padding-top: 3rem;
}
section.team-usa-roster .personnel-header {
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  section.team-usa-roster .personnel.lists {
    padding-top: 6rem;
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(4, 1fr);
  }
  section.team-usa-roster .personnel.lists .personnel-header {
    padding-bottom: 0;
  }
  section.team-usa-roster .personnel.lists .layout-list + .layout-list {
    padding-top: 0;
  }
}
section.team-usa-roster .personnel .layout-list .grid {
  display: block;
}
section.team-usa-roster .personnel .layout-list .person .info {
  text-align: left;
}
section.team-usa-roster .person .photo {
  aspect-ratio: 277/346;
}
section.team-usa-roster .person .photo a {
  display: block;
  width: 100%;
  height: 100%;
}
section.team-usa-roster .person .photo a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.team-usa-roster .person .photo .no-photo {
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  width: 100%;
  height: 100%;
}
section.team-usa-roster .person .info {
  width: 100%;
  text-align: center;
  padding-top: 0.75rem;
}
section.team-usa-roster .person .name h5 {
  font-weight: bold;
}
section.team-usa-roster .person .name h5 a {
  color: #B30839;
}
section.team-usa-roster .person .meta p {
  font-style: italic;
  color: #002B5C;
}

section.three-columns {
  padding: 3rem 0;
}
section.three-columns + * {
  padding-top: 3rem;
}
section.three-columns + section.three-columns {
  padding-top: 0;
}

section.cover + section.three-columns {
  padding-top: 1.5rem;
}

.column {
  display: flex;
}
@media screen and (min-width: 768px) {
  .column {
    padding: 0.6125rem;
  }
}
.column .icon {
  width: 100%;
  max-width: 48px;
}
@media screen and (min-width: 768px) {
  .column .icon {
    max-width: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .column .icon {
    max-width: 48px;
  }
}
.column .icon img {
  width: 100%;
}
.column .icon + .info {
  padding-left: 1.25rem;
}
.column .info {
  flex: 1;
}
.column .info .headline {
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .column .info .copy {
    padding-right: 2rem;
  }
}
.column .info .cta {
  padding-top: 2rem;
}

.three-col {
  display: grid;
  grid-gap: 4rem 2rem;
}
@media screen and (min-width: 768px) {
  .three-col {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .three-col .col-1,
.three-col .col-2 {
    border-right: 2px solid #002B5C;
  }
}

.four-col {
  display: grid;
  grid-gap: 4rem 2rem;
}
@media screen and (min-width: 568px) {
  .four-col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .four-col {
    grid-template-columns: repeat(4, 1fr);
  }
  .four-col .col-1,
.four-col .col-2,
.four-col .col-3 {
    border-right: 2px solid #002B5C;
  }
}
.four-col .column {
  display: block;
}
.four-col .icon {
  width: 100%;
  max-width: 100%;
  padding-bottom: 1rem;
}
.four-col .icon img {
  max-width: 48px;
  max-height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}
.four-col .info {
  width: 100%;
}
.four-col .icon + .info {
  padding-left: 0;
}

.three-column-features {
  padding: 3rem 0;
}
@media screen and (min-width: 768px) {
  .three-column-features {
    padding: 6rem 0 4rem 0;
  }
}
.three-column-features + .three-column-features {
  padding-top: 0;
}
.three-column-features .features-header {
  padding-bottom: 1.25rem;
}
.three-column-features .features-grid {
  display: grid;
  gap: 6rem 2rem;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 568px) {
  .three-column-features .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .three-column-features .features-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.three-column-features .photo {
  position: relative;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
}
.three-column-features .photo:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.three-column-features .photo > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.three-column-features .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.three-column-features .photo img {
  -o-object-position: center center;
     object-position: center center;
}
.three-column-features .photo + .info {
  padding-top: 1.25rem;
}
.three-column-features .info-feature .copy,
.three-column-features .link-feature .copy {
  padding-top: 1rem;
}
.three-column-features .link-feature .cta {
  padding-top: 1rem;
}
.three-column-features .link-feature .cta a:hover {
  text-decoration: none;
}
.three-column-features .info p + ul,
.three-column-features .info p + ol {
  padding-top: 1rem;
}
.three-column-features .info .cta {
  padding-top: 2rem;
}
.three-column-features .video-feature .video-thumbnail .thumbnail {
  position: static;
}
.three-column-features .video-feature .info {
  padding-top: 1rem;
}
.three-column-features .video-feature .copy {
  padding-top: 0.5rem;
}
.three-column-features .toggle-feature .info .text-toggle {
  color: #B30839;
  display: inline-block;
  text-decoration: underline;
  font-size: 1rem;
  font-weight: bold;
}
.three-column-features .toggle-feature .info .text-toggle:after {
  content: "+";
  display: inline-block;
  margin-left: 5px;
  transition: all 0.15s ease;
}
.three-column-features .toggle-feature .info .text-toggle.show:after {
  transform: rotate(45deg);
}
.three-column-features .toggle-feature .info .copy {
  padding-top: 1rem;
}
.three-column-features .toggle-feature .info .text {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.three-column-features .toggle-feature .info .text.show {
  max-height: 400px;
  padding-top: 1rem;
}

.two-col-features {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .two-col-features {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .two-col-features {
    padding: 100px 0 140px 0;
  }
}
.two-col-features .feature {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
.two-col-features .feature + .feature {
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  .two-col-features .feature .photo,
.two-col-features .feature .info {
    width: 50%;
  }
  .two-col-features .feature + .feature {
    padding-top: 150px;
  }
  .two-col-features .feature.align-left .info {
    transform: translate3d(-80px, 40px, 0);
    padding-left: 120px;
  }
  .two-col-features .feature.align-left .photo {
    z-index: 1;
  }
  .two-col-features .feature.align-left .photo img {
    margin-left: auto;
  }
  .two-col-features .feature.align-right .info {
    transform: translate3d(80px, 40px, 0);
    padding-right: 120px;
    order: -1;
  }
  .two-col-features .feature.align-right .photo {
    z-index: 1;
  }
  .two-col-features .feature.align-right .photo img {
    margin-right: auto;
  }
}
.two-col-features .feature .photo img {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.two-col-features .feature .photo .video-trigger {
  display: block;
}
.two-col-features .feature .info {
  background: #fff;
  padding: 2.5rem 1.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 768px) {
  .two-col-features .feature .info {
    padding: 4rem 2.5rem;
  }
}
.two-col-features .feature .info .sub-headline {
  padding-bottom: 0.25rem;
  text-transform: uppercase;
}
.two-col-features .feature .info .main-headline {
  padding-bottom: 1rem;
}
.two-col-features .feature .info .copy a {
  color: #B30839;
}
.two-col-features .feature .info .cta {
  padding-top: 1.5rem;
}

body.page-discover-ultimate .two-col-features .feature .info {
  background: #eee;
}

section.upcoming-events {
  padding: 50px 0 100px 0;
}
@media screen and (min-width: 1024px) {
  section.upcoming-events {
    padding: 100px 0;
  }
}
section.upcoming-events .slick-list {
  padding: 10px 0;
  margin: 0 -10px;
}
section.upcoming-events .event {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-top: 10px solid #B30839;
  padding: 25px;
  color: #002B5C;
  margin: 0 10px;
  display: flex;
}
section.upcoming-events .event:active, section.upcoming-events .event:focus {
  outline: none;
}
section.upcoming-events .event .display-date {
  font-family: proxima-nova, sans-serif;
  width: 70px;
}
section.upcoming-events .event .display-date .month {
  background: #B30839;
  color: #fff;
  padding: 7px 5px 5px 5px;
  text-align: center;
}
section.upcoming-events .event .display-date .month span {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}
section.upcoming-events .event .display-date .date {
  border: 1px solid #002B5C;
  border-top: none;
  text-align: center;
  color: #002B5C;
  padding: 10px;
}
section.upcoming-events .event .display-date .date span {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
}
section.upcoming-events .event .display-date .year {
  padding: 5px;
  text-align: center;
}
section.upcoming-events .event .display-date .year span {
  display: block;
  font-weight: bold;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}
section.upcoming-events .event .display-date .month + .year {
  padding: 10px;
  border: 1px solid #002B5C;
  border-top: none;
}
section.upcoming-events .event .info {
  flex: 1;
  margin-left: 20px;
}
section.upcoming-events .event .headline {
  padding-bottom: 0.25rem;
}
section.upcoming-events .event .headline h4 {
  font-size: 1.2rem;
}
@media (min-width: 768px) and (max-width: 1440px) {
  section.upcoming-events .event .headline h4 {
    font-size: calc( 1.2rem + 0.15 * ( ( 100vw - 768px) / 672 ) );
  }
}
@media (min-width: 1440px) {
  section.upcoming-events .event .headline h4 {
    font-size: 1.35rem;
  }
}
section.upcoming-events .event .meta {
  padding-bottom: 15px;
}
section.upcoming-events .event .meta p span {
  display: block;
}
section.upcoming-events .event .meta p .date {
  font-weight: bold;
  padding-bottom: 0.25rem;
}
section.upcoming-events .event .meta p .location {
  font-style: italic;
}
section.upcoming-events .event .copy {
  padding-bottom: 1rem;
}
section.upcoming-events .event .cta .underline:hover {
  text-decoration: none;
}
section.upcoming-events .full-season-cta {
  padding-top: 5rem;
}

.usau-section h1 {
  font-size: 3.5831808rem;
  font-family: futura-pt-condensed, sans-serif;
  letter-spacing: -0.025em;
  line-height: 1em;
  font-weight: 800;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .usau-section h1 {
    font-size: calc( 3.5831808rem + 0.4478976 * ( ( 100vw - 768px) / 672 ) );
  }
}
@media (min-width: 1440px) {
  .usau-section h1 {
    font-size: 4.0310784rem;
  }
}
.usau-section h2 {
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 800;
  font-style: italic;
  letter-spacing: -0.015em;
  font-size: 2.985984rem;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .usau-section h2 {
    font-size: calc( 2.985984rem + 0.373248 * ( ( 100vw - 768px) / 672 ) );
  }
}
@media (min-width: 1440px) {
  .usau-section h2 {
    font-size: 3.359232rem;
  }
}
.usau-section h3 {
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 800;
  font-style: italic;
  letter-spacing: -0.015em;
  font-size: 2.0736rem;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .usau-section h3 {
    font-size: calc( 2.0736rem + 0.2592 * ( ( 100vw - 768px) / 672 ) );
  }
}
@media (min-width: 1440px) {
  .usau-section h3 {
    font-size: 2.3328rem;
  }
}
.usau-section h4 {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: italic;
  letter-spacing: -0.015em;
  font-size: 1.44rem;
  line-height: 1.125em;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .usau-section h4 {
    font-size: calc( 1.44rem + 0.18 * ( ( 100vw - 768px) / 672 ) );
  }
}
@media (min-width: 1440px) {
  .usau-section h4 {
    font-size: 1.62rem;
  }
}
.usau-section h5 {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  letter-spacing: -0.015em;
  font-size: 1rem;
  line-height: 1.125em;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .usau-section h5 {
    font-size: calc( 1rem + 0.125 * ( ( 100vw - 768px) / 672 ) );
  }
}
@media (min-width: 1440px) {
  .usau-section h5 {
    font-size: 1.125rem;
  }
}
.usau-section h6 {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 0.6944444444rem;
  line-height: 1.125em;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .usau-section h6 {
    font-size: calc( 0.6944444444rem + 0.0868055556 * ( ( 100vw - 768px) / 672 ) );
  }
}
@media (min-width: 1440px) {
  .usau-section h6 {
    font-size: 0.78125rem;
  }
}
.usau-section h1, .usau-section h2, .usau-section h3, .usau-section h4, .usau-section h5, .usau-section h6 {
  padding-bottom: 0.5rem;
}
.usau-section p, .usau-section li {
  font-size: 1rem;
  line-height: 1.75em;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .usau-section p, .usau-section li {
    font-size: calc( 1rem + 0.125 * ( ( 100vw - 768px) / 672 ) );
  }
}
@media (min-width: 1440px) {
  .usau-section p, .usau-section li {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .usau-section p {
    max-width: 920px;
  }
}
.usau-section p + p {
  padding-top: 1.5rem;
}
.usau-section .has-text-align-center {
  margin: 0 auto;
}
.usau-section hr {
  margin: 3rem 0;
}
.usau-section ul, .usau-section ol {
  padding: 1.5rem 0;
}
@media screen and (min-width: 1024px) {
  .usau-section ul, .usau-section ol {
    max-width: 640px;
  }
}
.usau-section .wp-block-image img {
  width: auto !important;
  height: auto !important;
}
.usau-section * + .wp-block-image {
  margin: 0;
  padding: 1.5rem 0;
}
@media (max-width: 599px) {
  .usau-section .wp-block-columns .wp-block-column + .wp-block-column {
    padding-top: 3rem;
  }
}

section.usau-video {
  background: #000;
  padding: 100px 0;
}
section.usau-video .video {
  position: relative;
}
section.usau-video .video:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
section.usau-video .video > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
section.usau-video .video iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.usau-video .info {
  padding-top: 2rem;
  color: #fff;
}
section.usau-video .info .underline:after {
  margin-top: 1rem;
}
section.usau-video .info .meta {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
section.usau-video .info .status h5 {
  text-transform: uppercase;
  font-size: 1rem;
  font-style: italic;
  letter-spacing: 0.05em;
  background: #B30839;
  color: #fff;
  display: inline-block;
  padding: 0.375rem 0.5rem 0.25rem 0.5rem;
}
section.usau-video .info .event {
  padding-top: 0.125rem;
  padding-left: 1rem;
}
section.usau-video .info .event p {
  text-transform: uppercase;
  letter-spacing: 0.075em;
  font-size: clamp(0.75rem, 1vw, 0.875rem);
}
section.usau-video .info .copy {
  padding-top: 0.5rem;
  max-width: 960px;
}
section.usau-video + .wp-block-spacer {
  display: none;
}

.yearly-calendar.usau-block {
  padding: 3rem 0;
}
@media screen and (min-width: 768px) {
  .yearly-calendar.usau-block {
    padding: 6rem 0;
  }
}
.yearly-calendar.usau-block .section-header {
  padding-bottom: 2rem;
}
.yearly-calendar.usau-block .year + .year {
  margin-top: 4rem;
}
.yearly-calendar.usau-block .year:empty {
  display: none;
}
.yearly-calendar.usau-block .year__header {
  padding-bottom: 0.5rem;
}
.yearly-calendar.usau-block .year .events {
  font-family: proxima-nova, sans-serif;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .yearly-calendar.usau-block .year .events-wrapper {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  }
}
.yearly-calendar.usau-block .year .events__header {
  background: #B30839;
  color: #fff;
  padding: 1rem;
  display: none;
}
@media screen and (min-width: 768px) {
  .yearly-calendar.usau-block .year .events__header {
    display: flex;
  }
}
.yearly-calendar.usau-block .year .events__header strong {
  font-weight: bold;
}
.yearly-calendar.usau-block .year .events .event-listing {
  padding: 2rem;
  background: #fff;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.yearly-calendar.usau-block .year .events .event-listing::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 768px) {
  .yearly-calendar.usau-block .year .events .event-listing {
    display: flex;
    padding: 1rem;
    box-shadow: none;
  }
}
.yearly-calendar.usau-block .year .events .event-listing + .event-listing {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .yearly-calendar.usau-block .year .events .event-listing + .event-listing {
    margin-top: 0;
    border-top: 1px solid #d9d9d9;
  }
}
.yearly-calendar.usau-block .year .events .event-listing div + div {
  padding-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .yearly-calendar.usau-block .year .events .event-listing div + div {
    padding-top: 0;
  }
}
.yearly-calendar.usau-block .year .events .event-listing a {
  font-weight: bold;
  color: #002B5C;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .yearly-calendar.usau-block .year .events__header div:first-child:nth-last-child(1),
.yearly-calendar.usau-block .year .events__header div:first-child:nth-last-child(1) ~ div,
.yearly-calendar.usau-block .year .event-listing div:first-child:nth-last-child(1),
.yearly-calendar.usau-block .year .event-listing div:first-child:nth-last-child(1) ~ div {
    width: 100%;
    min-width: 200px;
    padding-right: 1rem;
  }
  .yearly-calendar.usau-block .year .events__header div:first-child:nth-last-child(2),
.yearly-calendar.usau-block .year .events__header div:first-child:nth-last-child(2) ~ div,
.yearly-calendar.usau-block .year .event-listing div:first-child:nth-last-child(2),
.yearly-calendar.usau-block .year .event-listing div:first-child:nth-last-child(2) ~ div {
    width: 50%;
    min-width: 200px;
    padding-right: 1rem;
  }
  .yearly-calendar.usau-block .year .events__header div:first-child:nth-last-child(3),
.yearly-calendar.usau-block .year .events__header div:first-child:nth-last-child(3) ~ div,
.yearly-calendar.usau-block .year .event-listing div:first-child:nth-last-child(3),
.yearly-calendar.usau-block .year .event-listing div:first-child:nth-last-child(3) ~ div {
    width: 33.3333333333%;
    min-width: 200px;
    padding-right: 1rem;
  }
  .yearly-calendar.usau-block .year .events__header div:first-child:nth-last-child(4),
.yearly-calendar.usau-block .year .events__header div:first-child:nth-last-child(4) ~ div,
.yearly-calendar.usau-block .year .event-listing div:first-child:nth-last-child(4),
.yearly-calendar.usau-block .year .event-listing div:first-child:nth-last-child(4) ~ div {
    width: 25%;
    min-width: 200px;
    padding-right: 1rem;
  }
  .yearly-calendar.usau-block .year .events__header div:first-child:nth-last-child(5),
.yearly-calendar.usau-block .year .events__header div:first-child:nth-last-child(5) ~ div,
.yearly-calendar.usau-block .year .event-listing div:first-child:nth-last-child(5),
.yearly-calendar.usau-block .year .event-listing div:first-child:nth-last-child(5) ~ div {
    width: 20%;
    min-width: 200px;
    padding-right: 1rem;
  }
  .yearly-calendar.usau-block .year .events__header div:first-child:nth-last-child(6),
.yearly-calendar.usau-block .year .events__header div:first-child:nth-last-child(6) ~ div,
.yearly-calendar.usau-block .year .event-listing div:first-child:nth-last-child(6),
.yearly-calendar.usau-block .year .event-listing div:first-child:nth-last-child(6) ~ div {
    width: 16.6666666667%;
    min-width: 200px;
    padding-right: 1rem;
  }
}

/* Templates */
section.page-not-found {
  padding: 4rem 0 0 0;
}
@media screen and (min-width: 1024px) {
  section.page-not-found {
    padding: 6rem 0;
  }
}
section.page-not-found .error-wrapper {
  background: #fff;
  padding: 1.5rem;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
@media screen and (min-width: 1024px) {
  section.page-not-found .error-wrapper {
    grid-column: 4/span 8;
  }
}
section.page-not-found .error-wrapper form {
  padding-top: 3rem;
  display: flex;
  align-items: center;
  max-width: 600px;
}
section.page-not-found .error-wrapper form label {
  display: block;
  width: 100%;
  padding-right: 10px;
}
section.page-not-found .error-wrapper form label input {
  width: 100%;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  font-size: 1rem;
  border: 2px solid #002B5C;
  color: #002B5C;
  font-weight: bold;
  transition: all 0.2s ease-in;
  background: transparent;
}
section.page-not-found .error-wrapper form label input::-webkit-input-placeholder {
  color: #002B5C;
  opacity: 0.5;
  font-style: italic;
}
section.page-not-found .error-wrapper form label input::-moz-placeholder {
  color: #002B5C;
  opacity: 0.5;
  font-style: italic;
}
section.page-not-found .error-wrapper form label input:-moz-placeholder {
  color: #002B5C;
  opacity: 0.5;
  font-style: italic;
}
section.page-not-found .error-wrapper form label input:-ms-input-placeholder {
  color: #002B5C;
  opacity: 0.5;
  font-style: italic;
}
section.page-not-found .error-wrapper form label input:focus, section.page-not-found .error-wrapper form label input:active {
  outline: 0;
}
@media screen and (min-width: 768px) {
  section.page-not-found .error-wrapper form label input {
    padding: 0 15px;
    height: 47px;
    line-height: 47px;
    font-size: 1.375rem;
  }
}
section.page-not-found .error-wrapper form .search-submit {
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  letter-spacing: 0.05em;
  border: 2px solid #B30839;
  padding: 10px 10px 8px 10px;
  font-size: 0.75em;
  display: inline-block;
  color: #B30839;
  background: transparent;
  transition: all 0.2s ease-in;
  font-weight: 500;
}
section.page-not-found .error-wrapper form .search-submit:hover {
  background: #B30839;
  color: #fff;
}
section.page-not-found .error-wrapper form .search-submit:focus, section.page-not-found .error-wrapper form .search-submit:active {
  outline: 0;
}
@media screen and (min-width: 768px) {
  section.page-not-found .error-wrapper form .search-submit {
    font-size: 1em;
    padding: 15px 15px 12px 15px;
  }
}

body.error404 .back-to-top {
  display: none;
}

body.page-template-about .about-content {
  padding-top: 4rem;
}
@media screen and (min-width: 768px) {
  body.page-template-about .about-content .about-nav {
    grid-column: 2/span 3;
  }
}
@media screen and (min-width: 768px) {
  body.page-template-about .about-content .about-main {
    grid-column: 5/span 5;
  }
}
@media screen and (min-width: 1024px) {
  body.page-template-about .about-content .about-main {
    grid-column: 6/span 8;
  }
}
body.page-template-about .about-nav {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  body.page-template-about .about-nav {
    margin-bottom: 0;
  }
}
body.page-template-about .about-nav .nav-wrapper {
  background: #fafafa;
  padding: 1.5rem;
  border-radius: 3px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 1024px) {
  body.page-template-about .about-nav .nav-wrapper {
    padding: 2.25rem 1.5rem;
  }
}
body.page-template-about .about-nav .nav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.page-template-about .about-nav .nav-header .logo {
  max-width: 120px;
}
body.page-template-about .about-nav .nav-header .logo a {
  display: block;
}
@media screen and (min-width: 768px) {
  body.page-template-about .about-nav .nav-header .toggle {
    display: none;
  }
}
body.page-template-about .about-nav .nav-header .toggle a {
  display: flex;
  align-items: center;
}
body.page-template-about .about-nav .nav-header .toggle a:hover {
  text-decoration: none;
}
body.page-template-about .about-nav .nav-header .toggle a:after {
  display: block;
  content: "";
  width: 16px;
  height: 9px;
  margin-left: 0.5rem;
  background: url(../svg/icon-down-caret-blue.svg) no-repeat 0 0;
  background-size: 100%;
  transition: all 0.1s ease;
}
body.page-template-about .about-nav .nav-header .toggle a span {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.05em;
}
body.page-template-about .about-nav.show .toggle a:after {
  transform: rotate(180deg);
}
body.page-template-about .about-nav.show .links {
  padding-top: 1.5rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  body.page-template-about .about-nav.show .links {
    padding-top: 0;
  }
}
body.page-template-about .about-nav .links {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  body.page-template-about .about-nav .links {
    height: auto;
    margin-top: 1.5rem;
  }
}
body.page-template-about .about-nav .links .link + .link {
  padding-top: 5px;
}
body.page-template-about .about-nav .links a {
  font-family: proxima-nova, sans-serif;
  font-size: 0.8125rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: block;
  border-radius: 5px;
  padding: 11px 12px 8px 12px;
}
body.page-template-about .about-nav .links a:hover, body.page-template-about .about-nav .links a.active {
  background: #f5f5f5;
  text-decoration: none;
}
body.page-template-about section.about-page-header + * {
  padding-top: 1rem;
}
body.page-template-about .about-main.about {
  color: #002B5C;
  display: grid;
  gap: 0 2rem;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (min-width: 568px) {
  body.page-template-about .about-main.about {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media screen and (min-width: 768px) {
  body.page-template-about .about-main.about {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  body.page-template-about .about-main.about {
    grid-template-columns: repeat(8, 1fr);
  }
}
body.page-template-about .about-main.about > * {
  grid-column: 1/-1;
}
body.page-template-about .about-main.about .section-header {
  padding-bottom: 1rem;
}
body.page-template-about .about-main.about .overview {
  padding-bottom: 2rem;
}
body.page-template-about .about-main.about .overview .photo {
  padding: 1rem;
  background: #fff;
  margin-bottom: 2rem;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
}
body.page-template-about .about-main.about .overview .photo-wrapper {
  position: relative;
}
body.page-template-about .about-main.about .overview .photo-wrapper:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
body.page-template-about .about-main.about .overview .photo-wrapper > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body.page-template-about .about-main.about .overview .photo-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
body.page-template-about .about-main.about .mission {
  background: #002B5C;
  color: #fff;
  padding: 2rem;
}
body.page-template-about .about-main.about .vision {
  margin: 2rem 0;
  background: #B30839;
  color: #fff;
  padding: 2rem;
}
body.page-template-about .about-main.about .organization {
  margin: 0 0 2rem 0;
  background: #fff;
  color: #002B5C;
  padding: 2rem;
}
body.page-template-about .about-main.about .organization .graphic {
  padding-top: 2rem;
}
body.page-template-about .about-main.about .contact-info {
  background: #fff;
  padding: 2rem;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}
body.page-template-about .about-main.about .contact-info .section-header {
  padding-bottom: 0;
}
body.page-template-about .about-main.about .contact-info .info {
  padding-top: 25px;
}
@media screen and (min-width: 568px) {
  body.page-template-about .about-main.about .contact-info .info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  body.page-template-about .about-main.about .contact-info .info .name {
    width: 100%;
  }
  body.page-template-about .about-main.about .contact-info .info .basic,
body.page-template-about .about-main.about .contact-info .info .hours {
    width: calc(50% - 25px);
  }
}
body.page-template-about .about-main.about .contact-info .info .name {
  padding-bottom: 20px;
}
body.page-template-about .about-main.about .contact-info .info .name img {
  max-width: 100px;
}
body.page-template-about .about-main.about .contact-info .info .basic div + div {
  padding-top: 1rem;
}
body.page-template-about .about-main.about .contact-info .info .basic .phone p + p {
  padding-top: 5px;
}
body.page-template-about .about-main.about .contact-info .info .basic .email a {
  text-decoration: underline;
}
body.page-template-about .about-main.about .contact-info .info .hours {
  padding-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  body.page-template-about .about-main.about .contact-info .info .hours {
    padding-top: 0;
  }
}
body.page-template-about .about-main.about .contact-info .info .hours h4 {
  padding-bottom: 10px;
  font-weight: bold;
  font-style: italic;
}
body.page-template-about .about-main.about .contact-info .info .hours .entry {
  display: flex;
  align-items: flex-start;
}
body.page-template-about .about-main.about .contact-info .info .hours .entry + .entry {
  padding-top: 10px;
}
body.page-template-about .about-main.about .contact-info .info .hours .entry .day {
  min-width: 60px;
  text-transform: uppercase;
}
body.page-template-about .about-main.about .contact-info .info .hours .note {
  padding-top: 10px;
  font-style: italic;
}
body.page-template-about .about-main.news article.post {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: 1fr 5fr;
}
body.page-template-about .about-main.news article.post + article.post {
  padding-top: 3rem;
  border-top: 1px solid #d9d9d9;
  margin-top: 3rem;
}
body.page-template-about .about-main.news article.post .info h3 {
  font-weight: 900;
  font-size: 1.125em;
  line-height: 1.25em;
  font-style: italic;
  font-family: futura-pt, sans-serif;
}
@media screen and (min-width: 768px) {
  body.page-template-about .about-main.news article.post .info h3 {
    font-size: 1.25em;
  }
}
body.page-template-about .about-main.news article.post .info h3 a:hover {
  text-decoration: underline;
}
body.page-template-about .about-main.news article.post .info .deck {
  padding-top: 5px;
}
body.page-template-about .about-main.news article.post .info .deck p {
  font-size: 0.875rem;
  line-height: 1.5em;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  body.page-template-about .about-main.news article.post .info .deck p {
    font-size: 0.9375rem;
  }
}
body.page-template-about .about-main.news article.post .date {
  padding: 2px 0 0 0;
  color: #B30839;
}
body.page-template-about .about-main.news article.post .date em {
  font-size: 0.8125em;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
body.page-template-about .about-main.news .alm-listing {
  padding-bottom: 1rem;
}
body.page-template-about .about-main.news .alm-btn-wrap {
  padding-bottom: 4rem;
}
body.page-template-about .about-main.board-of-directors .profile-overlay,
body.page-template-about .about-main.staff .profile-overlay {
  display: none;
}
body.page-template-about .about-main.board-of-directors .profile-overlay .overlay-wrapper,
body.page-template-about .about-main.staff .profile-overlay .overlay-wrapper {
  max-width: 680px;
  margin: 0 auto;
  width: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  align-items: flex-start;
}
body.page-template-about .about-main.board-of-directors .profile-overlay .overlay-wrapper::-webkit-scrollbar,
body.page-template-about .about-main.staff .profile-overlay .overlay-wrapper::-webkit-scrollbar {
  display: none;
}
body.page-template-about .about-main.board-of-directors .profile-overlay .profile-wrapper,
body.page-template-about .about-main.staff .profile-overlay .profile-wrapper {
  background: #fff;
  color: #002B5C;
  border-radius: 10px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  padding: 25px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-height: 700px) {
  body.page-template-about .about-main.board-of-directors .profile-overlay .profile-wrapper,
body.page-template-about .about-main.staff .profile-overlay .profile-wrapper {
    margin-bottom: 50px;
  }
}
body.page-template-about .about-main.board-of-directors .profile-overlay .photo,
body.page-template-about .about-main.staff .profile-overlay .photo {
  width: 100%;
}
body.page-template-about .about-main.board-of-directors .profile-overlay .photo img,
body.page-template-about .about-main.staff .profile-overlay .photo img {
  max-width: 200px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  body.page-template-about .about-main.board-of-directors .profile-overlay .photo,
body.page-template-about .about-main.staff .profile-overlay .photo {
    max-width: 200px;
  }
}
body.page-template-about .about-main.board-of-directors .profile-overlay .info,
body.page-template-about .about-main.staff .profile-overlay .info {
  flex: 1;
}
@media screen and (min-width: 768px) {
  body.page-template-about .about-main.board-of-directors .profile-overlay .info,
body.page-template-about .about-main.staff .profile-overlay .info {
    text-align: left;
    padding-left: 25px;
  }
}
body.page-template-about .about-main.board-of-directors .profile-overlay .location,
body.page-template-about .about-main.staff .profile-overlay .location {
  color: #B30839;
}
body.page-template-about .about-main.board-of-directors .profile-overlay .meta,
body.page-template-about .about-main.staff .profile-overlay .meta {
  display: block;
  padding-top: 0.25rem;
  color: #002B5C;
}
body.page-template-about .about-main.board-of-directors .profile-overlay .meta span + span,
body.page-template-about .about-main.staff .profile-overlay .meta span + span {
  padding-left: 3px;
}
body.page-template-about .about-main.board-of-directors .profile-overlay .meta span + span:before,
body.page-template-about .about-main.staff .profile-overlay .meta span + span:before {
  content: "·";
  display: inline-block;
  margin-right: 8px;
}
body.page-template-about .about-main.board-of-directors .profile-overlay .biography,
body.page-template-about .about-main.staff .profile-overlay .biography {
  text-align: left;
  padding-top: 1.25rem;
}
body.page-template-about .about-main.board-of-directors .profile-overlay .email,
body.page-template-about .about-main.staff .profile-overlay .email {
  padding-top: 1rem;
}
body.page-template-about .about-main.board-of-directors .profile-overlay .email p,
body.page-template-about .about-main.staff .profile-overlay .email p {
  color: #B30839;
  font-weight: bold;
}
body.page-template-about .about-main.board-of-directors .profile-overlay .email a,
body.page-template-about .about-main.staff .profile-overlay .email a {
  color: #B30839;
  text-decoration: underline;
}
body.page-template-about .about-main.board-of-directors .people-grid .person .info .officer {
  padding-bottom: 5px;
  margin-top: -5px;
}
body.page-template-about .about-main.board-of-directors .people-grid .person .info .officer h5 {
  text-transform: uppercase;
  color: #B30839;
  letter-spacing: 0.05em;
  font-size: 0.75rem;
  font-weight: bold;
  font-family: proxima-nova, sans-serif;
}
body.page-template-about .about-main.board-of-directors .people-grid .person .info .location {
  padding-top: 5px;
  color: #B30839;
}
body.page-template-about .about-main.staff .department-header {
  padding-bottom: 1rem;
}
body.page-template-about .about-main.staff .department + .department {
  padding-top: 4rem;
}
body.page-template-about .about-main.staff .people-grid .profile-trigger:hover {
  text-decoration: none;
}
body.page-template-about .about-main.staff .people-grid .meta {
  padding-top: 0.25rem;
  color: #B30839;
}
body.page-template-about .about-main.staff .profile-overlay .info {
  transform: translateY(0);
}
body.page-template-about .about-main.staff .profile-overlay .position {
  padding-top: 0.5rem;
}
body.page-template-about .about-main.staff .profile-overlay .position h5 {
  padding-bottom: 0.25rem;
  color: #B30839;
}
body.page-template-about .about-main.staff .profile-overlay .position em {
  font-size: 0.875rem;
}
body.page-template-about .about-main.staff .profile-overlay .email {
  padding-top: 1rem;
}
body.page-template-about .about-main.staff .profile-overlay .email p {
  color: #B30839;
  font-weight: bold;
}
body.page-template-about .about-main.staff .profile-overlay .email a {
  color: #B30839;
  text-decoration: underline;
}
body.page-template-about .about-main.governance {
  padding-bottom: 4rem;
}
body.page-template-about .about-main.governance .info.extended {
  padding-bottom: 6rem;
}
body.page-template-about .about-main.governance section.files + section.files {
  padding-top: 6rem;
}
body.page-template-about .about-main.governance section.files .file-grid {
  display: grid;
  gap: 1.5rem;
}
@media screen and (min-width: 568px) {
  body.page-template-about .about-main.governance section.files .file-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  body.page-template-about .about-main.governance section.files .file-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
body.page-template-about .about-main.equity-and-diversity .headline.section-header {
  padding-bottom: 2rem;
}
body.page-template-about .about-main.equity-and-diversity .cta {
  padding-top: 2rem;
}
body.page-template-about section.about-main.suspensions {
  overflow: hidden;
}
body.page-template-about section.about-main.suspensions section.about-page-header {
  padding-bottom: 3rem;
}
body.page-template-about section.about-main.suspensions .suspensions-list {
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
body.page-template-about section.about-main.suspensions .suspensions-list::-webkit-scrollbar {
  display: none;
}
body.page-template-about section.about-main.suspensions .suspensions-list .header h2 {
  font-weight: bold;
  font-style: italic;
  color: #B30839;
  padding-bottom: 15px;
  font-size: 1.375rem;
}
body.page-template-about section.about-main.suspensions .suspensions-list table {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
  font-family: proxima-nova, sans-serif;
  width: 100%;
}
body.page-template-about section.about-main.suspensions .suspensions-list table thead {
  text-align: left;
  vertical-align: top;
}
body.page-template-about section.about-main.suspensions .suspensions-list table thead th {
  padding: 15px 20px;
  background: #002B5C;
  color: #fff;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
body.page-template-about section.about-main.suspensions .suspensions-list table thead th.state {
  max-width: 60px;
  text-align: center;
}
body.page-template-about section.about-main.suspensions .suspensions-list table tbody td {
  padding: 15px 20px;
  font-size: 0.8125rem;
  line-height: 1.125em;
  vertical-align: middle;
}
body.page-template-about section.about-main.suspensions .suspensions-list table tbody td.name {
  min-width: 180px;
  font-weight: bold;
  font-size: 0.875rem;
}
body.page-template-about section.about-main.suspensions .suspensions-list table tbody td.state {
  max-width: 60px;
  text-align: center;
}
body.page-template-about section.about-main.suspensions .suspensions-list table tbody tr + tr td {
  border-top: 1px solid #f5f5f5;
}
body.page-template-about .about-main.contacts {
  padding-top: 0;
}
body.page-template-about .about-main.contacts section.about-main {
  overflow: hidden;
}
body.page-template-about .about-main.contacts .filter input {
  width: 100%;
  max-width: 400px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  font-size: 1.125rem;
  font-family: proxima-nova, sans-serif;
}
body.page-template-about .about-main.contacts nav.anchor-links {
  margin-bottom: 3rem;
}
body.page-template-about .about-main.contacts nav.anchor-links .nav-flexbox {
  display: block;
  padding: 1.5rem;
}
body.page-template-about .about-main.contacts nav.anchor-links .nav-flexbox .nav-label {
  padding: 0 0 1rem 0;
}
body.page-template-about .about-main.contacts nav.anchor-links .nav-flexbox .links {
  display: block;
}
body.page-template-about .about-main.contacts nav.anchor-links .nav-flexbox .links .link + .link {
  margin: 0;
  padding-top: 1rem;
}
body.page-template-about .about-main.contacts nav.anchor-links .nav-flexbox .links .link + .link:before {
  display: none;
}
body.page-template-about .about-main.contacts .contacts-list + .contacts-list {
  margin-top: 6rem;
  padding-top: 0;
}
body.page-template-about .about-main.contacts .contacts-list .section-header {
  padding-bottom: 1rem;
}
body.page-template-about .about-main.contacts .contacts-list table {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
  font-family: proxima-nova, sans-serif;
  width: 100%;
}
body.page-template-about .about-main.contacts .contacts-list table thead {
  text-align: left;
  position: relative;
}
body.page-template-about .about-main.contacts .contacts-list table thead:before {
  content: "";
  width: 16px;
  height: 12px;
  background: url(../svg/icon-down-caret-white.svg) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  top: 56px;
  right: 20px;
  z-index: 10;
  transition: all 0.075s ease-in;
}
@media screen and (min-width: 1280px) {
  body.page-template-about .about-main.contacts .contacts-list table thead:before {
    top: 60px;
  }
}
body.page-template-about .about-main.contacts .contacts-list table thead th {
  padding: 15px 20px;
  background: #002B5C;
  color: #fff;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
body.page-template-about .about-main.contacts .contacts-list table thead th.state {
  max-width: 60px;
}
body.page-template-about .about-main.contacts .contacts-list table.hide thead:before {
  transform: rotate(180deg);
}
body.page-template-about .about-main.contacts .contacts-list table tbody td {
  padding: 15px 20px;
  vertical-align: center;
  font-size: 0.8125rem;
  line-height: 1.125em;
}
body.page-template-about .about-main.contacts .contacts-list table tbody td.name {
  min-width: 180px;
  font-weight: bold;
  font-size: 0.875rem;
}
body.page-template-about .about-main.contacts .contacts-list table tbody td.state {
  max-width: 60px;
}
body.page-template-about .about-main.contacts .contacts-list table tbody tr + tr td {
  border-top: 1px solid #f5f5f5;
}
body.page-template-about .about-main.contacts .contacts-list table .vacant td {
  font-weight: normal;
  font-style: italic;
  background: #fafafa;
  opacity: 0.5;
}
body.page-template-about .about-main.contacts .contacts-list table .vacant td.name {
  font-weight: normal;
}
body.page-template-about .about-main.contacts .contacts-list table .phone {
  min-width: 140px;
}
body.page-template-about .about-main.contacts .contact-table thead:hover {
  cursor: pointer;
}
body.page-template-about .about-main.contacts .contact-table.hide tbody {
  display: none;
}
body.page-template-about .employment-positions .listing {
  background: #fff;
  margin-top: 2rem;
  padding: 2rem;
  border-radius: 3px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
}
body.page-template-about .employment-positions .listing .application-deadline {
  padding-top: 0.5rem;
}
body.page-template-about .employment-positions .listing .application-deadline h5 {
  font-weight: 600;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-size: 0.6875rem;
  color: #2964A8;
}
body.page-template-about .employment-positions .listing .copy {
  padding-top: 1rem;
}
body.page-template-about .employment-positions .listing .cta {
  padding-top: 1rem;
}
body.page-template-about .volunteer-anchor-links {
  text-align: left;
}
body.page-template-about .volunteer-anchor-links .nav-flexbox {
  display: inline-block;
  padding: 1.5rem;
}
body.page-template-about .volunteer-anchor-links .nav-flexbox .nav-label {
  width: auto;
  padding-bottom: 1rem;
}
body.page-template-about .volunteer-anchor-links .links {
  padding-top: 0.5rem;
  display: block;
}
body.page-template-about .volunteer-anchor-links .link + .link {
  padding-top: 1rem;
  padding-left: 0;
  margin-left: 0;
}
body.page-template-about .volunteer-anchor-links .link + .link:before {
  display: none;
  padding: 0;
  margin: 0;
}
body.page-template-about .volunteer-section {
  background: #fff;
  margin-top: 2rem;
  padding: 2rem;
  border-radius: 3px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
}
body.page-template-about .volunteer-section .positions {
  padding-top: 1rem;
}
body.page-template-about .volunteer-section .positions .listing + .listing {
  margin-top: 2rem;
  border-top: 1px solid #eee;
  padding-top: 2rem;
}
body.page-template-about .volunteer-section .positions .listing .application-deadline {
  padding: 0.5rem 0 1rem 0;
}
body.page-template-about .volunteer-section .positions .listing .application-deadline h5 {
  font-weight: 600;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-size: 0.6875rem;
  color: #2964A8;
}
body.page-template-about .volunteer-section .positions .listing .cta {
  padding-top: 1rem;
}
body.page-template-about .volunteer-section .positions .listing .cta a {
  font-size: 0.75rem;
}

body.post-type-archive-local section.page-header {
  text-align: center;
  padding: 3rem 0;
}
@media screen and (min-width: 1024px) {
  body.post-type-archive-local section.page-header {
    padding: 6rem 0 3rem 0;
  }
}
body.post-type-archive-local section.map {
  padding: 0 0 3rem 0;
}

body.post-type-archive-resources section.page-header {
  padding: 3rem 0 0 0;
}
@media screen and (min-width: 1024px) {
  body.post-type-archive-resources section.page-header {
    padding: 6rem 0 0 0;
  }
}
body.post-type-archive-resources section.page-header .copy {
  text-align: center;
}
@media screen and (min-width: 568px) {
  body.post-type-archive-resources section.page-header .copy {
    grid-column: 3/span 6;
  }
}
@media screen and (min-width: 1024px) {
  body.post-type-archive-resources section.page-header .copy {
    grid-column: 4/span 8;
  }
}
body.post-type-archive-resources section.resource-archive {
  padding-top: 3rem;
}
body.post-type-archive-resources .filters-container {
  background: #fff;
  padding: 2rem;
  margin-bottom: 2rem;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
body.post-type-archive-resources .filters-container .filters-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
body.post-type-archive-resources .filters-container .headline {
  padding-bottom: 1rem;
}
body.post-type-archive-resources .filters-container .alm-filters {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body.post-type-archive-resources .filters-container .alm-filters {
    max-width: 650px;
  }
}
body.post-type-archive-resources .filters-container .alm-filter {
  margin: 0;
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 768px) {
  body.post-type-archive-resources .filters-container .alm-filter {
    max-width: 300px;
  }
}
body.post-type-archive-resources .filters-container .alm-filter + .alm-filter {
  margin: 25px 0 0 0;
}
@media screen and (min-width: 768px) {
  body.post-type-archive-resources .filters-container .alm-filter + .alm-filter {
    margin: 0 0 0 25px;
  }
}
body.post-type-archive-resources .filters-container .alm-filter--inner {
  padding-bottom: 0;
}
body.post-type-archive-resources .filters-container .alm-filter--title h3 {
  font-size: 0.75rem;
  font-weight: 700;
  font-family: proxima-nova, sans-serif;
  color: #002B5C;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom: 0;
}
body.post-type-archive-resources .filters-container .alm-filter select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: proxima-nova, sans-serif;
  width: 100%;
  padding: 0.7em 3em 0.5em 1em;
  /* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
  border: 2px solid #002B5C;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.5);
  color: #002B5C;
  font-weight: bold;
  outline: none;
  display: inline-block;
  background-image: linear-gradient(45deg, transparent 50%, #002B5C 50%), linear-gradient(135deg, #002B5C 50%, transparent 50%), linear-gradient(to right, #fff, #fff), linear-gradient(to right, #002B5C, #002B5C);
  background-position: calc(100% - 21px) 50%, calc(100% - 13px) 50%, calc(100% - 3px) 50%, calc(100% - 2px) 50%;
  background-size: 8px 8px, 8px 8px, 36px calc(100% - 6px), 38px calc(100% - 4px);
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  body.post-type-archive-resources .filters-container .alm-filter select {
    padding-right: 3em;
  }
}
body.post-type-archive-resources .filters-container .alm-filter select::-ms-expand {
  display: none;
}
body.post-type-archive-resources .filters-container #search-text {
  border: 2px solid #002B5C;
  font-family: proxima-nova, sans-serif;
  color: #002B5C;
  font-weight: bold;
}
body.post-type-archive-resources .filters-container button[type=button] {
  background: #002B5C;
  box-shadow: none;
  font-family: proxima-nova, sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
body.post-type-archive-resources .filters-container button[type=button]:active, body.post-type-archive-resources .filters-container button[type=button]:focus {
  outline: none;
}
body.post-type-archive-resources .filters-container .filters-clear {
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body.post-type-archive-resources .filters-container .filters-clear {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  body.post-type-archive-resources .filters-container .filters-clear {
    width: auto;
  }
}
body.post-type-archive-resources .filters-container .filters-clear .clear-btn {
  color: #B30839;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: bold;
}
body.post-type-archive-resources .filters-container .filters-clear .clear-btn:hover {
  text-decoration: underline;
}
body.post-type-archive-resources .alm-listing {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 568px) {
  body.post-type-archive-resources .alm-listing {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  body.post-type-archive-resources .alm-listing {
    grid-template-columns: repeat(3, 1fr);
  }
}
body.post-type-archive-resources .alm-listing + .alm-reveal {
  margin-top: 2rem;
}

body.post-type-archive-videos section.page-header {
  padding-bottom: 3rem;
}
body.post-type-archive-videos .filters-container {
  background: #fff;
  padding: 2rem 1.5rem;
  margin-bottom: 1.5rem;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
body.post-type-archive-videos .filters-container .filters-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
body.post-type-archive-videos .filters-container .filters-header {
  font-size: 1.25rem;
  font-weight: 700;
  font-family: proxima-nova, sans-serif;
  color: #B30839;
  padding-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: center;
}
body.post-type-archive-videos .filters-container .alm-filters {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  min-width: 70%;
  margin: 0;
}
body.post-type-archive-videos .filters-container .alm-filter {
  margin: 0;
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 568px) {
  body.post-type-archive-videos .filters-container .alm-filter {
    max-width: 200px;
  }
  body.post-type-archive-videos .filters-container .alm-filter--search {
    max-width: 240px;
  }
}
body.post-type-archive-videos .filters-container .alm-filter + .alm-filter {
  margin: 1.5rem 0 0 0;
}
@media screen and (min-width: 568px) {
  body.post-type-archive-videos .filters-container .alm-filter + .alm-filter {
    margin: 0 0 0 50px;
  }
  body.post-type-archive-videos .filters-container .alm-filter + .alm-filter--search {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1158px) {
  body.post-type-archive-videos .filters-container .alm-filter + .alm-filter--search {
    margin-top: 0;
  }
}
body.post-type-archive-videos .filters-container .alm-filter--title h3 {
  font-size: 0.75rem;
  font-weight: 700;
  font-family: proxima-nova, sans-serif;
  color: #002B5C;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom: 0;
}
body.post-type-archive-videos .filters-container .alm-filter select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: proxima-nova, sans-serif;
  width: 100%;
  padding: 0.7em 3em 0.5em 1em;
  /* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
  border: 2px solid #002B5C;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.5);
  color: #002B5C;
  font-weight: bold;
  outline: none;
  display: inline-block;
  background-image: linear-gradient(45deg, transparent 50%, #002B5C 50%), linear-gradient(135deg, #002B5C 50%, transparent 50%), linear-gradient(to right, #fff, #fff), linear-gradient(to right, #002B5C, #002B5C);
  background-position: calc(100% - 21px) 50%, calc(100% - 13px) 50%, calc(100% - 3px) 50%, calc(100% - 2px) 50%;
  background-size: 8px 8px, 8px 8px, 36px calc(100% - 6px), 38px calc(100% - 4px);
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  body.post-type-archive-videos .filters-container .alm-filter select {
    padding-right: 3em;
  }
}
body.post-type-archive-videos .filters-container .alm-filter select::-ms-expand {
  display: none;
}
body.post-type-archive-videos .filters-container #search-text {
  border: 2px solid #002B5C;
  font-family: proxima-nova, sans-serif;
  color: #002B5C;
  font-weight: bold;
}
body.post-type-archive-videos .filters-container button[type=button] {
  background: #002B5C;
  box-shadow: none;
  font-family: proxima-nova, sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
body.post-type-archive-videos .filters-container button[type=button]:active, body.post-type-archive-videos .filters-container button[type=button]:focus {
  outline: none;
}
body.post-type-archive-videos .filters-container .filters-clear {
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body.post-type-archive-videos .filters-container .filters-clear {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  body.post-type-archive-videos .filters-container .filters-clear {
    width: auto;
  }
}
body.post-type-archive-videos .filters-container .filters-clear .clear-btn {
  color: #B30839;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: bold;
}
body.post-type-archive-videos .filters-container .filters-clear .clear-btn:hover {
  text-decoration: underline;
}

body.category .archived-posts .headline {
  padding: 3rem 0 0 0;
}
@media screen and (min-width: 768px) {
  body.category .archived-posts .headline {
    padding: 6rem 0 1rem 0;
  }
}
@media screen and (max-width: 767px) {
  body.category .archived-posts .categories a:nth-child(n+5) {
    display: none;
  }
}

body.page-discover-ultimate:not(.search) .site-header .utility-menu {
  background: #2964A8;
}
body.page-discover-ultimate:not(.search) .site-header .main-menu {
  background: #002B5C;
}
body.page-discover-ultimate:not(.search) .site-header .main-menu .desktop-menu a {
  color: #fff;
}
body.page-discover-ultimate:not(.search) .site-header .main-menu .desktop-menu a:hover {
  border-color: #fff;
}
body.page-discover-ultimate:not(.search) .site-header .main-menu .hamburger .nav-trigger .patty {
  background: #fff;
}
body.page-discover-ultimate:not(.search) .site-header .main-menu .hamburger .nav-trigger .patty:before, body.page-discover-ultimate:not(.search) .site-header .main-menu .hamburger .nav-trigger .patty:after {
  background: #fff;
}
body.page-discover-ultimate:not(.search) .site-header .main-menu .discover-ultimate-link {
  border-left: 1px solid #2964A8;
}
body.page-discover-ultimate:not(.search) .site-header .main-menu .discover-ultimate-link a {
  background: #002B5C;
}
body.page-discover-ultimate:not(.search) section#video-overlay .overlay {
  background: rgba(0, 0, 0, 0.9);
}
body.page-discover-ultimate:not(.search) .site-content {
  color: #fff;
  background: rgb(15, 15, 15);
}
body.page-discover-ultimate:not(.search) .cta .btn.up-arrow.blue {
  border-color: #fff;
  color: #fff;
  background-image: url(../svg/icon-up-arrow-white.svg);
}
body.page-discover-ultimate:not(.search) .cta .btn.up-arrow.blue:hover {
  background-color: #B30839;
  border-color: #B30839;
}
body.page-discover-ultimate:not(.search) .slick-dots li button::before {
  border-color: #fff;
}
body.page-discover-ultimate:not(.search) .slick-dots li.slick-active button::before {
  background: #B30839;
  border-color: #B30839;
}
body.page-discover-ultimate:not(.search) .section-header .headline {
  padding-bottom: 1.25rem;
}
body.page-discover-ultimate:not(.search) .section-header .headline h5 {
  text-transform: uppercase;
  font-size: 1rem;
  font-style: italic;
  letter-spacing: 0.05em;
  background: #B30839;
  color: #fff;
  display: inline-block;
  padding: 0.375rem 0.5rem 0.25rem 0.5rem;
}
body.page-discover-ultimate:not(.search) .section-header .headline h2 {
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  font-size: 3rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  body.page-discover-ultimate:not(.search) .section-header .headline h2 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1280px) {
  body.page-discover-ultimate:not(.search) .section-header .headline h2 {
    font-size: 6rem;
  }
}
body.page-discover-ultimate:not(.search) .section-header .headline h3 {
  font-family: proxima-nova, sans-serif;
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  body.page-discover-ultimate:not(.search) .section-header .headline h3 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  body.page-discover-ultimate:not(.search) .section-header .headline h3 {
    font-size: 3rem;
  }
}
body.page-discover-ultimate:not(.search) .site-footer {
  background: #111;
  box-shadow: none;
  border-top: 1px solid #221924;
}
body.page-discover-ultimate:not(.search) .site-footer .footer-columns .col.links .header-link a {
  color: #B30839;
}
body.page-discover-ultimate:not(.search) .site-footer .footer-columns .col.links .link a {
  color: #fff;
}
body.page-discover-ultimate:not(.search) .site-footer .footer-utilities {
  border-color: #221924;
}
body.page-discover-ultimate:not(.search) section.hero {
  background: #111;
}
body.page-discover-ultimate:not(.search) section.hero .video {
  position: relative;
}
body.page-discover-ultimate:not(.search) section.hero .video:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
body.page-discover-ultimate:not(.search) section.hero .video > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body.page-discover-ultimate:not(.search) section.hero .video .content:before {
  display: block;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
body.page-discover-ultimate:not(.search) section.hero .video iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
body.page-discover-ultimate:not(.search) section.hero .info {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.page-discover-ultimate:not(.search) section.hero .info .headline {
  width: 100%;
  text-align: center;
}
body.page-discover-ultimate:not(.search) section.hero .info .headline h1 {
  color: #fff;
  font-weight: 900;
  font-family: futura-pt-condensed, sans-serif;
  font-size: 4em;
  font-style: italic;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  body.page-discover-ultimate:not(.search) section.hero .info .headline h1 {
    font-size: 6em;
  }
}
@media screen and (min-width: 1024px) {
  body.page-discover-ultimate:not(.search) section.hero .info .headline h1 {
    font-size: 8em;
  }
}
body.page-discover-ultimate:not(.search) section.this-is-ultimate {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding: 6rem 0;
}
@media screen and (min-width: 1024px) {
  body.page-discover-ultimate:not(.search) section.this-is-ultimate {
    padding: 20rem 0 16rem 0;
  }
}
body.page-discover-ultimate:not(.search) section.this-is-ultimate .section-header {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  body.page-discover-ultimate:not(.search) section.this-is-ultimate .video {
    grid-column: 2/span 4;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  body.page-discover-ultimate:not(.search) section.this-is-ultimate .video {
    grid-column: 2/span 7;
  }
}
body.page-discover-ultimate:not(.search) section.this-is-ultimate .video a {
  display: block;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 2px;
}
body.page-discover-ultimate:not(.search) section.this-is-ultimate .video img {
  border-radius: 2px;
}
body.page-discover-ultimate:not(.search) section.this-is-ultimate .info {
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  body.page-discover-ultimate:not(.search) section.this-is-ultimate .info {
    padding-top: 0;
    grid-column: 6/span 4;
  }
}
@media screen and (min-width: 1024px) {
  body.page-discover-ultimate:not(.search) section.this-is-ultimate .info {
    grid-column: 10/span 4;
  }
}
body.page-discover-ultimate:not(.search) section.this-is-ultimate .info .cta {
  padding-top: 2rem;
}
body.page-discover-ultimate:not(.search) section.how-to-play {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 6rem 0;
}
@media screen and (min-width: 1024px) {
  body.page-discover-ultimate:not(.search) section.how-to-play {
    padding: 6rem 0 12rem 0;
  }
}
body.page-discover-ultimate:not(.search) section.how-to-play .section-header {
  text-align: center;
}
body.page-discover-ultimate:not(.search) section.how-to-play .tiles {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.5rem;
}
@media screen and (min-width: 1024px) {
  body.page-discover-ultimate:not(.search) section.how-to-play .tiles {
    gap: 3rem;
  }
}
body.page-discover-ultimate:not(.search) section.how-to-play .tiles .tile {
  grid-column: span 6;
  position: relative;
}
body.page-discover-ultimate:not(.search) section.how-to-play .tiles .tile:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
body.page-discover-ultimate:not(.search) section.how-to-play .tiles .tile > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 568px) {
  body.page-discover-ultimate:not(.search) section.how-to-play .tiles .tile {
    grid-column: span 3;
    /* Dealing with single orphan */
  }
  body.page-discover-ultimate:not(.search) section.how-to-play .tiles .tile:last-child:nth-child(2n-1) {
    grid-column-end: 4;
  }
}
@media screen and (min-width: 768px) {
  body.page-discover-ultimate:not(.search) section.how-to-play .tiles .tile {
    grid-column: span 2;
    /* Dealing with 2 orphan items */
    /* Dealing with single orphan */
  }
  body.page-discover-ultimate:not(.search) section.how-to-play .tiles .tile:last-child:nth-child(3n-1) {
    grid-column-end: -2;
  }
  body.page-discover-ultimate:not(.search) section.how-to-play .tiles .tile:nth-last-child(2):nth-child(3n+1) {
    grid-column-end: 4;
  }
  body.page-discover-ultimate:not(.search) section.how-to-play .tiles .tile:last-child:nth-child(3n-2) {
    grid-column-end: 5;
  }
}
body.page-discover-ultimate:not(.search) section.how-to-play .cta {
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  body.page-discover-ultimate:not(.search) section.how-to-play .cta {
    padding-top: 6rem;
  }
}
body.page-discover-ultimate:not(.search) section.great-plays {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  padding: 6rem 0;
}
body.page-discover-ultimate:not(.search) section.great-plays .section-header {
  text-align: center;
  padding-bottom: 3rem;
}
body.page-discover-ultimate:not(.search) section.great-plays .great-play {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 0 2rem;
}
@media screen and (min-width: 1024px) {
  body.page-discover-ultimate:not(.search) section.great-plays .great-play {
    grid-template-columns: repeat(12, 1fr);
  }
}
body.page-discover-ultimate:not(.search) section.great-plays .great-play > * {
  grid-column: 1/-1;
}
body.page-discover-ultimate:not(.search) section.great-plays .great-play + .great-play {
  padding-top: 6rem;
}
body.page-discover-ultimate:not(.search) section.great-plays .great-play .info {
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  body.page-discover-ultimate:not(.search) section.great-plays .great-play .info {
    grid-column: 1/span 4;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  body.page-discover-ultimate:not(.search) section.great-plays .great-play .info {
    grid-column: 2/span 4;
  }
}
body.page-discover-ultimate:not(.search) section.great-plays .great-play .info .headline {
  padding-bottom: 0.5rem;
}
body.page-discover-ultimate:not(.search) section.great-plays .great-play .video {
  position: relative;
}
body.page-discover-ultimate:not(.search) section.great-plays .great-play .video:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 133.3333333333%;
}
body.page-discover-ultimate:not(.search) section.great-plays .great-play .video > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  body.page-discover-ultimate:not(.search) section.great-plays .great-play .video {
    grid-column: 5/span 4;
  }
}
@media screen and (min-width: 1024px) {
  body.page-discover-ultimate:not(.search) section.great-plays .great-play .video {
    grid-column: 7/span 5;
  }
}
body.page-discover-ultimate:not(.search) section.great-plays .great-play .video a {
  display: block;
  width: 100%;
  height: 100%;
}
body.page-discover-ultimate:not(.search) section.great-plays .great-play .video img {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  body.page-discover-ultimate:not(.search) section.great-plays .great-play-2 .info, body.page-discover-ultimate:not(.search) section.great-plays .great-play-4 .info {
    grid-column: 5/span 4;
    grid-row: 1;
  }
  body.page-discover-ultimate:not(.search) section.great-plays .great-play-2 .video, body.page-discover-ultimate:not(.search) section.great-plays .great-play-4 .video {
    grid-column: 1/span 4;
    grid-row: 1;
  }
}
@media screen and (min-width: 1024px) {
  body.page-discover-ultimate:not(.search) section.great-plays .great-play-2 .info, body.page-discover-ultimate:not(.search) section.great-plays .great-play-4 .info {
    grid-column: 8/span 4;
  }
  body.page-discover-ultimate:not(.search) section.great-plays .great-play-2 .video, body.page-discover-ultimate:not(.search) section.great-plays .great-play-4 .video {
    grid-column: 2/span 5;
  }
}
body.page-discover-ultimate:not(.search) section.glossary {
  padding: 6rem 0 6rem 0;
}
body.page-discover-ultimate:not(.search) section.glossary .section-header {
  text-align: center;
  padding-bottom: 4rem;
}
body.page-discover-ultimate:not(.search) section.glossary .section-header .note {
  margin-top: -0.5rem;
}
body.page-discover-ultimate:not(.search) section.glossary .section-header .note p {
  font-style: italic;
}
body.page-discover-ultimate:not(.search) section.glossary .terms {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 568px) {
  body.page-discover-ultimate:not(.search) section.glossary .terms {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  body.page-discover-ultimate:not(.search) section.glossary .terms {
    grid-template-columns: repeat(3, 1fr);
  }
}
body.page-discover-ultimate:not(.search) section.glossary .term-wrapper {
  width: 100%;
  border-radius: 3px;
  transition: all 0.1s ease-in;
  box-shadow: 0 0 12px rgba(179, 8, 57, 0.3);
}
body.page-discover-ultimate:not(.search) section.glossary .term .label a {
  border-radius: 3px;
  display: block;
  text-align: center;
  background: #B30839;
  color: #fff;
  padding: 1rem 1rem 0.9375rem 1rem;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 0.01em;
}
body.page-discover-ultimate:not(.search) section.glossary .term .label a:hover {
  text-decoration: none;
}
body.page-discover-ultimate:not(.search) section.glossary .term .definition {
  transition: all 0.1s ease-in;
  padding: 1rem;
  color: #000;
  display: none;
  background: #fff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
body.page-discover-ultimate:not(.search) section.glossary .term.active .term-wrapper {
  box-shadow: 0 0 20px rgba(28, 134, 255, 0.3);
}
body.page-discover-ultimate:not(.search) section.glossary .term.active .label a {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
body.page-discover-ultimate:not(.search) section.glossary .term.active .definition {
  display: block;
  width: 100%;
  box-shadow: 0 6px 12px rgba(28, 134, 255, 0.3);
}
body.page-discover-ultimate:not(.search) section.glossary .term.active .definition p, body.page-discover-ultimate:not(.search) section.glossary .term.active .definition span {
  font-weight: 600 !important;
}
@media screen and (min-width: 568px) {
  body.page-discover-ultimate:not(.search) section.glossary .term.active .definition {
    position: absolute;
    z-index: 10;
  }
}
body.page-discover-ultimate:not(.search) section.spirit-of-the-game {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 6rem 0;
}
@media screen and (min-width: 1024px) {
  body.page-discover-ultimate:not(.search) section.spirit-of-the-game {
    padding: 16rem 0;
  }
}
@media screen and (min-width: 1280px) {
  body.page-discover-ultimate:not(.search) section.spirit-of-the-game {
    padding: 20rem 0;
  }
}
@media screen and (min-width: 1024px) {
  body.page-discover-ultimate:not(.search) section.spirit-of-the-game .info {
    grid-column: 2/span 8;
  }
}
body.page-discover-ultimate:not(.search) section.spirit-of-the-game .cta {
  padding-top: 2rem;
}
body.page-discover-ultimate:not(.search) section.history {
  padding: 6rem 0;
}
@media screen and (min-width: 1024px) {
  body.page-discover-ultimate:not(.search) section.history {
    padding: 6rem 0 12rem 0;
  }
}
body.page-discover-ultimate:not(.search) section.history .section-header {
  text-align: center;
}
body.page-discover-ultimate:not(.search) section.history .event {
  display: grid;
  grid-template-areas: "a b b" "a c c";
  grid-template-columns: 2px 1fr 1fr;
  gap: 0px 3rem;
}
body.page-discover-ultimate:not(.search) section.history .event + .event .info {
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  body.page-discover-ultimate:not(.search) section.history .event + .event .info {
    padding-top: 8rem;
  }
}
body.page-discover-ultimate:not(.search) section.history .event + .event .photo {
  padding-top: 6rem;
}
@media screen and (min-width: 768px) {
  body.page-discover-ultimate:not(.search) section.history .event + .event .photo {
    padding-top: 8rem;
  }
}
body.page-discover-ultimate:not(.search) section.history .event + .event .year {
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  body.page-discover-ultimate:not(.search) section.history .event + .event .year {
    padding-top: 12rem;
  }
}
body.page-discover-ultimate:not(.search) section.history .event + .event .year:after {
  top: 3rem;
}
@media screen and (min-width: 768px) {
  body.page-discover-ultimate:not(.search) section.history .event + .event .year:after {
    top: 12rem;
  }
}
body.page-discover-ultimate:not(.search) section.history .event:first-of-type .photo {
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  body.page-discover-ultimate:not(.search) section.history .event:first-of-type .photo {
    padding-top: auto;
  }
}
body.page-discover-ultimate:not(.search) section.history .event:first-of-type .info {
  padding-top: 1rem;
}
body.page-discover-ultimate:not(.search) section.history .event .info {
  grid-area: c;
  max-width: 420px;
}
@media screen and (min-width: 768px) {
  body.page-discover-ultimate:not(.search) section.history .event .info {
    text-align: right;
    margin-left: auto;
  }
}
body.page-discover-ultimate:not(.search) section.history .event .info .headline {
  padding-bottom: 1rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body.page-discover-ultimate:not(.search) section.history .event .info .headline {
    padding-top: 100px;
  }
}
body.page-discover-ultimate:not(.search) section.history .event .info .headline h3 {
  font-weight: bold;
  color: #B30839;
  font-style: italic;
  font-size: 1.5rem;
}
body.page-discover-ultimate:not(.search) section.history .event .info .copy {
  width: 100%;
}
body.page-discover-ultimate:not(.search) section.history .event .year {
  background: rgba(255, 255, 255, 0.5);
  grid-area: a;
}
body.page-discover-ultimate:not(.search) section.history .event .year:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: rgb(131, 131, 131);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -7px;
  z-index: 10;
}
body.page-discover-ultimate:not(.search) section.history .event .year .label {
  display: inline-block;
  position: absolute;
  left: 15px;
  transform: translateY(-5px);
  font-size: 1.5rem;
  color: #fff;
  font-style: italic;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  body.page-discover-ultimate:not(.search) section.history .event .year .label {
    left: -75px;
  }
}
body.page-discover-ultimate:not(.search) section.history .event .photo {
  grid-area: b;
  max-width: 400px;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  body.page-discover-ultimate:not(.search) section.history .event {
    grid-template-columns: 1fr 2px 1fr;
    grid-template-areas: "a b c";
    gap: 50px;
  }
  body.page-discover-ultimate:not(.search) section.history .event .info {
    grid-area: a;
  }
  body.page-discover-ultimate:not(.search) section.history .event .year {
    grid-area: b;
  }
  body.page-discover-ultimate:not(.search) section.history .event .photo {
    grid-area: c;
  }
  body.page-discover-ultimate:not(.search) section.history .event:nth-child(even) .info {
    grid-area: c;
    text-align: left;
    margin-right: auto;
    margin-left: 0;
  }
  body.page-discover-ultimate:not(.search) section.history .event:nth-child(even) .photo {
    grid-area: a;
    margin-left: auto;
    margin-right: 0;
  }
  body.page-discover-ultimate:not(.search) section.history .event:nth-child(even) .year .label {
    left: auto;
    right: -75px;
  }
}
body.page-discover-ultimate:not(.search) section.history .event + .event-small .info {
  padding-top: 100px;
}
@media screen and (min-width: 768px) {
  body.page-discover-ultimate:not(.search) section.history .event + .event-small .info {
    padding-top: 185px;
    grid-area: c;
    text-align: left;
    margin-left: 0;
  }
}
body.page-discover-ultimate:not(.search) section.history .event + .event-small .info .copy p {
  font-size: 1rem;
  line-height: 1.5em;
  font-style: italic;
  color: rgba(255, 255, 255, 0.5);
}
body.page-discover-ultimate:not(.search) section.history .event + .event-small:nth-child(even) .info {
  grid-area: a;
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}
@media screen and (min-width: 768px) {
  body.page-discover-ultimate:not(.search) section.history .event + .event-small .year {
    padding-top: 200px;
  }
}
body.page-discover-ultimate:not(.search) section.history .event + .event-small .year .label {
  color: #fff;
  opacity: 0.25;
}
body.page-discover-ultimate:not(.search) section.where-we-play {
  padding: 6rem 0;
}
@media screen and (min-width: 1024px) {
  body.page-discover-ultimate:not(.search) section.where-we-play {
    padding: 10rem 0;
  }
}
body.page-discover-ultimate:not(.search) section.where-we-play .section-header {
  text-align: center;
  padding-bottom: 3rem;
}
body.page-discover-ultimate:not(.search) section.where-we-play .location {
  margin: 0 0.5rem;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  max-width: 300px;
  width: 100%;
}
@media screen and (min-width: 568px) {
  body.page-discover-ultimate:not(.search) section.where-we-play .location {
    max-width: 400px;
  }
}
@media screen and (min-width: 768px) {
  body.page-discover-ultimate:not(.search) section.where-we-play .location {
    max-width: 600px;
    margin: 0 1rem;
  }
}
@media screen and (min-width: 1024px) {
  body.page-discover-ultimate:not(.search) section.where-we-play .location {
    max-width: 800px;
  }
}
@media screen and (min-width: 1280px) {
  body.page-discover-ultimate:not(.search) section.where-we-play .location {
    max-width: 1200px;
  }
}
body.page-discover-ultimate:not(.search) section.where-we-play .location:active, body.page-discover-ultimate:not(.search) section.where-we-play .location:focus {
  outline: none;
}
body.page-discover-ultimate:not(.search) section.where-we-play .location .photo img {
  border-radius: 3px;
}
body.page-discover-ultimate:not(.search) section.where-we-play .location .caption {
  background: #fff;
  padding: 12px 15px 10px 15px;
  color: #221924;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
@media screen and (min-width: 768px) {
  body.page-discover-ultimate:not(.search) section.where-we-play .location .caption {
    position: absolute;
    border-radius: 3px;
    bottom: 1.25rem;
    left: 1.25rem;
    background: rgba(255, 255, 255, 0.9);
  }
}
body.page-discover-ultimate:not(.search) section.where-we-play .location .caption-wrapper {
  max-width: 640px;
}
body.page-discover-ultimate:not(.search) section.where-we-play .location .caption p {
  color: #002B5C;
  font-weight: 600;
}
body.page-discover-ultimate:not(.search) section.values {
  padding: 6rem 0;
}
body.page-discover-ultimate:not(.search) section.values .section-header {
  text-align: center;
  padding-bottom: 100px;
}
body.page-discover-ultimate:not(.search) section.values .value {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 0 2rem;
}
@media screen and (min-width: 1024px) {
  body.page-discover-ultimate:not(.search) section.values .value {
    grid-template-columns: repeat(12, 1fr);
  }
}
body.page-discover-ultimate:not(.search) section.values .value > * {
  grid-column: 1/-1;
}
body.page-discover-ultimate:not(.search) section.values .value + .value {
  padding-top: 6rem;
}
@media screen and (min-width: 1024px) {
  body.page-discover-ultimate:not(.search) section.values .value + .value {
    padding-top: 10rem;
  }
}
@media screen and (min-width: 768px) {
  body.page-discover-ultimate:not(.search) section.values .value .info {
    grid-column: 1/span 4;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  body.page-discover-ultimate:not(.search) section.values .value .info {
    grid-column: 2/span 5;
  }
}
body.page-discover-ultimate:not(.search) section.values .value .info .cta {
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  body.page-discover-ultimate:not(.search) section.values .value .photo {
    grid-column: 5/span 4;
  }
}
@media screen and (min-width: 1024px) {
  body.page-discover-ultimate:not(.search) section.values .value .photo {
    grid-column: 7/span 5;
  }
}
body.page-discover-ultimate:not(.search) section.values .value .photo img {
  width: 100%;
  border-radius: 3px;
}
@media screen and (min-width: 768px) {
  body.page-discover-ultimate:not(.search) section.values .value-2 .info {
    grid-column: 5/span 4;
    grid-row: 1;
  }
  body.page-discover-ultimate:not(.search) section.values .value-2 .photo {
    grid-column: 1/span 4;
    grid-row: 1;
  }
}
@media screen and (min-width: 768px) {
  body.page-discover-ultimate:not(.search) section.values .value-2 .info {
    grid-column: 7/span 5;
  }
  body.page-discover-ultimate:not(.search) section.values .value-2 .photo {
    grid-column: 2/span 5;
  }
}
body.page-discover-ultimate:not(.search) section.call-to-action {
  padding: 6rem 0;
}
body.page-discover-ultimate:not(.search) section.call-to-action .section-header {
  text-align: center;
}
body.page-discover-ultimate:not(.search) section.call-to-action .section-header .cta {
  padding-top: 3rem;
}
body.page-discover-ultimate:not(.search) section.call-to-action #us-map {
  display: block;
  width: 100%;
  height: 100%;
}
body.page-discover-ultimate:not(.search) section.call-to-action #us-map path, body.page-discover-ultimate:not(.search) section.call-to-action #us-map circle {
  stroke-width: 2px;
  stroke: #002B5C;
  stroke-opacity: 0.5;
  fill: #002B5C;
  fill-opacity: 0.03;
}
body.page-discover-ultimate:not(.search) section.call-to-action #us-map path:hover,
body.page-discover-ultimate:not(.search) section.call-to-action #us-map circle:hover {
  stroke: #B30839;
  stroke-width: 2px;
  stroke-linejoin: round;
  fill: #B30839;
  fill-opacity: 0.04;
  cursor: pointer;
}
body.page-discover-ultimate:not(.search) section.call-to-action #us-map #non-continental {
  fill: none !important;
  stroke: #B30839 !important;
  stroke-opacity: 0.33 !important;
  cursor: default;
}

.guidelines {
  line-height: 1.5em;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .guidelines {
    grid-column: 2/span 12 !important;
  }
}
.guidelines h3 {
  font-weight: bold;
  color: #B30839;
  font-size: 1.5rem;
}
.guidelines h4,
.guidelines .h4-header::marker {
  font-weight: bold;
  color: #002B5C;
  font-size: 1.25rem;
  margin-top: 1rem;
  margin-bottom: 0.25rem;
}
.guidelines h5,
.guidelines .h5-header::marker {
  font-weight: bold;
  color: #2964A8;
  font-size: 1rem;
  margin-top: 1rem;
}
.guidelines .h4-header > * + *,
.guidelines .h5-header > * + * {
  margin-top: 1rem;
}
.guidelines p + p {
  margin-top: 1rem;
}
.guidelines ul + p,
.guidelines ol + p {
  margin-top: 1rem;
}
.guidelines h4 + ol, .guidelines h4 + ul,
.guidelines h5 + ol,
.guidelines h5 + ul {
  margin-top: 0 !important;
  padding-top: 0.5rem !important;
}
.guidelines ul li::marker,
.guidelines ol li::marker {
  font-weight: bold;
}
.guidelines .upper-alpha {
  list-style-type: upper-alpha;
}
.guidelines .lower-alpha {
  list-style-type: lower-alpha;
}
.guidelines .numeric {
  list-style-type: decimal;
}
.guidelines .lower-numeral {
  list-style-type: lower-roman;
}
.guidelines .disc {
  list-style-type: disc;
}
.guidelines .guidelines-section {
  width: 100%;
  max-width: 55rem;
}
.guidelines .guidelines-section + .guidelines-section {
  padding-top: 3rem;
}
.guidelines .guidelines-section > * + * {
  margin-top: 1rem;
}
.guidelines .guidelines-section > * + h3 {
  margin-top: 3rem;
}
.guidelines .guidelines-section > h4 {
  margin-top: 2rem;
}
.guidelines .guidelines-section a {
  text-decoration: underline;
}
.guidelines .guidelines-section strong {
  font-weight: 900;
}
.guidelines .guidelines-section strong em {
  font-weight: 900;
}
.guidelines .guidelines-section ol,
.guidelines .guidelines-section ul {
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  .guidelines .guidelines-section ol,
.guidelines .guidelines-section ul {
    margin-left: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  .guidelines .guidelines-section ol,
.guidelines .guidelines-section ul {
    max-width: 50rem;
  }
}
.guidelines .guidelines-section > ol, .guidelines .guidelines-section > ul {
  margin-left: 1.5rem;
}
.guidelines .guidelines-section li > ol,
.guidelines .guidelines-section li > ul {
  padding-top: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .guidelines .guidelines-section#overview {
    width: unset;
    padding-top: 0.5rem;
    flex: 1;
  }
}
.guidelines table {
  width: 100%;
  table-layout: fixed;
  font-size: 0.875rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.guidelines table th,
.guidelines table td {
  padding: 1rem;
  line-height: 1.25em;
}
.guidelines table th {
  background: #002B5C;
  color: #fff;
  vertical-align: bottom;
}
.guidelines table th + th {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.guidelines table td + td {
  border-left: 1px solid #eee;
}
.guidelines table tbody {
  border: 1px solid #eee;
}
.guidelines table tbody tr:nth-child(even) td {
  background: #fafafa;
}
.guidelines table tbody tr > td:first-of-type {
  font-weight: 900;
}
.guidelines table.regionals-scaling th {
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.guidelines table.regionals-scaling tr + tr th {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.guidelines table.regionals-scaling tr + tr td {
  border-top: 1px solid rgba(0, 43, 92, 0.1);
}
.guidelines table.regionals-scaling th,
.guidelines table.regionals-scaling td {
  vertical-align: middle;
}
.guidelines table.regionals-scaling td {
  font-size: 0.8125rem;
  font-weight: 500;
}
.guidelines table.regionals-scaling td:empty {
  background: #9D1535;
}
.guidelines .table-of-contents {
  border: 2px solid #002B5C;
  background: #fafafa;
  padding: 1rem 2rem;
  max-width: 22rem;
  font-size: 0.9375rem;
  margin-left: 0;
  margin-bottom: 3rem;
  align-self: start;
}
@media screen and (min-width: 1024px) {
  .guidelines .table-of-contents {
    margin-right: 2rem;
    z-index: 1;
  }
}
.guidelines .table-of-contents ul {
  margin-left: 1.5rem;
  list-style-type: disc;
}
.guidelines .table-of-contents li {
  font-weight: normal;
}
.guidelines .table-of-contents li > ul {
  padding-top: 0.25rem;
}
.guidelines .youth-nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 2rem;
  padding-bottom: 2rem;
}
.guidelines .youth-nav__header {
  width: 100%;
}
.guidelines .youth-nav a {
  font-size: 0.875rem;
  font-weight: 600;
  display: block;
}
.guidelines .youth-nav a.active {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
  color: #B30839;
}

@media screen and (min-width: 1024px) {
  .hub-navigation + section.html #overview {
    padding-top: 3rem;
  }
}

@media screen and (min-width: 1024px) {
  .hub-navigation.youth + section.html #overview {
    padding-top: 9rem;
  }
}

body.blog .featured-posts {
  padding: 1rem 0 2rem 0;
  gap: 2rem;
}
@media screen and (min-width: 1024px) {
  body.blog .featured-posts {
    max-width: 1264px;
    margin: 0 auto;
    grid-template-columns: 0 repeat(12, 1fr) 0;
  }
}
@media screen and (min-width: 568px) {
  body.blog .article-2 {
    grid-column: 2/span 4;
  }
}
@media screen and (min-width: 1024px) {
  body.blog .article-2 {
    grid-column: 2/span 6;
  }
}
@media screen and (min-width: 568px) {
  body.blog .article-3 {
    grid-column: 6/span 4;
  }
}
@media screen and (min-width: 1024px) {
  body.blog .article-3 {
    grid-column: 8/span 6;
  }
}
@media screen and (min-width: 568px) {
  body.blog .article-4 {
    grid-column: 2/span 4;
  }
}
@media screen and (min-width: 568px) {
  body.blog .article-5 {
    grid-column: 6/span 4;
  }
}
@media screen and (min-width: 568px) {
  body.blog .article-6 {
    grid-column: 2/span 8;
  }
  body.blog .article-6 .photo a {
    position: relative;
  }
  body.blog .article-6 .photo a:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
  }
  body.blog .article-6 .photo a > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  body.blog .article-6 {
    grid-column: 10/span 4;
  }
}

#us-map {
  display: block;
  width: 100%;
  height: 100%;
}
#us-map path:hover,
#us-map circle:hover {
  stroke: #B30839 !important;
  stroke-width: 2px;
  stroke-linejoin: round;
  fill: #B30839 !important;
  cursor: pointer;
}
#us-map #path67 {
  fill: none !important;
  stroke: #d9d9d9 !important;
  cursor: default;
}

section.states-list {
  padding: 3rem 0;
}
section.states-list .list-columns {
  -moz-columns: 2;
       columns: 2;
  text-align: center;
  border-top: 2px solid #002B5C;
  padding-top: 50px;
}
@media screen and (min-width: 568px) {
  section.states-list .list-columns {
    -moz-columns: 3;
         columns: 3;
  }
}
@media screen and (min-width: 768px) {
  section.states-list .list-columns {
    -moz-columns: 4;
         columns: 4;
  }
}
@media screen and (min-width: 1024px) {
  section.states-list .list-columns {
    -moz-columns: 5;
         columns: 5;
  }
}
section.states-list .state {
  padding: 5px 0;
  font-family: proxima-nova, sans-serif;
}
section.states-list .state a {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: bold;
}

.local-submit {
  background: #B30839;
  color: #fff;
  margin-top: 3rem;
  padding: 2rem;
  display: grid;
  gap: 0 2rem;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 768px) {
  .local-submit {
    grid-template-columns: repeat(12, 1fr);
    margin-top: 6rem;
  }
}
.local-submit > * {
  grid-column: 1/-1;
}
@media screen and (min-width: 768px) {
  .local-submit .headline {
    grid-column: 1/span 8;
  }
}
.local-submit .headline h5 {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .local-submit .headline h5 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .local-submit .copy {
    grid-column: 1/span 8;
  }
}
.local-submit .cta {
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .local-submit .cta {
    padding-top: 0;
    display: flex;
    align-items: center;
    grid-row: 1/span 2;
    grid-column: 9/span 4;
  }
}
.local-submit .cta .btn.white {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .local-submit .cta .btn.white {
    margin-left: auto;
  }
}
.local-submit .cta .btn.white:hover {
  color: #B30839;
}

article.cover img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.2s ease-in;
  filter: saturate(0.5) brightness(0.8) contrast(1.1);
}
article.cover .content {
  overflow: hidden;
}
article.cover .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  background: rgba(0, 43, 92, 0.5);
}
article.cover .info .info-wrapper {
  text-align: center;
  color: #fff;
}
article.cover .info .meta .date:after {
  margin: 10px auto 0 auto;
}
article.cover .info .headline {
  transition: all 0.2s ease-in;
}
article.cover .info .headline > * {
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
article.cover .info .headline h3 {
  font-size: 1.44rem;
}
@media (min-width: 768px) and (max-width: 1440px) {
  article.cover .info .headline h3 {
    font-size: calc( 1.44rem + 0.18 * ( ( 100vw - 768px) / 672 ) );
  }
}
@media (min-width: 1440px) {
  article.cover .info .headline h3 {
    font-size: 1.62rem;
  }
}
@media screen and (min-width: 768px) {
  article.cover .info .headline h3 {
    font-size: 2.0736rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1440px) {
  article.cover .info .headline h3 {
    font-size: calc( 2.0736rem + 0.2592 * ( ( 100vw - 768px) / 672 ) );
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  article.cover .info .headline h3 {
    font-size: 2.3328rem;
  }
}
article.cover a.cover-link {
  height: 100%;
}
article.cover a.cover-link:hover img {
  transform-origin: center;
  transform: scale(1.05);
}
article.cover a.cover-link:hover .info .headline {
  opacity: 1;
}
article.cover .categories {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  article.cover .categories {
    padding: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  article.cover .categories a:nth-child(n+4) {
    display: none;
  }
}
article.cover .categories a + a {
  margin-left: 10px;
}

article.cover-full a.cover-link {
  display: block;
  position: relative;
}
article.cover-full a.cover-link:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
article.cover-full a.cover-link > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 568px) {
  article.cover-full a.cover-link {
    position: relative;
  }
  article.cover-full a.cover-link:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
  }
  article.cover-full a.cover-link > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  article.cover-full a.cover-link {
    position: relative;
  }
  article.cover-full a.cover-link:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 37.5%;
  }
  article.cover-full a.cover-link > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
article.cover-full .info-wrapper {
  max-width: 960px;
}
article.cover-full .meta {
  padding-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  article.cover-full .meta {
    padding-bottom: 25px;
  }
}
article.cover-full .headline {
  padding: 0 20px;
}
article.cover-full .headline h3 {
  font-weight: 900;
  font-style: italic;
  font-family: futura-pt, sans-serif;
}

article.cover-half a.cover-link {
  display: block;
  position: relative;
}
article.cover-half a.cover-link:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
article.cover-half a.cover-link > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 568px) {
  article.cover-half a.cover-link {
    position: relative;
  }
  article.cover-half a.cover-link:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }
  article.cover-half a.cover-link > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  article.cover-half a.cover-link {
    position: relative;
  }
  article.cover-half a.cover-link:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
  }
  article.cover-half a.cover-link > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
article.cover-half .info-wrapper {
  max-width: 480px;
}
article.cover-half .meta {
  padding-bottom: 0.5rem;
}
article.cover-half .headline {
  padding: 0 1rem;
}
article.cover-half .headline h3 {
  font-weight: 900;
  font-style: italic;
  font-family: futura-pt, sans-serif;
}

article.col {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
}
article.col .photo {
  overflow: hidden;
}
article.col .photo a {
  display: block;
  position: relative;
}
article.col .photo a:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
article.col .photo a > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 568px) {
  article.col .photo a {
    position: relative;
  }
  article.col .photo a:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }
  article.col .photo a > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  article.col .photo a {
    position: relative;
  }
  article.col .photo a:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
  }
  article.col .photo a > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
article.col .photo img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.2s ease-in;
}
article.col .photo img:hover {
  transform: scale(1.05);
  transform-origin: center;
}
article.col .info {
  padding: 20px;
}
article.col .info .meta {
  padding-bottom: 15px;
}
@media screen and (min-width: 1024px) {
  article.col .info .meta {
    padding-top: 10px;
  }
}
article.col .info .meta .date {
  letter-spacing: 0.02em;
}
article.col .info .categories {
  padding-top: 1rem;
  display: flex;
  align-items: center;
}
article.col .info .categories a {
  margin: 0 10px 10px 0;
}
article.col .info .categories a:nth-child(n+3) {
  display: none;
}

article.news .meta .date {
  font-family: proxima-nova, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
article.news .meta .date:after {
  content: "";
  display: block;
  width: 2rem;
  height: 0.25rem;
  background: #B30839;
  margin: 0.5rem 0 0 0;
}

.news-subnav {
  padding-top: 4rem;
}
@media screen and (min-width: 1024px) {
  .news-subnav {
    padding-top: 6rem;
  }
}
.news-subnav .subnav-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 1rem;
  border-bottom: 2px solid #002B5C;
}
.news-subnav .page-header {
  padding: 0 2rem 0 0;
}
.news-subnav .page-header h2 {
  font-weight: 900;
  font-family: futura-pt-condensed, sans-serif;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1em;
  color: #002B5C;
  font-size: 2.0736rem;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .news-subnav .page-header h2 {
    font-size: calc( 2.0736rem + 0.2592 * ( ( 100vw - 768px) / 672 ) );
  }
}
@media (min-width: 1440px) {
  .news-subnav .page-header h2 {
    font-size: 2.3328rem;
  }
}
.news-subnav .page-header h2 a {
  color: #002B5C;
}
.news-subnav .page-header h2 a:hover {
  text-decoration: none;
}
.news-subnav .dropdown {
  display: inline-block;
  position: relative;
  font-family: proxima-nova, sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
}
.news-subnav .dd-button {
  display: inline-block;
  color: #002B5C;
  border: 1px solid #002B5C;
  border-radius: 4px;
  padding: 0.6125rem 4rem 0.5rem 1rem;
  background-color: #fff;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s ease-in;
}
.news-subnav .dd-button:after {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  right: 8px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #002B5C;
  transition: all 0.2s ease-in;
}
.news-subnav .dd-button:hover {
  background-color: #002B5C;
  color: #fff;
}
.news-subnav .dd-button:hover:after {
  border-top-color: #fff;
}
.news-subnav .dd-input {
  display: none;
}
.news-subnav .dd-menu {
  position: absolute;
  top: 100%;
  border-radius: 4px;
  padding: 0;
  margin: 2px 0 0 0;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  list-style-type: none;
  z-index: 50;
  overflow: hidden;
}
.news-subnav .dd-input + .dd-menu {
  display: none;
}
.news-subnav .dd-input:checked + .dd-menu {
  display: block;
}
.news-subnav .dd-menu li {
  padding: 10px 20px;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s ease-in;
}
.news-subnav .dd-menu li:hover {
  background-color: #002B5C;
}
.news-subnav .dd-menu li a {
  display: block;
  margin: -10px -20px;
  padding: 12px 20px;
  transition: all 0.2s ease-in;
  font-size: 0.8125rem;
}
.news-subnav .dd-menu li a:hover {
  text-decoration: none;
  color: #fff;
}
.news-subnav .full-archive {
  padding-left: 2rem;
}

.archived-posts .section-header {
  padding: 3rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .archived-posts .section-header {
    padding: 6rem 0 1rem 0;
  }
}
.archived-posts article.archive + article.archive {
  margin-top: 1.5rem;
}
.archived-posts .alm-reveal + .alm-reveal {
  margin-top: 1.5rem;
}
.archived-posts article.archive {
  display: grid;
  border: 1px solid #ccc;
  background: #fff;
}
@media screen and (min-width: 568px) {
  .archived-posts article.archive {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .archived-posts article.archive .photo {
    width: 50%;
    height: 100%;
  }
  .archived-posts article.archive .info {
    flex: 1;
  }
}
.archived-posts article.archive .photo {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.archived-posts article.archive .photo a {
  display: block;
  position: relative;
}
.archived-posts article.archive .photo a:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.archived-posts article.archive .photo a > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 568px) {
  .archived-posts article.archive .photo a {
    position: relative;
  }
  .archived-posts article.archive .photo a:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%;
  }
  .archived-posts article.archive .photo a > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .archived-posts article.archive .photo a {
    position: relative;
  }
  .archived-posts article.archive .photo a:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
  }
  .archived-posts article.archive .photo a > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.archived-posts article.archive .photo img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.2s ease-in;
}
.archived-posts article.archive .photo img:hover {
  transform: scale(1.05);
  transform-origin: center;
}
.archived-posts article.archive .info {
  padding: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .archived-posts article.archive .info {
    padding: 2rem;
  }
}
@media screen and (min-width: 568px) {
  .archived-posts article.archive .info .headline h4 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 568px) and (min-width: 768px) and (max-width: 1440px) {
  .archived-posts article.archive .info .headline h4 {
    font-size: calc( 1rem + 0.125 * ( ( 100vw - 768px) / 672 ) );
  }
}
@media screen and (min-width: 568px) and (min-width: 1440px) {
  .archived-posts article.archive .info .headline h4 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .archived-posts article.archive .info .headline h4 {
    font-size: 1.44rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1440px) {
  .archived-posts article.archive .info .headline h4 {
    font-size: calc( 1.44rem + 0.18 * ( ( 100vw - 768px) / 672 ) );
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .archived-posts article.archive .info .headline h4 {
    font-size: 1.62rem;
  }
}
.archived-posts article.archive .info .meta {
  padding-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .archived-posts article.archive .info .meta {
    padding-bottom: 1.5rem;
  }
}
.archived-posts article.archive .info .meta .date {
  font-weight: 900;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 568px) {
  .archived-posts article.archive .info .meta .date {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .archived-posts article.archive .info .meta .date {
    font-size: 0.875rem;
  }
}
.archived-posts article.archive .info .categories {
  padding-top: 15px;
  display: flex;
  align-items: center;
}
.archived-posts article.archive .info .categories a {
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  padding: 7px 10px 5px 10px;
  margin: 0 10px 10px 0;
}
@media screen and (min-width: 568px) {
  .archived-posts article.archive .info .categories a {
    font-size: 0.6125rem;
    padding: 5px 8px 3px 8px;
    border-width: 1px;
  }
}
@media screen and (min-width: 768px) {
  .archived-posts article.archive .info .categories a {
    font-size: 0.75rem;
    padding: 7px 10px 5px 10px;
    border-width: 2px;
  }
}

body.page-template-news-archive section.archived-posts {
  padding-bottom: 3rem;
}
body.page-template-news-archive section.archive-list + section.archive-list {
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  body.page-template-news-archive section.archive-list + section.archive-list {
    padding-top: 6rem;
  }
}
body.page-template-news-archive section.archive-list .section-header {
  padding-bottom: 1rem;
}
body.page-template-news-archive section.archive-list .grid {
  display: grid;
  gap: 1.5rem;
}
body.page-template-news-archive section.archive-list .grid.four-col-grid {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 568px) {
  body.page-template-news-archive section.archive-list .grid.four-col-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1280px) {
  body.page-template-news-archive section.archive-list .grid.four-col-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}
body.page-template-news-archive section.archive-list .link a {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
}
body.page-template-news-archive section.date-list .grid {
  gap: 0;
}
body.page-template-news-archive section.date-list .year {
  border: 1px solid #002B5C;
  border-bottom: none;
  border-right: none;
}
body.page-template-news-archive section.date-list .year + .year {
  margin-top: 3rem;
}
body.page-template-news-archive section.date-list .year-header {
  padding: 1rem;
  background: #002B5C;
  border-bottom: 1px solid #002B5C;
  border-right: 1px solid #002B5C;
}
body.page-template-news-archive section.date-list .year-header h4 {
  font-weight: bold;
  font-style: italic;
  font-size: 1.125rem;
}
body.page-template-news-archive section.date-list .year-header h4 a {
  color: #fff;
  display: inline-block;
}
body.page-template-news-archive section.date-list .year .month-link {
  text-align: center;
  padding: 1rem 0;
  border-right: 1px solid #002B5C;
  border-bottom: 1px solid #002B5C;
}
body.page-template-news-archive section.date-list .year .month-link a {
  display: inline-block;
  font-weight: 600;
  font-size: 0.875rem;
  color: #B30839;
}

/*#rules-of-ultimate {
    line-height: 1.5em;

    @import 'template-parts/rules/mixins';

    @import 'template-parts/rules/typography';

    @import 'template-parts/rules/elements';   

    @import 'template-parts/rules/table-of-contents';

    @import 'template-parts/rules/preface';

    @import 'template-parts/rules/appendix';

}
*/
ol.appendices,
ol.main-rules {
  counter-reset: level-one;
  list-style-type: none;
  list-style-position: outside;
  margin: 1.5rem 0;
  font-weight: bold;
}

ol.appendices li,
ol.main-rules li {
  color: #b30839;
  font-size: 1.5rem;
}

ol.appendices ol li,
ol.main-rules ol li {
  color: #000;
  font-size: 1rem;
  margin: 0;
}

ol.main-rules li::before {
  counter-increment: level-one;
  content: counter(level-one) ". ";
}

ol.appendices li::before {
  counter-increment: level-one;
}

ol.appendices ol,
ol.main-rules ol {
  list-style-type: none;
  list-style-position: outside;
  counter-reset: level-two;
  margin: 1rem 0 1rem 1rem;
  font-weight: normal;
}

ol.main-rules ol li::before {
  font-weight: bold;
  counter-increment: level-two;
  content: counter(level-one) "." counter(level-two, upper-alpha) ". ";
}

ol.appendices ol li::before {
  font-weight: bold;
  counter-increment: level-two;
  content: counter(level-one, upper-alpha) "" counter(level-two) ". ";
}

ol.appendices ol li {
  font-weight: bold;
}

ol.appendices ol ol,
ol.main-rules ol ol {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 0 1rem;
  counter-reset: level-three;
}

ol.main-rules ol ol li::before {
  counter-increment: level-three;
  content: counter(level-one) "." counter(level-two, upper-alpha) "." counter(level-three) ". ";
}

ol.appendices ol ol li::before {
  counter-increment: level-three;
  content: counter(level-one, upper-alpha) "" counter(level-two) "." counter(level-three, upper-alpha) ". ";
}

ol.appendices ol ol {
  padding-top: 0.5rem;
}

ol.appendices ol ol li {
  font-weight: normal;
}

ol.appendices ol ol ol,
ol.main-rules ol ol ol {
  list-style-type: none;
  counter-reset: level-four;
}

ol.main-rules ol ol ol li::before {
  counter-increment: level-four;
  content: counter(level-one) "." counter(level-two, upper-alpha) "." counter(level-three) "." counter(level-four, lower-alpha) ". ";
}

ol.appendices ol ol ol li::before {
  counter-increment: level-four;
  content: counter(level-one, upper-alpha) "" counter(level-two) "." counter(level-three, upper-alpha) "." counter(level-four) ". ";
}

ol.appendices ol ol ol {
  padding-top: 0;
}

ol.appendices ol ol ol ol,
ol.main-rules ol ol ol ol {
  list-style-type: none;
  counter-reset: level-five;
}

ol.main-rules ol ol ol ol li::before {
  counter-increment: level-five;
  content: counter(level-one) "." counter(level-two, upper-alpha) "." counter(level-three) "." counter(level-four, lower-alpha) "." counter(level-five) ". ";
}

ol.appendices ol ol ol ol li::before {
  counter-increment: level-five;
  content: counter(level-one, upper-alpha) "" counter(level-two) "." counter(level-three, upper-alpha) "." counter(level-four) "." counter(level-five, lower-alpha) ". ";
}

ol.appendices ol ol ol ol ol,
ol.main-rules ol ol ol ol ol {
  list-style-type: none;
  counter-reset: level-six;
}

ol.main-rules ol ol ol ol ol li::before {
  counter-increment: level-six;
  content: counter(level-one) "." counter(level-two, upper-alpha) "." counter(level-three) "." counter(level-four, lower-alpha) "." counter(level-five) "." counter(level-six, lower-alpha) ". ";
}

ol.appendices ol ol ol ol ol li::before {
  counter-increment: level-six;
  content: counter(level-one, upper-alpha) "" counter(level-two) "." counter(level-three, upper-alpha) "." counter(level-four) "." counter(level-five, lower-alpha) "." counter(level-six) ". ";
}

ol.main-rules ol ul li::before {
  content: none;
}

ol.main-rules li {
  color: #b30839;
  font-size: 1.5rem;
}

ol.appendices div.plain {
  color: #000;
  font-size: 1rem;
  font-weight: normal;
  margin: 1rem 0 0 1rem;
}

ol.appendices table {
  margin: 1rem 0;
}

ol.appendices li:first-child,
ol.main-rules li:first-child {
  margin-top: 0.5rem;
}

ol.appendices li:last-child,
ol.main-rules li:last-child {
  margin-bottom: 0.5rem;
}

.rules {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  width: 100%;
}
.rules tbody tr:nth-child(even) {
  background: #fafafa;
}
.rules tbody tr td:first-of-type {
  font-weight: bold;
}
.rules tbody td {
  width: 50%;
  padding: 1rem;
  vertical-align: top;
  font-size: 0.875rem;
  border-top: 1px solid #e5e5e5;
}

/* START RULES */
#rules-of-ultimate {
  line-height: 1.5em;
}

#rules-of-ultimate ul.main-rules {
  list-style-type: none;
  list-style-position: outside;
  margin: 1.5rem 0;
  font-weight: bold;
  padding: 0;
}

#rules-of-ultimate ul.main-rules li {
  list-style-type: none;
}

#rules-of-ultimate ul.main-rules li {
  color: #b30839;
  font-size: 1.5rem;
  margin: 1rem 0;
}

#rules-of-ultimate ul.main-rules ul > li {
  color: #000;
  font-size: 1rem;
  margin: 0;
}

#rules-of-ultimate ul.main-rules ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0.25rem 0;
  font-weight: normal;
  -webkit-padding-start: 1rem;
          padding-inline-start: 1rem;
}

#rules-of-ultimate ul.main-rules ul li:first-child {
  margin-top: 0.75rem;
}

#rules-of-ultimate ul.main-rules ul ul li:first-child {
  margin-top: 0;
}

#rules-of-ultimate ul.main-rules li > a:first-child {
  font-weight: bold;
  color: black;
  transition: none;
  text-decoration: none;
  text-transform: none;
}

#rules-of-ultimate ul.main-rules > li > a:first-child {
  color: #b30839;
}

#rules-of-ultimate ul.main-rules div.plain {
  color: #000;
  font-size: 1rem;
  font-weight: normal;
  margin: 1rem 0 0 1rem;
}

#rules-of-ultimate ul.main-rules table {
  margin: 1rem 0;
}

#rules-of-ultimate ul.main-rules ul.examples li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 0.5rem;
}

#rules-of-ultimate .tooltip {
  position: relative;
  display: inline;
  padding-bottom: 0;
  border-bottom: 1px dashed #b30839;
}

#rules-of-ultimate .tooltip:hover {
  cursor: pointer;
}

#rules-of-ultimate .handSignals img {
  max-height: 300px;
}

#rules-of-ultimate .handSignals {
  text-align: center;
}

#rules-of-ultimate .handSignals td {
  padding-top: 0;
  width: 300px;
}

#rules-of-ultimate table.handSignals,
#rules-of-ultimate table.fieldDiagram,
#rules-of-ultimate table.normal {
  border-collapse: collapse;
  font-size: 1em;
  font-weight: normal;
}

#rules-of-ultimate table.fieldDiagram {
  margin-left: 1rem;
}

#rules-of-ultimate .handSignals {
  margin-top: 2rem;
}

#rules-of-ultimate .handSignals td {
  vertical-align: middle;
}

#rules-of-ultimate .handSignals td img {
  margin: 0 auto;
}

#rules-of-ultimate .handSignals .desc td {
  font-weight: bold;
  font-family: proxima-nova, sans-serif;
  font-size: 0.875rem;
  color: #002b5c;
  padding: 0 0 2rem 0;
}

#rules-of-ultimate #field_lines {
  width: 30px;
}

#rules-of-ultimate #field_line_names {
  padding-top: 9px;
}

#rules-of-ultimate .fieldSizeHeader {
  text-decoration: underline;
}

#rules-of-ultimate .annotation {
  font-size: 0.875rem;
  font-style: italic;
}

#rules-of-ultimate .youth tbody {
  font-size: 0.875rem;
  margin-top: 2rem;
}

#rules-of-ultimate .youth tbody td {
  color: #000;
}

#rules-of-ultimate .youth tbody tr:first-of-type {
  font-weight: bold;
  background: #002b5c;
  color: #fff;
}

#rules-of-ultimate .youth tbody tr:first-of-type td {
  color: #fff;
}

#rules-of-ultimate .youth tbody tr:first-of-type td {
  padding: 0.5rem 1rem;
}

#rules-of-ultimate .youth tbody tr:nth-child(even) {
  background: #eee;
}

#rules-of-ultimate .youth tbody tr td:first-of-type {
  font-weight: bold;
}

#rules-of-ultimate .youth tbody td {
  padding: 1rem;
  vertical-align: top;
}

#rules-of-ultimate .youth tbody li {
  font-size: 0.825rem;
  color: #000;
}

#rules-of-ultimate .youth tbody li::before {
  content: none;
}

#rules-of-ultimate .table-of-contents {
  border: 1px solid #002b5c;
  padding: 2rem;
  max-width: 340px;
  font-size: 0.9375rem;
}

#rules-of-ultimate .table-of-contents ol {
  margin-left: 1.5rem;
}

#rules-of-ultimate .table-of-contents ol li {
  font-weight: normal;
}

#rules-of-ultimate .table-of-contents .toc-header {
  padding-bottom: 0.5rem;
}

#rules-of-ultimate .table-of-contents .toc-preface {
  padding: 0 0 0.5rem 0;
}

#rules-of-ultimate .table-of-contents .toc-rules li {
  padding-left: 0.25rem;
  color: #002b5c;
}

#rules-of-ultimate .table-of-contents .toc-appendix {
  padding: 0.5rem 0 0 0;
}

#rules-of-ultimate .table-of-contents .toc-appendix p + p {
  padding-top: 0.5rem;
}

#rules-of-ultimate p#prefaceBody {
  font-style: italic;
  font-size: 1em;
  margin: 0 0 1em 0;
}

#rules-of-ultimate p#preface_title {
  margin: 3em 0 0.75rem 0;
  font-weight: bold;
  font-size: 1em;
  color: #b30839;
  font-size: 1.5rem;
}

#rules-of-ultimate .rules tbody td {
  width: 50%;
  padding: 1rem;
  vertical-align: top;
  font-size: 0.875rem;
  border-top: 1px solid #e5e5e5;
}

#rules-of-ultimate .rules tbody tr td:first-of-type {
  font-weight: bold;
}

#rules-of-ultimate .rules tbody tr:nth-child(even) {
  background: #fafafa;
}

/* END RULES */
body.search-results .archived-posts.search-results form {
  margin: 0 auto;
  display: flex;
  align-items: center;
}
body.search-results .archived-posts.search-results form label {
  display: block;
  width: 100%;
  padding-right: 10px;
}
body.search-results .archived-posts.search-results form label input {
  width: 100%;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  font-size: 1rem;
  border: 2px solid #002B5C;
  color: #002B5C;
  font-weight: bold;
  transition: all 0.2s ease-in;
  background: transparent;
}
body.search-results .archived-posts.search-results form label input::-webkit-input-placeholder {
  color: #002B5C;
  opacity: 0.5;
  font-style: italic;
}
body.search-results .archived-posts.search-results form label input::-moz-placeholder {
  color: #002B5C;
  opacity: 0.5;
  font-style: italic;
}
body.search-results .archived-posts.search-results form label input:-moz-placeholder {
  color: #002B5C;
  opacity: 0.5;
  font-style: italic;
}
body.search-results .archived-posts.search-results form label input:-ms-input-placeholder {
  color: #002B5C;
  opacity: 0.5;
  font-style: italic;
}
body.search-results .archived-posts.search-results form label input:focus, body.search-results .archived-posts.search-results form label input:active {
  outline: 0;
}
@media screen and (min-width: 768px) {
  body.search-results .archived-posts.search-results form label input {
    padding: 0 15px;
    height: 47px;
    line-height: 47px;
    font-size: 1.375rem;
  }
}
body.search-results .archived-posts.search-results form .search-submit {
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  letter-spacing: 0.05em;
  border: 2px solid #B30839;
  padding: 10px 10px 8px 10px;
  font-size: 0.75em;
  display: inline-block;
  color: #B30839;
  background: transparent;
  transition: all 0.2s ease-in;
  font-weight: 500;
}
body.search-results .archived-posts.search-results form .search-submit:hover {
  background: #B30839;
  color: #fff;
}
body.search-results .archived-posts.search-results form .search-submit:focus, body.search-results .archived-posts.search-results form .search-submit:active {
  outline: 0;
}
@media screen and (min-width: 768px) {
  body.search-results .archived-posts.search-results form .search-submit {
    font-size: 1em;
    padding: 15px 15px 12px 15px;
  }
}
body.search-results .search-results-list {
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  body.search-results .search-results-list {
    padding-top: 6rem;
  }
}
@media screen and (min-width: 1024px) {
  body.search-results .search-results-list {
    grid-column: 4/span 9;
  }
}
body.search-results .search-results-list article {
  background: #fff;
  border: 1px solid #ccc;
}
@media screen and (min-width: 568px) {
  body.search-results .search-results-list article {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
body.search-results .search-results-list article + article {
  margin-top: 3rem;
}
body.search-results .search-results-list article .photo {
  position: relative;
}
body.search-results .search-results-list article .photo:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
body.search-results .search-results-list article .photo > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body.search-results .search-results-list article .photo a, body.search-results .search-results-list article .photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.search-results .search-results-list article .info {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.search-results .search-results-list article .info .type {
  padding-bottom: 0.5rem;
}
body.search-results .search-results-list article .info .type h5 {
  text-transform: uppercase;
  font-weight: bold;
  color: #B30839;
}
body.search-results .search-results-list article .info .copy {
  padding-top: 1rem;
}
body.search-results .search-results-list .video-result .photo:before {
  display: none;
}
body.search-results .search-results-list .video-result .thumbnail {
  position: relative;
}
body.search-results .search-results-list .video-result .thumbnail:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
body.search-results .search-results-list .video-result .thumbnail > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body.search-results .search-results-list .video-result .play-btn {
  position: absolute;
  top: calc(50% - 2rem);
  left: calc(50% - 2rem);
  z-index: 10;
}
body.search-results .search-results-list .resource-result .content {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.search-results .search-results-list .resource-result .content .icon {
  max-width: 4rem;
}
body.search-results .search-results-list .resource-result .url {
  padding-top: 1.5rem;
}
body.search-results .search-results-list .resource-result .url a {
  display: inline-block;
  font-weight: bold;
  font-family: proxima-nova, sans-serif;
  border-bottom: 1px solid;
  padding-bottom: 1px;
  color: #B30839;
  position: relative;
}
body.search-results .search-results-list .resource-result .url a:hover {
  text-decoration: none;
}
body.search-results .search-results-list .resource-result .url a:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -16px;
  top: 0;
  width: 12px;
  height: 12px;
  background: url(../svg/icon-external-link-red.svg) no-repeat 0 0;
  background-size: 12px 12px;
}
body.search-results .search-results-list .resource-result .meta {
  padding-top: 20px;
  margin-top: auto;
}
body.search-results .search-results-list .world-games-player .photo {
  position: relative;
}
body.search-results .search-results-list .world-games-player .photo:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
body.search-results .search-results-list .world-games-player .photo > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body.search-results .search-results-list .world-games-player .photo img {
  -o-object-position: top center;
     object-position: top center;
}
body.search-results .pagination {
  padding-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  body.search-results .pagination {
    padding-top: 6rem;
  }
}
body.search-results .pagination a {
  font-family: proxima-nova, sans-serif;
  font-weight: bold;
  display: block;
  padding: 0.5rem 0.75rem;
  border: 2px solid;
  margin: 0 0.5rem;
  font-size: 0.875rem;
}
body.search-results .pagination a:hover {
  background: #002B5C;
  color: #fff;
  text-decoration: none;
  border: 2px solid #002B5C;
}
body.search-results .pagination span.current {
  font-family: proxima-nova, sans-serif;
  font-weight: bold;
  display: block;
  padding: 0.5rem 0.75rem;
  border: 2px solid #B30839;
  margin: 0 0.5rem;
  color: #fff;
  background: #B30839;
  font-size: 0.875rem;
}

body.single-post article.post {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 1024px) {
  body.single-post article.post {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: row;
    gap: 1.25rem;
    grid-template-areas: "a a a" "b d d" "c d d" "e e e";
  }
  body.single-post article.post section.featured-image {
    grid-area: a;
  }
  body.single-post article.post section.article-header {
    grid-area: b;
  }
  body.single-post article.post section.article-body {
    grid-area: d;
  }
  body.single-post article.post section.article-footer {
    grid-area: e;
  }
}
body.single-post section.featured-image {
  position: relative;
  max-height: 50vh;
}
body.single-post section.featured-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
body.single-post section.featured-image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body.single-post section.featured-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
body.single-post section.featured-image .credit {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
}
body.single-post section.featured-image .credit em {
  display: inline-block;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.25);
  font-weight: bold;
  font-style: italic;
  color: #fff;
  font-size: 0.875rem;
}
body.single-post section.article-header {
  padding: 1.5rem;
}
@media screen and (min-width: 568px) {
  body.single-post section.article-header {
    padding: 3rem 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  body.single-post section.article-header {
    padding: 3rem 5px 1.5rem 3rem;
  }
}
body.single-post section.article-header h1 {
  font-style: italic;
  color: #002B5C;
  font-weight: 700;
  font-size: 2.25rem;
}
@media screen and (min-width: 768px) {
  body.single-post section.article-header h1 {
    font-size: 3rem;
  }
}
body.single-post section.article-header h1:after {
  content: "";
  display: block;
  width: 4rem;
  height: 0.25rem;
  background: #B30839;
  margin: 1.875rem 0 0 0;
}
body.single-post aside.meta {
  font-family: proxima-nova, sans-serif;
}
body.single-post aside.meta.mobile {
  padding: 0 25px 50px 25px;
  display: block;
  margin-top: 3rem;
}
@media screen and (min-width: 1024px) {
  body.single-post aside.meta.mobile {
    display: none;
  }
}
body.single-post aside.meta.desktop {
  display: none;
}
@media screen and (min-width: 1024px) {
  body.single-post aside.meta.desktop {
    display: block;
    padding-top: 50px;
  }
}
body.single-post aside.meta .date {
  border-top: 2px solid #002B5C;
  padding-top: 50px;
  font-weight: bold;
  font-size: 0.875em;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1024px) {
  body.single-post aside.meta .date {
    padding-top: 0;
    border-top: none;
  }
}
body.single-post aside.meta .date .year {
  font-weight: normal;
}
body.single-post aside.meta .authors {
  padding-top: 50px;
}
body.single-post aside.meta .authors .author + .author {
  padding-top: 10px;
}
body.single-post aside.meta .authors .author a {
  display: flex;
  align-items: center;
}
body.single-post aside.meta .authors .author a .photo {
  max-width: 48px;
}
body.single-post aside.meta .authors .author a .photo img {
  border-radius: 50%;
}
body.single-post aside.meta .authors .author a .photo + .name {
  padding-left: 10px;
}
body.single-post aside.meta .authors .author a .name {
  font-weight: 600;
  font-size: 0.875rem;
}
body.single-post aside.meta .categories {
  padding-top: 3rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 20rem;
}
body.single-post aside.meta .categories h4.sidebar-header {
  width: 100%;
}
body.single-post aside.meta .categories .cat-link {
  margin: 0 10px 10px 0;
}
body.single-post aside.meta .social-share {
  padding-top: 3rem;
}
body.single-post aside.meta .social-share .links {
  display: flex;
  align-items: center;
}
body.single-post aside.meta .social-share .links .link + .link {
  padding-left: 15px;
}
body.single-post aside.meta .social-share .links .link.twitter {
  margin-top: 2px;
}
body.single-post aside.meta .social-share .links .link a {
  display: block;
}
body.single-post aside.meta .social-share .links .link a img {
  width: 100%;
  height: 100%;
  max-width: 24px;
  max-height: 24px;
}
body.single-post section.article-body {
  font-family: proxima-nova, sans-serif;
  padding: 0 1.5rem;
}
@media screen and (min-width: 1024px) {
  body.single-post section.article-body {
    padding: 3rem 3rem 3rem 1.5rem;
  }
}
body.single-post section.article-body strong {
  font-weight: 800;
}
body.single-post section.article-body a {
  color: #B30839;
  text-decoration: underline;
}
body.single-post section.article-body .wp-block-image {
  margin-bottom: 2.5rem;
}
body.single-post section.article-body .wp-block-image figcaption {
  margin: 10px 0 0 0;
  font-size: 0.875rem;
  font-weight: 600;
  color: #8A8A8A;
  font-style: italic;
  text-align: right;
}
body.single-post section.article-body .wp-block-image img {
  width: auto !important;
  height: auto !important;
}
body.single-post section.article-body .wp-block-table {
  margin-bottom: 2.5rem;
}
body.single-post section.article-body table {
  border-top: 1px solid;
  border-left: 1px solid;
}
body.single-post section.article-body table th {
  text-align: left;
}
body.single-post section.article-body table th, body.single-post section.article-body table td {
  border: 1px solid;
  padding: 10px;
}
body.single-post section.article-footer {
  padding: 0 1.5rem 3rem 1.5rem;
}
@media screen and (min-width: 1024px) {
  body.single-post section.article-footer {
    padding: 0 3rem 3rem 3rem;
  }
}
body.single-post section.article-footer .footer-container {
  border-top: 2px solid #002B5C;
  padding-top: 3rem;
}
body.single-post section.article-footer .related-posts .section-header {
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  body.single-post section.article-footer .related-posts .section-header {
    padding-bottom: 1.25rem;
  }
}
body.single-post section.article-footer .related-posts .section-header h4 {
  color: #002B5C;
  font-weight: 900;
  font-style: italic;
  font-family: futura-pt-condensed, sans-serif;
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 768px) {
  body.single-post section.article-footer .related-posts .section-header h4 {
    font-size: 2rem;
  }
}
body.single-post section.article-footer .related-posts .grid {
  gap: 1.25rem;
}
body.single-post section.article-footer .related-posts .grid h4.sidebar-header {
  display: none;
}
@media screen and (min-width: 568px) {
  body.single-post section.article-footer .related-posts article.related .photo a {
    position: relative;
  }
  body.single-post section.article-footer .related-posts article.related .photo a:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
  }
  body.single-post section.article-footer .related-posts article.related .photo a > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

body.single-authors .section-header {
  padding-bottom: 2rem;
}
body.single-authors .section-header .photo {
  max-width: 6rem;
  margin: 0 auto;
  padding-bottom: 1.25rem;
}
body.single-authors .section-header .photo img {
  border-radius: 50%;
}

body.single-local section.page-header {
  text-align: center;
  padding: 3rem 0 1.5rem;
}
@media screen and (min-width: 1024px) {
  body.single-local section.page-header {
    padding: 6rem 0 1.5rem 0;
  }
}
body.single-local section.map {
  padding: 0 0 6rem 0;
}
@media screen and (min-width: 568px) {
  body.single-local section.map .graphic {
    grid-column: 4/span 4;
  }
}
@media screen and (min-width: 1024px) {
  body.single-local section.map .graphic {
    grid-column: 5/span 6;
  }
}
body.single-local section.map .graphic img {
  width: 100%;
  margin: auto;
  max-height: 250px;
}
@media screen and (min-width: 768px) {
  body.single-local section.map .graphic img {
    max-height: 500px;
  }
}
body.single-local section.locations {
  padding: 0 0 50px 0;
}
body.single-local section.locations .locations-grid {
  display: grid;
  gap: 1rem 2rem;
}
body.single-local section.locations .locations-grid .location + .region-header {
  padding-top: 4rem;
}
@media screen and (min-width: 1024px) {
  body.single-local section.locations .locations-grid .location + .region-header {
    padding-top: 6rem;
  }
}
body.single-local section.locations .locations-grid .region-header:after {
  margin-bottom: 0;
}
@media screen and (min-width: 568px) {
  body.single-local section.locations .locations-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  body.single-local section.locations .locations-grid .region-header,
body.single-local section.locations .locations-grid .error-message {
    grid-column: 1/span 2;
  }
}
@media screen and (min-width: 768px) {
  body.single-local section.locations .locations-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  body.single-local section.locations .locations-grid .region-header,
body.single-local section.locations .locations-grid .error-message {
    grid-column: 1/span 3;
  }
}
body.single-local section.locations .location {
  background: #fff;
  padding: 25px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
body.single-local section.locations .location .headline h5 {
  font-weight: bold;
  color: #002B5C;
}
body.single-local section.locations .location .headline h6 {
  padding-top: 0.25rem;
  color: #2964A8;
  letter-spacing: 0;
}
body.single-local section.locations .location .copy {
  padding-top: 1rem;
  font-family: proxima-nova, sans-serif;
}
body.single-local section.locations .location .url {
  padding-top: 20px;
}
body.single-local section.locations .location .url a {
  display: inline-block;
  font-weight: bold;
  border-bottom: 1px solid;
  padding-bottom: 1px;
  color: #B30839;
  position: relative;
}
body.single-local section.locations .location .url a:hover {
  text-decoration: none;
}
body.single-local section.locations .location .url a:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -16px;
  top: 0;
  width: 12px;
  height: 12px;
  background: url(../svg/icon-external-link-red.svg) no-repeat 0 0;
  background-size: 12px 12px;
}

body.single-resources .site-content {
  padding: 6rem 0;
}
body.single-resources .site-content .back {
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  body.single-resources .resource-item > * {
    grid-column: 4/span 4;
  }
}
@media screen and (min-width: 1024px) {
  body.single-resources .resource-item > * {
    grid-column: 6/span 4;
  }
}
body.single-resources .back-to-top {
  display: none;
}

body.single-videos section.player {
  padding: 3rem 0 0 0;
}
@media screen and (min-width: 1024px) {
  body.single-videos section.player .video {
    grid-column: 4/span 8;
  }
}
body.single-videos section.player .video .video-thumbnail a.video-trigger {
  display: block;
  position: relative;
}
body.single-videos section.player .video .video-thumbnail a.video-trigger:before {
  display: block;
  content: "";
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
body.single-videos section.player .video .video-thumbnail .play-btn {
  position: absolute;
  top: calc(50% - 36px);
  left: calc(50% - 36px);
  z-index: 12;
}
body.single-videos section.player .video-title {
  padding: 1rem 0 3rem 0;
}
body.single-videos section.library-cta {
  padding-top: 3rem;
}

body.single-world_games_players .hero-photo-world-games img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-width: 100%;
}
body.single-world_games_players .hero-photo-world-games .hero-photo__mobile {
  display: block;
}
@media screen and (min-width: 768px) {
  body.single-world_games_players .hero-photo-world-games .hero-photo__mobile {
    display: none;
  }
}
body.single-world_games_players .hero-photo-world-games .hero-photo__desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  body.single-world_games_players .hero-photo-world-games .hero-photo__desktop {
    display: block;
  }
}
body.single-world_games_players .hero-photo-world-games .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
body.single-world_games_players section.player-info {
  padding: 3rem 0;
}
@media screen and (min-width: 768px) {
  body.single-world_games_players section.player-info {
    padding: 3rem 0 6rem 0;
  }
}
body.single-world_games_players aside.vitals {
  font-family: proxima-nova, sans-serif;
}
@media screen and (min-width: 768px) {
  body.single-world_games_players aside.vitals {
    grid-column: 7/span 3;
  }
}
@media screen and (min-width: 1024px) {
  body.single-world_games_players aside.vitals {
    grid-column: 11/span 3;
  }
}
body.single-world_games_players aside.vitals .vitals-wrapper {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 40px;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 768px) {
  body.single-world_games_players aside.vitals .vitals-wrapper {
    padding: 20px;
  }
}
body.single-world_games_players aside.vitals .headshot {
  max-width: 240px;
  margin: 0 auto;
  padding-bottom: 15px;
}
body.single-world_games_players aside.vitals .headshot img {
  height: auto;
}
body.single-world_games_players aside.vitals .name {
  padding-bottom: 1.5rem;
  text-align: center;
}
body.single-world_games_players aside.vitals .name h2 {
  color: #002B5C;
  font-size: 1.25rem;
  font-weight: bold;
}
body.single-world_games_players aside.vitals .social {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -1rem;
  padding-bottom: 1.5rem;
}
body.single-world_games_players aside.vitals .social .social-link + .social-link {
  padding-left: 1rem;
}
body.single-world_games_players aside.vitals .social .social-link a {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
}
body.single-world_games_players aside.vitals .social .social-link svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #B30839;
  -o-object-fit: contain;
     object-fit: contain;
}
body.single-world_games_players aside.vitals .social .social-link svg path {
  width: 100%;
  height: 100%;
}
body.single-world_games_players aside.vitals .vital {
  max-width: 15rem;
  margin: 0 auto;
}
body.single-world_games_players aside.vitals .vital + .vital {
  padding-top: 1.5rem;
}
body.single-world_games_players aside.vitals .vital h3 {
  font-weight: bold;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  color: #002B5C;
  text-transform: uppercase;
}
body.single-world_games_players aside.vitals .vital p {
  font-size: 0.9375rem;
}
body.single-world_games_players article.profile {
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  body.single-world_games_players article.profile {
    padding-top: 0;
    grid-row: 1;
    grid-column: 2/span 5;
  }
}
@media screen and (min-width: 1024px) {
  body.single-world_games_players article.profile {
    grid-column: 2/span 8;
  }
}
body.single-world_games_players article.profile .video {
  position: relative;
}
body.single-world_games_players article.profile .video:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
body.single-world_games_players article.profile .video > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body.single-world_games_players article.profile .video iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  inset: 0;
}
body.single-world_games_players article.profile section.profile-section + section.profile-section {
  padding-top: 3rem;
  border-top: 1px solid #d9d9d9;
  margin-top: 3rem;
}
body.single-world_games_players article.profile section.profile-section .headline {
  padding-bottom: 1rem;
}
body.single-world_games_players article.profile table {
  text-align: left;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  width: 100%;
  font-family: proxima-nova, sans-serif;
  font-size: 0.875rem;
}
body.single-world_games_players article.profile table .year {
  width: 120px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  body.single-world_games_players article.profile table .year {
    width: 200px;
  }
}
body.single-world_games_players article.profile table thead th {
  background: #B30839;
  color: #fff;
  padding: 1rem;
}
body.single-world_games_players article.profile table tbody tr:nth-child(even) td {
  background: #f3f3f3;
}
body.single-world_games_players article.profile table tbody td {
  padding: 1rem;
}
body.single-world_games_players section.player-gallery {
  padding: 3rem 0;
  background: #fff;
}
@media screen and (min-width: 768px) {
  body.single-world_games_players section.player-gallery {
    padding: 6rem 0;
  }
}
body.single-world_games_players section.player-gallery .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 3rem 2rem;
}
body.single-world_games_players section.player-gallery .player .info {
  padding-top: 0.5rem;
  text-align: center;
}
body.single-world_games_players section.player-gallery .player .info h4 {
  font-weight: 700;
  font-size: 0.875rem;
}

body.post-type-archive-videos section.page-header,
body.tax-video_filters section.page-header {
  padding: 50px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  body.post-type-archive-videos section.page-header,
body.tax-video_filters section.page-header {
    padding: 75px 0;
  }
}
body.post-type-archive-videos section.page-header h1,
body.tax-video_filters section.page-header h1 {
  font-weight: 900;
  font-family: futura-pt-condensed, sans-serif;
  font-style: italic;
  text-transform: uppercase;
  font-size: 3rem;
  color: #221924;
}
body.post-type-archive-videos section.page-header h1:after,
body.tax-video_filters section.page-header h1:after {
  content: "";
  display: block;
  width: 40px;
  height: 5px;
  background: #B30839;
  margin: 20px auto 0 auto;
}
@media screen and (min-width: 768px) {
  body.post-type-archive-videos section.page-header h1,
body.tax-video_filters section.page-header h1 {
    font-size: 4rem;
  }
}
body.post-type-archive-videos section.video-archive,
body.tax-video_filters section.video-archive {
  padding: 0 0 6rem 0;
}
body.post-type-archive-videos .alm-listing,
body.tax-video_filters .alm-listing {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem 1.25rem;
}
@media screen and (min-width: 568px) {
  body.post-type-archive-videos .alm-listing,
body.tax-video_filters .alm-listing {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 768px) {
  body.post-type-archive-videos .alm-listing,
body.tax-video_filters .alm-listing {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
body.post-type-archive-videos .alm-listing + .alm-listing,
body.tax-video_filters .alm-listing + .alm-listing {
  padding-top: 3rem;
}
body.post-type-archive-videos .alm-listing .video a,
body.tax-video_filters .alm-listing .video a {
  display: block;
}
body.post-type-archive-videos .alm-listing .video a:hover,
body.tax-video_filters .alm-listing .video a:hover {
  text-decoration: none;
}
body.post-type-archive-videos .alm-listing .video a span.title,
body.tax-video_filters .alm-listing .video a span.title {
  display: block;
  padding-top: 0.6875rem;
  line-height: 1.25em;
  color: #002B5C;
  font-weight: bold;
  transition: color 0.2s ease-in;
}

body.page-team-usa.page-child section.hero-photo .headline h1 {
  background: #B30839;
  display: inline-block;
  padding: 1rem;
}
body.page-team-usa.page-child section.google-sheet-roster {
  background: #fafafa;
}

section.team-profile {
  padding-top: 3rem;
}
@media screen and (min-width: 1280px) {
  section.team-profile {
    padding-top: 6rem;
  }
}
section.team-profile + section.back {
  padding-top: 3rem;
}
section.team-profile .info {
  background: #fff;
  color: #002B5C;
  border-radius: 10px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-height: 700px) {
  section.team-profile .info {
    margin-bottom: 3rem;
  }
}
section.team-profile .photo {
  position: relative;
}
section.team-profile .photo:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 30.303030303%;
}
section.team-profile .photo > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  section.team-profile .photo {
    position: relative;
  }
  section.team-profile .photo:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 45.4545454545%;
  }
  section.team-profile .photo > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
section.team-profile .photo img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.team-profile .details {
  padding: 1.5rem;
}
@media screen and (min-width: 768px) {
  section.team-profile .details {
    padding: 40px 50px 40px 50px;
  }
}
section.team-profile .details .meta {
  padding: 0 0 10px 0 !important;
  text-align: left !important;
}
section.team-profile .details .meta-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.team-profile .details .meta-main .social {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px 0 10px 0;
}
@media screen and (min-width: 568px) {
  section.team-profile .details .meta-main .social {
    width: auto;
    padding: 0;
  }
}
section.team-profile .details .meta-main .social a {
  display: block;
}
section.team-profile .details .meta-main .social a + a {
  margin-left: 15px;
}
@media screen and (min-width: 768px) {
  section.team-profile .details .meta-main .social a + a {
    margin-left: 20px;
  }
}
section.team-profile .details .meta-main .social a img {
  max-width: 20px;
  max-height: 20px;
  width: 100%;
  height: 100%;
}
section.team-profile .details .names .location {
  padding-top: 0.25rem;
}
section.team-profile .details .names .location h6 {
  letter-spacing: 0.05em;
}
section.team-profile .details .detail {
  padding-top: 1.5rem;
}
section.team-profile .details .detail h5 {
  font-weight: bold;
  font-size: 0.875rem;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
  section.team-profile .details .detail h5 {
    font-size: 1rem;
  }
}
section.team-profile .details .cta {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  section.team-profile .details .cta {
    padding-top: 40px;
  }
}

section.teams-list + section.teams-list {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  section.teams-list + section.teams-list {
    margin-top: 6rem;
  }
}
section.teams-list .teams-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 568px) {
  section.teams-list .teams-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) {
  section.teams-list .teams-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
section.teams-list .team {
  background: #fff;
  padding: 1.5rem;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  transition: all 0.3s ease-in;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
section.teams-list .team:hover {
  cursor: pointer;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
section.teams-list .team .logo {
  width: 72px;
  height: 72px;
  margin: 0 auto;
}
section.teams-list .team .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.teams-list .team > .info {
  text-align: center;
  padding-top: 1.5rem;
}
section.teams-list .team > .info .headline h4 {
  font-size: 1.2rem;
}
@media (min-width: 768px) and (max-width: 1440px) {
  section.teams-list .team > .info .headline h4 {
    font-size: calc( 1.2rem + 0.15 * ( ( 100vw - 768px) / 672 ) );
  }
}
@media (min-width: 1440px) {
  section.teams-list .team > .info .headline h4 {
    font-size: 1.35rem;
  }
}
section.teams-list .team .meta {
  padding-top: 0.5rem;
  color: #002B5C;
}
section.teams-list .cta {
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-align: center;
}

.teams-anchor-links {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .teams-anchor-links {
    margin-bottom: 6rem;
  }
}

body.team-overlay-open {
  overflow: hidden;
}
@media screen and (max-height: 1000px) {
  body.team-overlay-open .team-overlay .overlay-wrapper {
    overflow-y: scroll;
    align-items: flex-start;
  }
  body.team-overlay-open .team-overlay .overlay-wrapper .info {
    transform: translateY(50px);
  }
}
body.team-overlay-open .team:hover {
  cursor: default;
}

.team-overlay {
  display: none;
  z-index: 100000;
}
.team-overlay .overlay {
  background: rgba(0, 0, 0, 0.9);
}
.team-overlay .overlay-wrapper {
  max-width: 600px;
  margin: 0 auto;
}
.team-overlay .info {
  background: #fff;
  color: #002B5C;
  border-radius: 10px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  width: 100%;
}
@media screen and (max-height: 700px) {
  .team-overlay .info {
    margin-bottom: 50px;
  }
}
.team-overlay .photo {
  position: relative;
}
.team-overlay .photo:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 30.303030303%;
}
.team-overlay .photo > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .team-overlay .photo {
    position: relative;
  }
  .team-overlay .photo:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 45.4545454545%;
  }
  .team-overlay .photo > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.team-overlay .photo img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-overlay .details {
  padding: 25px;
}
@media screen and (min-width: 768px) {
  .team-overlay .details {
    padding: 40px 50px 40px 50px;
  }
}
.team-overlay .details .meta {
  padding: 0 0 10px 0 !important;
  text-align: left !important;
}
.team-overlay .details .meta h3 {
  font-weight: 900;
  font-size: 1.5rem;
  padding-bottom: 10px;
}
.team-overlay .details .meta h4 {
  font-family: proxima-nova, sans-serif;
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  color: #B30839;
}
.team-overlay .details .meta-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.team-overlay .details .meta-main .social {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px 0 10px 0;
}
@media screen and (min-width: 568px) {
  .team-overlay .details .meta-main .social {
    width: auto;
    padding: 0;
  }
}
.team-overlay .details .meta-main .social a {
  display: block;
}
.team-overlay .details .meta-main .social a + a {
  margin-left: 15px;
}
@media screen and (min-width: 768px) {
  .team-overlay .details .meta-main .social a + a {
    margin-left: 20px;
  }
}
.team-overlay .details .meta-main .social a img {
  max-width: 20px;
  max-height: 20px;
  width: 100%;
  height: 100%;
}
.team-overlay .details .detail p,
.team-overlay .details .copy p {
  font-size: 0.875rem;
  line-height: 1.5em;
}
@media screen and (min-width: 768px) {
  .team-overlay .details .detail p,
.team-overlay .details .copy p {
    font-size: 1rem;
  }
}
.team-overlay .details .detail {
  padding-top: 20px;
}
.team-overlay .details .detail h5 {
  font-weight: bold;
  font-size: 0.875rem;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .team-overlay .details .detail h5 {
    font-size: 1rem;
  }
}
.team-overlay .details .cta {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .team-overlay .details .cta {
    padding-top: 40px;
  }
}

body.page-template-watch section.hero {
  padding: 50px 0 100px 0;
}
body.page-template-watch section.hero .video {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
body.page-template-watch section.hero .video:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
body.page-template-watch section.hero .video > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body.page-template-watch section.hero .video .content:before {
  display: block;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
body.page-template-watch section.hero .video iframe {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
body.page-template-watch section.hero .info {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.page-template-watch section.hero .info .headline {
  width: 100%;
  text-align: center;
}
body.page-template-watch section.hero .info .headline h1 {
  color: #fff;
  font-weight: 900;
  font-family: futura-pt-condensed, sans-serif;
  font-size: 4em;
  font-style: italic;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  body.page-template-watch section.hero .info .headline h1 {
    font-size: 6em;
  }
}
@media screen and (min-width: 1024px) {
  body.page-template-watch section.hero .info .headline h1 {
    font-size: 8em;
  }
}
body.page-template-watch section.hero .info .link {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.page-template-watch section.hero .info .link .play-btn {
  transform: scale(0.5);
}
@media screen and (min-width: 768px) {
  body.page-template-watch section.hero .info .link .play-btn {
    transform: scale(1);
  }
}
body.page-template-watch section.hero .info .link span.label {
  max-width: 60%;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.8125rem;
  line-height: 1.25em;
  text-align: left;
}
@media screen and (min-width: 768px) {
  body.page-template-watch section.hero .info .link span.label {
    max-width: 100%;
    margin-left: 1rem;
    font-size: 1rem;
  }
}

.overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100000;
  background: rgba(255, 255, 255, 0.9);
}
.overlay-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .overlay-wrapper {
    padding: 80px 20px;
  }
}
.overlay .close {
  background: #fff;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  right: -0.75rem;
  top: -0.75rem;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  border: 2px solid #B30839;
  z-index: 10;
}
.overlay .close .close-btn {
  width: 1rem;
  display: block;
}
.overlay .close .close-btn:before, .overlay .close .close-btn:after {
  background-color: #B30839;
  content: "";
  display: block;
  height: 2px;
  transition: all 200ms ease-in-out;
}
.overlay .close .close-btn:before {
  box-shadow: 0 0 0 #B30839;
  transform: translateY(11px) rotate(45deg);
  margin-bottom: 20px;
}
.overlay .close .close-btn:after {
  transform: translateY(-11px) rotate(-45deg);
}

section#video-overlay {
  display: none;
}
section#video-overlay .info {
  width: 100%;
  max-width: 1200px;
}
@media screen and (max-height: 800px) {
  section#video-overlay .info {
    max-width: 920px;
  }
}
@media screen and (min-width: 1720px) and (min-height: 900px) {
  section#video-overlay .info {
    max-width: 1400px;
  }
}
@media only screen and (device-width: 667px) and (device-height: 375px) {
  section#video-overlay .info {
    max-width: 520px;
  }
}
@media only screen and (device-width: 736px) and (device-height: 414px) {
  section#video-overlay .info {
    max-width: 580px;
  }
}
@media only screen and (device-width: 812px) and (device-height: 375px) {
  section#video-overlay .info {
    max-width: 560px;
  }
}
section#video-overlay .video-frame {
  position: relative;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.5);
  background: #000;
}
section#video-overlay .video-frame:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
section#video-overlay .video-frame > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
section#video-overlay .title {
  padding-top: 20px;
  font-size: 1.125rem;
  font-family: proxima-nova, sans-serif;
  color: #002B5C;
  font-weight: bold;
}

body.video-overlay-open {
  overflow: hidden;
}

section.playlist + section.playlist {
  padding-top: 100px;
}
section.playlist .section-header h3.has-view-all {
  display: flex;
  align-items: flex-end;
}
section.playlist .section-header a.view-all {
  color: #B30839;
  margin-left: 1rem;
  text-decoration: underline;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  font-family: proxima-nova, sans-serif;
}
section.playlist .videos {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px 20px;
}
@media screen and (min-width: 568px) {
  section.playlist .videos {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 768px) {
  section.playlist .videos {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
section.playlist .videos .video .play-btn {
  position: absolute;
  top: calc(50% - 36px);
  left: calc(50% - 36px);
  z-index: 5;
}
section.playlist .videos .video img {
  border-radius: 3px;
}
section.playlist .videos a {
  display: block;
  position: relative;
}
section.playlist .videos a:hover {
  text-decoration: none;
}
section.playlist .videos a span.title {
  display: block;
  padding-top: 10px;
  font-weight: bold;
  transition: color 0.2s ease-in;
}

.video-thumbnail .thumbnail {
  position: relative;
}
.video-thumbnail .thumbnail:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.video-thumbnail .thumbnail > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.video-thumbnail .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.video-thumbnail .thumbnail img {
  -o-object-position: center center;
     object-position: center center;
}

section.library-cta {
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  section.library-cta {
    padding-top: 100px;
  }
}
section.library-cta .cta-flex {
  padding: 25px;
  background: #B30839;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.library-cta .cta-flex a {
  color: #fff;
}
section.library-cta .cta-flex h3 {
  font-weight: bold;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  section.library-cta .cta-flex h3 {
    font-size: 1.125rem;
  }
}
section.library-cta .cta-flex .cta {
  margin-left: 25px;
  min-width: 115px;
}
section.library-cta .cta-flex .cta .btn {
  font-weight: bold;
}
section.library-cta .cta-flex .cta .btn:hover {
  color: #B30839;
}

.ajax-load-more-wrap .video .play-btn {
  position: absolute;
  top: calc(50% - 36px);
  left: calc(50% - 36px);
  z-index: 5;
}
.ajax-load-more-wrap .video img {
  border-radius: 3px;
}

body.page-template-watch section.banner {
  margin-top: 50px;
}
body.page-template-watch section.banner + section.hero {
  padding-top: 1.5rem;
}
body.page-template-watch section.banner .cta-flex {
  padding: 1rem;
  background: #B30839;
}
body.page-template-watch section.banner .cta-flex a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}
@media screen and (min-width: 768px) {
  body.page-template-watch section.banner .cta-flex a {
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
body.page-template-watch section.banner .cta-flex a:hover {
  text-decoration: none;
}
body.page-template-watch section.banner .cta-flex h3 {
  font-weight: bold;
  font-size: clamp(1.5rem, 3vw, 2rem);
  letter-spacing: 0.025em;
  font-family: futura-pt-condensed, sans-serif;
  text-transform: uppercase;
  font-style: italic;
  width: 100%;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  body.page-template-watch section.banner .cta-flex h3 {
    width: auto;
    padding-bottom: 0;
  }
}
body.page-template-watch section.banner .cta-flex p {
  padding-left: 1rem;
  font-size: clamp(0.875rem, 1.2vw, 1rem);
}