@import url("//use.typekit.net/myr2tpw.css");
* {
  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: #ffffff;
}

.main-wrapper {
  /* Empty */
}

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

.app-cta {
  background: #d1202f;
  color: #ffffff;
  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: #ffffff;
  width: 100%;
  font-weight: bold;
  background: #d1202f;
  border: 2px solid #ffffff;
  border-radius: 5px;
  padding: 1em 0.5em;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  transition: background 0.3s;
}
.app-cta .button:hover {
  color: #d1202f;
  background: #ffffff;
  transition: background 0.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: 0.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: garage-gothic, 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: #0281ca;
  text-transform: uppercase;
}

b,
strong {
  font-weight: inherit;
}

strong,
b {
  font-weight: 700;
}

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: #ffdd00;
  color: #3d4750;
}

small {
  font-size: 0.875rem;
}

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

sub {
  bottom: -0.25em;
}

sup {
  vertical-align: super;
  top: -0.75em;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted;
}
@media print {
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
}

h2 {
  color: #0281ca;
  text-transform: uppercase;
}

b,
strong {
  font-weight: inherit;
}

strong,
b {
  font-weight: 700;
}

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: #ffdd00;
  color: #3d4750;
}

small {
  font-size: 0.875rem;
}

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

sub {
  bottom: -0.25em;
}

sup {
  vertical-align: super;
  top: -0.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: 0.54;
}

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

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

.button-style {
  color: #ffffff;
  border-radius: 3px;
  padding: 1rem 1.5rem;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  border: none;
  background-color: #0281ca;
}

[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: garage-gothic, 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: 0.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.6666666667%;
    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.6666666667%;
    margin-left: 33.3333333333%;
    margin-right: -100%;
  }
  [dir=rtl] .layout-3col__right-content {
    float: right;
    margin-right: 33.3333333333%;
    margin-left: -100%;
  }
  .layout-3col__left-sidebar, .layout-3col__first-left-sidebar, .layout-3col__second-left-sidebar {
    clear: right;
    float: right;
    width: 33.3333333333%;
    margin-right: 66.6666666667%;
    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.6666666667%;
    margin-right: -100%;
  }
  .layout-3col__right-sidebar {
    clear: right;
    float: right;
    width: 33.3333333333%;
    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.3333333333%;
    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.3333333333%;
    margin-left: 33.3333333333%;
    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.3333333333%;
    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.3333333333%;
    margin-left: 66.6666666667%;
    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.6666666667%;
    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-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.6666666667%;
    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.6666666667%;
    margin-left: 33.3333333333%;
    margin-right: -100%;
  }
  [dir=rtl] .layout-3col__right-content {
    float: right;
    margin-right: 33.3333333333%;
    margin-left: -100%;
  }
  .layout-3col__left-sidebar, .layout-3col__first-left-sidebar, .layout-3col__second-left-sidebar {
    clear: right;
    float: right;
    width: 33.3333333333%;
    margin-right: 66.6666666667%;
    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.6666666667%;
    margin-right: -100%;
  }
  .layout-3col__right-sidebar {
    clear: right;
    float: right;
    width: 33.3333333333%;
    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.3333333333%;
    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.3333333333%;
    margin-left: 33.3333333333%;
    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.3333333333%;
    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.3333333333%;
    margin-left: 66.6666666667%;
    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.6666666667%;
    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,
.tabs,
#footer-container {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 1665px;
}
@media (min-width: 768px) {
  .layout-center-x-wide,
.tabs,
#footer-container {
    padding-left: 12px;
    padding-right: 13px;
  }
  [dir=rtl] .layout-center-x-wide,
[dir=rtl] .tabs,
[dir=rtl] #footer-container {
    padding-left: 13px;
    padding-right: 12px;
  }
}
.layout-center-x-wide--shared-grid {
  padding-left: 0;
  padding-right: 0;
}

.layout-center,
.node-type-video main,
.paragraphs-item-youtube-video,
.paragraphs-item-youtube-cards .paragraphs-items-field-cards,
.paragraphs-items-field-cards,
.paragraphs-item-files,
.paragraphs-item-text,
.paragraphs-item-block-reference,
.paragraphs-item-view-reference,
.paragraphs-item-winner-slides,
.paragraphs-item-winners-slideshow,
.paragraphs-item-interactive-scholarship-map,
.paragraphs-item-big-winners {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  max-width: 1165px;
}
@media (min-width: 768px) {
  .layout-center,
.node-type-video main,
.paragraphs-item-youtube-video,
.paragraphs-item-youtube-cards .paragraphs-items-field-cards,
.paragraphs-items-field-cards,
.paragraphs-item-files,
.paragraphs-item-text,
.paragraphs-item-block-reference,
.paragraphs-item-view-reference,
.paragraphs-item-winner-slides,
.paragraphs-item-winners-slideshow,
.paragraphs-item-interactive-scholarship-map,
.paragraphs-item-big-winners {
    padding-left: 12px;
    padding-right: 13px;
  }
  [dir=rtl] .layout-center,
[dir=rtl] .node-type-video main,
.node-type-video [dir=rtl] main,
[dir=rtl] .paragraphs-item-youtube-video,
[dir=rtl] .paragraphs-items-field-cards,
[dir=rtl] .paragraphs-item-files,
[dir=rtl] .paragraphs-item-text,
[dir=rtl] .paragraphs-item-block-reference,
[dir=rtl] .paragraphs-item-view-reference,
[dir=rtl] .paragraphs-item-winner-slides,
[dir=rtl] .paragraphs-item-winners-slideshow,
[dir=rtl] .paragraphs-item-interactive-scholarship-map,
[dir=rtl] .paragraphs-item-big-winners {
    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 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;
}

.field-group-accordion-item h3 {
  color: #0281ca;
  text-transform: uppercase;
}

/* Accord 2.0 */
.field-name-field-accordion-section-content {
  width: 100%;
  padding: 2rem 0;
  display: -ms-grid;
  display: grid;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  -ms-grid-column-align: center;
      justify-items: center;
}
.field-name-field-accordion-section-content .accordion-content {
  width: min(100%, 960px);
  margin: 1rem 0;
}
.field-name-field-accordion-section-content .accordion-content summary {
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 0.5rem;
  border-bottom: 2px solid #f37421;
}
.field-name-field-accordion-section-content .accordion-content summary h3 {
  margin: 0;
  text-transform: uppercase;
  color: #3d7cbf;
  font-size: 36px;
  line-height: 2.25rem;
  font-family: garage-gothic, sans-serif;
}
.field-name-field-accordion-section-content .accordion-content > .accordion-content-wrap .paragraphs-items-field-nested-accordion {
  margin: 0 0 0 10%;
}
.field-name-field-accordion-section-content .accord-arrow {
  width: 20px;
  height: 12px;
  margin: auto 0 auto auto;
  fill: transparent;
  stroke-width: 25px;
  stroke: #f05423;
  -ms-transform-origin: center center;
      transform-origin: center center;
}
.field-name-field-accordion-section-content details[open=""].accordion-content > summary > .accord-arrow {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  transition: transform 0.5s;
}
.field-name-field-accordion-section-content .accordion-content-wrap {
  padding: 1rem 0;
}
.field-name-field-accordion-section-content .paragraphs-item-accordion-content-text .field-item > * {
  margin: 1rem 0 0;
}
.field-name-field-accordion-section-content .paragraphs-item-accordion-content-text .field-item > *:first-child {
  margin: 0;
}

.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,
.tabs::before,
.header::before {
  content: "";
  display: table;
}
.clearfix::after,
.tabs::after,
.header::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;
}

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

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

.footer {
  color: #ffffff;
  background-image: url("/sites/all/themes/custom/myasl_zen/images/this-is-winning-2021-01-29.jpg");
  background-repeat: no-repeat;
  background-position: right;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-size: cover;
  font-family: garage-gothic, 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: #ffffff;
}
@media (min-width: 1111px) {
  .footer #block-asl-base-footer-cta {
    width: 45%;
  }
}
.footer #block-asl-base-footer-cta .club-text {
  font-family: garage-gothic, 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: start;
        justify-content: flex-start;
    padding-left: 2rem;
  }
}
@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 {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding-right: 25px;
  }
}
.footer #block-asl-base-footer-cta .text-container--inner p.text {
  font-size: 1.5rem;
  margin: 0 0 5px;
}
.footer #block-asl-base-footer-cta .text-container--inner p.app-icons {
  margin: 0;
}
.footer #block-asl-base-footer-cta .app-store-container a {
  display: inline-block;
}
.footer #block-asl-base-footer-cta .app-store-container a img {
  width: 135px;
  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: garage-gothic, sans-serif;
}
@media (min-width: 1111px) {
  .footer #block-menu-menu-footer-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    width: 55%;
  }
  .footer #block-menu-menu-footer-menu .menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    width: 100%;
  }
}
.footer .block-block.last {
  -ms-flex: 2;
      flex: 2;
  clear: both;
  font-size: 1.125rem;
  line-height: 24px;
  margin-top: 1rem;
}
@media (min-width: 1333px) {
  .footer .block-block.last {
    position: relative;
  }
}

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: garage-gothic, 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;
}

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

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

.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;
}
.header .region-navigation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.header .region-navigation .block {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.header .region-navigation .block p {
  margin: 0;
  padding: 0;
}
.header .region-navigation .block:last-child {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.hidden,
html.js .js-hidden,
html.js .js-hide,
html.js .element-hidden {
  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,
span.field-label,
.field-label-inline .field-label {
  display: inline;
  margin-right: 10px;
}
[dir=rtl] .inline-sibling,
[dir=rtl] span.field-label,
[dir=rtl] .field-label-inline .field-label,
.field-label-inline [dir=rtl] .field-label {
  margin-right: 0;
  margin-left: 10px;
}
.inline-sibling__child,
.inline-sibling *,
span.field-label *,
.field-label-inline .field-label * {
  display: inline;
}
.inline-sibling__adjacent,
.inline-sibling + *,
.inline-sibling + * > :first-child,
.inline-sibling + * > :first-child > :first-child,
span.field-label + *,
.field-label-inline .field-label + *,
span.field-label + * > :first-child,
.field-label-inline .field-label + * > :first-child,
span.field-label + * > :first-child > :first-child,
.field-label-inline .field-label + * > :first-child > :first-child {
  display: inline;
}

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

@media (min-width: 888px) {
  #arkansas-county-map,
#map-data {
    display: -ms-flexbox;
    display: flex;
  }
  #arkansas-county-map div.county-totals-container,
#map-data div.county-totals-container {
    display: -ms-flexbox;
    display: flex;
  }
  #arkansas-county-map div.left-side,
#arkansas-county-map div.right-side,
#map-data div.left-side,
#map-data div.right-side {
    width: 50%;
  }
}
#arkansas-county-map .form-item label,
#map-data .form-item label {
  display: none;
}
#arkansas-county-map .form-item #counties_chosen,
#map-data .form-item #counties_chosen {
  color: #3d4750;
  font-family: garage-gothic, sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  width: 100% !important;
}
#arkansas-county-map .form-item #counties_chosen a,
#map-data .form-item #counties_chosen a {
  background: none;
  border: none;
  height: auto;
  padding-left: 0;
}
#arkansas-county-map .form-item #counties_chosen .chosen-single,
#map-data .form-item #counties_chosen .chosen-single {
  border: 1px solid #000000;
  border-radius: 0;
}
#arkansas-county-map .form-item #counties_chosen .chosen-single span,
#map-data .form-item #counties_chosen .chosen-single span {
  font-size: 1.5rem;
  color: #3d4750;
  margin: 1rem;
  text-transform: uppercase;
}
#arkansas-county-map .form-item #counties_chosen .chosen-single div,
#map-data .form-item #counties_chosen .chosen-single div {
  margin-right: 20px;
}
#arkansas-county-map .form-item #counties_chosen .chosen-single div b,
#map-data .form-item #counties_chosen .chosen-single div b {
  background: url("/sites/all/themes/custom/myasl_zen/images/down-arrow.png") right center no-repeat !important;
  height: 100%;
  width: 24px;
}
#arkansas-county-map .form-item #counties_chosen .chosen-drop,
#map-data .form-item #counties_chosen .chosen-drop {
  border: 1px solid #000000;
  top: 0;
}
#arkansas-county-map .form-item #counties_chosen .chosen-drop div b,
#map-data .form-item #counties_chosen .chosen-drop div b {
  background: none !important;
}
#arkansas-county-map .form-item #counties_chosen .chosen-drop input,
#map-data .form-item #counties_chosen .chosen-drop input {
  background: none !important;
  border-radius: 8px;
  font-size: 20px;
  margin: 0.5rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  text-transform: uppercase;
  width: 80%;
}
#arkansas-county-map .form-item #counties_chosen .chosen-drop .chosen-results li,
#map-data .form-item #counties_chosen .chosen-drop .chosen-results li {
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
}
#arkansas-county-map #map-tip,
#map-data #map-tip {
  border: 1px solid #0281ca;
  background-color: #ffffff;
  display: none;
  padding: 10px;
  position: absolute;
  text-transform: capitalize;
}
#arkansas-county-map svg g [id^=county-],
#map-data svg g [id^=county-] {
  fill: #eff9fe;
  stroke: #9ca8b6;
}
#arkansas-county-map svg g [id^=county-][active=true], #arkansas-county-map svg g [id^=county-]:hover,
#map-data svg g [id^=county-][active=true],
#map-data svg g [id^=county-]:hover {
  outline: none;
  transition: fill 0.4s ease;
  fill: #0281ca;
}

