.row_star_signs {
  padding: 0 20px;
  max-width: 375px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  display: inline-block;
}

.row_star_signs:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 33.33%;
}

.star_signs img {
  width: 100%;
  padding: 0px 15px 7px 15px;
}

button {
  background: transparent;
  border: none;
}

.star_signs p {
  font-size: 14px;
  font-weight: bold;
  color: #363636;
}

.footer_sticky_aries,
.footer_sticky_taurus,
.footer_sticky_gemini,
.footer_sticky_cancer,
.footer_sticky_leo,
.footer_sticky_virgo,
.footer_sticky_libra,
.footer_sticky_scorpio,
.footer_sticky_sagittarius,
.footer_sticky_capricorn,
.footer_sticky_aquarius,
.footer_sticky_pisces {
  position: sticky;
  bottom: 0;
  background-color: #fff;
  height: 100px;
  text-align: center;
  display: none;
}

.star_sign_cta a {
  background-color: #632397;
  color: #fff !important;
  font-weight: bold;
  border-radius: 4px;
  padding: 18px 40px;
}

.star_sign_cta {
  position: relative;
  top: 40%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  animation: pulse 1s infinite;
}

button:focus {
  outline: none;
}

.section_divider {
  background-color: #f6f6f6;
  padding: 13px 20px 10px 20px;
  display: inline-block;
  margin: 10px 0 10px 0;
}

.full_width {
  margin: 10px -9999rem;
  padding: 13px 9999rem 10px 9999rem;
  background: #f6f6f6;
  display: inline-block;
}

.menu_logo {
  width: 100px;
}

.selected_star_sign img {
  width: 100px;
}

.selected_star_sign p {
  font-weight: bold;
  color: #363636;
  font-size: 16px;
}

.divider_grey {
  background-color: #f6f6f6;
  padding: 30px 0 20px 0;
  margin: 20px 0 60px 0;
}

.secondary_cta a {
  border: 3px solid #632397;
  color: #632397 !important;
  font-weight: bold;
  border-radius: 4px;
  padding: 18px 40px;
  display: inline-block;
  margin-bottom: 10px;
}

img.hero {
  width: 70% !important;
}

.blurb {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.blurb img {
  height: 90px;
}

.home_section {
  background-color: #f6f6f6;
  margin-bottom: 60px;
  margin-top: 30px;
}

.latest_results img {
  width: 180px;
  height: 100%;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
  }

  70% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.95);
  }
}

.container-fluids {
  /* width: 920px;*/
  text-align: center;
  padding-right: 0px;
  padding-left: 0px;
  margin: 0px auto;
}

html {
  overflow-x: clip;
}

body {
  font-family: "Open Sans", sans-serif;
  overflow-x: clip;
}

h1 {
  font-family: "Anton", sans-serif;
  font-weight: 900;
}

a:hover {
  text-decoration: none;
}

.results b {
  text-transform: uppercase;
}

.header {
  background-image: url("../img/header.jpg");
  height: 210px;
  background-size: cover;
  background-position: bottom center;
  width: 100%;
  background-repeat: no-repeat;
}

.syndicate_logo {
  text-align: center;
}

.syndicate_logo img {
  margin-top: -95px !important;
  width: 225px;
}

.main_heading {
  font-size: 45px;
  font-weight: 900;
  color: #363636;
}

.date {
  color: #8e8e8e;
  margin-bottom: 15px;
}

.results {
  margin-bottom: 20px;
}

.results .ball {
  display: inline-block;
  border-radius: 50%;
  background-color: #391858;
  color: #fff;
  width: 57px;
  height: 57px;
  margin: 0 8px 0 0;
  text-align: center;
}

.results .bonus_ball {
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  width: 57px;
  height: 57px;
  margin: 0 5px 0 0;
  text-align: center;
  background-image: linear-gradient(#fbd178, #eca634);
}

.results .ball,
.results .bonus_ball {
  font-weight: bold;
  font-size: 28px;
}

.results .results_line {
  line-height: 53px;
  margin-top: 7px;
}

.results .plus {
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  line-height: 57px;
  text-align: center;
  padding: 0 8px;
}

.ticketpool_section .plus {
  display: inline-block;
  padding: 0 2px;
}

.ticketpool_section {
  background-color: #f6f6f6;
  padding: 40px 10px;
  margin-bottom: 60px;
}

#ticketpool {
  column-count: 2;
  padding-left: 0;
}

