* {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  line-height: 1.5em;
  font-family: "Rubik", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
}

@media print {
  html {
    font-size: 12pt;
  }
}

body {
  margin: 0;
  padding: 0;
  color: #3d4750;
  background-color: #fff;
}

.main-wrapper {
  /* Empty */
}

.main-wrapper-inner {
  background: #eeeeee;
}

.app-cta {
  background: #d1202f;
  color: #fff;
  margin-left: -12px;
  margin-right: -13px;
}

.app-cta .app-cta-image {
  width: 65px;
  margin: 1rem auto;
  display: block;
  -ms-transform: rotate(-10deg);
      transform: rotate(-10deg);
}

@media (min-width: 666px) {
  .app-cta .app-cta-image {
    margin: 0;
    position: absolute;
    left: 30px;
    top: -15px;
  }
}

@media (min-width: 666px) {
  .app-cta .app-cta-text {
    padding-left: 10em;
  }
}

.app-cta .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  width: 100%;
  font-weight: bold;
  background: #d1202f;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 1em .5em;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  transition: background .3s;
}

.app-cta .button:hover {
  color: #d1202f;
  background: #fff;
  transition: background .3s;
}

.background-dark {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #cccccc;
  margin-left: -12px;
  margin-right: -13px;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
}

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

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  color: #0080D1;
  -webkit-text-decoration-skip: objects;
}

:visited {
  color: #00426b;
}

a:active {
  color: #d1202f;
}

a:active:not(.button) {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

@media print {
  :link,
  :visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 16px;
    text-decoration: none;
  }
  a[href^='javascript:']::after,
  a[href^='#']::after {
    content: '';
  }
}

.file a {
  margin-top: 3px;
  line-height: 1;
  vertical-align: top;
  display: inline-block;
  font-weight: 900;
  color: #3d4750;
  text-decoration: none;
  box-shadow: 0px 0.5px 0px #f37421;
}

.file img {
  margin-right: 6px;
}

.file img,
.file a {
  margin-bottom: .5rem;
}