#map-data {
  display: none;
}
#map-data h2 {
  font-size: 36px;
  text-align: center;
}
#map-data h3 {
  color: #0281ca;
  font-family: garage-gothic, sans-serif;
  font-size: 28px;
  text-align: center;
  text-transform: uppercase;
}
#map-data h2.no-prizes-title {
  display: none;
}
#map-data .county-totals-container {
  text-align: center;
}
#map-data .county-totals-container h3 {
  color: #0281ca;
  font-size: 30px;
  margin-bottom: 1rem;
}
#map-data .county-totals-container p {
  background-color: #0281ca;
  color: #ffffff;
  display: inline-block;
  margin-top: 0;
  padding: 0.25rem 2rem;
}
#map-data tr th, #map-data tr td {
  text-align: left;
}
#map-data .column-headers {
  display: none;
}
#map-data .column-headers h3 {
  color: #ffffff;
  text-align: left;
}
@media (min-width: 888px) {
  #map-data .column-headers {
    display: table-row;
  }
}
#map-data .column-headers.no-rows {
  display: none;
}
#map-data .desktop-row,
#map-data .desktop-summary-row {
  display: none;
}
@media (min-width: 888px) {
  #map-data .desktop-row,
#map-data .desktop-summary-row {
    display: table-row;
  }
}
@media (min-width: 888px) {
  #map-data .mobile-row,
#map-data .mobile-summary-row {
    display: none;
  }
}
#map-data #county-name th {
  background-color: #eeeeee;
}
#map-data #county-name th h2 {
  font-size: 36px;
  text-align: center;
}
#map-data th.county-name,
#map-data th.college-name,
#map-data td.college-name,
#map-data th.winner-name,
#map-data td.winner-name,
#map-data tr.mobile-row td,
#map-data tr.mobile-summary-row th {
  padding-left: 1.5rem;
}

@media (min-width: 888px) {
  .paragraphs-item-big-winners #map-data .cashed-date {
    width: 200px;
  }
}
.paragraphs-item-big-winners #map-data table th.county,
.paragraphs-item-big-winners #map-data table td.county {
  display: none;
}
.paragraphs-item-big-winners #map-data table.all-results th.county,
.paragraphs-item-big-winners #map-data table.all-results td.county {
  display: table-cell;
}

.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,
.revision-current,
.ok,
.messages,
.messages--status {
  background-color: white;
  color: #0080D1;
}
.messages--warning-color,
.warning,
.messages--warning,
.messages.warning {
  background-color: #fffce6;
  color: #3d4750;
}
.messages--error-color,
.error,
.messages--error,
.messages.error {
  background-color: white;
  color: #d1202f;
}
.messages--warning,
.messages.warning {
  border-color: #ffdd00;
}
.messages--warning path,
.messages.warning path {
  fill: #ffdd00;
}
.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,
.main-navigation .block-menu .block__title,
.main-navigation .block-menu-block .block__title,
.breadcrumb__title,
.element-focusable,
.element-invisible {
  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: #ffffff;
  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: #ffffff;
  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: #ffffff;
}

.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: #ffffff;
  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: #ffffff;
  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: #ffffff;
  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: 5px;
}
@media (min-width: 768px) {
  .paragraphs-item-carousel .slick-prev {
    left: 15px;
  }
}
.paragraphs-item-carousel .slick-next {
  right: 5px;
}
@media (min-width: 768px) {
  .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: #ffffff;
}
@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: #ffffff;
  font-size: 1rem;
}
.paragraphs-item-carousel .slick-dots li.slick-active button::before {
  color: #ffffff;
}
.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-carousel .node-draw-game.view-mode-slideshow_hero .draw-game-header {
  -ms-flex-align: center;
      align-items: center;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.paragraphs-item-carousel .node-draw-game.view-mode-slideshow_hero .draw-game-header img {
  display: block;
}
.paragraphs-item-carousel .node-draw-game.view-mode-slideshow_hero .draw-game-header .section-flex--between {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  position: absolute;
  height: 100%;
}
@media (min-width: 768px) {
  .paragraphs-item-carousel .node-draw-game.view-mode-slideshow_hero .draw-game-header .section-flex--between {
    -ms-flex-direction: row;
        flex-direction: row;
    height: auto;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media (min-width: 999px) {
  .paragraphs-item-carousel .node-draw-game.view-mode-slideshow_hero .draw-game-header .section-flex--between {
    max-width: 100%;
    width: 100%;
  }
}
.paragraphs-item-carousel .node-draw-game.view-mode-slideshow_hero .draw-game-header .section-flex--between .field-name-field-logo img {
  margin: 0 auto;
  max-width: 300px;
  width: 70%;
}
@media (min-width: 768px) {
  .paragraphs-item-carousel .node-draw-game.view-mode-slideshow_hero .draw-game-header .section-flex--between .field-name-field-logo img {
    max-width: 462px;
  }
}
@media (min-width: 888px) {
  .paragraphs-item-carousel .node-draw-game.view-mode-slideshow_hero .draw-game-header .section-flex--between .field-name-field-logo img {
    width: 100%;
  }
}
.paragraphs-item-carousel .node-draw-game.view-mode-slideshow_hero .draw-game-header .section-flex--between section:last-child {
  margin-bottom: 0;
  margin-top: 0;
}
.paragraphs-item-carousel .node-draw-game.view-mode-slideshow_hero .draw-game-header .field-name-field-bg-image {
  display: none;
}
@media (min-width: 768px) {
  .paragraphs-item-carousel .node-draw-game.view-mode-slideshow_hero .draw-game-header .field-name-field-bg-image {
    display: block;
  }
}
@media (min-width: 768px) {
  .paragraphs-item-carousel .node-draw-game.view-mode-slideshow_hero .draw-game-header .field-name-field-bg-mobile-image {
    display: none;
  }
}
.paragraphs-item-carousel .node-draw-game.view-mode-slideshow_hero .draw-game-header .layout-center {
  padding-left: 35px;
  padding-right: 35px;
}
.paragraphs-item-carousel .node-draw-game.view-mode-slideshow_hero .draw-game-header .draw-game-jackpot-info .jackpot-subtitle {
  font-size: 1.75rem;
}
@media (min-width: 888px) {
  .paragraphs-item-carousel .node-draw-game.view-mode-slideshow_hero .draw-game-header .draw-game-jackpot-info .jackpot-subtitle {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
.paragraphs-item-carousel .node-draw-game.view-mode-slideshow_hero .draw-game-header .draw-game-jackpot-info .jackpot-amount {
  margin-top: 0;
}
@media (min-width: 999px) {
  .paragraphs-item-carousel .node-draw-game.view-mode-slideshow_hero .draw-game-header .draw-game-jackpot-info .jackpot-amount {
    margin-top: 1rem;
  }
}
.paragraphs-item-carousel .node-draw-game.view-mode-slideshow_hero .draw-game-header .draw-game-jackpot-info .jackpot-amount .amount-dollar-sign {
  font-size: 3rem;
  line-height: 1;
}
.paragraphs-item-carousel .node-draw-game.view-mode-slideshow_hero .draw-game-header .draw-game-jackpot-info .jackpot-amount .amount-number {
  font-size: 5rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .paragraphs-item-carousel .node-draw-game.view-mode-slideshow_hero .draw-game-header .draw-game-jackpot-info .jackpot-amount .amount-number {
    font-size: 6rem;
  }
}
@media (min-width: 1111px) {
  .paragraphs-item-carousel .node-draw-game.view-mode-slideshow_hero .draw-game-header .draw-game-jackpot-info .jackpot-amount .amount-number {
    font-size: 15rem;
    line-height: 10rem;
  }
}
.paragraphs-item-carousel .node-draw-game.view-mode-slideshow_hero .draw-game-header .draw-game-jackpot-info .jackpot-amount .amount-word {
  line-height: 1;
}
@media (min-width: 768px) {
  .paragraphs-item-carousel .node-draw-game.view-mode-slideshow_hero .draw-game-header .draw-game-jackpot-info .jackpot-amount .amount-word {
    display: inline;
    font-size: 5rem;
  }
}
@media (min-width: 1111px) {
  .paragraphs-item-carousel .node-draw-game.view-mode-slideshow_hero .draw-game-header .draw-game-jackpot-info .jackpot-amount .amount-word {
    display: block;
    font-size: 9rem;
  }
}
.paragraphs-item-carousel .node-draw-game.view-mode-slideshow_hero .draw-game-header .draw-game-jackpot-info .jackpot-cta {
  margin: 0.5rem 0 0 0;
}
.paragraphs-item-carousel .node-draw-game.view-mode-slideshow_hero .draw-game-header .draw-game-jackpot-info .jackpot-cta a.button {
  border-radius: 10px;
  color: #ffffff;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1;
  padding: 1rem 1.5rem;
  text-transform: uppercase;
  -webkit-appearance: initial;
}
.paragraphs-item-carousel .node-draw-game.view-mode-slideshow_hero .draw-game-header .draw-game-jackpot-info.color-white .jackpot-cta a.button {
  background-color: #ffffff;
  color: #000000;
}
.paragraphs-item-carousel .node-draw-game.view-mode-slideshow_hero .draw-game-header .draw-game-jackpot-info.color-lotto-blue .jackpot-cta a.button {
  background-color: #0281ca;
}
.paragraphs-item-carousel .node-draw-game.view-mode-slideshow_hero .draw-game-header .draw-game-jackpot-info.color-gold .jackpot-cta a.button {
  background-color: #fecb00;
}
.paragraphs-item-carousel .node-draw-game.view-mode-slideshow_hero .draw-game-header .draw-game-jackpot-info.color-green .jackpot-cta a.button {
  background-color: #026e32;
}
.paragraphs-item-carousel .node-draw-game.view-mode-slideshow_hero.draw-game-nsj .group-h-mobile {
  background-position: 75%;
}
.paragraphs-item-carousel .node-draw-game.view-mode-slideshow_hero.draw-game-nsj .group-h-mobile .amount-word.thousand {
  font-size: 5rem;
}
@media (min-width: 768px) {
  .paragraphs-item-carousel .node-draw-game.view-mode-slideshow_hero.draw-game-nsj .group-h-mobile .amount-word.thousand {
    font-size: 6rem;
  }
}
.paragraphs-item-carousel .section-flex > * {
  text-decoration: none !important;
}
.paragraphs-item-carousel .draw-game--lotto div.draw-game-jackpot-info .jackpot-subtitle {
  padding: 0 0 0.25rem;
  text-align: left;
}
.paragraphs-item-carousel .draw-game--lotto div.draw-game-jackpot-info .jackpot-amount {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.paragraphs-item-carousel .draw-game--lotto div.draw-game-jackpot-info .amount-word {
  width: 100%;
  display: block;
  line-height: 0.85;
}
.paragraphs-item-carousel .draw-game--lotto div.draw-game-jackpot-info p.jackpot-cta {
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 0 0 2rem;
}
@media (min-width: 888px) {
  .paragraphs-item-carousel .draw-game--lotto div.draw-game-jackpot-info p.jackpot-cta {
    padding: 0;
  }
}

.Lotto-game-promo.Lotto-game-promo-home {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto;
      grid-template-rows: auto auto;
  font-family: garage-gothic, sans-serif;
}
.Lotto-game-promo.Lotto-game-promo-home .countdown {
  position: absolute;
  width: 100%;
  padding: 0 0 2rem;
  color: #ffffff;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto;
      grid-template-rows: auto auto;
  -ms-grid-columns: auto auto auto;
      grid-template-columns: auto auto auto;
  -ms-flex-pack: center;
      justify-content: center;
  justify-self: center;
  grid-column-gap: 1rem;
}
.Lotto-game-promo.Lotto-game-promo-home .countdown .countdown-min .bar {
  animation-duration: 3600s;
}
.Lotto-game-promo.Lotto-game-promo-home .countdown .countdown-hours .bar {
  animation-duration: 86400s;
}
.Lotto-game-promo.Lotto-game-promo-home .countdown .countdown-days .bar {
  animation-duration: 31536000s;
}
.Lotto-game-promo.Lotto-game-promo-home .countdown h4 {
  text-transform: uppercase;
  grid-column: 1/-1;
  font-family: inherit;
  text-align: center;
  font-size: 1.5rem;
}
.Lotto-game-promo.Lotto-game-promo-home .countdown > div {
  width: 100%;
  max-width: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  justify-self: center;
  text-align: center;
}
.Lotto-game-promo.Lotto-game-promo-home .countdown > div .circle {
  margin: 0;
  width: 100px;
  height: 100px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
}
.Lotto-game-promo.Lotto-game-promo-home .countdown > div svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  stroke: #ffffff;
  -ms-transform: rotate(270deg);
      transform: rotate(270deg);
}
.Lotto-game-promo.Lotto-game-promo-home .countdown > div svg circle {
  fill: transparent;
}
.Lotto-game-promo.Lotto-game-promo-home .countdown > div circle:not(.bar) {
  stroke-width: 2px;
}
.Lotto-game-promo.Lotto-game-promo-home .countdown > div circle.bar {
  stroke-width: 6px;
  stroke-linecap: round;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.Lotto-game-promo.Lotto-game-promo-home .countdown > div span {
  margin: auto;
  font-size: 3rem;
  position: relative;
}
.Lotto-game-promo.Lotto-game-promo-home .countdown > div p {
  margin: 0;
  text-transform: uppercase;
  font-size: 1.5rem;
}
.Lotto-game-promo.Lotto-game-promo-home picture {
  grid-column: 1/-1;
  display: -ms-flexbox;
  display: flex;
}
.Lotto-game-promo.Lotto-game-promo-home .add-to-cal {
  padding: 0 0 0 30px;
  color: #ffffff;
  font-size: 1.5rem;
  text-decoration: none;
  left: 3rem;
  position: relative;
}
.Lotto-game-promo.Lotto-game-promo-home .add-to-cal::before {
  width: 25px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/sites/all/themes/custom/myasl_zen/images/lotto-promo/calendar.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
}

.paragraphs-item-carousel .field-name-field-slide .field-item + .field-item {
  display: none;
}
.paragraphs-item-carousel .slick-track .field-item {
  display: block !important;
}

@keyframes countdown {
  0% {
    stroke-dashoffset: 1;
  }
  100% {
    stroke-dashoffset: 269;
  }
}
.paragraphs-item-featured-game {
  margin-left: -12px;
  margin-right: -13px;
  background: #1e265b;
  color: #ffffff;
}

.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: #ffffff;
  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: #ffffff;
  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: #ffffff;
  border-radius: 5px;
  font-weight: bold;
  border: 2px solid transparent;
  transition: background 0.3s, color 0.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: #ffffff;
  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: #ffffff;
  background: #0281ca;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1345px) {
  .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 {
  width: 100%;
}
.paragraphs-item-promo > .content .promo--content-section--left {
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 2rem;
}
@media (min-width: 1345px) {
  .paragraphs-item-promo > .content .promo--content-section--left {
    padding-right: 2rem;
    padding-top: 0;
    width: 38%;
  }
}
@media (min-width: 1345px) {
  .paragraphs-item-promo > .content .promo--content-section--right {
    width: 68%;
  }
}
.paragraphs-item-promo > .content .promo--content-section--right img {
  height: 100%;
  width: 100%;
}
.paragraphs-item-promo .button {
  -webkit-appearance: unset;
  -moz-appearance: unset;
  background-color: #bed600;
  border-radius: 4px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
  color: #ffffff;
  display: inline-block;
  font-family: garage-gothic, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 2rem;
  padding: 1rem 1.5rem;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 888px) {
  .paragraphs-item-promo .button {
    width: auto;
  }
}
.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: #ffffff;
  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: 1rem;
    line-height: 1.5rem;
  }
}
.paragraphs-item-promo .field-name-field-image .field-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  position: relative;
}
.paragraphs-item-promo .field-name-field-image .field-item img {
  position: relative;
  z-index: 1;
}
.paragraphs-item-promo .field-name-field-image .field-item .caption {
  bottom: 0;
  display: block;
  font-family: garage-gothic, sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.05rem;
  line-height: 1;
  padding: 1rem 2rem;
  position: absolute;
  text-transform: uppercase;
  width: 100%;
  z-index: 2;
  background: #000000;
  /* Fallback for older browsers without RGBA-support */
  background: rgba(0, 0, 0, 0.5);
}

#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.6rem;
  font-family: garage-gothic, sans-serif;
  letter-spacing: 0.04rem;
  padding: 1rem;
  text-align: center;
}
#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: #ffffff;
  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: 0.5rem 0.5rem 0;
}
#game-results-interactive #results-container .button {
  margin-top: 0.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: #ffffff;
  transition: background 0.3s, color 0.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 0.5rem;
  border: 0;
}
#game-results-interactive #results-container .draw-game__numbers-container .check-numbers-cta {
  display: inline-block;
  margin: 1rem 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 auto 6px;
}
#game-results-interactive .draw-game__numbers,
#game-results-interactive .draw-game__powerplay {
  margin: 0.25rem 0;
}
#game-results-interactive a {
  color: #d1202f;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}

