@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@import url(../assets/foundation-icons/foundation-icons.css);
@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto; } }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #3a3a3a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 5px; }

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 5px; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 5px;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #696969;
  border-radius: 5px;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #fefefe;
    background-color: #fefefe;
    -webkit-box-shadow: 0 0 5px #fefefe;
            box-shadow: 0 0 5px #fefefe;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #cacaca;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 5px; }

input[type='search'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

::-webkit-input-placeholder {
  color: #8a8a8a; }

::-moz-placeholder {
  color: #8a8a8a; }

:-ms-input-placeholder {
  color: #8a8a8a; }

::-ms-input-placeholder {
  color: #8a8a8a; }

::placeholder {
  color: #8a8a8a; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .input-group > :first-child, .input-group > :first-child.input-group-button > * {
    border-radius: 5px 0 0 5px; }
  .input-group > :last-child, .input-group > :last-child.input-group-button > * {
    border-radius: 0 5px 5px 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #3a3a3a;
  background: #8a8a8a;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

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

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #8a8a8a; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #696969;
  border-radius: 5px;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #fefefe;
    background-color: #fefefe;
    -webkit-box-shadow: 0 0 5px #fefefe;
            box-shadow: 0 0 5px #fefefe;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  select:disabled {
    background-color: #cacaca;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }
  select:not([multiple]) {
    padding-top: 0;
    padding-bottom: 0; }

.is-invalid-input:not(:focus) {
  border-color: #ec5840;
  background-color: #fcedeb; }
  .is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #ec5840; }
  .is-invalid-input:not(:focus)::-moz-placeholder {
    color: #ec5840; }
  .is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #ec5840; }
  .is-invalid-input:not(:focus)::-ms-input-placeholder {
    color: #ec5840; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #ec5840; }

.is-invalid-label {
  color: #ec5840; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: 700;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "News Cycle", "Montserrat", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #0a0a0a;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #8a8a8a; }

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 1rem; }

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 1rem; }

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 1rem; }

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 1rem; }

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 1rem; }

h6, .h6 {
  font-size: 1rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 1rem; }

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem; }
  h2, .h2 {
    font-size: 2.5rem; }
  h3, .h3 {
    font-size: 1.9375rem; }
  h4, .h4 {
    font-size: 1.5625rem; }
  h5, .h5 {
    font-size: 1.25rem; }
  h6, .h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #0a0a0a;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #3462b7; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: none;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: 700; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
  border-radius: 5px; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

.cite-block, cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem; }
  .cite-block:before, cite:before {
    content: "— "; }

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem; }

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

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

.text-justify {
  text-align: justify; }

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-print-color-adjust: economy;
            color-adjust: economy;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  @media print, screen and (min-width: 40em) {
    .grid-container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .grid-container.fluid {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    @media print, screen and (min-width: 40em) {
      .grid-container.fluid {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
  .grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }

.grid-x {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }

.cell {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%; }
  .cell.auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; }
  .cell.shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }

.grid-x > .auto {
  width: auto; }

.grid-x > .shrink {
  width: auto; }

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } }

.grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.grid-x > .small-1 {
  width: 8.33333%; }

.grid-x > .small-2 {
  width: 16.66667%; }

.grid-x > .small-3 {
  width: 25%; }

.grid-x > .small-4 {
  width: 33.33333%; }

.grid-x > .small-5 {
  width: 41.66667%; }

.grid-x > .small-6 {
  width: 50%; }

.grid-x > .small-7 {
  width: 58.33333%; }

.grid-x > .small-8 {
  width: 66.66667%; }

.grid-x > .small-9 {
  width: 75%; }

.grid-x > .small-10 {
  width: 83.33333%; }

.grid-x > .small-11 {
  width: 91.66667%; }

.grid-x > .small-12 {
  width: 100%; }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto; }
  .grid-x > .medium-shrink, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .grid-x > .medium-shrink {
    width: auto; }
  .grid-x > .medium-1 {
    width: 8.33333%; }
  .grid-x > .medium-2 {
    width: 16.66667%; }
  .grid-x > .medium-3 {
    width: 25%; }
  .grid-x > .medium-4 {
    width: 33.33333%; }
  .grid-x > .medium-5 {
    width: 41.66667%; }
  .grid-x > .medium-6 {
    width: 50%; }
  .grid-x > .medium-7 {
    width: 58.33333%; }
  .grid-x > .medium-8 {
    width: 66.66667%; }
  .grid-x > .medium-9 {
    width: 75%; }
  .grid-x > .medium-10 {
    width: 83.33333%; }
  .grid-x > .medium-11 {
    width: 91.66667%; }
  .grid-x > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto; }
  .grid-x > .large-shrink, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .grid-x > .large-shrink {
    width: auto; }
  .grid-x > .large-1 {
    width: 8.33333%; }
  .grid-x > .large-2 {
    width: 16.66667%; }
  .grid-x > .large-3 {
    width: 25%; }
  .grid-x > .large-4 {
    width: 33.33333%; }
  .grid-x > .large-5 {
    width: 41.66667%; }
  .grid-x > .large-6 {
    width: 50%; }
  .grid-x > .large-7 {
    width: 58.33333%; }
  .grid-x > .large-8 {
    width: 66.66667%; }
  .grid-x > .large-9 {
    width: 75%; }
  .grid-x > .large-10 {
    width: 83.33333%; }
  .grid-x > .large-11 {
    width: 91.66667%; }
  .grid-x > .large-12 {
    width: 100%; } }

.grid-margin-x:not(.grid-x) > .cell {
  width: auto; }

.grid-margin-y:not(.grid-y) > .cell {
  height: auto; }

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x {
      margin-left: -0.9375rem;
      margin-right: -0.9375rem; } }
  .grid-margin-x > .cell {
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x > .cell {
      width: calc(100% - 1.875rem);
      margin-left: 0.9375rem;
      margin-right: 0.9375rem; } }
  .grid-margin-x > .auto {
    width: auto; }
  .grid-margin-x > .shrink {
    width: auto; }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.25rem); }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.25rem); }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.25rem); }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.25rem); }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.25rem); }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.25rem); }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.25rem); }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.25rem); }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.25rem); }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.25rem); }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.25rem); }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .small-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .small-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .small-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .small-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .small-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .small-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .small-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .small-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .small-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .small-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .small-12 {
      width: calc(100% - 1.875rem); }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-x > .large-auto {
      width: auto; }
    .grid-margin-x > .large-shrink {
      width: auto; }
    .grid-margin-x > .large-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .large-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .large-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .large-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .large-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .large-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .large-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .large-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .large-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .large-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .large-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .large-12 {
      width: calc(100% - 1.875rem); } }

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-container:not(.full) > .grid-padding-x {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }

.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-x > .cell {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.small-up-1 > .cell {
  width: 100%; }

.small-up-2 > .cell {
  width: 50%; }

.small-up-3 > .cell {
  width: 33.33333%; }

.small-up-4 > .cell {
  width: 25%; }

.small-up-5 > .cell {
  width: 20%; }

.small-up-6 > .cell {
  width: 16.66667%; }

.small-up-7 > .cell {
  width: 14.28571%; }

.small-up-8 > .cell {
  width: 12.5%; }

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%; }
  .medium-up-2 > .cell {
    width: 50%; }
  .medium-up-3 > .cell {
    width: 33.33333%; }
  .medium-up-4 > .cell {
    width: 25%; }
  .medium-up-5 > .cell {
    width: 20%; }
  .medium-up-6 > .cell {
    width: 16.66667%; }
  .medium-up-7 > .cell {
    width: 14.28571%; }
  .medium-up-8 > .cell {
    width: 12.5%; } }

@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%; }
  .large-up-2 > .cell {
    width: 50%; }
  .large-up-3 > .cell {
    width: 33.33333%; }
  .large-up-4 > .cell {
    width: 25%; }
  .large-up-5 > .cell {
    width: 20%; }
  .large-up-6 > .cell {
    width: 16.66667%; }
  .large-up-7 > .cell {
    width: 14.28571%; }
  .large-up-8 > .cell {
    width: 12.5%; } }

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem); }

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem); }

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1.25rem); }

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem); }

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem); }

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1.25rem); }

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1.25rem); }

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem); }

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem); }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0; }
  .small-margin-collapse > .small-1 {
    width: 8.33333%; }
  .small-margin-collapse > .small-2 {
    width: 16.66667%; }
  .small-margin-collapse > .small-3 {
    width: 25%; }
  .small-margin-collapse > .small-4 {
    width: 33.33333%; }
  .small-margin-collapse > .small-5 {
    width: 41.66667%; }
  .small-margin-collapse > .small-6 {
    width: 50%; }
  .small-margin-collapse > .small-7 {
    width: 58.33333%; }
  .small-margin-collapse > .small-8 {
    width: 66.66667%; }
  .small-margin-collapse > .small-9 {
    width: 75%; }
  .small-margin-collapse > .small-10 {
    width: 83.33333%; }
  .small-margin-collapse > .small-11 {
    width: 91.66667%; }
  .small-margin-collapse > .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .small-margin-collapse > .medium-1 {
      width: 8.33333%; }
    .small-margin-collapse > .medium-2 {
      width: 16.66667%; }
    .small-margin-collapse > .medium-3 {
      width: 25%; }
    .small-margin-collapse > .medium-4 {
      width: 33.33333%; }
    .small-margin-collapse > .medium-5 {
      width: 41.66667%; }
    .small-margin-collapse > .medium-6 {
      width: 50%; }
    .small-margin-collapse > .medium-7 {
      width: 58.33333%; }
    .small-margin-collapse > .medium-8 {
      width: 66.66667%; }
    .small-margin-collapse > .medium-9 {
      width: 75%; }
    .small-margin-collapse > .medium-10 {
      width: 83.33333%; }
    .small-margin-collapse > .medium-11 {
      width: 91.66667%; }
    .small-margin-collapse > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .small-margin-collapse > .large-1 {
      width: 8.33333%; }
    .small-margin-collapse > .large-2 {
      width: 16.66667%; }
    .small-margin-collapse > .large-3 {
      width: 25%; }
    .small-margin-collapse > .large-4 {
      width: 33.33333%; }
    .small-margin-collapse > .large-5 {
      width: 41.66667%; }
    .small-margin-collapse > .large-6 {
      width: 50%; }
    .small-margin-collapse > .large-7 {
      width: 58.33333%; }
    .small-margin-collapse > .large-8 {
      width: 66.66667%; }
    .small-margin-collapse > .large-9 {
      width: 75%; }
    .small-margin-collapse > .large-10 {
      width: 83.33333%; }
    .small-margin-collapse > .large-11 {
      width: 91.66667%; }
    .small-margin-collapse > .large-12 {
      width: 100%; } }

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0; }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .small-3 {
    width: 25%; }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .small-6 {
    width: 50%; }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .small-9 {
    width: 75%; }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .medium-3 {
    width: 25%; }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .medium-6 {
    width: 50%; }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .medium-9 {
    width: 75%; }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .large-3 {
    width: 25%; }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .large-6 {
    width: 50%; }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .large-9 {
    width: 75%; }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%; }
  .large-margin-collapse > .small-2 {
    width: 16.66667%; }
  .large-margin-collapse > .small-3 {
    width: 25%; }
  .large-margin-collapse > .small-4 {
    width: 33.33333%; }
  .large-margin-collapse > .small-5 {
    width: 41.66667%; }
  .large-margin-collapse > .small-6 {
    width: 50%; }
  .large-margin-collapse > .small-7 {
    width: 58.33333%; }
  .large-margin-collapse > .small-8 {
    width: 66.66667%; }
  .large-margin-collapse > .small-9 {
    width: 75%; }
  .large-margin-collapse > .small-10 {
    width: 83.33333%; }
  .large-margin-collapse > .small-11 {
    width: 91.66667%; }
  .large-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .large-margin-collapse > .medium-3 {
    width: 25%; }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .large-margin-collapse > .medium-6 {
    width: 50%; }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .large-margin-collapse > .medium-9 {
    width: 75%; }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .large-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%; }
  .large-margin-collapse > .large-2 {
    width: 16.66667%; }
  .large-margin-collapse > .large-3 {
    width: 25%; }
  .large-margin-collapse > .large-4 {
    width: 33.33333%; }
  .large-margin-collapse > .large-5 {
    width: 41.66667%; }
  .large-margin-collapse > .large-6 {
    width: 50%; }
  .large-margin-collapse > .large-7 {
    width: 58.33333%; }
  .large-margin-collapse > .large-8 {
    width: 66.66667%; }
  .large-margin-collapse > .large-9 {
    width: 75%; }
  .large-margin-collapse > .large-10 {
    width: 83.33333%; }
  .large-margin-collapse > .large-11 {
    width: 91.66667%; }
  .large-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

.small-offset-0 {
  margin-left: 0%; }

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem); }

.small-offset-1 {
  margin-left: 8.33333%; }

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 0.625rem); }

.small-offset-2 {
  margin-left: 16.66667%; }

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 0.625rem); }

.small-offset-3 {
  margin-left: 25%; }

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.625rem); }

.small-offset-4 {
  margin-left: 33.33333%; }

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 0.625rem); }

.small-offset-5 {
  margin-left: 41.66667%; }

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 0.625rem); }

.small-offset-6 {
  margin-left: 50%; }

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.625rem); }

.small-offset-7 {
  margin-left: 58.33333%; }

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 0.625rem); }

.small-offset-8 {
  margin-left: 66.66667%; }

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 0.625rem); }

.small-offset-9 {
  margin-left: 75%; }

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.625rem); }

.small-offset-10 {
  margin-left: 83.33333%; }

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 0.625rem); }

.small-offset-11 {
  margin-left: 91.66667%; }

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 0.625rem); }

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem); }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem); }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem); }
  .medium-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem); }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem); }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem); }
  .medium-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem); }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem); }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem); }
  .medium-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem); }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem); }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem); } }

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem); }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem); }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem); }
  .large-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem); }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem); }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem); }
  .large-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem); }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem); }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem); }
  .large-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem); }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem); }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem); } }

.grid-y {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap; }
  .grid-y > .cell {
    height: auto;
    max-height: none; }
  .grid-y > .auto {
    height: auto; }
  .grid-y > .shrink {
    height: auto; }
  .grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; } }
  .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .grid-y > .small-1 {
    height: 8.33333%; }
  .grid-y > .small-2 {
    height: 16.66667%; }
  .grid-y > .small-3 {
    height: 25%; }
  .grid-y > .small-4 {
    height: 33.33333%; }
  .grid-y > .small-5 {
    height: 41.66667%; }
  .grid-y > .small-6 {
    height: 50%; }
  .grid-y > .small-7 {
    height: 58.33333%; }
  .grid-y > .small-8 {
    height: 66.66667%; }
  .grid-y > .small-9 {
    height: 75%; }
  .grid-y > .small-10 {
    height: 83.33333%; }
  .grid-y > .small-11 {
    height: 91.66667%; }
  .grid-y > .small-12 {
    height: 100%; }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-auto {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      height: auto; }
    .grid-y > .medium-shrink, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .grid-y > .medium-shrink {
      height: auto; }
    .grid-y > .medium-1 {
      height: 8.33333%; }
    .grid-y > .medium-2 {
      height: 16.66667%; }
    .grid-y > .medium-3 {
      height: 25%; }
    .grid-y > .medium-4 {
      height: 33.33333%; }
    .grid-y > .medium-5 {
      height: 41.66667%; }
    .grid-y > .medium-6 {
      height: 50%; }
    .grid-y > .medium-7 {
      height: 58.33333%; }
    .grid-y > .medium-8 {
      height: 66.66667%; }
    .grid-y > .medium-9 {
      height: 75%; }
    .grid-y > .medium-10 {
      height: 83.33333%; }
    .grid-y > .medium-11 {
      height: 91.66667%; }
    .grid-y > .medium-12 {
      height: 100%; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-auto {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      height: auto; }
    .grid-y > .large-shrink, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .grid-y > .large-shrink {
      height: auto; }
    .grid-y > .large-1 {
      height: 8.33333%; }
    .grid-y > .large-2 {
      height: 16.66667%; }
    .grid-y > .large-3 {
      height: 25%; }
    .grid-y > .large-4 {
      height: 33.33333%; }
    .grid-y > .large-5 {
      height: 41.66667%; }
    .grid-y > .large-6 {
      height: 50%; }
    .grid-y > .large-7 {
      height: 58.33333%; }
    .grid-y > .large-8 {
      height: 66.66667%; }
    .grid-y > .large-9 {
      height: 75%; }
    .grid-y > .large-10 {
      height: 83.33333%; }
    .grid-y > .large-11 {
      height: 91.66667%; }
    .grid-y > .large-12 {
      height: 100%; } }

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }

.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-y > .cell {
      padding-top: 0.9375rem;
      padding-bottom: 0.9375rem; } }

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.25rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.25rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.25rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.25rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.25rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.25rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.25rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.25rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.875rem); } }

.grid-frame {
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100vw; }

.cell .grid-frame {
  width: 100%; }

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.cell-block-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%; }
  .cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw; }
  .cell .medium-grid-frame {
    width: 100%; }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .medium-cell-block-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%; }
    .medium-cell-block-container > .grid-x {
      max-height: 100%;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw; }
  .cell .large-grid-frame {
    width: 100%; }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .large-cell-block-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%; }
    .large-cell-block-container > .grid-x {
      max-height: 100%;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100vh; }

@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh; } }

@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh; } }

.cell .grid-y.grid-frame {
  height: 100%; }

@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%; } }

@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%; } }

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.25rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.25rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.25rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.25rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.25rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.25rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.25rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.25rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.875rem); } }

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.875rem); } }

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem); } }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 2rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 5px;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 1rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.5rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
    background-color: #fefefe;
    color: #0a0a0a; }
  .button:hover, .button:focus {
    background-color: #000000;
    color: #fefefe; }
  .button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
    background-color: #fefefe;
    color: #fefefe; }
  .button.primary:hover, .button.primary:focus {
    background-color: #152749;
    color: #fefefe; }
  .button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
    background-color: #000000;
    color: #fefefe; }
  .button.secondary:hover, .button.secondary:focus {
    background-color: #00cc22;
    color: #fefefe; }
  .button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
    background-color: #3adb76;
    color: #fefefe; }
  .button.success:hover, .button.success:focus {
    background-color: #22bb5b;
    color: #fefefe; }
  .button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
    background-color: #ffae00;
    color: #fefefe; }
  .button.warning:hover, .button.warning:focus {
    background-color: #cc8b00;
    color: #fefefe; }
  .button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
    background-color: #ec5840;
    color: #fefefe; }
  .button.alert:hover, .button.alert:focus {
    background-color: #da3116;
    color: #fefefe; }
  .button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
    background-color: transparent; }
  .button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
    border: 1px solid #000000;
    color: #000000; }
  .button.hollow:hover, .button.hollow:focus {
    border-color: #7f7f7f;
    color: #7f7f7f; }
  .button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
    border: 1px solid #fefefe;
    color: #fefefe; }
  .button.hollow.primary:hover, .button.hollow.primary:focus {
    border-color: #0d192e;
    color: #0d192e; }
  .button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
    border: 1px solid #000000;
    color: #000000; }
  .button.hollow.secondary:hover, .button.hollow.secondary:focus {
    border-color: #008015;
    color: #008015; }
  .button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
    border: 1px solid #3adb76;
    color: #3adb76; }
  .button.hollow.success:hover, .button.hollow.success:focus {
    border-color: #157539;
    color: #157539; }
  .button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
    border: 1px solid #ffae00;
    color: #ffae00; }
  .button.hollow.warning:hover, .button.hollow.warning:focus {
    border-color: #805700;
    color: #805700; }
  .button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
    border: 1px solid #ec5840;
    color: #ec5840; }
  .button.hollow.alert:hover, .button.hollow.alert:focus {
    border-color: #881f0e;
    color: #881f0e; }
  .button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
    border-color: transparent;
    background-color: transparent; }
  .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
    color: #fefefe; }
  .button.clear:hover, .button.clear:focus {
    color: #7f7f7f; }
  .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
    color: #fefefe; }
  .button.clear.primary:hover, .button.clear.primary:focus {
    color: #0d192e; }
  .button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
    color: #000000; }
  .button.clear.secondary:hover, .button.clear.secondary:focus {
    color: #008015; }
  .button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
    color: #3adb76; }
  .button.clear.success:hover, .button.clear.success:focus {
    color: #157539; }
  .button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
    color: #ffae00; }
  .button.clear.warning:hover, .button.clear.warning:focus {
    color: #805700; }
  .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
    color: #ec5840; }
  .button.clear.alert:hover, .button.clear.alert:focus {
    color: #881f0e; }
  .button.disabled, .button[disabled] {
    opacity: 0.45;
    cursor: not-allowed; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after, .button.dropdown.clear::after {
    border-top-color: #fefefe; }
  .button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
    border-top-color: #fefefe; }
  .button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
    border-top-color: #000000; }
  .button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
    border-top-color: #3adb76; }
  .button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
    border-top-color: #ec5840; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

a.button:hover, a.button:focus {
  text-decoration: none; }

.button-group {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .button-group::after {
    clear: both; }
  .button-group::before, .button-group::after {
    display: none; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 1rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.5rem; }
  .button-group.expanded .button {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    margin-right: 0; }
  .button-group.primary .button, .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus {
    background-color: #fefefe;
    color: #fefefe; }
  .button-group.primary .button:hover, .button-group.primary .button:focus {
    background-color: #152749;
    color: #fefefe; }
  .button-group.secondary .button, .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus {
    background-color: #000000;
    color: #fefefe; }
  .button-group.secondary .button:hover, .button-group.secondary .button:focus {
    background-color: #00cc22;
    color: #fefefe; }
  .button-group.success .button, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus {
    background-color: #3adb76;
    color: #fefefe; }
  .button-group.success .button:hover, .button-group.success .button:focus {
    background-color: #22bb5b;
    color: #fefefe; }
  .button-group.warning .button, .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus {
    background-color: #ffae00;
    color: #fefefe; }
  .button-group.warning .button:hover, .button-group.warning .button:focus {
    background-color: #cc8b00;
    color: #fefefe; }
  .button-group.alert .button, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus {
    background-color: #ec5840;
    color: #fefefe; }
  .button-group.alert .button:hover, .button-group.alert .button:focus {
    background-color: #da3116;
    color: #fefefe; }
  .button-group.hollow .button, .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
    background-color: transparent; }
  .button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
    border: 1px solid #fefefe;
    color: #fefefe; }
  .button-group.hollow .button:hover, .button-group.hollow .button:focus {
    border-color: #7f7f7f;
    color: #7f7f7f; }
  .button-group.hollow.primary .button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
    border: 1px solid #fefefe;
    color: #fefefe; }
  .button-group.hollow.primary .button:hover, .button-group.hollow.primary .button:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .button.primary:focus {
    border-color: #0d192e;
    color: #0d192e; }
  .button-group.hollow.secondary .button, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
    border: 1px solid #000000;
    color: #000000; }
  .button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .button.secondary:focus {
    border-color: #008015;
    color: #008015; }
  .button-group.hollow.success .button, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
    border: 1px solid #3adb76;
    color: #3adb76; }
  .button-group.hollow.success .button:hover, .button-group.hollow.success .button:focus, .button-group.hollow .button.success:hover, .button-group.hollow .button.success:focus {
    border-color: #157539;
    color: #157539; }
  .button-group.hollow.warning .button, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow .button.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus {
    border: 1px solid #ffae00;
    color: #ffae00; }
  .button-group.hollow.warning .button:hover, .button-group.hollow.warning .button:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .button.warning:focus {
    border-color: #805700;
    color: #805700; }
  .button-group.hollow.alert .button, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
    border: 1px solid #ec5840;
    color: #ec5840; }
  .button-group.hollow.alert .button:hover, .button-group.hollow.alert .button:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .button.alert:focus {
    border-color: #881f0e;
    color: #881f0e; }
  .button-group.clear .button, .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
    border-color: transparent;
    background-color: transparent; }
  .button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
    color: #fefefe; }
  .button-group.clear .button:hover, .button-group.clear .button:focus {
    color: #7f7f7f; }
  .button-group.clear.primary .button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear .button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
    color: #fefefe; }
  .button-group.clear.primary .button:hover, .button-group.clear.primary .button:focus, .button-group.clear .button.primary:hover, .button-group.clear .button.primary:focus {
    color: #0d192e; }
  .button-group.clear.secondary .button, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
    color: #000000; }
  .button-group.clear.secondary .button:hover, .button-group.clear.secondary .button:focus, .button-group.clear .button.secondary:hover, .button-group.clear .button.secondary:focus {
    color: #008015; }
  .button-group.clear.success .button, .button-group.clear.success .button.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear .button.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
    color: #3adb76; }
  .button-group.clear.success .button:hover, .button-group.clear.success .button:focus, .button-group.clear .button.success:hover, .button-group.clear .button.success:focus {
    color: #157539; }
  .button-group.clear.warning .button, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear .button.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus {
    color: #ffae00; }
  .button-group.clear.warning .button:hover, .button-group.clear.warning .button:focus, .button-group.clear .button.warning:hover, .button-group.clear .button.warning:focus {
    color: #805700; }
  .button-group.clear.alert .button, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear .button.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
    color: #ec5840; }
  .button-group.clear.alert .button:hover, .button-group.clear.alert .button:focus, .button-group.clear .button.alert:hover, .button-group.clear .button.alert:focus {
    color: #881f0e; }
  .button-group.no-gaps .button {
    margin-right: -0.0625rem; }
    .button-group.no-gaps .button + .button {
      border-left-color: transparent; }
  .button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; }
      .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
        margin-bottom: 0; }
    .button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      margin-right: 0; }
  @media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      margin-bottom: 0; } }
  @media print, screen and (max-width: 39.99875em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }
  @media print, screen and (max-width: 63.99875em) {
    .button-group.stacked-for-medium.expanded {
      display: block; }
      .button-group.stacked-for-medium.expanded .button {
        display: block;
        margin-right: 0; } }

.close-button {
  position: absolute;
  z-index: 10;
  color: #8a8a8a;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button.medium, .close-button {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 5px;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #fefefe;
  color: #fefefe; }
  .label.primary {
    background: #fefefe;
    color: #fefefe; }
  .label.secondary {
    background: #000000;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #fefefe; }
  .label.warning {
    background: #ffae00;
    color: #fefefe; }
  .label.alert {
    background: #ec5840;
    color: #fefefe; }

.progress {
  height: 1rem;
  margin-bottom: 2rem;
  border-radius: 5px;
  background-color: #cacaca; }
  .progress.primary .progress-meter {
    background-color: #fefefe; }
  .progress.secondary .progress-meter {
    background-color: #000000; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #ec5840; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #fefefe;
  border-radius: 5px; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
  border-radius: 5px; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    -webkit-transition: all 0s linear;
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 5px;
  background-color: #fefefe;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #162a4d; }
  .slider-handle.is-dragging {
    -webkit-transition: all 0s linear;
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 2rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 5px;
  background: #cacaca;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    border-radius: 5px;
    background: #fefefe;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #fefefe; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  input:disabled ~ .switch-paddle {
    cursor: not-allowed;
    opacity: 0.5; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
  .switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
  .switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
  .switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 5px; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: 700; }
  thead {
    background: #f8f8f8;
    color: #3a3a3a; }
  tfoot {
    background: #f1f1f1;
    color: #3a3a3a; }
  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: 700;
    text-align: left; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #fefefe; }
  table.unstriped tbody {
    background-color: #fefefe; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f1f1f1;
      background-color: #fefefe; }

@media print, screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #fdfdfd; }

table.hover tfoot tr:hover {
  background-color: #f6f6f6; }

table.hover tbody tr:hover {
  background-color: rgba(254, 254, 254, 0.4); }

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: rgba(254, 254, 254, 0.4); }

.table-scroll {
  overflow-x: auto; }

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #fefefe;
  color: #fefefe; }
  .badge.primary {
    background: #fefefe;
    color: #fefefe; }
  .badge.secondary {
    background: #000000;
    color: #0a0a0a; }
  .badge.success {
    background: #3adb76;
    color: #0a0a0a; }
  .badge.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .badge.alert {
    background: #ec5840;
    color: #0a0a0a; }

.breadcrumbs {
  margin: 0 0 2rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #0a0a0a;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      margin: 0 0.75rem;
      opacity: 1;
      content: "/";
      color: #cacaca; }
  .breadcrumbs a {
    color: #fefefe; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 5px;
  background-color: #d1ddf2;
  color: #3a3a3a; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #305aa7;
    color: #fefefe; }
  .callout.secondary {
    background-color: #40ff5f;
    color: #3a3a3a; }
  .callout.success {
    background-color: #6be498;
    color: #3a3a3a; }
  .callout.warning {
    background-color: #ffc240;
    color: #3a3a3a; }
  .callout.alert {
    background-color: #f18270;
    color: #3a3a3a; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 2rem;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  background: #fefefe;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: hidden;
  color: #3a3a3a; }
  .card > :last-child {
    margin-bottom: 0; }

.card-divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 2rem;
  background: #e6e6e6; }
  .card-divider > :last-child {
    margin-bottom: 0; }

.card-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 2rem; }
  .card-section > :last-child {
    margin-bottom: 0; }

.card-image {
  min-height: 1px; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 5px;
  background-color: #fefefe;
  font-size: 1rem; }
  .dropdown-pane.is-opening {
    display: block; }
  .dropdown-pane.is-open {
    display: block;
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.pagination {
  margin-left: 0;
  margin-bottom: 2rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 5px;
    font-size: 0.875rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 5px;
    color: #0a0a0a; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #fefefe;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«"; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»"; }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: 700;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 5px;
  background-color: #fefefe;
  font-size: 80%;
  color: #0a0a0a; }
  .tooltip::before {
    position: absolute; }
  .tooltip.bottom::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #fefefe;
    bottom: 100%; }
  .tooltip.bottom.align-center::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.top.align-center::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #fefefe;
    left: 100%; }
  .tooltip.left.align-center::before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #fefefe transparent transparent;
    right: 100%;
    left: auto; }
  .tooltip.right.align-center::before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .tooltip.align-top::before {
    bottom: auto;
    top: 10%; }
  .tooltip.align-bottom::before {
    bottom: 10%;
    top: auto; }
  .tooltip.align-left::before {
    left: 10%;
    right: auto; }
  .tooltip.align-right::before {
    left: auto;
    right: 10%; }

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none; }
  .accordion[disabled] .accordion-title {
    cursor: not-allowed; }

.accordion-item:first-child > :first-child {
  border-radius: 5px 5px 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 5px 5px; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #fefefe; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 5px 5px; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: "+"; }
  .is-active > .accordion-title::before {
    content: "–"; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #3a3a3a; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.media-object {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .media-object img {
    max-width: none; }
  @media print, screen and (max-width: 39.99875em) {
    .media-object.stack-for-small {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }

.media-object-section {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; }
  .media-object-section:first-child {
    padding-right: 2rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 2rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  @media print, screen and (max-width: 39.99875em) {
    .stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 2rem;
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
      max-width: 100%; }
      .stack-for-small .media-object-section img {
        width: 100%; } }
  .media-object-section.main-section {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden; }

.orbit-slide {
  width: 100%;
  position: absolute; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe; }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #cacaca; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #fefefe; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1e396a; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #fefefe; }
    [data-whatinput='mouse'] .tabs-title > a {
      outline: 0; }
    .tabs-title > a:hover {
      background: #fefefe;
      color: #162a4e; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6;
      color: #fefefe; }

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #3a3a3a;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 2rem;
  border: 4px solid #fefefe;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
          box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0; }

a.thumbnail {
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out; }
  a.thumbnail:hover, a.thumbnail:focus {
    -webkit-box-shadow: 0 0 6px 1px rgba(26, 49, 91, 0.5);
            box-shadow: 0 0 6px 1px rgba(26, 49, 91, 0.5); }
  a.thumbnail image {
    -webkit-box-shadow: none;
            box-shadow: none; }

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  [data-whatinput='mouse'] .menu li {
    outline: 0; }
  .menu a,
  .menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu input {
    display: inline-block; }
  .menu, .menu.horizontal {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .menu.vertical {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .menu.expanded li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; }
  .menu.simple {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .menu.simple li + li {
      margin-left: 1rem; }
    .menu.simple a {
      padding: 0; }
  @media print, screen and (min-width: 40em) {
    .menu.medium-horizontal {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
    .menu.medium-vertical {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .menu.medium-expanded li {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; }
    .menu.medium-simple li {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
    .menu.large-vertical {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .menu.large-expanded li {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; }
    .menu.large-simple li {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; } }
  .menu.nested {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.icons a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .menu.icon-left li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap; }
    .menu.icon-left li a img,
    .menu.icon-left li a i,
    .menu.icon-left li a svg {
      margin-right: 0.25rem; }
  .menu.icon-right li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap; }
    .menu.icon-right li a img,
    .menu.icon-right li a i,
    .menu.icon-right li a svg {
      margin-left: 0.25rem; }
  .menu.icon-top li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap; }
    .menu.icon-top li a img,
    .menu.icon-top li a i,
    .menu.icon-top li a svg {
      -webkit-align-self: stretch;
          -ms-flex-item-align: stretch;
              align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu.icon-bottom li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap; }
    .menu.icon-bottom li a img,
    .menu.icon-bottom li a i,
    .menu.icon-bottom li a svg {
      -webkit-align-self: stretch;
          -ms-flex-item-align: stretch;
              align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu .is-active > a {
    background: #000000;
    color: #0a0a0a; }
  .menu .active > a {
    background: #fefefe;
    color: #0a0a0a; }
  .menu.align-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .menu.align-right li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .menu.align-right li .submenu li {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
  .menu.align-right.vertical li {
    display: block;
    text-align: right; }
    .menu.align-right.vertical li .submenu li {
      text-align: right; }
  .menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0; }
  .menu.align-center li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .menu.align-center li .submenu li {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
  .menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit; }

.menu-centered > .menu {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .menu-centered > .menu li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .menu-centered > .menu li .submenu li {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    -webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
            box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    content: ''; }
  .menu-icon:hover::after {
    background: #cacaca;
    -webkit-box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
            box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
            box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
            box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.accordion-menu li {
  width: 100%; }

.accordion-menu a {
  padding: 0.7rem 1rem; }

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem; }

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem; }

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0; }

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative; }
  .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto; }

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem; }

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%; }

.is-accordion-submenu-parent {
  position: relative; }

.has-submenu-toggle > a {
  margin-right: 40px; }

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer; }
  .submenu-toggle::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto; }

.submenu-toggle[aria-expanded='true']::after {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%; }

.submenu-toggle-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    -webkit-transition: height 0.5s;
    transition: height 0.5s; }

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe; }

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear; }
  .drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }
  .drilldown .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%); }
  .drilldown .is-drilldown-submenu a {
    padding: 0.7rem 1rem; }

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0; }

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%; }

.drilldown .is-drilldown-submenu-parent > a {
  position: relative; }
  .drilldown .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #fefefe;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 4px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #fefefe;
  right: 1rem;
  left: auto; }

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 4px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #fefefe transparent transparent;
  right: auto;
  left: 1rem; }

.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #fefefe transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 4px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -2px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.dropdown.menu > li > a {
  background: none;
  padding: 0.7rem 1rem; }

.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #fefefe; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 4px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #fefefe transparent transparent;
  right: auto;
  left: 5px; }

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 4px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #fefefe; }

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 4px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -2px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 4px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #fefefe transparent transparent;
    right: auto;
    left: 5px; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 4px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #fefefe; } }

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 4px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -2px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 4px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #fefefe transparent transparent;
    right: auto;
    left: 5px; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 4px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #fefefe; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -4px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe; }
  .dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 4px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #fefefe transparent transparent;
    right: auto;
    left: 5px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 4px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #fefefe; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 12;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-push {
    z-index: 12; }
  .off-canvas.is-closed {
    visibility: hidden; }
  .off-canvas.is-transition-overlap {
    z-index: 13; }
    .off-canvas.is-transition-overlap.is-open {
      -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
              box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas.is-open {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-push {
    z-index: 12; }
  .off-canvas-absolute.is-closed {
    visibility: hidden; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 13; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
              box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas-absolute.is-open {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(-250px);
      -ms-transform: translateX(-250px);
          transform: translateX(-250px); }
  .off-canvas-content .off-canvas.position-left {
    -webkit-transform: translateX(-250px);
        -ms-transform: translateX(-250px);
            transform: translateX(-250px); }
    .off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); }
  .off-canvas-content.is-open-left.has-transition-push {
    -webkit-transform: translateX(250px);
        -ms-transform: translateX(250px);
            transform: translateX(250px); }
  .position-left.is-transition-push {
    -webkit-box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
            box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25); }

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(250px);
      -ms-transform: translateX(250px);
          transform: translateX(250px); }
  .off-canvas-content .off-canvas.position-right {
    -webkit-transform: translateX(250px);
        -ms-transform: translateX(250px);
            transform: translateX(250px); }
    .off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); }
  .off-canvas-content.is-open-right.has-transition-push {
    -webkit-transform: translateX(-250px);
        -ms-transform: translateX(-250px);
            transform: translateX(-250px); }
  .position-right.is-transition-push {
    -webkit-box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
            box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25); }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(-250px);
      -ms-transform: translateY(-250px);
          transform: translateY(-250px); }
  .off-canvas-content .off-canvas.position-top {
    -webkit-transform: translateY(-250px);
        -ms-transform: translateY(-250px);
            transform: translateY(-250px); }
    .off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); }
  .off-canvas-content.is-open-top.has-transition-push {
    -webkit-transform: translateY(250px);
        -ms-transform: translateY(250px);
            transform: translateY(250px); }
  .position-top.is-transition-push {
    -webkit-box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
            box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25); }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(250px);
      -ms-transform: translateY(250px);
          transform: translateY(250px); }
  .off-canvas-content .off-canvas.position-bottom {
    -webkit-transform: translateY(250px);
        -ms-transform: translateY(250px);
            transform: translateY(250px); }
    .off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); }
  .off-canvas-content.is-open-bottom.has-transition-push {
    -webkit-transform: translateY(-250px);
        -ms-transform: translateY(-250px);
            transform: translateY(-250px); }
  .position-bottom.is-transition-push {
    -webkit-box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
            box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25); }

.off-canvas-content {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease; }
  .off-canvas-content.has-transition-push {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }
  .off-canvas-content .off-canvas.is-open {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-medium {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-medium {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-medium {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-medium {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-large {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-large {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-large {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-large {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    transition: none; }
    .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas.in-canvas-for-medium .close-button {
      display: none; } }

@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    transition: none; }
    .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas.in-canvas-for-large .close-button {
      display: none; } }

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden; }
  html.is-reveal-open.zf-has-scroll {
    overflow-y: scroll; }
  html.is-reveal-open body {
    overflow-y: hidden; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9990;
  display: none;
  background-color: rgba(10, 10, 10, 0.6);
  overflow-y: auto; }

.reveal {
  z-index: 9991;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: none;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      width: 1200px;
      max-width: 90%; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 90%; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 90%; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 90%; } }
  .reveal.full {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media print, screen and (max-width: 39.99875em) {
    .reveal {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      min-height: 100%;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.sticky-container {
  position: relative; }

.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

.title-bar {
  padding: 0.5rem;
  background: none;
  color: #fefefe;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left,
.title-bar-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; }

.title-bar-right {
  text-align: right; }

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

.top-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .top-bar,
  .top-bar ul {
    background-color: none; }
  .top-bar ul ul {
    background-color: #0a0a0a; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  @media print, screen and (min-width: 40em) {
    .top-bar {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
      .top-bar .top-bar-left {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        margin-right: auto; }
      .top-bar .top-bar-right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        margin-left: auto; } }
  @media print, screen and (max-width: 63.99875em) {
    .top-bar.stacked-for-medium {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .top-bar.stacked-for-medium .top-bar-left,
      .top-bar.stacked-for-medium .top-bar-right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
  @media print, screen and (max-width: 74.99875em) {
    .top-bar.stacked-for-large {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .top-bar.stacked-for-large .top-bar-left,
      .top-bar.stacked-for-large .top-bar-right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }

.top-bar-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0; }

.top-bar-left,
.top-bar-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.clearfix::after {
  clear: both; }

.align-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.align-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.align-justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.align-spaced {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }

.align-left.vertical.menu > li > a {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.align-right.vertical.menu > li > a {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.align-self-top {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start; }

.align-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

.align-self-bottom {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end; }

.align-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.align-self-middle {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center; }

.align-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.align-self-stretch {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch; }

.align-center-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center; }

.small-order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.small-order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }

.small-order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3; }

.small-order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4; }

.small-order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5; }

.small-order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6; }

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; } }

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; } }

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flex-child-auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.flex-child-grow {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.flex-child-shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; }

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media print, screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important; } }

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important; } }

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.slide-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.slide-in-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.slide-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.slide-in-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.slide-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%); }

.slide-out-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }

.slide-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); }

.slide-out-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }

.fade-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  -webkit-transition-duration: 750ms !important;
          transition-duration: 750ms !important; }

.fast {
  -webkit-transition-duration: 250ms !important;
          transition-duration: 250ms !important; }

.linear {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important; }

.ease {
  -webkit-transition-timing-function: ease !important;
          transition-timing-function: ease !important; }

.ease-in {
  -webkit-transition-timing-function: ease-in !important;
          transition-timing-function: ease-in !important; }

.ease-out {
  -webkit-transition-timing-function: ease-out !important;
          transition-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
          transition-timing-function: ease-in-out !important; }

.bounce-in {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  -webkit-transition-delay: 300ms !important;
          transition-delay: 300ms !important; }

.long-delay {
  -webkit-transition-delay: 700ms !important;
          transition-delay: 700ms !important; }

.shake {
  -webkit-animation-name: shake-7;
          animation-name: shake-7; }

@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%); } }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%); } }

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn; }

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.spin-ccw {
  -webkit-animation-name: spin-ccw-1turn;
          animation-name: spin-ccw-1turn; }

@-webkit-keyframes spin-ccw-1turn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); } }

@keyframes spin-ccw-1turn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); } }

.wiggle {
  -webkit-animation-name: wiggle-7deg;
          animation-name: wiggle-7deg; }

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms; }

.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.slow {
  -webkit-animation-duration: 750ms !important;
          animation-duration: 750ms !important; }

.fast {
  -webkit-animation-duration: 250ms !important;
          animation-duration: 250ms !important; }

.linear {
  -webkit-animation-timing-function: linear !important;
          animation-timing-function: linear !important; }

.ease {
  -webkit-animation-timing-function: ease !important;
          animation-timing-function: ease !important; }

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
          animation-timing-function: ease-in !important; }

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
          animation-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
          animation-timing-function: ease-in-out !important; }

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  -webkit-animation-delay: 300ms !important;
          animation-delay: 300ms !important; }

.long-delay {
  -webkit-animation-delay: 700ms !important;
          animation-delay: 700ms !important; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

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

.slick-slide {
  float: left;
  height: 100%;
  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 */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  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: 0.25; }
  .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: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      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:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

@media print, screen and (max-width: 39.99875em) {
  .small-align-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    -webkit-justify-content: center !important;
            justify-content: center !important; } }

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .medium-align-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    -webkit-justify-content: center !important;
            justify-content: center !important; } }

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .large-align-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    -webkit-justify-content: center !important;
            justify-content: center !important; } }

@media print, screen and (max-width: 39.99875em) {
  .small-align-left {
    -webkit-box-pack: flex-start !important;
    -ms-flex-pack: flex-start !important;
    -webkit-justify-content: flex-start !important;
            justify-content: flex-start !important; } }

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .medium-align-left {
    -webkit-box-pack: flex-start !important;
    -ms-flex-pack: flex-start !important;
    -webkit-justify-content: flex-start !important;
            justify-content: flex-start !important; } }

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .large-align-left {
    -webkit-box-pack: flex-start !important;
    -ms-flex-pack: flex-start !important;
    -webkit-justify-content: flex-start !important;
            justify-content: flex-start !important; } }

@media print, screen and (max-width: 39.99875em) {
  .small-align-right {
    -webkit-box-pack: flex-end !important;
    -ms-flex-pack: flex-end !important;
    -webkit-justify-content: flex-end !important;
            justify-content: flex-end !important; } }

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .medium-align-right {
    -webkit-box-pack: flex-end !important;
    -ms-flex-pack: flex-end !important;
    -webkit-justify-content: flex-end !important;
            justify-content: flex-end !important; } }

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .large-align-right {
    -webkit-box-pack: flex-end !important;
    -ms-flex-pack: flex-end !important;
    -webkit-justify-content: flex-end !important;
            justify-content: flex-end !important; } }

@media print, screen and (max-width: 39.99875em) {
  .small-text-center {
    text-align: center; } }

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .medium-text-center {
    text-align: center; } }

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .large-text-center {
    text-align: center; } }

@media print, screen and (max-width: 39.99875em) {
  .small-text-left {
    text-align: left; } }

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .medium-text-left {
    text-align: left; } }

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .large-text-left {
    text-align: left; } }

@media print, screen and (max-width: 39.99875em) {
  .small-text-right {
    text-align: right; } }

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .medium-text-right {
    text-align: right; } }

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .large-text-right {
    text-align: right; } }

.crop_img {
  background: #e6e6e6;
  border-radius: 5px; }

.crop_img .cropped_img {
  max-width: 200px; }

.crop_img .crop-size {
  width: 100%;
  margin-bottom: 50px;
  max-width: 800px; }

.crop_img .croppie-container {
  width: 100%;
  height: 100%; }

.crop_img .croppie-container .cr-image {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  max-height: none;
  max-width: none; }

.crop_img .croppie-container .cr-boundary {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  z-index: 1;
  width: 100%;
  height: 100%; }

.crop_img .croppie-container .cr-viewport,
.crop_img .croppie-container .cr-resizer {
  position: absolute;
  border: 2px solid #fefefe;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-box-shadow: 0 0 2000px 2000px rgba(10, 10, 10, 0.5);
          box-shadow: 0 0 2000px 2000px rgba(10, 10, 10, 0.5);
  z-index: 0; }

.crop_img .croppie-container .cr-resizer {
  z-index: 2;
  -webkit-box-shadow: none;
          box-shadow: none;
  pointer-events: none; }

.crop_img .croppie-container .cr-resizer-vertical,
.crop_img .croppie-container .cr-resizer-horisontal {
  position: absolute;
  pointer-events: all; }

.crop_img .croppie-container .cr-resizer-vertical::after,
.crop_img .croppie-container .cr-resizer-horisontal::after {
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #0a0a0a;
  background: #fefefe;
  width: 10px;
  height: 10px;
  content: ''; }

.crop_img .croppie-container .cr-resizer-vertical {
  bottom: -5px;
  cursor: row-resize;
  width: 100%;
  height: 10px; }

.crop_img .croppie-container .cr-resizer-vertical::after {
  left: 50%;
  margin-left: -5px; }

.crop_img .croppie-container .cr-resizer-horisontal {
  right: -5px;
  cursor: col-resize;
  width: 10px;
  height: 100%; }

.crop_img .croppie-container .cr-resizer-horisontal::after {
  top: 50%;
  margin-top: -5px; }

.crop_img .croppie-container .cr-original-image {
  display: none; }

.crop_img .croppie-container .cr-vp-circle {
  border-radius: 50%; }

.crop_img .croppie-container .cr-overlay {
  z-index: 1;
  position: absolute;
  cursor: move;
  -ms-touch-action: none;
      touch-action: none; }

.crop_img .croppie-container .cr-slider-wrap {
  width: 75%;
  margin: 15px auto;
  text-align: center; }

.crop_img .croppie-result {
  position: relative;
  overflow: hidden; }

.crop_img .croppie-result img {
  position: absolute; }

.crop_img .croppie-container .cr-image,
.crop_img .croppie-container .cr-overlay,
.crop_img .croppie-container .cr-viewport {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

.gset .crop_img .cr-slider::-webkit-slider-thumb,
.gset .crop_img .cr-slider::-moz-range-thumb,
.gset .crop_img .cr-slider::-ms-thumb {
  background: #000000; }

.gset .crop_img .cr-slider::-webkit-slider-runnable-track,
.gset .crop_img .cr-slider:focus::-webkit-slider-runnable-track,
.gset .crop_img .cr-slider::-moz-range-track,
.gset .crop_img .cr-slider::-ms-fill-upper,
.gset .crop_img .cr-slider::-ms-fill-lower,
.gset .crop_img .cr-slider:focus::-ms-fill-upper,
.gset .crop_img .cr-slider:focus::-ms-fill-lower {
  background: #fefefe; }

.crop_img .cr-slider {
  -webkit-appearance: none;
  /*removes default webkit styles*/
  /*border: 1px solid white; */
  /*fix for FF unable to apply focus style bug */
  width: 300px;
  /*required for proper track sizing in FF*/
  max-width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: transparent; }

.crop_img .cr-slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 3px; }

.crop_img .cr-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #fefefe;
  margin-top: -6px; }

.crop_img .cr-slider:focus {
  outline: none; }

.crop_img .cr-slider::-moz-range-track {
  width: 100%;
  height: 3px;
  background: rgba(10, 10, 10, 0.5);
  border: 0;
  border-radius: 3px; }

.crop_img .cr-slider::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #fefefe;
  margin-top: -6px; }

/*hide the outline behind the border*/
.crop_img .cr-slider:-moz-focusring {
  outline: 1px solid #fefefe;
  outline-offset: -1px; }

.crop_img .cr-slider::-ms-track {
  width: 100%;
  height: 5px;
  background: transparent;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  border-color: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-width: 6px 0;
  color: transparent;
  /*remove default tick marks*/ }

.crop_img .cr-slider::-ms-fill-lower {
  background: rgba(10, 10, 10, 0.5);
  border-radius: 10px; }

.crop_img .cr-slider::-ms-fill-upper {
  background: rgba(10, 10, 10, 0.5);
  border-radius: 10px; }

.crop_img .cr-slider::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #fefefe;
  margin-top: 1px; }

.crop_img .cr-slider:focus::-ms-fill-lower {
  background: rgba(10, 10, 10, 0.5); }

.crop_img .cr-slider:focus::-ms-fill-upper {
  background: rgba(10, 10, 10, 0.5); }

.crop_img .cr-rotate-controls {
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 1; }

.crop_img .cr-rotate-controls button {
  border: 0;
  background: none; }

.crop_img .cr-rotate-controls i:before {
  display: inline-block;
  font-style: normal;
  font-weight: 900;
  font-size: 22px; }

.crop_img .cr-rotate-l i:before {
  content: '↺'; }

.crop_img .cr-rotate-r i:before {
  content: '↻'; }

.crop_img .cr-slider::-webkit-slider-thumb,
.crop_img .cr-slider::-moz-range-thumb,
.crop_img .cr-slider::-ms-thumb {
  background: #000000; }

.crop_img .cr-slider::-webkit-slider-runnable-track,
.crop_img .cr-slider:focus::-webkit-slider-runnable-track,
.crop_img .cr-slider::-moz-range-track,
.crop_img .cr-slider::-ms-fill-upper,
.crop_img .cr-slider::-ms-fill-lower,
.crop_img .cr-slider:focus::-ms-fill-upper,
.crop_img .cr-slider:focus::-ms-fill-lower {
  background: #fefefe; }

.button__close-crop {
  background-color: #ec5840;
  color: #fefefe;
  border-color: #ec5840; }

@font-face {
  font-family: "foundation-icons";
  src: url("/wp-content/themes/g365-press/assets/foundation-icons/foundation-icons.eot");
  src: url("/wp-content/themes/g365-press/assets/foundation-icons/foundation-icons.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/g365-press/assets/foundation-icons/foundation-icons.woff") format("woff"), url("/wp-content/themes/g365-press/assets/foundation-icons/foundation-icons.ttf") format("truetype"), url("/wp-content/themes/g365-press/assets/foundation-icons/foundation-icons.svg#fontcustom") format("svg");
  font-weight: normal;
  font-style: normal; }

:focus {
  outline: none; }

#page {
  background: #fefefe; }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flex-grow {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.flex-grow-2 {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2; }

.flex-header {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.width-auto {
  width: auto; }

.inline {
  display: inline; }

.in-block {
  display: inline-block; }

.flex-align-content-start {
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start; }

.text-uppercase {
  text-transform: uppercase; }

.text-lowercase {
  text-transform: none; }

.text-underline {
  text-decoration: underline; }

#main-nav .nav-title.no-border-bottom,
.no-border-bottom {
  border-bottom: none; }

.block {
  display: block; }

.add_upsell_product {
  font-size: 1.1rem;
  font-weight: 700; }

.add_upsell_product [type='checkbox'],
.add_upsell_product [type='radio'] {
  margin-bottom: 0; }

.widget-wrapper .no-margin-top {
  margin-top: 0; }

.no-margin-bottom {
  margin-bottom: 0; }

.no-border,
div.no-border {
  border: none; }

.relative {
  position: relative; }

.overflow-scroll {
  overflow: scroll; }

.maximum-width {
  width: 100%; }

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

.maximum-height {
  height: 100%; }

.max-height {
  max-height: 100%; }

.pointer {
  cursor: pointer; }

.dropdown-pane table {
  width: 100%; }

.tabs.green-border,
.green-border,
.gset {
  border: #000000 solid 1px; }

.green-border-bottom {
  border-bottom: #000000 solid 1px; }

.white-border {
  border: #fefefe solid 1px; }

.black-border {
  border: #0a0a0a solid 1px; }

.gray-border {
  border: 1px solid #cacaca;
  border-radius: 5px; }

.gray-border-thick {
  border: 2px solid #cacaca;
  border-radius: 5px; }

.primary-border {
  border: #fefefe solid 1px;
  border-radius: 5px; }

.border-color-gray {
  border-color: #e6e6e6; }

.border-color-primary {
  border-color: #fefefe; }

.border-color-secondary {
  border-color: #000000; }

.top-border {
  border-top-style: solid; }

.bottom-border {
  border-bottom-style: solid; }

.left-border {
  border-left-style: solid; }

.right-border {
  border-right-style: solid; }

.thin-border {
  border-width: 1px; }

.medium-border {
  border-width: 2px; }

.thick-border {
  border-width: 4px; }

.table-border--vertical {
  border-top: 1rem solid #fefefe;
  border-bottom: 1rem solid #fefefe; }

.border-radius {
  border-radius: 5px; }

.primary-bg {
  background-color: #fefefe; }

.gray-bg {
  background-color: #F2F2F2; }

.bluegreen-gradient-bg {
  background: -webkit-gradient(linear, left top, right top, from(#45a247), to(#283c86));
  background: linear-gradient(to right, #45a247, #283c86); }

.color-body {
  color: #3a3a3a; }

.ghost-white-bg {
  background: rgba(254, 254, 254, 0.2); }

.white-bg {
  background: #fefefe; }

.vertical-align {
  vertical-align: top; }

.dk-bkgd,
.gset {
  background: linear-gradient(176deg, #686A6C 10%, #3a3a3a 42%);
  color: #fefefe; }

.gset a,
.gset h1,
.gset h2,
.gset h3,
.gset h4,
.gset h5,
.gset label {
  color: #fefefe; }

.gset a:hover,
.gset a:focus {
  color: #000000; }

.gset .button {
  background: #fefefe;
  color: #000000; }

.gset .button:hover,
.gset .button:focus {
  color: #fefefe; }

.gset .alert.callout {
  color: #fefefe;
  border-color: #fefefe; }

.gset .input-group-label {
  border-color: #fefefe;
  color: #000000;
  background: #fefefe; }

.gset .error_item .input-group-label {
  color: #ec5840; }

.error_item .input-group-label {
  color: #fefefe; }

.header-bar {
  background: -webkit-gradient(linear, left top, right top, from(#fefefe), to(#315caa));
  background: linear-gradient(90deg, #fefefe, #315caa);
  padding: 10px 15px 8px;
  color: #fefefe;
  border-bottom: #fefefe double 6px; }

.wp-block-separat.is-style-wide.section-divider {
  border-bottom: #fefefe double 6px; }

.primary-color {
  color: #fefefe; }

.secondary-color {
  color: #000000; }

.light-gray {
  color: #e6e6e6; }

.medium-gray {
  color: #cacaca; }

.dark-gray {
  color: #8a8a8a; }

.darker-gray {
  color: #3a3a3a; }

.blur_box {
  -webkit-filter: blur(5px) brightness(0.5);
          filter: blur(5px) brightness(0.5); }

.parenthesis-wrapper:empty {
  visibility: hidden; }

.parenthesis-wrapper:before,
.parenthesis-wrapper:after {
  content: '(';
  display: inline; }

.parenthesis-wrapper:after {
  content: ')'; }

.nf-form-hp {
  position: absolute;
  visibility: hidden; }

.ninja-forms-req-symbol {
  color: #f00; }

.nf-error-msg {
  background: #ec5840;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 0.25rem 0.5rem;
  margin-bottom: 0.75rem;
  color: #fefefe; }

.form-disabled [type='text'],
.form-disabled [type='password'],
.form-disabled [type='date'],
.form-disabled [type='datetime'],
.form-disabled [type='datetime-local'],
.form-disabled [type='month'],
.form-disabled [type='week'],
.form-disabled [type='email'],
.form-disabled [type='number'],
.form-disabled [type='search'],
.form-disabled [type='tel'],
.form-disabled [type='time'],
.form-disabled [type='url'],
.form-disabled [type='color'],
.form-disabled textarea,
.form-disabled select {
  border-color: #8a8a8a; }

.nf-error [type='text'],
.nf-error [type='password'],
.nf-error [type='date'],
.nf-error [type='datetime'],
.nf-error [type='datetime-local'],
.nf-error [type='month'],
.nf-error [type='week'],
.nf-error [type='email'],
.nf-error [type='number'],
.nf-error [type='search'],
.nf-error [type='tel'],
.nf-error [type='time'],
.nf-error [type='url'],
.nf-error [type='color'],
.nf-error select,
.nf-error textarea,
.nf-field-container [type='text'],
.nf-field-container [type='password'],
.nf-field-container [type='date'],
.nf-field-container [type='datetime'],
.nf-field-container [type='datetime-local'],
.nf-field-container [type='month'],
.nf-field-container [type='week'],
.nf-field-container [type='email'],
.nf-field-container [type='number'],
.nf-field-container [type='search'],
.nf-field-container [type='tel'],
.nf-field-container [type='time'],
.nf-field-container [type='url'],
.nf-field-container [type='color'],
.nf-field-container select,
.nf-field-container textarea {
  margin-bottom: 0; }

.nf-field-container {
  margin-bottom: 2rem; }

.nf-inline-checkboxes ul {
  list-style: none; }

.nf-inline-checkboxes li {
  display: inline-block; }

.nf-field-container.checkbox-container,
.nf-field .checkbox-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.nf-field-container.checkbox-container .nf-after-field {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1; }

.nf-field .checkbox-wrap .nf-field-label label {
  font-weight: 700;
  font-size: 1.1rem; }

.nf-field .checkbox-wrap .nf-field-element {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  margin: 0.25rem; }

.nf-field .checkbox-wrap .nf-field-description {
  width: 100%;
  padding-top: 1rem;
  border-top: #e6e6e6 solid 1px; }

.nf-field-container.hr-container .hr-wrap .nf-field-label {
  display: none; }

.nf-field-container.hr-container {
  margin-top: 4rem;
  margin-bottom: 4rem; }

nf-field .share-line {
  width: 48%;
  display: inline-block; }

nf-field:last-child .nf-field-container {
  margin-bottom: 0; }

.list-radio-wrap ul {
  list-style: none; }

.list-radio-wrap ul li {
  display: inline-block;
  margin-right: 10px; }

.xlarge-margin {
  margin: 4rem; }

.large-margin {
  margin: 2.6rem; }

.medium-margin {
  margin: 2rem; }

.small-margin {
  margin: 1rem; }

.tiny-margin {
  margin: 0.5rem; }

.no-margin {
  margin: 0; }

.xlarge-margin-top {
  margin-top: 4rem; }

.large-margin-top {
  margin-top: 2.6rem; }

.medium-margin-top {
  margin-top: 2rem; }

.small-margin-top {
  margin-top: 1rem; }

.tiny-margin-top {
  margin-top: 0.5rem; }

.no-margin-top {
  margin-top: 0; }

.neg-margin-top {
  margin-top: -1.25rem; }

.xlarge-margin-bottom {
  margin-bottom: 4rem; }

.large-margin-bottom {
  margin-bottom: 2.6rem; }

.medium-margin-bottom {
  margin-bottom: 2rem; }

.small-margin-bottom {
  margin-bottom: 1rem; }

.tiny-margin-bottom {
  margin-bottom: 0.5rem; }

.no-margin-bottom {
  margin-bottom: 0; }

.xlarge-margin-left {
  margin-left: 4rem; }

.large-margin-left {
  margin-left: 2.6rem; }

.medium-margin-left {
  margin-left: 2rem; }

.small-margin-left {
  margin-left: 1rem; }

.tiny-margin-left {
  margin-left: 0.5rem; }

.no-margin-left {
  margin-left: 0; }

.xlarge-margin-right {
  margin-right: 4rem; }

.large-margin-right {
  margin-right: 2.6rem; }

.medium-margin-right {
  margin-right: 2rem; }

.small-margin-right {
  margin-right: 1rem; }

.tiny-margin-right {
  margin-right: 0.5rem; }

.no-margin-right {
  margin-right: 0; }

.xlarge-margin-sides {
  margin-left: 4rem;
  margin-right: 4rem; }

.large-margin-sides {
  margin-left: 2.6rem;
  margin-right: 2.6rem; }

.medium-margin-sides {
  margin-left: 2rem;
  margin-right: 2rem; }

.small-margin-sides {
  margin-left: 1rem;
  margin-right: 1rem; }

.tiny-margin-sides {
  margin-left: 0.5rem;
  margin-right: 0.5rem; }

.no-margin-sides {
  margin-left: 0;
  margin-right: 0; }

.auto-margin-sides {
  margin-left: auto;
  margin-right: auto; }

.xlarge-padding {
  padding: 4rem; }

.large-padding {
  padding: 2.6rem; }

.medium-padding {
  padding: 2rem; }

.small-padding {
  padding: 1rem; }

.tiny-padding {
  padding: 0.5rem; }

.no-padding {
  padding: 0; }

.xlarge-padding-bottom {
  padding-bottom: 4rem; }

.large-padding-bottom {
  padding-bottom: 2.6rem; }

.medium-padding-bottom {
  padding-bottom: 2rem; }

.small-padding-bottom {
  padding-bottom: 1rem; }

.tiny-padding-bottom {
  padding-bottom: 0.5rem; }

.no-padding-bottom {
  padding-bottom: 0; }

.xlarge-padding-top {
  padding-top: 4rem; }

.large-padding-top {
  padding-top: 2.6rem; }

.medium-padding-top {
  padding-top: 2rem; }

.small-padding-top {
  padding-top: 1rem; }

.tiny-padding-top {
  padding-top: 0.5rem; }

.no-padding-top {
  padding-top: 0; }

.xlarge-padding-left {
  padding-left: 4rem; }

.large-padding-left {
  padding-left: 2.6rem; }

.medium-padding-left {
  padding-left: 2rem; }

.small-padding-left {
  padding-left: 1rem; }

.tiny-padding-left {
  padding-left: 0.5rem; }

.no-padding-left {
  padding-left: 0; }

.xlarge-padding-right {
  padding-right: 4rem; }

.large-padding-right {
  padding-right: 2.6rem; }

.medium-padding-right {
  padding-right: 2rem; }

.small-padding-right {
  padding-right: 1rem; }

.tiny-padding-right {
  padding-right: 0.5rem; }

.no-padding-right {
  padding-right: 0; }

.xlarge-padding-sides {
  padding-left: 4rem;
  padding-right: 4rem; }

.large-padding-sides {
  padding-left: 2.6rem;
  padding-right: 2.6rem; }

.medium-padding-sides {
  padding-left: 2rem;
  padding-right: 2rem; }

.small-padding-sides {
  padding-left: 1rem;
  padding-right: 1rem; }

.tiny-padding-sides {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.no-padding-sides {
  padding-left: 0;
  padding-right: 0; }

.header-padding {
  padding-top: 3rem; }

.invisible {
  visibility: hidden; }

.green {
  color: #000000; }

.gset .color-prime,
.color-prime {
  color: #fefefe; }

a.single_add_to_cart_button {
  height: 2.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0;
  font-size: 1rem; }

.gset .name-emphasis {
  background: #000000;
  line-height: 1;
  border: 4px double #fefefe;
  color: #fefefe;
  padding-bottom: 0.25rem; }

.gset .change-title.name-emphasis {
  cursor: initial; }

.secondary-title {
  font-size: 1.5rem;
  color: #cacaca;
  text-transform: uppercase;
  font-weight: 500; }

.secondary-title:before, .secondary-title:after {
  display: inline-block; }

.secondary-title:not(:empty):before {
  content: "(";
  margin-left: 0.5rem; }

.secondary-title:not(:empty):after {
  content: ")"; }

.color-second {
  color: #000000; }

.cute-re {
  font-size: 0.85em; }

.cute {
  font-size: 0.85rem; }

.loud {
  font-size: 1.2rem; }

.louder {
  font-size: 1.4rem; }

.loudest {
  font-size: 1.6rem; }

.count_totals {
  font-weight: 500; }

.emphasis {
  font-weight: 700; }

.name-emphasis {
  border-bottom: 1px dashed #000000; }

.vertical-padding {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.round-corners {
  border-radius: 1rem; }

.width-50-200 {
  max-width: 50%;
  width: 200px; }

.width-50-400 {
  max-width: 50%;
  width: 400px; }

h1 small.block,
h2 small.block,
h3 small.block,
h4 small.block,
h5 small.block,
h6 small.block {
  line-height: 1; }

small.tiny-label {
  font-size: 1rem;
  font-weight: normal;
  color: #fefefe; }

.table-extra table.unstriped,
.table-extra table.unstriped tbody {
  border: none; }

table.unstriped tbody tr {
  border-bottom: 1px solid #fefefe;
  background-color: #fefefe; }

table.hover.unstriped tbody tr:nth-of-type(even):hover,
table.hover .unstriped tbody tr:nth-of-type(even):hover {
  background-color: rgba(254, 254, 254, 0.4);
  color: #fefefe; }

table.compact tbody th, table.compact tbody td {
  padding: 0 0 .25rem; }

table.compact tbody tr:last-child td {
  padding-bottom: 0; }

#main-nav table.unstriped tbody {
  background: none; }

#main-nav table.unstriped tbody tr {
  background: none;
  border: none; }

#main-nav .ls_container {
  position: relative; }

#main-nav .ls_container a.button {
  text-align: left;
  color: #fefefe;
  background: #fefefe;
  border: #fefefe solid 1px;
  -webkit-transition: background 0.5s, color 0.5s;
  transition: background 0.5s, color 0.5s;
  padding: 6px 6px 10px; }

#main-nav .ls_container a.button:hover,
#main-nav .ls_container .hover a.button {
  color: #fefefe;
  background: #fefefe; }

#main-nav .ls_container a.button:after {
  content: "";
  clear: both;
  position: relative;
  display: block; }

.ls_container a.button span.float-right {
  font-size: 1rem;
  margin-left: 10px; }

.ls_container table.unstriped tbody tr {
  border-bottom: none; }

.ls_result_div {
  border: 1px solid #cacaca;
  background: none;
  padding: 1rem; }
  .ls_result_div table.unstriped tbody tr {
    background: none; }

.ls_result_div .button {
  text-align: left;
  border: 1px solid #cacaca; }

.ls_result_div .button.expanded {
  display: inline-block;
  position: relative;
  margin-bottom: 6px; }

.ls_result_main td {
  position: relative; }

.center-result .ls_result_div .button {
  text-align: center; }

.gset .button.ls_verified.disabled {
  background: none;
  border-color: #66ff7f;
  color: #66ff7f; }

.gset .button.ls_unverified {
  border: #fefefe solid 1px;
  color: #e6e6e6;
  background: rgba(254, 254, 254, 0.2); }

a.mini-button.button {
  background: #fefefe;
  color: #fefefe;
  padding: 10px; }

.edit-table td .tag-label,
.button + .tag-label,
.button.disabled + .tag-label,
.button.disabled + .tag-label + .tag-label {
  position: absolute;
  right: -4px;
  top: 6px;
  padding: 1px 5px 1px 5px;
  background: #fefefe;
  text-transform: uppercase;
  font-size: 0.6rem;
  font-weight: 700;
  color: #fefefe;
  border: #fefefe solid 1px;
  -webkit-box-shadow: 1px 1px 3px rgba(10, 10, 10, 0.2);
          box-shadow: 1px 1px 3px rgba(10, 10, 10, 0.2); }

.edit-table td .tag-label {
  line-height: 1; }

.edit-table td .tag-label + .tag-label {
  top: 20px; }

.edit-table td .tag-label + .tag-label + .tag-label {
  top: 34px; }

.button.disabled + .tag-label,
.button.disabled + .tag-label + .tag-label {
  color: #ec5840;
  border: #ec5840 solid 1px; }

.button.disabled + .tag-label + .tag-label {
  top: 22px; }

.button.disabled + .tag-label + .tag-label + .tag-label {
  top: 38px; }

.button.ls_unverified small.ls_ver_tag {
  color: #ec5840; }

.button.ls_verified.disabled small.ls_ver_tag {
  color: #66ff7f; }

.button.ls_unverified.disabled small.ls_ver_tag {
  color: #f5a99d; }

.ls_result_main tbody {
  border: none; }

.ls_result_footer .page_limit {
  display: none; }

.ls-arrow {
  width: 25px;
  margin-left: 6px;
  height: 25px;
  display: inline-block; }
  .ls-arrow:hover {
    cursor: pointer; }

.ls-arrow:before {
  content: "";
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border: solid #fefefe;
  border-width: 0 3px 3px 0;
  margin-right: 10px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s; }

.ls-arrow:hover:before {
  color: #000000; }

.left-arrow-button.ls-arrow:before {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg); }

.gset .ls-arrow:before {
  border-color: #fefefe; }

.gset .ls-arrow:hover:before {
  border-color: #000000; }

.ls_result_footer {
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end; }
  @media screen and (max-width: 39.99875em) {
    .ls_result_footer {
      -webkit-box-pack: end;
      -webkit-justify-content: end;
          -ms-flex-pack: end;
              justify-content: end; } }

.ls_result_footer label {
  font-weight: normal;
  display: inline; }

.ls_result_footer select {
  padding: 0 0 0 0;
  height: 30px;
  width: 65px;
  font-size: 15px; }

.ls_result_footer .navigation {
  margin-top: 6px; }

.ls_result_footer .pagination {
  margin: 7px 6px 0; }

.ls_result_footer .page_limit {
  margin-top: 5px; }

#main-nav .ls_result_div {
  display: none;
  width: 100%;
  padding: 0.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#0a0a0a));
  background: linear-gradient(#fefefe, #0a0a0a);
  border: #000000 solid 1px;
  border-top: none; }

#main-nav .ls_result_div table {
  margin-bottom: 0; }

#main-nav h4.search_error {
  background: #fefefe;
  padding: 10px;
  border: #fefefe solid 1px;
  border-top: none; }

#main-nav .search-hero,
#main-nav .search-hero:focus {
  padding: 1rem 1rem 1rem 2.5rem;
  border-color: #000000;
  -webkit-box-shadow: inset 0 1px 2px #000000;
          box-shadow: inset 0 1px 2px #000000; }

#main-nav .search-mag {
  margin: 0.1rem 0 0 0.5rem;
  font-size: 1.5rem; }

#masthead {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.8);
          box-shadow: 0 0 10px rgba(10, 10, 10, 0.8); }

.admin-bar #masthead {
  top: 46px; }

#masthead:after {
  content: '';
  width: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block; }

.mega-top #masthead:after,
.side-slide-top #masthead:after {
  border-top: #000000 solid 1px;
  border-bottom: #000000 solid 1px;
  height: 2px;
  background: #fefefe; }

.header-bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(#fff), to(#ddd));
  background: linear-gradient(#fff, #fff, #ddd); }

#site-logo-bar {
  height: 100%; }

.title-logos {
/*   border-left: #ddd solid 1px;
  border-right: #000000 solid 1px; */
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.title-logos img {
  max-height: 60px;
  opacity: 0.5;
  padding: 2px 0; }

.title-logos.current-site img,
.title-logos:hover img {
  opacity: 1; }

.main-logo {
  padding: 0 2px 0 6px;
/*   background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(#fff), to(#fff)); */
/*   background: linear-gradient(#fff, #fff, #fff);  */
}

.secondary-logo {
  max-width: 28%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(transparent), to(transparent));
  background: linear-gradient(transparent, transparent, transparent); }

.main-logo:hover,
.secondary-logo:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), color-stop(#fff), to(#fff));
  background: linear-gradient(#eee, #fff, #fff); }

.main-logo-menu.main-logo img {
  width: 150px;
  margin: 6px 10px; }

.featured {
  width: 100%;
  min-height: 80px; }

.featured.slider-bg {
  padding: 120px 0 3rem; }

#featured-event {
  background: #0a0a0a;
  background: rgba(10, 10, 10, 0.9); }

.weight-bold {
  font-weight: 700; }

.event-grid .cell {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.event-grid .cell {
  border: #fefefe solid 1px; }

.event-grid .cell:hover {
  background: #e5e5e5;
  border-color: #cbcbcb; }

.img-grid .cell a {
  padding: 0.5rem;
  margin: 0 0 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 90%;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .2s;
  transition: all .2s; }
  .img-grid .cell a:hover {
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02); }

@media screen and (max-width: 39.99875em) {
  .img-grid .cell a {
    font-size: 0.8rem;
    height: 85%; } }

.archive__btn {
  border: 1px solid #8a8a8a !important;
  margin-right: 10px; }
  @media screen and (max-width: 39.99875em) {
    .archive__btn {
      margin-right: 5px; } }

.remove-button,
.remove-button.button {
  float: right;
  padding: 0.6rem;
  font-size: 0.8rem;
  margin-bottom: 0;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center; }

.site-button + .site-button {
  margin-right: 10px; }

.site-close-button,
.site-close-button.button {
  color: #ec5840;
  border: #ec5840 solid 1px;
  background: #fefefe; }

.site-close-button:hover,
.site-close-button.button:hover {
  background: #ec5840;
  color: #fefefe; }

.gset .site-close-button,
.gset .site-close-button.button {
  color: #fefefe;
  background: #ec5840; }

.gset .site-close-button:hover,
.gset .site-close-button.button:hover {
  background: #e23317;
  color: #fad2cb;
  border-color: #ec5840; }

.input-group-button .site-close-button,
.site-close-button.input-group-button {
  padding: 0 1rem;
  margin-left: 0.4rem; }

.input-group > .input-group-button:last-child > .button.site-close-button {
  border-left: solid 1px; }

.input-group-button.small,
.input-group-button.button {
  padding: 0.8rem 1rem; }

.input-group-button .site-close-button,
.site-close-button.input-group-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.input-group-button .site-close-button span,
.site-close-button.input-group-button span {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center; }

.normal-font-size {
  font-size: 1rem; }

.medium-font-size {
  font-size: 2rem; }

.large-font-size {
  font-size: 3rem; }

.close-button {
  right: 4px;
  top: 4px;
  font-size: 2em;
  line-height: 1;
  cursor: pointer;
  width: 36px;
  border: #3d3d3d solid 1px;
  background: #0a0a0a; }

.close-button-friend {
  top: -30px;
  width: auto;
  font-size: 1rem;
  padding: 4px; }

#site-navigation .close-button {
  background: #3462b7;
  color: #fefefe;
  margin: 10px 10px 0; }

#site-navigation .close-button img {
  max-height: 50px; }

#progressbar {
  overflow: hidden;
  margin-left: 0;
  counter-reset: step; }

#progressbar li {
  list-style-type: none;
  color: #fefefe;
  text-transform: uppercase;
  font-size: 16px;
  float: left;
  position: relative;
  margin-bottom: 0;
  width: 25%;
  text-align: center; }

#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 20px;
  line-height: 20px;
  display: block;
  font-size: 10px;
  color: #fefefe;
  background: #0a0a0a;
  border-radius: 3px;
  margin: 0 auto;
  text-align: center; }

#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: white;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: -1; }

#progressbar li:first-child:after {
  content: none; }

#progressbar li.active:before, #progressbar li.active:after {
  background: #fefefe;
  color: #0a0a0a; }

#site-navigation a, #site-navigation .button {
  font-size: 16px;
  font-weight: 700;
  color: #fefefe; }

#site-navigation .menu-mega a {
  color: #fefefe;
  font-weight: 500; }

#site-header-menu .menu > li > a {
  padding: 1.4rem 0.8rem;
  font-size: 15px; }

#site-navigation a:hover {
  color: #8a8a8a;
  text-decoration: none; }

#site-navigation .menu a {
  color: #fefefe;
  font-family: "News Cycle", "Montserrat", Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  padding: 16px 1.5rem; }

#site-navigation .menu .is-active > a,
#site-navigation .menu .current-menu-ancestor.is-active > a {
  background: -webkit-gradient(linear, left top, left bottom, from(#009919), to(#000000));
  background: linear-gradient(#009919, #000000);
  color: #fefefe; }

#site-navigation .menu .selected-tab {
  background: -webkit-gradient(linear, left top, left bottom, from(#006611), to(#0a0a0a));
  background: linear-gradient(#006611, #0a0a0a); }

#site-navigation .menu .current-menu-ancestor > a,
#site-navigation #main-nav.menu .current-menu-item a {
  color: #fefefe;
  background: rgba(0, 255, 43, 0.8); }
  @media screen and (max-width: 39.99875em) {
    #site-navigation .menu .current-menu-ancestor > a,
    #site-navigation #main-nav.menu .current-menu-item a {
      color: #fefefe !important; } }

#main-nav > li.is-dropdown-submenu-parent > a::after {
  display: none; }

#main-nav .is-dropdown-submenu {
  padding: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0a0a0a), to(#fefefe));
  background: linear-gradient(#0a0a0a, #fefefe);
  border: #000000 solid 1px;
  vertical-align: top; }
  @media screen and (max-width: 39.99875em) {
    #main-nav .is-dropdown-submenu {
      border: none; } }

#main-nav .is-dropdown-submenu a {
  border: 1px solid transparent; }

#main-nav .is-dropdown-submenu a, #main-nav.menu-mega a {
  padding: 8px;
  line-height: 1;
  display: block;
  width: 100%;
  background: rgba(254, 254, 254, 0);
  -webkit-transition: background 0.5s;
  transition: background 0.5s; }

#main-nav .is-dropdown-submenu h2 a {
  display: inline-block; }

#event-menu-season {
  text-align: center; }

#event-menu-region,
#event-menu-season {
  border: #fefefe solid 1px; }

#event-menu-season .main-header h2,
#event-menu-season .regions-stack,
#event-menu-season .regions-add,
#event-menu-season .indi-title {
  border: #fefefe solid 1px; }

#event-menu-region .main-header h2 {
  text-align: center;
  padding: 1rem;
  margin-bottom: 0;
  position: relative;
  border-bottom: #fefefe solid 1px;
  color: #fefefe; }

#event-menu-region .main-header h2,
#event-menu-season .main-header h2 {
  padding: 1rem;
  color: #0a0a0a;
  margin-bottom: 0;
  position: relative;
  font-size: 3rem; }

#event-menu-season a:hover {
  -webkit-box-shadow: 0 0 6px rgba(0, 255, 42, 0.7);
          box-shadow: 0 0 6px rgba(0, 255, 42, 0.7); }

#event-menu-season .indi-title {
  background: linear-gradient(230deg, #fefefe, #e6e6e6); }

.event-menu-region,
#event-menu-season .main-header h2,
#event-menu-season .regions-stack,
#event-menu-season .regions-add,
#event-menu-season .indi-title + .indi-title {
  background: linear-gradient(50deg, #fefefe, #e6e6e6); }

#event-menu-region .revealer-column,
#event-menu-region .revealer-column .nav-title {
  color: #fefefe;
  border-color: #fefefe; }

#main-nav #event-menu-region .sub-header .nav-title,
#main-nav #event-menu-region small.block.subheader {
  color: #0a0a0a; }

#main-nav #event-menu-region .sub-header .nav-title {
  border-bottom-color: #0a0a0a; }

#event-menu-season .row-info,
#event-menu-season .regions-stack,
#event-menu-season .regions-add {
  padding: 10px; }

#event-menu-region .main-header h2 small,
#event-menu-season .main-header h2 small {
  font-size: 50%;
  line-height: 1.5;
  display: block;
  color: #8a8a8a; }

#event-menu-season .link-date-only small {
  display: none; }

#event-menu-season h3 {
  width: 100%;
  margin-top: 1.5rem;
  font-weight: 500;
  padding: 10px 0; }

#event-menu-season .regions-stack h4 {
  visibility: hidden; }

.vertical.submenu #event-menu-season .menu-item {
  margin-bottom: 0; }

#main-nav .dropdown-drawer .first-sub.grid-x {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }

#main-nav .dropdown-drawer .first-sub.grid-x.is-dropdown-submenu.js-dropdown-active,
#main-nav .dropdown-drawer .first-sub.grid-x.is-dropdown-submenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.vertical.submenu .menu-item.event-menu-button {
  margin-bottom: 0; }

#site-navigation #main-nav .is-dropdown-submenu .event-menu-button a {
  font-size: 1rem;
  padding: 0.7rem;
  color: #99ffaa; }

#site-navigation #main-nav .is-dropdown-submenu.menu #event-menu-region a {
  padding: 0.1rem 0.5rem; }

#site-navigation #main-nav .is-dropdown-submenu.menu #event-menu-region a,
#site-navigation #main-nav .is-dropdown-submenu.menu #event-menu-season a {
  color: #254683;
  font-size: 0.9rem;
  letter-spacing: -0.5px;
  font-weight: 700; }

#site-navigation #main-nav .is-dropdown-submenu.menu #event-menu-region a.button.small,
#site-navigation #main-nav .is-dropdown-submenu.menu #event-menu-season a.button.small {
  font-size: 0.7rem;
  margin: 0 auto;
  width: 130px;
  padding: 0.5rem;
  background: #fefefe;
  border: #000000 solid 1px;
  -webkit-box-shadow: 0 0 6px rgba(0, 255, 42, 0.7);
          box-shadow: 0 0 6px rgba(0, 255, 42, 0.7); }

#site-navigation #main-nav .is-dropdown-submenu.menu #event-menu-region a.button.small:hover,
#site-navigation #main-nav .is-dropdown-submenu.menu #event-menu-season a.button.small:hover {
  color: #cacaca;
  -webkit-box-shadow: 0 0 3px rgba(0, 255, 42, 0.3);
          box-shadow: 0 0 3px rgba(0, 255, 42, 0.3); }

#site-navigation #main-nav .is-dropdown-submenu.menu #event-menu-region .current-menu-ancestor > a,
#site-navigation #main-nav .is-dropdown-submenu.menu #event-menu-region .current-menu-item a,
#site-navigation #main-nav .is-dropdown-submenu.menu #event-menu-season .current-menu-ancestor > a,
#site-navigation #main-nav .is-dropdown-submenu.menu #event-menu-season .current-menu-item a {
  color: #000000; }

#event-menu-season .logo-img .menu-column-img {
  width: 100%;
  margin: 0.25rem auto;
  display: block;
  background: none;
  max-width: 200px; }

#event-menu-season .logo-img .additional-info {
  margin-bottom: 0.5rem; }

#event-menu-season .logo-img.logo-super .menu-column-img {
  width: auto;
  max-width: 100%;
  max-height: 230px; }

#event-menu-season .indi-title .link-date-only {
  border-bottom: none; }

#event-menu-season .indi-title .link-date-only small {
  display: block;
  color: #0a0a0a; }

#event-menu-season .indi-title a.link-date-only:hover small {
  color: #fefefe; }

#event-menu-season .logo-img.menu-column-img-single.menu-item-object-product {
  height: 100px;
  border-top: 2px solid #0a0a0a;
  padding-top: 10px;
  margin-top: 10px; }

#event-menu-season .menu-column-img-single .menu-column-img,
#event-menu-season .menu-column-img-single img.menu-column-img {
  max-width: 100px;
  display: inline-block;
  margin-bottom: 0; }

#event-menu-season .nav-title {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 2rem; }

#event-menu-season .regions-add .nav-title {
  letter-spacing: 2px;
  color: #0a0a0a;
  border-bottom: 2px solid #0a0a0a; }

#event-menu-season .regions-add .nav-title:after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #0a0a0a), color-stop(25%, rgba(10, 10, 10, 0)), color-stop(75%, rgba(10, 10, 10, 0)), color-stop(75%, #0a0a0a));
  background: linear-gradient(90deg, #0a0a0a 25%, rgba(10, 10, 10, 0) 25%, rgba(10, 10, 10, 0) 75%, #0a0a0a 75%); }

#event-menu-season .nav-sub-title h3 {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 700;
  border-bottom: 2px #0a0a0a solid;
  margin-top: 1.5rem; }

#event-menu-season .grid-children.nav-sub-title h3 {
  margin-bottom: 0; }

#event-menu-season .nav-sub-title:last-child h3 {
  border-bottom: none; }

#event-menu-season .regions-stack .nav-sub-title,
#event-menu-season .menu-item-object-product {
  height: 2.5rem;
  display: table;
  overflow: hidden; }

#event-menu-season .menu-item-object-product {
  border-bottom: 1px solid #0a0a0a; }

#event-menu-season .menu-item-object-product:last-child {
  border-bottom: none; }

#event-menu-season .main-header + .regions-stack .menu-item-object-product:last-child {
  display: none; }

#event-menu-season .regions-stack .nav-sub-title:hover,
#event-menu-season .menu-item-object-product:hover {
  overflow: visible; }

#event-menu-season .regions-stack .nav-sub-title,
.vertical.submenu #event-menu-season .regions-stack .nav-sub-title {
  margin-bottom: -4px; }

#event-menu-season .regions-stack .nav-sub-title.h3-large-padding h3 {
  height: 15.4rem; }

#event-menu-season .regions-stack .nav-sub-title.h3-xlarge-padding h3 {
  height: 17.5rem; }

#event-menu-season .regions-stack .nav-sub-title:last-child h3 {
  padding-top: 7rem; }

#event-menu-season .main-header + .regions-stack .nav-sub-title:last-child,
#event-menu-season .main-header + .regions-stack + .regions-add .menu-item:last-child {
  display: none; }

#event-menu-season .menu-item-object-product:nth-child(8n+1) {
  background: rgba(10, 10, 10, 0.1); }

#event-menu-season .menu-item-object-product:nth-child(8n+2) {
  background: rgba(10, 10, 10, 0.15); }

#event-menu-season .menu-item-object-product:nth-child(8n+3) {
  background: rgba(10, 10, 10, 0.1); }

#event-menu-season .menu-item-object-product:nth-child(8n+4) {
  background: rgba(10, 10, 10, 0.15); }

#event-menu-season .menu-item-object-product:nth-child(8n+5) {
  background: rgba(10, 10, 10, 0.2); }

#event-menu-season .menu-item-object-product:nth-child(8n+6) {
  background: rgba(10, 10, 10, 0.25); }

#event-menu-season .menu-item-object-product:nth-child(8n+7) {
  background: rgba(10, 10, 10, 0.2); }

#event-menu-season .menu-item-object-product:nth-child(8n+8) {
  background: rgba(10, 10, 10, 0.25); }

#event-menu-season .regions-stack .nav-sub-title h3 {
  padding: 8px 10px; }

#event-menu-season .regions-stack .nav-sub-title h3,
#event-menu-season .menu-item-object-product a {
  display: table-cell;
  vertical-align: middle; }

#event-menu-season .menu-item-object-product a,
#main-nav #event-menu-season .menu-item-object-product a {
  font-family: "News Cycle", "Montserrat", Helvetica, Arial, sans-serif;
  white-space: nowrap;
  overflow: hidden;
  padding: 10px 0;
  letter-spacing: 0;
  font-weight: 500;
  color: #fefefe;
  -webkit-box-shadow: 0 0 6px rgba(0, 255, 42, 0);
          box-shadow: 0 0 6px rgba(0, 255, 42, 0); }

#event-menu-season .menu-item-object-product a:hover,
#main-nav #event-menu-season .menu-item-object-product a:hover {
  color: #fefefe;
  -webkit-box-shadow: 0 0 14px rgba(0, 255, 42, 0.7);
          box-shadow: 0 0 14px rgba(0, 255, 42, 0.7);
  background: #fefefe;
  position: relative; }

#event-menu-season .logo-img.menu-item-object-product {
  background: none;
  height: 242px;
  border-top: 1px solid #0a0a0a; }

#event-menu-season .logo-img.logo-super.menu-item-object-product {
  height: 232px; }

#event-menu-season .additional-info {
  font-size: 0.7rem;
  line-height: 1.3;
  color: #0a0a0a;
  display: block; }

#event-menu-region .revealer-column .nav-title + div {
  display: none; }

#main-nav .revealed-column .logo-img.nav-title .menu-column-img {
  max-width: 240px; }

#main-nav #event-menu-season .menu-item-object-product a {
  padding: 0 10px;
  text-align: left; }

#main-nav #event-menu-region .logo-img.menu-item-object-product a,
#main-nav #event-menu-season .logo-img.menu-item-object-product a {
  text-align: center; }

#event-menu-region #eventAllBtnBtmWrapper {
  width: 25rem;
  height: 4rem;
  font-size: 2rem; }

#event-menu-region #eventAllBtnBtm {
  font-size: 1.6rem !important;
  margin: 0 auto;
  padding: 1rem 2rem; }

div.helper-title h2,
.helper-title {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 1.5rem;
  margin-bottom: 0; }

.revealer-column {
  margin-top: 4%;
  margin-bottom: 5%; }

.revealer-column.revealed-column {
  margin-top: 2%;
  margin-bottom: 2%;
  padding-left: 2%;
  padding-right: 2%; }

.revealer-column.hidden-column {
  display: none; }

.revealer-column.large-2.large-offset-1.revealed-column {
  margin-left: 0.9375rem; }

.revealer-column.large-2.revealed-column {
  width: calc(100% - 1.875rem); }

#event-menu-region .revealer-column .nav-title .column-title {
  font-size: 3rem;
  display: none; }

#event-menu-region .revealer-column.revealed-column .nav-title + div,
#event-menu-region .revealer-column.revealed-column .nav-title .column-title {
  display: block; }

#event-menu-region .revealer-column .nav-title .column-description {
  text-align: center;
  display: block;
  font-size: 1rem;
  font-weight: 500; }

#event-menu-region .revealer-column.revealed-column .nav-title .column-description {
  display: none; }

@media screen and (min-width: 64em) {
  #event-menu-season .regions-add + .regions-stack {
    display: none; }
  #event-menu-season .regions-add + .regions-stack.expanded-label-column,
  #event-menu-season .regions-add + .regions-stack.collapse-label-column {
    display: initial; }
  #event-menu-season .row-label,
  #event-menu-season .regions-stack {
    width: 120px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
  #event-menu-season .regions-stack.collapse-label-column {
    width: 0;
    padding-left: 0;
    padding-right: 0;
    border-width: 0px;
    border-left-width: 1px; }
  #event-menu-season .regions-stack.expanded-label-column {
    padding-left: 10px;
    padding-right: 10px;
    border-width: 1px; }
  .small-margin-collapse > .small-2.large-shrink {
    width: auto; }
  #event-menu-season .regions-stack .nav-sub-title.h3-large-padding h3 {
    height: 8.5rem; }
  #event-menu-season .regions-stack .nav-sub-title.h3-xlarge-padding h3 {
    height: 17.4rem; }
  #event-menu-season .regions-stack .nav-sub-title:last-child h3 {
    padding-top: 5rem; }
  #event-menu-region .main-header h2 small,
  #event-menu-season .main-header h2 small {
    font-size: 50%; }
  #event-menu-region a.button.small,
  #event-menu-season a.button.small {
    position: absolute;
    bottom: 0.5rem; }
  #event-menu-region .large-left,
  #event-menu-season .large-left {
    left: 0.5rem; }
  #event-menu-region .large-right,
  #event-menu-season .large-right {
    right: 0.5rem; }
  #event-menu-season .logo-img.menu-item-object-product {
    height: 132px; }
  #event-menu-season .logo-img.logo-super.menu-item-object-product {
    height: 148px; }
  #event-menu-season .logo-img.menu-column-img-single.menu-item-object-product {
    border-top: none;
    padding-top: 0;
    margin-top: 0; }
  #event-menu-region .revealer-main,
  #event-menu-region .revealer-column {
    position: relative; }
  .event-menu-region {
    overflow: hidden; }
  #event-menu-season .resizer-main,
  #event-menu-season .resizer-column {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.25s;
    transition: all 0.25s; }
  #event-menu-region .revealer-column .nav-title,
  #event-menu-season .resizer-column .nav-title {
    cursor: pointer;
    overflow: hidden; }
  #event-menu-region .revealer-column .nav-title:hover img {
    background: radial-gradient(closest-side, #0a0a0a 20%, rgba(10, 10, 10, 0)); }
  #main-nav .revealed-column .logo-img.nav-title .menu-column-img {
    position: absolute;
    right: 0;
    opacity: 20%;
    padding: 0;
    margin: 0;
    cursor: default;
    background: none;
    height: 120%;
    margin-right: -40%;
    margin-top: -3%;
    max-width: none; }
  #event-menu-season .resizer-column .nav-title:hover {
    color: #315caa; }
  #event-menu-season .resizer-column .nav-title:before {
    content: attr(data-title);
    color: #fefefe;
    position: absolute;
    z-index: 2;
    left: -40%;
    -webkit-transform: translateX(0%) translateY(60px) rotate(-90deg);
        -ms-transform: translateX(0%) translateY(60px) rotate(-90deg);
            transform: translateX(0%) translateY(60px) rotate(-90deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
  #event-menu-season .resizer-column .nav-title:before:hover {
    color: #e6e6e6; }
  #event-menu-season .resizer-column.collapse-column .nav-title {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  #event-menu-season .resizer-column.collapse-column .nav-title:before {
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(60px) rotate(-90deg);
        -ms-transform: translateX(-50%) translateY(60px) rotate(-90deg);
            transform: translateX(-50%) translateY(60px) rotate(-90deg); }
  #event-menu-season .resizer-column.collapse-column .nav-title:hover:before {
    color: #94afe0; }
  #event-menu-season .resizer-column.collapse-column .nav-title:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    background: linear-gradient(45deg, #fefefe, #315caa 50%);
    background-size: 100% 150%;
    background-position: 0% 100%;
    z-index: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
  #event-menu-season .resizer-column.collapse-column .nav-title:hover:after {
    background-position: 0% 0%; }
  #event-menu-season .additional-info {
    display: none; }
  #event-menu-season .expanded-column .additional-info {
    display: block; }
  #event-menu-season .resizer-column.collapse-column {
    width: 80px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  #event-menu-season .regions-stack.collapse-label-column {
    width: 0px; }
  #event-menu-season .regions-stack.expanded-label-column {
    width: 120px; }
  #main-nav #event-menu-season .expanded-column .logo-img.menu-item-object-product .menu-column-img {
    max-width: none;
    height: 120px;
    width: auto; }
  #main-nav #event-menu-season .expanded-column .logo-img.logo-super.menu-item-object-product .menu-column-img {
    height: 180px; }
  #event-menu-season .regions-stack.expanded-label-column .nav-sub-title.h3-large-padding h3 {
    height: 10.6rem; }
  #event-menu-season .regions-stack .nav-sub-title.h3-xlarge-padding h3 {
    height: 13.2rem; }
  #event-menu-season .regions-stack.expanded-label-column .nav-sub-title.h3-xlarge-padding h3 {
    height: 14.6rem; }
  #event-menu-season .logo-img.logo-super .menu-column-img {
    max-height: 182px; }
  #event-menu-season .main-header + .regions-stack.expanded-label-column .nav-sub-title:last-child,
  #event-menu-season .main-header + .regions-stack + .regions-add .menu-item:last-child {
    display: table; }
  #event-menu-season .main-header + .regions-stack .nav-sub-title:last-child {
    display: table; }
  #event-menu-season .main-header + .regions-stack.expanded-label-column .nav-sub-title:last-child h3 {
    display: none; } }

@media screen and (max-width: 63.99875em) {
  #event-menu-season .regions-stack, #event-menu-season .regions-add {
    border-bottom: double 14px #fefefe; } }

.white #main-nav.menu-mega .enhance a[href] {
  color: #0a0a0a;
  font-weight: 700;
  font-size: 20px; }

#main-nav.menu-mega a[href] {
  border: #008015 solid 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 255, 42, 0)), to(rgba(0, 255, 42, 0.1)));
  background: linear-gradient(rgba(0, 255, 42, 0), rgba(0, 255, 42, 0.1));
  color: #fefefe;
  overflow: hidden;
  border-radius: 2px;
  white-space: nowrap; }

#main-nav .is-dropdown-submenu a:hover {
  border: #000000 solid 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 255, 42, 0.2)), to(rgba(0, 255, 42, 0.6)));
  background: linear-gradient(rgba(235, 7, 7, 0.2), rgba(235, 7, 7, 0.6));
  color: #e6ffea; }

#main-nav.menu-mega a[href] {
  background: none;
  border: none; }

#main-nav.menu-mega a[href]:hover {
  font-weight: 700; }

#main-nav .is-dropdown-submenu a.minimize,
#main-nav.menu-mega a.minimize {
  padding: 10px 20px;
  font-size: 1.1rem; }

.icon-right:before {
  margin-right: 4px; }

#main-nav .is-dropdown-submenu a:hover .subheader {
  color: #fefefe; }

#main-nav .nav-title {
  padding: 0.5rem 0 1rem;
  color: #000000;
  border-bottom: #000000 solid 1px; }

#main-nav.menu-mega .nav-title {
  text-transform: uppercase;
  color: #000000;
  border-bottom-color: #000000; }

#main-nav .is-dropdown-submenu .enhance a {
  border-radius: 4px;
  border: rgba(0, 255, 42, 0.2) solid 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 255, 42, 0.6)), color-stop(rgba(0, 255, 42, 0.3)), to(rgba(0, 255, 42, 0.2)));
  background: linear-gradient(rgba(0, 255, 42, 0.6), rgba(0, 255, 42, 0.3), rgba(0, 255, 42, 0.2)); }

#site-navigation.side-slide-menu-wrapper #main-nav .is-dropdown-submenu .enhance a {
  border: rgba(0, 255, 42, 0.5) solid 1px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem; }

.nowrap,
#main-nav .is-dropdown-submenu .title-date a {
  white-space: nowrap; }

#main-nav .menu-column-img {
  width: 80%;
  margin: 0 auto 1rem;
  display: block;
  background: radial-gradient(closest-side, #fefefe, rgba(254, 254, 254, 0)); }

#main-nav .revealed-column .menu-column-img {
  max-width: 240px; }

#main-nav .event-menu-region .menu-column-img {
  background: radial-gradient(closest-side, #fefefe, rgba(26, 49, 91, 0)); }

#main-nav .nav-title .menu-column-img {
  width: auto;
  margin: 0 auto; }

#main-nav .menu-line-img {
  float: left;
  margin: 0 0.5rem 0 0;
  width: 4rem;
  background: radial-gradient(closest-side, #fefefe, rgba(254, 254, 254, 0)); }

#main-nav div.text-center > a .menu-line-img {
  float: none; }

.logo-img {
  clear: both; }

#main-nav .regions-stack > h4 {
  visibility: hidden; }

small.block.subheader {
  line-height: 1;
  margin: 3px 0 2px;
  white-space: nowrap;
  font-size: 70%;
  color: #fefefe;
  letter-spacing: 0;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  text-transform: none; }

small.block.subheader .additional-info {
  display: block; }

.vertical.submenu .menu-item {
  margin-bottom: 4px; }

button, .button {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  border: #000000 solid 1px; }

.button-secondary {
  font-size: .8rem;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #fefefe;
  text-transform: uppercase;
  border: #696969 solid 1px;
  border-radius: 5px; }
  .button-secondary.small {
    font-size: 0.75rem; }

.button-tertiary {
  font-size: .8rem;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #696969;
  text-transform: uppercase; }

.button.expanded.alt {
  letter-spacing: 3px; }

.hover .button, button:hover, .button:hover, button:focus, .button:focus {
  background-color: #000000; }

.gset .hover .button, button:hover, .button:hover, button:focus, .button:focus {
  color: #fefefe; }

button:focus, .button:focus {
  outline: none; }

.button.disabled,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled],
.button[disabled]:hover,
.button[disabled]:focus {
  background-color: #fefefe; }

.button .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border-color: #0a0a0a; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  right: 0; }

#site-header-menu .menu > li > a {
  padding: 22px 1.25rem 22px 0.8rem; }

.button-height {
  height: 45px; }

.menu .is-active > a {
  background: #000000;
  color: #fefefe; }

.button.is-active {
  background: #000000; }

.button.text-left {
  text-align: left; }

.button.text-right {
  text-align: right; }

.social-button a {
  overflow: hidden;
  width: 22px;
  height: 22px;
  padding: 0rem 1.9rem 1.2rem 0.9rem;
  display: inline-block; }

.social-button i:before {
  font-size: 22px; }

.menu > li.social-button > a img,
.menu > li.social-button > a i,
.menu > li.social-button > a svg {
  margin-right: 1rem; }

.social-button a.hash-tag {
  overflow: visible;
  width: auto;
  padding: 4px;
  height: auto;
  vertical-align: top; }

#social-menu .social-button.menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px; }

.menu .split-button + .split-button {
  border-left: #0a0a0a solid 1px;
  overflow: hidden; }

.menu .split-button {
  white-space: nowrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 50%;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%; }

.menu .split-button a {
  padding-right: 2px; }

#site-header-menu .menu > li.social-button > a {
  padding: 1.2rem 1.9rem 1.2rem 0.9rem; }

.g365-primary-submit {
  color: white;
  background-color: #fefefe;
  border: none; }

.column-dividers td {
  border-right: #e6e6e6 solid 1px; }

.table-stripe tr:nth-child(2n) {
  background-color: #e6e6e6; }

tr:hover, tr:nth-child(2n):hover {
  background-color: #f1f1f1; }

thead tr:hover,
thead tr:nth-child(2n):hover,
.stats__table--player tr:first-of-type:hover,
.division-title:hover,
.profile-data tr:hover {
  background-color: transparent; }

.table-stripe--odd tr:nth-child(odd) {
  background-color: #e6e6e6; }
  @media screen and (max-width: 39.99875em) {
    .table-stripe--odd tr:nth-child(odd) {
      background-color: none; } }

.woocommerce .products-grid .max-button.input-group,
.input-group.max-button {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.input-group-label {
  color: #fefefe;
  border: none;
  background: transparent;
  padding: 0 2rem 0 5px; }

.woocommerce .products-grid .max-button .input-group-label,
.max-button .input-group-label {
  border-color: #000000; }

.gset .max-button .input-group-label {
  color: #0a0a0a; }

.woocommerce .products-grid .input-group-button {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; }

.woocommerce .products-grid .input-group-label {
  padding: 0 0.25rem; }

.woocommerce .products-grid .max-button .input-group-field,
.max-button .input-group-field {
  border-color: #000000;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 4rem;
      -ms-flex: 1 0 4rem;
          flex: 1 0 4rem; }

.woocommerce .products-grid .max-button .input-group-button,
.max-button .input-group-button {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  white-space: normal; }

.woocommerce .products-grid .max-button .input-group-button .button,
.max-button .input-group-button .button {
  padding: 1rem; }

.woocommerce .products-grid .max-button.input-group > :last-child > .button,
.max-button.input-group > :last-child > .button {
  border-left: #000000 solid 1px;
  border-top: none; }

@media screen and (max-width: 39.99875em) {
  .max-button.input-group > :last-child > .button {
    border-top: #000000 solid 1px;
    border-radius: 5px; } }

.woocommerce #place_order {
  font-size: 2rem;
  font-weight: 700; }

.woocommerce #place_order:hover {
  border-color: #fefefe;
  -webkit-box-shadow: 0 0 20px rgba(10, 10, 10, 0.5);
          box-shadow: 0 0 20px rgba(10, 10, 10, 0.5); }

.input-group > :last-child > button,
.input-group > :last-child > .button {
  border-left: 0; }

.button-list .input-group-label {
  background: none; }

.input-group-label.result-title {
  width: 60%; }

.input-group-field.jersey-input[type='number'] {
  width: 28%; }

.button-list .input-group-label.remove-button {
  width: 10%;
  margin-left: 2%;
  border: none;
  padding-top: 0.9rem; }

.min-width.text-left {
  min-width: 184px;
  text-align: left; }

@media screen and (max-width: 39.99875em) {
  .no_subscriptions {
    height: 6rem; } }

.no_subscriptions.woocommerce-info {
  border-top: 3px solid #ffae00; }

.gset [type='text']:focus,
.gset [type='password']:focus,
.gset [type='date']:focus,
.gset [type='datetime']:focus,
.gset [type='datetime-local']:focus,
.gset [type='month']:focus,
.gset [type='week']:focus,
.gset [type='email']:focus,
.gset [type='number']:focus,
.gset [type='search']:focus,
.gset [type='tel']:focus,
.gset [type='time']:focus,
.gset [type='url']:focus,
.gset [type='color']:focus,
.gset select:focus,
.gset textarea:focus {
  border-color: #000000;
  -webkit-box-shadow: 0 0 10px #000000;
          box-shadow: 0 0 10px #000000; }

.input-group-button input.add-to-event-checkbox,
.add-to-event-checkbox {
  width: 20px;
  height: 20px; }

.roster-label {
  font-weight: 500;
  width: 32%;
  border: #cacaca solid 1px;
  background: white;
  padding: 7px;
  margin-right: 0.25rem;
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  border-radius: 5px; }
  @media screen and (max-width: 63.99875em) {
    .roster-label {
      font-size: 14px; } }
  @media screen and (max-width: 39.99875em) {
    .roster-label {
      font-size: 12px;
      width: 48%; } }

.roster-label:first-child {
  margin-left: 0; }

.level-tag {
  font-size: 0.5rem;
  font-weight: 700;
  padding: 2px;
  display: inline-block;
  line-height: 1;
  border: #0a0a0a solid 1px;
  text-align: center; }

.roster-label.disabled {
  color: #696969;
  padding: 7px 14px; }

.roster-label.disabled:before, .roster-label.disabled:after {
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  display: block;
  right: 0; }

.roster-label.disabled:after {
  content: "Inactive";
  font-size: 9px;
  font-weight: 700;
  color: #696969;
  top: auto;
  line-height: 1;
  background: none;
  text-align: center;
  text-transform: uppercase; }

.event-roster-wrap > hr:last-child {
  display: none; }

.active-inactive-rosters:before,
.enabled_team + .disabled_team:before {
  display: block;
  width: 100%;
  content: 'Active';
  border-top: #8a8a8a solid 1px;
  margin-top: 1rem;
  margin-bottom: 1rem; }

.enabled_team + .disabled_team:before {
  content: 'Inactive'; }

.form__wrapper {
  border: 2px solid #cacaca;
  border-radius: 10px; }

.form__border {
  border: 1px solid #cacaca;
  border-radius: 5px; }

#g365_form_reveal .close-button {
  right: 1rem;
  top: 1rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer;
  width: 36px;
  border: none;
  background: transparent; }
  @media screen and (max-width: 39.99875em) {
    #g365_form_reveal .close-button {
      right: 5px; } }

#g365-reveal-modal {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
  #g365-reveal-modal h3 {
    font-size: 1.5rem;
    border: 1px solid #cacaca;
    border-radius: 5px;
    background-color: #F2F2F2;
    color: #696969; }

/* stock square styles */
/* stock stripe styles */
.wc-stripe-elements-field {
  border: 1px solid #000000;
  border-radius: 6px;
  margin: 5px 0;
  padding: 1rem;
  background-color: #fefefe;
  outline: 0;
  -webkit-box-shadow: 1px 1px 3px rgba(10, 10, 10, 0.1);
          box-shadow: 1px 1px 3px rgba(10, 10, 10, 0.1); }

#add_payment_method .woocommerce-PaymentMethod label {
  margin-left: 10px; }

#add_payment_method li {
  clear: right; }

#add_payment_method #wc-stripe_sepa-form {
  padding: 10px; }

form#order_review #payment_method_stripe {
  margin: 25px 0 25px 25px; }

form#order_review #payment_method_stripe_sepa {
  margin: 25px 0 25px 25px; }

form#order_review .payment_methods label {
  margin-left: 10px; }

form#order_review li {
  clear: right; }

form#order_review #wc-stripe_sepa-form {
  padding: 10px; }

.wc_payment_method .payment_box label {
  display: inline; }

.woocommerce-checkout #payment .payment_method_stripe,
#add_payment_method #payment .payment_method_stripe {
  position: relative; }

.woocommerce-checkout #payment .payment_method_stripe_bancontact,
#add_payment_method #payment .payment_method_stripe_bancontact {
  position: relative; }

.woocommerce-checkout #payment .payment_method_stripe_alipay,
#add_payment_method #payment .payment_method_stripe_alipay {
  position: relative; }

.woocommerce-checkout #payment .payment_method_stripe_eps,
#add_payment_method #payment .payment_method_stripe_eps {
  position: relative; }

.woocommerce-checkout #payment .payment_method_stripe_giropay,
#add_payment_method #payment .payment_method_stripe_giropay {
  position: relative; }

.woocommerce-checkout #payment .payment_method_stripe_ideal,
#add_payment_method #payment .payment_method_stripe_ideal {
  position: relative; }

.woocommerce-checkout #payment .payment_method_stripe_multibanco,
#add_payment_method #payment .payment_method_stripe_multibanco {
  position: relative; }

.woocommerce-checkout #payment .payment_method_stripe_p24,
#add_payment_method #payment .payment_method_stripe_p24 {
  position: relative; }

.woocommerce-checkout #payment .payment_method_stripe_sepa,
#add_payment_method #payment .payment_method_stripe_sepa {
  position: relative; }

.woocommerce-checkout #payment .payment_method_stripe_sofort,
#add_payment_method #payment .payment_method_stripe_sofort {
  position: relative; }

.woocommerce-checkout #payment input#payment_method_stripe,
#add_payment_method #payment input#payment_method_stripe {
  position: absolute;
  top: 6px; }

.woocommerce-checkout #payment input#payment_method_stripe_bancontact,
#add_payment_method #payment input#payment_method_stripe_bancontact {
  position: absolute;
  top: 6px; }

.woocommerce-checkout #payment input#payment_method_stripe_alipay,
#add_payment_method #payment input#payment_method_stripe_alipay {
  position: absolute;
  top: 6px; }

.woocommerce-checkout #payment input#payment_method_stripe_eps,
#add_payment_method #payment input#payment_method_stripe_eps {
  position: absolute;
  top: 6px; }

.woocommerce-checkout #payment input#payment_method_stripe_giropay,
#add_payment_method #payment input#payment_method_stripe_giropay {
  position: absolute;
  top: 6px; }

.woocommerce-checkout #payment input#payment_method_stripe_ideal,
#add_payment_method #payment input#payment_method_stripe_ideal {
  position: absolute;
  top: 6px; }

.woocommerce-checkout #payment input#payment_method_stripe_multibanco,
#add_payment_method #payment input#payment_method_stripe_multibanco {
  position: absolute;
  top: 6px; }

.woocommerce-checkout #payment input#payment_method_stripe_p24,
#add_payment_method #payment input#payment_method_stripe_p24 {
  position: absolute;
  top: 6px; }

.woocommerce-checkout #payment input#payment_method_stripe_sepa,
#add_payment_method #payment input#payment_method_stripe_sepa {
  position: absolute;
  top: 6px; }

.woocommerce-checkout #payment input#payment_method_stripe_sofort,
#add_payment_method #payment input#payment_method_stripe_sofort {
  position: absolute;
  top: 6px; }

.woocommerce-checkout #payment .payment_method_stripe label[for=payment_method_stripe] {
  display: block;
  padding-left: 32px; }

#add_payment_method #payment .payment_method_stripe label[for=payment_method_stripe] {
  display: block;
  padding-left: 20px; }

.woocommerce-checkout #payment .payment_method_stripe_bancontact label[for=payment_method_stripe_bancontact] {
  display: block;
  padding-left: 32px; }

#add_payment_method #payment .payment_method_stripe_bancontact label[for=payment_method_stripe_bancontact] {
  display: block;
  padding-left: 20px; }

.woocommerce-checkout #payment .payment_method_stripe_alipay label[for=payment_method_stripe_alipay] {
  display: block;
  padding-left: 32px; }

#add_payment_method #payment .payment_method_stripe_alipay label[for=payment_method_stripe_alipay] {
  display: block;
  padding-left: 20px; }

.woocommerce-checkout #payment .payment_method_stripe_eps label[for=payment_method_stripe_eps] {
  display: block;
  padding-left: 32px; }

#add_payment_method #payment .payment_method_stripe_eps label[for=payment_method_stripe_eps] {
  display: block;
  padding-left: 20px; }

.woocommerce-checkout #payment .payment_method_stripe_giropay label[for=payment_method_stripe_giropay] {
  display: block;
  padding-left: 32px; }

#add_payment_method #payment .payment_method_stripe_giropay label[for=payment_method_stripe_giropay] {
  display: block;
  padding-left: 20px; }

.woocommerce-checkout #payment .payment_method_stripe_ideal label[for=payment_method_stripe_ideal] {
  display: block;
  padding-left: 32px; }

#add_payment_method #payment .payment_method_stripe_ideal label[for=payment_method_stripe_ideal] {
  display: block;
  padding-left: 20px; }

.woocommerce-checkout #payment .payment_method_stripe_multibanco label[for=payment_method_stripe_multibanco] {
  display: block;
  padding-left: 32px; }

#add_payment_method #payment .payment_method_stripe_multibanco label[for=payment_method_stripe_multibanco] {
  display: block;
  padding-left: 20px; }

.woocommerce-checkout #payment .payment_method_stripe_p24 label[for=payment_method_stripe_p24] {
  display: block;
  padding-left: 32px; }

#add_payment_method #payment .payment_method_stripe_p24 label[for=payment_method_stripe_p24] {
  display: block;
  padding-left: 20px; }

.woocommerce-checkout #payment .payment_method_stripe_sepa label[for=payment_method_stripe_sepa] {
  display: block;
  padding-left: 32px; }

#add_payment_method #payment .payment_method_stripe_sepa label[for=payment_method_stripe_sepa] {
  display: block;
  padding-left: 20px; }

.woocommerce-checkout #payment .payment_method_stripe_sofort label[for=payment_method_stripe_sofort],
#add_payment_method #payment .payment_method_stripe_sofort label[for=payment_method_stripe_sofort] {
  display: block;
  padding-left: 32px; }

.woocommerce-checkout #payment ul.payment_methods li img.stripe-icon,
#add_payment_method #payment ul.payment_methods li img.stripe-icon {
  float: right;
  max-width: 40px;
  padding-left: 3px;
  margin: 0; }

.woocommerce-checkout #payment ul.payment_methods li img.stripe-bancontact-icon,
#add_payment_method #payment ul.payment_methods li img.stripe-bancontact-icon {
  max-height: 65px;
  max-width: 45px; }

.woocommerce-checkout #payment ul.payment_methods li img.stripe-ideal-icon,
#add_payment_method #payment ul.payment_methods li img.stripe-ideal-icon {
  max-height: 35px; }

.woocommerce-checkout #payment ul.payment_methods li img.stripe-p24-icon,
#add_payment_method #payment ul.payment_methods li img.stripe-p24-icon {
  max-width: 65px; }

.woocommerce-checkout #payment ul.payment_methods li img.stripe-alipay-icon,
#add_payment_method #payment ul.payment_methods li img.stripe-alipay-icon {
  max-width: 50px; }

.woocommerce-checkout #payment ul.payment_methods li img.stripe-sofort-icon,
#add_payment_method #payment ul.payment_methods li img.stripe-sofort-icon {
  max-width: 55px; }

.woocommerce-checkout #payment ul.payment_methods li img.stripe-sepa-icon,
#add_payment_method #payment ul.payment_methods li img.stripe-sepa-icon {
  max-width: 50px; }

.woocommerce-checkout #payment ul.payment_methods li img.stripe-multibanco-icon,
#add_payment_method #payment ul.payment_methods li img.stripe-multibanco-icon {
  max-height: 30px; }

.woocommerce-checkout #payment ul.payment_methods li img.stripe-eps-icon,
#add_payment_method #payment ul.payment_methods li img.stripe-eps-icon {
  max-height: 30px; }

.woocommerce-checkout #payment ul.payment_methods li img.stripe-giropay-icon,
#add_payment_method #payment ul.payment_methods li img.stripe-giropay-icon {
  max-width: 50px; }

.woocommerce-checkout #payment ul.payment_methods li .stripe-credit-card-brand,
#add_payment_method #payment ul.payment_methods li .stripe-credit-card-brand {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 10px;
  background: no-repeat url("../images/credit-card.svg");
  display: block;
  width: 30px;
  height: 24px; }

.woocommerce-checkout #payment ul.payment_methods li .stripe-visa-brand,
#add_payment_method #payment ul.payment_methods li .stripe-visa-brand {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 10px;
  background: no-repeat url("../images/visa.svg");
  display: block;
  width: 30px;
  height: 24px; }

.woocommerce-checkout #payment ul.payment_methods li .stripe-amex-brand,
#add_payment_method #payment ul.payment_methods li .stripe-amex-brand {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 10px;
  background: no-repeat url("../images/amex.svg");
  display: block;
  width: 30px;
  height: 24px; }

.woocommerce-checkout #payment ul.payment_methods li .stripe-diners-brand,
#add_payment_method #payment ul.payment_methods li .stripe-diners-brand {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 10px;
  background: no-repeat url("../images/diners.svg");
  display: block;
  width: 30px;
  height: 24px; }

.woocommerce-checkout #payment ul.payment_methods li .stripe-discover-brand,
#add_payment_method #payment ul.payment_methods li .stripe-discover-brand {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 10px;
  background: no-repeat url("../images/discover.svg");
  display: block;
  width: 30px;
  height: 24px; }

.woocommerce-checkout #payment ul.payment_methods li .stripe-jcb-brand,
#add_payment_method #payment ul.payment_methods li .stripe-jcb-brand {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 10px;
  background: no-repeat url("../images/jcb.svg");
  display: block;
  width: 30px;
  height: 24px; }

.woocommerce-checkout #payment ul.payment_methods li .stripe-maestro-brand,
#add_payment_method #payment ul.payment_methods li .stripe-maestro-brand {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 10px;
  background: no-repeat url("../images/maestro.svg");
  display: block;
  width: 30px;
  height: 24px; }

.woocommerce-checkout #payment ul.payment_methods li .stripe-mastercard-brand,
#add_payment_method #payment ul.payment_methods li .stripe-mastercard-brand {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 10px;
  background: no-repeat url("../images/mastercard.svg");
  display: block;
  width: 30px;
  height: 24px; }

.woocommerce-checkout #payment ul.payment_methods .stripe-card-group,
#add_payment_method #payment ul.payment_methods .stripe-card-group {
  position: relative; }

/* end stripe stock styles */
#content table.cart td.actions .coupon label,
.woocommerce table.cart td.actions .coupon label,
.woocommerce-page #content table.cart td.actions .coupon label,
.woocommerce-page table.cart td.actions .coupon label,
.woocommerce-page.single-product .product_meta .posted_in {
  display: none; }

.woocommerce .vertical.menu a {
  border-radius: 5px;
  -webkit-transition: background .2s;
  transition: background .2s; }

.woocommerce .vertical.menu a:hover {
  color: #0a0a0a;
  background: rgba(0, 0, 0, 0.3); }

.woocommerce table.shop_table td {
  border-top: 1px solid rgba(10, 10, 10, 0.1);
  padding: 6px 12px;
  vertical-align: middle; }

@media screen and (max-width: 39.99875em) {
  .woocommerce table.shop_table.woocommerce-cart-form__contents td {
    padding: 10px 2px; } }

@media screen and (max-width: 39.99875em) {
  .product-thumbnail {
    display: none; } }

.woocommerce .cart_item {
  font-size: 1.3rem; }
  @media screen and (max-width: 39.99875em) {
    .woocommerce .cart_item {
      font-size: 1rem; } }

.woocommerce a.remove {
  display: block;
  font-size: 1.5rem;
  height: 1.5rem;
  width: 1.5rem;
  text-align: center;
  line-height: 1;
  border-radius: 50%;
  color: #ec5840;
  text-decoration: none;
  font-weight: 700; }

.woocommerce a.remove:hover {
  color: #fff;
  background: #ec5840; }

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 32px;
  -webkit-box-shadow: none;
          box-shadow: none; }

.woocommerce .product-quantity .qty {
  width: 3rem;
  text-align: center; }

.woocommerce .price {
  font-size: 2rem;
  color: #000000;
  line-height: 1; }

.price .subscription-details {
  font-size: 1rem;
  color: #fefefe; }

.woocommerce .closed {
  background: #ec5840;
  color: #fefefe; }

.woocommerce-product-gallery__wrapper {
  max-width: 260px; }

.woocommerce form .form-row .required {
  color: red;
  font-weight: 700;
  border: 0; }

.woocommerce .variations_form .variations td {
  padding-left: 0;
  padding-right: 0; }

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #ebffee;
  border-radius: 5px;
  border: 1px solid #000000; }

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  text-align: left;
  padding: 1em;
  border-bottom: 1px solid #000000;
  margin: 0;
  list-style: none outside; }

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1.1em 0 0.2em;
  font-size: .92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #c2ffcc;
  border: #000000 solid 1px;
  color: #0a0a0a; }

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  content: '';
  display: block;
  border: 0.9em solid #000000;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -.75em;
  left: 0;
  margin: -1em 0 0 2em; }

.woocommerce .wc-saved-payment-methods {
  list-style: none; }

.woocommerce-checkout-payment .woocommerce-SavedPaymentMethods-saveNew {
  margin-bottom: 0; }

.related.products .woocommerce-loop-product__title,
.upsells.products .woocommerce-loop-product__title {
  font-size: 2rem; }

.related.products .woocommerce-loop-product__link,
.upsells.products .woocommerce-loop-product__link {
  text-decoration: none;
  margin-bottom: 1rem; }

.related.products .woocommerce-loop-product__link:hover,
.upsells.products .woocommerce-loop-product__link:hover {
  text-decoration: none; }

.upsells .price {
  display: block;
  margin-bottom: 0.5rem; }

.woocommerce-checkout #payment ul.payment_methods li img.stripe-icon,
#add_payment_method #payment ul.payment_methods li img.stripe-icon {
  max-width: 40px;
  padding-left: 3px; }

.woocommerce table.shop_table {
  border: 1px solid rgba(10, 10, 10, 0.1);
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 5px; }

.woocommerce ul.order_details {
  margin: 0 0 5em;
  list-style: none; }

.woocommerce ul.order_details::after, .woocommerce ul.order_details::before {
  content: ' ';
  display: table; }

.woocommerce ul.order_details li {
  float: left;
  margin-right: 2em;
  text-transform: uppercase;
  font-size: .715em;
  line-height: 1;
  border-right: 1px dashed #d3ced2;
  padding-right: 2em;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none; }

.woocommerce ul.order_details li strong {
  display: block;
  font-size: 1.4em;
  text-transform: none;
  line-height: 1.5; }

.woocommerce .woocommerce-customer-details address {
  font-style: normal;
  margin-bottom: 0;
  border: 1px solid rgba(10, 10, 10, 0.1);
  border-bottom-width: 2px;
  border-right-width: 2px;
  text-align: left;
  width: 100%;
  border-radius: 5px;
  padding: 6px 12px; }

.woocommerce-form-login .form-row {
  float: left;
  padding: 10px 20px 0;
  width: 100%; }

.woocommerce-form-login .form-row-first,
.woocommerce-form-login .form-row-last {
  width: 50%; }

.woocommerce-form-login p,
.woocommerce-form-login .button,
.woocommerce-form-login [type='text'] {
  margin-bottom: 0; }

#customer_login .woocommerce-form-login label {
  margin: 5px 0; }

.woocommerce-form-login {
  height: 21rem; }
  @media screen and (max-width: 39.99875em) {
    .woocommerce-form-login {
      height: 23rem; } }

.woocommerce-LostPassword {
  margin-left: 20px; }
  .woocommerce-LostPassword a {
    position: relative;
    top: 1.5rem; }

.cart-empty.woocommerce-info {
  border-top-color: #ffae00; }

@media screen and (max-width: 39.99875em) {
  #reg_role_player {
    margin-top: 1rem; }
  label[for=reg_role_player],
  label[for=reg_role_coach] {
    display: inline; }
    label[for=reg_role_player]:after,
    label[for=reg_role_coach]:after {
      content: "\a";
      white-space: pre; } }

.woocommerce-form-login button,
.woocommerce-form-register button {
  color: white;
  background-color: #fefefe;
  border: none; }
  @media screen and (max-width: 39.99875em) {
    .woocommerce-form-login button,
    .woocommerce-form-register button {
      width: 100%; } }

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: 1px solid #cacaca;
  padding: 20px;
  margin: 0 0 2em;
  text-align: left;
  border-radius: 5px; }

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  padding: 1rem 2rem 1rem 3.5rem;
  margin: 0 0 2em;
  position: relative;
  background-color: #e6e6e6;
  border-top: 3px solid #fefefe;
  list-style: none outside;
  width: auto;
  word-wrap: break-word; }

.woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
  position: absolute;
  top: 1rem;
  left: 1.25rem;
  font-size: 1.5rem;
  color: #fefefe;
  font-family: "foundation-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit; }

.woocommerce-error:before {
  content: "\f1b3";
  color: #ec5840; }

.woocommerce-info:before {
  content: "\f1fe"; }

.woocommerce-message:before {
  content: "\f101";
  color: #ffae00; }

.woocommerce-info {
  border-top-color: #000000; }

.woocommerce-error {
  border-top-color: #ec5840; }

.woocommerce-form-login label > [type='checkbox'] {
  margin: 0 0.5rem 0 1rem; }
  @media screen and (max-width: 39.99875em) {
    .woocommerce-form-login label > [type='checkbox'] {
      margin: 1rem 0 0 0; } }

.woocommerce-additional-fields > h3,
.woocommerce-variation.single_variation > div {
  display: none; }

.clear {
  clear: both; }

#woocommerce-checkout-form #account_password {
  margin-bottom: 0; }

.woocommerce-terms-and-conditions {
  border: 1px solid rgba(10, 10, 10, 0.2);
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  background: rgba(10, 10, 10, 0.05); }

.woocommerce-invalid #terms {
  outline: 2px solid #ec5840;
  outline-offset: 2px; }

.form-row.woocommerce-invalid label {
  border: #ec5840 solid 1px;
  border-bottom: none;
  padding: 0 8px;
  color: #ec5840; }

.form-row.woocommerce-invalid input,
.form-row.woocommerce-invalid textarea,
.form-row.woocommerce-invalid select,
.form-row.woocommerce-invalid radio,
.form-row.woocommerce-invalid .select2-container--default .select2-selection--single {
  border-color: #ec5840;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.woocommerce-password-strength {
  text-align: center;
  font-weight: 600;
  padding: 3px .5em;
  font-size: 1em; }

.woocommerce-password-strength.strong {
  background-color: #3adb76;
  border-color: #3adb76; }

.woocommerce-password-strength.short {
  background-color: #ffae00;
  border-color: #ffae00; }

.woocommerce-password-strength.bad {
  background-color: #ec5840;
  border-color: #ec5840; }

.woocommerce-password-strength.good {
  background-color: #3adb76;
  border-color: #3adb76; }

.woocommerce-password-hint {
  margin: .5em 0 0;
  display: block; }

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  font-weight: 700;
  border-top: 1px solid rgba(10, 10, 10, 0.1); }

.woocommerce-grouped-product-list-item__quantity {
  max-width: 1.5rem; }

.woocommerce-grouped-product-list-item__quantity .input-group-field {
  padding: 0.25rem;
  height: 2rem; }

.woocommerce-grouped-product-list-item td:last-child {
  text-align: right; }

.single_add_to_cart_button.button.expanded {
  margin-bottom: 0; }
  @media screen and (max-width: 39.99875em) {
    .single_add_to_cart_button.button.expanded {
      margin-top: 1rem; } }

.woocommerce-form-register button {
  margin-bottom: 0; }

.woocommerce-button.button.view {
  color: #fefefe;
  background-color: transparent;
  border: 1px solid #fefefe;
  margin: 0; }
  .woocommerce-button.button.view:hover {
    background-color: #fefefe;
    color: #fefefe; }

.button.delete {
  color: #ec5840;
  background-color: transparent;
  border: 1px solid #ec5840;
  margin: 0; }
  .button.delete:hover {
    background-color: #ec5840;
    color: #fefefe; }

.woo-registration__wrapper {
  width: 50%; }
  @media screen and (max-width: 39.99875em) {
    .woo-registration__wrapper {
      width: 100%; } }

.woo-registration__input {
  display: inline-block;
  width: 30%; }
  .woo-registration__input.inputLong {
    width: 100%; }
  .woo-registration__input--middle {
    margin: 0 5%; }

.new-price {
  display: inline; }
  @media screen and (max-width: 39.99875em) {
    .new-price {
      display: block; } }

.manage-roster__team-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

a.woocommerce-Button.button {
  padding: 6px 12px;
  float: right; }

@media screen and (max-width: 39.99875em) {
  .entry-title {
    letter-spacing: 1px;
    font-size: 3rem; }
  .accordion-title .entry-title,
  .accordion-title .entry-title.subtle {
    letter-spacing: 0;
    margin-right: 140px;
    font-size: 2rem; }
  .accordion-title .entry-title .title_insert {
    display: block; } }

.accordion-title .entry-title .title_insert {
  line-height: 1;
  letter-spacing: 0;
  font-size: 50%; }

.careers .accordion-title:before {
  content: '+ View Details';
  background: #fefefe;
  padding: 1rem;
  color: #fefefe;
  border: #fefefe solid 1px;
  font-weight: 700;
  font-size: 14px;
  top: 32%; }

.careers .is-active .accordion-title:before {
  content: '- Hide Details';
  color: #fefefe;
  background: #fefefe;
  border-color: #fefefe; }

.gset .accordion,
.gset .accordion table tbody,
.gset .accordion table tbody tr {
  color: #fefefe; }

table tbody tr.verified-player td,
.gset table tbody tr.verified-player td {
  background: rgba(58, 219, 118, 0.08); }

table tbody tr.unverified-player td,
.gset table tbody tr.unverified-player td {
  background: rgba(236, 88, 64, 0.08); }

.gset .accordion a {
  color: #fefefe;
  font-weight: 700; }

.gset .accordion a:hover {
  color: #000000; }

.gset .accordion a.accordion-title:hover {
  color: #3a3a3a; }

.title-logos.has-tip {
  border-bottom: none;
  cursor: pointer; }

.tooltip {
  border: #000000 solid 1px;
  border-bottom-width: 3px;
  -webkit-box-shadow: inset 4px 4px 0px rgba(0, 255, 42, 0.1), 2px 2px 4px rgba(10, 10, 10, 0.1);
          box-shadow: inset 4px 4px 0px rgba(0, 255, 42, 0.1), 2px 2px 4px rgba(10, 10, 10, 0.1);
  font-weight: 700;
  line-height: 1.1;
  max-width: 14rem; }

.tooltip.top::before {
  border-color: #000000 transparent transparent; }

.tooltip.right::before {
  border-color: transparent #000000 transparent transparent; }

.tooltip.bottom::before {
  border-color: transparent transparent #000000; }

.tooltip.left::before {
  border-color: transparent transparent transparent #000000; }

.callout.white {
  background: #fefefe; }

.callout.primary {
  color: #000000; }

.callout.gray {
  background-color: #e6e6e6;
  color: #000000; }

.callout.primary h1,
.callout.primary h2,
.callout.primary h3,
.callout.primary h4,
.callout.primary h5,
.callout.primary h6,
.callout.primary a {
  color: #fefefe; }

.callout.primary-title h1,
.callout.primary-title h2,
.callout.primary-title h3,
.callout.primary-title h4,
.callout.primary-title h5,
.callout.primary-title h6,
.callout.primary-title a {
  color: #fefefe; }

.callout.secondary-title h1,
.callout.secondary-title h2,
.callout.secondary-title h3,
.callout.secondary-title h4,
.callout.secondary-title h5,
.callout.secondary-title h6,
.callout.secondary-title a {
  color: #000000; }

.rollover-expand {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  max-width: 50%;
  padding: 0;
  background: #fefefe;
  -webkit-box-shadow: 0 0 0 rgba(10, 10, 10, 0);
          box-shadow: 0 0 0 rgba(10, 10, 10, 0); }

.rollover-expand:hover {
  position: absolute;
  z-index: 10;
  max-width: 100%;
  padding: 20px;
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.3);
          box-shadow: 0 0 10px rgba(10, 10, 10, 0.3); }

.light, .lighter {
  background-color: #fefefe; }

.light.trans {
  background-color: rgba(254, 254, 254, 0.75); }

.lighter.trans {
  background-color: rgba(254, 254, 254, 0.9); }

.dark, .darker,
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6,
.darker h1, .darker h2, .darker h3, .darker h4, .darker h5, .darker h6 {
  color: #fefefe; }

.dark a, .darker a {
  color: #000000; }

.dark a:hover, .darker a:hover {
  color: #fefefe; }

.dark {
  background-color: #8a8a8a; }

.dark.trans {
  background-color: rgba(10, 10, 10, 0.75); }

.darker {
  background-color: #3a3a3a; }

.darker.trans {
  background-color: rgba(10, 10, 10, 0.9); }

.section-bg {
  background: rgba(127, 127, 127, 0.6);
  padding: 2rem 0; }

.bg_white {
  background: #fefefe; }

.width-hd {
  max-width: 120rem;
  margin: 0 auto; }

.hero-img {
  display: none; }

.hero-img {
  background: #0a0a0a;
  border-bottom: #fefefe solid 1px;
  -webkit-box-shadow: 0 4px 10px rgba(10, 10, 10, 0.2);
          box-shadow: 0 4px 10px rgba(10, 10, 10, 0.2);
  text-align: center;
  height: 200px;
  height: 40vw;
  overflow: hidden; }

.hero-img img {
  position: relative;
  height: 100%;
  width: auto;
  max-width: none; }

.hero-img .hero-video-wrapper {
  height: 200px;
  height: 40vw;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  background: #0a0a0a; }

.hero-img .hero-video {
  position: fixed;
  height: 400px;
  height: 60vw;
  width: 100vw;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.hero-video-shield {
  position: absolute;
  top: 200px;
  top: 40vw;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 1; }

.hero-video-shield:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 254, 254, 0)), color-stop(75%, rgba(254, 254, 254, 0.3)), to(#fefefe));
  background: linear-gradient(to bottom, rgba(254, 254, 254, 0) 0%, rgba(254, 254, 254, 0.3) 75%, #fefefe 100%);
  bottom: 100%;
  content: "";
  display: block;
  height: 400px;
  height: 60vw;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1; }

.hero-video-shield + * {
  position: relative;
  z-index: 2; }

.hero-video-shield + * + * {
  position: relative;
  z-index: 3; }

#content {
  position: relative;
  margin-top: 2rem; }

.site-main {
  background: #fefefe; }

.nav-spacer {
  height: 62px; }

.mega-top .nav-spacer,
.side-slide-top .nav-spacer {
  height: 64px; }

.nav-non-front-spacer {
  height: 78px; }

.mega-top .nav-non-front-spacer,
.side-slide-top .nav-non-front-spacer {
  height: 78px; }

@media screen and (min-width: 40em) {
  .admin-bar #masthead {
    top: 32px; }
  .menu .split-button + .split-button {
    width: 10%; }
  .reg-header .nav-spacer {
    height: 111px; }
  .min-header .nav-spacer {
    height: 62px; }
  .reg-header .nav-non-front-spacer {
    height: 111px; }
  .min-header .nav-non-front-spacer {
    height: 62px; }
  .hero-img {
    height: 600px;
    height: 40vw;
    max-height: 600px; }
  .hero-img .hero-video-wrapper {
    height: 600px;
    height: 50vw; }
  .hero-img .hero-video {
    height: 900px;
    height: 60vw; }
  .hero-video-shield {
    top: 600px;
    top: 50vw; }
  table.unstriped tbody tr {
    border-bottom: none; }
  .input-group.max-button {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
  .max-button .input-group-field {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 4rem;
        -ms-flex: 0 0 4rem;
            flex: 0 0 4rem; }
  .max-button .input-group-button {
    width: auto;
    white-space: nowrap; }
  .max-button .input-group-button .button {
    padding: 0; }
  .max-button.input-group > :last-child > .button {
    border-top: #000000 solid 1px;
    border-left: none; }
  .text-nowrap-medium {
    white-space: nowrap; }
  .table-champ-col {
    width: 56px;
    overflow: hidden;
    display: block; }
  #main-nav .dropdown-drawer .first-sub.grid-x.is-dropdown-submenu {
    display: none; }
  #main-nav .revealed-column .menu-column-img {
    max-width: none; } }

.entry-title {
  font-size: 4rem;
  font-weight: 700;
  margin: 2rem 0;
  letter-spacing: 1px;
  text-transform: uppercase; }

h1.entry-title {
  margin-top: 1rem; }

.profiles-page .entry-title {
  font-size: 3rem; }

.profiles-page .accordion-title {
  font-size: 2rem;
  font-weight: 700; }

.entry-header h1.entry-title {
  text-align: center; }

.entry-title.subtle {
  font-size: 2.5rem;
  margin: 0; }
  @media screen and (max-width: 39.99875em) {
    .entry-title.subtle {
      font-size: 1.8rem; } }

.small-title,
.small-title.entry-title {
  font-size: 2rem; }

.entry-title-sub {
  margin-top: -2rem; }

.entry-title-sub-tight {
  margin-top: -2rem;
  line-height: 1.2; }

.gset .entry-title {
  font-weight: 600;
  font-size: 1.5rem;
  margin: 0; }

#profile-stats-avg {
  padding: 0 2rem 2rem 2rem; }

#season-stats-group #profile-stats-avg {
  padding: 0; }

.video-thumb:hover {
  cursor: pointer; }

.profile-feature .link {
  display: block;
  padding: 6px 0;
  line-height: 20px; }

.spotlight__events--text {
  font-weight: 700; }
  .spotlight__events--text > small {
    font-weight: 500; }

.spotlight__events--image {
  height: 250px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  @media screen and (max-width: 63.99875em) {
    .spotlight__events--image {
      height: 200px; } }
  @media screen and (max-width: 39.99875em) {
    .spotlight__events--image {
      height: 150px; } }
  .spotlight__events--image:hover {
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03); }

.spotlight__card {
  height: 98%; }
  .spotlight__card--heading {
    display: block;
    padding: 12px 0 12px 0;
    background-color: #fefefe;
    border-radius: 5px;
    color: white;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .spotlight__card--heading:hover {
      border-color: #000000;
      color: #fefefe;
      background-color: #000000; }

.spotlight #statleader-form .spotlight__card--heading:hover {
  -webkit-box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2); }

.woocomm-wrap a,
.profile a {
  text-decoration: underline; }

.woocommerce a.button {
  text-decoration: none; }

.profile a:hover {
  color: #4474ca; }

.profile .profile-image {
  max-width: 100%;
  width: 100%;
  height: 315px; }

.profile .tiny-badge {
  max-width: 120px;
  width: 70%; }

.profile #verification-badge {
  margin-top: -16px; }
  @media screen and (max-width: 39.99875em) {
    .profile #verification-badge {
      margin-top: 0; } }

.verification-processing--mobile {
  margin-top: -6rem !important; }

.profile .profile-divider {
  border-bottom: #000000 solid 2px; }

.profile .profile-name {
  font-size: 2.5rem;
  text-align: left;
  font-family: "Titillium Web", "News Cycle", "Montserrat", Helvetica, sans-serif;
  font-weight: 900;
  letter-spacing: 2px;
  color: #000000;
  text-transform: uppercase; }
  @media screen and (max-width: 39.99875em) {
    .profile .profile-name {
      font-size: 2.2rem; } }

.club-name-mobile.profile-name {
  letter-spacing: 0; }

.profile .profile-name.small-profile {
  font-size: 2rem; }

.profile .profile-name small {
  letter-spacing: 0;
  font-size: 60%;
  white-space: nowrap; }

@media screen and (max-width: 39.99875em) {
  .profile .profile-name.club-name-mobile small {
    display: block;
    white-space: normal;
    line-height: 1;
    margin-top: 1rem; } }

.profile .verified-tag {
  letter-spacing: 0px;
  padding: 10px;
  color: #fefefe;
  font-weight: 700;
  font-family: "News Cycle", "Montserrat", Helvetica, sans-serif;
  font-size: 2rem;
  line-height: 1;
  position: relative;
  z-index: 1; }

.profile .verified-tag:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 3px;
  background: #000000;
  -webkit-transform: skewX(-6deg);
  -ms-transform: skewX(-6deg);
  transform: skewX(-6deg);
  z-index: -1;
  border: #fefefe solid 3px;
  background: linear-gradient(30deg, #000000, #000000 20%, #ccffd4 30%, #000000 40%, #ccffd4 60%, #000000); }

.profile .verified-tag.verified-grade {
  color: #fefefe; }

.profile .verified-tag.verified-grade:after {
  background: linear-gradient(30deg, #fefefe, #fefefe 20%, #315caa 30%, #fefefe 40%, #315caa 60%, #fefefe); }

.profile .verified-tag span {
  line-height: 0.8;
  display: block;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 400; }

.verified-tag .cute-title {
  line-height: 1;
  display: block;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.5rem; }
  @media screen and (max-width: 39.99875em) {
    .verified-tag .cute-title {
      font-size: .7rem; } }

.profile .verification-title {
  letter-spacing: 1px;
  font-weight: 700; }
  @media screen and (max-width: 39.99875em) {
    .profile .verification-title {
      letter-spacing: 1px; } }
  .profile .verification-title i {
    padding: 2px 5px;
    margin-right: 5px;
    border-radius: 50%;
    background: #000000; }

.verified-tag sup {
  top: -1em;
  font-weight: 400;
  font-size: 0.4em; }

.verified-age {
  position: relative; }
  .verified-age:hover {
    cursor: help; }
  .verified-age:hover .verified-age__tooltip {
    visibility: visible;
    width: 25rem;
    height: auto;
    background-color: #F2F2F2;
    color: #3a3a3a;
    z-index: 100;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25); }
    @media screen and (max-width: 39.99875em) {
      .verified-age:hover .verified-age__tooltip {
        width: 70vw; } }

.verified-grade {
  position: relative; }
  .verified-grade:hover {
    cursor: help; }
  .verified-grade:hover .verified-grade__tooltip {
    visibility: visible;
    width: 25rem;
    height: auto;
    background-color: #F2F2F2;
    color: #3a3a3a;
    z-index: 100;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25); }
    @media screen and (max-width: 39.99875em) {
      .verified-grade:hover .verified-grade__tooltip {
        width: 70vw; } }

.event__tooltip--wrapper {
  position: relative;
  visibility: hidden; }
  .event__tooltip--wrapper--exit {
    color: black;
    font-size: 1rem; }

.fi-x.event__tooltip--exit {
  width: 80%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .fi-x.event__tooltip--exit:hover {
    cursor: pointer; }

#eventTooltip {
  position: absolute;
  left: 50%;
  top: -27vh;
  font-weight: 500;
  font-size: 1rem;
  text-align: left;
  border-radius: 5px;
  width: 25rem;
  height: auto;
  background-color: #F2F2F2;
  color: #3a3a3a;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  @media screen and (max-width: 39.99875em) {
    #eventTooltip {
      width: 21rem;
      -webkit-box-shadow: 0 0px 6px 1px rgba(0, 0, 0, 0.25);
              box-shadow: 0 0px 6px 1px rgba(0, 0, 0, 0.25); } }

#countdown {
  display: none; }

#countdown-number {
  display: none; }

.verified-age__tooltip,
.verified-grade__tooltip {
  visibility: hidden;
  position: absolute;
  right: -20px;
  top: 3rem;
  font-weight: 500;
  font-size: 1rem;
  text-align: left;
  border-radius: 5px; }
  @media screen and (max-width: 39.99875em) {
    .verified-age__tooltip,
    .verified-grade__tooltip {
      top: 2.2rem;
      left: -1rem;
      font-size: .9rem; } }

.verified-age__tooltip p:nth-of-type(odd) {
  margin-bottom: 0; }

.help-tip {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  font-size: 12px;
  line-height: 16px;
  cursor: help; }

.help-tip:before {
  content: '?';
  font-weight: 700;
  color: #8a8a8a; }

.profile .info {
  margin-bottom: 10px; }

.profile .info span {
  font-size: 16px;
  font-weight: 500;
  color: #0a0a0a;
  letter-spacing: -1px;
  padding-right: 4px;
  float: right;
  width: 50%; }

.profile iframe,
.profile .profile-image-bg,
.gset {
  -webkit-box-shadow: 4px 2px 2px rgba(10, 10, 10, 0.2);
          box-shadow: 4px 2px 2px rgba(10, 10, 10, 0.2); }

.gset h1,
.gset h2,
.gset h3,
.gset h4,
.gset h5,
.gset h6,
.gset table tbody,
.gset table tbody tr {
  background: none;
  color: #fefefe; }

.gset.options-wrapper {
  border-top: none; }

.gset-wrap-tabs.tabs-content,
.gset .tabs-content {
  background: none;
  border: none; }

.gset .tabs-panel {
  padding: 0; }

.grid-x.no-padding .gset {
  border-left: none;
  border-right: none;
  border-top-width: 3px;
  border-bottom-width: 3px;
  -webkit-box-shadow: none;
          box-shadow: none; }

.grid-x.no-padding .gset + .gset {
  border-top: none; }

.gset .tabs-title > a {
  font-size: 1.1rem; }

.gset .tabs-title > a:focus,
.gset .tabs-title > a[aria-selected='true'],
.gset .tabs-title > a[aria-selected='true']:hover {
  background: #000000;
  color: #fefefe;
  text-decoration: none; }

.gset .tabs-title > a:hover {
  background: none;
  color: #000000; }

.gset .options-menu .tabs-title > a {
  font-size: 2rem;
  font-weight: 400;
  font-family: "News Cycle", "Montserrat", Helvetica, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fefefe;
  background: #fefefe;
  border-right: #fefefe solid 1px; }

.gset .options-menu .tabs-title:last-child > a {
  border-right: none; }

.gset .options-menu .tabs-title > a:focus,
.gset .options-menu .tabs-title > a[aria-selected='true'] {
  background: none;
  color: #fefefe; }

.gset .options-menu .tabs-title > a:hover,
.gset .options-menu .tabs-title > a[aria-selected='true']:hover {
  text-decoration: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 254, 254, 0.2)), to(rgba(254, 254, 254, 0)));
  background: linear-gradient(rgba(254, 254, 254, 0.2), rgba(254, 254, 254, 0));
  color: #fefefe; }

.gset .options-menu .tabs-title > a:hover {
  color: #000000;
  text-decoration: underline; }

.profile .tabs-title > a {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: 500; }

.profile-data th {
  text-align: left;
  padding-top: 0; }

.profile-data td {
  padding-top: 0; }

@media screen and (min-width: 64em) {
  .profile-data th,
  .profile-data td {
    padding: 0.5rem 0.625rem 0.625rem; } }

.profile-data tbody {
  border: none; }

table.stats.glue-top {
  margin-top: -2px; }

table.stats td {
  border-right: #000000 solid 1px; }

table.stats td:last-child {
  border-right: none; }

.badge-name {
  font-size: 12px;
  margin-top: 1rem; }

.gset .badge-count:before,
.gset .badge-count:after {
  border-color: #fff; }

.gset .tabs {
  border: none; }

.gset .tabs-hollow .tabs {
  border-bottom: #fefefe solid 1px;
  padding: 0 2rem;
  margin-bottom: 2rem; }

.gset .tabs-hollow .tabs-title {
  border: #fefefe solid 1px;
  vertical-align: bottom;
  margin: 0 2px -1px 0;
  padding: 0;
  display: inline-block;
  cursor: pointer;
  color: #fefefe; }

.gset .tabs-hollow .tabs-title.is-active {
  border-bottom: #fefefe solid 1px;
  font-weight: 700;
  color: #000000; }

.gset .tabs-hollow .tabs-title > a:focus,
.gset .tabs-hollow .tabs-title > a[aria-selected='true'],
.gset .tabs-hollow .tabs-title > a[aria-selected='true']:hover {
  background: none;
  color: #000000; }

.gset table {
  border-bottom: none; }

.gset table tbody {
  background: none;
  border: none; }

.gset table thead tr {
  background: #000000;
  color: #fefefe; }

.gset .division-title {
  background: #000000 !important; }

.gset .division-title h3 {
  color: #fefefe; }

.gset .sub-head {
  color: #000000; }

.gset table.unstriped tbody,
.gset table.unstriped tbody tr {
  background: none; }

.gset table tbody tr:nth-child(even) {
  background: rgba(254, 254, 254, 0.2); }

.gset table.unstriped tbody tr:nth-child(even) {
  background: none; }

.team-profile .profile-image-bg {
  background: url(/wp-content/uploads/team-logos/team-logo_OGP-Shield.jpg) no-repeat center center;
  background-size: cover; }

.table-data.small h2, .table-data.small h3 {
  font-size: 1rem;
  padding: 0.5rem;
  margin-bottom: 0;
  background: none;
  color: #000000;
  font-weight: 700;
  text-align: left; }

.table-data.small table tbody td {
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 1.2; }

.team-tables td {
  text-align: center; }

.team-tables .team-logo {
  max-width: 100px;
  display: block;
  margin: 0 auto; }

.team-tables-home .team-logo,
.table-data .event-logo {
  max-width: 100px;
  padding: 0 10px; }
  @media screen and (max-width: 39.99875em) {
    .team-tables-home .team-logo,
    .table-data .event-logo {
      max-width: 75px;
      padding: 0; } }

.variation_table td,
.variation_table th {
  text-align: center;
  line-height: 1;
  padding: 0.75rem; }

.variation_table td:first-child {
  text-align: left; }

.variation_table td:nth-child(2) {
  background: rgba(0, 255, 42, 0.1); }

.variation_table td:nth-child(3) {
  background: rgba(0, 255, 42, 0.2); }

.variation_table td:nth-child(4) {
  background: rgba(0, 255, 42, 0.1); }

.variation_table .option_titles th,
.variation_table .option_titles td {
  background: #000000;
  color: #fefefe;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-weight: 700; }

.variation_table .price_row {
  background: #fefefe;
  color: #000000;
  font-weight: 700; }

.variation_table .price_row td {
  background: none; }

.variation_table small {
  display: block; }

.gset .productinfo-show-discounts {
  margin: 5px 0 0;
  padding: 0 1rem; }

.ranking ol {
  margin: 0;
  width: 20%;
  position: absolute;
  list-style-position: inside; }

.ranking ol li {
  width: 100%;
  height: 50px;
  margin: 0 0 10px;
  background: #00B7FF;
  color: #fefefe;
  text-align: center;
  line-height: 48px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  position: relative; }

.ranking ol li:after {
  content: "";
  display: block;
  height: 50px;
  background: #fefefe;
  width: 6px;
  border-radius: 3px;
  position: absolute;
  top: 0;
  right: -3px; }

.ranking table td img {
  max-width: 40px;
  margin-right: 10px; }

.ranking table,
.count-data table,
.ranking-grid {
  counter-reset: rowNumber; }

.ranking tbody.ranking-count > tr,
.count-data tbody tr,
.ranking-grid .cell {
  counter-increment: rowNumber; }

.ranking tbody.ranking-count > tr > td:first-child {
  text-align: center; }

.centering {
  text-align: center; }

#teamRankingHeader {
  text-transform: uppercase; }

@media screen and (max-width: 39.99875em) {
  .ranking-grid.grid-margin-x > .cell {
    margin-bottom: 0;
    width: 75%;
    position: relative;
    left: 4%; }
    .ranking-grid.grid-margin-x > .cell:before {
      position: absolute;
      top: 31%;
      left: -17%; }
    .ranking-grid.grid-margin-x > .cell a {
      width: 100%;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around; }
      .ranking-grid.grid-margin-x > .cell a img {
        max-width: 50%; }
  .ranking__content {
    width: 99vw;
    margin-left: -3.5rem; }
  .ranking__container {
    padding: 0; } }

tbody.ranking-count > tr > td:first-child button:before,
.count-data tbody td:first-child:before {
  content: counter(rowNumber);
  min-width: 14px;
  color: #fefefe;
  display: inline-block; }

.count-data tbody td:first-child:before {
  color: #3a3a3a;
  padding: 0px 8px;
  margin-right: 5px;
  border-radius: 50%;
  font-weight: 700; }

.count-data tbody tr:first-of-type td:first-child:before {
  background-image: linear-gradient(315deg, #fbb034 0%, #ffdd00 74%); }

.count-data tbody tr:nth-of-type(2) td:first-child:before {
  background-image: linear-gradient(315deg, #b8c6db 0%, #f5f7fa 74%); }

.count-data tbody tr:nth-of-type(3) td:first-child:before {
  background-image: linear-gradient(315deg, #772f1a 0%, #f2a65a 74%); }

.ranking-grid .cell:before {
  content: counter(rowNumber);
  position: inherit;
  top: 0;
  left: 0;
  background: #fefefe;
  padding: 0px 8px;
  color: #000000;
  border-radius: 50%;
  font-weight: 700; }

.table-data table thead {
  background: #cacaca; }

.table-data table thead,
.table-data table tbody {
  border: none; }

.table-data h2, .table-data h3 {
  padding: 1rem;
  background: #e6e6e6;
  color: #3a3a3a;
  font-size: 1.5rem;
  text-align: center;
  font-family: 'Montserrat', 'New Cycle', 'Open Sans';
  text-transform: uppercase; }

.team-tables-home.table-data table {
  border-collapse: separate;
  border-spacing: 10px 20px;
  background-color: #e6e6e6; }
  @media screen and (max-width: 39.99875em) {
    .team-tables-home.table-data table {
      border-spacing: 0px 20px; } }

.team-tables-home.table-data h3 {
  padding: 1rem;
  background: #fefefe;
  color: #fefefe;
  font-size: 1.5rem;
  text-align: center;
  font-family: 'Montserrat', 'New Cycle', 'Open Sans';
  text-transform: uppercase;
  margin-bottom: 0; }
  @media screen and (max-width: 39.99875em) {
    .team-tables-home.table-data h3 {
      font-size: 1rem; } }

.table-data .gset h2,
.table-data .gset h3 {
  background: none; }

.table-data .rollUp {
  overflow: hidden;
  max-height: 130px;
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
  position: relative; }

.table-data .rollUp.rollDown {
  max-height: 10000px;
  overflow-x: auto; }

.table-data .rollUp:after {
  position: absolute;
  bottom: 0;
  width: 100%;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 254, 254, 0)), to(#fefefe));
  background: linear-gradient(rgba(254, 254, 254, 0), #fefefe);
  height: 88px; }

.button-title {
  vertical-align: top;
  line-height: 1.5; }

.ranking .table-extra {
  position: absolute;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 300px;
  overflow: auto;
  -webkit-box-shadow: 0 0 6px #000000;
          box-shadow: 0 0 6px #000000; }

.table-extra .badge {
  font-size: 0.7rem;
  margin-right: 4px; }

.table-extra table tbody td {
  padding: 0; }

.division-title {
  background: #f8f8f8;
  color: #3a3a3a;
  border: 1px solid #f1f1f1;
  text-transform: uppercase; }

.division-title h3 {
  color: #3a3a3a;
  background: none;
  padding: 6px;
  margin-bottom: 0;
  font-family: 'Montserrat'; }
  @media screen and (max-width: 39.99875em) {
    .division-title h3 {
      background: #f8f8f8;
      color: #3a3a3a; } }

@media screen and (max-width: 63.99875em) {
  .division-title h3 {
    background: none;
    padding: 6px;
    margin-bottom: 0;
    margin-left: 1rem;
    font-size: 1.3rem; } }

.ui-sortable-helper td {
  min-width: 240px;
  width: 50%; }

.ui-sortable-helper td.ty {
  min-width: 32px;
  width: 4%; }

.ui-sortable-helper td.sm {
  min-width: 100px;
  width: 14%; }

.ui-sortable-helper td.md {
  min-width: 160px;
  width: 20%; }

@media screen and (max-width: 63.99875em) {
  .table-data table {
    display: block;
    width: 100%; }
  #event-menu-season .regions-stack .nav-sub-title h3 {
    padding: 8px 10px; } }

@media screen and (max-width: 39.99875em) {
  table.scroll-for-small {
    overflow-x: auto;
    display: block; }
  .profile .verified-tag {
    font-size: 1rem; }
  #profile-image, #profile-info {
    margin: 0 auto;
    max-width: 300px; }
  #profile-image {
    width: 50%; }
  #profile-info {
    width: 100%; }
  .gset h5.profile_award_label, .profile_award_label {
    bottom: 20px; }
  .table-scroll-wrapper {
    position: relative;
    min-height: 150px; }
  .table-scroller {
    position: absolute;
    left: 0;
    right: 0;
    overflow-x: scroll; }
  .grid-y.small-block {
    display: block; }
  .small-text-center {
    text-align: center; }
  .small-xlarge-margin {
    margin: 4rem; }
  .small-large-margin {
    margin: 2.6rem; }
  .small-medium-margin {
    margin: 2rem; }
  .small-small-margin {
    margin: 1rem; }
  .small-tiny-margin {
    margin: 0.5rem; }
  .small-no-margin {
    margin: 0; }
  .small-xlarge-margin-top {
    margin-top: 4rem; }
  .small-large-margin-top {
    margin-top: 2.6rem; }
  .small-medium-margin-top {
    margin-top: 2rem; }
  .small-small-margin-top {
    margin-top: 1rem; }
  .small-tiny-margin-top {
    margin-top: 0.5rem; }
  .small-no-margin-top {
    margin-top: 0; }
  .neg-margin-top {
    margin-top: 0; }
  .small-xlarge-margin-bottom {
    margin-bottom: 4rem; }
  .small-large-margin-bottom {
    margin-bottom: 2.6rem; }
  .small-medium-margin-bottom {
    margin-bottom: 2rem; }
  .small-small-margin-bottom {
    margin-bottom: 1rem; }
  .small-tiny-margin-bottom {
    margin-bottom: 0.5rem; }
  .small-no-margin-bottom {
    margin-bottom: 0; }
  .small-xlarge-margin-left {
    margin-left: 4rem; }
  .small-large-margin-left {
    margin-left: 2.6rem; }
  .small-medium-margin-left {
    margin-left: 2rem; }
  .small-small-margin-left {
    margin-left: 1rem; }
  .small-tiny-margin-left {
    margin-left: 0.5rem; }
  .small-no-margin-left {
    margin-left: 0; }
  .small-xlarge-margin-right {
    margin-right: 4rem; }
  .small-large-margin-right {
    margin-right: 2.6rem; }
  .small-medium-margin-right {
    margin-right: 2rem; }
  .small-small-margin-right {
    margin-right: 1rem; }
  .small-tiny-margin-right {
    margin-right: 0.5rem; }
  .small-no-margin-right {
    margin-right: 0; }
  .small-xlarge-margin-sides {
    margin-left: 4rem;
    margin-right: 4rem; }
  .small-large-margin-sides {
    margin-left: 2.6rem;
    margin-right: 2.6rem; }
  .small-medium-margin-sides {
    margin-left: 2rem;
    margin-right: 2rem; }
  .small-small-margin-sides {
    margin-left: 1rem;
    margin-right: 1rem; }
  .small-tiny-margin-sides {
    margin-left: 0.5rem;
    margin-right: 0.5rem; }
  .small-no-margin-sides {
    margin-left: 0;
    margin-right: 0; }
  .small-auto-margin-sides {
    margin-left: auto;
    margin-right: auto; }
  .small-xlarge-padding {
    padding: 4rem; }
  .small-large-padding {
    padding: 2.6rem; }
  .small-medium-padding {
    padding: 2rem; }
  .small-small-padding {
    padding: 1rem; }
  .small-tiny-padding {
    padding: 0.5rem; }
  .small-no-padding {
    padding: 0; }
  .small-xlarge-padding-bottom {
    padding-bottom: 4rem; }
  .small-large-padding-bottom {
    padding-bottom: 2.6rem; }
  .small-medium-padding-bottom {
    padding-bottom: 2rem; }
  .small-small-padding-bottom {
    padding-bottom: 1rem; }
  .small-tiny-padding-bottom {
    padding-bottom: 0.5rem; }
  .small-no-padding-bottom {
    padding-bottom: 0; }
  .small-xlarge-padding-top {
    padding-top: 4rem; }
  .small-large-padding-top {
    padding-top: 2.6rem; }
  .small-medium-padding-top {
    padding-top: 2rem; }
  .small-small-padding-top {
    padding-top: 1rem; }
  .small-tiny-padding-top {
    padding-top: 0.5rem; }
  .small-no-padding-top {
    padding-top: 0; }
  .small-xlarge-padding-left {
    padding-left: 4rem; }
  .small-large-padding-left {
    padding-left: 2.6rem; }
  .small-medium-padding-left {
    padding-left: 2rem; }
  .small-small-padding-left {
    padding-left: 1rem; }
  .small-tiny-padding-left {
    padding-left: 0.5rem; }
  .small-no-padding-left {
    padding-left: 0; }
  .small-xlarge-padding-right {
    padding-right: 4rem; }
  .small-large-padding-right {
    padding-right: 2.6rem; }
  .small-medium-padding-right {
    padding-right: 2rem; }
  .small-small-padding-right {
    padding-right: 1rem; }
  .small-tiny-padding-right {
    padding-right: 0.5rem; }
  .small-no-padding-right {
    padding-right: 0; }
  .small-xlarge-padding-sides {
    padding-left: 4rem;
    padding-right: 4rem; }
  .small-large-padding-sides {
    padding-left: 2.6rem;
    padding-right: 2.6rem; }
  .small-medium-padding-sides {
    padding-left: 2rem;
    padding-right: 2rem; }
  .small-small-padding-sides {
    padding-left: 1rem;
    padding-right: 1rem; }
  .small-tiny-padding-sides {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .small-no-padding-sides {
    padding-left: 0;
    padding-right: 0; } }

.no-height {
  height: 0; }

.badge-count {
  font-size: 50px;
  font-weight: 700;
  margin-top: -10%;
  display: block; }

.badge-count:before,
.badge-count:after {
  content: '';
  width: 13%;
  border-top: #fefefe double 6px;
  height: 20px;
  display: inline-block;
  margin: 0 5%; }

.tabs-hollow .tabs {
  border-bottom: #999 solid 1px;
  padding: 0 20px;
  margin-bottom: 20px; }

.tabs-hollow .tabs-title {
  border: #575757 solid 1px;
  vertical-align: bottom;
  padding: 10px 20px 3px;
  margin: 0 2px -1px 0;
  display: inline-block;
  cursor: pointer;
  color: #575757; }

.tabs-hollow .tabs-title.is-active {
  border-bottom: #fefefe solid 1px;
  font-weight: 700;
  color: #b2b2b2; }

a.gallery-img {
  padding: 2px;
  display: block; }

iframe {
  max-width: 100%; }

.no-input-margin > .button,
.no-input-margin > [type='text'],
.no-input-margin > [type='password'],
.no-input-margin > [type='date'],
.no-input-margin > [type='datetime'],
.no-input-margin > [type='datetime-local'],
.no-input-margin > [type='month'],
.no-input-margin > [type='week'],
.no-input-margin > [type='email'],
.no-input-margin > [type='number'],
.no-input-margin > [type='search'],
.no-input-margin > [type='tel'],
.no-input-margin > [type='time'],
.no-input-margin > [type='url'],
.no-input-margin > [type='color'],
.no-input-margin > [type='file'],
.no-input-margin > textarea,
.no-input-margin > select,
.no-input-margin .g365_livesearch_input[type='text'],
.no-input-margin .ls_result_div table {
  margin: 0; }

.g365_livesearch_input + .error {
  margin-top: 0.5rem; }

option:disabled {
  background: #e6e6e6;
  color: #fefefe; }

.form-disabled {
  background: #e6e6e6; }

.form-disabled .hide-on-disable,
.ls_result_div.no-add-buttons .g365_add_button {
  display: none; }

.form-disabled.form-collapse-title small {
  background: #cacaca;
  color: #8a8a8a; }

.form-disabled.green-border {
  border-color: #cacaca; }

.gset .form-disabled {
  opacity: 0.8; }

.gset .form-disabled label {
  color: #8a8a8a; }

.gset .form-disabled .count_totals,
.form-disabled .title-disable {
  color: #a6a6a6; }

.gset .form-disabled .button {
  border-color: #cacaca;
  color: #cacaca;
  background: none;
  cursor: not-allowed; }

.gset .form-disabled .button:hover {
  background: none; }

.req {
  color: #ec5840; }

.ls_result_div table.unstriped tbody tr:first-child td a {
  margin-top: 0.7rem; }

.g365_form_wrap .form_message ul {
  list-style: none;
  margin: 20px 0;
  padding-left: 0; }

.g365_form_wrap .form_message ul li {
  background: #ccc;
  padding: 6px;
  margin-bottom: 0.25rem; }

.g365_form_wrap .form_message ul li.success {
  background: #cfc;
  border-left: #0f0 solid 5px; }

.g365_form_wrap .form_message ul li.success .result-status {
  color: #090; }

.g365_form_wrap .form_message ul li.error {
  background: #fcc;
  border: #f00 dotted 2px; }

.g365_form_wrap .form_message ul li.success {
  color: #fefefe; }

.g365_form_wrap .form_message ul li.success a,
.g365_form_wrap .form_message ul li.error a {
  text-decoration: underline; }

.g365_form_wrap .error {
  color: #ec5840;
  margin: 1rem 0; }

.g365_form_wrap li.error_item,
.g365_form_wrap div.error_item {
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  background-color: #ec5840; }

.g365_form_wrap .error_wrapper > .gset,
.g365_form_wrap .error_wrapper .green-border {
  border-color: #ec5840; }

.g365_form_wrap .error_parent {
  border: 1px solid #ec5840; }

.g365-expand-collapse-fieldset {
  cursor: pointer; }

.g365-expand-collapse-fieldset a,
.g365-expand-collapse-fieldset .input-group-field {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.g365-expand-collapse-fieldset a {
  margin-bottom: 0;
  padding: 0.75rem; }

.g365-expand-collapse-fieldset .input-group-field {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.g365-expand-collapse-fieldset .input-group-field .block {
  width: 100%; }

.g365-expand-collapse-fieldset {
  cursor: pointer; }

.form-collapse-title small {
  color: #fefefe;
  font-weight: 700;
  background: #000000;
  padding: 1px 3px;
  font-size: 14px; }

.g365-form-data-wrapper > div + p {
  display: none; }

.bulk-add-checkbox input {
  height: 24px;
  width: 24px;
  margin-top: 3px; }

.success-flash:before,
.error-flash:before {
  -webkit-animation: flashout 1s linear 1 normal forwards;
          animation: flashout 1s linear 1 normal forwards;
  content: '\2713';
  color: #3adb76;
  display: block;
  position: absolute;
  font-size: 3rem;
  background: radial-gradient(rgba(254, 254, 254, 0.6), transparent);
  font-weight: 700;
  top: 20%; }

.error-flash:before {
  content: 'X';
  color: #ec5840; }

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

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

.center-list {
  list-style: none;
  text-align: center;
  margin: 0 0 1rem;
  font-weight: 700;
  font-size: 1.2rem; }

.button-list .remove-button {
  padding: 0.2rem 0.4rem; }

.button-list {
  list-style: none;
  counter-reset: listRowNumber;
  position: relative; }

.button-list li:before {
  counter-increment: listRowNumber;
  content: counter(listRowNumber);
  position: absolute;
  margin-top: 6px;
  left: 0;
  background: #fefefe;
  color: #000000;
  border-radius: 50%;
  height: 22px;
  width: 22px;
  text-align: center;
  line-height: 1.5;
  font-weight: 700; }

.field-change-button {
  background: #e6ffea;
  border: 1px solid #e6e6e6;
  border-radius: 5px; }

.field-change-button .field-title {
  float: left; }

.field-change-button.locked-in {
  border-bottom: #e6e6e6 dashed 1px;
  margin-bottom: 0.5rem;
  padding-bottom: 0.25rem; }

.gset .field-change-button {
  color: #fefefe; }

.search-hero {
  font-size: 1.5rem;
  padding: 2rem 2rem 2rem 1rem; }
  @media screen and (max-width: 39.99875em) {
    .search-hero {
      font-size: 1rem;
      padding: 1rem 10px; } }

.search-mag {
  position: absolute;
  right: 1rem;
  font-size: 2rem;
  margin: 0.7rem 0 0 1.25rem;
  color: #e6e6e6;
  z-index: 10; }
  @media screen and (max-width: 39.99875em) {
    .search-mag {
      font-size: 1rem;
      margin: 9px 0 2px 0; } }

.md-form {
  max-width: 100%;
  width: 600px;
  margin: 0 auto 1rem; }

.change-title.no-point,
.form-collapse-title.no-point {
  cursor: initial; }

.enabled-0 > div,
.enabled-0 .button-list li:before,
.enabled-0 .gset .input-group-label {
  background: #e6e6e6;
  border-color: #8a8a8a; }

.enabled-0 .form-collapse-title {
  color: #8a8a8a; }

.enabled-0 .form-collapse-title small {
  color: #8a8a8a;
  background: #cacaca; }

.enabled-0 .button,
.enabled-0 .gset .button {
  background: #fefefe;
  color: #fefefe; }

.enabled-0 .button:hover,
.enabled-0 .gset .button:hover {
  background: #000000;
  color: #0a0a0a;
  border-color: #0a0a0a; }

.enabled-0 .gset,
.enabled-0 .gset a,
.enabled-0 .gset h1,
.enabled-0 .gset h2,
.enabled-0 .gset h3,
.enabled-0 .gset h4,
.enabled-0 .gset h5,
.enabled-0 .gset label,
.enabled-0 .gset .input-group-label,
.enabled-0 .button-list li:before {
  color: #8a8a8a; }

.enabled-0 .gset a:hover {
  color: #0a0a0a; }

.enabled-0 a.site-close-button,
.enabled-0 .gset a.site-close-button {
  border-color: #8a8a8a;
  background: #e6e6e6; }

.enabled-0 a.site-close-button:hover,
.enabled-0 .gset a.site-close-button:hover {
  border-color: #0a0a0a;
  background: #696969;
  color: #fefefe; }

.submit_shield {
  position: relative; }

.submit_shield:before {
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, 0.6);
  position: absolute;
  content: "";
  z-index: 20; }

.submit_shield:after {
  content: "";
  position: absolute;
  background: url(../assets/spinner.gif) no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  background-position: bottom;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.8; }

#gridContent {
  max-width: 426px; }

.grid-margin-bottom .cell {
  margin-bottom: 1rem; }

#gridContentInner h4 {
  font-weight: 700; }

.grid-item-content,
#gridContentInner .openProfile {
  display: none; }

#gridContentInner .grid-item-content {
  display: block; }

.grid-profile-img {
  -webkit-box-shadow: 0 0 2rem rgba(26, 49, 91, 0.5);
          box-shadow: 0 0 2rem rgba(26, 49, 91, 0.5);
  border: #575757 solid 1px;
  padding: 4px;
  margin-bottom: 0.5rem; }

.feature-icon:before {
  font-size: 100px; }

.hero-icon {
  font-size: 60px;
  margin-bottom: 1rem;
  display: block; }

footer#site-footer {
  border-top: #000000 solid 4px; }

#site-footer a {
  color: #fefefe; }

#site-footer a:hover {
  color: #000000;
  background: none; }

.entry-footer > span {
  padding-right: 20px; }

.pagination.pagination-inline a,
.pagination.pagination-inline button {
  display: inline-block; }

.posts__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media screen and (max-width: 39.99875em) {
    .posts__container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .posts__container article {
    width: 22%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border: 1px solid #e6e6e6;
    margin: 1%; }
    @media screen and (max-width: 39.99875em) {
      .posts__container article {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
    .posts__container article .entry-header {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      padding: 1rem; }
      @media screen and (max-width: 39.99875em) {
        .posts__container article .entry-header {
          width: 100%; } }
      .posts__container article .entry-header .entry-title {
        text-transform: none;
        font-size: 1.6rem;
        letter-spacing: 0; }
        @media screen and (max-width: 39.99875em) {
          .posts__container article .entry-header .entry-title {
            font-size: 1.2rem; } }
      .posts__container article .entry-header .entry-meta {
        margin-top: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid #e6e6e6;
        width: 100%; }
        @media screen and (max-width: 39.99875em) {
          .posts__container article .entry-header .entry-meta {
            border-bottom: none; } }
    .posts__container article .post-thumbnail {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      width: 100%; }
      @media screen and (max-width: 39.99875em) {
        .posts__container article .post-thumbnail {
          width: 65%; } }
      .posts__container article .post-thumbnail .attachment-thumbnail {
        width: 100%; }
    .posts__container article .entry-content {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3;
      padding: 1rem; }
      @media screen and (max-width: 39.99875em) {
        .posts__container article .entry-content {
          display: none; } }

.more-link {
  display: block;
  text-decoration: underline;
  margin-top: 1rem; }

.comments-link {
  margin-left: 2rem;
  margin-right: 0;
  text-decoration: underline; }

.flip-link {
  overflow: hidden; }

.flip-link a.slide-banner {
  -webkit-transition: left 1s ease;
  transition: left 1s ease;
  position: absolute;
  display: block;
  width: 100%;
  left: 0%;
  top: 0; }

.flip-link a.slide-out {
  left: 100%; }

.banner__container {
  width: 100%;
  height: 8vh;
  position: relative;
  border: 1px solid #cacaca; }

.banner__bg {
  width: 100%;
  height: 100%;
  background: url("https://grassroots365.com/wp-content/uploads/2021/10/banner-bg-sm.png");
  -webkit-clip-path: polygon(15% 0, 100% 0, 100% 100%, 15% 100%, 20% 50%);
          clip-path: polygon(15% 0, 100% 0, 100% 100%, 15% 100%, 20% 50%); }
  @media screen and (min-width: 40em) {
    .banner__bg {
      background: url("https://grassroots365.com/wp-content/uploads/2021/10/banner-bg-lrg.png"); } }

.banner__info {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (min-width: 40em) {
    .banner__info {
      left: 120px; } }

.banner__img {
  width: 38%; }
  @media screen and (min-width: 40em) {
    .banner__img {
      width: 20%; } }

.banner__text {
  font-size: 75%;
  color: white;
  margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .banner__text {
      font-size: 1.5rem; } }

.banner__btn {
  background-color: #000000;
  color: #fefefe;
  padding: 5px 10px;
  border-radius: 50px;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 5px;
  font-size: 75%; }
  @media screen and (min-width: 40em) {
    .banner__btn {
      font-size: 1.3rem;
      padding: 10px 20px;
      margin-left: 20px;
      white-space: nowrap; } }

.award-profile-img {
  vertical-align: top; }
  .award-profile-img img {
    max-width: 200px;
    width: 80%;
    min-width: 140px; }

.tournamentAwards .award-data {
  border: none; }
  .tournamentAwards .award-data .division-title {
    background: #e6e6e6;
    color: #3a3a3a;
    border: 1px solid #f1f1f1; }
  @media screen and (max-width: 39.99875em) {
    .tournamentAwards .award-data__div {
      width: 100%;
      overflow: scroll; } }
  .tournamentAwards .award-data table {
    border-collapse: separate;
    border-spacing: 20px; }
    @media screen and (max-width: 39.99875em) {
      .tournamentAwards .award-data table {
        width: 50rem;
        margin-left: -1.3rem; } }
  .tournamentAwards .award-data__td {
    width: 15%;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#141e30), color-stop(40%, #243b55), color-stop(40%, white));
    background: linear-gradient(to bottom, #141e30, #243b55 40%, white 40%);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all .2s;
    transition: all .2s; }
    .tournamentAwards .award-data__td:hover {
      -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
              box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
      -webkit-transform: scale(1.02);
          -ms-transform: scale(1.02);
              transform: scale(1.02); }
    @media screen and (max-width: 39.99875em) {
      .tournamentAwards .award-data__td {
        min-width: 10rem;
        padding: 10px;
        margin-bottom: 1rem; } }

@media screen and (max-width: 39.99875em) {
  .tabs-panel--camp {
    padding: 0; } }

.campAwards .award-data {
  border: none; }
  .campAwards .award-data .division-title {
    background: #e6e6e6;
    color: #3a3a3a;
    border: 1px solid #f1f1f1; }
  @media screen and (max-width: 39.99875em) {
    .campAwards .award-data__div {
      width: 100%;
      overflow: scroll; } }
  .campAwards .award-data table {
    border-collapse: separate;
    border-spacing: 20px; }
    @media screen and (max-width: 39.99875em) {
      .campAwards .award-data table {
        width: 50rem;
        margin-left: -1.3rem; } }
  .campAwards .award-data__td {
    width: 15%;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffff00), color-stop(40%, #0A0A0A), color-stop(156%, #333333));
    background: linear-gradient(to bottom, #ffff00, #0A0A0A 40%, #333333 156%);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all .2s;
    transition: all .2s; }
    .campAwards .award-data__td:hover {
      -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
              box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
      -webkit-transform: scale(1.02);
          -ms-transform: scale(1.02);
              transform: scale(1.02); }
    @media screen and (max-width: 39.99875em) {
      .campAwards .award-data__td {
        min-width: 10rem;
        padding: 10px;
        margin-bottom: 1rem; } }

#allTournLabel {
  background-color: #fefefe;
  color: white; }
  @media screen and (max-width: 39.99875em) {
    #allTournLabel {
      padding: 0 5px 0 5px; } }

@media screen and (max-width: 39.99875em) {
  .all-tournament__heading {
    text-align: center; } }

@media screen and (max-width: 39.99875em) {
  .all-tournament__heading small {
    font-size: 70%; } }

.all-tournament__details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 39.99875em) {
    .all-tournament__details {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .all-tournament__details h2 {
    text-decoration: underline; }

th.scrolling {
  padding: 0px 60px; }

.to_scroll {
  overflow-x: scroll; }

.profile .tabs-content {
  border: none; }

.profile-silo {
  width: 800px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto; }

.cert-title {
  font-size: 40%; }

.cert-title span {
  color: green; }

.profile-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1; }

.verified {
  position: absolute;
  margin: 0 7px 0;
  background: #fefefe;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 0 6px 4px;
  border: #333 solid 1px;
  border-top: none;
  -webkit-box-shadow: 4px 2px 2px rgba(10, 10, 10, 0.4);
          box-shadow: 4px 2px 2px rgba(10, 10, 10, 0.4); }

.profile-event-img {
  width: 100%; }

.profile .profile-event-img {
  width: 140px;
  position: absolute;
  top: -7%;
  left: -16%; }

.profile-image {
  margin: 0 20px 20px 0;
  max-width: 50%;
  width: 250px;
  border: #333 solid 1px;
  -webkit-box-shadow: 4px 2px 2px rgba(10, 10, 10, 0.2);
          box-shadow: 4px 2px 2px rgba(10, 10, 10, 0.2); }

.profile .inner-profile {
  max-width: 220px; }

.award-title {
  position: absolute;
  bottom: 0;
  width: 106%;
  margin: 2rem -3%;
  padding: .4em;
  background: #fefefe;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 120, 225, 0.8)), to(rgba(50, 200, 255, 0.8)));
  background: linear-gradient(rgba(0, 120, 225, 0.8), rgba(50, 200, 255, 0.8));
  -webkit-box-shadow: 1px 1px 8px rgba(10, 10, 10, 0.8);
          box-shadow: 1px 1px 8px rgba(10, 10, 10, 0.8);
  border-top: #000000 double 5px;
  border-bottom: #000000 double 5px;
  color: #fefefe;
  font-weight: 700;
  font-style: italic;
  font-size: 1.8em;
  line-height: 0.9;
  text-shadow: 1px 1px 3px #000; }

.award-logo {
  position: absolute;
  bottom: -15px;
  width: 100%; }

.award-logo img {
  max-width: 80%;
  width: 125px; }

.award-logo-img {
  max-width: 60%;
  width: 80px; }

.gset h5.profile_award_label, .profile_award_label {
  position: absolute;
  bottom: 0.5rem;
  width: 104%;
  left: -2%;
  padding: 0.5rem 0.2rem;
  background: #0078e1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 120, 225, 0.8)), to(rgba(50, 200, 255, 0.8)));
  background: linear-gradient(rgba(0, 120, 225, 0.8), rgba(50, 200, 255, 0.8));
  -webkit-box-shadow: inset 1px 1px 8px rgba(10, 10, 10, 0.8);
          box-shadow: inset 1px 1px 8px rgba(10, 10, 10, 0.8);
  border-top: #000000 solid 3px;
  border-bottom: #000000 solid 3px;
  font-size: 1.7rem;
  line-height: 1.5rem; }

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .gset h5.profile_award_label, .profile_award_label {
    font-size: 1rem;
    line-height: 1rem; } }

@media screen and (max-width: 63.99875em) {
  .profile .profile-event-img {
    width: 84px;
    top: -20px;
    left: -40px; } }

.event-link {
  padding-top: 6px;
  text-decoration: underline; }

.partner-link {
  /* 	padding: 4px 0 4px 6px;
	background: $white;
	border-radius: 4px;
	box-shadow: 3px 2px 6px #555; */ }

.skillList {
  margin: 4px 0;
  padding: 0;
  list-style: none; }

.skillList li, .evalBlock {
  -webkit-box-shadow: inset -1px -1px 6px rgba(254, 254, 254, 0.25);
          box-shadow: inset -1px -1px 6px rgba(254, 254, 254, 0.25);
  color: #3a3a3a;
  margin-bottom: 2px; }

.evalBlock {
  margin-bottom: 2rem; }

.gset .skillList li, .gset .evalBlock {
  background: #fefefe;
  background: rgba(254, 254, 254, 0.1);
  -webkit-box-shadow: inset -1px -1px 6px rgba(10, 10, 10, 0.5);
          box-shadow: inset -1px -1px 6px rgba(10, 10, 10, 0.5);
  border: #fefefe solid 1px;
  color: #fefefe; }

.skillList.strength li {
  color: #3a3a3a;
  background-color: #fefefe;
  border: 2px solid #3adb76;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 3px 10px; }

.skillList.improve li {
  color: #3a3a3a;
  background-color: #fefefe;
  border: 2px solid #ec5840;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 3px 10px; }

.reveal > .partner-link:last-child {
  margin: 2rem -2rem -2rem; }

.partner-link .callout {
  margin-bottom: 0; }

.coverflow {
  height: 300px; }

.coverflow:focus {
  outline: none; }

.cover {
  max-width: 50%;
  width: 300px;
  padding: 1rem;
  position: relative;
  border-width: 1px;
  border-style: solid;
  -webkit-box-shadow: 0 0 6px rgba(10, 10, 10, 0.4);
          box-shadow: 0 0 6px rgba(10, 10, 10, 0.4); }

.cover small {
  visibility: hidden; }

.cover .blocker {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0; }

.cover.current .blocker {
  display: none; }

.cover.current small {
  visibility: visible; }

.reveal {
  padding-top: 1px;
  margin-bottom: 3rem; }

.reveal:focus {
  outline: none; }

.reveal .reveal-description {
  background: #000;
  color: #fff;
  line-height: 1.35;
  font-size: 2rem; }

.reveal p {
  margin-bottom: 0; }

.card.text-center img {
  margin: 0 auto; }

.pros .card {
  border: none;
  overflow: visible; }

.pros .card img {
  border-radius: 50%;
  border: #fefefe dashed 2px;
  -webkit-box-shadow: 0 0 26px rgba(26, 49, 91, 0.7);
          box-shadow: 0 0 26px rgba(26, 49, 91, 0.7); }

.pros h5, .pros span {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
  line-height: 0.7; }

.pros span {
  color: #fefefe;
  letter-spacing: -1px; }

@media screen and (max-width: 39.99875em) {
  .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
    display: block; }
  .wp-block-gallery.is-cropped .blocks-gallery-item img {
    height: auto; }
  .cell .wp-block-gallery .blocks-gallery-item figcaption {
    position: relative;
    background: #fefefe;
    color: #fefefe; }
  .cell .wp-block-gallery .blocks-gallery-item figcaption h5 {
    color: #000000; } }

.pros.wp-block-gallery .blocks-gallery-item {
  padding: 20px; }

.pros.wp-block-gallery .blocks-gallery-item figure {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap; }

.pros .blocks-gallery-item figure img {
  border-radius: 50%;
  border: #fefefe dashed 1px;
  -webkit-box-shadow: 0 0 16px rgba(26, 49, 91, 0.7);
          box-shadow: 0 0 16px rgba(26, 49, 91, 0.7); }

.pros.wp-block-gallery .blocks-gallery-item figcaption h5 {
  color: #0a0a0a; }

.pros.wp-block-gallery .blocks-gallery-item figcaption {
  position: relative;
  background: none;
  color: #8a8a8a;
  line-height: 1;
  padding: 15px 10px 20px; }

.wrapper-staff .accordion-title {
  font-size: 1rem;
  font-weight: 700;
  color: #fefefe;
  background: #fefefe; }

.staff.wp-block-gallery .blocks-gallery-item {
  padding: 20px; }

.staff.wp-block-gallery.columns-3 .blocks-gallery-item {
  padding: 40px; }

.staff.wp-block-gallery .blocks-gallery-item figure {
  position: relative; }

.home-feature .cell,
.home-feature .cell {
  margin-bottom: 2rem; }

.large-up-4 > .cell.super-cell, .large-up-4 > .cell.super-cell {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

@media screen and (max-width: 63.99875em) {
  .small-up-2 > .cell.super-cell, .small-up-2 > .cell.super-cell,
  .medium-up-2 > .cell.super-cell, .medium-up-2 > .cell.super-cell {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; } }

#slider-wrapper .tabs-title a {
  padding: 0.7rem 1rem; }

.tab-slider .article-info {
  margin: 0;
  padding: 1rem;
  background: rgba(254, 254, 254, 0.8);
  position: absolute;
  bottom: 0;
  width: 100%; }

.tab-slider:hover .article-info {
  background: rgba(254, 254, 254, 0.9); }

.tab-slider .article-info a {
  text-transform: uppercase;
  font-weight: 700;
  color: #fefefe;
  display: block;
  line-height: 0.9;
  font-size: 1.75rem; }

.tile {
  background: #0a0a0a;
  overflow: hidden; }

.tile .article-info {
  font-family: "News Cycle", "Montserrat", Helvetica, sans-serif;
  margin: 0;
  padding: 1rem;
  background: rgb(158, 157, 130, 0.6);
  position: absolute;
  bottom: 0;
  width: 100%; }

@media screen and (max-width: 39.99875em) {
  p.no-margin.cute.orange.text-lowercase {
    font-size: 0.6rem;
    display: none; } }

.tile a img {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  width: 100%; }

.tile:hover a img {
  opacity: 0.5;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); }

.tile:hover .article-info {
  background: rgb(158, 157, 130, 0.4); }

.tile .article-info a {
  text-transform: uppercase;
  font-weight: 700;
  color: #fefefe;
  display: block;
  line-height: 0.9;
  font-size: 1.75rem; }
  @media screen and (max-width: 39.99875em) {
    .tile .article-info a {
      line-height: 1.2; } }

.tile-image {
  overflow: hidden;
  display: block;
  height: 100%; }
  @media screen and (max-width: 39.99875em) {
    .tile-image {
      -webkit-filter: contrast(1.2);
              filter: contrast(1.2); } }

.tile-image.responsive-embed, .tile-image.flex-video {
  margin-bottom: 0;
  padding: 100% 0 0; }

.tile-image.responsive-embed iframe {
  top: -30%;
  bottom: -30%;
  left: -30%;
  right: -30%;
  height: 140%;
  width: 160%;
  max-width: 160%; }

#page-nav {
  width: 100%; }

.widget-wrapper {
  background: #fefefe;
  padding: 0.5rem;
  position: relative; }

.profile-widget, .profile-widget p {
  line-height: 1; }

.profile-feature .featured-event {
  border: #fefefe solid 1px;
  -webkit-box-shadow: 0 0 6px #000000, 2px 2px 4px #8a8a8a;
          box-shadow: 0 0 6px #000000, 2px 2px 4px #8a8a8a;
  border-radius: 4px;
  overflow: hidden; }

.tabs-content.tabs-content-space > .tabs-panel {
  padding: 2rem; }

.flex-container.tabs-panel[aria-hidden="false"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.slide-thumbs .tabs-title > a {
  padding: 0.75rem 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 1px;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#254683));
  background: linear-gradient(#fefefe, #254683); }

.slide-thumbs .tabs-title > a:hover,
.slide-thumbs .tabs-title > a:focus,
.slide-thumbs .tabs-title > a[aria-selected='true'] {
  color: #fefefe;
  background: #000000; }

@media screen and (min-width: 40em) {
  .page-template-calendar #event-tabs .cell.large-expand {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: none; } }

@media screen and (max-width: 39.99875em) {
  .event-tabs__wrapper {
    width: 95vw;
    overflow: scroll;
    margin-left: 1rem 0; } }

@media screen and (max-width: 39.99875em) {
  #event-tabs {
    width: auto; } }

@media screen and (max-width: 39.99875em) {
  #event-tabs .cell {
    width: auto; } }

@media screen and (max-width: 39.99875em) {
  #event-tabs.event-tabs--campAwards {
    width: 110rem; } }

@media screen and (max-width: 39.99875em) {
  .camp-awards__nav {
    width: 30rem; } }

@media screen and (max-width: 39.99875em) {
  .camp-awards__nav .cell {
    width: auto; } }

@media screen and (max-width: 39.99875em) {
  .camp-awards__nav#ebcarizona_awards {
    width: 40rem; } }

.mobile-tabs__arrows {
  display: none; }

@media screen and (max-width: 39.99875em) {
  .mobile-tabs__wrapper {
    width: 101vw;
    overflow: scroll;
    margin-left: -4rem; }
  .mobile-tabs__nav {
    width: 57rem; }
  .mobile-tabs__arrows {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    top: 35px;
    height: 0; }
  .mobile-tabs__leftArrow, .mobile-tabs__rightArrow {
    height: 1.5rem;
    width: 1.5rem;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 700;
    color: #3a3a3a;
    background: white;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 8px 0 #0003;
            box-shadow: 0 2px 8px 0 #0003; }
  .mobile-tabs__leftArrow {
    right: 10px; }
  .mobile-tabs__rightArrow {
    left: 10px; } }

.separate.tabs {
  border: none;
  background: none;
  margin-bottom: 0.5rem; }

.separate .tabs-title {
  float: none; }

.separate .tabs-title > a {
  padding: 1.25rem 1rem;
  font-size: 0.80rem;
  border: #cacaca solid 1px;
  color: #3a3a3a;
  font-weight: 700;
  border-radius: 6px;
  margin: 0.5rem;
  -webkit-transition: all .2s;
  transition: all .2s; }
  @media screen and (max-width: 39.99875em) {
    .separate .tabs-title > a {
      font-size: .7rem;
      padding: 1rem 1rem;
      line-height: 1.2; } }

.separate .tabs-title > a:hover {
  color: #fff;
  border-style: solid; }

.separate .tabs-title > a:focus,
.separate .tabs-title > a[aria-selected='true'] {
  background: #000000;
  color: #fefefe;
  outline: none; }

.separate.0tabs-content {
  border: #fefefe solid 1px;
  padding: 0; }

.separate .tabs-panel {
  padding: 0; }

.separate .tabs-panel table {
  margin: 0; }

.separate .tabs-panel h2:first-child {
  margin-bottom: 0; }

.gset .tabs {
  background: none; }

.gset .tabs-title > a {
  color: #fefefe; }

.gset .tabs-title > a:hover {
  background: none;
  color: #000000; }

.gset .tab-grid .tabs-title:nth-child(odd) {
  border-right: 1px solid #000000; }

.gset .tab-grid .tabs-title {
  border-bottom: 1px solid #000000; }

.tab-grid {
  position: relative; }

.tab-grid .sled {
  position: absolute;
  overflow: auto;
  max-height: 100%; }

.tab-grid .tabs-title {
  border-bottom: 1px solid #eaeaea; }

.tab-grid .tabs-title:nth-child(odd) {
  border-right: 1px solid #eaeaea; }

.tabs.vertical .tabs-title a {
  display: table;
  width: 100%;
  height: 100%; }

.tabs.vertical .tabs-title a > span {
  display: table-cell;
  vertical-align: middle; }

.tabs.vertical.vertical > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.tabs-content.vertical {
  border: none;
  background: none; }

.partner-link .callout {
  border-left: none;
  border-right: none;
  border-bottom: none; }

.tabs-title.expanded {
  width: 100%; }

/* jssor slider thumbnail navigator skin 11 css */
/*
	.slides .p            (normal)
	.slides .p:hover      (normal mouseover)
	.slides .pav          (active)
	.slides .pav:hover    (active mouseover)
	.slides .pdn          (mousedown)
	*/
.slides {
  position: absolute;
  width: 200px;
  height: 300px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.slides .p {
  position: absolute;
  width: 200px;
  height: 69px;
  background: #181818; }

.slides .tp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none; }

.slides .i, .slides .pav:hover .i {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 60px;
  height: 30px;
  border: white 1px dashed; }

* html .slides .i {
  width: 62px;
  height: 32px; }

.slides .pav .i {
  border: white 1px solid; }

.slides .t, .slides .pav:hover .t {
  position: absolute;
  top: 3px;
  left: 68px;
  width: 129px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fc9835;
  font-size: 13px;
  font-weight: 700; }

.slides .pav .t, .slides .p:hover .t {
  color: #fefefe; }

.slides .c, .slides .pav:hover .c {
  position: absolute;
  top: 38px;
  left: 3px;
  width: 197px;
  height: 31px;
  line-height: 31px;
  color: #fefefe;
  font-size: 11px;
  font-weight: 400;
  overflow: hidden; }

.slides .pav .c, .slides .p:hover .c {
  color: #fc9835; }

.slides .t, .slides .c {
  transition: color 2s;
  -moz-transition: color 2s;
  -webkit-transition: color 2s;
  -o-transition: color 2s; }

.slides .p:hover .t, .slides .pav:hover .t, .slides .p:hover .c, .slides .pav:hover .c {
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none; }

.slides .p:hover, .slides .pav:hover {
  background: #333; }

.slides .pav, .slides .p.pdn {
  background: #462300; }

@media screen and (max-width: 39.99875em) {
  .small-block {
    display: block; }
  .invisible-for-small {
    visibility: hidden; }
  #main-nav .is-dropdown-submenu {
/*     display: block; */
    position: relative; }
  .dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
    left: auto;
    right: auto;
    width: 96%;
    margin-left: 2%; }
  #site-navigation a, #site-navigation .button {
    font-size: 1.75rem; }
  #site-navigation #main-nav .is-dropdown-submenu a, #site-navigation #main-nav.menu-mega a {
    font-size: 1.25rem; }
  #site-header-menu .menu > li > a {
    padding: 0.75rem 0.4rem; }
  #site-header-menu .menu > li.social-button > a {
    padding: .5rem 1.9rem .5rem 0.9rem; }
  .title-logos img {
    max-height: 60px; }
  #main-nav-drawer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(254, 254, 254, 0.9);
    z-index: 1000;
    overflow: scroll; }
  #site-navigation .menuButton.button {
    position: absolute;
    padding: 20px;
    margin: 0;
    top: 0;
    right: 0;
    font-size: 18px;
    background: none;
    border: none; }
  .menu.align-center li,
  .menu.align-right li {
    display: block; }
  .menu.align-right.vertical.small-text-center li {
    text-align: center; }
  #main-nav-drawer .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  #main-nav-drawer .menu > li {
    width: 100%; }
  #main-nav-drawer .menu > li.small-6 {
    width: 50%; }
  #site-navigation #main-nav-drawer .menu a {
    color: black; }
  #site-navigation #main-nav-drawer .menu a:hover {
    color: #315caa; }
  #site-navigation #main-nav-drawer .menu .menu-item-has-children > a:not(href) {
    font-weight: 700;
    font-size: 1rem;
    text-align: left;
    background: none;
/*     border-top: #8a8a8a solid 1px;
    border-bottom: #8a8a8a solid 1px;  */
  }
  #site-navigation #main-nav .is-dropdown-submenu-parent >  a {
    width: 75%;
  }
  #site-navigation #main-nav .is-dropdown-submenu.menu a {
    color: #fefefe; }
  #site-navigation #main-nav .is-dorpdown-submenu.menu a:hover {
    color: #cbcbcb; }
  #main-nav > li.menu-item > a {
    padding: 1rem; }
  #site-logo-bar .secondary-logo {
    display: none; }
  .button.small-small {
    font-size: 0.75rem; } 
  
}

.input-group-field.shrink {
  min-width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 21%;
      -ms-flex: 0 1 21%;
          flex: 0 1 21%;
  height: auto; }

.input-group-all-button {
  cursor: pointer; }

.input-group-all-button .input-group-button {
  background: #fefefe; }

.input-group-all-button:hover .input-group-label,
.input-group-all-button:hover .input-group-field,
.input-group-all-button:hover .input-group-button {
  background: #fefefe;
  color: #fefefe; }

.input-group-all-button:hover .bar1,
.input-group-all-button:hover .bar2,
.input-group-all-button:hover .bar3 {
  background: #fefefe; }

.curtain-menu {
  z-index: 2;
  position: fixed;
  top: 64px;
  bottom: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
  width: 100%;
  pointer-events: none;
  -webkit-transition: bottom 0.1s;
  transition: bottom 0.1s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s; }

.admin-bar .curtain-menu,
.admin-bar .side-slide-menu {
  top: 110px; }

@media screen and (min-width: 40em) {
  .admin-bar .curtain-menu,
  .admin-bar .side-slide-menu {
    top: 95px; }
  .white #site-navigation .menu .nav-title {
    color: #fefefe;
    border-bottom-color: #fefefe; }
  .profile .profile-name {
    text-align: left;
    font-size: 3.5rem; }
  .medium-xlarge-margin {
    margin: 4rem; }
  .medium-large-margin {
    margin: 2.6rem; }
  .medium-medium-margin {
    margin: 2rem; }
  .medium-small-margin {
    margin: 1rem; }
  .medium-tiny-margin {
    margin: 0.5rem; }
  .medium-no-margin {
    margin: 0; }
  .medium-xlarge-margin-top {
    margin-top: 4rem; }
  .medium-large-margin-top {
    margin-top: 2.6rem; }
  .medium-medium-margin-top {
    margin-top: 2rem; }
  .medium-small-margin-top {
    margin-top: 1rem; }
  .medium-tiny-margin-top {
    margin-top: 0.5rem; }
  .medium-no-margin-top {
    margin-top: 0; }
  .medium-xlarge-margin-bottom {
    margin-bottom: 4rem; }
  .medium-large-margin-bottom {
    margin-bottom: 2.6rem; }
  .medium-medium-margin-bottom {
    margin-bottom: 2rem; }
  .medium-small-margin-bottom {
    margin-bottom: 1rem; }
  .medium-tiny-margin-bottom {
    margin-bottom: 0.5rem; }
  .medium-no-margin-bottom {
    margin-bottom: 0; }
  .medium-xlarge-margin-left {
    margin-left: 4rem; }
  .medium-large-margin-left {
    margin-left: 2.6rem; }
  .medium-medium-margin-left {
    margin-left: 2rem; }
  .medium-small-margin-left {
    margin-left: 1rem; }
  .medium-tiny-margin-left {
    margin-left: 0.5rem; }
  .medium-no-margin-left {
    margin-left: 0; }
  .medium-xlarge-margin-right {
    margin-right: 4rem; }
  .medium-large-margin-right {
    margin-right: 2.6rem; }
  .medium-medium-margin-right {
    margin-right: 2rem; }
  .medium-small-margin-right {
    margin-right: 1rem; }
  .medium-tiny-margin-right {
    margin-right: 0.5rem; }
  .medium-no-margin-right {
    margin-right: 0; }
  .medium-xlarge-margin-sides {
    margin-left: 4rem;
    margin-right: 4rem; }
  .medium-large-margin-sides {
    margin-left: 2.6rem;
    margin-right: 2.6rem; }
  .medium-medium-margin-sides {
    margin-left: 2rem;
    margin-right: 2rem; }
  .medium-small-margin-sides {
    margin-left: 1rem;
    margin-right: 1rem; }
  .medium-tiny-margin-sides {
    margin-left: 0.5rem;
    margin-right: 0.5rem; }
  .medium-no-margin-sides {
    margin-left: 0;
    margin-right: 0; }
  .medium-auto-margin-sides {
    margin-left: auto;
    margin-right: auto; }
  .medium-xlarge-padding {
    padding: 4rem; }
  .medium-large-padding {
    padding: 2.6rem; }
  .medium-medium-padding {
    padding: 2rem; }
  .medium-small-padding {
    padding: 1rem; }
  .medium-tiny-padding {
    padding: 0.5rem; }
  .medium-no-padding {
    padding: 0; }
  .medium-xlarge-padding-bottom {
    padding-bottom: 4rem; }
  .medium-large-padding-bottom {
    padding-bottom: 2.6rem; }
  .medium-medium-padding-bottom {
    padding-bottom: 2rem; }
  .medium-small-padding-bottom {
    padding-bottom: 1rem; }
  .medium-tiny-padding-bottom {
    padding-bottom: 0.5rem; }
  .medium-no-padding-bottom {
    padding-bottom: 0; }
  .medium-xlarge-padding-top {
    padding-top: 4rem; }
  .medium-large-padding-top {
    padding-top: 2.6rem; }
  .medium-medium-padding-top {
    padding-top: 2rem; }
  .medium-small-padding-top {
    padding-top: 1rem; }
  .medium-tiny-padding-top {
    padding-top: 0.5rem; }
  .medium-no-padding-top {
    padding-top: 0; }
  .medium-xlarge-padding-left {
    padding-left: 4rem; }
  .medium-large-padding-left {
    padding-left: 2.6rem; }
  .medium-medium-padding-left {
    padding-left: 2rem; }
  .medium-small-padding-left {
    padding-left: 1rem; }
  .medium-tiny-padding-left {
    padding-left: 0.5rem; }
  .medium-no-padding-left {
    padding-left: 0; }
  .medium-xlarge-padding-right {
    padding-right: 4rem; }
  .medium-large-padding-right {
    padding-right: 2.6rem; }
  .medium-medium-padding-right {
    padding-right: 2rem; }
  .medium-small-padding-right {
    padding-right: 1rem; }
  .medium-tiny-padding-right {
    padding-right: 0.5rem; }
  .medium-no-padding-right {
    padding-right: 0; }
  .medium-xlarge-padding-sides {
    padding-left: 4rem;
    padding-right: 4rem; }
  .medium-large-padding-sides {
    padding-left: 2.6rem;
    padding-right: 2.6rem; }
  .medium-medium-padding-sides {
    padding-left: 2rem;
    padding-right: 2rem; }
  .medium-small-padding-sides {
    padding-left: 1rem;
    padding-right: 1rem; }
  .medium-tiny-padding-sides {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .medium-no-padding-sides {
    padding-left: 0;
    padding-right: 0; } }

.curtain-menu-wrapper {
  position: absolute;
  width: 100%;
  z-index: 3;
  top: auto;
  bottom: 100%;
  -webkit-transition: bottom 0.5s;
  transition: bottom 0.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  visibility: hidden; }

.curtain-menu .curtain {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-box-flex 0.45s, -webkit-flex 0.45s;
  transition: -webkit-box-flex 0.45s, -webkit-flex 0.45s;
  transition: flex 0.45s;
  transition: flex 0.45s, -webkit-box-flex 0.45s, -webkit-flex 0.45s, -ms-flex 0.45s; }
  .curtain-menu .curtain:nth-child(2) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    background: transparent; }
  .curtain-menu .curtain:nth-child(odd) {
    background: #03060c; }

.curtain-menu-button-toggle, .side-slide-menu-button-toggle {
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  cursor: pointer;
  border: #000000 solid 1px; }
  .curtain-menu-button-toggle div, .side-slide-menu-button-toggle div {
    position: absolute;
    width: 1.5rem;
    height: 2px;
    background: #fefefe;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s; }
  .curtain-menu-button-toggle .bar1, .side-slide-menu-button-toggle .bar1 {
    -webkit-transform: translateX(0.5rem) translateY(0.75rem);
        -ms-transform: translateX(0.5rem) translateY(0.75rem);
            transform: translateX(0.5rem) translateY(0.75rem); }
  .curtain-menu-button-toggle .bar2, .side-slide-menu-button-toggle .bar2 {
    -webkit-transform: translateX(0.5rem) translateY(1.25rem);
        -ms-transform: translateX(0.5rem) translateY(1.25rem);
            transform: translateX(0.5rem) translateY(1.25rem); }
  .curtain-menu-button-toggle .bar3, .side-slide-menu-button-toggle .bar3 {
    -webkit-transform: translateX(0.5rem) translateY(1.75rem);
        -ms-transform: translateX(0.5rem) translateY(1.75rem);
            transform: translateX(0.5rem) translateY(1.75rem); }
  .curtain-menu-button-toggle:active, .side-slide-menu-button-toggle:active {
    -webkit-box-shadow: none;
            box-shadow: none; }

.input-group-label + .input-group-button .curtain-menu-button-toggle {
  border-left: none; }

.curtain-menu-open .curtain-menu {
  -webkit-transition: none;
  transition: none;
  bottom: 0; }

.curtain-menu-open .curtain:nth-child(2) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 0%;
      -ms-flex: 0 0 0%;
          flex: 0 0 0%; }

.curtain-menu-open .curtain-menu-wrapper {
  top: 0;
  bottom: 0;
  visibility: visible;
  pointer-events: all;
  overflow: auto; }

.curtain-menu-open .curtain-menu-button-toggle .bar1 {
  -webkit-transform: translateX(0.5rem) translateY(1.25rem) rotate(-45deg);
      -ms-transform: translateX(0.5rem) translateY(1.25rem) rotate(-45deg);
          transform: translateX(0.5rem) translateY(1.25rem) rotate(-45deg);
  color: #fefefe; }

.curtain-menu-open .curtain-menu-button-toggle .bar2, .curtain-menu-open .curtain-menu-button-toggle .bar3 {
  -webkit-transform: translateX(0.5rem) translateY(1.25rem) rotate(-135deg);
      -ms-transform: translateX(0.5rem) translateY(1.25rem) rotate(-135deg);
          transform: translateX(0.5rem) translateY(1.25rem) rotate(-135deg);
  color: #fefefe; }

.curtain-menu-open #mastInsert .input-group-label,
.curtain-menu-open #mastInsert .input-group-field,
.curtain-menu-open #mastInsert .input-group-button {
  background: #fefefe;
  color: #fefefe; }

.curtain-menu-open .bar1,
.curtain-menu-open .bar2,
.curtain-menu-open .bar3 {
  background: #fefefe; }

.white .curtain-menu .curtain:nth-child(odd),
.white #site-navigation {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 254, 254, 0.8)), to(rgba(230, 230, 230, 0.8)));
  background: linear-gradient(rgba(254, 254, 254, 0.8), rgba(230, 230, 230, 0.8)); }

.white #site-navigation .menu a {
  color: #fefefe;
  border: none; }

.white #site-navigation .menu .nav-title {
  font-size: 1.25rem; }

.white #site-navigation .menu h5.nav-title {
  border-bottom: none;
  margin-bottom: 1.5rem;
  font-size: 1rem; }

.white small.block.subheader {
  color: #84a3dc; }

.white .enhance small.block.subheader {
  color: #fefefe; }

.white #main-nav .is-dropdown-submenu .enhance a {
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 49, 91, 0.2)), color-stop(rgba(26, 49, 91, 0.3)), to(rgba(26, 49, 91, 0.6)));
  background: linear-gradient(rgba(26, 49, 91, 0.2), rgba(26, 49, 91, 0.3), rgba(26, 49, 91, 0.6));
  border-radius: 0; }

#site-navigation.side-slide-menu-wrapper {
  background: none;
  border-top: none; }

.side-slide-menu-wrapper {
  z-index: 2;
  position: fixed;
  top: 61px;
  bottom: 0%;
  left: 100%;
  overflow: hidden;
  width: 100%;
  pointer-events: none;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
  visibility: hidden; }

.admin-bar .side-slide-menu-wrapper {
  top: 110px; }

#site-navigation.side-slide-menu-wrapper .downplay {
  border-top: #009919 solid 1px; }

#site-navigation.side-slide-menu-wrapper .downplay + .downplay {
  border-top: none; }

#site-navigation.side-slide-menu-wrapper .downplay a {
  background: #3a3a3a;
  color: #a4a4a4;
  border-bottom: #0a0a0a solid 1px;
  font-size: 12px;
  font-weight: normal; }

#site-navigation.side-slide-menu-wrapper .downplay a:hover {
  color: #e6e6e6;
  background: #0a0a0a; }

#site-navigation.side-slide-menu-wrapper .downplay.current-menu-item a {
  color: #e6e6e6;
  background: #315caa; }

#site-navigation.side-slide-menu-wrapper .downplay.current-menu-item a:hover {
  color: #fefefe; }

.side-slide-menu-wrapper #main-nav {
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#0a0a0a));
  background: linear-gradient(#fefefe, #0a0a0a);
  margin: 0;
  overflow: auto; }

.side-slide-menu-wrapper #main-nav .is-dropdown-submenu {
  background: -webkit-gradient(linear, left top, left bottom, from(#0a0a0a), to(#fefefe));
  background: linear-gradient(#0a0a0a, #fefefe); }

.input-group-label + .input-group-button .side-slide-menu-button-toggle {
  border-left: none; }

.side-slide-menu-open .side-slide-menu-wrapper {
  left: 0;
  visibility: visible;
  pointer-events: all;
  overflow: auto; }

.side-slide-menu-open .side-slide-menu-button-toggle .bar1 {
  -webkit-transform: translateX(0.5rem) translateY(1.25rem) rotate(-45deg);
      -ms-transform: translateX(0.5rem) translateY(1.25rem) rotate(-45deg);
          transform: translateX(0.5rem) translateY(1.25rem) rotate(-45deg);
  color: #fefefe;
  background: #fefefe; }

.side-slide-menu-open .side-slide-menu-button-toggle .bar2, .side-slide-menu-open .side-slide-menu-button-toggle .bar3 {
  -webkit-transform: translateX(0.5rem) translateY(1.25rem) rotate(-135deg);
      -ms-transform: translateX(0.5rem) translateY(1.25rem) rotate(-135deg);
          transform: translateX(0.5rem) translateY(1.25rem) rotate(-135deg);
  color: #fefefe;
  background: #fefefe; }

.side-slide-menu-open #mastInsert .input-group-label,
.side-slide-menu-open #mastInsert .input-group-field,
.side-slide-menu-open #mastInsert .input-group-button {
  background: #fefefe;
  color: #fefefe; }

@media screen and (min-width: 40em) {
  #main-nav .ls_result_div {
    position: absolute; }
  #main-nav .is-dropdown-submenu a {
    padding: 1rem 1.25rem; }
  .side-slide-menu-wrapper #main-nav .is-dropdown-submenu a,
  #main-nav.menu-mega a {
    padding: 0.26rem 0.75rem; }
  #main-nav .nav-title {
    color: #fff;
    border-bottom: #fefefe solid 1px; }
  #main-nav > .dropdown-drawer {
    position: initial; }
  #main-nav .is-dropdown-submenu a.minimize,
  #main-nav.menu-mega a.minimize {
    padding: 0.1rem 0.26rem;
    text-transform: none;
    font-size: 14px; }
  #main-nav .dropdown-drawer .is-dropdown-submenu {
    position: absolute;
    margin: 0 auto;
    padding: 20px;
    left: 0;
    right: 0;
    max-width: 75rem; }
  #main-nav .dropdown-drawer .is-dropdown-submenu .is-dropdown-submenu {
    position: relative; }
  #main-nav .dropdown-drawer .first-sub {
    overflow: auto;
    top: 109px;
    position: fixed;
    bottom: 2rem; }
  .admin-bar #main-nav .dropdown-drawer .first-sub {
    top: 141px; }
  .admin-bar .side-slide-menu-wrapper {
    top: 93px; }
  .side-slide-menu-wrapper #main-nav {
    width: 20%;
    height: 100%;
    margin: 0 0 0 auto;
    position: initial; }
  .side-slide-menu-wrapper #main-nav > .is-dropdown-submenu-parent {
    position: initial; }
  .side-slide-menu-wrapper #main-nav .is-dropdown-submenu {
    background: -webkit-gradient(linear, left top, right top, from(#0a0a0a), to(#fefefe));
    background: linear-gradient(90deg, #0a0a0a, #fefefe);
    padding: 2.5rem 3rem;
    margin: 0;
    left: auto;
    right: 20%;
    width: auto;
    height: 100%;
    border-bottom: none;
    border-top: none;
    min-width: 15%;
    max-width: 70%;
    max-height: none; }
  .side-slide-menu-wrapper #main-nav .minimize-submenu-padding .is-dropdown-submenu {
    padding: 2.5rem 4px 4px; }
  #site-navigation.side-slide-menu-wrapper .menu .is-active > a,
  #site-navigation.side-slide-menu-wrapper .menu .current-menu-ancestor.is-active > a {
    background: -webkit-gradient(linear, left top, right top, from(#000000), to(#009919));
    background: linear-gradient(90deg, #000000, #009919); }
  #main-nav-drawer {
    display: block !important; }
  #site-navigation {
    background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#0a0a0a));
    background: linear-gradient(#fefefe, #0a0a0a); }
  #site-navigation .is-dropdown-submenu.medium-horizontal {
    display: inline-block;
    position: relative; }
  .table-data .gset h2.emphasis {
    font-size: 60px;
    text-transform: uppercase;
    letter-spacing: -3px; }
  .reveal {
    padding: 5%; }
  .reveal.tiny {
    min-width: 400px; } }

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  font-size: 1.1rem;
  color: #6c91d5;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 10, 10, 0)), to(#0a0a0a));
  background: linear-gradient(rgba(10, 10, 10, 0), #0a0a0a); }

.wp-block-gallery .blocks-gallery-item figcaption h5 {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fefefe; }

.wp-block-gallery .blocks-gallery-item figcaption span {
  border-top: #fefefe solid 1px;
  display: block;
  margin: 0 auto; }

.wp-block-gallery {
  margin-left: 0; }

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0; }

h4 + h5 {
  margin-top: 3.5rem; }

.toggle-next {
  background: #e6e6e6;
  border: #cacaca solid 1px;
  padding: 1rem 1.5rem; }

.toggle-next:after {
  content: '+';
  display: inline-block;
  float: right; }

#rosters table th {
  background: #fefefe;
  color: #fefefe;
  text-align: left;
  font-size: 1.5rem; }

#rosters table table th {
  text-align: center;
  font-size: 1.25rem; }

#rosters table table {
  margin-bottom: 0; }

#rosters .theSchedule tr:first-child + tr td {
  color: #fefefe;
  background: #8a8a8a;
  border: #fefefe solid 1px; }

#rosters td.thePlayers,
#rosters td.theSchedule {
  vertical-align: top; }

.club-rosters .accordion-title {
  background: #F2F2F2;
  font-size: 1.5rem;
  text-decoration: none; }
  @media screen and (max-width: 39.99875em) {
    .club-rosters .accordion-title {
      font-size: 1.2rem; } }

.club-rosters .is-active .accordion-title {
  background: #fefefe;
  color: #fefefe; }

.gset .club-rosters.accordion .is-active a.accordion-title:hover {
  color: #fefefe; }

.club-rosters .extra-info {
  border-left: #fefefe solid 1px;
  border-right: #fefefe solid 1px;
  border-top: #fefefe solid 1px; }

.club-rosters .extra-info > div {
  font-size: 0.8rem;
  background: linear-gradient(45deg, #03060c, #fefefe);
  color: #fefefe; }

.gset .club-rosters .accordion-content {
  color: #fefefe;
  background: linear-gradient(45deg, #fefefe, #0a0a0a);
  border-bottom: #fefefe solid 1px; }

.gset .club-rosters table {
  background: #fefefe; }

.club-rosters tbody td {
  border-right: #e6e6e6 solid 1px; }

.gset .club-rosters table tbody tr:nth-child(even) {
  background: #e6e6e6; }

.club-rosters tbody tr:nth-child(even) td {
  border-right: #fefefe solid 1px; }

.club-rosters .accordion-item {
  -webkit-transition: all 0.75s;
  transition: all 0.75s; }

.club-rosters .accordion-item.is-active {
  margin: 2rem -2%; }

.event-list {
  padding-left: 0; }

.event-list li:before {
  display: none; }

.event-list .input-group-label {
  white-space: normal;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-right: #fefefe solid 1px;
  padding: 7px 1rem;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: unset;
  -webkit-align-items: unset;
      -ms-flex-align: unset;
          align-items: unset; }

.event-list .input-group-label small {
  display: block;
  line-height: 1; }

.event-list .input-group-label.remove-button {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  text-align: center; }

.roster_status_label {
  font-weight: 700; }

.standings-tables table {
  border: #696969 solid 1px;
  margin-bottom: 0; }

.standings-tables thead th {
  border-right: #fefefe solid 1px;
  border-bottom: #696969 solid 1px;
  text-align: center; }

.standings-tables tbody td {
  border-right: #696969 solid 1px;
  border-bottom: #696969 solid 1px;
  color: #fefefe; }

.standings-tables tbody tr:last-child td {
  border-bottom: none; }

.club-rosters tbody td:last-child,
.club-rosters tbody tr:nth-child(even) td:last-child,
.standings-tables thead th:last-child,
.standings-tables tbody td:last-child {
  border-right: none; }

.standings-tables .gset .accordion {
  color: #fff; }

.standings-tables .gset .accordion,
.standings-tables .accordion-content {
  background: none;
  padding: 0; }

.standings-tables .gset .accordion a {
  color: #fefefe; }

.standings-tables .accordion-title {
  font-family: "News Cycle", "Montserrat", Helvetica, sans-serif;
  padding: 1rem;
  background: none;
  font-size: 1.5rem;
  text-align: center; }

.standings-tables .gset .accordion a.accordion-title:hover {
  color: #000000; }

.standings-tables .gset .accordion .accordion-item.is-active .accordion-title {
  background: #000000;
  color: #0a0a0a; }

.standings-tables thead th:first-child + th,
.standings-tables tbody td:first-child + td {
  text-align: left; }

.standings-tables tbody td span {
  display: block;
  color: #cacaca;
  font-size: 80%;
  line-height: 1; }

.standings-data table tr:nth-child(10) {
  border-bottom: 7px double #fefefe; }

#event-menu-season .regions-add .nav-title:after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
  background: none; }

#event-menu-season .regions-stack .nav-sub-title,
.vertical.submenu #event-menu-season .regions-stack .nav-sub-title {
  margin-bottom: auto; }

@media screen and (max-width: 39.99875em) {
  #event-menu-season .regions-stack .nav-sub-title.h3-large-padding h3 {
    height: 15.2rem; }
  #event-menu-season .regions-stack .nav-sub-title.h3-xlarge-padding h3 {
    height: 17.3rem; } }

@media screen and (max-width: 89.99875em) {
  .is-dropdown-submenu.menu #event-menu-season a.button.small {
    font-size: 0.7rem;
    margin: 0 auto;
    width: 130px;
    padding: 0.5rem;
    background: #fefefe;
    border: #000000 solid 1px;
    -webkit-box-shadow: 0 0 6px rgba(0, 255, 42, 0.7);
    box-shadow: 0 0 6px rgba(0, 255, 42, 0.7); } }

@media screen and (min-width: 40em) {
  #event-menu-season .regions-stack .nav-sub-title.h3-large-padding h3 {
    height: 15.2rem; }
  #event-menu-season .regions-stack .nav-sub-title.h3-xlarge-padding h3 {
    height: 17.3rem; } }

@media screen and (max-width: 39.99875em) {
  .entry-title {
    font-size: 2rem;
    font-weight: bold;
    margin: 2rem 0;
    letter-spacing: 1px;
    text-transform: uppercase; } }

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .tile .article-info a {
    text-transform: uppercase;
    font-weight: bold;
    color: #fefefe;
    display: block;
    line-height: 0.9;
    font-size: 1rem; }
  .team-tables-home a {
    font-size: 0.6rem; }
  .table-data h2, .table-data h3 {
    padding: 1rem;
    font-size: 1rem;
    text-align: center; }
  .profile-feature .link {
    display: block;
    padding: 20px 20px 20px 20px;
    line-height: 20px; } }

@media screen and (min-width: 64em) {
  #event-menu-season .regions-stack .nav-sub-title.h3-large-padding h3 {
    height: 133px; }
  #event-menu-season .regions-stack .nav-sub-title.h3-xlarge-padding h3 {
    height: 212px; }
  #event-menu-season .regions-stack.expanded-label-column .nav-sub-title.h3-large-padding h3 {
    height: 180px; }
  #event-menu-season .regions-stack.expanded-label-column .nav-sub-title.h3-xlarge-padding h3 {
    height: 240px; }
  .profile-feature .link {
    display: block;
    padding: 20px 20px 20px 20px;
    line-height: 20px; }
  #event-menu-season .regions-stack .nav-sub-title.h3-large-padding h3 {
    height: 6.7rem; }
  #event-menu-season .regions-stack .nav-sub-title.h3-xlarge-padding h3 {
    height: 10.7rem; } }

.gset .callout label {
  color: #fefefe; }

.gset .callout .crop_img {
  border: #fefefe solid 1px; }

#event-menu-season .resizer-column .nav-title:before {
  width: 490px;
  text-align: left; }

#site-header-menu .menu > li > a {
  padding: 22px 0.8rem;
  font-size: 15px; }

footer#site-footer {
  border-top: #000000 solid 4px; }

#site-footer a {
  color: #fefefe; }

.profile-feature h5 a {
  display: block;
  padding: 12px 0 12px 0;
  background-color: #fefefe;
  color: white; }

.article-info p {
  color: #33ff55; }

@media screen and (max-width: 39.99875em) {
  .entry-title {
    font-size: 2rem;
    font-weight: bold;
    margin: 2rem 0;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .tile .article-info a {
    text-transform: uppercase;
    font-weight: bold;
    color: #fefefe;
    display: block;
    font-size: 1rem; }
  .profile-feature a {
    font-size: 0.8rem; }
  .team-tables-home a {
    font-size: 0.6rem; }
  .table-data h2, .table-data h3 {
    padding: 1rem;
    font-size: 1rem;
    text-align: center; } }

.game_score {
  border: 5px solid #59b959;
  background-color: #000000; }

.game_score > div > input {
  border: none;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 3rem;
  margin: auto;
  text-align: center;
  height: auto; }

.game_clock_buttons {
  text-align: center;
  border: 2px solid #59B959;
  padding: 1rem; }

#game_clock_start_button, #game_clock_stop_button, #cd_start, #cd_stop, #cd_pause, #cd_reset {
  background-color: #fefefe;
  color: white;
  font-weight: 600;
  margin: 1rem 0 1rem 0;
  border-radius: 0.5rem;
  max-width: 10rem; }

input#game_clock_start_button, input#game_clock_stop_button, input#cd_start, input#cd_stop, input#cd_pause, input#cd_reset {
  border-radius: 0.8rem; }

#game_clock_start_button, #cd_start {
  border: 8px solid #000000; }

#game_clock_stop_button, #cd_stop {
  border: 8px solid #fd0404; }

#game_clock_start_button, #cd_pause {
  border: 8px solid #ec5840; }

#game_clock_start_button, #cd_reset {
  border: 8px solid #888686; }

.clock_action_button {
  font-size: 8rem; }

.draggable {
  border: solid 1px #000000; }

.draggable .handle {
  cursor: -webkit-grab;
  cursor: grab; }

.drop {
  margin: 2rem 0;
  min-height: 3rem; }

.drop:empty {
  background: #e6e6e6; }

.drop:empty.active {
  background: rgba(0, 255, 42, 0.25); }

.drop:empty:before {
  width: 100%;
  display: block;
  padding: 1.5rem 0;
  text-align: center;
  font-size: 1rem;
  color: #cacaca;
  content: "ACTIVE ROSTER"; }

.drop.active:empty:before {
  color: #8a8a8a; }

.drop.active {
  opacity: 1; }

.drop.active .hide-for-active {
  display: none; }

.drop.active .large_profile_img {
  position: relative; }

.drop.active .large_profile_img .sub_button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1; }

.drop.active .large_profile_title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.drop.active .large_profile_title .profile_title {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 10, 10, 0)), to(rgba(10, 10, 10, 0.5)));
  background: linear-gradient(rgba(10, 10, 10, 0), rgba(10, 10, 10, 0.5));
  padding: 2%;
  font-weight: 700; }

.drop.active .large_profile_title .profile_title small {
  font-size: 3rem;
  line-height: 1;
  display: block;
  color: #fefefe; }

.drop.active .large_profile_title .profile_title small {
  font-size: 75%;
  color: #fefefe; }

.phantom-block {
  visibility: visible;
  background: #e6e6e6;
  border: 3px dashed #ffae00;
  height: 2.5rem; }

.active .ui-sortable-helper {
  max-height: 2rem; }

.inactive_players .player_stat,
.active .ui-sortable-helper .player_stat {
  display: none; }

.inactive_players .large_profile_img img,
.active .ui-sortable-helper .large_profile_img img {
  max-width: 45px;
  overflow: hidden;
  max-height: 50px; }

.inactive_players .large_profile_title,
.inactive_players .large_profile_img .sub_button {
  display: none; }

.player_stat tbody td a, .player_stat tbody td input {
  margin-bottom: 0; }

.player_stat tbody th, .player_stat tbody td {
  padding: 0 0.33333rem; }

table.player_stat {
  border-top: 6px solid #004d0d;
  border-bottom: 6px solid #004d0d; }

.player_stat tbody tr {
  border-top: 2px solid #004d0d;
  border-bottom: 2px solid #004d0d;
  background-color: #004d0d;
  color: #fefefe; }

.player_stat thead, tbody, tfoot {
  border: none; }

.over {
  border: solid 4px #ACFA58; }

#timetable {
  margin-top: 50px;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid black; }

#timetable th {
  text-align: center; }

#timetable td {
  width: 150px;
  height: 75px;
  border: 1px solid black; }

#cd_status {
  color: #0c8620; }

.out-of-stock {
  display: none; }

h4.menu-item-type-custom {
  text-align: center; }

#main-nav .event-menu-region .menu-column-img {
  background: none; }

.clock_action_button {
  opacity: 80%;
  z-index: 1;
  width: 100%;
  font-size: 50px; }

.ribbon_bar {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #eef3ee;
  opacity: 90%;
  z-index: 2; }

.ribbon_bar h2 {
  font-size: 20px; }

#cd_stop, #cd_start {
  margin: 0; }

input#cd_first_half, input#cd_second_half, #cd_ot {
  font-size: 10px;
  margin: 0;
  padding: 5px;
  font-weight: bolder; }

#ribbon_clock_btn span {
  font-size: 40px;
  top: 0; }

.score_to_ribbon_bar h3 {
  font-size: 20px;
  top: 0; }

#ribbon_clock_btn #cd_status {
  font-size: 12px; }

.ribbon_bar .button {
  padding: 6px; }

.ribbon_bar .clock_action_button {
  padding: none; }

#site-navigation #main-nav .is-dropdown-submenu.menu #event-menu-region .custom_menu a {
  color: #fefefe;
  font-size: 0.9rem;
  letter-spacing: -0.5px;
  font-weight: 700;
  padding: 10px;
  background: #fefefe;
  font-size: 1.2rem;
  text-align: center;
  -webkit-box-shadow: 2px 4px 6px 0px #848282;
          box-shadow: 2px 4px 6px 0px #848282;
  margin-top: 14px;
  border-radius: 5px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all .2s;
  transition: all .2s; }
  @media screen and (min-width: 64em) {
    #site-navigation #main-nav .is-dropdown-submenu.menu #event-menu-region .custom_menu a {
      width: 50%;
      float: right; } }

#site-navigation #main-nav .is-dropdown-submenu.menu #event-menu-region .custom_menu a:hover {
  border: none;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 2px 6px 8px 0px #848282;
          box-shadow: 2px 6px 8px 0px #848282; }

.hidden_tab {
  display: none; }

.postponed_complete_border {
  border-right: 1px solid #ecb6b6;
  border-left: 1px solid #ecb6b6;
  border-top: 1px solid #ecb6b6;
  border-bottom: 1px solid #ecb6b6; }

.postponed_complete_border:after {
  content: "Postponed";
  position: absolute;
  -ms-transform: rotate(300deg);
      transform: rotate(300deg);
  -webkit-transform: rotate(351deg);
  color: #d08282;
  margin: -30px 0 0 137px;
  font-size: 10px;
  font-weight: bolder; }

.callout.alert {
  background-color: #f18270;
  color: #3a3a3a; }

.club_team {
  font-size: 1.5rem;
  font-weight: 600;
  padding: 10px 0 10px 0; }

.profile iframe,
.profile .profile-image-bg,
.gset {
  -webkit-box-shadow: none;
          box-shadow: none; }

#event-stats .tabs-title > a,
#event-tabs .tabs-title > a {
  border: 1px solid #fefefe; }

#season-stats .tabs-title > a {
  border: 1px solid #fefefe; }

.passport_brder {
  position: relative;
  border-radius: 5%;
  border: outset;
  border-width: 7px;
  border-color: #009933; }

.passport_ribbon {
  background-image: url(https://grassroots365.com/wp-content/themes/g365-press/assets/badges/EBC-King-o-Court/Ballislife-Jr.-All-American-Camp-KOTC.png);
  position: absolute;
  top: -33px;
  right: -34px;
  height: 69px;
  width: 84px;
  background-size: cover; }

@media screen and (max-width: 39.99875em) {
  .passport_brder:before {
    content: '';
    position: absolute;
    top: -7px;
    left: -155px;
    width: 53px;
    height: 105%;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transform: skewX(-30deg);
        -ms-transform: skewX(-30deg);
            transform: skewX(-30deg);
    -webkit-animation-name: shiny;
            animation-name: shiny;
    -webkit-animation-duration: 10s;
            animation-duration: 10s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-delay: .3s;
            animation-delay: .3s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.13)), color-stop(77%, rgba(255, 255, 255, 0.13)), color-stop(92%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%); } }

.passport_brder:before {
  content: '';
  position: absolute;
  top: -7px;
  left: -155px;
  width: 53px;
  height: 105%;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transform: skewX(-30deg);
      -ms-transform: skewX(-30deg);
          transform: skewX(-30deg);
  -webkit-animation-name: shiny;
          animation-name: shiny;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.13)), color-stop(77%, rgba(255, 255, 255, 0.13)), color-stop(92%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%); }

@-webkit-keyframes shiny {
  0% {
    left: -155;
    top: -7px; }
  60% {
    top: -7px;
    left: 70px;
    height: 105%; }
  80% {
    -webkit-transform: skewX(-30deg);
            transform: skewX(-30deg);
    top: 73px;
    left: 140px;
    height: 94%; }
  100% {
    -webkit-transform: skewX(-60deg);
            transform: skewX(-60deg);
    left: 250px;
    top: 350px;
    height: 0%; } }

@keyframes shiny {
  0% {
    left: -155;
    top: -7px; }
  60% {
    top: -7px;
    left: 70px;
    height: 105%; }
  80% {
    -webkit-transform: skewX(-30deg);
            transform: skewX(-30deg);
    top: 73px;
    left: 140px;
    height: 94%; }
  100% {
    -webkit-transform: skewX(-60deg);
            transform: skewX(-60deg);
    left: 250px;
    top: 350px;
    height: 0%; } }

@media screen and (max-width: 39.99875em) {
  @-webkit-keyframes shiny {
    0% {
      left: -100;
      top: -7; }
    95% {
      -webkit-transform: skewX(-30deg);
              transform: skewX(-30deg);
      left: 135px;
      top: -7; }
    100% {
      -webkit-transform: skewX(0deg);
              transform: skewX(0deg);
      left: 160px;
      top: -10px; } }
  @keyframes shiny {
    0% {
      left: -100;
      top: -7; }
    95% {
      -webkit-transform: skewX(-30deg);
              transform: skewX(-30deg);
      left: 135px;
      top: -7; }
    100% {
      -webkit-transform: skewX(0deg);
              transform: skewX(0deg);
      left: 160px;
      top: -10px; } } }

.stats__table-heading {
  background: #ffffff;
  color: #0f1d36;
  text-align: left;
  text-decoration: underline;
  padding: 20px 0; }

.stats__table--player {
  background-color: #fefefe;
  color: #fefefe;
  border: 1px solid #cacaca; }

.stats__table--playerGames {
  background-color: #325CAF;
  color: #fefefe;
  border: 1px solid #cacaca; }
  .stats__table--playerGames:hover {
    background-color: #325CAF; }

@media screen and (max-width: 39.99875em) {
  .stats__table--player, .stats__table--playerGames {
    font-size: 0.75rem; } }

.locked-notification__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 1rem;
  padding: 1rem;
  background-color: #e6e6e6;
  border: 1px solid #ffae00; }
  .locked-notification__wrapper .fi-alert {
    color: #ffae00; }
  .locked-notification__wrapper p {
    margin-bottom: 0;
    margin-left: 1rem; }

.locked__image {
  display: block;
  margin: 0 auto; }
  @media screen and (max-width: 39.99875em) {
    .locked__image {
      height: 85vh; } }
  .locked__image-wrapper {
    position: relative; }

.locked__modal-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50%;
  height: auto;
  z-index: 15;
  background-color: white;
  border-radius: 5px;
  padding: 1rem 0 3rem 0; }
  @media screen and (max-width: 39.99875em) {
    .locked__modal-wrapper {
      width: 85%; } }

.locked__modal--icon {
  font-size: 5rem; }
  @media screen and (max-width: 39.99875em) {
    .locked__modal--icon {
      font-size: 2rem; } }

.locked__modal--list {
  text-align: left;
  width: 57%;
  margin: 2rem auto; }
  @media screen and (max-width: 39.99875em) {
    .locked__modal--list {
      width: 65%; } }

.locked__link {
  text-decoration: none !important;
  border-radius: 50px; }
  .locked__link--annual {
    background-color: #fefefe;
    color: #fefefe; }
    @media screen and (max-width: 39.99875em) {
      .locked__link--annual {
        font-size: 14px; } }

.profile .profile-name {
  color: #fefefe; }

@media screen and (max-width: 39.99875em) {
  .profile-info--club {
    margin-top: 1rem; } }

.profile .profile-divider {
  border-bottom: #fefefe solid 2px; }

.pl-tabs a {
  font-size: 1.5rem;
  padding: 0;
  margin: 0;
  text-decoration: none; }

.pl-tabs a {
  border: 1px solid #c1baba; }

.pl-tabs a:hover {
  color: #ffffff; }

.profile-image__player {
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25); }

.profile__nav--item {
  color: #696969 !important; }
  .profile__nav--item:focus, .profile__nav--item[aria-selected='true'] {
    background: transparent !important;
    border-bottom: 5px solid #000000 !important;
    color: #0a0a0a !important;
    text-decoration: none !important; }
  .profile__nav--item:hover {
    color: #0a0a0a !important;
    background: transparent !important; }

.pl-info table td {
  border-right: 1px solid black; }

.sticky-note {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 1; }

.sticky-note p {
  float: left;
  padding: 0px 13px 3px 12px;
  margin: 6px 0px 0 0;
  background: #17294b;
  color: #fff;
  display: none; }

span.sticky-note:hover p {
  display: block; }

.tile h1 {
  display: none; }

.pl_profile_ul {
  background-color: #e6e6e6;
  list-style: none;
  margin: 0 0 40px 0;
  width: 100%;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25); }
  @media screen and (max-width: 39.99875em) {
    .pl_profile_ul {
      margin: 0 -2rem 40px -2rem;
      width: 100vw; } }

@media screen and (max-width: 39.99875em) {
  .pl_profile_ul.pl_profile_ul--player {
    margin: 0 -2rem 40px -1rem; } }

@media screen and (max-width: 39.99875em) {
  .pl_profile_ul.slb {
    margin-left: -.625rem; } }

ul.pl_profile_ul.small-up-2.medium-up-4.text-center li a {
  padding: 14px;
  font-size: 16px;
  text-decoration: none; }
  @media screen and (min-width: 40em) {
    ul.pl_profile_ul.small-up-2.medium-up-4.text-center li a {
      font-size: 20px; } }

ul.pl_profile_ul.small-up-4.medium-up-4.text-center li a {
  padding: 14px;
  font-size: 16px;
  text-decoration: none; }
  @media screen and (min-width: 40em) {
    ul.pl_profile_ul.small-up-4.medium-up-4.text-center li a {
      font-size: 20px; } }

ul.pl_profile_ul.small-up-5.medium-up-5.text-center li a {
  padding: 12px;
  font-size: 14px;
  text-decoration: none; }
  @media screen and (min-width: 40em) {
    ul.pl_profile_ul.small-up-5.medium-up-5.text-center li a {
      font-size: 20px; } }

@media only screen and (max-width: 1130px) {
  #profile-wrapper {
    padding-top: 2rem; } }

@media screen and (max-width: 39.99875em) {
  #profile-wrapper {
    padding-top: 0; } }

.team_roster a {
  width: 100%;
  display: block;
  font-size: 1.5rem;
  /* text-align: center; */
  text-decoration: none;
  padding: 8px 0 8px 14px;
  border-bottom: 1px solid #e0dcdc; }

.ls-hover:hover {
  background-color: #279645; }

.ribbon_bar #cd_start {
  font-size: 10px;
  border: 2px solid #000000;
  margin-top: 0;
  margin-bottom: 0; }

.ribbon_bar #cd_reset {
  font-size: 10px;
  border: 2px solid #888686;
  margin-top: 0;
  margin-bottom: 0; }

.ribbon_bar #cd_pause {
  font-size: 10px;
  border: 2px solid #ec5840;
  margin-top: 0;
  margin-bottom: 0; }

.ribbon_bar .game_score {
  padding-bottom: -10;
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 16px;
  height: 30px;
  border-bottom-width: 6px; }

.ribbon_bar .clock_action_button {
  font-family: ui-rounded;
  line-height: 0.4; }

.clock_action_button {
  font-family: ui-rounded; }

.ribbon_bar .set_time_and_status input {
  margin-bottom: 0; }

.g365_data_manager_content_wrapper .input-group-label.result-title {
  width: 58%; }

.profile_title span {
  color: #ffffff; }

h1.article-info {
  display: block; }

.stat_table thead:hover {
  cursor: pointer; }

.social_sharing {
  text-align: right;
  padding-bottom: 5px; }
  @media screen and (max-width: 39.99875em) {
    .social_sharing {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: baseline;
      -webkit-align-items: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      width: 100% !important; } }

.social_sharing div {
  float: right; }

@media screen and (max-width: 39.99875em) {
  .social_sharing div:nth-of-type(3) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; } }

@media screen and (max-width: 39.99875em) {
  .social_sharing div:nth-of-type(1) #game-stat-form div {
    width: 175px !important; }
  .social_sharing div:nth-of-type(3) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 0 !important;
    width: 100%; }
    .social_sharing div:nth-of-type(3) .fb-share-button {
      position: relative;
      -webkit-box-align: baseline;
      -webkit-align-items: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      left: -5px;
      margin-right: 10px; } }

.club_game_result_ls {
  border-bottom: 2px solid;
  padding: 10px 0; }
  .club_game_result_ls:hover {
    background-color: transparent; }

.image-wrapper {
  width: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
  border-radius: 50%; }

.image-wrapper img {
  display: inline;
  margin: 0 auto;
  height: 150%;
  width: auto; }

.no-js #loader {
  display: none; }

.js #loader {
  display: block;
  position: relative;
  left: 100px;
  top: 0; }

.page_loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999 !important;
  background: url(/wp-content/themes/g365-press/assets/tiny-logos/g365_loading_icon.gif) center no-repeat #fff;
  background-color: #ffffff; }

#club_overall_graph text {
  fill: #a59e9e; }

#team_game_chart text {
  fill: #a59e9e; }

input#slb_submit_btn, #change_event_btn {
  padding: 12px 32px 12px 32px; }

#roster_enabled_switch.tabs.is-active {
  border-bottom: none; }

#roster_enabled_switch .tabs-title > a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  #roster_enabled_switch .tabs-title > a:hover {
    background: #fefefe;
    color: white; }

#roster_enabled_switch .tabs-title > a[aria-selected="true"] {
  font-weight: 700;
  background-color: #F2F2F2; }
  #roster_enabled_switch .tabs-title > a[aria-selected="true"]:hover {
    color: #fefefe; }

#g365_roster_form_enabled small, #g365_roster_form_disabled small, #g365_roster_form_data small {
  background: none; }

#g365_roster_form_enabled .block, #g365_roster_form_disabled .block, #g365_roster_form_data .block {
  width: 30%; }
  @media screen and (max-width: 63.99875em) {
    #g365_roster_form_enabled .block, #g365_roster_form_disabled .block, #g365_roster_form_data .block {
      width: 100%; } }
  #g365_roster_form_enabled .block.text-right, #g365_roster_form_disabled .block.text-right, #g365_roster_form_data .block.text-right {
    width: 100%; }

@media screen and (max-width: 39.99875em) {
  #g365_roster_form_enabled .input-group-field, #g365_roster_form_disabled .input-group-field, #g365_roster_form_data .input-group-field {
    font-size: 14px; } }

@media screen and (max-width: 39.99875em) {
  .editRosters__addPlayersList .result-title {
    font-size: 12px; } }

@media screen and (max-width: 39.99875em) {
  .editRosters__addPlayersList .site-close-button, .editRosters__addPlayersList .site-close-button.button {
    font-weight: 700;
    border: none;
    border-left: none !important;
    margin-left: 0; } }

#tournament_roster_admin_fieldset input::-webkit-outer-spin-button,
#tournament_roster_admin_fieldset input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

@media screen and (min-width: 64em) {
  .team_leaders.small-6.medium-3.large-2 {
    width: 220px; } }

.watchlist .entry-title, .allTournament .entry-title {
  display: none; }

.watchlist__wrap, .allTournament__wrap {
  position: relative;
  height: 35rem; }
  @media screen and (max-width: 63.99875em) {
    .watchlist__wrap, .allTournament__wrap {
      height: 30rem;
      margin-left: -0.9375rem;
      margin-right: -0.9375rem; } }
  @media screen and (max-width: 39.99875em) {
    .watchlist__wrap, .allTournament__wrap {
      height: 18rem;
      margin-top: -4.6rem; } }

.watchlist__info, .allTournament__info {
  position: absolute;
  left: 5%;
  top: 15%;
  width: 50%; }

.watchlist__heading, .allTournament__heading {
  font-size: 6rem;
  text-transform: uppercase; }
  @media screen and (max-width: 63.99875em) {
    .watchlist__heading, .allTournament__heading {
      font-size: 4rem; } }
  @media screen and (max-width: 39.99875em) {
    .watchlist__heading, .allTournament__heading {
      font-size: 2.5rem; } }

.watchlist__tab-heading, .allTournament__tab-heading {
  font-family: 'Montserrat';
  text-transform: uppercase;
  background: #e6e6e6 !important;
  color: #3a3a3a !important; }

.watchlist__text, .allTournament__text {
  font-size: 1.3rem; }
  @media screen and (max-width: 63.99875em) {
    .watchlist__text, .allTournament__text {
      font-size: 1rem; } }
  @media screen and (max-width: 39.99875em) {
    .watchlist__text, .allTournament__text {
      font-size: .9rem; } }

.watchlist__img, .allTournament__img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 -60px;
     object-position: 0 -60px;
  width: 100%;
  height: 100%; }
  @media screen and (max-width: 63.99875em) {
    .watchlist__img, .allTournament__img {
      -o-object-position: 0 0;
         object-position: 0 0; } }
  @media screen and (max-width: 39.99875em) {
    .watchlist__img, .allTournament__img {
      -o-object-fit: fill;
         object-fit: fill; } }

.watchlist__player, .allTournament__player {
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#141e30), color-stop(40%, #243b55), color-stop(40%, white));
  background: linear-gradient(to bottom, #141e30, #243b55 40%, white 40%);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .2s;
  transition: all .2s; }
  .watchlist__player:hover, .allTournament__player:hover {
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02); }

.watchlist__player-img, .allTournament__player-img {
  height: 125px;
  width: 125px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0px -5px;
     object-position: 0px -5px;
  margin: 0 auto;
  border: 4px solid #fefefe;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 63.99875em) {
    .watchlist__player-img, .allTournament__player-img {
      height: 90px;
      width: 90px; } }
  @media screen and (max-width: 39.99875em) {
    .watchlist__player-img, .allTournament__player-img {
      height: 90px;
      width: 90px; } }

.alphabet-nav {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin-left: 0;
  background: #F2F2F2;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.25); }
  @media screen and (max-width: 39.99875em) {
    .alphabet-nav {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

.alphabet-li {
  font-weight: 500;
  font-size: .9rem;
  margin: 0; }
  .alphabet-li:hover {
    cursor: pointer; }
  .alphabet-li.jump-active {
    font-weight: 700;
    font-size: 1.2rem; }

@media screen and (max-width: 39.99875em) {
  .allTournament__info {
    top: 5%; } }

@media screen and (max-width: 39.99875em) {
  .watchlist__tabs-wrapper {
    width: 100vw;
    overflow: scroll;
    margin-left: -2rem; } }

@media screen and (max-width: 39.99875em) {
  .watchlist nav {
    width: 56rem;
    padding-top: 1rem; } }

#allTournamentBody h1.text-center {
  display: none; }

#allTournamentBody .allTournament__img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 0;
     object-position: 0 0;
  width: 100%;
  height: 100%; }
  @media screen and (max-width: 63.99875em) {
    #allTournamentBody .allTournament__img {
      -o-object-position: 0 0;
         object-position: 0 0; } }
  @media screen and (max-width: 39.99875em) {
    #allTournamentBody .allTournament__img {
      -o-object-fit: fill;
         object-fit: fill; } }

.home-ranking__td {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #cacaca;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25); }
  @media screen and (max-width: 39.99875em) {
    .home-ranking__td {
      width: 45vw;
      -webkit-box-pack: space-evenly;
      -webkit-justify-content: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly;
      min-height: 106px; } }

.home-ranking__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 39.99875em) {
    .home-ranking__link {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center;
      width: 60%; } }

.watchlist__player-img[src^="https://dev.grassroots365.com/wp-content/uploads/event-profiles/g365_profile_placeholder.gif"],
.allTournament__player-img[src^="https://dev.grassroots365.com/wp-content/uploads/event-profiles/g365_profile_placeholder.gif"] {
  -o-object-position: 0 -20px;
     object-position: 0 -20px; }

.gold-border {
  border-radius: 5%;
  border: outset;
  border-width: 7px;
  border-color: #D4AF37; }

p.player_award_label {
  font-size: 14px;
  color: white; }
  @media screen and (max-width: 39.99875em) {
    p.player_award_label {
      font-size: 12px; } }

p.player_award_label_mvp {
  font-size: 14px;
  color: #D4AF63; }
  @media screen and (max-width: 39.99875em) {
    p.player_award_label_mvp {
      font-size: 12px; } }

@media screen and (max-width: 39.99875em) {
  .reflection:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100px;
    width: 53px;
    height: 102%;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transform: skewX(-30deg);
        -ms-transform: skewX(-30deg);
            transform: skewX(-30deg);
    -webkit-animation-name: shine;
            animation-name: shine;
    -webkit-animation-duration: 7s;
            animation-duration: 7s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-delay: .3s;
            animation-delay: .3s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.13)), color-stop(77%, rgba(255, 255, 255, 0.13)), color-stop(92%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%); } }

.reflection:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100px;
  width: 53px;
  height: 102%;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transform: skewX(-30deg);
      -ms-transform: skewX(-30deg);
          transform: skewX(-30deg);
  -webkit-animation-name: shine;
          animation-name: shine;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.13)), color-stop(77%, rgba(255, 255, 255, 0.13)), color-stop(92%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%); }

@-webkit-keyframes shine {
  0% {
    left: -100;
    top: 0; }
  95% {
    height: 102%;
    -webkit-transform: skewX(-30deg);
            transform: skewX(-30deg);
    left: 185px;
    width: 53px;
    top: 0; }
  100% {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
    left: 200px;
    top: 0px; } }

@keyframes shine {
  0% {
    left: -100;
    top: 0; }
  95% {
    height: 102%;
    -webkit-transform: skewX(-30deg);
            transform: skewX(-30deg);
    left: 185px;
    width: 53px;
    top: 0; }
  100% {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
    left: 200px;
    top: 0px; } }

@media screen and (max-width: 39.99875em) {
  @-webkit-keyframes shine {
    0% {
      left: -100;
      top: 0; }
    95% {
      height: 102%;
      -webkit-transform: skewX(-30deg);
              transform: skewX(-30deg);
      left: 260px;
      width: 53px;
      top: 0; }
    100% {
      -webkit-transform: skewX(0deg);
              transform: skewX(0deg);
      left: 200px;
      top: 0px; } }
  @keyframes shine {
    0% {
      left: -100;
      top: 0; }
    95% {
      height: 102%;
      -webkit-transform: skewX(-30deg);
              transform: skewX(-30deg);
      left: 260px;
      width: 53px;
      top: 0; }
    100% {
      -webkit-transform: skewX(0deg);
              transform: skewX(0deg);
      left: 200px;
      top: 0px; } } }

.stat-header__wrap {
  position: relative;
  height: 35rem; }
  @media screen and (max-width: 63.99875em) {
    .stat-header__wrap {
      height: 30rem;
      margin-left: -0.9375rem;
      margin-right: -0.9375rem; } }
  @media screen and (max-width: 39.99875em) {
    .stat-header__wrap {
      height: 18rem;
      margin-top: -2rem; } }

.stat-header__info {
  position: absolute;
  left: 5%;
  top: 15%;
  width: 70%; }

.stat-header__heading {
  font-size: 6rem;
  text-transform: uppercase; }
  @media screen and (max-width: 63.99875em) {
    .stat-header__heading {
      font-size: 4rem; } }
  @media screen and (max-width: 39.99875em) {
    .stat-header__heading {
      font-size: 2.5rem; } }

.stat-header__text {
  font-size: 1.3rem; }
  @media screen and (max-width: 63.99875em) {
    .stat-header__text {
      font-size: 1rem; } }
  @media screen and (max-width: 39.99875em) {
    .stat-header__text {
      font-size: .9rem; } }

.stat-header__img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 0px;
     object-position: 0 0px;
  width: 100%;
  height: 100%; }
  @media screen and (max-width: 63.99875em) {
    .stat-header__img {
      -o-object-position: 0 0;
         object-position: 0 0; } }
  @media screen and (max-width: 39.99875em) {
    .stat-header__img {
      -o-object-fit: fill;
         object-fit: fill; } }

.stat_leaderboard img[src^="https://dev.grassroots365.com/wp-content/uploads/event-profiles/g365_profile_placeholder.gif"],
.stat_leaderboard img[src^="https://grassroots365.com/wp-content/uploads/event-profiles/g365_profile_placeholder.gif"] {
  position: relative;
  bottom: 20%; }

.stat_leaderboard thead th:nth-of-type(2) {
  text-align: right;
  padding: 0.5rem 1rem 0.625rem; }

@media screen and (max-width: 39.99875em) {
  .stat_leaderboard .responsive-table {
    padding: 0; } }

.buttonization {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #FEFEFE;
  width: 58%;
  background-color: #fefefe;
  -webkit-box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center; }
  .buttonization:hover {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    background-color: #F2F2F2;
    color: #fefefe;
    width: 58%;
    background-color: #000000;
    -webkit-box-shadow: 2px 4px 3px 1px rgba(0, 0, 0, 0.25);
            box-shadow: 2px 4px 3px 1px rgba(0, 0, 0, 0.25);
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
    border-radius: 30px; }
  .buttonization:active {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px); }

.stat-table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 2rem;
  border-top: solid;
  border-radius: 5px;
  border-color: #fefefe;
  border-top-width: medium; }

.responsive-table {
  padding-left: 40px; }

.camp-awards__wrap {
  position: relative;
  height: 35rem; }
  @media screen and (max-width: 63.99875em) {
    .camp-awards__wrap {
      height: 30rem;
      margin-left: -0.9375rem;
      margin-right: -0.9375rem; } }
  @media screen and (max-width: 39.99875em) {
    .camp-awards__wrap {
      height: 18rem;
      margin-top: -2rem; } }

.camp-awards__info {
  position: absolute;
  left: 5%;
  top: 15%;
  width: 50%; }

.camp-awards__heading {
  font-size: 6rem;
  text-transform: uppercase;
  color: #fefefe; }
  @media screen and (max-width: 63.99875em) {
    .camp-awards__heading {
      font-size: 4rem; } }
  @media screen and (max-width: 39.99875em) {
    .camp-awards__heading {
      font-size: 2.5rem; } }

.camp-awards__text {
  font-size: 1.3rem;
  color: #fefefe; }
  @media screen and (max-width: 63.99875em) {
    .camp-awards__text {
      font-size: 1rem; } }
  @media screen and (max-width: 39.99875em) {
    .camp-awards__text {
      font-size: .9rem; } }

.camp-awards__link, .camp-awards__link:visited {
  display: block;
  color: yellow; }
  .camp-awards__link:hover, .camp-awards__link:visited:hover {
    color: yellow; }

.camp-awards__img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 0px;
     object-position: 0 0px;
  width: 100%;
  height: 100%; }
  @media screen and (max-width: 63.99875em) {
    .camp-awards__img {
      -o-object-position: 0 0;
         object-position: 0 0; } }
  @media screen and (max-width: 39.99875em) {
    .camp-awards__img {
      -o-object-fit: fill;
         object-fit: fill; } }

.camp-awards__content {
  border: none; }

.passport-border {
  border: solid 1rem;
  border-image-source: linear-gradient(45deg, #fefefe, #24fe41);
  border-image-slice: 1;
  border-image-width: 1rem; }

.ev_locked {
  padding: 10px;
  border: 1px solid;
  border-radius: 5px;
  background-color: #cacaca; }
  .ev_locked:before {
    margin-right: 1rem;
    text-decoration: none; }
    @media screen and (max-width: 39.99875em) {
      .ev_locked:before {
        margin-right: 0; } }
  .ev_locked:hover {
    cursor: help; }

.pl_lock_message {
  text-align: center;
  padding: 20px;
  text-decoration: underline;
  font-weight: bolder;
  font-size: 24px;
  color: #a50000; }

@media screen and (min-width: 40em) {
  .calendar__container {
    border: 2px solid #cacaca;
    border-radius: 5px;
    background-color: #F2F2F2;
    padding: 2rem; } }

@media screen and (max-width: 39.99875em) {
  .calendar__container th {
    font-size: .9rem;
    padding: 0.5rem 2px 1rem; } }

@media screen and (max-width: 39.99875em) {
  .calendar__container tbody td {
    font-size: .9rem;
    padding: 0.5rem 2px 1rem; } }

@media screen and (max-width: 39.99875em) {
  .calendar__container tbody td:nth-of-type(2) {
    font-size: .8rem; } }

.stats_customize {
  border: solid;
  border-color: #fefefe; }

a.flex {
  text-decoration: none; }

.player_link {
  color: #fefefe; }

.team-image-wrapper {
  width: 70px;
  height: 70px;
  position: relative;
  overflow: hidden;
  border-radius: 50%; }

.team-responsive-table {
  padding-left: 10px; }

.locked__banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #ffae00;
  background: #F2F2F2;
  padding: 5px;
  margin-bottom: 2rem; }
  .locked__banner i {
    color: #ffae00;
    font-size: 1.5rem; }
  .locked__banner p {
    margin-bottom: 0;
    margin-left: 1rem; }

.disclaimer {
  text-align: left; }
  .disclaimer__heading {
    margin: 1rem 0 .5rem;
    text-transform: uppercase;
    font-size: 1rem;
    color: #3a3a3a; }
  .disclaimer--stat {
    width: 100%; }

.photo__list-heading {
  font-weight: 700;
  font-size: 1rem;
  color: #3a3a3a;
  text-transform: uppercase;
  margin-bottom: 0; }

.photo__player-list {
  margin-top: 1rem; }
  .photo__player-list--item {
    background: white;
    border: 1px solid #cacaca;
    border-radius: 5px;
    text-transform: none;
    width: 100%;
    padding: .8rem;
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all .2s;
    transition: all .2s; }
    .photo__player-list--item:focus {
      background: white; }
    .photo__player-list--item:hover {
      cursor: pointer; }
    .photo__player-list--item.active {
      font-weight: 700;
      background-color: #fefefe;
      color: white;
      margin-bottom: 0; }
      .photo__player-list--item.active:hover {
        cursor: default; }
    .photo__player-list--item p {
      margin-bottom: 0; }

.photo__account-container {
  display: none; }

.photo__button--add {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 4rem;
  height: 4rem;
  z-index: 1000;
  border: none;
  background: #fefefe;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  font-weight: 700;
  padding: 1rem 1.5rem;
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s; }
  @media print, screen and (min-width: 40em) {
    .photo__button--add {
      width: auto;
      height: auto;
      border-radius: 50px;
      font-size: 1rem;
      position: static;
      margin: 1rem 0 1rem auto;
      -webkit-box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.2);
              box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.2); }
      .photo__button--add span {
        margin-left: 5px; } }

.photo__library {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }

.photo__img-container {
  position: relative;
  -webkit-flex-basis: calc(33% - 4px);
      -ms-flex-preferred-size: calc(33% - 4px);
          flex-basis: calc(33% - 4px);
  margin: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .photo__img-container.pending__img-container {
    -webkit-flex-basis: calc(10% - 4px);
        -ms-flex-preferred-size: calc(10% - 4px);
            flex-basis: calc(10% - 4px); }
  .photo__img-container--homepage {
    position: relative;
    -webkit-flex-basis: calc(20% - 4px);
        -ms-flex-preferred-size: calc(20% - 4px);
            flex-basis: calc(20% - 4px);
    margin: 2px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .photo__img-container--homepage::before {
      content: '';
      display: block;
      padding-top: 100%; }
  .photo__img-container::before {
    content: '';
    display: block;
    padding-top: 100%; }
  .photo__img-container.photo__private-container::after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    background-image: url("https://grassroots365.com/wp-content/uploads/2021/11/hidden-eye.png");
    background-size: 90px 70px;
    display: inline-block;
    width: 90px;
    height: 70px;
    content: ""; }
  .photo__img-container.photo__homepage {
    border: 5px solid #D4AF37; }
  .photo__img-container.photo__admin::after {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("https://grassroots365.com/wp-content/uploads/2017/09/g365_logo_4CP_Sm.png");
    background-size: 100px 30px;
    width: 100px;
    height: 30px;
    content: ''; }
  .photo__img-container.photo__admin.photo__private-container::after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    background-image: url("https://grassroots365.com/wp-content/uploads/2021/11/hidden-eye.png");
    background-size: 90px 70px;
    display: inline-block;
    width: 90px;
    height: 70px;
    content: ""; }
  @media print, screen and (min-width: 40em) {
    .photo__img-container {
      -webkit-flex-basis: calc(25% - 10px);
          -ms-flex-preferred-size: calc(25% - 10px);
              flex-basis: calc(25% - 10px);
      margin: 5px; } }

.photo__img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }
  .photo__img:hover {
    cursor: pointer; }
  .photo__img.photo__private {
    -webkit-filter: brightness(0.3);
            filter: brightness(0.3); }
    .photo__img.photo__private::before {
      content: 'https://cdn1.iconfinder.com/data/icons/hawcons/32/698425-icon-21-eye-hidden-512.png'; }

.photo__context-menu {
  position: absolute;
  z-index: 1000;
  border-radius: 5px;
  width: 230px;
  height: auto;
  background-color: white;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  padding: 5px;
  -webkit-animation-name: appear;
          animation-name: appear;
  -webkit-animation-duration: .2s;
          animation-duration: .2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-transition: all .2s;
  transition: all .2s; }
  @media print, screen and (max-width: 63.99875em) {
    .photo__context-menu {
      width: 250px;
      position: fixed;
      z-index: 1100;
      margin: 0 auto;
      -webkit-transition: all 0s;
      transition: all 0s; } }
  .photo__context-menu:hover {
    -webkit-box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.2);
    cursor: pointer; }
  .photo__context-menu ul {
    margin: 0;
    padding: 5px; }
  .photo__context-menu li {
    position: relative;
    display: block;
    vertical-align: middle;
    line-height: 40px;
    list-style-type: none;
    width: 100%;
    height: auto;
    padding-left: 5px; }
    .photo__context-menu li:not(:last-child) {
      border-bottom: 1px solid #8a8a8a; }
    .photo__context-menu li:hover {
      background-color: #fefefe;
      color: white; }
    .photo__context-menu li#frtItem {
      color: #8a8a8a; }
      .photo__context-menu li#frtItem:hover {
        color: #fff; }

#photoSwitchPlayerBtn:hover {
  cursor: pointer; }

.button--back {
  border: none;
  margin-bottom: 1rem; }
  .button--back:hover {
    cursor: pointer;
    background: none; }
  .button--back:focus {
    background: none; }

.homepage-account {
  margin-bottom: 1rem; }
  .homepage-account__image-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }

@-webkit-keyframes appear {
  0% {
    -webkit-transform: scale(0.1) translateX(-100px);
            transform: scale(0.1) translateX(-100px); }
  100% {
    -webkit-transform: scale(1) translateX(0px);
            transform: scale(1) translateX(0px); } }

@keyframes appear {
  0% {
    -webkit-transform: scale(0.1) translateX(-100px);
            transform: scale(0.1) translateX(-100px); }
  100% {
    -webkit-transform: scale(1) translateX(0px);
            transform: scale(1) translateX(0px); } }

@-webkit-keyframes revappear {
  0% {
    -webkit-transform: scale(0.1) translateX(100px);
            transform: scale(0.1) translateX(100px); }
  100% {
    -webkit-transform: scale(1) translateX(0px);
            transform: scale(1) translateX(0px); } }

@keyframes revappear {
  0% {
    -webkit-transform: scale(0.1) translateX(100px);
            transform: scale(0.1) translateX(100px); }
  100% {
    -webkit-transform: scale(1) translateX(0px);
            transform: scale(1) translateX(0px); } }

.pending__wrapper {
  border: 2px solid #ffae00;
  padding: 5px;
  background: #F5EED6; }
  .pending__wrapper p {
    margin: 0; }

.pending__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 0;
  list-style: none; }

.pending__img-container {
  display: none; }

.toast {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 5px;
  padding: 8px;
  background-color: #3a3a3a;
  color: #fefefe;
  -webkit-box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-animation-name: toast;
          animation-name: toast;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-transition-timing-function: cubic-bezier(0.27, 0.81, 0.86, 1.37);
          transition-timing-function: cubic-bezier(0.27, 0.81, 0.86, 1.37); }

@-webkit-keyframes toast {
  0% {
    top: 25vh; }
  10% {
    top: 22vh; }
  30% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0;
    top: 22vh; } }

@keyframes toast {
  0% {
    top: 25vh; }
  10% {
    top: 22vh; }
  30% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0;
    top: 22vh; } }

.modal__confirm--outer {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8); }

.modal__confirm--inner {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10001;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  height: auto;
  padding: 1.2rem;
  background: #fefefe;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2); }
  @media print, screen and (min-width: 40em) {
    .modal__confirm--inner {
      width: 40%; } }
  .modal__confirm--inner p {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #8a8a8a; }
  .modal__confirm--inner button:hover {
    cursor: pointer;
    background: none; }

#contextMenu li {
  position: relative; }

.profile__homepage-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .profile__homepage-container .photo__img-container {
    position: relative;
    -webkit-flex-basis: calc(20% - 4px);
        -ms-flex-preferred-size: calc(20% - 4px);
            flex-basis: calc(20% - 4px);
    margin: 2px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

/****    Dara CSS    ****/
.player_stat a.button {
  border-radius: 50%;
  background-color: #004d0d;
  color: #fefefe;
  font-weight: 700;
  font-size: 0.6rem; }

.club_team_pchart {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: right; }

.club-rosters {
  margin-bottom: 1px; }

.club-rosters a {
  font-size: 18px; }

.drop.inactive h3 {
  font-size: 1rem; }

.team-ranking {
  padding: 4px;
  text-align: center; }

.rank_position {
  color: #ffffff;
  font-size: 1rem;
  padding: 2px; }

.rank_info {
  color: #ffffff;
  padding: 10px 10px 10px 10px;
  background-color: #172B4E; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 300px;
  border: 1px solid #cacaca;
  background: #fefefe; }

.full_width_container {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw); }

.cts_btn_group {
  background: #f1f2f3;
  border-radius: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  overflow: visible;
  -webkit-box-shadow: 0 1px 4px 0 #3e3939;
          box-shadow: 0 1px 4px 0 #3e3939; }

.cts_btn_group .cts--active, .cts_btn_group .cts--active.cts_btn--filter, .cts_btn_group .cts--active.cts_btn--filter:hover, .cts_btn_group .cts--active:hover {
  background: #172849;
  border-radius: 50px;
  -webkit-box-shadow: 0 1px 8px 0 #3e3939;
          box-shadow: 0 1px 8px 0 #3e3939;
  color: #3dfe5c; }

.cts_btn_group .cts_btn {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #48494a; }

.cts_btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
          align-items: center;
  border: 1px solid transparent;
  border-radius: 50px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-size: 12px;
  font-weight: 600;
  height: 32px;
  -webkit-justify-content: center;
          justify-content: center;
  line-height: 1;
  max-width: 414px;
  overflow: hidden;
  padding: 0 18px;
  position: relative;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  white-space: nowrap; }

.cts_box_score {
  -webkit-box-shadow: 0 0 15px 0 #535353;
          box-shadow: 0 0 15px 0 #535353;
  padding: 14px;
  border-radius: 10px; }

.ts_top {
  padding: 28px;
  font-size: 22px;
  min-height: 122px; }

.ts_top_result {
  -webkit-transform: translate(0, 32%);
      -ms-transform: translate(0, 32%);
          transform: translate(0, 32%);
  text-align: center;
  vertical-align: middle;
  text-align: center;
  font-size: 35px; }

.result_box {
  display: none; }

.pl_box_score {
  margin: 0;
  padding: 40px;
  top: 0;
  color: #ffffff;
  background-color: #162848; }
  @media print, screen and (max-width: 39.99875em) {
    .pl_box_score {
      padding: 0; } }

.ui-dialog {
  z-index: 1000; }

.ui-dialog-titlebar button {
  margin: 36px 0 0 10px;
  position: absolute;
  background: #ffffff;
  padding: 10px;
  font-weight: bolder;
  cursor: pointer; }

.vr_btn {
  border: 1px solid #808080;
  padding: 0 10px 0 10px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bolder;
  background-color: #1a305b;
  color: #ffffff;
  font-size: 12px;
  max-height: 23px;
  min-width: 104px; }

.close_vr_btn {
  border: 1px solid #808080;
  padding: 0 10px 0 10px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bolder;
  background-color: #1a305b;
  color: #ffffff;
  font-size: 12px;
  max-height: 23px;
  position: absolute; }

.ui-dialog-titlebar {
  text-align: center; }

.logo_box img {
  height: 300px;
  width: 400px;
  -webkit-box-shadow: 0px 0px 20px 4px #255dce;
          box-shadow: 0px 0px 20px 4px #255dce;
  border: 1px solid #ffffff;
  border-radius: 10px; }
  @media print, screen and (max-width: 39.99875em) {
    .logo_box img {
      height: 10rem;
      width: 10rem; } }

.opp_logo_box {
  float: right;
  right: 0;
  position: absolute;
  background-color: transparent;
  overflow: hidden;
  min-height: 85px; }

.opp_logo_box img {
  -webkit-transform: skew(25deg) translateY(-50%);
      -ms-transform: skew(25deg) translateY(-50%);
          transform: skew(25deg) translateY(-50%);
  position: static;
  z-index: -1;
  margin: 44px -44px 0 46px;
  background-color: #f3f3f3;
  -webkit-box-shadow: 4px 0px 7px 2px #000000;
          box-shadow: 4px 0px 7px 2px #000000;
  float: right; }

.team_logo_box {
  float: left;
  left: 0;
  position: absolute;
  background-color: transparent;
  overflow: hidden;
  margin: 0 152px 0 -46px;
  z-index: 1; }

.team_logo_box img {
  -webkit-transform: skew(-25deg) translateY(-50%);
      -ms-transform: skew(-25deg) translateY(-50%);
          transform: skew(-25deg) translateY(-50%);
  position: static;
  z-index: -1;
  margin: 45px 50px 0 0;
  background-color: #f3f3f3;
  -webkit-box-shadow: -3px 0px 7px 2px #000000;
          box-shadow: -3px 0px 7px 2px #000000; }

.cts_res {
  max-height: 100px;
  overflow: hidden;
  text-align: center;
  position: relative;
  height: 100px; }

.cts_res .opp_logo_box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.wrap-text--200 {
  overflow-wrap: break-word;
  max-width: 200px; }

tr.result_box:hover {
  background-color: transparent; }

.cts_res_box {
  position: relative;
  margin: 0 auto;
  text-align: center;
  width: 100%; }

.ul-display--3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-left: 0;
  border: 2px dotted;
  padding: 10px;
  font-weight: bolder; }

.li-display--3 {
  list-style: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%; }

tr.color-body.emphasis {
  border-bottom: 1px groove; }

.cts_ddm {
  min-width: 170px;
  border-radius: 4px;
  -webkit-box-shadow: 0 10px 10px 0 #18294d;
          box-shadow: 0 10px 10px 0 #18294d; }

.cts_ddm a:hover {
  color: #ffffff;
  background: #18294d; }

.cts--active.cts_btn::after {
  border-color: #ffffff transparent transparent; }

.cts_btn::after {
  margin: 0 10px 0 0; }

ul.pl_profile_ul.small-up-3.medium-up-3.text-center li a {
  padding: 14px;
  font-size: 16px;
  text-decoration: none; }

@media screen and (min-width: 40em) {
  ul.pl_profile_ul.small-up-3.medium-up-3.text-center li a {
    font-size: 20px; } }

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

@media screen and (max-width: 63.9375em) {
  .hide-for-small-medium {
    display: none !important; }
  .screen-text--small {
    font-size: 10px;
    font-weight: bolder; } }

.cts_btn_group ul li {
  z-index: 2; }

.team_back_btn {
  padding: 10px 0 10px 0;
  max-width: 400px; }

/* -----------------------------------------------the stage additions--------------------------------- */

.body {
  color: #0a0a0a; }

.title-logos {
  border-right-color: #000000; }

.input-group-label {
  color: #000000;
  border: none;
  background: transparent;
  padding: 0 2rem 0 5px; }

.site-header-menu .input-group-label {
  color: #000000;
  border: double; }

.side-slide-menu-button-toggle div {
  background: #000000; }

.input-group-button {
  border-style: double;
  color: #000000; }

.side-slide-menu-open #mastInsert .input-group-label,
.side-slide-menu-open #mastInsert .input-group-field,
.side-slide-menu-open #mastInsert .input-group-button {
  background: #000000; }

.side-slide-menu-wrapper #main-nav {
  background: white;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); }

#site-navigation.side-slide-menu-wrapper .menu .is-active > a,
#site-navigation.side-slide-menu-wrapper .menu .current-menu-ancestor.is-active > a {
  background: -webkit-gradient(linear, left top, right top, from(#fefefe), color-stop(135%, #000000));
  background: linear-gradient(90deg, #fefefe, #000000 135%); }

.side-slide-menu-wrapper #main-nav .is-dropdown-submenu {
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#fefefe));
  background: linear-gradient(#000000, #fefefe); }

.parent {
  position: relative;
  top: 0;
  left: 0; }

.img-1 {
  position: relative;
  top: 0;
  left: 0;
  border: 1px solid #000000; }

.img-2 {
    width: 58%;
    padding-left: 8px;
}
/*   @media print, screen and (min-width: 40em) {
    .img-2 {
      width: auto; } } */

.img-3 {
  width: 18%; }

.img-4 {
  width: 23%; }

.img-5 {
  width: 21%; }

.img-6 {
  width: 18%; }

a.img-3,
a.img-4,
a.img-5,
a.img-6 {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  a.img-3:hover,
  a.img-4:hover,
  a.img-5:hover,
  a.img-6:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05); }

.events-container {
    display: flex;
/*     padding-right: 80px; */
}

.events-container div {
	display: flex;
	flex-direction: column; 
	justify-content: center;
	align-items: center;
	background: rgba(158,157,130,.9); 
	border-radius: 10px;
	width: 50%;
	padding: 5px;
	margin: 5px;
}

.act-link {
  width: 20%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.act {
  width: 55%; }

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

.date {
  color: black;
  font-size: 68%;
  text-align: center;
  -webkit-text-stroke: thin;
}

.college-scroll {
    height: auto;
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%, -10%);
    -ms-transform: translate(-50%, -10%);
    transform: translate(-50%, -10%);
    width: 99%;
}

img.orbit-image {
    height: 144px;
    width: 144px;
}

.parent-2 {
  height: auto;
  position: absolute;
  top: 6%;
  left: 50%;
  -webkit-transform: translate(-50%, -10%);
      -ms-transform: translate(-50%, -10%);
          transform: translate(-50%, -10%); 
  width: 48%;
}
  @media print, screen and (max-width: 39.99875em) {
    .parent-2 {
      width: 100%; } }

#content {
  position: relative;
  margin-top: 0rem; }

.small-padding-top {
  padding-top: 0rem; }

#site-navigation .menu li a {
  color: #000000; }

#site-navigation .menu .current-menu-ancestor > a,
#site-navigation #main-nav.menu .current-menu-item a {
  color: #000000;
  background: none; }

#site-navigation .menu .current-menu-ancestor > a, #site-navigation #main-nav.menu .current-menu-item a:hover {
  color: #000000;
  background: none; }

@media (min-width: 782px) {
  .wp-block-column:not(:first-child) {
    margin-left: 0em;
    margin-right: 2em; } }

.act-1:hover, .act-2:hover, .act-3:hover, .act-4:hover {
  cursor: pointer; }

.img-3, .img-4, .img-5, .img-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.buttonization {
  font-family: Helvetica,"Montserrat", Arial, sans-serif;
  font-weight: 700;
  color: #000000;
  width: 100%;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 30px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center; }
  .buttonization:hover {
    font-family: Helvetica, "Montserrat",  Arial, sans-serif;
    background: #000000;
    color: #fefefe;
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
    border-radius: 30px; }
  .buttonization:active {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px); }

.hero__sub-heading {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    text-shadow: #fefefe 0px 0px 7px;
    font-size: 133%;
    color: #000;
}
  .hero__sub-heading::before {
    content: "";
    position: absolute;
    width: 4rem;
    height: 1px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    border-bottom: 3px solid #686A6C; }


.act-spacer{
  color:#0A0A0A; 
  text-align: center; 
  margin-bottom: 0rem;
  font-size: 14px;
}
.reveal-overlay{
  background-color: rgb(155 154 154 / 96%);
}


//gold border
.gold-border{
  border-radius: 5%;
    border: outset;
    border-width: 7px;
    border-color: #D4AF37;
}

//shiny for the gold border
@media screen and #{breakpoint(small down)} {
     .reflection:before{
       content: '';
       position: absolute;
       top: 0;
       left: -100px;
       width: 53px;
       height: 102%;
       background: rgba(255,255,255, 0.3);
       transform: skewX(-30deg);
       animation-name: shine;
       animation-duration: 7s;
       animation-timing-function: ease-in-out;
       animation-delay: .3s;
       animation-iteration-count: infinite;
       background: linear-gradient(
              to right, 
              rgba(255, 255, 255, 0.13) 0%,
              rgba(255, 255, 255, 0.13) 77%,
              rgba(255, 255, 255, 0.5) 92%,
              rgba(255, 255, 255, 0.0) 100%
               );
       }
}

.reflection:before{
    content: '';
    position: absolute;
    top: 0;
    left: -100px;
    width: 53px;
    height: 102%;
    background: rgba(255,255,255, 0.3);
    transform: skewX(-30deg);
    animation-name: shine;
    animation-duration: 7s;
    animation-timing-function: ease-in-out;
    animation-delay: .3s;
    animation-iteration-count: infinite;
    background: linear-gradient(
        to right, 
        rgba(255, 255, 255, 0.13) 0%,
        rgba(255, 255, 255, 0.13) 77%,
        rgba(255, 255, 255, 0.5) 92%,
        rgba(255, 255, 255, 0.0) 100%
      );
}

@keyframes shine {
      0% {
    left: -100;
    top: 0;
  }
  95% {
    height: 102%;
    transform: skewX(-30deg);
    left: 185px;
    width:53px;
    top: 0;
  }
  100% {
    transform: skewX(0deg);
    left: 200px;
    top: 0px;
  }    
}

@media screen and #{breakpoint(small down)} {


         @keyframes shine {
         0% {
           left: -100;
           top: 0;
          }
          95% {
            height: 102%;
            transform: skewX(-30deg);
            left: 260px;
            width:53px;
            top: 0;
          }
            100% {
            transform: skewX(0deg);
            // left: 280px;
            left: 200px;
            top: 0px;
          }

      }
}

.act-link {
  width: 20%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.act {
  width: 55%; }

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

.buttonization {
    font-family:  Helvetica,"Montserrat", Arial, sans-serif;
    font-weight: 700;
    color: #0a0a0a;
    width: 100%;
    background: #eb0707;
/*     background-color: #fefefe; */
    box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.25);
/*     box-shadow: none; */
    border-radius: 100px;
    transform: translateY(0);
    transition: all 0.2s;
    text-align: center;
}


.powered-container {
  opacity: 0.5;
  margin-bottom: 5px;
  font-size: 14px;
}

.powered-logo {
  max-height: 40px;
}

@media screen and (min-width: 640px) {
  .site-header-menu {
    display: flex;
    align-items: center;
  }

  #title-nav {
    width: 140%;
  }
}

@media screen and (max-width: 640px) {
  .register-button {
    right: 6rem;
  }

  #site-header-menu .title-nav {
    display: none;
  }

  #site-header-menu .input-group {
    margin-top: 8px;
  }

  .show-for-small-only .title-nav {
    background: white;
    flex-direction: column;
  }

  .show-for-small-only .title-nav li {
    border-bottom: 1px solid #cacaca;
  }

  .show-for-small-only .title-nav a{
    padding: 1rem !important;
  }
}

/* for blog */

.posts__container article .entry-header{
	padding-bottom: 0rem;
}

.posts__container article .entry-header .entry-meta{
	border-bottom: none;
	padding-bottom: 0rem;
}

.posts__container {
    padding-left: 6pc;
}

/* college scroll */
.orbit-next {
    border: rgba(158,157,130,.9) solid 2px;
    color: rgba(158,157,130,.9);
}

.orbit-next:hover {
    border: rgb(255, 157, 68) solid 2px;
    color: rgb(255, 157, 68);
}

.orbit-previous {
    border: rgba(158,157,130,.9) solid 2px;
    color: rgba(158,157,130,.9);
}

.orbit-previous:hover {
    border: rgb(255, 157, 68) solid 2px;
    color: rgb(255, 157, 68);
}

.orbit-wrapper {
    text-align: center;
}

.parent-2 {
    height: auto;
    position: absolute;
    top: 6%;
    left: 50%;
    -webkit-transform: translate(-50%, -10%);
    -ms-transform: translate(-50%, -10%);
    transform: translate(-50%, -10%);
    width: 60%;
}

.three-motto {
    font-size: 58px;
    color: #fefefe;
    text-align-last: center;
}


/* front page css insert on 1/19/2023 */


/* .events-container div:nth-child(2),
.events-container div:nth-child(4){
	display: none;
} */
.title-logos {
	background: transparent;
	border-right: none;
	max-height: 70px; 
}

.secondary-logo {
	border: none;
}

.wp-image-1212 {
	max-height: 60vh;
	object-fit: cover;
}

.woocommerce-button.button.view, .woocommerce-form-login button, .woocommerce-form-register button{
	background-color: black;
}

.woocommerce-button.button.view:hover, .woocommerce-form-login button:hover, .woocommerce-form-register button:hover {
	background: rgba(0, 0, 0, 0.3)
}
@media screen and (min-width: 641px) and (max-width: 1400px) {
	.wp-image-51 {
		height: 130vh;
	}
}

@media screen and (min-width: 1401px) and (max-width: 2000px) {
	.wp-image-51 {
		
		width: 100vw;
		height: 81h;
	}
}

@media screen and (max-width: 640px) {
	.wp-image-51 {
		width: 100%;
		height: 130vh;
		object-fit: cover;
		object-position: 49%; 
	}
}

.home .wc-block-handpicked-products.has-3-columns .wc-block-grid__product:nth-of-type(1) {
	order: 3;
}

.home .wc-block-handpicked-products.has-3-columns .wc-block-grid__product:nth-of-type(2) {
	order: 2;
}

.home .wc-block-handpicked-products.has-3-columns .wc-block-grid__product:nth-of-type(3) {
	order: 6;
}

.home .wc-block-handpicked-products.has-3-columns .wc-block-grid__product:nth-of-type(4) {
	order: 5;
}

.home .wc-block-handpicked-products.has-3-columns .wc-block-grid__product:nth-of-type(5) {
	order: 4;
}

.home .wc-block-handpicked-products.has-3-columns .wc-block-grid__product:nth-of-type(6) {
	order: 4;
}

.home .wc-block-handpicked-products.has-3-columns .wc-block-grid__product:nth-of-type(6) {
	order: 1;
}




#menu-item-427 a::before{ 
	position:absolute;
	left:10px;
	top:30px;
	z-index: 1;
	  content: '';
  background: url(http://scholasticseries.com/wp-content/uploads/2023/01/summer-challenge.png) no-repeat;
  background-size: 40px 30px;
	margin-left: -7px;
  padding-left: 40px; 
	padding-bottom: 30px;
}

#menu-item-427{
	padding-left: 10px;
}

#menu-item-427::after {
	content: 'Jun 10 - 11, 2023 \A OGP Oakland';
	white-space: pre-wrap;
}


#menu-item-625 a::before{ 
	position:absolute;
	left:10px;
	top:110px;
	z-index: 1;
	  content: '';
  background: url(http://scholasticseries.com/wp-content/uploads/2022/11/summer-special-logo.png) no-repeat;
  background-size: 40px 34px;
	margin-left: -7px;
  padding-left: 40px; 
	padding-bottom: 30px;
}

#menu-item-625{
	padding-left: 10px;
}

#menu-item-625::after {
	content: 'Jul 1 - 2, 2023 \A OGP Anaheim';
	white-space: pre-wrap;
}


#menu-item-926 a::before{ 
	position:absolute;
	left:00px;
	top:180px;
	z-index: 1;
	  content: '';
  background: url(http://scholasticseries.com/wp-content/uploads/2023/01/Summer-Finale.png) no-repeat;
  background-size: 60px 50px;
	margin-left: -7px;
  padding-left: 60px; 
	padding-bottom: 60px;
}

#menu-item-926{
	padding-left: 10px;
}

#menu-item-926::after {
	content: 'Jul 15 - 16, 2023 \A OGP Ladera';
	white-space: pre-wrap;
}


#menu-item-60 a::before{ 
	position:absolute;
	left:10px;
	top:275px;
	z-index: 1;
	  content: '';
  background: url(http://scholasticseries.com/wp-content/uploads/2022/05/national-preview-logo-1.png) no-repeat;
  background-size: 40px 34px;
	margin-left: -7px;
  padding-left: 40px; 
	padding-bottom: 34px;
}

#menu-item-60{
	padding-left: 10px;
}

#menu-item-60::after {
	content: 'Sep 23 - 24, 2023 \A OGP Anaheim';
	white-space: pre-wrap;
}

#menu-item-286 a::before{ 
	position:absolute;
	left:0px;
	top:355px;
	z-index: 1;
	  content: '';
  background: url(http://scholasticseries.com/wp-content/uploads/2023/01/fall-classic-logo-400X300.png) no-repeat;
  background-size: 60px 40px;
	margin-left: -7px;
  padding-left: 50px; 
	padding-bottom: 39px;
}

#menu-item-286{
	padding-left: 10px;
}

#menu-item-286::after {
	content: 'Oct 7 - 8, 2023 \A OGP Ladera ';
	white-space: pre-wrap;
}

#menu-item-422 a::before{ 
	position:absolute;
	left:5px;
	top:440px;
	z-index: 1;
	  content: '';
  background: url(http://scholasticseries.com/wp-content/uploads/2023/01/fall-debut-logo.png) no-repeat;
  background-size: 50px 37px;
	margin-left: -7px;
  padding-left: 45px; 
	padding-bottom: 38px;
}

#menu-item-422{
	padding-left: 10px;
}

#menu-item-422::after {
	content: 'Oct 21 - 22, 2023 \A OGP Anaheim';
	white-space: pre-wrap;
	
}


#menu-item-676 a::before{ 
	position:absolute;
	left:2px;
	top:25px;
	z-index: 1;
	  content: '';
  background: url(http://scholasticseries.com/wp-content/uploads/2022/12/Scholastic-Thanksgiving-Tipoff-400-300.png) no-repeat;
  background-size: 50px 37px;
	margin-left: -7px;
  padding-left: 46px; 
	padding-bottom: 38px;
}

/* #menu-item-676{
	padding-left: 10px;
} */

#menu-item-676::after {
	content: 'Nov 21 - 26, 2023 \A OGP Ladera / Santa Margarita HS';
	white-space: pre-wrap;
	
}



#menu-item-63 a::before{ 
	position:absolute;
	left:10px;
	top:30px;
	z-index: 1;
	  content: '';
  background: url(http://scholasticseries.com/wp-content/uploads/2022/05/fallleagueanaheim-1.png) no-repeat;
  background-size: 41px 38px;
	margin-left: -7px;
  padding-left: 41px; 
	padding-bottom: 38px;
}

#menu-item-63{
	padding-left: 10px;
}

#menu-item-63::after {
	content: 'Sep 13 - Oct 18, 2023 \A OGP Anaheim ';
	white-space: pre-wrap;
}

#menu-item-266 a::before{ 
	position:absolute;
	left:10px;
	top:114px;
	z-index: 1;
	  content: '';
  background: url(http://scholasticseries.com/wp-content/uploads/2022/08/fallleagueladera.png) no-repeat;
  background-size: 41px 38px;
	margin-left: -7px;
  padding-left: 41px; 
	padding-bottom: 38px;
}

#menu-item-266{
	padding-left: 10px;
}

#menu-item-266::after {
	content: 'Sep 13 - Oct 18, 2023 \A OGP Ladera ';
	white-space: pre-wrap;
}

@media screen and (max-width: 640px){
	
	#menu-item-427 a::before{ 
	position:absolute;
	left:10px;
	top:37px;
	z-index: 1;
	  content: '';
  background: url(http://scholasticseries.com/wp-content/uploads/2023/01/summer-challenge.png) no-repeat;
  background-size: 40px 30px;
	margin-left: -7px;
  padding-left: 40px; 
	padding-bottom: 30px;
}
	
	
	#menu-item-625 a::before{ 
	position:absolute;
	left:10px;
	top:125px;
	z-index: 1;
	  content: '';
  background: url(http://scholasticseries.com/wp-content/uploads/2022/11/summer-special-logo.png) no-repeat;
  background-size: 40px 34px;
	margin-left: -7px;
  padding-left: 40px; 
	padding-bottom: 30px;
}
	
	
	#menu-item-926 a::before{ 
	position:absolute;
	left:2px;
	top:218px;
	z-index: 1;
	  content: '';
  background: url(http://scholasticseries.com/wp-content/uploads/2023/01/Summer-Finale.png) no-repeat;
  background-size: 55px 40px;
	margin-left: -7px;
  padding-left: 46px; 
	padding-bottom: 46px;
}
	
	
	#menu-item-60 a::before{ 
	position:absolute;
	left:10px;
	top:318px;
	z-index: 1;
	  content: '';
  background: url(http://scholasticseries.com/wp-content/uploads/2022/05/national-preview-logo-1.png) no-repeat;
  background-size: 40px 34px;
	margin-left: -7px;
  padding-left: 40px; 
	padding-bottom: 34px;
}
	
	
	#menu-item-286 a::before{ 
	position:absolute;
	left:0px;
	top:410px;
	z-index: 1;
	  content: '';
  background: url(http://scholasticseries.com/wp-content/uploads/2023/01/fall-classic-logo-400X300.png) no-repeat;
  background-size: 60px 45px;
	margin-left: -7px;
  padding-left: 52px; 
	padding-bottom: 46px;
}
	
	#menu-item-422 a::before{ 
	position:absolute;
	left:3px;
	top:505px;
	z-index: 1;
	  content: '';
  background: url(http://scholasticseries.com/wp-content/uploads/2023/01/fall-debut-logo.png) no-repeat;
  background-size: 50px 40px;
	margin-left: -7px;
  padding-left: 43px; 
	padding-bottom: 39px;
}
	
	#menu-item-676 a::before{ 
	position:absolute;
	left:10px;
	top: 595px;
	z-index: 1;
	  content: '';
  background: url(http://scholasticseries.com/wp-content/uploads/2022/12/Scholastic-Thanksgiving-Tipoff-400-300.png) no-repeat;
  background-size: 40px 37px;
	margin-left: -7px;
  padding-left: 40px; 
	padding-bottom: 38px;
}
	
	#menu-item-63 a::before{ 
	position:absolute;
	left:10px;
	top:33px;
	z-index: 1;
	  content: '';
  background: url(http://scholasticseries.com/wp-content/uploads/2022/05/fallleagueanaheim-1.png) no-repeat;
  background-size: 41px 38px;
	margin-left: -7px;
  padding-left: 41px; 
	padding-bottom: 38px;
}
	
	
	#menu-item-266 a::before{ 
	position:absolute;
	left:10px;
	top:127px;
	z-index: 1;
	  content: '';
  background: url(http://scholasticseries.com/wp-content/uploads/2022/08/fallleagueladera.png) no-repeat;
  background-size: 41px 38px;
	margin-left: -7px;
  padding-left: 41px; 
	padding-bottom: 38px;
}
	
	
}


/*  front page tourny*/

.home .wc-block-handpicked-products.has-3-columns .wc-block-grid__product:nth-of-type(1) .wc-block-grid__product-link::after{
	content: 'Jul 15-16, 2023 \A OGP Ladera  \A (**Girls Tournament)';
	white-space: pre-wrap;
}

.home .wc-block-handpicked-products.has-3-columns .wc-block-grid__product:nth-of-type(2) .wc-block-grid__product-link::after {
	content: 'July 1-2, 2023 \A OGP Anaheim';
	white-space: pre-wrap;
}

.home .wc-block-handpicked-products.has-3-columns .wc-block-grid__product:nth-of-type(3) .wc-block-grid__product-link::after {
	content: 'Oct 21-22, 2023 \A OGP Anaheim';
	white-space: pre-wrap;
}

.home .wc-block-handpicked-products.has-3-columns .wc-block-grid__product:nth-of-type(4) .wc-block-grid__product-link::after{
	content: 'Oct 7-8, 2023 \A OGP Ladera';
	white-space: pre-wrap;
}

.home .wc-block-handpicked-products.has-3-columns .wc-block-grid__product:nth-of-type(5) .wc-block-grid__product-link::after {
	content: 'Sep 23-24, 2023 \A OGP Anaheim';
	white-space: pre-wrap;
}

.home .wc-block-handpicked-products.has-3-columns .wc-block-grid__product:nth-of-type(6) .wc-block-grid__product-link::after{
	content: 'Jun 10-11, 2023 \A OGP Oakland';
	white-space: pre-wrap;
}



/*  */


/* in season tournaments */

.home .wc-block-handpicked-products.has-1-columns .wc-block-grid__product:nth-of-type(1) .wc-block-grid__product-link::after{
	content: 'Nov 21-26, 2023 \A OGP Ladera / Santa Margarita HS';
	white-space: pre-wrap;
}

/*  */

.is-submenu-item div::after {
	font-size: 80%;
	position: relative;
 	left: 10px;
	top: -7px;
	color: #0A0A0A;
}

.is-dropdown-submenu {
	height: auto !important;
}

.button:hover {
	background: #9e9d82;
}

#main-nav .is-dropdown-submenu a{
	border: none;
}

#site-navigation .menu .current-menu-ancestor > a {
	background: #333333 !important;
	color: white !important;
}

#main-nav .is-dropdown-submenu a:hover {
	background: #333333;
}

.is-dropdown-submenu-item .current-menu-item {
	background: #333333;
	
}

/* child nav li active */
#site-navigation .menu li a, #site-navigation #main-nav.menu 
.is-dropdown-submenu-item  .current-menu-item a
{
	color: white;
}

.woocommerce-Price-amount bdi {
	color: black;
}

.main-price bdi {
    color: #fefefe;
}

/* temp sidebar fix */
.side-slide-menu-wrapper #main-nav {
	height: auto;
}

/* temp mobile subheading fix */
#main-nav .nav-title {
	color: #686A6C;
	border-bottom: 1px solid #686A6C;
/* 	font-size: 90%; */
}

.events-container {
	height: 300px;
	padding-right: 0;
}

.events-container div {
	display: flex;
	flex-direction: column; 
	justify-content: center;
	align-items: center;
	background: rgba(158,157,130,.9); 
	border-radius: 10px;
	width: 50%;
	height: 100%;
	padding: 5px;
	margin: 5px;
}

.buttonization {
	margin-bottom: 0;
}

.act-link {
	margin-top: .2rem;
}

.events-container div:first-of-type .date{
/* 	margin-top: .9rem; */
}

@media screen and (max-width: 640px) {
	.wp-image-51 {
		width: 100%;
		height: 60vh;
		object-fit: cover;
		object-position: 49%; 
	}
	
	.img-2 {
		width: 100%;
	}
	
	.parent-2 {
		width: 100%;
	}
	
	.events-container {
		padding-right: 0;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		height: 140vh;
		
	}
	
	.events-container div{
		padding: 2rem;
		width: 80%;
	}
	
.events-container div:first-of-type .date{
	margin-top: 1.4rem;
}
	
	#site-navigation #main-nav .is-dropdown-submenu.menu a {
		color: #555555;
	}
}
	


	h2 {
		position: relative;
	}

/* .parent-2 {
  height: auto;
  position: absolute;
  top:15%;
  left: 49.5%;
  transform: translate(-50%, -15%);
} */

.img-3 {
    width: 20%;
}

@media screen and (min-width: 641px) and (max-width: 1400px) {
	.wp-image-51 {
		height: 81vh;
	}
}

@media screen and (min-width: 1401px) and (max-width: 2000px) {
	.wp-image-51 {
		
		width: 100vw;
		height: 81vh;
	}
}

@media screen and (min-width: 2000px) {
	.parent-2 {
		left: 53%;
	}
}

.events-container {
	display: flex;
}

/* .date {
	font-weight: 900;
	color: white;
} */

/* h2::before{
    content: "";
    position: absolute;
    width: 8%;
    height: 1px;
    bottom: 20%;
    left: 2rem;
    border-bottom: 5px solid #9e9d82;
} */

/* remove Camps submenu heading */
#main-nav.vertical.menu.dropdown ul:before{
	content: '';
}

#main-nav .is-dropdown-submenu-parent ul{
	background: white !important;
	box-shadow: -2px 4px 7px 0 rgba(0,0,0,0.2);
}

#main-nav li:not(:last-child) {
	border-bottom: 1px solid #cacaca;
}

@media screen and (min-width: 640px) {
#main-nav li {
    background: #0a0a0a;
    /* Old browsers */
    background: linear-gradient(to right, #0a0a0a 50%, white 50%);
    background-size: 200% 100%;
    background-position:right bottom; 
     transition:all .3s ease; 
	color: white;
}


#main-nav .menu-item:hover {
		color: white;
    background-position:left bottom;
}

#site-navigation #main-nav li a:hover {
	color: white;
}

#site-navigation .menu .current-menu-ancestor > a, #site-navigation #main-nav.menu .current-menu-item a:hover {
	color: white;
}
}


.site-header-menu .input-group-label {
	border: 2px solid #0a0a0a;
	border-right: none
}

.site-header-menu .input-group-button {
	border: 2px solid #0a0a0a;
}

.side-slide-menu-open #mastInsert .input-group-label, .side-slide-menu-open #mastInsert .input-group-field, .side-slide-menu-open #mastInsert .input-group-button {
	border: 2px solid #0a0a0a;
}

.site-header-menu .input-group-button {
	border-style: solid;
	border-left: none;
}

.curtain-menu-button-toggle, .side-slide-menu-button-toggle {
/* 	border: 1px solid #0a0a0a; */
}

.curtain-menu-button-toggle, .side-slide-menu-button-toggle{
	border: none;
}

.side-slide-menu-wrapper #main-nav .is-dropdown-submenu{
	padding: 1.5rem;
}

/* Menu list item color */
#site-navigation .menu li a, #site-navigation #main-nav.menu .current-menu-item a {
	color: #444444;
}

/* .act-spacer{
  color:#0A0A0A; 
  text-align: center; 
  margin-bottom: 0rem;
	font-size: 16px;
} */

/* buttons on acts */
.buttonization {
		padding: 0px;
		width: 85% !important;
    font-family:  Helvetica,"Montserrat", Arial, sans-serif;
    font-weight: 700;
    color: #0a0a0a;
    width: 100%;
    background: #686A6C;
/*     background-color: #fefefe; */
    box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.25);
/*     box-shadow: none; */
    border-radius: 100px;
    transform: translateY(0);
    transition: all 0.2s;
    text-align: center;
}


.select {
	color: #0a0a0a
}

.hero__sub-heading {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    text-shadow: #fefefe 0px 0px 7px;
    font-size: 250%;
    color: #000;
}


.wp-image-51 {
/*     filter: brightness(0.3); */
}

.img-edits{
	width: 50%;
}

.act {
	width: 180px;
	height: 180px;
}

.reveal-overlay{
  background-color: rgba(10, 10, 10, 0.6) !important;
}

.is-dropdown-submenu-item .current-menu-item {
    background: rgba(158,157,130,.9);
}

@media screen and (min-width: 2000px) {
	.events-container {
		justify-content: center;
	}
	
	.events-container div {
		width: 30%;
	}
}



.act-spacer{
	color: #fefefe
}
.date{
	color:#fefefe;
	font-size: 57%;
}


.events-container {
    height: 300px;
    width: 1300px;
    position: absolute;
    left: 50%;
    top: 128%;
    transform: translate(-50%, -50%);
    padding: 10px;
}

/* for the events under about section */
img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    height: 260px;
}

.parent-2{
	top: 20%
}

.mission-statement-heading {
    font-size: 1.5rem;
    padding: 10px 20px;
    background: white;
    z-index: 90;
/*     position: absolute; */
    top: 15%;
    left: 10%;
    width: 81%;
    line-height: 3rem;
}


.design-square-orange{
	    position: absolute;
    bottom: -29px;
    right: 5%;
    transform: rotate(180deg);
}

.design-square-gray{
	position: absolute;
    top: -30px;
    left: 6%;
}

a > img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    height: 30px;
}

a.wp-block-button__link.add_to_cart_button.ajax_add_to_cart {
    font-size: 0;
}

a.wp-block-button__link.add_to_cart_button.ajax_add_to_cart:before {
    content: 'Register';
    font-size: initial;
    padding: 5px 94px;
    font-family: Helvetica,"Montserrat", Arial, sans-serif;
    color: #fefefe;
    width: 100%;
    box-shadow: 2px 2px 3px 1px rgb(0 0 0 / 25%);
    border-radius: 100px;
    transform: translateY(0);
    transition: all 0.2s;
    text-align: center;
}

.wp-block-button.wc-block-grid__product-add-to-cart {
    font-size: 0;
}

a.wp-block-button__link.add_to_cart_button:before {	
	content: 'Register';
    font-size: initial;
    padding: 5px 131px;
    font-family: Helvetica,"Montserrat", Arial, sans-serif;
    color: #fefefe;
    width: 100%;
    box-shadow: 2px 2px 3px 1px rgb(0 0 0 / 25%);
    border-radius: 100px;
    transform: translateY(0);
    transition: all 0.2s;
    text-align: center;
}

.wp-block-button__link{
	
/* 	background-color: rgb(255, 157, 68); */
	background-color: rgb(158, 157, 130);
}

.wp-block-video video{
	width: 234px;
}

ul.coach-desc {
    padding-left: 54px;
}

/*  leagues events */

.home .wc-block-handpicked-products.has-2-columns .wc-block-grid__product:nth-of-type(1) .wc-block-grid__product-link::after {
	content: 'Sep 13 - Oct 18, 2023 \A OGP Ladera';
	white-space: pre-wrap;
}

.home .wc-block-handpicked-products.has-2-columns .wc-block-grid__product:nth-of-type(2) .wc-block-grid__product-link::after {
	content: 'Sep 13 - Oct 18, 2023 \A OGP Anaheim';
	white-space: pre-wrap;
}

/*  for buttons next to menu */

@media screen and (min-width: 640px){
#title-nav {
    width: 200%;
}
	
}
/*  */


/*  tile size */

.tile-image{
	height: 685px
}

@media screen and (max-width: 640px){
	.tile-image{
	height: 150px
}
}

@media screen and (min-width: 640px) and (max-width: 1640px){
	.tile-image{
	height: 330px
}
}

/*  */


/* corner logo */

.title-logos img {
    max-height: 150px;
    position: relative;
    top: 29px;
    left: -20px;
    width: 186px;
}

.powered-container {
    opacity: 0.5;
    margin-bottom: 5px;
    font-size: 14px;
    position: relative;
    left: -59px;
    top: 5px;
}

/*  */

/*  testimonial align */

.is-layout-flow.wp-block-column.is-vertically-aligned-top {
    padding-left: 78px;
}

/*  */


/*  menu fix */


#main-nav .is-dropdown-submenu a:hover {
	border: none;
	
}

/* bordering */

.bordering {
    border: solid;
}


/* applying customize in live website to style.css -CJ -01/31/2023 */

/* .events-container div:nth-child(2),
.events-container div:nth-child(4){
	display: none;
} */
.title-logos {
	background: transparent;
	border-right: none;
	max-height: 70px; 
}

.secondary-logo {
	border: none;
}

.wp-image-1212 {
	max-height: 60vh;
	object-fit: cover;
}

.woocommerce-button.button.view, .woocommerce-form-login button, .woocommerce-form-register button{
	background-color: black;
}

.woocommerce-button.button.view:hover, .woocommerce-form-login button:hover, .woocommerce-form-register button:hover {
	background: rgba(0, 0, 0, 0.3)
}
@media screen and (min-width: 641px) and (max-width: 1400px) {
	.wp-image-51 {
		height: 130vh;
	}
}

@media screen and (min-width: 1401px) and (max-width: 2000px) {
	.wp-image-51 {
		
		width: 100vw;
		height: 81h;
	}
}

@media screen and (max-width: 640px) {
	.wp-image-51 {
		width: 100%;
		height: 130vh;
		object-fit: cover;
		object-position: 49%; 
	}
}

.home .wc-block-handpicked-products.has-3-columns .wc-block-grid__product:nth-of-type(1) {
	order: 3;
}

.home .wc-block-handpicked-products.has-3-columns .wc-block-grid__product:nth-of-type(2) {
	order: 2;
}

.home .wc-block-handpicked-products.has-3-columns .wc-block-grid__product:nth-of-type(3) {
	order: 6;
}

.home .wc-block-handpicked-products.has-3-columns .wc-block-grid__product:nth-of-type(4) {
	order: 5;
}

.home .wc-block-handpicked-products.has-3-columns .wc-block-grid__product:nth-of-type(5) {
	order: 4;
}

.home .wc-block-handpicked-products.has-3-columns .wc-block-grid__product:nth-of-type(6) {
	order: 4;
}

.home .wc-block-handpicked-products.has-3-columns .wc-block-grid__product:nth-of-type(6) {
	order: 1;
}




#menu-item-427 a::before{ 
	position:absolute;
	left:10px;
	top:80px;
	z-index: 1;
	  content: '';
  background: url(http://scholasticseries.com/wp-content/uploads/2023/01/summer-challenge.png) no-repeat;
  background-size: 40px 30px;
	margin-left: -7px;
  padding-left: 40px; 
	padding-bottom: 30px;
}

#menu-item-427{
	padding-left: 10px;
}

#menu-item-427::after {
	content: 'Jun 10 - 11, 2023 \A OGP Oakland';
	white-space: pre-wrap;
}



#menu-item-625 a::before{ 
	position:absolute;
	left:10px;
	top:160px;
	z-index: 1;
	  content: '';
  background: url(http://scholasticseries.com/wp-content/uploads/2022/11/summer-special-logo.png) no-repeat;
  background-size: 40px 34px;
	margin-left: -7px;
  padding-left: 40px; 
	padding-bottom: 30px;
}

#menu-item-625{
	padding-left: 10px;
}

#menu-item-625::after {
	content: 'Jul 1 - 2, 2023 \A OGP Anaheim';
	white-space: pre-wrap;
}


#menu-item-926 a::before{ 
	position:absolute;
	left:00px;
	top:230px;
	z-index: 1;
	  content: '';
  background: url(http://scholasticseries.com/wp-content/uploads/2023/01/Summer-Finale.png) no-repeat;
  background-size: 60px 50px;
	margin-left: -7px;
  padding-left: 60px; 
	padding-bottom: 60px;
}

#menu-item-926{
	padding-left: 10px;
}

#menu-item-926::after {
	content: 'Jul 15 - 16, 2023 \A OGP Ladera';
	white-space: pre-wrap;
}

#menu-item-1371 a::before{ 
	position:absolute;
	left:10px;
	top:330px;
	z-index: 1;
	  content: '';
  background: url(http://scholasticseries.com/wp-content/uploads/2023/02/Fall-Tip-Off-400x300-1.png) no-repeat;
  background-size: 45px 36px;
	margin-left: -7px;
  padding-left: 40px; 
	padding-bottom: 34px;
}

#menu-item-1371{
	padding-left: 10px;
}

#menu-item-1371::after {
	content: 'Sep 16 - 17, 2023 \A OGP Anaheim';
	white-space: pre-wrap;
}


#menu-item-60 a::before{ 
	position:absolute;
	left:10px;
	top:410px;
	z-index: 1;
	  content: '';
  background: url(http://scholasticseries.com/wp-content/uploads/2022/05/national-preview-logo-1.png) no-repeat;
  background-size: 40px 34px;
	margin-left: -7px;
  padding-left: 40px; 
	padding-bottom: 34px;
}

#menu-item-60{
	padding-left: 10px;
}

#menu-item-60::after {
	content: 'Sep 23 - 24, 2023 \A OGP Anaheim';
	white-space: pre-wrap;
}

#menu-item-286 a::before{ 
	position:absolute;
	left:230px;
	top:80px;
	z-index: 1;
	  content: '';
  background: url(http://scholasticseries.com/wp-content/uploads/2023/01/fall-classic-logo-400X300.png) no-repeat;
  background-size: 60px 40px;
	margin-left: -7px;
  padding-left: 50px; 
	padding-bottom: 39px;
}

#menu-item-286{
	padding-left: 10px;
}

#menu-item-286::after {
	content: 'Sep 30 - Oct 1, 2023 \A OGP Ladera ';
	white-space: pre-wrap;
}


#menu-item-1369 a::before{ 
	position:absolute;
	left:230px;
	top:160px;
	z-index: 1;
	  content: '';
  background: url(http://scholasticseries.com/wp-content/uploads/2023/02/Fall-Frenzy-400x300-1.png) no-repeat;
  background-size: 50px 37px;
	margin-left: -7px;
  padding-left: 45px; 
	padding-bottom: 38px;
}

#menu-item-1369{
	padding-left: 10px;
}

#menu-item-1369::after {
	content: 'Oct 7 - 8, 2023 \A OGP Ladera';
	white-space: pre-wrap;
	
}


#menu-item-422 a::before{ 
	position:absolute;
	left:230px;
	top:240px;
	z-index: 1;
	  content: '';
  background: url(http://scholasticseries.com/wp-content/uploads/2023/01/fall-debut-logo.png) no-repeat;
  background-size: 50px 37px;
	margin-left: -7px;
  padding-left: 45px; 
	padding-bottom: 38px;
}

#menu-item-422{
	padding-left: 10px;
}

#menu-item-422::after {
	content: 'Oct 21 - 22, 2023 \A OGP Anaheim';
	white-space: pre-wrap;
	
}

#menu-item-1370 a::before{ 
	position:absolute;
	left:230px;
	top:330px;
	z-index: 1;
	  content: '';
  background: url(http://scholasticseries.com/wp-content/uploads/2023/02/Fall-Showdown-400x300-1.png) no-repeat;
  background-size: 50px 37px;
	margin-left: -7px;
  padding-left: 45px; 
	padding-bottom: 38px;
}

#menu-item-1370{
	padding-left: 10px;
}

#menu-item-1370::after {
	content: 'Oct 28 - 29, 2023 \A OGP Anaheim';
	white-space: pre-wrap;
	
}




#menu-item-676 a::before{ 
	position:absolute;
	left:2px;
	top:25px;
	z-index: 1;
	  content: '';
  background: url(http://scholasticseries.com/wp-content/uploads/2022/12/Scholastic-Thanksgiving-Tipoff-400-300.png) no-repeat;
  background-size: 50px 37px;
	margin-left: -7px;
  padding-left: 46px; 
	padding-bottom: 38px;
}

/* #menu-item-676{
	padding-left: 10px;
} */

#menu-item-676::after {
	content: 'Nov 21 - 26, 2023 \A OGP Ladera / Santa Margarita HS';
	white-space: pre-wrap;
	
}



#menu-item-63 a::before{ 
	position:absolute;
	left:10px;
	top:30px;
	z-index: 1;
	  content: '';
  background: url(http://scholasticseries.com/wp-content/uploads/2022/05/fallleagueanaheim-1.png) no-repeat;
  background-size: 41px 38px;
	margin-left: -7px;
  padding-left: 41px; 
	padding-bottom: 38px;
}

#menu-item-63{
	padding-left: 10px;
}

#menu-item-63::after {
	content: 'Sep 13 - Oct 18, 2023 \A OGP Anaheim ';
	white-space: pre-wrap;
}

#menu-item-266 a::before{ 
	position:absolute;
	left:10px;
	top:114px;
	z-index: 1;
	  content: '';
  background: url(http://scholasticseries.com/wp-content/uploads/2022/08/fallleagueladera.png) no-repeat;
  background-size: 41px 38px;
	margin-left: -7px;
  padding-left: 41px; 
	padding-bottom: 38px;
}

#menu-item-266{
	padding-left: 10px;
}

#menu-item-266::after {
	content: 'Sep 13 - Oct 18, 2023 \A OGP Ladera ';
	white-space: pre-wrap;
}

@media screen and (max-width: 640px){
	
	#menu-item-427 a::before{ 
	position:absolute;
	left:10px;
	top:80px;
	z-index: 1;
	  content: '';
  background: url(http://scholasticseries.com/wp-content/uploads/2023/01/summer-challenge.png) no-repeat;
  background-size: 40px 30px;
	margin-left: -7px;
  padding-left: 40px; 
	padding-bottom: 30px;
}
	
	
#menu-item-625 a::before{ 
	position:absolute;
	left:10px;
	top:170px;
	z-index: 1;
	  content: '';
  background: url(http://scholasticseries.com/wp-content/uploads/2022/11/summer-special-logo.png) no-repeat;
  background-size: 40px 34px;
	margin-left: -7px;
  padding-left: 40px; 
	padding-bottom: 30px;
}
	
	
	#menu-item-926 a::before{ 
	position:absolute;
	left:2px;
	top:260px;
	z-index: 1;
	  content: '';
  background: url(http://scholasticseries.com/wp-content/uploads/2023/01/Summer-Finale.png) no-repeat;
  background-size: 55px 40px;
	margin-left: -7px;
  padding-left: 46px; 
	padding-bottom: 46px;
}
  
#menu-item-1371 a::before{ 
	position:absolute;
	left:10px;
	top:360px;
	z-index: 1;
	  content: '';
  background: url(http://scholasticseries.com/wp-content/uploads/2023/02/Fall-Tip-Off-400x300-1.png) no-repeat;
  background-size: 45px 36px;
	margin-left: -7px;
  padding-left: 40px; 
	padding-bottom: 34px;
}
	
	
	#menu-item-60 a::before{ 
	position:absolute;
	left:10px;
	top:460px;
	z-index: 1;
	  content: '';
  background: url(http://scholasticseries.com/wp-content/uploads/2022/05/national-preview-logo-1.png) no-repeat;
  background-size: 40px 34px;
	margin-left: -7px;
  padding-left: 40px; 
	padding-bottom: 34px;
}
	
	
	#menu-item-286 a::before{ 
	position:absolute;
	left:0px;
	top:600px;
	z-index: 1;
	  content: '';
  background: url(http://scholasticseries.com/wp-content/uploads/2023/01/fall-classic-logo-400X300.png) no-repeat;
  background-size: 60px 45px;
	margin-left: -7px;
  padding-left: 52px; 
	padding-bottom: 46px;
}
  
#menu-item-1369 a::before{ 
	position:absolute;
	left:4px;
	top:690px;
	z-index: 1;
	  content: '';
  background: url(http://scholasticseries.com/wp-content/uploads/2023/02/Fall-Frenzy-400x300-1.png) no-repeat;
  background-size: 50px 37px;
	margin-left: -7px;
  padding-left: 45px; 
	padding-bottom: 38px;
}
	
	#menu-item-422 a::before{ 
	position:absolute;
	left:3px;
	top:785px;
	z-index: 1;
	  content: '';
  background: url(http://scholasticseries.com/wp-content/uploads/2023/01/fall-debut-logo.png) no-repeat;
  background-size: 50px 40px;
	margin-left: -7px;
  padding-left: 43px; 
	padding-bottom: 39px;
}
  
#menu-item-1370 a::before{ 
	position:absolute;
	left:3px;
	top:880px;
	z-index: 1;
	  content: '';
  background: url(http://scholasticseries.com/wp-content/uploads/2023/02/Fall-Showdown-400x300-1.png) no-repeat;
  background-size: 50px 37px;
	margin-left: -7px;
  padding-left: 45px; 
	padding-bottom: 38px;
}
	
	#menu-item-676 a::before{ 
	position:absolute;
	left:10px;
	top: 595px;
	z-index: 1;
	  content: '';
  background: url(http://scholasticseries.com/wp-content/uploads/2022/12/Scholastic-Thanksgiving-Tipoff-400-300.png) no-repeat;
  background-size: 40px 37px;
	margin-left: -7px;
  padding-left: 40px; 
	padding-bottom: 38px;
}
	
	#menu-item-63 a::before{ 
	position:absolute;
	left:10px;
	top:33px;
	z-index: 1;
	  content: '';
  background: url(http://scholasticseries.com/wp-content/uploads/2022/05/fallleagueanaheim-1.png) no-repeat;
  background-size: 41px 38px;
	margin-left: -7px;
  padding-left: 41px; 
	padding-bottom: 38px;
}
	
	
	#menu-item-266 a::before{ 
	position:absolute;
	left:10px;
	top:127px;
	z-index: 1;
	  content: '';
  background: url(http://scholasticseries.com/wp-content/uploads/2022/08/fallleagueladera.png) no-repeat;
  background-size: 41px 38px;
	margin-left: -7px;
  padding-left: 41px; 
	padding-bottom: 38px;
}
	
	
}


/*  front page tourny*/

.home .wc-block-handpicked-products.has-3-columns .wc-block-grid__product:nth-of-type(1) .wc-block-grid__product-link::after{
	content: 'Jul 15-16, 2023 \A OGP Ladera  \A (**Girls Only)';
	white-space: pre-wrap;
}

.home .wc-block-handpicked-products.has-3-columns .wc-block-grid__product:nth-of-type(2) .wc-block-grid__product-link::after {
	content: 'July 1-2, 2023 \A OGP Anaheim';
	white-space: pre-wrap;
}

.home .wc-block-handpicked-products.has-3-columns .wc-block-grid__product:nth-of-type(3) .wc-block-grid__product-link::after {
	content: 'Oct 21-22, 2023 \A OGP Anaheim';
	white-space: pre-wrap;
}

.home .wc-block-handpicked-products.has-3-columns .wc-block-grid__product:nth-of-type(4) .wc-block-grid__product-link::after{
	content: 'Oct 7-8, 2023 \A OGP Ladera';
	white-space: pre-wrap;
}

.home .wc-block-handpicked-products.has-3-columns .wc-block-grid__product:nth-of-type(5) .wc-block-grid__product-link::after {
	content: 'Sep 23-24, 2023 \A OGP Anaheim';
	white-space: pre-wrap;
}

.home .wc-block-handpicked-products.has-3-columns .wc-block-grid__product:nth-of-type(6) .wc-block-grid__product-link::after{
	content: 'Jun 10-11, 2023 \A OGP Oakland';
	white-space: pre-wrap;
}



/*  */


/* in season tournaments */

.home .wc-block-handpicked-products.has-1-columns .wc-block-grid__product:nth-of-type(1) .wc-block-grid__product-link::after{
	content: 'Nov 21-26, 2023 \A OGP Ladera / Santa Margarita HS';
	white-space: pre-wrap;
}

/*  */

.is-submenu-item div::after {
	font-size: 90%;
	position: relative;
 	left: 10px;
	top: -6px;
	color: #0A0A0A;
}

.is-dropdown-submenu {
	height: auto !important;
}

.button:hover {
	background: #9e9d82;
}

#main-nav .is-dropdown-submenu a{
	border: none;
}

#site-navigation .menu .current-menu-ancestor > a {
	background: #333333 !important;
	color: white !important;
}

#main-nav .is-dropdown-submenu a:hover {
	background: #333333;
}

.is-dropdown-submenu-item .current-menu-item {
	background: #333333;
	
}

/* child nav li active */
#site-navigation .menu li a, #site-navigation #main-nav.menu 
.is-dropdown-submenu-item  .current-menu-item a
{
	color: white;
}

.woocommerce-Price-amount bdi {
	color: black;
}

.main-price bdi {
    color: #fefefe;
}

/* temp sidebar fix */
.side-slide-menu-wrapper #main-nav {
	height: auto;
}

/* temp mobile subheading fix */
#main-nav .nav-title {
	color: #686A6C;
	border-bottom: 1px solid #686A6C;
/* 	font-size: 90%; */
}

.events-container {
	height: 300px;
	padding-right: 0;
}

.events-container div {
	display: flex;
	flex-direction: column; 
	justify-content: center;
	align-items: center;
	background: rgba(158,157,130,.9); 
	border-radius: 10px;
	width: 50%;
	height: 100%;
	padding: 5px;
	margin: 5px;
}

.buttonization {
	margin-bottom: 0;
}

.act-link {
	margin-top: .2rem;
}

.events-container div:first-of-type .date{
/* 	margin-top: .9rem; */
}

@media screen and (max-width: 640px) {
	.wp-image-51 {
		width: 100%;
		height: 60vh;
		object-fit: cover;
		object-position: 49%; 
	}
	
	.img-2 {
		width: 100%;
	}
	
	.parent-2 {
		width: 100%;
	}
	
	.events-container {
		padding-right: 0;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		height: 140vh;
		
	}
	
	.events-container div{
		padding: 2rem;
		width: 80%;
	}
	
.events-container div:first-of-type .date{
	margin-top: 1.4rem;
}
	
	#site-navigation #main-nav .is-dropdown-submenu.menu a {
		color: #555555;
	}
}
	


	h2 {
		position: relative;
	}

/* .parent-2 {
  height: auto;
  position: absolute;
  top:15%;
  left: 49.5%;
  transform: translate(-50%, -15%);
} */

.img-3 {
    width: 20%;
}

@media screen and (min-width: 641px) and (max-width: 1400px) {
	.wp-image-51 {
		height: 81vh;
	}
}

@media screen and (min-width: 1401px) and (max-width: 2000px) {
	.wp-image-51 {
		
		width: 100vw;
		height: 81vh;
	}
}

@media screen and (min-width: 2000px) {
	.parent-2 {
		left: 53%;
	}
}

.events-container {
	display: flex;
}

/* .date {
	font-weight: 900;
	color: white;
} */

/* h2::before{
    content: "";
    position: absolute;
    width: 8%;
    height: 1px;
    bottom: 20%;
    left: 2rem;
    border-bottom: 5px solid #9e9d82;
} */

/* remove Camps submenu heading */
#main-nav.vertical.menu.dropdown ul:before{
	content: '';
}

#main-nav .is-dropdown-submenu-parent ul{
	background: white !important;
	box-shadow: -2px 4px 7px 0 rgba(0,0,0,0.2);
}

#main-nav li:not(:last-child) {
	border-bottom: 1px solid #cacaca;
}

@media screen and (min-width: 640px) {
#main-nav li {
    background: transparent;
    /* Old browsers */
/*     background: linear-gradient(to right, #0a0a0a 50%, white 50%); */
    background-size: 200% 100%;
    background-position:right bottom; 
     transition:all .3s ease; 
	color: white;
}


#main-nav .menu-item:hover {
		color: white;
    background-position:left bottom;
}

#site-navigation #main-nav li a:hover {
	color: white;
}

#site-navigation .menu .current-menu-ancestor > a, #site-navigation #main-nav.menu .current-menu-item a:hover {
	color: white;
}
}


.site-header-menu .input-group-label {
	border: 2px solid #0a0a0a;
	border-right: none
}

.site-header-menu .input-group-button {
	border: 2px solid #0a0a0a;
}

.side-slide-menu-open #mastInsert .input-group-label, .side-slide-menu-open #mastInsert .input-group-field, .side-slide-menu-open #mastInsert .input-group-button {
	border: 2px solid #0a0a0a;
}

.site-header-menu .input-group-button {
	border-style: solid;
	border-left: none;
}

.curtain-menu-button-toggle, .side-slide-menu-button-toggle {
/* 	border: 1px solid #0a0a0a; */
}

.curtain-menu-button-toggle, .side-slide-menu-button-toggle{
	border: none;
}

.side-slide-menu-wrapper #main-nav .is-dropdown-submenu{
	padding: 1.5rem;
}

/* Menu list item color */
#site-navigation .menu li a, #site-navigation #main-nav.menu .current-menu-item a {
	color: #444444;
}

/* .act-spacer{
  color:#0A0A0A; 
  text-align: center; 
  margin-bottom: 0rem;
	font-size: 16px;
} */

/* buttons on acts */
.buttonization {
		padding: 0px;
		width: 85% !important;
    font-family:  Helvetica,"Montserrat", Arial, sans-serif;
    font-weight: 700;
    color: #0a0a0a;
    width: 100%;
    background: #686A6C;
/*     background-color: #fefefe; */
    box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.25);
/*     box-shadow: none; */
    border-radius: 100px;
    transform: translateY(0);
    transition: all 0.2s;
    text-align: center;
}


.select {
	color: #0a0a0a
}

.hero__sub-heading {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    text-shadow: #fefefe 0px 0px 7px;
    font-size: 250%;
    color: #000;
}


.wp-image-51 {
/*     filter: brightness(0.3); */
}

.img-edits{
	width: 50%;
}

.act {
	width: 180px;
	height: 180px;
}

.reveal-overlay{
  background-color: rgba(10, 10, 10, 0.6) !important;
}

.is-dropdown-submenu-item .current-menu-item {
    background: rgba(158,157,130,.9);
}

@media screen and (min-width: 2000px) {
	.events-container {
		justify-content: center;
	}
	
	.events-container div {
		width: 30%;
	}
}



.act-spacer{
	color: #fefefe
}
.date{
	color:#fefefe;
	font-size: 57%;
}


.events-container {
    height: 300px;
    width: 1300px;
    position: absolute;
    left: 50%;
    top: 128%;
    transform: translate(-50%, -50%);
    padding: 10px;
}

/* for the events under about section */
img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    height: 260px;
}

.parent-2{
	top: 12%
}

.mission-statement-heading {
    font-size: 1.5rem;
    padding: 10px 20px;
    background: white;
    z-index: 90;
/*     position: absolute; */
    top: 15%;
    left: 10%;
    width: 81%;
    line-height: 3rem;
}


.design-square-orange{
	    position: absolute;
    bottom: -29px;
    right: 5%;
    transform: rotate(180deg);
}

.design-square-gray{
	position: absolute;
    top: -30px;
    left: 6%;
}

a > img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    height: 30px;
}

a.wp-block-button__link.add_to_cart_button.ajax_add_to_cart {
    font-size: 0;
}

a.wp-block-button__link.add_to_cart_button.ajax_add_to_cart:before {
    content: 'Register';
    font-size: initial;
    padding: 5px 94px;
    font-family: Helvetica,"Montserrat", Arial, sans-serif;
    color: #fefefe;
    width: 100%;
    box-shadow: 2px 2px 3px 1px rgb(0 0 0 / 25%);
    border-radius: 100px;
    transform: translateY(0);
    transition: all 0.2s;
    text-align: center;
}

.wp-block-button.wc-block-grid__product-add-to-cart {
    font-size: 0;
}

a.wp-block-button__link.add_to_cart_button:before {	
	content: 'Register';
    font-size: initial;
    padding: 5px 131px;
    font-family: Helvetica,"Montserrat", Arial, sans-serif;
    color: #fefefe;
    width: 100%;
    box-shadow: 2px 2px 3px 1px rgb(0 0 0 / 25%);
    border-radius: 100px;
    transform: translateY(0);
    transition: all 0.2s;
    text-align: center;
}

.wp-block-button__link{
	
/* 	background-color: rgb(255, 157, 68); */
	background-color: rgb(158, 157, 130);
}

.wp-block-video video{
	width: 234px;
}

ul.coach-desc {
    padding-left: 54px;
}

/*  leagues events */

.home .wc-block-handpicked-products.has-2-columns .wc-block-grid__product:nth-of-type(1) .wc-block-grid__product-link::after {
	content: 'Sep 13 - Oct 18, 2023 \A OGP Ladera';
	white-space: pre-wrap;
}

.home .wc-block-handpicked-products.has-2-columns .wc-block-grid__product:nth-of-type(2) .wc-block-grid__product-link::after {
	content: 'Sep 13 - Oct 18, 2023 \A OGP Anaheim';
	white-space: pre-wrap;
}

/*  for buttons next to menu */

@media screen and (min-width: 640px){
#title-nav {
    width: 200%;
}
	
}
/*  */


/*  tile size */

.tile-image{
	height: 685px
}

@media screen and (max-width: 640px){
	.tile-image{
	height: 150px
}
}

@media screen and (min-width: 640px) and (max-width: 1640px){
	.tile-image{
	height: 330px
}
}

/*  */


/* corner logo */

.title-logos img {
    max-height: 150px;
    position: relative;
    top: 29px;
    left: -20px;
    width: 186px;
}

.powered-container {
    opacity: 0.5;
    margin-bottom: 5px;
    font-size: 14px;
    position: relative;
    left: -59px;
    top: 5px;
}

/*  */

/*  testimonial align */

.is-layout-flow.wp-block-column.is-vertically-aligned-top {
    padding-left: 78px;
}

/*  */


/*  menu fix */


#main-nav .is-dropdown-submenu a:hover {
	border: none;
	
}

/* bordering */

.bordering {
    border: solid;
    max-width: max-content;
}

/* main image */

@media screen and (min-width: 2001px) and (max-width: 2535px){
	.wp-image-51{
		height: 81vh;
	}
}

.three-motto {
    font-size: 55px;
}

/*  */

/* end of customize */


/****   End Dara CSS    ****/
/********* Christian (chubby) CSS ***************/
/*************************** end ************************/