#ticketpool .results_line {
  line-height: 30px;
  margin-right: 20px;
  margin-left: 20px;
}

#ticketpool .ball {
  font-size: 14px;
  display: inline-block;
  border-radius: 50%;
  background-color: #391858;
  color: #fff;
  width: 30px;
  height: 30px;
  margin: 0 5px 0 0;
  text-align: center;
  font-weight: bold;
}

#ticketpool .bonus_ball {
  font-size: 14px;
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  width: 30px;
  height: 30px;
  margin: 0 5px 0 0;
  text-align: center;
  font-weight: bold;
  background-image: linear-gradient(#fbd178, #eca634);
}

#ticketpool li {
  padding-top: 15px;
}

.list {
  display: grid;
  grid-auto-flow: column;
  gap: 4px;
  align-items: center;
  justify-items: center;
}

.col-sm-12.col-md-12.text-center {
  font-size: 13px;
  padding: 0 10px 50px 10px;
}

.sub_title {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #363636;
}

p {
  margin-bottom: 0;
}

.ticketpool_section b {
  color: #575757;
}

.col-sm-pull-12.col-md-pull-12.col-12.col .results {
  margin-bottom: 0px;
}

@media (max-width: 515px) {
  .container-fluid {
    width: 100%;
  }
  .syndicate_logo img {
    margin-top: -95px !important;
    width: 185px;
  }
  .header {
    height: 140px;
  }
  .main_heading {
    font-size: 35px;
  }
  .sub_title {
    font-size: 20px;
  }
  .results .ball,
  .results .bonus_ball {
    font-size: 22px;
    width: 42px;
    height: 42px;
    margin: 0 2px 0 0;
  }
  .results .plus {
    font-size: 20px;
    padding: 0 0;
  }
  .results .results_line {
    line-height: 42px;
  }
  #ticketpool {
    column-count: 1;
  }
  #ticketpool .results_line {
    margin-right: 0;
    margin-left: 20px;
  }
  .col-sm-12.col-md-12.text-center {
    font-size: 11px;
    padding: 0 20px 50px 20px;
  }

  .ticketpool_section .plus {
    display: inline-block;
    padding: 0 4px 0 0;
  }
  .ticketpool_section b {
    font-size: 14px;
  }
  .column_home {
    height: 180px;
  }
  .results .blurb {
    top: 42%;
  }
  .home_section {
    margin-top: 15px;
  }
}

@media (max-width: 767px) and (min-width: 516px) {
  .container-fluid {
    width: 100%;
  }
  #ticketpool .ball,
  #ticketpool .bonus_ball {
    font-size: 14px;
    width: 27px;
    height: 27px;
    margin: 0 2px 0 0;
  }
  #ticketpool .results_line {
    line-height: 25px;
    margin-right: 10px;
    margin-left: 25px;
  }
  .ticketpool_section .plus {
    padding: 0 0;
  }
  #ticketpool .ball,
  #ticketpool .bonus_ball {
    margin: 0 0 0 0;
  }
  .ticketpool_section ol {
    font-size: 13px;
  }
  .column_home {
    height: 180px;
  }
  .results .blurb {
    top: 42%;
  }
  .home_section {
    margin-top: 15px;
  }
}

@media (max-width: 959px) and (min-width: 768px) {
  .container-fluid {
    width: 100%;
  }

  .row_star_signs {
    max-width: 100%;
    background-color: #f6f6f6;
    padding: 50px 0;
  }

  .column {
    float: left;
    width: 16.66%;
  }

  .full_width {
    margin: unset;
    padding: unset;
    background: #fff;
    display: unset;
  }
  img.hero {
    width: 40% !important;
  }
  .column_home {
    height: 180px;
  }
  .results .blurb {
    top: 42%;
  }
  .home_section {
    margin-top: 15px;
  }
}