#c3-results .draw-game__numbers {
  display: block !important;
}

#c4-results .drawing:nth-child(1) .draw-game__numbers {
  padding-right: 0.25rem;
}
#c4-results .drawing:nth-child(2) .draw-game__numbers {
  padding-left: 0.25rem;
}

#lotto-results .draw-game__number-special,
#lotto-results .special {
  margin-left: 15px;
  border-color: #d1202f;
  position: relative;
}
#lotto-results .draw-game__number-special::before,
#lotto-results .special::before {
  content: "+";
  position: absolute;
  font-size: 20px;
  height: 100%;
  line-height: 1.5;
  left: -17px;
}
#lotto-results .draw-game__number-special::after,
#lotto-results .special::after {
  content: "BONUS";
  position: absolute;
  color: #d1202f;
  font-weight: bold;
  font-size: 10px;
  text-align: center;
  left: -2px;
  width: calc(100% + 4px);
  top: calc(100% - 4px);
}

.paragraphs-item-text {
  margin-top: 2rem;
}

.button-text {
  background: transparent;
  border: 2px solid #666666;
  -webkit-appearance: unset;
  padding: 1rem;
  text-transform: uppercase;
  font-family: garage-gothic, sans-serif;
  letter-spacing: 1px;
  color: #666666;
  transition: border-color 0.3s, color 0.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;
}