h1,
.header__site-name {
  font-size: 2rem;
  line-height: 3rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

h2 {
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: "Oswald", sans-serif;
}

h3 {
  font-size: 1.25rem;
  line-height: 2.25rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

h4 {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

h5 {
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

h6 {
  font-size: 0.625rem;
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

@media print {
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
}

h2 {
  color: #d1202f;
}

b,
strong {
  font-weight: inherit;
}

strong,
b {
  font-weight: bolder;
}

pre,
code,
kbd,
samp,
var {
  font-family: Menlo, "DejaVu Sans Mono", "Ubuntu Mono", Courier, "Courier New", monospace, sans-serif;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #fd0;
  color: #3d4750;
}

small {
  font-size: 0.875rem;
}

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

sub {
  bottom: -.25em;
}

sup {
  vertical-align: super;
  top: -.75em;
}

.divider,
hr {
  margin: 1.5rem 0;
  border: 0;
  border-top: 1px solid #cccccc;
}

.divider > :first-child, hr > :first-child {
  margin-top: 1.5rem;
}

blockquote {
  margin: 1.5rem 2rem;
}

dl,
menu,
ol,
ul {
  margin: 1.5rem 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

dd {
  margin: 0 0 0 32px;
}

[dir="rtl"] dd {
  margin: 0 32px 0 0;
}

menu,
ol,
ul {
  padding: 0 0 0 32px;
}

[dir="rtl"] menu, [dir="rtl"]
ol, [dir="rtl"]
ul {
  padding: 0 32px 0 0;
}

figure {
  margin: 1.5rem 0;
}

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

p,
pre {
  margin: 1.5rem 0;
}

img {
  border-style: none;
}

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

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

button,
input,
optgroup,
select,
textarea {
  box-sizing: border-box;
  max-width: 100%;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input {
  overflow: visible;
}

[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-cancel-button, [type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

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

.button,
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -moz-appearance: button;
  -webkit-appearance: button;
}

.button,
button,
[type='button'],
[type='reset'],
[type='submit'] {
  display: inline-block;
  padding: 2px 6px;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  color: #3d4750;
}

.button::-moz-focus-inner,
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,
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

.button:hover, .button:focus, .button:active,
button:hover,
button:focus,
button:active,
[type='button']:hover,
[type='button']:focus,
[type='button']:active,
[type='reset']:hover,
[type='reset']:focus,
[type='reset']:active,
[type='submit']:hover,
[type='submit']:focus,
[type='submit']:active {
  text-decoration: none;
  color: #3d4750;
}

[disabled].button,
button[disabled],
[disabled][type='button'],
[disabled][type='reset'],
[disabled][type='submit'] {
  cursor: default;
  color: #3d4750;
}

[disabled].button:hover,
button[disabled]:hover,
[disabled][type='button']:hover,
[disabled][type='reset']:hover,
[disabled][type='submit']:hover, [disabled].button:focus,
button[disabled]:focus,
[disabled][type='button']:focus,
[disabled][type='reset']:focus,
[disabled][type='submit']:focus, [disabled].button:active,
button[disabled]:active,
[disabled][type='button']:active,
[disabled][type='reset']:active,
[disabled][type='submit']:active {
  color: #3d4750;
}

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

fieldset {
  padding: 0.525rem 0.9375rem 0.975rem;
  border: 1px solid #cccccc;
  margin: 0 2px;
}

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

label {
  display: block;
  font-weight: bold;
}

optgroup {
  font-weight: bold;
}

textarea {
  overflow: auto;
}

table {
  margin: 1.5rem 0;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th {
  background: #367fcb;
  color: white;
  font-weight: normal;
}

td,
th {
  padding: 0;
  font-size: 12px;
}

@media (min-width: 768px) {
  td,
  th {
    font-size: 16px;
  }
}

tr {
  background: #e5f4fe;
}

tr:nth-of-type(odd) {
  background: #f2f9fe;
}

.table-responsive {
  display: block;
}

.table-responsive thead,
.table-responsive tbody,
.table-responsive th,
.table-responsive td,
.table-responsive tr,
.table-responsive tfoot {
  display: block;
}

.table-responsive thead {
  font-family: "Oswald", sans-serif;
}

.table-responsive thead tr {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.table-responsive td {
  /* Behave  like a "row" */
  border: 0;
  position: relative;
}

.table-responsive td::before {
  padding-right: 10px;
  content: attr(data-cell-title);
  font-weight: 900;
}

.table-responsive tr {
  background: #e5f4fe;
}

.table-responsive tr:nth-of-type(odd) {
  background: #f2f9fe;
}

.table-responsive td,
.table-responsive th {
  padding: .75rem 1rem;
  text-align: left;
}

@media (min-width: 768px) {
  .table-responsive {
    display: table;
  }
  .table-responsive thead tr {
    position: static;
  }
  .table-responsive th,
  .table-responsive td {
    display: table-cell;
  }
  .table-responsive td::before {
    content: '';
    position: static;
    width: auto;
    padding: 0;
  }
  .table-responsive tr {
    display: table-row;
  }
  .table-responsive tbody,
  .table-responsive thead {
    display: table-row-group;
  }
  .table-responsive tfoot {
    display: table-footer-group;
  }
  .table-responsive th {
    background: #367fcb;
    color: white;
    font-weight: normal;
  }
}

.table-instant-game-data tfoot td {
  text-align: center;
}

.layout-3col,
.view-id-videos.view-display-id-block .view-content {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 0;
  padding-right: 0;
}

.layout-3col:before,
.view-id-videos.view-display-id-block .view-content:before {
  content: "";
  display: table;
}

.layout-3col:after,
.view-id-videos.view-display-id-block .view-content:after {
  content: "";
  display: table;
  clear: both;
}

.layout-3col__full, .layout-3col__left-content, .layout-3col__right-content, .layout-3col__left-sidebar, .layout-3col__right-sidebar, .layout-3col__first-left-sidebar, .layout-3col__second-left-sidebar, .layout-3col__col-1, .layout-3col__col-2, .layout-3col__col-3, .layout-3col__col-4, .layout-3col__col-x,
.view-id-videos.view-display-id-block .view-content .views-row {
  clear: both;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
}

[dir="rtl"] .layout-3col__full, [dir="rtl"] .layout-3col__left-content, [dir="rtl"] .layout-3col__right-content, [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__right-sidebar, [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__second-left-sidebar, [dir="rtl"] .layout-3col__col-1, [dir="rtl"] .layout-3col__col-2, [dir="rtl"] .layout-3col__col-3, [dir="rtl"] .layout-3col__col-4, [dir="rtl"] .layout-3col__col-x,
[dir="rtl"] .view-id-videos.view-display-id-block .view-content .views-row,
.view-id-videos.view-display-id-block .view-content [dir="rtl"] .views-row {
  float: right;
  margin-right: 0%;
  margin-left: -100%;
}

@media (min-width: 768px) {
  .layout-3col,
  .view-id-videos.view-display-id-block .view-content {
    margin-left: -12px;
    margin-right: -13px;
    padding-left: 0;
    padding-right: 0;
  }
  .layout-3col:before,
  .view-id-videos.view-display-id-block .view-content:before {
    content: "";
    display: table;
  }
  .layout-3col:after,
  .view-id-videos.view-display-id-block .view-content:after {
    content: "";
    display: table;
    clear: both;
  }
  [dir="rtl"] .layout-3col,
  [dir="rtl"] .view-id-videos.view-display-id-block .view-content,
  .view-id-videos.view-display-id-block [dir="rtl"] .view-content {
    margin-left: -13px;
    margin-right: -12px;
  }
  .layout-3col__full, .layout-3col__left-content, .layout-3col__right-content, .layout-3col__left-sidebar, .layout-3col__right-sidebar {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 12px;
    padding-right: 13px;
  }
  [dir="rtl"] .layout-3col__full, [dir="rtl"] .layout-3col__left-content, [dir="rtl"] .layout-3col__right-content, [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__right-sidebar {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__full, [dir="rtl"] .layout-3col__left-content, [dir="rtl"] .layout-3col__right-content, [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__right-sidebar {
    padding-left: 13px;
    padding-right: 12px;
  }
  .layout-3col__first-left-sidebar, .layout-3col__col-1, .layout-3col__col-3, .layout-3col__col-x:nth-child(2n + 1),
  .view-id-videos.view-display-id-block .view-content .views-row:nth-child(2n + 1) {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 12px;
    padding-right: 13px;
  }
  [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__col-1, [dir="rtl"] .layout-3col__col-3, [dir="rtl"] .layout-3col__col-x:nth-child(2n + 1),
  [dir="rtl"] .view-id-videos.view-display-id-block .view-content .views-row:nth-child(2n + 1),
  .view-id-videos.view-display-id-block .view-content [dir="rtl"] .views-row:nth-child(2n + 1) {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__col-1, [dir="rtl"] .layout-3col__col-3, [dir="rtl"] .layout-3col__col-x:nth-child(2n + 1),
  [dir="rtl"] .view-id-videos.view-display-id-block .view-content .views-row:nth-child(2n + 1),
  .view-id-videos.view-display-id-block .view-content [dir="rtl"] .views-row:nth-child(2n + 1) {
    padding-left: 13px;
    padding-right: 12px;
  }
  .layout-3col__second-left-sidebar, .layout-3col__col-2, .layout-3col__col-4, .layout-3col__col-x:nth-child(2n),
  .view-id-videos.view-display-id-block .view-content .views-row:nth-child(2n) {
    clear: none;
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
    padding-left: 12px;
    padding-right: 13px;
  }
  [dir="rtl"] .layout-3col__second-left-sidebar, [dir="rtl"] .layout-3col__col-2, [dir="rtl"] .layout-3col__col-4, [dir="rtl"] .layout-3col__col-x:nth-child(2n),
  [dir="rtl"] .view-id-videos.view-display-id-block .view-content .views-row:nth-child(2n),
  .view-id-videos.view-display-id-block .view-content [dir="rtl"] .views-row:nth-child(2n) {
    float: right;
    margin-right: 50%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__second-left-sidebar, [dir="rtl"] .layout-3col__col-2, [dir="rtl"] .layout-3col__col-4, [dir="rtl"] .layout-3col__col-x:nth-child(2n),
  [dir="rtl"] .view-id-videos.view-display-id-block .view-content .views-row:nth-child(2n),
  .view-id-videos.view-display-id-block .view-content [dir="rtl"] .views-row:nth-child(2n) {
    padding-left: 13px;
    padding-right: 12px;
  }
}

@media (min-width: 999px) {
  .layout-3col__full {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__full {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .layout-3col__left-content {
    float: left;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__left-content {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .layout-3col__right-content {
    float: left;
    width: 66.66667%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__right-content {
    float: right;
    margin-right: 33.33333%;
    margin-left: -100%;
  }
  .layout-3col__left-sidebar, .layout-3col__first-left-sidebar, .layout-3col__second-left-sidebar {
    clear: right;
    float: right;
    width: 33.33333%;
    margin-right: 66.66667%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__second-left-sidebar {
    clear: left;
  }
  [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__second-left-sidebar {
    float: left;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
  .layout-3col__right-sidebar {
    clear: right;
    float: right;
    width: 33.33333%;
    margin-right: 0%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__right-sidebar {
    clear: left;
  }
  [dir="rtl"] .layout-3col__right-sidebar {
    float: left;
    margin-left: 0%;
    margin-right: -100%;
  }
  .layout-3col__col-1, .layout-3col__col-x:nth-child(3n+1),
  .view-id-videos.view-display-id-block .view-content .views-row:nth-child(3n+1) {
    clear: both;
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__col-1, [dir="rtl"] .layout-3col__col-x:nth-child(3n+1),
  [dir="rtl"] .view-id-videos.view-display-id-block .view-content .views-row:nth-child(3n+1),
  .view-id-videos.view-display-id-block .view-content [dir="rtl"] .views-row:nth-child(3n+1) {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .layout-3col__col-2, .layout-3col__col-x:nth-child(3n+2),
  .view-id-videos.view-display-id-block .view-content .views-row:nth-child(3n+2) {
    clear: none;
    float: left;
    width: 33.33333%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__col-2, [dir="rtl"] .layout-3col__col-x:nth-child(3n+2),
  [dir="rtl"] .view-id-videos.view-display-id-block .view-content .views-row:nth-child(3n+2),
  .view-id-videos.view-display-id-block .view-content [dir="rtl"] .views-row:nth-child(3n+2) {
    float: right;
    margin-right: 33.33333%;
    margin-left: -100%;
  }
  .layout-3col__col-3, .layout-3col__col-x:nth-child(3n),
  .view-id-videos.view-display-id-block .view-content .views-row:nth-child(3n) {
    clear: none;
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__col-3, [dir="rtl"] .layout-3col__col-x:nth-child(3n),
  [dir="rtl"] .view-id-videos.view-display-id-block .view-content .views-row:nth-child(3n),
  .view-id-videos.view-display-id-block .view-content [dir="rtl"] .views-row:nth-child(3n) {
    float: right;
    margin-right: 66.66667%;
    margin-left: -100%;
  }
  .layout-3col__col-4 {
    display: none;
  }
}

.layout-3col__grid-item-container {
  padding-left: 0;
  padding-right: 0;
}

.layout-3col__grid-item-container:before {
  content: "";
  display: table;
}

.layout-3col__grid-item-container:after {
  content: "";
  display: table;
  clear: both;
}

.layout-center-x-wide,
#footer-container,
.tabs {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  max-width: 1665px;
}

@media (min-width: 768px) {
  .layout-center-x-wide,
  #footer-container,
  .tabs {
    padding-left: 12px;
    padding-right: 13px;
  }
  [dir="rtl"] .layout-center-x-wide,
  [dir="rtl"] #footer-container,
  [dir="rtl"] .tabs {
    padding-left: 13px;
    padding-right: 12px;
  }
}

.layout-center-x-wide--shared-grid {
  padding-left: 0;
  padding-right: 0;
}

.layout-center,
.paragraphs-item-winners-slideshow,
.paragraphs-item-winner-slides,
.paragraphs-item-view-reference,
.paragraphs-item-block-reference,
.paragraphs-item-text,
.paragraphs-item-files,
.paragraphs-items-field-cards,
.paragraphs-item-youtube-video,
.node-type-video main {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  max-width: 1165px;
}

@media (min-width: 768px) {
  .layout-center,
  .paragraphs-item-winners-slideshow,
  .paragraphs-item-winner-slides,
  .paragraphs-item-view-reference,
  .paragraphs-item-block-reference,
  .paragraphs-item-text,
  .paragraphs-item-files,
  .paragraphs-items-field-cards,
  .paragraphs-item-youtube-video,
  .node-type-video main {
    padding-left: 12px;
    padding-right: 13px;
  }
  [dir="rtl"] .layout-center,
  [dir="rtl"] .paragraphs-item-winners-slideshow,
  [dir="rtl"] .paragraphs-item-winner-slides,
  [dir="rtl"] .paragraphs-item-view-reference,
  [dir="rtl"] .paragraphs-item-block-reference,
  [dir="rtl"] .paragraphs-item-text,
  [dir="rtl"] .paragraphs-item-files,
  [dir="rtl"] .paragraphs-items-field-cards,
  [dir="rtl"] .paragraphs-item-youtube-video,
  [dir="rtl"] .node-type-video main,
  .node-type-video [dir="rtl"] main {
    padding-left: 13px;
    padding-right: 12px;
  }
}

.layout-center--shared-grid,
.layout-center.layout-3col {
  padding-left: 0;
  padding-right: 0;
}

.layout-swap {
  position: relative;
}

@media (min-width: 555px) {
  .layout-swap {
    padding-top: 48px;
  }
}

@media (min-width: 555px) {
  .layout-swap__top {
    position: absolute;
    top: 0;
    height: 48px;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .section-flex {
    display: -ms-flexbox;
    display: flex;
  }
  .section-flex--between {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .section-flex--around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .section-flex > * {
    margin: 0 .25rem;
  }
}

.ui-accordion.ui-helper-reset {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.ui-accordion.ui-helper-reset .ui-accordion-header {
  font-size: 1.5rem;
  text-transform: uppercase;
  border-radius: 0;
  padding-bottom: 3px;
  padding-top: 1.5rem;
}

.ui-accordion.ui-helper-reset .ui-state-default {
  background: none;
  border: 0;
  border-bottom: 2px solid #f37421;
  border-radius: 0;
}

.ui-accordion.ui-helper-reset .ui-state-active {
  border: 0;
}

.ui-accordion.ui-helper-reset .ui-accordion-icons {
  padding-left: 0;
  padding-right: 2.2em;
}

.ui-accordion.ui-helper-reset .ui-accordion-header .ui-accordion-header-icon {
  left: inherit;
  right: 0;
  top: inherit;
  bottom: 0;
}

.ui-accordion.ui-helper-reset .ui-accordion-content {
  padding: 0;
  background: none;
  border: 0;
  border-bottom: 2px solid #f37421;
  border-radius: 0;
}

.ui-accordion.ui-helper-reset .ui-icon-triangle-1-e {
  background-image: none;
  width: 48px;
  height: 26px;
}

.ui-accordion.ui-helper-reset .ui-icon-triangle-1-e::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-top: 14px solid #f37421;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
}

.ui-accordion.ui-helper-reset .ui-icon-triangle-1-e::after {
  content: '';
  position: absolute;
  left: 3px;
  top: 0;
  border-top: 11px solid #eeeeee;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
}

.ui-accordion.ui-helper-reset .ui-icon-triangle-1-s {
  background-image: none;
  width: 48px;
  height: 26px;
}

.ui-accordion.ui-helper-reset .ui-icon-triangle-1-s::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 14px solid #f37421;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
}

.ui-accordion.ui-helper-reset .ui-icon-triangle-1-s::after {
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
  border-bottom: 11px solid #eeeeee;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
}

.box {
  margin-bottom: 1.5rem;
  border: 5px solid #cccccc;
  padding: 1em;
}

.box__title {
  margin: 0;
}

.box:focus, .box:hover, .box.is-focus, .box--is-focus {
  border-color: #3d4750;
}

.box--highlight {
  border-color: #0080D1;
}

.clearfix::before,
.header::before,
.tabs::before {
  content: '';
  display: table;
}

.clearfix::after,
.header::after,
.tabs::after {
  content: '';
  display: table;
  clear: both;
}

.comment__section,
.comments {
  margin: 1.5rem 0;
}

.comment__title {
  margin: 0;
}

.comment__permalink {
  text-transform: uppercase;
  font-size: 75%;
}

.comment--preview,
.comment-preview {
  background-color: #fffadb;
}

.comment--nested,
.indented {
  margin-left: 32px;
}

[dir="rtl"] .comment--nested,
[dir="rtl"] .indented {
  margin-left: 0;
  margin-right: 32px;
}

#footer-container {
  margin-bottom: 1rem;
  padding: 0;
}

.footer {
  color: #fff;
  background-image: url("/sites/all/themes/custom/myasl_zen/images/this-is-winning.jpg");
  background-repeat: no-repeat;
  background-position: right;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-size: cover;
  font-family: "Oswald", sans-serif;
}

@media (min-width: 1111px) {
  .footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.footer a {
  color: #fff;
}

@media (min-width: 1111px) {
  .footer #block-asl-base-footer-cta {
    width: 45%;
    position: relative;
    top: -50px;
  }
}

.footer #block-asl-base-footer-cta .club-text {
  font-family: "Oswald", sans-serif;
  display: block;
  font-size: 12px;
  line-height: 1.3;
  margin-bottom: 6px;
}

@media (min-width: 1111px) {
  .footer #block-asl-base-footer-cta .club-text {
    margin-bottom: 0;
    font-size: 14px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-bottom;
    position: relative;
    z-index: 5;
  }
}

.footer #block-asl-base-footer-cta .app-cta-inner {
  text-align: center;
}

@media (min-width: 1111px) {
  .footer #block-asl-base-footer-cta .app-cta-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}

@media (min-width: 1111px) {
  .footer #block-asl-base-footer-cta .text-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}

.footer #block-asl-base-footer-cta .text-container--inner {
  position: relative;
}

@media (min-width: 1111px) {
  .footer #block-asl-base-footer-cta .text-container--inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding-right: 25px;
  }
}

.footer #block-asl-base-footer-cta .app-store-container a {
  display: inline-block;
}

.footer #block-asl-base-footer-cta .app-store-container a img {
  max-width: 135px;
  width: 100%;
  display: block;
  margin: 0 1rem;
}

@media (min-width: 1111px) {
  .footer #block-asl-base-footer-cta .app-store-container a img {
    margin: 0 1rem 0 0;
  }
}

.footer #block-menu-menu-footer-menu {
  font-family: "Oswald", sans-serif;
}

@media (min-width: 1111px) {
  .footer #block-menu-menu-footer-menu {
    border-left: 2px solid #fff;
    padding-left: 40px;
    width: 55%;
    position: relative;
    top: -50px;
  }
}

.footer .block-block.last {
  -ms-flex: 2;
      flex: 2;
  clear: both;
  font-size: 0.75rem;
  line-height: 18px;
  margin-top: 1rem;
}

@media (min-width: 1333px) {
  .footer .block-block.last {
    position: relative;
  }
}

.header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
}

.header {
  margin-top: -.5rem;
}

.header__logo {
  -ms-flex: 1;
      flex: 1;
  margin: 0 10px 0 0;
  padding: 0;
  max-width: 201px;
}

@media (min-width: 999px) {
  .header__logo {
    margin: 0;
    padding: 1rem;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    margin-bottom: -2.5rem;
    top: -1.5rem;
    background-image: url("/sites/all/themes/custom/myasl_zen/images/shield.png");
  }
}

[dir="rtl"] .header__logo {
  float: right;
  margin: 0 0 0 10px;
}

.header__logo-image {
  vertical-align: bottom;
  width: 175px;
}

.header__name-and-slogan {
  float: left;
}

.header__site-name {
  margin: 0;
}

.header__site-link:link, .header__site-link:visited {
  color: #3d4750;
  text-decoration: none;
}

.header__site-link:hover, .header__site-link:focus {
  text-decoration: underline;
}

.header__site-slogan {
  margin: 0;
}

.header__secondary-menu {
  float: right;
}

[dir="rtl"] .header__secondary-menu {
  float: left;
}

.header__region {
  clear: both;
}

.hidden,
html.js .js-hidden,
html.js .element-hidden,
html.js .js-hide {
  display: none;
}

.highlight-mark,
.new,
.update {
  color: #d1202f;
  background-color: transparent;
}

.inline-links,
.inline.links {
  padding: 0;
}

.inline-links__item,
.inline.links li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
}

[dir="rtl"] .inline-links__item,
[dir="rtl"] .inline.links li,
.inline.links [dir="rtl"] li {
  display: inline-block;
  padding: 0 0 0 1em;
}

.inline-sibling,
.field-label-inline .field-label,
span.field-label {
  display: inline;
  margin-right: 10px;
}

[dir="rtl"] .inline-sibling,
[dir="rtl"] .field-label-inline .field-label,
.field-label-inline [dir="rtl"] .field-label,
[dir="rtl"] span.field-label {
  margin-right: 0;
  margin-left: 10px;
}

.inline-sibling__child,
.inline-sibling *, .field-label-inline .field-label *, span.field-label * {
  display: inline;
}

.inline-sibling__adjacent,
.inline-sibling + *,
.inline-sibling + * > :first-child,
.inline-sibling + * > :first-child > :first-child, .field-label-inline .field-label + *, span.field-label + *, .field-label-inline .field-label + * > :first-child, span.field-label + * > :first-child, .field-label-inline .field-label + * > :first-child > :first-child, span.field-label + * > :first-child > :first-child {
  display: inline;
}

.field-label-inline .field-label,
.field-label-inline .field-items {
  float: none;
}

.messages,
.messages--status {
  margin: 1.5rem 0;
  position: relative;
  padding: 10px 10px 10px 44px;
  border: 1px solid #0080D1;
}

[dir="rtl"] .messages,
[dir="rtl"] .messages--status {
  padding: 10px 44px 10px 10px;
  background-position: 99% 8px;
}

.messages__icon {
  position: absolute;
  top: 50%;
  left: 10px;
  height: 24px;
  width: 24px;
  margin-top: -12px;
  line-height: 1;
}

[dir="rtl"] .messages__icon {
  left: auto;
  right: 0;
}

.messages__icon path {
  fill: #0080D1;
}

.messages__highlight,
.messages--error .error,
.messages.error .error {
  color: #3d4750;
}

.messages__list {
  margin: 0;
}

.messages__item {
  list-style-image: none;
}

.messages--ok-color,
.messages,
.messages--status,
.ok,
.revision-current {
  background-color: white;
  color: #0080D1;
}

.messages--warning-color,
.messages--warning,
.messages.warning,
.warning {
  background-color: #fffce6;
  color: #3d4750;
}

.messages--error-color,
.messages--error,
.messages.error,
.error {
  background-color: white;
  color: #d1202f;
}

.messages--warning,
.messages.warning {
  border-color: #fd0;
}

.messages--warning path, .messages.warning path {
  fill: #fd0;
}

.messages--error,
.messages.error {
  border-color: #d1202f;
}

.messages--error path, .messages.error path {
  fill: #d1202f;
}

@media print {
  .print-none,
  .toolbar,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .feed-icons {
    display: none;
  }
}

.responsive-video,
.media-youtube-video,
.media-vimeo-preview-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.responsive-video__embed,
.responsive-video iframe,
.media-youtube-video iframe,
.media-vimeo-preview-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-video--4-3 {
  padding-bottom: 75%;
}

.visually-hidden,
.element-invisible,
.element-focusable,
.breadcrumb__title,
.main-navigation .block-menu .block__title,
.main-navigation .block-menu-block .block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
}

.visually-hidden--off,
.visually-hidden--focusable:active,
.visually-hidden--focusable:focus,
.element-focusable:active,
.element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: visible;
}

.watermark {
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  height: 0;
  overflow: visible;
  background-color: transparent;
  color: #eeeeee;
  font-size: 75px;
  line-height: 1;
  text-align: center;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  word-wrap: break-word;
}

.paragraphs-item-hero {
  margin-left: -13px;
  margin-right: -12px;
}

.paragraphs-item-hero .field-name-field-image {
  display: none;
}

@media (min-width: 768px) {
  .paragraphs-item-hero .field-name-field-image {
    display: block;
  }
}

.paragraphs-item-hero .field-name-field-mobile-hero-image img {
  width: 100%;
  display: block;
}

@media (min-width: 768px) {
  .paragraphs-item-hero .field-name-field-mobile-hero-image {
    display: none;
  }
}

.paragraphs-item-cinemagraph-hero {
  color: #fff;
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
}

@media (min-width: 768px) {
  .paragraphs-item-cinemagraph-hero {
    margin-left: -12px;
    margin-right: -13px;
  }
}

.paragraphs-item-cinemagraph-hero video {
  width: 100%;
  height: auto;
  opacity: 0.9;
}

.paragraphs-item-cinemagraph-hero video.desktop {
  display: none;
}

@media (min-width: 768px) {
  .paragraphs-item-cinemagraph-hero video.desktop {
    display: inherit;
  }
}

@media (min-width: 768px) {
  .paragraphs-item-cinemagraph-hero video.mobile {
    display: none;
  }
}

.paragraphs-item-cinemagraph-hero .component--hero-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 2;
}

@media (min-width: 768px) {
  .paragraphs-item-cinemagraph-hero .component--hero-text {
    /*
      top: 32%;
      bottom: unset;
      width: 70%;
      */
  }
}

.paragraphs-item-cinemagraph-hero h1.component--hero-title,
.paragraphs-item-cinemagraph-hero .component--hero-subtitle {
  margin: 0;
}

.paragraphs-item-cinemagraph-hero h1.component--hero-title {
  color: #fff;
  font-size: 2rem;
  line-height: 0.9;
}

@media (min-width: 768px) {
  .paragraphs-item-cinemagraph-hero h1.component--hero-title {
    font-size: 4rem;
  }
}

@media (min-width: 888px) {
  .paragraphs-item-cinemagraph-hero h1.component--hero-title {
    font-size: 6rem;
  }
}

.paragraphs-item-cinemagraph-hero .component--hero-subtitle {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 3rem auto;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .paragraphs-item-cinemagraph-hero .component--hero-subtitle {
    font-size: 2.4rem;
  }
}

.paragraphs-item-cinemagraph-hero .field-name-field-cta-link::after {
  background-image: url("/themes/custom/ark_cog/dist/images/hero_arrow.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  content: '';
  display: block;
  font-size: 4rem;
  height: 2.5rem;
  line-height: 1;
  margin-top: 1rem;
}

@media (min-width: 999px) {
  .paragraphs-item-cinemagraph-hero .field-name-field-cta-link::after {
    margin-top: 3.5rem;
  }
}

.paragraphs-item-cinemagraph-hero .field-name-field-cta-link a {
  display: block;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.paragraphs-item-cinemagraph-hero .field-name-field-cta-link a:link,
.paragraphs-item-cinemagraph-hero .field-name-field-cta-link a:visited {
  color: #0080D1;
}

.paragraphs-item-cinemagraph-hero .field-name-field-cta-link a:hover,
.paragraphs-item-cinemagraph-hero .field-name-field-cta-link a:visited:hover {
  color: #fff;
}

.paragraphs-item-winners-slideshow {
  margin-bottom: 3rem;
}

.paragraphs-item-winners-slideshow .field-name-field-section-title {
  background: #0080D1;
}

.paragraphs-item-winners-slideshow .field-name-field-section-title h1,
.paragraphs-item-winners-slideshow .field-name-field-section-title h2,
.paragraphs-item-winners-slideshow .field-name-field-section-title h3,
.paragraphs-item-winners-slideshow .field-name-field-section-title h4,
.paragraphs-item-winners-slideshow .field-name-field-section-title h5 h6 {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 0;
  text-align: center;
  padding: 1rem;
}

.paragraphs-item-winners-slideshow .slick-prev,
.paragraphs-item-winners-slideshow .slick-next {
  padding: unset;
  width: 40px;
  height: 40px;
  z-index: 10;
}

.paragraphs-item-winners-slideshow .slick-prev::before,
.paragraphs-item-winners-slideshow .slick-next::before {
  color: #d1202f;
  font-size: 40px;
}

@media (min-width: 999px) {
  .paragraphs-item-winner-slides > .content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.paragraphs-item-winner-slides {
  background: #fff;
  padding: 3rem;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.paragraphs-item-winner-slides .field-name-field-text {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 999px) {
  .paragraphs-item-winner-slides .field-name-field-text {
    padding-right: 3rem;
    width: 45%;
    -ms-flex: 1 0 40%;
        flex: 1 0 40%;
  }
}

.paragraphs-item-winner-slides .field-name-field-text .button {
  font-size: 1rem;
  color: #fff;
  background: #f37421;
  -moz-appearance: unset;
  -webkit-appearance: unset;
  padding: 1rem;
  border-radius: 5px;
  text-transform: uppercase;
}

@media (min-width: 999px) {
  .paragraphs-item-winner-slides .field-name-field-video {
    width: 55%;
  }
}

.paragraphs-item-carousel {
  margin-left: -12px;
  margin-right: -13px;
  margin-bottom: 3rem;
}

.paragraphs-item-carousel .slick-prev {
  left: 15px;
}

.paragraphs-item-carousel .slick-next {
  right: 15px;
}

.paragraphs-item-carousel .slick-prev,
.paragraphs-item-carousel .slick-next {
  padding: unset;
  z-index: 10;
}

.paragraphs-item-carousel .slick-prev::before,
.paragraphs-item-carousel .slick-next::before {
  color: #fff;
}

@media (min-width: 888px) {
  .paragraphs-item-carousel .slick-prev,
  .paragraphs-item-carousel .slick-next {
    width: 60px;
    height: 60px;
  }
  .paragraphs-item-carousel .slick-prev::before,
  .paragraphs-item-carousel .slick-next::before {
    font-size: 60px;
  }
}

.paragraphs-item-carousel .slick-dots {
  position: absolute;
  bottom: 15px;
  width: 100%;
}

.paragraphs-item-carousel .slick-dots button::before {
  color: #fff;
  font-size: 1rem;
}

.paragraphs-item-carousel .slick-dots li.slick-active button::before {
  color: #fff;
}

.paragraphs-item-carousel .field-name-field-image {
  display: none;
}

.paragraphs-item-carousel .field-name-field-mobile-hero-image img {
  width: 100%;
}

@media (min-width: 768px) {
  .paragraphs-item-carousel .field-name-field-image {
    display: inherit;
  }
  .paragraphs-item-carousel .field-name-field-mobile-hero-image {
    display: none;
  }
}

.paragraphs-item-featured-game {
  margin-left: -12px;
  margin-right: -13px;
  background: #1e265b;
  color: #fff;
}

.paragraphs-item-featured-game .field-name-field-section-title h1,
.paragraphs-item-featured-game .field-name-field-section-title h2,
.paragraphs-item-featured-game .field-name-field-section-title h3,
.paragraphs-item-featured-game .field-name-field-section-title h4,
.paragraphs-item-featured-game .field-name-field-section-title h5 h6 {
  font-size: 1rem;
  color: #fff;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1;
}

@media (min-width: 999px) {
  .paragraphs-item-featured-game > .content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: end;
        align-items: flex-end;
  }
}

.paragraphs-item-featured-game .featured-game--content-section {
  text-align: center;
  padding: 1rem;
}

@media (min-width: 999px) {
  .paragraphs-item-featured-game .featured-game--content-section {
    padding: 3rem;
    width: 55%;
  }
}

.paragraphs-item-featured-game .field-name-field-image {
  padding: 3rem 3rem 0;
}

@media (min-width: 999px) {
  .paragraphs-item-featured-game .field-name-field-image {
    width: 45%;
  }
}

.paragraphs-item-featured-game .field-name-field-image img {
  display: block;
}

.paragraphs-item-featured-game .field-name-field-text {
  margin-bottom: 1rem;
}

@media (min-width: 999px) {
  .paragraphs-item-featured-game .field-name-field-text {
    margin-bottom: 5rem;
  }
}

.paragraphs-item-featured-game .field-name-field-text h1,
.paragraphs-item-featured-game .field-name-field-text h2,
.paragraphs-item-featured-game .field-name-field-text h3,
.paragraphs-item-featured-game .field-name-field-text h4,
.paragraphs-item-featured-game .field-name-field-text h5 h6 {
  font-size: 2.25rem;
  line-height: 1;
  color: #fff;
  font-weight: normal;
}

.paragraphs-item-featured-game .field-name-field-link,
.paragraphs-item-featured-game .field-name-field-link-secondary {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .paragraphs-item-featured-game .field-name-field-link,
  .paragraphs-item-featured-game .field-name-field-link-secondary {
    display: inline-block;
  }
}

.paragraphs-item-featured-game .button,
.paragraphs-item-featured-game .button--secondary {
  -webkit-appearance: unset;
  -moz-appearance: unset;
  padding: 1rem 3rem;
  text-transform: uppercase;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  border: 2px solid transparent;
  transition: background .3s, color .3s;
  width: 100%;
}

@media (min-width: 999px) {
  .paragraphs-item-featured-game .button,
  .paragraphs-item-featured-game .button--secondary {
    width: auto;
  }
}

.paragraphs-item-featured-game .button {
  background: #d1202f;
}

@media (min-width: 768px) {
  .paragraphs-item-featured-game .button {
    margin-right: 2rem;
  }
}

.paragraphs-item-featured-game .button:hover {
  background: #fff;
  color: #d1202f;
  border-color: #d1202f;
}

.paragraphs-item-featured-game .button--secondary {
  background-color: #f37421;
}

@media (min-width: 768px) {
  .paragraphs-item-featured-game .button--secondary {
    margin-left: 2rem;
    margin-right: 0;
  }
}

.paragraphs-item-featured-game .button--secondary:hover {
  color: #f37421;
  border-color: #f37421;
}

.paragraphs-item-promo {
  margin-left: -12px;
  margin-right: -13px;
  color: #3d4750;
  background: #bfd600;
  position: relative;
  overflow: hidden;
}

.paragraphs-item-promo strong {
  color: #3d4750;
  font-size: 1.75rem;
}

@media (min-width: 999px) {
  .paragraphs-item-promo > .content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
}

.paragraphs-item-promo > .content .promo--content-section--left,
.paragraphs-item-promo > .content .promo--content-section--right {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
}

@media (min-width: 999px) {
  .paragraphs-item-promo > .content .promo--content-section--left,
  .paragraphs-item-promo > .content .promo--content-section--right {
    width: 50%;
  }
}

.paragraphs-item-promo > .content .promo--content-section--right img {
  display: block;
}

.paragraphs-item-promo .button {
  -webkit-appearance: unset;
  -moz-appearance: unset;
  font-family: "Oswald", sans-serif;
  background: #0080D1;
  color: #fff;
  width: 100%;
  margin-top: 2rem;
  text-transform: uppercase;
  padding: 1rem 1.5rem;
  font-weight: bold;
  transition: background .3s, color .3s;
  margin-bottom: 1rem;
  letter-spacing: 1px;
}

@media (min-width: 888px) {
  .paragraphs-item-promo .button {
    width: auto;
  }
}

.paragraphs-item-promo .button:hover {
  border-color: transparent;
  background-color: #fff;
  color: #f37421;
}

.paragraphs-item-promo .field-name-field-section-title h1,
.paragraphs-item-promo .field-name-field-section-title h2,
.paragraphs-item-promo .field-name-field-section-title h3,
.paragraphs-item-promo .field-name-field-section-title h4,
.paragraphs-item-promo .field-name-field-section-title h5,
.paragraphs-item-promo .field-name-field-section-title h6 {
  color: #3d4750;
  font-size: 1.75rem;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: bold;
  line-height: 1.125;
}

@media (min-width: 999px) {
  .paragraphs-item-promo .field-name-field-section-title h1,
  .paragraphs-item-promo .field-name-field-section-title h2,
  .paragraphs-item-promo .field-name-field-section-title h3,
  .paragraphs-item-promo .field-name-field-section-title h4,
  .paragraphs-item-promo .field-name-field-section-title h5,
  .paragraphs-item-promo .field-name-field-section-title h6 {
    font-size: 3rem;
    padding-right: 5rem;
  }
}

@media (min-width: 999px) {
  .paragraphs-item-promo .field-name-field-text {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}

#block-component-game-results-game-results-interactive {
  display: -ms-flexbox;
  display: flex;
}

#game-results-interactive {
  background-color: transparent;
  overflow: hidden;
  width: 100%;
}

@media (min-width: 999px) {
  #game-results-interactive {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

#game-results-interactive h2 {
  color: #0080D1;
  font-size: 2.5rem;
  font-family: "Oswald", sans-serif;
  margin-bottom: 3rem;
  text-align: center;
  padding: 1rem;
  margin-top: 0;
}

#game-results-interactive #results-container-inner {
  height: 100%;
  z-index: 1;
  position: relative;
}

@media (min-width: 888px) {
  #game-results-interactive #results-container-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
  @supports (display: grid) {
    #game-results-interactive #results-container-inner {
      /* autoprefixer: off */
      display: grid;
      grid-template-columns: 48% 48%;
      justify-content: space-between;
      grid-column-gap: 10px;
      /* autoprefixer: on */
    }
  }
}

@media (min-width: 1111px) {
  #game-results-interactive #results-container-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
  @supports (display: grid) {
    #game-results-interactive #results-container-inner {
      /* autoprefixer: off */
      display: grid;
      grid-template-columns: 23% 23% 23% 23%;
      justify-content: space-between;
      grid-column-gap: 10px;
      /* autoprefixer: on */
    }
  }
}

#game-results-interactive #results-container {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 1rem;
}

@media (min-width: 999px) {
  #game-results-interactive #results-container {
    margin-bottom: 0;
    width: 100%;
  }
}

#game-results-interactive #results-container .results-container--game {
  background: #fff;
  margin-bottom: 1.5rem;
  box-shadow: 0 0 6px 0 #cccccc;
}

#game-results-interactive #results-container .results-container--game--logo {
  max-height: 75px;
  text-align: center;
  padding: .5rem .5rem 0;
}

#game-results-interactive #results-container .button {
  margin-top: .5rem;
  -webkit-appearance: unset;
  -moz-appearance: unset;
  background: #d1202f;
  border: 2px solid transparent;
  padding: 1rem;
  border-radius: 5px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  transition: background .3s, color .3s;
}

#game-results-interactive #results-container .button:hover {
  background: none;
  border-color: #d1202f;
  color: #d1202f;
}

#game-results-interactive #results-container .draw-game__numbers-container {
  margin: 0 .5rem;
  border: 0;
}

#game-results-interactive .jackpot {
  font-size: 12px;
}

#game-results-interactive .jackpot strong {
  font-size: 40px;
  line-height: 1;
  display: block;
}

#game-results-interactive .draw-date {
  font-size: 12px;
  line-height: 12px;
}

#game-results-interactive .draw-game__number,
#game-results-interactive .draw-game__number-special,
#game-results-interactive .draw-game__multiplier {
  font-size: 12px;
  height: 36px;
  width: 36px;
  line-height: 2.75;
  margin: auto;
}

#game-results-interactive .draw-game__number {
  margin-bottom: 6px;
}

#game-results-interactive .draw-game__numbers,
#game-results-interactive .draw-game__powerplay {
  margin: .25rem 0;
}

#game-results-interactive a {
  color: #d1202f;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}

.button-text {
  background: transparent;
  border: 2px solid #666666;
  -webkit-appearance: unset;
  padding: 1rem;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
  color: #666666;
  transition: border-color .3s, color .3s;
}

.button-text:hover {
  color: #0080D1;
  border-color: #0080D1;
}

.paragraphs-item-card {
  position: relative;
}

.cards-bg-image {
  margin-left: -12px;
  margin-right: -13px;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 1rem;
}

.paragraphs-items-field-cards {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.paragraphs-items-field-cards .field-name-field-cards > .field-items {
  position: relative;
}

@media (min-width: 888px) {
  .paragraphs-items-field-cards .field-name-field-cards > .field-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
  @supports (display: grid) {
    .paragraphs-items-field-cards .field-name-field-cards > .field-items {
      /* autoprefixer: off */
      display: grid;
      grid-template-columns: 31% 31% 31%;
      justify-content: space-between;
      grid-column-gap: 10px;
      /* autoprefixer: on */
    }
  }
}

.paragraphs-items-field-cards .field-name-field-cards > .field-items > .field-item {
  margin-bottom: 1rem;
  margin-top: 1rem;
  position: relative;
  z-index: 1;
}

@media (min-width: 888px) {
  .paragraphs-items-field-cards .field-name-field-cards > .field-items > .field-item {
    width: 31%;
  }
  @supports (display: grid) {
    .paragraphs-items-field-cards .field-name-field-cards > .field-items > .field-item {
      width: 100%;
    }
  }
}

.paragraphs-items-field-cards .card-wrapper-link {
  text-decoration: none;
  color: #3d4750;
}

.paragraphs-items-field-cards .group-overlay {
  position: relative;
  background-size: cover;
  height: 0;
  padding-bottom: 75%;
  z-index: 1;
}

.paragraphs-items-field-cards .field-name-field-section-title {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: background .3s;
}

.paragraphs-items-field-cards .field-name-field-section-title .field-item {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 100%;
}

.paragraphs-items-field-cards .field-name-field-section-title h1,
.paragraphs-items-field-cards .field-name-field-section-title h2,
.paragraphs-items-field-cards .field-name-field-section-title h3,
.paragraphs-items-field-cards .field-name-field-section-title h4,
.paragraphs-items-field-cards .field-name-field-section-title h5,
.paragraphs-items-field-cards .field-name-field-section-title h6 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.875rem;
  letter-spacing: 3px;
}

.paragraphs-items-field-cards .card-wrapper-link:hover .field-name-field-section-title {
  background-color: rgba(32, 96, 168, 0.4);
}

.paragraphs-items-field-cards .button {
  -moz-appearance: unset;
       appearance: unset;
  -webkit-appearance: unset;
  background: #d1202f;
  border-radius: 5px;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  padding: .5rem 1rem;
}

@media print {
  .breadcrumb {
    display: none;
  }
}

.breadcrumb__list {
  margin: 0;
  padding: 0;
}

.breadcrumb__item {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.more-link,
.more-help-link {
  text-align: right;
}

[dir="rtl"] .more-link,
[dir="rtl"] .more-help-link {
  text-align: left;
}

.more-link__help-icon,
.more-help-link a {
  padding: 1px 0 1px 20px;
  background-image: url(../sass/navigation/more-link/more-link__help-icon.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
}

[dir="rtl"] .more-link__help-icon,
[dir="rtl"] .more-help-link a,
.more-help-link [dir="rtl"] a {
  padding: 1px 20px 1px 0;
  background-position: 100% 50%;
}

.nav-menu__item,
.menu__item {
  list-style-image: url(../sass/navigation/nav-menu/leaf.svg);
  list-style-type: square;
}

.nav-menu__item.is-expanded, .nav-menu__item--is-expanded,
.is-expanded.menu__item,
.menu__item.is-expanded {
  list-style-image: url(../sass/navigation/nav-menu/expanded.svg);
  list-style-type: circle;
}

.nav-menu__item.is-collapsed, .nav-menu__item--is-collapsed,
.is-collapsed.menu__item,
.menu__item.is-collapsed {
  list-style-image: url(../sass/navigation/nav-menu/collapsed.svg);
  list-style-type: disc;
}

[dir="rtl"] .nav-menu__item.is-collapsed, [dir="rtl"] .nav-menu__item--is-collapsed,
[dir="rtl"] .is-collapsed.menu__item,
[dir="rtl"] .menu__item.is-collapsed {
  list-style-image: url(../sass/navigation/nav-menu/collapsed-rtl.svg);
}

.nav-menu__link.is-active, .nav-menu__link--is-active,
.menu a.active {
  color: #3d4750;
}

.menu-name-menu-secondary-nav {
  text-align: right;
  display: none;
}

@media (min-width: 768px) {
  .menu-name-menu-secondary-nav {
    display: inherit;
  }
}

.menu-name-menu-secondary-nav ul.menu {
  margin-bottom: 1rem;
  padding-left: 0;
}

.menu-name-menu-secondary-nav ul.menu .menu__item {
  display: inline-block;
  list-style-image: none;
}

.menu-name-menu-secondary-nav ul.menu .menu__item a {
  font-size: 0.875rem;
  padding-right: .5rem;
  padding-left: 1rem;
  text-decoration: none;
}

.menu-name-menu-secondary-nav ul.menu .menu__item a:hover {
  color: #0080D1;
}

.menu-name-menu-secondary-nav ul.menu .menu__item a.fa {
  margin-left: .75rem;
  border: 1px solid #000;
  border-radius: 50%;
  vertical-align: middle;
  padding: 0;
  width: 30px;
  height: 30px;
}

.menu-name-menu-secondary-nav ul.menu .menu__item a.fa::before {
  display: block;
  text-align: center;
  line-height: 28px;
}

.menu-name-menu-secondary-nav ul.menu .menu__item a.fa span {
  display: none;
}

.menu-name-menu-secondary-nav ul.menu .menu__item .play-to-win-link {
  color: #d1202f;
  text-transform: none;
}

.menu-name-menu-secondary-nav ul.menu .menu__item .play-to-win-link span {
  color: #0080D1;
}

.region-navigation {
  -ms-flex: 3;
      flex: 3;
}

.region-navigation .sf-menu {
  float: right;
  font-family: "Oswald", sans-serif;
}

.region-navigation .sf-accordion-toggle {
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  margin-right: -13px;
}

.region-navigation .sf-accordion-toggle #superfish-1-toggle,
.region-navigation .sf-accordion-toggle #superfish-2-toggle {
  text-decoration: none;
  padding: 10px;
  display: inline-block;
  color: #3d4750;
}

.region-navigation .sf-accordion-toggle #superfish-1-toggle::before,
.region-navigation .sf-accordion-toggle #superfish-2-toggle::before {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  width: 28px;
  height: 27px;
  background-repeat: no-repeat;
  background-image: url("/sites/all/themes/custom/myasl_zen/images/menu_mobile.svg");
  margin-right: 6px;
}

.region-navigation .sf-accordion-toggle #superfish-1-toggle.sf-expanded,
.region-navigation .sf-accordion-toggle #superfish-2-toggle.sf-expanded {
  background: #eee;
}

.region-navigation .sf-accordion-toggle #superfish-1-toggle.sf-expanded::before,
.region-navigation .sf-accordion-toggle #superfish-2-toggle.sf-expanded::before {
  width: 16px;
  height: 21px;
  background-image: url("/sites/all/themes/custom/myasl_zen/images/x_mobile.svg");
}

.region-navigation ul.sf-menu.sf-accordion.sf-expanded {
  position: absolute;
  background: #0080D1;
  width: 100%;
  left: 0 !important;
}

.region-navigation .sf-menu > li > a {
  font-size: 0.75rem;
  padding: 1rem;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  color: #fff;
}

@media (min-width: 768px) {
  .region-navigation .sf-menu > li > a {
    color: #000;
  }
}

@media (min-width: 888px) {
  .region-navigation .sf-menu > li > a {
    font-size: 0.875rem;
  }
}

@media (min-width: 999px) {
  .region-navigation .sf-menu > li > a {
    font-size: 1rem;
  }
}

.region-navigation .sf-menu > li > a.fa {
  display: none;
}

.region-navigation .sf-menu > li > a:hover {
  background-color: #1e265b;
}

@media (min-width: 768px) {
  .region-navigation .sf-menu > li > a:hover {
    background-color: #eee;
  }
}

@media (min-width: 768px) {
  .region-navigation .sf-menu > li:last-of-type a {
    padding-right: .5rem;
    color: #0080D1;
  }
}

.region-navigation .sf-main-menu .active-trail > a {
  border-bottom: 2px solid #0080D1 !important;
}

.region-navigation .sf-menu .menuparent ul {
  background: #0080D1;
}

.region-navigation .sf-menu .menuparent ul > li > a {
  font-size: 0.875rem;
  padding: 1rem .5rem;
  text-decoration: none;
  color: #fff;
}

.region-navigation .sf-menu .menuparent ul > li > a:hover {
  background: #1e265b;
}

.region-navigation .sf-menu li.sfHover > a {
  background: #eee;
  border-bottom: 2px solid #0080D1;
}

.region-navigation .sf-menu li.sfHover > ul {
  top: 3.1rem;
}

.navbar,
.main-navigation .links,
.main-navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left;
}

[dir="rtl"] .navbar,
[dir="rtl"] .main-navigation .links,
.main-navigation [dir="rtl"] .links,
[dir="rtl"]
.main-navigation .menu,
.main-navigation [dir="rtl"] .menu {
  text-align: right;
}

.navbar__item,
.navbar li, .main-navigation .links li,
.main-navigation .menu li {
  float: left;
  padding: 0 10px 0 0;
  list-style-type: none;
  list-style-image: none;
}

[dir="rtl"] .navbar__item, [dir="rtl"]
.navbar li, [dir="rtl"] .main-navigation .links li, .main-navigation [dir="rtl"] .links li, [dir="rtl"]
.main-navigation .menu li,
.main-navigation [dir="rtl"] .menu li {
  float: right;
  padding: 0 0 0 10px;
}

.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

@media print {
  .pager {
    display: none;
  }
}

.pager__item,
.pager__current-item,
.pager-current,
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis {
  display: inline;
  padding: 0 .5em;
  list-style-type: none;
  background-image: none;
}

.pager__current-item,
.pager-current {
  font-weight: bold;
}

.skip-link {
  display: block;
  padding: 2px 0 3px;
  text-align: center;
}

.skip-link:link, .skip-link:visited {
  background-color: #666666;
  color: #fff;
}

.skip-link__wrapper {
  margin: 0;
}

@media print {
  .skip-link__wrapper {
    display: none;
  }
}

.tabs {
  line-height: 1.875rem;
  border-bottom: 1px solid #cccccc \0/ie;
  background-image: linear-gradient(to top, #cccccc 1px, transparent 1px);
  margin-top: 1rem;
  list-style: none;
  white-space: nowrap;
}

@media print {
  .tabs {
    display: none;
  }
}

.tabs__tab {
  float: left;
  margin: 0 3px;
  border: 1px solid #cccccc;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-color: transparent;
  border-bottom: 0 \0/ie;
  overflow: hidden;
  background: #dddddd;
}

[dir="rtl"] .tabs__tab {
  float: right;
}

.tabs__tab.is-active {
  border-bottom-color: #fff;
}

.tabs__tab-link {
  padding: 0 1.5rem;
  display: block;
  text-decoration: none;
  transition: color .3s, background .3s, border .3s;
  text-shadow: #fff 0 1px 0;
  color: #3d4750;
  background: #dddddd;
  letter-spacing: 1px;
}

.tabs__tab-link:focus, .tabs__tab-link:hover {
  background: #eaeaea;
}

.tabs__tab-link:active, .tabs__tab-link.is-active, .tabs__tab-link--is-active {
  background: #fff;
  text-shadow: none;
}

.tabs--off,
.views-displays .secondary {
  margin: 0;
  border-bottom: 0;
  padding: 0;
  background-image: none;
}

.tabs--secondary {
  margin-top: 1.5rem;
  font-size: 0.875rem;
  background-image: none;
}

.tabs + .tabs--secondary {
  margin-top: 0;
  background-image: linear-gradient(to top, #cccccc 1px, transparent 1px);
}

.tabs--secondary .tabs__tab {
  margin: 0.5625rem 0.1875rem;
  border: 0;
  background: transparent;
}

[dir="rtl"] .tabs--secondary .tabs__tab {
  float: right;
}

.tabs--secondary .tabs__tab.is-active {
  border-bottom-color: transparent;
}

.tabs--secondary .tabs__tab-link {
  border: 1px solid #cccccc;
  border-radius: 24px;
  color: #666666;
  background: #f1f1f1;
  letter-spacing: normal;
}

.tabs--secondary .tabs__tab-link:focus, .tabs--secondary .tabs__tab-link:hover {
  color: #333333;
  background: #dddddd;
  border-color: #999999;
}

.tabs--secondary .tabs__tab-link:active, .tabs--secondary .tabs__tab-link.is-active, .tabs--secondary .tabs__tab-link--is-active {
  color: white;
  text-shadow: #333333 0 1px 0;
  background: #666666;
  border-color: black;
}

#block-menu-menu-footer-menu .menu {
  padding-left: 0;
  margin-top: .5rem;
  margin-bottom: .5rem;
}

#block-menu-menu-footer-menu .menu .menu__item {
  text-transform: uppercase;
  list-style: none;
  text-align: center;
  margin: 0 0 1rem;
}

@media (min-width: 1111px) {
  #block-menu-menu-footer-menu .menu .menu__item {
    display: inline-block;
  }
}