@media (max-width: 1239px) and (min-width: 960px) {
  .container-fluid {
    -webkit-box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.1);
  }

  .row_star_signs {
    max-width: 100%;
    background-color: #f6f6f6;
    padding: 50px 50px;
  }

  .column {
    float: left;
    width: 16.66%;
  }

  .full_width {
    margin: unset;
    padding: unset;
    background: #fff;
    display: unset;
  }
  img.hero {
    width: 40% !important;
  }
  .column_home {
    width: 33.33%;
    float: left;
    height: 185px;
  }
  .home_section {
    height: 185px;
  }
  .home_section .sub_title {
    font-size: 18px;
  }
}

@media (min-width: 1240px) {
  .container-fluid {
    -webkit-box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.1);
  }

  .row_star_signs {
    max-width: 100%;
    background-color: #f6f6f6;
    padding: 50px 50px;
  }

  .column {
    float: left;
    width: 16.66%;
  }

  .full_width {
    margin: unset;
    padding: unset;
    background: #fff;
    display: unset;
  }
  .star_signs img {
    padding: 0px 22px 7px 22px;
  }
  img.hero {
    width: 40% !important;
  }
  .column_home {
    width: 33.33%;
    float: left;
    height: 185px;
  }

  .home_section {
    height: 185px;
  }
  .home_section .sub_title {
    font-size: 18px;
  }
}

.container {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 40%;
  left: 0;
  margin: 0 auto;
  font-family: "Varela Round", sans-serif;
}
.container p {
  font-size: 20px;
}
.container a {
  display: inline-block;
  position: relative;
  text-align: center;
  color: #1abc9c;
  text-decoration: none;
  font-size: 20px;
  overflow: hidden;
  top: 5px;
}
.container a:after {
  content: "";
  position: absolute;
  background: #1abc9c;
  height: 2px;
  width: 0%;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  transition: 0.35s ease;
}
.container a:hover:after,
.container a:focus:after,
.container a:active:after {
  width: 100%;
}

.button_container {
  position: relative;
  float: right;
  top: 15px;
  right: 120px;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
}
.button_container:hover {
  opacity: 0.7;
}
.button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #fff;
}
.button_container.active .middle {
  opacity: 0;
  background: #fff;
}
.button_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #fff;
}
.button_container span {
  background: #fff;
  border: none;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}

.overlay {
  position: fixed;
  background: #ffffff;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
}
.overlay.open {
  opacity: 0.95;
  visibility: visible;
  height: 100%;
  z-index: 1;
}
.overlay.open li {
  animation: fadeInRight 0.5s ease forwards;
  animation-delay: 0.35s;
}
.overlay.open li:nth-of-type(2) {
  animation-delay: 0.4s;
}
.overlay.open li:nth-of-type(3) {
  animation-delay: 0.45s;
}
.overlay.open li:nth-of-type(4) {
  animation-delay: 0.5s;
}
.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay ul li {
  display: block;
  height: calc(100% / 7);
  min-height: 70px;
  position: relative;
  opacity: 0;
}
.overlay ul li a {
  display: block;
  position: relative;
  color: #474747;
  text-decoration: none;
  overflow: hidden;
}
.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
  width: 100%;
}
.overlay ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 3px;
  background: #fff;
  transition: 0.35s;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

.button_container.active .top,
.button_container.active .bottom {
  background-color: #474747;
}

h1,
h2,
h3 {
  font-family: "Anton", sans-serif;
  color: #171717;
  margin: 10px 0;
}

p,
a,
h4,
h5 {
  font-family: "Open Sans", sans-serif;
  line-height: 1.2;
  margin: 10px 0;
}

p {
  color: #171717;
}

a {
  text-decoration: none !important;
}

.divider img {
  display: block !important;
}

.logo img {
  width: 210px;
  margin-top: 40px;
}

.main_content {
  background-repeat: no-repeat;
  background-position: top center;
  padding: 0 15px;
  max-width: 1240px;
  margin: 0px auto;
}

.logo {
  text-align: center;
}

body {
  max-width: 1240px;
  margin: 0 auto;
}

.hero_img img {
  width: 460px;
}

.CTA {
  width: 238px;

  height: 64px;
  background-color: #632397;
  display: inline-flex;
  align-items: center;
  color: #fff;
  justify-content: space-around;
  border-radius: 10px;
  font-size: 24px;
  margin-top: 15px;
}

.numbered_list {
  background-color: #391858;
  padding: 30px 0 60px 0;
}

.numbered_list h3 {
  color: #ebbc24;
  font-size: 30px;
}