.cards-bg-image .paragraphs-items-field-cards {
  padding-bottom: 3rem;
  padding-top: 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 {
  border-radius: 15px;
  position: relative;
  background-size: cover;
  height: 0;
  padding-bottom: 75%;
  z-index: 1;
}
.paragraphs-items-field-cards .group-overlay::before {
  -ms-transform: rotate(0deg) !important;
      transform: rotate(0deg) !important;
  width: unset !important;
}
.paragraphs-items-field-cards .group-overlay::after {
  content: unset !important;
}
.paragraphs-items-field-cards .field-name-field-section-title {
  border-radius: 15px;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: background 0.3s;
}
.paragraphs-items-field-cards .field-name-field-section-title .field-items {
  height: 100%;
}
.paragraphs-items-field-cards .field-name-field-section-title .field-items .field-item {
  -ms-flex-align: end;
      align-items: flex-end;
  color: #ffffff;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  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: garage-gothic, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1.875rem;
  letter-spacing: 3px;
}
.paragraphs-items-field-cards .inside-title .field-name-field-section-title .container-inline {
  width: 100%;
}
.paragraphs-items-field-cards .inside-title .field-name-field-section-title .container-inline h1,
.paragraphs-items-field-cards .inside-title .field-name-field-section-title .container-inline h2,
.paragraphs-items-field-cards .inside-title .field-name-field-section-title .container-inline h3,
.paragraphs-items-field-cards .inside-title .field-name-field-section-title .container-inline h4,
.paragraphs-items-field-cards .inside-title .field-name-field-section-title .container-inline h5,
.paragraphs-items-field-cards .inside-title .field-name-field-section-title .container-inline h6 {
  background-color: #ffffff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  color: #0281ca;
  font-size: 1.25rem;
  letter-spacing: 1px;
  margin: 0;
  padding: 10px 0;
}
.paragraphs-items-field-cards .under-title.vertical-center .field-name-field-section-title .field-items .field-item {
  -ms-flex-align: center;
      align-items: center;
}
.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 {
  appearance: unset;
  -webkit-appearance: unset;
  background: #d1202f;
  border-radius: 5px;
  color: #ffffff;
  font-weight: normal;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
}

/**
 * Unique adjustments for individual pages.
 */
.node-2006 .paragraphs-items-field-cards {
  padding-bottom: 0;
  padding-top: 0;
}

.node-11351 .paragraphs-items-field-cards {
  padding-bottom: 0;
  padding-top: 0;
}
.node-11351 .paragraphs-items-field-cards h2 {
  text-transform: initial;
}

.node-30526 .paragraphs-items-field-cards .field-name-field-section-title .field-items .field-item {
  -ms-flex-align: center;
      align-items: center;
}

.draw-game--lotto .paragraphs-item-3-card-grid .content {
  margin: 2.5rem 0;
}
.draw-game--lotto .paragraphs-item-3-card-grid .paragraphs-items-field-cards .group-overlay {
  padding-bottom: 50%;
  box-shadow: none;
}
.draw-game--lotto .paragraphs-item-3-card-grid .paragraphs-items-field-cards .inside-title .field-name-field-section-title {
  padding-bottom: 5rem;
}
.draw-game--lotto .paragraphs-item-3-card-grid .paragraphs-items-field-cards .inside-title .field-name-field-section-title .container-inline h2,
.draw-game--lotto .paragraphs-item-3-card-grid .paragraphs-items-field-cards .inside-title .field-name-field-section-title .container-inline h3,
.draw-game--lotto .paragraphs-item-3-card-grid .paragraphs-items-field-cards .inside-title .field-name-field-section-title .container-inline h4,
.draw-game--lotto .paragraphs-item-3-card-grid .paragraphs-items-field-cards .inside-title .field-name-field-section-title .container-inline h5,
.draw-game--lotto .paragraphs-item-3-card-grid .paragraphs-items-field-cards .inside-title .field-name-field-section-title .container-inline h6 {
  font-family: "Rubik", sans-serif;
  padding-left: 2rem;
  background-color: transparent;
  color: #ffffff;
  text-align: left;
  text-transform: none;
}
.draw-game--lotto .paragraphs-item-3-card-grid .paragraphs-items-field-cards .field-name-field-text {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 0 2rem;
  color: #ffffff;
}

.paragraphs-item-youtube-cards .paragraphs-items-field-cards .field-name-field-cards > .field-items {
  position: relative;
}
.paragraphs-item-youtube-cards .paragraphs-items-field-cards .field-name-field-cards > .field-items > .field-item {
  box-shadow: 0 0 16px 0 #cccccc;
}
.paragraphs-item-youtube-cards .paragraphs-items-field-cards .field-name-field-cards > .field-items .paragraphs-item-youtube-card {
  background-color: #ffffff;
  padding: 12px;
}
.paragraphs-item-youtube-cards .paragraphs-items-field-cards .field-name-field-cards > .field-items .paragraphs-item-card {
  height: 100%;
}
.paragraphs-item-youtube-cards .paragraphs-items-field-cards .field-name-field-cards > .field-items .paragraphs-item-card .content {
  height: 100%;
}
.paragraphs-item-youtube-cards .paragraphs-items-field-cards .field-name-field-cards > .field-items .paragraphs-item-card .group-overlay {
  border-radius: unset;
  min-height: 100%;
  text-transform: uppercase;
}
.paragraphs-item-youtube-cards .paragraphs-items-field-cards .field-name-field-cards > .field-items .paragraphs-item-card .group-overlay::before {
  box-shadow: none;
}
.paragraphs-item-youtube-cards .paragraphs-items-field-cards .field-name-field-cards > .field-items .paragraphs-item-card .group-overlay .field-name-field-text {
  color: #ffffff;
  font-family: garage-gothic, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  padding: 12px 0 0 30px;
}
@media (min-width: 768px) {
  .paragraphs-item-youtube-cards .paragraphs-items-field-cards .field-name-field-cards > .field-items .paragraphs-item-card .group-overlay .field-name-field-text {
    font-size: 62px;
    padding: 42px 0 0 60px;
  }
}
.paragraphs-item-youtube-cards .paragraphs-items-field-cards .field-name-field-cards > .field-items .paragraphs-item-card .group-overlay .field-name-field-text p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .paragraphs-item-youtube-cards .paragraphs-items-field-cards .field-name-field-cards > .field-items .paragraphs-item-card .group-overlay .field-name-field-text p {
    margin-bottom: 1.5rem;
  }
}
.paragraphs-item-youtube-cards .paragraphs-items-field-cards .field-name-field-cards > .field-items .paragraphs-item-card .group-overlay .field-name-field-section-title {
  height: auto;
  padding-left: 30px;
  position: relative;
  text-align: left;
  transition: none;
  width: auto;
}
@media (min-width: 768px) {
  .paragraphs-item-youtube-cards .paragraphs-items-field-cards .field-name-field-cards > .field-items .paragraphs-item-card .group-overlay .field-name-field-section-title {
    padding-left: 60px;
  }
}
.paragraphs-item-youtube-cards .paragraphs-items-field-cards .field-name-field-cards > .field-items .paragraphs-item-card .group-overlay .field-name-field-section-title h2 {
  background-color: transparent;
  font-size: 26px;
  padding: 0;
}
@media (min-width: 768px) {
  .paragraphs-item-youtube-cards .paragraphs-items-field-cards .field-name-field-cards > .field-items .paragraphs-item-card .group-overlay .field-name-field-section-title h2 {
    font-size: 38px;
  }
}
.paragraphs-item-youtube-cards .paragraphs-items-field-cards .field-name-field-cards > .field-items .paragraphs-item-card .group-overlay .field-name-field-link {
  padding-right: 30px;
  text-align: right;
}
@media (min-width: 768px) {
  .paragraphs-item-youtube-cards .paragraphs-items-field-cards .field-name-field-cards > .field-items .paragraphs-item-card .group-overlay .field-name-field-link {
    bottom: 35px;
    padding-right: 0;
    position: absolute;
    right: 42px;
  }
}
.paragraphs-item-youtube-cards .paragraphs-items-field-cards .field-name-field-cards > .field-items .paragraphs-item-card .group-overlay .field-name-field-link .button {
  background-color: #0281ca;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-family: garage-gothic, sans-serif;
  font-size: 1.4rem;
  letter-spacing: 1px;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
}
.paragraphs-item-youtube-cards .paragraphs-items-field-cards .field-name-field-cards > .field-items .paragraphs-item-card .group-overlay p {
  margin-top: 0;
}
@media (min-width: 888px) {
  .paragraphs-item-youtube-cards .paragraphs-items-field-cards .field-name-field-cards > .field-items {
    -ms-flex-align: stretch;
        align-items: stretch;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  @supports (display: grid) {
    .paragraphs-item-youtube-cards .paragraphs-items-field-cards .field-name-field-cards > .field-items {
      /* autoprefixer: off */
      display: grid;
      grid-template-columns: 50% 50%;
      justify-content: space-between;
      grid-column-gap: 20px;
      /* autoprefixer: on */
    }
  }
}
.paragraphs-item-youtube-cards .yt-card-title-row {
  padding: 22px;
}
.paragraphs-item-youtube-cards .yt-card-title-row p, .paragraphs-item-youtube-cards .yt-card-title-row h2 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.paragraphs-item-youtube-cards .yt-card-title-row h2 {
  font-size: 42px;
  letter-spacing: 2px;
}
.paragraphs-item-youtube-cards .yt-card-title-row h2 sup {
  font-size: 28px;
  top: -2px;
}
.paragraphs-item-youtube-cards .yt-card-title-row .yt-card-title-and-cta {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
}
@media (min-width: 768px) {
  .paragraphs-item-youtube-cards .yt-card-title-row .yt-card-title-and-cta {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.paragraphs-item-youtube-cards .yt-card-title-row .field-name-field-cta-link a {
  background-color: #0281ca;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-family: garage-gothic, sans-serif;
  font-size: 1.4rem;
  letter-spacing: 1px;
  margin-top: 12px;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .paragraphs-item-youtube-cards .yt-card-title-row .field-name-field-cta-link a {
    margin-top: 0;
  }
}

.paragraphs-item-playslip {
  position: relative;
  left: -12px;
  width: calc(100% + 25px);
  margin: 0 0 1rem;
  color: #ffffff;
}
.paragraphs-item-playslip a {
  text-decoration: none;
  text-transform: uppercase;
}
.paragraphs-item-playslip h2,
.paragraphs-item-playslip h3,
.paragraphs-item-playslip h4,
.paragraphs-item-playslip h5,
.paragraphs-item-playslip h6 {
  text-transform: uppercase;
}
@media (min-width: 888px) {
  .paragraphs-item-playslip {
    margin: 4.5rem 0;
    padding: 1.5rem 1rem 0.5rem;
    background-color: #0281ca;
  }
}
.paragraphs-item-playslip .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  max-width: 1165px;
  margin: 0 auto;
  padding: 1.5rem 0;
}
@media (min-width: 888px) {
  .paragraphs-item-playslip .content {
    padding: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
    -ms-grid-columns: 2fr 1fr;
        grid-template-columns: 2fr 1fr;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
.paragraphs-item-playslip .group-instructions-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  -ms-flex: 2;
      flex: 2;
  width: 100%;
}
@media (min-width: 888px) {
  .paragraphs-item-playslip .group-instructions-wrapper {
    height: 100%;
  }
}
.paragraphs-item-playslip .field-name-field-playslip-instr-title {
  width: 85%;
  margin: 0 auto;
  padding: 0 2rem 0.5rem;
  border-radius: 0 0 15px 15px;
  background-color: #0281ca;
  text-align: center;
}
.paragraphs-item-playslip .field-name-field-playslip-instr-title .field-items {
  display: inline-block;
}
.paragraphs-item-playslip .field-name-field-playslip-instr-title::after {
  content: "";
  display: inline-block;
  height: 0.75rem;
  width: 1.25rem;
  margin-left: 1rem;
  background-image: url("/sites/all/themes/custom/myasl_zen/images/arrow-w.png");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.5s;
}
@media (min-width: 888px) {
  .paragraphs-item-playslip .field-name-field-playslip-instr-title::after {
    margin: 0 0 0.25rem 0.25rem;
    -ms-transform-origin: center center;
        transform-origin: center center;
  }
}
.paragraphs-item-playslip .field-name-field-playslip-instr-title.opened::after {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  transition: transform 0.5s;
}
@media (min-width: 888px) {
  .paragraphs-item-playslip .field-name-field-playslip-instr-title {
    width: auto;
    max-width: 350px;
    padding: 0;
    position: absolute;
    margin: 0 auto;
    top: 100%;
    left: 0;
    right: 0;
  }
}
.paragraphs-item-playslip .field-name-field-playslip-instr-title h2,
.paragraphs-item-playslip .field-name-field-playslip-instr-title h3,
.paragraphs-item-playslip .field-name-field-playslip-instr-title h4,
.paragraphs-item-playslip .field-name-field-playslip-instr-title h5,
.paragraphs-item-playslip .field-name-field-playslip-instr-title h6 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 1.6rem;
}
@media (min-width: 888px) {
  .paragraphs-item-playslip .field-name-field-playslip-instr-title h2,
.paragraphs-item-playslip .field-name-field-playslip-instr-title h3,
.paragraphs-item-playslip .field-name-field-playslip-instr-title h4,
.paragraphs-item-playslip .field-name-field-playslip-instr-title h5,
.paragraphs-item-playslip .field-name-field-playslip-instr-title h6 {
    margin: 0;
    padding: 0.5rem 0;
  }
}
.paragraphs-item-playslip .field-name-field-playslip-instructions {
  display: none;
  padding: 0 2rem;
  background-color: #0281ca;
}
@media (min-width: 888px) {
  .paragraphs-item-playslip .field-name-field-playslip-instructions {
    height: 100%;
    height: 300px;
    display: inline-block;
    padding: 0;
    position: relative;
    overflow: hidden;
  }
}
@media (min-width: 888px) {
  .paragraphs-item-playslip .field-name-field-playslip-instructions > div.field-items {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.paragraphs-item-playslip .field-name-field-playslip-instructions img {
  vertical-align: middle;
}
.paragraphs-item-playslip .field-name-field-playslip-instructions h2 {
  display: none;
}
@media (min-width: 888px) {
  .paragraphs-item-playslip .field-name-field-playslip-instructions h2 {
    color: #ffffff;
    display: block;
  }
}
.paragraphs-item-playslip .field-name-field-playslip-image {
  height: 0;
  width: 0;
  background-color: #0281ca;
  text-align: center;
  transition: height ease-in-out 0.2s;
}
.paragraphs-item-playslip .field-name-field-playslip-image.expanded {
  -ms-flex: 1;
      flex: 1;
  height: auto;
  width: 100%;
  transition: height ease-in-out 0.2s;
}
@media (min-width: 888px) {
  .paragraphs-item-playslip .field-name-field-playslip-image {
    width: 100%;
    height: auto;
    margin-top: 0;
    background-color: transparent;
    grid-column: 2/-1;
    grid-row: 1/2;
    padding: 0 1rem;
  }
}
.paragraphs-item-playslip .field-name-field-playslip-image img {
  margin-top: -2rem;
  padding: 1rem;
  border-radius: 15px;
}
@media (min-width: 888px) {
  .paragraphs-item-playslip .field-name-field-playslip-image img {
    margin-top: -5rem;
    padding: 0;
    height: 0;
    position: relative;
    border-radius: 0;
  }
}
.paragraphs-item-playslip .field-name-field-playslip-image-top {
  -ms-flex: 1;
      flex: 1;
  height: auto;
  width: 100%;
  background-color: #0281ca;
  text-align: center;
  transition: height ease-in-out 0.2s;
}
@media (min-width: 888px) {
  .paragraphs-item-playslip .field-name-field-playslip-image-top {
    background-color: transparent;
    grid-column: 2/-1;
    grid-row: 1/2;
    padding: 0;
  }
}
.paragraphs-item-playslip .field-name-field-playslip-image-top.expanded {
  height: 0;
  width: 0;
  transition: height ease-in-out 0.2s;
}
.paragraphs-item-playslip .field-name-field-playslip-image-top img {
  margin-top: -2rem;
  padding: 1rem;
  border-radius: 15px;
}
@media (min-width: 888px) {
  .paragraphs-item-playslip .field-name-field-playslip-image-top img {
    margin-top: -5rem;
  }
}

@media (min-width: 888px) {
  .wrap-expanded .field-name-field-playslip-image img {
    height: 100%;
    padding: 0 0 2rem;
  }
}
@media (min-width: 888px) {
  .wrap-expanded .field-name-field-playslip-instructions {
    height: 100%;
  }
}

.sgw-slider-wrap {
  background-color: #410097;
  margin-left: -12px;
  margin-right: -13px;
  /* single slide start*/
}
.sgw-slider-wrap .sgw-section-title {
  margin: 0 0 0;
  padding: 0.75rem 1rem;
  width: 100%;
  text-align: center;
  color: #ffffff;
  background-color: #0281ca;
  font-size: clamp(1.875rem, 3vw + 1.25rem, 2.5rem);
  letter-spacing: 0.04rem !important;
  font-family: garage-gothic, sans-serif;
  font-weight: 700;
  grid-row: 1/2;
  grid-column: 1/-1;
}
.sgw-slider-wrap .sgw-slide {
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-family: garage-gothic, sans-serif;
  font-weight: bold;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
      grid-template-rows: auto auto auto;
  grid-row-gap: 1rem;
  grid-template-areas: "logo" "prize" "media" "location" "cta";
}
@media (min-width: 888px) {
  .sgw-slider-wrap .sgw-slide {
    max-width: 1200px;
    margin: auto;
    padding: 1.5rem 0;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -ms-grid-rows: (auto)[4];
        grid-template-rows: repeat(4, auto);
    grid-row-gap: 0;
    grid-template-areas: "media logo" "media prize" "media location" "media cta";
  }
}
.sgw-slider-wrap .sgw-slide .sgw-prize-total {
  grid-area: prize;
  margin: 0;
  padding: 0 0.5rem;
  text-transform: uppercase;
  font-size: clamp(3.25rem, 3vw + 1.25rem, 4.75rem);
  line-height: 1;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  font-family: garage-gothic, sans-serif;
  color: inherit;
}
@media (min-width: 888px) {
  .sgw-slider-wrap .sgw-slide .sgw-prize-total {
    margin: 1rem 0 0;
    display: block;
  }
}
.sgw-slider-wrap .sgw-slide .LOTTO-amount {
  padding: 0 0.5rem 0 0;
}
@media (min-width: 888px) {
  .sgw-slider-wrap .sgw-slide .LOTTO-amount {
    padding: 0;
  }
}
.sgw-slider-wrap .sgw-slide .sgw-prize-total-alt {
  display: block;
}
.sgw-slider-wrap .sgw-game-logo {
  width: 100%;
  grid-area: logo;
  position: relative;
}
.sgw-slider-wrap .field-name-field-winners-photo,
.sgw-slider-wrap .sgw-winners-map {
  grid-area: media;
}
.sgw-slider-wrap .sgw-winners-map {
  width: 100%;
  text-align: center;
  grid-area: media;
}
@media (min-width: 888px) {
  .sgw-slider-wrap .sgw-winners-map {
    text-align: center;
  }
}
.sgw-slider-wrap .sgw-winners-map > svg {
  width: 100%;
  margin: auto;
  max-width: 400px;
}
.sgw-slider-wrap .sgw-winners-map > svg > g {
  fill: #FF5100;
  stroke: #fff;
}
.sgw-slider-wrap .sgw-winners-map .sgw-photo-wrap {
  padding-block: min(3vh, 2rem);
  padding-inline: min(3vw, 2rem);
}
@media (min-width: 888px) {
  .sgw-slider-wrap .sgw-winners-map .sgw-photo-wrap {
    padding-block-start: 0;
  }
}
.sgw-slider-wrap .sgw-winners-map .sgw-photo-wrap img {
  margin: 0 auto;
  border: 3px solid #ffffff;
}
.sgw-slider-wrap .sgw-prize-location {
  grid-area: location;
  margin: 0.25rem 0 2rem;
  padding: 0 0.5rem;
  text-transform: uppercase;
  line-height: 1.3;
  font-size: 2.25rem;
  text-align: center;
  font-family: garage-gothic, sans-serif;
  line-height: 1;
}
@media (min-width: 888px) {
  .sgw-slider-wrap .sgw-prize-location {
    margin: 0.25rem 0 2rem;
  }
}
.sgw-slider-wrap .sgw-prize-location-alt .LOTTO-county {
  display: block;
}
.sgw-slider-wrap .sgw-cta {
  justify-self: stretch;
  grid-area: cta;
}
.sgw-slider-wrap .sgw-cta a {
  display: block;
  padding: 1rem 2rem;
  position: relative;
  background-color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.75rem;
  font-family: garage-gothic, sans-serif;
  max-width: 300px;
  margin: 0 auto 1.75rem;
  color: #410097;
}
.sgw-slider-wrap .show-map .sgw-winners-map {
  position: relative;
}
.sgw-slider-wrap .show-map .sgw-winners-map:after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-image: url("/sites/all/themes/custom/myasl_zen/images/marker.png");
  background-position: 50% 34%;
  background-repeat: no-repeat;
  background-size: 50px;
}
.sgw-slider-wrap .slick-arrow {
  padding: unset;
  width: 40px;
  height: 40px;
  z-index: 10;
}
.sgw-slider-wrap .slick-arrow::before {
  position: absolute;
  color: #ffffff;
  font-size: 40px;
  left: 0;
}
.sgw-slider-wrap .slick-prev {
  left: 0;
}
.sgw-slider-wrap .slick-next {
  right: 0;
}

.map-1 {
  fill: #fff;
}

.map-2 {
  fill: #76bc21;
}

.visually-hidden,
.main-navigation .block-menu .block__title,
.main-navigation .block-menu-block .block__title,
.breadcrumb__title,
.element-invisible,
.element-focusable {
  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;
}
@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 {
  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 {
  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 {
  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;
  margin-right: -13px;
}
@media (min-width: 768px) {
  .menu-name-menu-secondary-nav {
    display: inherit;
  }
}
.menu-name-menu-secondary-nav ul.menu {
  background-color: #0281ca;
  border-radius: 0 0 0 10px;
  color: #ffffff;
  display: inline-block;
  margin: 0 0 1rem;
  padding: 1rem;
}
.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:first-child {
  border-right: 1px solid #fecb00;
}
.menu-name-menu-secondary-nav ul.menu .menu__item a {
  font-size: 0.875rem;
  color: #ffffff;
  padding-right: 0.5rem;
  padding-left: 1rem;
  text-decoration: none;
}
.menu-name-menu-secondary-nav ul.menu .menu__item a:hover {
  color: #000000;
}
.menu-name-menu-secondary-nav ul.menu .menu__item a.fa {
  margin-left: 0.25rem;
  vertical-align: middle;
  padding: 0;
}
.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.first a {
  padding-left: 0;
}
.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;
}

#players-hub-button {
  background-color: #bed600;
  border-radius: 4px;
  bottom: 15px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
  color: #ffffff;
  display: none;
  font-family: garage-gothic, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin: 8px 10px 0 0;
  padding: 12px 22px;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #players-hub-button {
    display: inline-block;
  }
}

.visually-hidden,
.main-navigation .block-menu .block__title,
.main-navigation .block-menu-block .block__title,
.element-invisible,
.element-focusable,
.breadcrumb__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;
}
#block-superfish-1.contextual-links-region {
  position: initial;
}