@media (min-width: 1111px) {
  #block-menu-menu-footer-menu .menu .menu__item {
    margin: 0 8% 0 0;
  }
}

#block-menu-menu-footer-menu .menu .menu__item a {
  font-size: 14px;
  text-decoration: none;
  font-weight: 900;
  color: #fff;
}

.autocomplete,
.form-autocomplete {
  background-image: url(../sass/forms/autocomplete/throbber-inactive.png);
  background-position: 100% center;
  background-repeat: no-repeat;
}

[dir="rtl"] .autocomplete,
[dir="rtl"] .form-autocomplete {
  background-position: 0% center;
}

.autocomplete__list-wrapper,
#autocomplete {
  border: 1px solid;
  overflow: hidden;
  position: absolute;
  z-index: 100;
}

.autocomplete__list,
#autocomplete ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

.autocomplete__list-item,
#autocomplete li {
  background: #fff;
  color: #3d4750;
  cursor: default;
  white-space: pre;
}

.autocomplete__list-item.is-selected, .autocomplete__list-item--is-selected,
#autocomplete li.is-selected,
#autocomplete .selected {
  background: #0080D1;
  color: #fff;
}

.autocomplete.is-throbbing, .autocomplete--is-throbbing,
.is-throbbing.form-autocomplete,
.form-autocomplete.throbbing {
  background-image: url(../sass/forms/autocomplete/throbber-active.gif);
}