.numbered_list h3,
.numbered_list h4 {
  display: inline;
  margin-bottom: 0;
}

.numbered_list h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}

.numbered_list p {
  color: #ffffff;
  font-size: 15px;
  margin-top: 0;
}

.step_1,
.step_2,
.step_3 {
  margin: 0 0 30px 0;
  position: relative;
  width: 33%;
}

.numbered_list h2 {
  color: #ffffff;
  font-size: 29px;
}

footer {
  background-color: #292929;
  text-align: center;
  padding: 0 0 30px 0;
}

footer p {
  font-size: 13px;
  color: #fff;
}

.footer_logo img {
  width: 82px;
  margin-top: -20px;
  z-index: 9999999 !important;
  position: relative;
}

.numbered_list_wrap {
  padding: 0 30px;
}

.centered .feature_section {
  text-align: center;
}

.template .CTA {
  font-size: 22px;
}

@media (max-width: 515px) {
  .logo img {
    width: 140px;
    margin-top: 30px;
  }

  .hero_img img {
    width: 100%;
  }
  h1 {
    font-size: 41px;
  }
  p {
    font-size: 20px;
  }
  .text_cta {
    text-align: center;
  }

  .hero_img {
    margin-top: 30px;
    margin-bottom: 35px;
  }
  .divider img {
    width: 100%;
  }
  .divider {
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%);
  }
  .numbered_list {
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%);
  }

  footer {
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%);
  }
  .centered .feature_section {
    margin-bottom: 90px;
  }
  .icon {
    margin-top: 40px;
  }
}

@media (max-width: 767px) and (min-width: 516px) {
  .logo img {
    width: 180px;
    margin-top: 30px;
  }
  .hero_img img {
    width: 450px;
  }
  h1 {
    font-size: 41px;
  }
  p {
    font-size: 20px;
  }
  .text_cta {
    text-align: center;
  }

  .hero_img {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 35px;
  }
  .divider {
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%);
  }
  .numbered_list {
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%);
  }
  footer {
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%);
  }
  .numbered_list_wrap {
    padding: 0 40px;
  }
  .centered .feature_section {
    padding-bottom: 100px;
  }
  .centered .text_cta {
    width: 400px;
    margin: 0 auto;
  }
  .icon {
    margin-top: 50px;
  }
}

@media (max-width: 959px) and (min-width: 768px) {
  .text_cta {
    text-align: center;
  }
  .hero_img {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 35px;
  }
  .divider {
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%);
  }
  .numbered_list {
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%);
  }
  footer {
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%);
  }
  .columns {
    column-count: 3;
  }
  .step_1,
  .step_2,
  .step_3 {
    position: relative;
    width: 33%;
    padding-right: 15px;
  }
  .centered .feature_section {
    padding-bottom: 150px;
  }
  .centered .text_cta {
    width: 400px;
    margin: 0 auto;
  }
  .icon {
    margin-top: 50px;
  }
  p {
    font-size: 25px;
  }
}

@media (max-width: 1239px) and (min-width: 960px) {
  .feature_section {
    display: flex;
    margin-top: 40px;
    padding: 0 100px;
    align-items: center;
    margin-bottom: 30px;
  }
  .divider {
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%);
  }
  .numbered_list {
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%);
  }
  footer {
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%);
  }
  .columns {
    column-count: 3;
  }
  .step_1,
  .step_2,
  .step_3 {
    padding-right: 15px;
  }
  .main_content {
    padding: 0;
  }
  .centered .feature_section {
    display: block;
    padding-bottom: 150px;
  }
  .centered .text_cta {
    width: 400px;
    margin: 0 auto;
  }
  p {
    font-size: 25px;
  }
}

@media (min-width: 1240px) {
  .feature_section {
    display: flex;
    margin-top: 40px;
    padding: 0 100px;
    align-items: center;
    margin-bottom: 30px;
  }

  h1 {
    font-size: 46px;
  }
  p {
    font-size: 25px;
  }
  .columns {
    column-count: 3;
  }
  .step_1,
  .step_2,
  .step_3 {
    padding-right: 15px;
  }
  .main_content {
    padding: 0;
  }
  .centered .feature_section {
    margin-bottom: 150px;
  }
  .centered .text_cta {
    width: 400px;
    margin: 0 auto;
  }
}