.region-navigation {
  -ms-flex: 3;
      flex: 3;
}
.region-navigation .sf-menu {
  float: right;
  font-family: garage-gothic, sans-serif;
}
.region-navigation .sf-menu#superfish-1 .mobile-social {
  display: none;
}
.region-navigation .sf-menu#superfish-1-accordion .mobile-social {
  display: inline-block;
  float: none;
  width: auto;
}
@media (min-width: 768px) {
  .region-navigation .sf-menu#superfish-1-accordion .mobile-social {
    display: none;
  }
}
.region-navigation .sf-menu#superfish-1-accordion .mobile-social span {
  display: none;
}
.region-navigation .sf-menu#superfish-1-accordion .mobile-social a {
  display: block;
}
@media (min-width: 768px) {
  .region-navigation .sf-menu#superfish-1-accordion .mobile-social a {
    display: none;
  }
}
.region-navigation .sf-menu#superfish-1-accordion .mobile-social.players-hub {
  text-align: center;
  width: 100%;
}
.region-navigation .sf-menu#superfish-1-accordion .mobile-social.players-hub a {
  display: inline-block;
  margin: 20px 0 10px;
  width: auto;
}
.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: #eeeeee;
}
.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 {
  border-bottom: 2px solid transparent;
  color: #ffffff;
  font-size: 1.3125rem;
  font-weight: bold;
  letter-spacing: 0.03rem;
  padding: 1rem;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .region-navigation .sf-menu > li > a {
    color: #0281ca;
  }
}
@media (min-width: 888px) {
  .region-navigation .sf-menu > li > a {
    font-size: 1.3125rem;
  }
}
@media (min-width: 999px) {
  .region-navigation .sf-menu > li > a {
    font-size: 1.3125rem;
  }
}
.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: #eeeeee;
  }
}
@media (min-width: 768px) {
  .region-navigation .sf-menu > li:last-of-type a {
    padding-right: 0.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 {
  color: #ffffff;
  font-size: 1.1875rem;
  letter-spacing: 0.02rem;
  padding: 1rem 0.5rem;
  text-decoration: none;
}
.region-navigation .sf-menu .menuparent ul > li > a:hover {
  background: #1e265b;
}
.region-navigation .sf-menu li.sfHover > a {
  background: #eeeeee;
  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-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis,
.pager__current-item,
.pager-current {
  display: inline;
  padding: 0 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: #ffffff;
}
.skip-link__wrapper {
  margin: 0;
}
@media print {
  .skip-link__wrapper {
    display: none;
  }
}

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

.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: #ffffff;
}
.tabs__tab-link {
  padding: 0 1.5rem;
  display: block;
  text-decoration: none;
  transition: color 0.3s, background 0.3s, border 0.3s;
  text-shadow: #ffffff 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: #ffffff;
  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: 0.5rem;
  margin-bottom: 0.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 4% 0 0;
  }
}
#block-menu-menu-footer-menu .menu .menu__item a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
}

.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: #ffffff;
  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: #ffffff;
}
.autocomplete.is-throbbing, .autocomplete--is-throbbing,
.is-throbbing.form-autocomplete,
.form-autocomplete.throbbing {
  background-image: url(../sass/forms/autocomplete/throbber-active.gif);
}

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

.button-style {
  color: #ffffff;
  border-radius: 3px;
  padding: 1rem 1.5rem;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  border: none;
  background-color: #0281ca;
}

.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: 0.9em;
  margin-left: 0.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,
.collapsible.collapsed .fieldset-wrapper,
.is-collapsed.collapsible .collapsible-fieldset__wrapper {
  display: none;
}
.collapsible-fieldset.is-collapsed .collapsible-fieldset__legend, .collapsible-fieldset--is-collapsed__legend,
.collapsible-fieldset.is-collapsed .collapsible .fieldset-legend,
.collapsible .collapsible-fieldset.is-collapsed .fieldset-legend,
.collapsible.collapsed .fieldset-legend,
.is-collapsed.collapsible .collapsible-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] .collapsible-fieldset.is-collapsed .collapsible .fieldset-legend,
.collapsible [dir=rtl] .collapsible-fieldset.is-collapsed .fieldset-legend,
[dir=rtl] .collapsible.collapsed .fieldset-legend,
.collapsible.collapsed [dir=rtl] .fieldset-legend,
[dir=rtl] .is-collapsed.collapsible .collapsible-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%;
}

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

.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,
table .form-item,
.password-parent,
.confirm-parent,
.form-item--radio,
.form-type-radio,
.form-type-checkbox {
  margin: 0;
}
.form-item--radio .form-item__label, .form-item--radio__label,
label.option,
.form-type-radio .form-item__label,
.form-type-checkbox .form-item__label {
  display: inline;
  font-weight: normal;
}
.form-item--radio .form-item__description, .form-item--radio__description,
.form-item--radio .form-item .description,
.form-item .form-item--radio .description,
.form-type-radio .description,
.form-type-checkbox .description,
.form-type-radio .form-item__description,
.form-type-checkbox .form-item__description,
.form-type-radio .form-item .description,
.form-type-checkbox .form-item .description,
.form-item .form-type-radio .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 input.error,
.form-item textarea.error,
.form-item select.error,
.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 {
  border: 1px solid #d1202f;
}
.form-table__sticky-header,
.sticky-header {
  position: fixed;
  visibility: hidden;
  margin-top: 0;
  background-color: #ffffff;
}
.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 [dir=rtl] 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: 0.1em 0.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: #ffffff;
}
.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,
td .checkbox,
th .checkbox,
.form-table th.form-table__narrow-column,
form table th.form-table__narrow-column {
  width: -webkit-min-content;
  text-align: center;
}
.progress-bar,
.progress {
  font-weight: bold;
}
.progress-bar__bar,
.progress .bar {
  border-radius: 3px;
  margin: 0 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: -0.4em 0.5em;
  padding: 0.42em 0.5em;
  width: 13px;
}
.table-drag__handle.is-hover .table-drag__handle-icon, .table-drag__handle-icon--is-hover,
.table-drag__handle.is-hover .tabledrag-handle .handle,
.tabledrag-handle .table-drag__handle.is-hover .handle,
.tabledrag-handle-hover .handle,
.is-hover.tabledrag-handle .table-drag__handle-icon,
.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: 0.9em;
}
.table-drag__indentation,
.indentation {
  float: left;
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em;
  padding: 0.42em 0 0.42em 0.6em;
  width: 20px;
}
[dir=rtl] .table-drag__indentation,
[dir=rtl] .indentation {
  float: right;
  margin: -0.4em -0.4em -0.4em 0.2em;
  padding: 0.42em 0.6em 0.42em 0;
}
.table-drag__tree-child,
.tree-child,
.table-drag__tree-child-horizontal,
.tree-child-horizontal,
.table-drag__tree-child-last,
.tree-child-last {
  background: url(../sass/forms/table-drag/tree-child.png) no-repeat 11px center;
}
[dir=rtl] .table-drag__tree-child,
[dir=rtl] .tree-child,
[dir=rtl] .table-drag__tree-child-horizontal,
[dir=rtl] .tree-child-horizontal,
[dir=rtl] .table-drag__tree-child-last,
[dir=rtl] .tree-child-last {
  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;
}
.page-node-30211 .webform-client-form fieldset.captcha {
  border-width: 0;
  padding-left: 0;
}
.page-node-30211 .webform-client-form fieldset.captcha legend,
.page-node-30211 .webform-client-form fieldset.captcha .fieldset-description {
  display: none;
}