.collapsible-fieldset,
.collapsible {
  position: relative;
}

.collapsible-fieldset__legend,
.collapsible .fieldset-legend {
  display: block;
  padding-left: 15px;
  background-image: url(../sass/forms/collapsible-fieldset/expanded.svg);
  background-position: 4px 50%;
  background-repeat: no-repeat;
}

[dir="rtl"] .collapsible-fieldset__legend,
[dir="rtl"] .collapsible .fieldset-legend,
.collapsible [dir="rtl"] .fieldset-legend {
  padding-left: 0;
  padding-right: 15px;
  background-position: right 4px top 50%;
}

.collapsible-fieldset__summary,
.collapsible .fieldset-legend .summary {
  color: #3d4750;
  font-size: .9em;
  margin-left: .5em;
}

.collapsible-fieldset.is-collapsed, .collapsible-fieldset--is-collapsed,
.is-collapsed.collapsible,
.collapsible.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  height: 1em;
}

.collapsible-fieldset.is-collapsed .collapsible-fieldset__wrapper, .collapsible-fieldset--is-collapsed__wrapper, .is-collapsed.collapsible .collapsible-fieldset__wrapper,
.collapsible.collapsed .fieldset-wrapper {
  display: none;
}

.collapsible-fieldset.is-collapsed .collapsible-fieldset__legend, .collapsible-fieldset--is-collapsed__legend, .is-collapsed.collapsible .collapsible-fieldset__legend,
.collapsible.collapsed .fieldset-legend,
.collapsible-fieldset.is-collapsed .collapsible .fieldset-legend,
.collapsible .collapsible-fieldset.is-collapsed .fieldset-legend,
.is-collapsed.collapsible .fieldset-legend {
  background-image: url(../sass/forms/collapsible-fieldset/collapsed.svg);
  background-position: 4px 50%;
}

[dir="rtl"] .collapsible-fieldset.is-collapsed .collapsible-fieldset__legend, [dir="rtl"] .collapsible-fieldset--is-collapsed__legend, [dir="rtl"] .is-collapsed.collapsible .collapsible-fieldset__legend,
[dir="rtl"] .collapsible.collapsed .fieldset-legend,
.collapsible.collapsed [dir="rtl"] .fieldset-legend,
[dir="rtl"] .collapsible-fieldset.is-collapsed .collapsible .fieldset-legend,
.collapsible [dir="rtl"] .collapsible-fieldset.is-collapsed .fieldset-legend,
[dir="rtl"] .is-collapsed.collapsible .fieldset-legend {
  background-image: url(../sass/forms/collapsible-fieldset/collapsed-rtl.svg);
  background-position: right 4px top 50%;
}

.form-item {
  margin: 1.5rem 0;
}

.form-item__required,
.form-required {
  color: #d1202f;
}

.form-item__description,
.form-item .description {
  font-size: 0.875rem;
}

.form-item--inline div,
.form-item--inline label, .container-inline .form-item div, .container-inline .form-item label {
  display: inline;
}

.form-item--inline__exception,
.container-inline .fieldset-wrapper {
  display: block;
}

.form-item--tight,
.form-item--radio,
.form-type-radio,
.form-type-checkbox,
.password-parent,
.confirm-parent,
table .form-item {
  margin: 0;
}