.node-draw-game.view-mode-slideshow_hero .field-name-field-logo,
.node-type-draw-game .field-name-field-logo,
.node-type-fast-play-game .field-name-field-logo {
  text-align: center;
}
@media (min-width: 768px) {
  .node-draw-game.view-mode-slideshow_hero .field-name-field-logo,
.node-type-draw-game .field-name-field-logo,
.node-type-fast-play-game .field-name-field-logo {
    text-align: left;
  }
}
.node-draw-game.view-mode-slideshow_hero .field-name-field-logo img,
.node-type-draw-game .field-name-field-logo img,
.node-type-fast-play-game .field-name-field-logo img {
  max-height: 225px;
  max-width: 462px;
  width: 100%;
}
@media (min-width: 768px) {
  .node-draw-game.view-mode-slideshow_hero .field-name-field-logo img,
.node-type-draw-game .field-name-field-logo img,
.node-type-fast-play-game .field-name-field-logo img {
    max-height: unset;
  }
}
.node-draw-game.view-mode-slideshow_hero .field-name-body,
.node-type-draw-game .field-name-body,
.node-type-fast-play-game .field-name-body {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.node-draw-game.view-mode-slideshow_hero .draw-game-header,
.node-type-draw-game .draw-game-header,
.node-type-fast-play-game .draw-game-header {
  background-position: 50%;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  font-family: garage-gothic, sans-serif;
  height: 600px;
  -ms-flex-pack: center;
      justify-content: center;
  margin-left: -12px;
  margin-right: -13px;
}
.node-draw-game.view-mode-slideshow_hero .draw-game-header .group-h-mobile,
.node-type-draw-game .draw-game-header .group-h-mobile,
.node-type-fast-play-game .draw-game-header .group-h-mobile {
  background-position: 50%;
  background-size: cover;
  height: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.node-draw-game.view-mode-slideshow_hero .draw-game-header .group-h-mobile > .section-flex--between,
.node-type-draw-game .draw-game-header .group-h-mobile > .section-flex--between,
.node-type-fast-play-game .draw-game-header .group-h-mobile > .section-flex--between {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
}
@media (min-width: 768px) {
  .node-draw-game.view-mode-slideshow_hero .draw-game-header .group-h-mobile > .section-flex--between,
.node-type-draw-game .draw-game-header .group-h-mobile > .section-flex--between,
.node-type-fast-play-game .draw-game-header .group-h-mobile > .section-flex--between {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.node-draw-game.view-mode-slideshow_hero .draw-game-header .group-h-mobile > .section-flex--between section,
.node-type-draw-game .draw-game-header .group-h-mobile > .section-flex--between section,
.node-type-fast-play-game .draw-game-header .group-h-mobile > .section-flex--between section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.node-draw-game.view-mode-slideshow_hero .draw-game-header .group-h-mobile > .section-flex--between section:last-child,
.node-type-draw-game .draw-game-header .group-h-mobile > .section-flex--between section:last-child,
.node-type-fast-play-game .draw-game-header .group-h-mobile > .section-flex--between section:last-child {
  margin-bottom: 60px;
  margin-top: auto;
}
@media (min-width: 768px) {
  .node-draw-game.view-mode-slideshow_hero .draw-game-header .group-h-mobile > .section-flex--between section:last-child,
.node-type-draw-game .draw-game-header .group-h-mobile > .section-flex--between section:last-child,
.node-type-fast-play-game .draw-game-header .group-h-mobile > .section-flex--between section:last-child {
    margin-top: 0;
  }
}
.node-draw-game.view-mode-slideshow_hero .game-change-alert,
.node-type-draw-game .game-change-alert,
.node-type-fast-play-game .game-change-alert {
  font-size: 1.625rem;
}
.node-draw-game.view-mode-slideshow_hero .draw-game-jackpot-info,
.node-type-draw-game .draw-game-jackpot-info,
.node-type-fast-play-game .draw-game-jackpot-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: left;
  color: #ffffff;
}
@media (min-width: 768px) {
  .node-draw-game.view-mode-slideshow_hero .draw-game-jackpot-info,
.node-type-draw-game .draw-game-jackpot-info,
.node-type-fast-play-game .draw-game-jackpot-info {
    display: block;
  }
}
.node-draw-game.view-mode-slideshow_hero .draw-game-jackpot-info .jackpot-subtitle,
.node-type-draw-game .draw-game-jackpot-info .jackpot-subtitle,
.node-type-fast-play-game .draw-game-jackpot-info .jackpot-subtitle {
  font-size: 2rem;
  letter-spacing: 1px;
  line-height: 2rem;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .node-draw-game.view-mode-slideshow_hero .draw-game-jackpot-info .jackpot-subtitle,
.node-type-draw-game .draw-game-jackpot-info .jackpot-subtitle,
.node-type-fast-play-game .draw-game-jackpot-info .jackpot-subtitle {
    text-align: left;
  }
}
@media (min-width: 888px) {
  .node-draw-game.view-mode-slideshow_hero .draw-game-jackpot-info .jackpot-subtitle,
.node-type-draw-game .draw-game-jackpot-info .jackpot-subtitle,
.node-type-fast-play-game .draw-game-jackpot-info .jackpot-subtitle {
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin-top: 0;
  }
}
.node-draw-game.view-mode-slideshow_hero .draw-game-jackpot-info .jackpot-amount,
.node-type-draw-game .draw-game-jackpot-info .jackpot-amount,
.node-type-fast-play-game .draw-game-jackpot-info .jackpot-amount {
  -ms-flex-item-align: center;
      align-self: center;
  display: -ms-flexbox;
  display: flex;
  font-size: 5.25rem;
  font-weight: bold;
  line-height: 5rem;
  position: relative;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .node-draw-game.view-mode-slideshow_hero .draw-game-jackpot-info .jackpot-amount,
.node-type-draw-game .draw-game-jackpot-info .jackpot-amount,
.node-type-fast-play-game .draw-game-jackpot-info .jackpot-amount {
    display: block;
    font-size: 5rem;
    line-height: 4rem;
    margin-top: 1.5rem;
  }
}
@media (min-width: 888px) {
  .node-draw-game.view-mode-slideshow_hero .draw-game-jackpot-info .jackpot-amount,
.node-type-draw-game .draw-game-jackpot-info .jackpot-amount,
.node-type-fast-play-game .draw-game-jackpot-info .jackpot-amount {
    margin-top: 1rem;
  }
}
.node-draw-game.view-mode-slideshow_hero .draw-game-jackpot-info .jackpot-amount .amount-dollar-sign,
.node-type-draw-game .draw-game-jackpot-info .jackpot-amount .amount-dollar-sign,
.node-type-fast-play-game .draw-game-jackpot-info .jackpot-amount .amount-dollar-sign {
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-size: 3rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .node-draw-game.view-mode-slideshow_hero .draw-game-jackpot-info .jackpot-amount .amount-dollar-sign,
.node-type-draw-game .draw-game-jackpot-info .jackpot-amount .amount-dollar-sign,
.node-type-fast-play-game .draw-game-jackpot-info .jackpot-amount .amount-dollar-sign {
    font-size: 4rem;
    left: -0.75rem;
    line-height: 2rem;
    position: absolute;
    top: 0;
  }
}
@media (min-width: 888px) {
  .node-draw-game.view-mode-slideshow_hero .draw-game-jackpot-info .jackpot-amount .amount-dollar-sign,
.node-type-draw-game .draw-game-jackpot-info .jackpot-amount .amount-dollar-sign,
.node-type-fast-play-game .draw-game-jackpot-info .jackpot-amount .amount-dollar-sign {
    font-size: 6rem;
    line-height: 4rem;
    left: -1.75rem;
  }
}
.node-draw-game.view-mode-slideshow_hero .draw-game-jackpot-info .jackpot-amount .amount-number,
.node-type-draw-game .draw-game-jackpot-info .jackpot-amount .amount-number,
.node-type-fast-play-game .draw-game-jackpot-info .jackpot-amount .amount-number {
  white-space: pre-wrap;
}
.node-draw-game.view-mode-slideshow_hero .draw-game-jackpot-info .jackpot-amount .amount-number::after,
.node-type-draw-game .draw-game-jackpot-info .jackpot-amount .amount-number::after,
.node-type-fast-play-game .draw-game-jackpot-info .jackpot-amount .amount-number::after {
  content: " ";
}
@media (min-width: 768px) {
  .node-draw-game.view-mode-slideshow_hero .draw-game-jackpot-info .jackpot-amount .amount-number::after,
.node-type-draw-game .draw-game-jackpot-info .jackpot-amount .amount-number::after,
.node-type-fast-play-game .draw-game-jackpot-info .jackpot-amount .amount-number::after {
    display: none;
  }
}
@media (min-width: 768px) {
  .node-draw-game.view-mode-slideshow_hero .draw-game-jackpot-info .jackpot-amount .amount-number,
.node-type-draw-game .draw-game-jackpot-info .jackpot-amount .amount-number,
.node-type-fast-play-game .draw-game-jackpot-info .jackpot-amount .amount-number {
    font-size: 11rem;
    line-height: 6rem;
  }
}
@media (min-width: 888px) {
  .node-draw-game.view-mode-slideshow_hero .draw-game-jackpot-info .jackpot-amount .amount-number,
.node-type-draw-game .draw-game-jackpot-info .jackpot-amount .amount-number,
.node-type-fast-play-game .draw-game-jackpot-info .jackpot-amount .amount-number {
    font-size: 15rem;
    line-height: 10rem;
  }
}
@media (min-width: 768px) {
  .node-draw-game.view-mode-slideshow_hero .draw-game-jackpot-info .jackpot-amount .amount-word,
.node-type-draw-game .draw-game-jackpot-info .jackpot-amount .amount-word,
.node-type-fast-play-game .draw-game-jackpot-info .jackpot-amount .amount-word {
    display: block;
    font-size: 6rem;
    line-height: 5rem;
  }
}
@media (min-width: 888px) {
  .node-draw-game.view-mode-slideshow_hero .draw-game-jackpot-info .jackpot-amount .amount-word,
.node-type-draw-game .draw-game-jackpot-info .jackpot-amount .amount-word,
.node-type-fast-play-game .draw-game-jackpot-info .jackpot-amount .amount-word {
    font-size: 9rem;
    line-height: 8rem;
  }
}
.node-draw-game.view-mode-slideshow_hero .draw-game-jackpot-info .jackpot-amount .amount-word.thousand,
.node-type-draw-game .draw-game-jackpot-info .jackpot-amount .amount-word.thousand,
.node-type-fast-play-game .draw-game-jackpot-info .jackpot-amount .amount-word.thousand {
  font-size: 5rem;
}
@media (min-width: 888px) {
  .node-draw-game.view-mode-slideshow_hero .draw-game-jackpot-info .jackpot-amount .amount-word.thousand,
.node-type-draw-game .draw-game-jackpot-info .jackpot-amount .amount-word.thousand,
.node-type-fast-play-game .draw-game-jackpot-info .jackpot-amount .amount-word.thousand {
    font-size: 8rem;
  }
}
.node-draw-game.view-mode-slideshow_hero .draw-game-jackpot-info .jackpot-cta,
.node-type-draw-game .draw-game-jackpot-info .jackpot-cta,
.node-type-fast-play-game .draw-game-jackpot-info .jackpot-cta {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.node-draw-game.view-mode-slideshow_hero .draw-game-jackpot-info .jackpot-drawing-time,
.node-draw-game.view-mode-slideshow_hero .draw-game-jackpot-info .jackpot-disclaimer,
.node-type-draw-game .draw-game-jackpot-info .jackpot-drawing-time,
.node-type-draw-game .draw-game-jackpot-info .jackpot-disclaimer,
.node-type-fast-play-game .draw-game-jackpot-info .jackpot-drawing-time,
.node-type-fast-play-game .draw-game-jackpot-info .jackpot-disclaimer {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.75rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  text-transform: uppercase;
}
@media (min-width: 888px) {
  .node-draw-game.view-mode-slideshow_hero .draw-game-jackpot-info .jackpot-drawing-time,
.node-draw-game.view-mode-slideshow_hero .draw-game-jackpot-info .jackpot-disclaimer,
.node-type-draw-game .draw-game-jackpot-info .jackpot-drawing-time,
.node-type-draw-game .draw-game-jackpot-info .jackpot-disclaimer,
.node-type-fast-play-game .draw-game-jackpot-info .jackpot-drawing-time,
.node-type-fast-play-game .draw-game-jackpot-info .jackpot-disclaimer {
    font-size: 2rem;
    font-weight: bold;
    line-height: 2rem;
  }
}
.node-draw-game.view-mode-slideshow_hero .draw-game-jackpot-info .jackpot-disclaimer,
.node-type-draw-game .draw-game-jackpot-info .jackpot-disclaimer,
.node-type-fast-play-game .draw-game-jackpot-info .jackpot-disclaimer {
  line-height: 1.75rem;
}
.node-draw-game.view-mode-slideshow_hero .draw-game-jackpot-info.color-white .jackpot-subtitle,
.node-draw-game.view-mode-slideshow_hero .draw-game-jackpot-info.color-white .jackpot-drawing-time,
.node-draw-game.view-mode-slideshow_hero .draw-game-jackpot-info.color-white .jackpot-disclaimer,
.node-type-draw-game .draw-game-jackpot-info.color-white .jackpot-subtitle,
.node-type-draw-game .draw-game-jackpot-info.color-white .jackpot-drawing-time,
.node-type-draw-game .draw-game-jackpot-info.color-white .jackpot-disclaimer,
.node-type-fast-play-game .draw-game-jackpot-info.color-white .jackpot-subtitle,
.node-type-fast-play-game .draw-game-jackpot-info.color-white .jackpot-drawing-time,
.node-type-fast-play-game .draw-game-jackpot-info.color-white .jackpot-disclaimer {
  color: #ffffff;
}
.node-draw-game.view-mode-slideshow_hero .draw-game-jackpot-info.color-lotto-blue .jackpot-subtitle,
.node-draw-game.view-mode-slideshow_hero .draw-game-jackpot-info.color-lotto-blue .jackpot-drawing-time,
.node-draw-game.view-mode-slideshow_hero .draw-game-jackpot-info.color-lotto-blue .jackpot-disclaimer,
.node-type-draw-game .draw-game-jackpot-info.color-lotto-blue .jackpot-subtitle,
.node-type-draw-game .draw-game-jackpot-info.color-lotto-blue .jackpot-drawing-time,
.node-type-draw-game .draw-game-jackpot-info.color-lotto-blue .jackpot-disclaimer,
.node-type-fast-play-game .draw-game-jackpot-info.color-lotto-blue .jackpot-subtitle,
.node-type-fast-play-game .draw-game-jackpot-info.color-lotto-blue .jackpot-drawing-time,
.node-type-fast-play-game .draw-game-jackpot-info.color-lotto-blue .jackpot-disclaimer {
  color: #0281ca;
}
.node-draw-game.view-mode-slideshow_hero .draw-game-jackpot-info.color-gold .jackpot-subtitle,
.node-draw-game.view-mode-slideshow_hero .draw-game-jackpot-info.color-gold .jackpot-drawing-time,
.node-draw-game.view-mode-slideshow_hero .draw-game-jackpot-info.color-gold .jackpot-disclaimer,
.node-type-draw-game .draw-game-jackpot-info.color-gold .jackpot-subtitle,
.node-type-draw-game .draw-game-jackpot-info.color-gold .jackpot-drawing-time,
.node-type-draw-game .draw-game-jackpot-info.color-gold .jackpot-disclaimer,
.node-type-fast-play-game .draw-game-jackpot-info.color-gold .jackpot-subtitle,
.node-type-fast-play-game .draw-game-jackpot-info.color-gold .jackpot-drawing-time,
.node-type-fast-play-game .draw-game-jackpot-info.color-gold .jackpot-disclaimer {
  color: #fecb00;
}
.node-draw-game.view-mode-slideshow_hero .draw-game-jackpot-info.color-green .jackpot-subtitle,
.node-draw-game.view-mode-slideshow_hero .draw-game-jackpot-info.color-green .jackpot-drawing-time,
.node-draw-game.view-mode-slideshow_hero .draw-game-jackpot-info.color-green .jackpot-disclaimer,
.node-type-draw-game .draw-game-jackpot-info.color-green .jackpot-subtitle,
.node-type-draw-game .draw-game-jackpot-info.color-green .jackpot-drawing-time,
.node-type-draw-game .draw-game-jackpot-info.color-green .jackpot-disclaimer,
.node-type-fast-play-game .draw-game-jackpot-info.color-green .jackpot-subtitle,
.node-type-fast-play-game .draw-game-jackpot-info.color-green .jackpot-drawing-time,
.node-type-fast-play-game .draw-game-jackpot-info.color-green .jackpot-disclaimer {
  color: #026e32;
}
.node-draw-game.view-mode-slideshow_hero .draw-accordion,
.node-type-draw-game .draw-accordion,
.node-type-fast-play-game .draw-accordion {
  max-width: 960px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 0;
}
.node-draw-game.view-mode-slideshow_hero .draw-game-nsj .group-h-mobile,
.node-type-draw-game .draw-game-nsj .group-h-mobile,
.node-type-fast-play-game .draw-game-nsj .group-h-mobile {
  background-position: 75%;
}
.node-draw-game.view-mode-slideshow_hero .draw-game-nsj .group-h-mobile .amount-word.thousand,
.node-type-draw-game .draw-game-nsj .group-h-mobile .amount-word.thousand,
.node-type-fast-play-game .draw-game-nsj .group-h-mobile .amount-word.thousand {
  font-size: 5rem;
}
@media (min-width: 768px) {
  .node-draw-game.view-mode-slideshow_hero .draw-game-nsj .group-h-mobile .amount-word.thousand,
.node-type-draw-game .draw-game-nsj .group-h-mobile .amount-word.thousand,
.node-type-fast-play-game .draw-game-nsj .group-h-mobile .amount-word.thousand {
    font-size: 6rem;
  }
}
.node-draw-game.view-mode-slideshow_hero.page-node-16 .jackpot-amount, .node-draw-game.view-mode-slideshow_hero.page-node-18 .jackpot-amount,
.node-type-draw-game.page-node-16 .jackpot-amount,
.node-type-draw-game.page-node-18 .jackpot-amount,
.node-type-fast-play-game.page-node-16 .jackpot-amount,
.node-type-fast-play-game.page-node-18 .jackpot-amount {
  font-size: 8rem;
  line-height: 7rem;
}
.node-draw-game.view-mode-slideshow_hero.page-node-16 .jackpot-drawing-time, .node-draw-game.view-mode-slideshow_hero.page-node-18 .jackpot-drawing-time,
.node-type-draw-game.page-node-16 .jackpot-drawing-time,
.node-type-draw-game.page-node-18 .jackpot-drawing-time,
.node-type-fast-play-game.page-node-16 .jackpot-drawing-time,
.node-type-fast-play-game.page-node-18 .jackpot-drawing-time {
  font-size: 2.5rem;
  line-height: 2.5rem;
}
.node-draw-game.view-mode-slideshow_hero.page-node-19 .jackpot-amount, .node-draw-game.view-mode-slideshow_hero.node-19 .jackpot-amount,
.node-type-draw-game.page-node-19 .jackpot-amount,
.node-type-draw-game.node-19 .jackpot-amount,
.node-type-fast-play-game.page-node-19 .jackpot-amount,
.node-type-fast-play-game.node-19 .jackpot-amount {
  font-size: 3.9rem;
  line-height: 3.3rem;
}
.node-draw-game.view-mode-slideshow_hero.page-node-19 .jackpot-drawing-time, .node-draw-game.view-mode-slideshow_hero.node-19 .jackpot-drawing-time,
.node-type-draw-game.page-node-19 .jackpot-drawing-time,
.node-type-draw-game.node-19 .jackpot-drawing-time,
.node-type-fast-play-game.page-node-19 .jackpot-drawing-time,
.node-type-fast-play-game.node-19 .jackpot-drawing-time {
  font-size: 2.5rem;
  line-height: 2.5rem;
}
@media (min-width: 768px) {
  .node-draw-game.view-mode-slideshow_hero.page-node-1981 .jackpot-drawing-time,
.node-type-draw-game.page-node-1981 .jackpot-drawing-time,
.node-type-fast-play-game.page-node-1981 .jackpot-drawing-time {
    margin-top: 1.75rem;
  }
}

.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: 0.5rem 0.5rem 0;
  display: block;
  margin: 0 auto;
}

.foundation-grid__draw-game__recent-results .draw-game__numbers-container,
.lottery-matcher .game-lotto .numbers {
  background: #ffffff;
  border-radius: 5px;
  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: garage-gothic, sans-serif;
  text-transform: uppercase;
}

.draw-game__results-container {
  position: relative;
  z-index: 5;
  margin-bottom: 3rem;
}
.draw-game__results-container a.button {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-top: 20px;
  padding: 13px 20px;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #0281ca;
  border: none;
  line-height: 1;
  border-radius: 3px;
}

.view-winners.view-display-id-block .view-content::before, .view-press-releases-improved .view-content .views-row::before, .node.view-mode-full:not(.node-2006, .node-draw-game) .paragraphs-items-field-cards .group-overlay::before, .view-winners.view-display-id-block .view-content::after, .view-press-releases-improved .view-content .views-row::after, .node.view-mode-full:not(.node-2006, .node-draw-game) .paragraphs-items-field-cards .group-overlay::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: 0;
  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, .view-press-releases-improved .view-content .views-row::after, .node.view-mode-full:not(.node-2006, .node-draw-game) .paragraphs-items-field-cards .group-overlay::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;
  position: relative;
}

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

.draw-game--lotto .draw-game-header {
  position: relative;
  z-index: 1;
}
.draw-game--lotto .field-name-field-logo {
  height: 1px;
}
.draw-game--lotto .draw-game-jackpot-info .jackpot-subtitle {
  padding: 0 0 0.25rem;
}
.draw-game--lotto .draw-game-jackpot-info .jackpot-subtitle {
  text-align: left;
}
.draw-game--lotto .draw-game-jackpot-info .jackpot-amount {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.draw-game--lotto .draw-game-jackpot-info .amount-number {
  line-height: 0.85;
  font-size: 9rem;
}
.draw-game--lotto .draw-game-jackpot-info .amount-word {
  width: 100%;
  display: block;
  line-height: 0.85;
}
.draw-game--lotto .field-group-div_background_image {
  z-index: 2;
}
.draw-game--lotto .field-group-div_background_image::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url("/sites/all/themes/custom/myasl_zen/images/lotto-promo/lotto-o.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  content: "";
  z-index: -1;
}
.draw-game--lotto .draw-game__number-special::after {
  content: "BONUS";
  position: absolute;
  color: #d1202f;
  font-weight: bold;
  font-size: 10px;
  text-align: center;
  left: -2px;
  width: calc(100% + 4px);
  top: calc(100% - 2px);
}

.draw-game__recent-results[data-game=lotto] .draw-game__numbers .plus-icon {
  margin: auto 5px auto 0;
  font-size: 20px;
  font-weight: 900;
}

.draw-game__numbers-container.lotto .draw-game__number-special::after {
  content: "BONUS";
  position: absolute;
  color: #d1202f;
  font-weight: bold;
  font-size: 10px;
  text-align: center;
  left: -2px;
  width: calc(100% + 4px);
  top: calc(100% - 2px);
}

.node-fast-play-game .field-name-title-field h1 {
  color: #0080D1;
  font-size: 2.5rem;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 1rem;
  text-align: center;
  font-family: garage-gothic, sans-serif;
  text-transform: uppercase;
}
.node-fast-play-game .field-name-body p:first-child {
  margin-top: 0;
}
.node-fast-play-game .paragraphs-item-carousel {
  margin-bottom: 0;
}
.node-fast-play-game .background-dark {
  background: none;
}
.node-fast-play-game .background-dark .layout-3col__right-sidebar {
  text-align: center;
}

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

.node.node-press-release-improved.view-mode-full {
  margin-bottom: 1rem;
}
.node.node-press-release-improved.view-mode-full .paragraphs-item-carousel {
  margin-bottom: 1rem;
}
.node.node-press-release-improved.view-mode-full .field-name-field-date {
  color: #0281ca;
}
.node.node-press-release-improved.view-mode-full .field-name-title-field h2 {
  font-size: 36px;
  color: #0281ca;
  margin-bottom: 0.75rem;
  margin-top: 0.75rem;
}
.node.node-press-release-improved.view-mode-full .field-name-field-location {
  color: #0281ca;
  text-transform: uppercase;
}

.ball {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #cccccc;
  vertical-align: text-bottom;
}
.ball__black {
  background: #000000;
}
.ball__white {
  background: #ffffff;
}
.ball__yellow {
  background: yellow;
}
.ball__red {
  background: #d1202f;
}

.draw-game--lotto.hide-header .draw-game-header,
.draw-game--lotto .draw-game-main,
.draw-game--lotto .background-dark,
.draw-game--lotto .field-group-accordion-wrapper {
  display: none;
}
.draw-game--lotto h2 {
  margin-top: 0 !important;
  font-size: 2.6rem;
  letter-spacing: 0.04rem !important;
}
.draw-game--lotto .Lotto-game-promo {
  display: -ms-grid;
  display: grid;
  overflow-x: hidden;
  -ms-grid-rows: auto auto;
      grid-template-rows: auto auto;
  font-family: garage-gothic, sans-serif;
  background-color: #ff5100;
  position: relative;
}
@media screen and (min-width: 768px) {
  .draw-game--lotto .Lotto-game-promo {
    width: calc(100% + 25px);
    left: -12px;
  }
}
.draw-game--lotto .Lotto-game-promo .countdown {
  width: 100%;
  padding: 0 0 2rem;
  color: #ffffff;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto;
      grid-template-rows: auto auto;
  -ms-grid-columns: auto auto auto;
      grid-template-columns: auto auto auto;
  -ms-flex-pack: center;
      justify-content: center;
  justify-self: center;
  grid-column-gap: 1rem;
}
.draw-game--lotto .Lotto-game-promo .countdown .countdown-min .bar {
  animation-duration: 3600s;
}
.draw-game--lotto .Lotto-game-promo .countdown .countdown-hours .bar {
  animation-duration: 86400s;
}
.draw-game--lotto .Lotto-game-promo .countdown .countdown-days .bar {
  animation-duration: 31536000s;
}
.draw-game--lotto .Lotto-game-promo .countdown h4 {
  text-transform: uppercase;
  grid-column: 1/-1;
  font-family: inherit;
  text-align: center;
  font-size: 1.5rem;
}
.draw-game--lotto .Lotto-game-promo .countdown > div {
  width: 100%;
  max-width: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  justify-self: center;
  text-align: center;
}
.draw-game--lotto .Lotto-game-promo .countdown > div .circle {
  margin: 0;
  width: 100px;
  height: 100px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
}
.draw-game--lotto .Lotto-game-promo .countdown > div svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  stroke: #ffffff;
  -ms-transform: rotate(270deg);
      transform: rotate(270deg);
}
.draw-game--lotto .Lotto-game-promo .countdown > div svg circle {
  fill: transparent;
}
.draw-game--lotto .Lotto-game-promo .countdown > div circle:not(.bar) {
  stroke-width: 2px;
}
.draw-game--lotto .Lotto-game-promo .countdown > div circle.bar {
  stroke-width: 6px;
  stroke-linecap: round;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.draw-game--lotto .Lotto-game-promo .countdown > div span {
  margin: auto;
  font-size: 3rem;
  position: relative;
}
.draw-game--lotto .Lotto-game-promo .countdown > div p {
  margin: 0;
  text-transform: uppercase;
  font-size: 1.5rem;
}
.draw-game--lotto .Lotto-game-promo picture {
  grid-column: 1/-1;
  display: -ms-flexbox;
  display: flex;
}
.draw-game--lotto .paragraphs-item-slide .Lotto-game-promo {
  overflow-x: visible;
}
@keyframes countdown {
  0% {
    stroke-dashoffset: 1;
  }
  100% {
    stroke-dashoffset: 269;
  }
}
.draw-game--lotto .add-to-cal {
  padding: 0 0 0 30px;
  color: #ffffff;
  font-size: 1.5rem;
  text-decoration: none;
  left: 3rem;
  position: relative;
}
.draw-game--lotto .add-to-cal::before {
  width: 25px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/sites/all/themes/custom/myasl_zen/images/lotto-promo/calendar.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
}
.draw-game--lotto .field-name-field-html .Lotto-game-promo {
  margin: 0 0 2rem;
}
.draw-game--lotto .paragraphs-item-two-column-region {
  max-width: 1165px;
  margin: 0 auto;
  padding: 1.5rem 0;
}
@media only screen and (min-width: 767px) {
  .draw-game--lotto .paragraphs-item-two-column-region > .content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
    grid-gap: 2rem;
  }
}
.draw-game--lotto .paragraphs-item-two-column-region > .content .paragraphs-items-field-left-side,
.draw-game--lotto .paragraphs-item-two-column-region > .content .paragraphs-items-field-right-side {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.draw-game--lotto .paragraphs-item-two-column-region > .content .paragraphs-items-field-left-side > .field-type-paragraphs,
.draw-game--lotto .paragraphs-item-two-column-region > .content .paragraphs-items-field-right-side > .field-type-paragraphs {
  position: relative;
  width: 100%;
}
.draw-game--lotto .paragraphs-item-two-column-region > .content .entity-paragraphs-item.paragraphs-item-text {
  padding: 0;
}
.draw-game--lotto .paragraphs-item-text-animation-cards {
  max-width: 450px;
  margin: 0 auto;
  padding: 2rem 0;
}
.draw-game--lotto .paragraphs-item-text-animation-cards .swiper-wrapper {
  max-width: 600px;
  max-height: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
}
.draw-game--lotto .swiper-cards {
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  width: 100%;
  max-width: 100%;
  max-height: 100vh;
  min-height: 0;
  min-width: 0;
}
.draw-game--lotto .swiper-wrapper {
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
}
.draw-game--lotto .animation-card {
  grid-row: 1/-1;
  grid-column: 1/-1;
  padding: 1.5rem;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  background-color: #ffffff;
  visibility: hidden;
}
.draw-game--lotto .animation-card > div {
  position: relative;
  z-index: 2;
}
.draw-game--lotto .animation-card .bg-angle {
  height: 89.5%;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem;
  z-index: 1;
}
.draw-game--lotto .animation-card--top {
  color: #0281ca;
}
.draw-game--lotto .animation-card--top .field-item > * {
  margin: 0;
  padding: 0 0 1rem;
}
.draw-game--lotto .animation-card--top h2 {
  font-size: 36px;
}
.draw-game--lotto .animation-card--top p {
  font-size: 1.25rem;
}
.draw-game--lotto .animation-card--top em {
  font-size: 0.95rem;
  color: #696f77;
}
.draw-game--lotto .animation-card--middle {
  position: relative;
  margin: auto 0;
}
.draw-game--lotto .animation-card--middle .svg-animation {
  width: 80%;
  margin: auto;
  padding: 1.5rem 0;
}
.draw-game--lotto .animation-card--bottom .card-nav-wrap {
  margin: 0 auto;
  width: calc(100% - 60px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0.25rem 0.7rem 0;
}
.draw-game--lotto .animation-card--bottom p {
  margin: 0;
  font-size: 1.2rem;
  position: relative;
}
.draw-game--lotto button.swiper-btn {
  width: 44px;
  border-radius: 10px;
  bottom: 0.9rem !important;
  top: unset !important;
  background: #75bc21;
  border: none;
}
.draw-game--lotto button.swiper-btn::before {
  position: absolute;
  height: 100%;
  width: 100px;
  content: "";
}
.draw-game--lotto button.swiper-btn::after {
  font-size: 1.2rem;
  color: #ffffff;
}
.draw-game--lotto .swiper-button-next::before {
  right: 100%;
}
.draw-game--lotto .swiper-button-prev::before {
  left: 100%;
}
.draw-game--lotto .swiper-slide-active {
  opacity: 1 !important;
}
.draw-game--lotto .swiper-button-disabled {
  opacity: 0 !important;
}
.draw-game--lotto .sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}
.draw-game--lotto .swiper-slide-active {
  visibility: visible !important;
}
.draw-game--lotto details > summary {
  list-style: none;
}
.draw-game--lotto details > summary::-webkit-details-marker {
  display: none;
}
.draw-game--lotto .two-col[data-extra=has-animation] {
  width: calc(100% + 25px);
  left: -12px;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  overflow-x: hidden;
}
.draw-game--lotto .two-col[data-extra=has-animation]::before {
  width: 100%;
  height: calc(50% + 10px);
  bottom: 0;
  right: 0;
  position: absolute;
  background-color: #0281ca;
  content: "";
  z-index: -1;
  background-image: url("/sites/all/themes/custom/myasl_zen/images/lotto-promo/badge.png");
  background-repeat: no-repeat;
  background-size: 65%;
  background-position: bottom right;
}
@media only screen and (min-width: 767px) {
  .draw-game--lotto .two-col[data-extra=has-animation]::before {
    width: 30%;
    height: 100%;
    top: 0;
    bottom: 0;
    background-size: contain;
  }
}
.draw-game--lotto .two-col[data-extra=has-animation] .paragraphs-items-field-left-side-full {
  background-color: #ffffff;
  padding: 0 35px;
}
.draw-game--lotto .paragraphs-items-field-cards-youtube-text-card {
  padding: 0 !important;
}
@media only screen and (min-width: 888px) {
  .draw-game--lotto .paragraphs-item-youtube-cards .paragraphs-items-field-cards .field-name-field-cards > .field-items {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media only screen and (min-width: 888px) {
  .draw-game--lotto .paragraphs-items-field-cards .field-name-field-cards > .field-items > .field-item {
    margin: 0 !important;
  }
}
@media only screen and (min-width: 767px) {
  .draw-game--lotto .paragraphs-item-youtube-cards .paragraphs-items-field-cards .field-name-field-cards > .field-items > .field-item {
    margin: 0 !important;
    box-shadow: none;
  }
}
.draw-game--lotto .field-name-field-wtw-title .field-item {
  padding: 0 0 1.5rem;
  font-size: 2.6rem;
  letter-spacing: 0.04rem !important;
  color: #0281ca;
  text-transform: uppercase;
  font-family: garage-gothic, sans-serif;
  line-height: 2.25rem;
}
.draw-game--lotto .paragraphs-item-ways-to-win {
  max-width: 1165px;
  margin: 0 auto;
  padding: 1.5rem 0;
}
.draw-game--lotto .paragraphs-item-ways-to-win-entry details {
  margin: 0 0 1.25rem;
  position: relative;
  background-color: #ffffff;
}
.draw-game--lotto .paragraphs-item-ways-to-win-entry details h3 {
  margin: 0;
  padding: 0.5rem 1rem;
  position: relative;
  background-color: #0281ca;
  color: #ffffff;
}
.draw-game--lotto .paragraphs-item-ways-to-win-entry details h3::after {
  width: 25px;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  right: 1rem;
  background-image: url("/sites/all/themes/custom/myasl_zen/images/arrow-w.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
@media only screen and (min-width: 767px) {
  .draw-game--lotto .paragraphs-item-ways-to-win-entry details h3::after {
    display: none;
    visibility: visible;
  }
}
.draw-game--lotto .paragraphs-item-ways-to-win-entry details[open=""] .lotto-title::after {
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
}
@media only screen and (min-width: 767px) {
  .draw-game--lotto .paragraphs-item-ways-to-win-entry summary > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
}
.draw-game--lotto .paragraphs-item-ways-to-win-entry .odds-circles,
.draw-game--lotto .paragraphs-item-ways-to-win-entry .match-odds {
  margin: 0 0.5rem;
  padding: 1rem 0;
}
@media only screen and (min-width: 767px) {
  .draw-game--lotto .paragraphs-item-ways-to-win-entry .odds-circles,
.draw-game--lotto .paragraphs-item-ways-to-win-entry .match-odds {
    margin: 0 1rem;
  }
}
.draw-game--lotto .paragraphs-item-ways-to-win-entry .odds-circles {
  display: -ms-grid;
  display: grid;
  -ms-flex-pack: start;
      justify-content: start;
  grid-auto-flow: column;
  -ms-flex-align: center;
      align-items: center;
  grid-gap: 0.25rem;
}
@media only screen and (min-width: 767px) {
  .draw-game--lotto .paragraphs-item-ways-to-win-entry .odds-circles {
    grid-gap: 0.5rem;
  }
}
.draw-game--lotto .paragraphs-item-ways-to-win-entry .odds-circles span {
  font-weight: bold;
  color: #0281ca;
  font-size: 1.25rem;
}
.draw-game--lotto .paragraphs-item-ways-to-win-entry .odds-circles .circle {
  width: 30px;
  height: 30px;
  display: inline-block;
  border: 2px solid #0281ca;
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .draw-game--lotto .paragraphs-item-ways-to-win-entry .odds-big {
    display: none;
  }
}
.draw-game--lotto .paragraphs-item-ways-to-win-entry .odds-big > p {
  border-top: none;
  display: block;
}
.draw-game--lotto .paragraphs-item-ways-to-win-entry .bonus-plus {
  position: relative;
  display: inline-block;
  color: #0281ca;
}
.draw-game--lotto .paragraphs-item-ways-to-win-entry .bonus-img {
  max-width: 50px;
}
.draw-game--lotto .paragraphs-item-ways-to-win-entry .win-amount {
  font-family: garage-gothic, sans-serif;
  font-size: 1.75rem !important;
  text-transform: uppercase;
}
.draw-game--lotto .paragraphs-item-ways-to-win-entry .match-odds {
  border-top: 2px solid #dc2940;
  font-weight: bold;
}
@media only screen and (min-width: 767px) {
  .draw-game--lotto .paragraphs-item-ways-to-win-entry .match-odds {
    display: none;
    visibility: visible;
  }
}
.draw-game--lotto .field-name-field-wtw-disclaimer {
  padding: 0 1rem;
}
.draw-game--lotto .field-name-field-wtw-disclaimer .field-item > * {
  margin: 0;
  padding: 0 0 0.75rem;
  color: #696f77;
}
.draw-game--lotto .paragraphs-item-ways-to-win-entry summary {
  display: block;
  border-bottom: none;
}
.draw-game--lotto .paragraphs-item-text {
  font-size: 1.5rem;
}
.draw-game--lotto .paragraphs-item-text h2 {
  font-size: 4rem;
}
.draw-game--lotto .entity.paragraphs-item-check-numbers {
  margin: 0 auto;
  width: min(100%, 960px);
}
.draw-game--lotto .entity.paragraphs-item-check-numbers .lottery-matcher .numbers {
  width: min(100%, 550px);
  margin-top: 1rem;
}
.draw-game--lotto .entity.paragraphs-item-check-numbers .lottery-matcher .numbers img {
  margin-top: 2rem;
  width: 150px;
}
.draw-game--lotto .entity.paragraphs-item-check-numbers .lottery-matcher .numbers .numbers-title {
  background-color: transparent;
  color: unset;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  padding-bottom: 0;
  text-transform: none;
}
.draw-game--lotto .entity.paragraphs-item-check-numbers .lottery-matcher .numbers .numbers-title + p {
  margin-top: 0;
  padding-top: 0;
}
.draw-game--lotto .entity.paragraphs-item-check-numbers .lottery-matcher .numbers .draw-game__numbers.section-flex.section-flex--around {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}
.draw-game--lotto .entity.paragraphs-item-check-numbers .lottery-matcher .numbers .draw-game__numbers + p {
  line-height: 0;
}
.draw-game--lotto .entity.paragraphs-item-check-numbers .lottery-matcher .tablesaw-advance {
  display: none;
}
.draw-game--lotto .entity.paragraphs-item-check-numbers .lottery-matcher table th {
  background-color: #ffffff;
  border-right: none;
  color: #0281ca;
  text-transform: uppercase;
}
.draw-game--lotto .entity.paragraphs-item-check-numbers .lottery-matcher table td {
  border-right: none;
}
.draw-game--lotto .entity.paragraphs-item-check-numbers .lottery-matcher table tbody tr {
  background-color: #e5f4fe;
}
.draw-game--lotto .entity.paragraphs-item-check-numbers .lottery-matcher table tbody tr:nth-child(2n+1) {
  background-color: #ffffff;
}
.draw-game--lotto .entity.paragraphs-item-check-numbers .lottery-matcher table tbody tr td:nth-child(2) {
  font-weight: bold;
}
.draw-game--lotto .entity.paragraphs-item-check-numbers .lottery-matcher .lottery-matcher-monthpicker-container {
  display: none;
}
.draw-game--lotto .entity.paragraphs-item-check-numbers .lottery-matcher #lottery-matcher-2,
.draw-game--lotto .entity.paragraphs-item-check-numbers .lottery-matcher #lottery-matcher-3,
.draw-game--lotto .entity.paragraphs-item-check-numbers .lottery-matcher #lottery-matcher-4,
.draw-game--lotto .entity.paragraphs-item-check-numbers .lottery-matcher #lottery-matcher-5 {
  display: none;
  margin-top: 0.5rem;
}
.draw-game--lotto .entity.paragraphs-item-check-numbers .lottery-matcher .lottery-matcher-form-container form[id^=lottery-matcher-form-] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
}
.draw-game--lotto .entity.paragraphs-item-check-numbers .lottery-matcher .lottery-matcher-form-container form[id^=lottery-matcher-form-] input {
  font-size: 3rem;
  height: 75px;
  text-align: center;
  width: 15%;
}
.draw-game--lotto .entity.paragraphs-item-check-numbers .lottery-matcher .add-row-link {
  margin: 0.5rem 0 0;
}
.draw-game--lotto .paragraphs-item-playslip {
  margin: 0 0 4.5em;
  border-top-width: 0.5rem;
  border-top-color: #ffffff;
  border-top-style: solid;
  background-color: #0281ca;
}
.draw-game--lotto .paragraphs-item-playslip .content {
  padding: 0 0 1.5rem;
}
@media (min-width: 888px) {
  .draw-game--lotto .paragraphs-item-playslip .content {
    padding: 1.5rem 0;
  }
}
@media (min-width: 888px) {
  .draw-game--lotto .paragraphs-item-playslip .content .field-name-field-playslip-image img {
    margin-top: -6rem;
  }
}
.draw-game--lotto .entity-paragraphs-item.paragraphs-item-youtube-video {
  width: calc(100% + 25px);
  max-width: none;
  padding: min(5vw, 5rem) 0.5rem;
  left: -12px;
  position: relative;
  background-color: #fecb00;
}
.draw-game--lotto .entity-paragraphs-item.paragraphs-item-youtube-video .content {
  margin: 0 auto;
  max-width: 750px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.75);
}
.draw-game--lotto .field-name-field-playslip-instr-title h2 {
  cursor: pointer;
}
.draw-game--lotto summary {
  cursor: pointer;
}
@media (min-width: 888px) {
  .draw-game--lotto .sgw-slide {
    padding: 2.5rem 0 1.5rem !important;
  }
}

.sgw-winners-map {
  display: -ms-flexbox;
  display: flex;
}
.sgw-winners-map .sgw-photo-wrap {
  padding-block: 0 !important;
  margin: auto;
}

.view-instant-games.view-display-id-page .view-header {
  margin-bottom: 2rem;
  text-align: center;
}
.view-instant-games.view-display-id-page .button {
  background: #0281ca;
  padding: 0.5rem 1rem;
  color: #ffffff;
  border: 1px solid transparent;
  border-radius: 5px;
  appearance: unset;
  -webkit-appearance: unset;
  margin-bottom: 1rem;
  margin-right: 0.5rem;
}
.view-instant-games.view-display-id-page .button:hover {
  color: #0281ca;
  background: #ffffff;
  border-color: #0281ca;
}
.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: #ffffff;
  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-press-releases-improved .view-content {
  position: relative;
}
@media (min-width: 888px) {
  .view-press-releases-improved .view-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
  @supports (display: grid) {
    .view-press-releases-improved .view-content {
      /* autoprefixer: off */
      display: grid;
      grid-template-columns: 31% 31% 31%;
      justify-content: space-between;
      grid-column-gap: 10px;
      /* autoprefixer: on */
    }
  }
}
.view-press-releases-improved .view-content .views-row {
  background-color: #ffffff;
  border-radius: 15px;
  margin-bottom: 2rem;
}
.view-press-releases-improved .view-content .views-row article {
  color: #0281ca;
}
.view-press-releases-improved .view-content .views-row article img {
  border-radius: 15px 15px 0 0;
  display: block;
}
.view-press-releases-improved .view-content .views-row article .paragraphs-item-text {
  padding: 0.75rem 1rem;
}
.view-press-releases-improved .view-content .views-row article .paragraphs-item-text h2 {
  font-size: 1.35rem;
  line-height: 1.35;
  margin: 0.5rem 0;
  text-transform: unset;
}
.view-press-releases-improved .view-content .views-row article .paragraphs-item-text h2 a {
  text-decoration: none;
}
.view-press-releases-improved .view-content .views-row article .paragraphs-item-text h2 a:link, .view-press-releases-improved .view-content .views-row article .paragraphs-item-text h2 a:visited, .view-press-releases-improved .view-content .views-row article .paragraphs-item-text h2 a:focus, .view-press-releases-improved .view-content .views-row article .paragraphs-item-text h2 a:hover, .view-press-releases-improved .view-content .views-row article .paragraphs-item-text h2 a:active {
  color: #0281ca;
}

.view-winners.view-display-id-block {
  margin-bottom: 3rem;
  margin-top: 3rem;
  position: relative;
  z-index: 1;
  font-family: garage-gothic, 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: 2rem;
  letter-spacing: 0.05rem;
  margin-top: -6px;
  font-style: italic;
  margin-bottom: 0.5rem;
}
.view-winners.view-display-id-block .field-name-field-game {
  font-size: 2rem;
}
.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: 0.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: #ffffff;
  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: #ffffff;
  background: #f37421;
  -moz-appearance: unset;
  -webkit-appearance: unset;
  padding: 1rem;
  border: 2px solid #ffffff;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
  transition: background 0.3s, color 0.3s;
  letter-spacing: 1px;
}
.view-winners.view-display-id-block .button:hover {
  background: #ffffff;
  border-color: #f37421;
  color: #f37421;
  transition: background 0.3s, color 0.3s;
}
.view-winners.view-display-id-block::before {
  font-size: 2rem;
  content: "#ThisIsWinning";
  display: block;
  font-weight: bold;
  font-family: garage-gothic, sans-serif;
  padding: 1rem;
  text-align: center;
  background: #0080D1;
  color: #ffffff;
}

.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: #ffffff;
  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: #000000;
}
.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: #ffffff;
  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: #ffffff;
}
.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: #ffffff;
  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: #ffffff;
}
.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: #ffffff;
}
.lottery-matcher .video-playback-link {
  text-decoration: none;
  box-shadow: 0 2px 0 0 rgb(220, 227, 235);
}
.lottery-matcher .numbers {
  position: relative;
  z-index: 1;
  background: #ffffff;
  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: #ffffff;
  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: 0.125rem;
  border-radius: 4px;
}
.lottery-matcher button,
.lottery-matcher-monthpicker-container button,
.lottery-matcher-datepicker-container button {
  background-color: #0281ca;
  border-radius: 3px;
  border: none;
  color: #ffffff;
  font-family: garage-gothic, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  height: 40px;
  letter-spacing: 0.5px;
  margin-right: 6px;
  padding: 0 2rem;
  text-transform: uppercase;
}
.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: #ffffff;
  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: #ffffff;
  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: #ffffff;
  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: #ffffff;
  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: 0.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: #ffffff;
  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: #ffffff;
  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: #ffffff;
}
.retailer-navigation .region-navigation .sf-menu > li > a {
  color: #ffffff;
}
.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: #ffffff;
}
@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: #ffffff;
}
.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: #ffffff;
}
.retailer-navigation .menu-name-menu-secondary-nav ul.menu .menu__item a.fa {
  border-color: #ffffff;
  color: #ffffff;
}
/*# sourceMappingURL=styles.css.map */
.draw-game--lotto.view-mode-slideshow_hero .draw-game-header {
  z-index: 2;
}

.draw-game--lotto.view-mode-slideshow_hero .draw-game-header .field-type-image,
.draw-game--lotto.view-mode-slideshow_hero .draw-game-header .field-name-field-bg-mobile-image {
  z-index: 2;
}

.draw-game--lotto.view-mode-slideshow_hero .draw-game-header .section-flex--between {
  z-index: 3;
}

.draw-game--lotto.view-mode-slideshow_hero .draw-game-header::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url("/sites/all/themes/custom/myasl_zen/images/lotto-promo/lotto-o.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  content: '';
  z-index: 3;
}