.form-item--radio .form-item__label, .form-item--radio__label, .form-type-radio .form-item__label,
.form-type-checkbox .form-item__label,
label.option {
  display: inline;
  font-weight: normal;
}

.form-item--radio .form-item__description, .form-item--radio__description, .form-type-radio .form-item__description,
.form-type-checkbox .form-item__description,
.form-type-radio .description,
.form-type-checkbox .description,
.form-item--radio .form-item .description,
.form-item .form-item--radio .description,
.form-type-radio .form-item .description,
.form-item .form-type-radio .description,
.form-type-checkbox .form-item .description,
.form-item
.form-type-checkbox .description {
  margin-left: 1.4em;
}

.form-item.is-error .form-item__widget, .form-item--is-error__widget,
.form-item.is-error input,
.form-item.is-error textarea,
.form-item.is-error select,
.form-item--is-error input,
.form-item--is-error textarea,
.form-item--is-error select,
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #d1202f;
}

.form-table__sticky-header,
.sticky-header {
  position: fixed;
  visibility: hidden;
  margin-top: 0;
  background-color: #fff;
}

.form-table__sticky-header.is-sticky, .form-table__sticky-header--is-sticky,
.is-sticky.sticky-header {
  visibility: visible;
}

.form-table__header,
.form-table th,
form table th {
  border-bottom: 3px solid #cccccc;
  padding-right: 1em;
  text-align: left;
}

[dir="rtl"] .form-table__header,
[dir="rtl"] .form-table th,
.form-table [dir="rtl"] th,
[dir="rtl"] form table th,
form table [dir="rtl"] th {
  text-align: right;
  padding-left: 1em;
  padding-right: 0;
}

.form-table__body,
.form-table tbody,
form table tbody {
  border-top: 1px solid #cccccc;
}

.form-table__row,
.form-table tbody tr,
form table tbody tr {
  padding: .1em .6em;
  border-bottom: 1px solid #cccccc;
  background-color: #eeeeee;
}

.form-table__row:nth-child(even),
.form-table tbody tr:nth-child(even),
form table tbody tr:nth-child(even) {
  background-color: #fff;
}

.form-table__row.is-active, .form-table__row--is-active,
.form-table tbody tr.is-active,
form table tbody tr.is-active,
td.active {
  background-color: #dddddd;
}

.form-table__row.is-disabled, .form-table__row--is-disabled,
.form-table tbody tr.is-disabled,
form table tbody tr.is-disabled,
td.menu-disabled {
  background: #cccccc;
}

.form-table__row.is-selected, .form-table__row--is-selected,
.form-table tbody tr.is-selected,
form table tbody tr.is-selected,
tr.selected td {
  background: #fffdf0;
}

.form-table__list,
.form-table ul,
form table ul {
  margin: 0;
}

.form-table__narrow-column,
.form-table th.form-table__narrow-column,
form table th.form-table__narrow-column,
td .checkbox,
th .checkbox {
  width: -webkit-min-content;
  text-align: center;
}

.progress-bar,
.progress {
  font-weight: bold;
}

.progress-bar__bar,
.progress .bar {
  border-radius: 3px;
  margin: 0 .2em;
  border: 1px solid #666666;
  background-color: #cccccc;
}

.progress-bar__fill,
.progress .filled {
  height: 1.5em;
  width: 5px;
  background: #0080D1 url(../sass/forms/progress-bar/progress-bar.gif) repeat 0 0;
}

.progress-bar__percentage,
.progress .percentage {
  float: right;
}

[dir="rtl"] .progress-bar__percentage,
[dir="rtl"] .progress .percentage,
.progress [dir="rtl"] .percentage {
  float: left;
}

.progress-bar--inline,
.ajax-progress-bar {
  width: 16em;
  display: inline-block;
}

[dir="rtl"] .progress-bar--inline,
[dir="rtl"] .ajax-progress-bar {
  float: right;
}

.progress-throbber,
.ajax-progress {
  display: inline-block;
}

[dir="rtl"] .progress-throbber,
[dir="rtl"] .ajax-progress {
  float: right;
}

.progress-throbber__widget,
.ajax-progress .throbber {
  background: url(../sass/forms/progress-throbber/progress-throbber.gif) no-repeat 0 -18px transparent;
  float: left;
  height: 15px;
  margin: 2px;
  width: 15px;
}

[dir="rtl"] .progress-throbber__widget,
[dir="rtl"] .ajax-progress .throbber,
.ajax-progress [dir="rtl"] .throbber {
  float: right;
}

.progress-throbber__widget-in-tr,
tr .ajax-progress .throbber {
  margin: 0 2px;
}

.progress-throbber__message,
.ajax-progress .message {
  padding-left: 20px;
}

.resizable-textarea,
.resizable-textarea textarea {
  width: 100%;
  vertical-align: bottom;
}

.resizable-textarea__grippie,
.resizable-textarea .grippie {
  background: url(../sass/forms/resizable-textarea/grippie.png) no-repeat center 2px #eeeeee;
  border: 1px solid #cccccc;
  border-top-width: 0;
  cursor: s-resize;
  height: 9px;
  overflow: hidden;
}

.table-drag__wrapper,
body.drag {
  cursor: move;
}

.table-drag__item,
tr.drag {
  background-color: #fffadb;
}

.table-drag__item-previous,
tr.drag-previous {
  background-color: #fff7c2;
}

.table-drag__handle,
.tabledrag-handle {
  cursor: move;
  float: left;
  height: 1.7em;
  margin-left: -1em;
  overflow: hidden;
  text-decoration: none;
  font-size: 12px;
}

[dir="rtl"] .table-drag__handle,
[dir="rtl"] .tabledrag-handle {
  float: right;
  margin-right: -1em;
  margin-left: 0;
}

.table-drag__handle:focus, .table-drag__handle:hover,
.tabledrag-handle:focus,
.tabledrag-handle:hover {
  text-decoration: none;
}

.table-drag__handle-icon,
.tabledrag-handle .handle {
  box-sizing: content-box;
  background: url(../sass/forms/table-drag/handle-icon.png) no-repeat 6px 9px;
  height: 13px;
  margin: -.4em .5em;
  padding: .42em .5em;
  width: 13px;
}

.table-drag__handle.is-hover .table-drag__handle-icon, .table-drag__handle-icon--is-hover, .is-hover.tabledrag-handle .table-drag__handle-icon,
.tabledrag-handle-hover .handle,
.table-drag__handle.is-hover .tabledrag-handle .handle,
.tabledrag-handle .table-drag__handle.is-hover .handle,
.is-hover.tabledrag-handle .handle {
  background-position: 6px -11px;
}

.table-drag__toggle-weight-wrapper,
.tabledrag-toggle-weight-wrapper {
  text-align: right;
}

[dir="rtl"] .table-drag__toggle-weight-wrapper,
[dir="rtl"] .tabledrag-toggle-weight-wrapper {
  text-align: left;
}

.table-drag__toggle-weight,
.tabledrag-toggle-weight {
  font-size: .9em;
}

.table-drag__indentation,
.indentation {
  float: left;
  height: 1.7em;
  margin: -.4em .2em -.4em -.4em;
  padding: .42em 0 .42em .6em;
  width: 20px;
}

[dir="rtl"] .table-drag__indentation,
[dir="rtl"] .indentation {
  float: right;
  margin: -.4em -.4em -.4em .2em;
  padding: .42em .6em .42em 0;
}

.table-drag__tree-child,
.table-drag__tree-child-last,
.tree-child-last,
.table-drag__tree-child-horizontal,
.tree-child-horizontal,
.tree-child {
  background: url(../sass/forms/table-drag/tree-child.png) no-repeat 11px center;
}

[dir="rtl"] .table-drag__tree-child,
[dir="rtl"] .table-drag__tree-child-last,
[dir="rtl"] .tree-child-last,
[dir="rtl"] .table-drag__tree-child-horizontal,
[dir="rtl"] .tree-child-horizontal,
[dir="rtl"] .tree-child {
  background-position: -65px center;
}

.table-drag__tree-child-last,
.tree-child-last {
  background-image: url(../sass/forms/table-drag/tree-child-last.png);
}

.table-drag__tree-child-horizontal,
.tree-child-horizontal {
  background-position: -11px center;
}

.page-node-30211 .webform-client-form {
  margin-bottom: 3rem;
}

.page-node-30211 .webform-client-form label {
  display: inline-block;
  width: 100px;
}

.ball {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #cccccc;
  vertical-align: text-bottom;
}

.ball__black {
  background: #000;
}

.ball__white {
  background: #fff;
}

.ball__yellow {
  background: yellow;
}

.ball__red {
  background: #d1202f;
}

.node-type-draw-game .field-name-field-logo {
  text-align: center;
}

@media (min-width: 768px) {
  .node-type-draw-game .field-name-field-logo {
    text-align: left;
  }
}

.node-type-draw-game .field-name-body {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.node-type-draw-game .draw-game-header {
  font-family: "Oswald", sans-serif;
  margin-left: -12px;
  margin-right: -13px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-position: 50%;
  background-size: cover;
}

.node-type-draw-game .draw-game-header > .section-flex--between {
  -ms-flex-align: center;
      align-items: center;
}

.node-type-draw-game .draw-game-jackpot-info {
  text-align: center;
  color: #fff;
}

.node-type-draw-game .jackpot-subtitle {
  font-size: 1.25rem;
}

.node-type-draw-game .jackpot-amount {
  font-size: 2.5rem;
  line-height: 2.5rem;
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 1rem;
}

@media (min-width: 888px) {
  .node-type-draw-game .jackpot-amount {
    margin-top: 0;
    font-size: 4rem;
    line-height: 4.1rem;
  }
}

.node-type-draw-game .jackpot-drawing-time {
  font-weight: 900;
}

@media (min-width: 888px) {
  .node-type-draw-game .jackpot-drawing-time {
    font-size: 2rem;
    line-height: 2.3rem;
  }
}

.node-type-draw-game .draw-accordion {
  max-width: 960px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 0;
}

.foundation-grid__draw-game__recent-results {
  text-align: center;
  margin-bottom: 1rem;
}

.foundation-grid__draw-game__recent-results .draw-game__number,
.foundation-grid__draw-game__recent-results .draw-game__number-special,
.foundation-grid__draw-game__recent-results .draw-game__multiplier {
  font-size: 1rem;
  width: 40px;
  height: 40px;
  line-height: 2.25;
}

.foundation-grid__draw-game__recent-results .numbers-container--logo {
  max-height: 75px;
  text-align: center;
  padding: .5rem .5rem 0;
  display: block;
  margin: 0 auto;
}

.foundation-grid__draw-game__recent-results .draw-game__numbers-container {
  background: #fff;
  margin-bottom: 1rem;
  padding: 0;
  box-shadow: 0 0 6px 0 #cccccc;
}

.node-type-draw-game .draw-game__results-container h3 {
  color: #0080D1;
  font-size: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-family: "Oswald", sans-serif;
}

.draw-game__results-container {
  position: relative;
  z-index: 5;
  margin-bottom: 3rem;
}

.view-winners.view-display-id-block .view-content::before, .view-winners.view-display-id-block .view-content::after,
.pseudo-parent.container-shadow::before,
.pseudo-parent.container-shadow::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 40%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 3px;
  background: transparent;
  box-shadow: 0 14px 16px -16px rgba(0, 0, 0, 0.75);
  -ms-transform: rotate(-1deg);
      transform: rotate(-1deg);
}

.view-winners.view-display-id-block .view-content::after,
.pseudo-parent.container-shadow::after {
  left: 60%;
  -ms-transform: rotate(1deg);
      transform: rotate(1deg);
}

.draw-game__numbers,
.draw-game__powerplay {
  margin: 1rem 0;
}

.draw-game__number,
.draw-game__number-special,
.draw-game__multiplier {
  display: inline-block;
  border: 2px solid #0080D1;
  font-weight: 900;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 27px;
  text-align: center;
}

@media (min-width: 666px) {
  .draw-game__number,
  .draw-game__number-special,
  .draw-game__multiplier {
    margin-right: 5px;
    margin-right: 5px;
    font-size: 1.5rem;
    width: 60px;
    height: 60px;
    line-height: 2.35;
  }
}

.draw-game__number-special {
  border-color: #d1202f;
}

.draw-game__multiplier {
  border-color: transparent;
  background: #ddd;
}

.node-instant-game h1 {
  margin-top: 50px;
  margin-bottom: 0px;
  line-height: 36px;
}

.node-instant-game .field-name-field-game-number {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 20px;
}

.node-instant-game .field-name-field-game-number .field-label {
  margin-right: 0;
}

.node-instant-game .field-name-field-ticket-price,
.node-instant-game .field-name-field-prize-range,
.node-instant-game .field-name-field-game-odds {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.view-instant-games.view-display-id-page .view-header {
  margin-bottom: 2rem;
  text-align: center;
}

.view-instant-games.view-display-id-page .button {
  background: #d1202f;
  padding: .5rem 1rem;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 5px;
  -moz-appearance: unset;
       appearance: unset;
  -webkit-appearance: unset;
  margin-bottom: 1rem;
  margin-right: .5rem;
}

.view-instant-games.view-display-id-page .button:hover {
  color: #d1202f;
  background: #fff;
  border-color: #d1202f;
}

.view-instant-games.view-display-id-page .views-exposed-form {
  display: none;
}

@media (min-width: 888px) {
  .view-instant-games.view-display-id-page .view-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}

.view-instant-games.view-display-id-page .view-content img {
  width: 100%;
}

.view-instant-games.view-display-id-page .view-content .views-row {
  margin-bottom: 2rem;
  background: #fff;
  border-radius: 5px;
  padding: 1rem;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
}

@media (min-width: 888px) {
  .view-instant-games.view-display-id-page .view-content .views-row {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    width: calc(50% - 3rem);
  }
}

@media (min-width: 999px) {
  .view-instant-games.view-display-id-page .view-content .views-row {
    width: calc(33.33333% - 3rem);
  }
}

.view-instant-games.view-display-id-page .view-content h2 {
  text-align: center;
}

.view-instant-games.view-display-id-page .view-content h2 a {
  text-decoration: none;
}

.view-instant-games.view-display-id-page .view-content h2 a:hover {
  color: #f37421;
}

.view-press-releases .views-row {
  margin-bottom: 2rem;
}

.view-press-releases .field-name-field-date {
  margin-top: -12px;
}

.view-winners.view-display-id-block {
  margin-bottom: 3rem;
  margin-top: 3rem;
  position: relative;
  z-index: 1;
  font-family: "Oswald", sans-serif;
}

.view-winners.view-display-id-block h2 {
  margin: 0;
  font-size: 42px;
  line-height: 1.5;
}

.view-winners.view-display-id-block .field-name-field-winner-location {
  font-size: 0.875rem;
  margin-top: -6px;
  font-style: italic;
  margin-bottom: .5rem;
}

.view-winners.view-display-id-block .field-name-field-link {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.view-winners.view-display-id-block .field-name-field-amount {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: .5rem;
  line-height: 1;
}

.view-winners.view-display-id-block .slick-prev,
.view-winners.view-display-id-block .slick-next {
  padding: unset;
  width: 40px;
  height: 40px;
  z-index: 10;
}

.view-winners.view-display-id-block .slick-prev::before,
.view-winners.view-display-id-block .slick-next::before {
  color: #d1202f;
  font-size: 40px;
}

.view-winners.view-display-id-block .view-content {
  background: #fff;
  padding: 3rem;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

@media (min-width: 999px) {
  .view-winners.view-display-id-block .view-content .group-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.view-winners.view-display-id-block .view-content .group-left {
  text-align: center;
}

@media (min-width: 999px) {
  .view-winners.view-display-id-block .view-content .group-left {
    padding-right: 3rem;
    width: 45%;
    -ms-flex: 1 0 40%;
        flex: 1 0 40%;
  }
}

@media (min-width: 999px) {
  .view-winners.view-display-id-block .view-content .group-right {
    width: 55%;
  }
}

.view-winners.view-display-id-block .button {
  font-size: 1rem;
  color: #fff;
  background: #f37421;
  -moz-appearance: unset;
  -webkit-appearance: unset;
  padding: 1rem;
  border: 2px solid #fff;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
  transition: background .3s, color .3s;
  letter-spacing: 1px;
}

.view-winners.view-display-id-block .button:hover {
  background: #fff;
  border-color: #f37421;
  color: #f37421;
  transition: background .3s, color .3s;
}

.view-winners.view-display-id-block::before {
  font-size: 2rem;
  content: '#ThisIsWinning';
  display: block;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  padding: 1rem;
  text-align: center;
  background: #0080D1;
  color: #fff;
}

.view-id-videos.view-display-id-block .views-exposed-form {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-top: 1px solid #3d4750;
  border-bottom: 1px solid #3d4750;
}

.view-id-videos.view-display-id-block .views-exposed-form .views-exposed-widgets {
  margin: 0;
}

.view-id-videos.view-display-id-block .views-exposed-form #edit-field-video-tag-tid-wrapper {
  float: none;
  text-align: center;
}

.view-id-videos.view-display-id-block .views-exposed-form #edit-field-video-tag-tid-wrapper label,
.view-id-videos.view-display-id-block .views-exposed-form #edit-field-video-tag-tid-wrapper .views-widget {
  display: inline-block;
}

@supports (display: grid) {
  .view-id-videos.view-display-id-block .view-content {
    margin-left: 0;
    margin-right: 0;
  }
  .view-id-videos.view-display-id-block .view-content::before {
    content: unset;
  }
}

@supports (display: grid) {
  @media (min-width: 768px) {
    .view-id-videos.view-display-id-block .view-content {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 49% 49%;
          grid-template-columns: 49% 49%;
      column-gap: 2%;
    }
  }
  @media (min-width: 999px) {
    .view-id-videos.view-display-id-block .view-content {
      -ms-grid-columns: 32% 32% 32%;
          grid-template-columns: 32% 32% 32%;
      column-gap: 2%;
    }
  }
}

@supports (display: grid) {
  .view-id-videos.view-display-id-block .view-content .views-row {
    float: none !important;
    margin-bottom: 1rem;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    clear: none !important;
    padding: 0 !important;
  }
}

.view-id-videos.view-display-id-block .view-content .youtube-container--responsive {
  margin-bottom: 1rem;
}

.view-videos.view-display-id-videos_featured {
  max-width: 800px;
  margin: 3rem auto;
}

.view-videos.view-display-id-videos_featured .slick-prev {
  left: -50px;
}

.view-videos.view-display-id-videos_featured .slick-next {
  right: -50px;
}

.view-videos.view-display-id-videos_featured .slick-prev,
.view-videos.view-display-id-videos_featured .slick-next {
  padding: unset;
  width: 40px;
  height: 40px;
  z-index: 10;
}

.view-videos.view-display-id-videos_featured .slick-prev::before,
.view-videos.view-display-id-videos_featured .slick-next::before {
  color: #d1202f;
  font-size: 40px;
}

/*--------------------------------------------------------------
 # Scholarship Recipients Block
--------------------------------------------------------------*/
.view-scholarship-recipients {
  padding-top: 1rem;
  word-wrap: break-word;
}

.view-scholarship-recipients .view-content {
  background-color: #fff;
  padding: 1rem 1rem 2.5rem;
}

.view-scholarship-recipients .views-row {
  position: relative;
}

@media (min-width: 888px) {
  .view-scholarship-recipients .views-row {
    height: 350px;
    padding-right: 520px;
  }
}

.view-scholarship-recipients blockquote {
  color: #666666;
  font-style: italic;
  min-height: 40px;
  width: auto;
  padding-left: 26px;
  padding-bottom: 0.5rem;
  margin: 1.5rem 0 1rem;
}

.view-scholarship-recipients blockquote:before {
  font-family: 'FontAwesome', sans-serif;
  font-size: 20px;
  content: "\f10d";
  color: #d1202f;
  position: absolute;
  top: 20px;
  left: 0;
}

.view-scholarship-recipients blockquote *:last-child {
  margin-bottom: 0;
}

.view-scholarship-recipients blockquote cite {
  font-style: normal;
  color: #444;
}

@media (min-width: 888px) {
  .view-scholarship-recipients blockquote {
    padding-left: 50px;
    min-height: 64px;
  }
  .view-scholarship-recipients blockquote:before {
    font-size: 40px;
    top: 24px;
  }
}

@media (min-width: 888px) {
  .view-scholarship-recipients .views-field-field-image {
    position: absolute;
    top: 1rem;
    right: 1rem;
  }
}

.view-scholarship-recipients .slick-arrow {
  padding: 0;
  top: auto;
  bottom: 0;
}

.view-scholarship-recipients .slick-arrow:before {
  color: #000;
}

.view-scholarship-recipients .slick-prev {
  left: 40%;
}

.view-scholarship-recipients .slick-next {
  right: 40%;
}

@media (min-width: 888px) {
  .view-scholarship-recipients .slick-prev {
    left: 48%;
  }
  .view-scholarship-recipients .slick-next {
    right: 48%;
  }
}

/*--------------------------------------------------------------
 # Retailer Locator
--------------------------------------------------------------*/
.page-retailer-locator-index a#main-content + h1 {
  display: none;
}

.page-retailer-locator-index .view-header > *:not(.paragraphs-item-hero),
.page-retailer-locator-index .view-filters,
.page-retailer-locator-index .item-list,
.page-retailer-locator-index .view-content,
.page-retailer-locator-index .view-empty {
  max-width: 1165px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 13px;
}

.page-retailer-locator-index .leaflet-map {
  margin-left: 12px;
  margin-right: 13px;
}

.view-retailer-locator {
  overflow: hidden;
  padding-bottom: 2rem;
}

.view-retailer-locator .view-filters {
  padding-bottom: 2rem;
}

.view-retailer-locator .views-submit-button input[type="submit"],
.view-retailer-locator .views-reset-button input[type="submit"] {
  margin-top: 1.3125rem;
}

.view-retailer-locator .views-row {
  background-color: #fff;
  padding: 0.5em;
  border-bottom: 1px solid #cccccc;
  cursor: pointer;
}

.view-retailer-locator .views-row:last-of-type {
  border-bottom: none;
}

.view-retailer-locator .views-row > *:not(.views-field-title) {
  font-size: small;
}

.view-retailer-locator .views-row .views-field-title {
  font-weight: bold;
}

.view-retailer-locator .views-row.active {
  background-color: #0080D1;
  color: #fff;
}

.view-retailer-locator .row-no-location {
  cursor: auto;
}

.view-retailer-locator .extra-div {
  display: none;
  height: 88px;
  cursor: auto;
}

.view-retailer-locator .view-empty {
  background-color: #fff;
  padding: 1rem;
  font-weight: bold;
}

.view-retailer-locator .views-field-field-geolocation-address {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
}

.view-retailer-locator .leaflet-map {
  height: 600px;
}

.view-retailer-locator .views-field-field-address-postal-code-1 a {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
}

.view-retailer-locator .views-field-field-address-postal-code-1 a:active, .view-retailer-locator .views-field-field-address-postal-code-1 a:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: visible;
}

.view-retailer-locator .active .views-field-field-address-postal-code-1 a {
  color: #fff;
}

.view-retailer-locator .no-location-available {
  color: #d1202f;
}

@media all and (min-width: 960px) {
  .view-retailer-locator .leaflet-map {
    float: left;
    width: 70%;
  }
  .view-retailer-locator > .view-content {
    float: right;
    width: 30%;
    height: 600px;
    overflow-y: scroll;
  }
  .view-retailer-locator .extra-div {
    display: block;
  }
}

.node-type-component-page.section-retailer-locator .view-header {
  display: none;
}

/*--------------------------------------------------------------
 # Commission Meetings
--------------------------------------------------------------*/
.view-commission-meetings .views-table .views-field-field-meeting-attachments > .minutes {
  display: none;
}

.view-commission-meetings .views-table .views-field-field-meeting-attachments > .minutes:first-of-type {
  display: block;
}

.view-commission-meetings .views-table tbody .views-field-field-meeting-date {
  font-weight: bold;
}

.view-commission-meetings .views-table tbody .date-display-range {
  font-weight: normal;
}

@media (min-width: 888px) {
  .view-commission-meetings .views-table .views-field-field-meeting-date {
    width: 25%;
  }
  .view-commission-meetings .views-table .views-field-field-meeting-place {
    width: 30%;
  }
  .view-commission-meetings .views-table .views-field-field-meeting-agenda {
    width: 15%;
  }
}

/*--------------------------------------------------------------
 # Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
 # Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
 # Helpers
--------------------------------------------------------------*/
.lottery-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/*--------------------------------------------------------------
 # Lottery Matcher
--------------------------------------------------------------*/
.lottery .numbers + .table-responsive {
  margin-bottom: 3rem;
}

.lottery-matcher .jackpot {
  font-size: x-large;
}

.lottery-matcher .draw-game__recent-results {
  background: none;
  text-align: center;
}

.lottery-matcher .draw-game__numbers-container {
  border-bottom: none;
}

.lottery-matcher .draw-game__numbers-container.powerball:first-of-type, .lottery-matcher .draw-game__numbers-container.mega-millions:first-of-type {
  padding-bottom: 0;
}

.lottery-matcher .draw-game__numbers-container.balls {
  margin: 0;
  position: relative;
  z-index: 2;
  background: #fff;
}

.lottery-matcher .video-playback-link {
  text-decoration: none;
  box-shadow: 0 2px 0 0 #dce3eb;
}

.lottery-matcher .numbers {
  position: relative;
  z-index: 1;
  background: #fff;
  margin: 0 auto 2.5rem;
}

@media (min-width: 768px) {
  .lottery-matcher .numbers {
    max-width: 65%;
  }
}

.lottery-matcher .numbers .pseudo-parent:before,
.lottery-matcher .numbers .pseudo-parent:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 40%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 4px;
  background: transparent;
  box-shadow: 0 14px 16px -16px rgba(0, 0, 0, 0.75);
  -ms-transform: rotate(-1deg);
      transform: rotate(-1deg);
}

.lottery-matcher .numbers .pseudo-parent:after {
  left: 60%;
  -ms-transform: rotate(1deg);
      transform: rotate(1deg);
}

.lottery-matcher .numbers-title {
  background: #0080D1;
  color: #fff;
  border-radius: 3px 3px 0 0;
  line-height: 1.5;
  padding: 12px;
}

.lottery-matcher .ui-button-icon-only .ui-icon,
.lottery-matcher .ui-button-icon-only .ui-button-text,
.lottery-matcher .ui-button-icons-only .ui-button-text {
  display: none;
}

.lottery-matcher label.special {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.lottery-matcher input,
.lottery-matcher-monthpicker-container input,
.lottery-matcher-datepicker-container input {
  border: solid 1px #f37421;
  padding: .125rem;
  border-radius: 4px;
}

.lottery-matcher button,
.lottery-matcher-monthpicker-container button,
.lottery-matcher-datepicker-container button {
  color: white;
  background-color: #f37421;
  border: none;
  height: 40px;
  margin-right: 6px;
  padding: 0 2rem;
  font-size: small;
  font-weight: bold;
  border-radius: 3px;
}

.lottery-matcher button:hover, .lottery-matcher button:focus,
.lottery-matcher-monthpicker-container button:hover,
.lottery-matcher-monthpicker-container button:focus,
.lottery-matcher-datepicker-container button:hover,
.lottery-matcher-datepicker-container button:focus {
  color: white;
  background-color: rgba(243, 117, 33, 0.8);
}

.lottery-matcher-monthpicker-container label,
.lottery-matcher-datepicker-container label {
  padding-bottom: 2rem;
  font-size: x-large;
  font-weight: normal;
}

.lottery-matcher-monthpicker-container {
  padding: 2rem;
  text-align: center;
  background: #cccccc;
}

.lottery-matcher-datepicker-container {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 3rem;
}

.lottery-matcher-datepicker-container #lottery-matcher-reset {
  display: none;
}

.lottery-matcher-form-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.lottery-match-container .balls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  padding-left: 0;
}

.lottery-match-container .balls li {
  height: 32px;
  margin-right: 2px;
  background: #fff;
  text-align: center;
}

.lottery-match-container .balls li:not(.special),
.lottery-match-container .balls li.special span {
  padding: 0.25rem 1rem;
  width: 3rem;
}

.lottery-match-container .balls li.special, .lottery-match-container .balls li.special.match {
  background: none;
  color: inherit;
  padding-left: 1rem;
}

.lottery-match-container .balls li span {
  background: #fff;
  padding: 0 1rem;
  height: 32px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
}

.lottery-match-container .balls li.special.match span {
  background: #d1202f;
  color: white;
}

.lottery-match-container .balls li.match {
  background-color: #368c72;
  color: white;
}

.lottery-match-container .multiplier {
  background: #fff;
  width: 4em;
  padding: 0.25rem 0;
  text-align: center;
}

@media (min-width: 768px) {
  .lottery-match-container .drill-down {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .lottery-match-container .drill-down div {
    margin: 0 2rem 0 0;
  }
  .lottery-match-container .drill-down div:first-of-type {
    width: 260px;
  }
  .lottery-match-container .drill-down div:nth-of-type(2) {
    width: 380px;
  }
}

.lottery-match-container .drill-down h4 {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.lottery-match-container .drill-down:first-of-type {
  -ms-flex-align: start;
      align-items: flex-start;
}

.lottery-match-container .drill-down:first-of-type h4 {
  position: static;
}

.lottery-matcher-disclaimer {
  display: none;
  background-color: #fff;
  padding: 0.5rem 1rem;
  margin: 1rem 0 2rem;
}

.lottery-matcher-disclaimer p {
  font-style: italic;
}

.lottery-matcher-disclaimer p:first-of-type {
  color: #d1202f;
}

.lottery-matcher-disclaimer p .red {
  color: #d1202f;
}

.lottery-matcher-disclaimer p .green {
  color: #368c72;
}

@media all and (max-width: 900px) {
  .lottery-matcher-form-container h3 {
    margin-right: .25rem;
  }
  .lottery-matcher-monthpicker-container,
  .lottery-matcher-datepicker-container {
    display: block;
  }
  .lottery-matcher-monthpicker-container input,
  .lottery-matcher-monthpicker-container button,
  .lottery-matcher-monthpicker-container form,
  .lottery-matcher-datepicker-container input,
  .lottery-matcher-datepicker-container button,
  .lottery-matcher-datepicker-container form {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    float: none;
  }
  .lottery-match-container .balls li {
    margin-bottom: 0.5rem;
  }
  .lottery-match-container h4 {
    display: none;
  }
  .lottery-matcher-monthpicker-container {
    margin-bottom: 1.5rem;
  }
}

/*--------------------------------------------------------------
 # Variables.
--------------------------------------------------------------*/
/*--------------------------------------------------------------
 # Mixins.
--------------------------------------------------------------*/
/*--------------------------------------------------------------
 # Picker.
--------------------------------------------------------------*/
.monthly-picker {
  background-color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-bottom: 0;
}

.monthly-picker label {
  padding-bottom: 0;
  font-size: 100%;
  font-weight: bold;
}

.monthly-picker input {
  background-color: ghostwhite;
}

.monthly-picker + section {
  padding: 1rem;
  margin-bottom: 2rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.monthly-picker + section table {
  margin-top: 0;
  margin-bottom: 0;
}

.monthly-picker + section tbody td:first-of-type {
  font-weight: bold;
}

.monthly-picker + section ul {
  list-style: none inside;
  padding-left: 0;
  font-weight: normal;
}

.monthly-picker + section li {
  display: inline-block;
  margin-right: 0.5rem;
}

.monthly-picker + .no-results {
  background-color: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-bottom: 2rem;
  padding: 2rem;
  font-weight: bold;
}

@media (min-width: 999px) {
  .monthly-picker {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .monthly-picker h2 {
    width: 100%;
  }
  .monthly-picker form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .monthly-picker form button:first-of-type {
    margin-left: 1rem;
  }
  .monthly-picker input:nth-of-type(2) {
    margin-right: 2rem;
  }
  .monthly-picker a {
    margin-left: 1rem;
  }
  .monthly-picker label:first-of-type {
    padding-bottom: 1rem;
  }
  .monthly-picker label:last-of-type {
    padding-right: 4px;
  }
  .monthly-picker + section tbody td:first-of-type ul {
    position: absolute;
    top: 11px;
    left: 140px;
  }
  .monthly-picker + section tbody td li {
    width: 1.5rem;
  }
  .monthly-picker + section ul {
    margin: 0;
  }
}

@media (min-width: 999px) {
  .page-games-natural-state-jackpot-did-i-win-date .monthly-picker + section tbody td:first-of-type,
  .page-games-cash3-did-i-win-date .monthly-picker + section tbody td:first-of-type,
  .page-games-cash4-did-i-win-date .monthly-picker + section tbody td:first-of-type {
    width: auto;
  }
}

@media all and (max-width: 999px) {
  .page-games-natural-state-jackpot-did-i-win-date select,
  .page-games-cash3-did-i-win-date select,
  .page-games-cash4-did-i-win-date select {
    margin-bottom: 1rem;
  }
}

/*--------------------------------------------------------------
 # Past Winners.
--------------------------------------------------------------*/
#lottery-results.lottery + #lottery-loader {
  display: block;
  margin: 1rem auto;
}

.retailer-navigation .header {
  background-color: #0080D1;
  color: #fff;
}

.retailer-navigation .region-navigation .sf-menu > li > a {
  color: #fff;
}

.retailer-navigation .region-navigation .sf-menu > li > a:hover {
  color: #3d4750;
}

.retailer-navigation .region-navigation .sf-menu li.sfHover > a {
  color: #3d4750;
}

.retailer-navigation .region-navigation .sf-menu .menuparent ul {
  background-color: #fff;
}

@media (min-width: 768px) {
  .retailer-navigation .region-navigation .sf-menu .menuparent ul {
    background-color: #0080D1;
  }
}

.retailer-navigation .region-navigation .sf-menu.sf-accordion.sf-expanded {
  background-color: #fff;
}

.retailer-navigation .region-navigation .sf-menu.sf-accordion.sf-expanded a {
  color: #0080D1;
}

.retailer-navigation .region-navigation .sf-menu.sf-accordion.sf-expanded a:hover {
  color: #fff;
}

.retailer-navigation .menu-name-menu-secondary-nav ul.menu .menu__item a.fa {
  border-color: #fff;
  color: #fff;
}

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