/* ----------- Mixins ----------- */
/* ----------- Flex Grid ----------- */
@import url("//fonts.googleapis.com/css2?family=Libre+Franklin:wght@600&display=swap");
.flex-container-fluid {
  padding-left: 10px;
  padding-right: 10px;
}

.flex-row {
  /* will apply equal heights to flex items */
  align-items: stretch;
  /* horizontal alignment of flex items (default value can be omitted) */
  flex-direction: row;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
  justify-content: center;
}

[class^=flex-col-] {
  padding-left: 10px;
  padding-right: 10px;
  /* vertical alignment of flex items */
  flex-direction: column;
  /* center flex items vertically */
  justify-content: center;
  /* center flex items horizontally */
  align-items: center;
}

.flex-col-1 {
  width: 8.33333333%;
}

.flex-col-2 {
  width: 16.66666667%;
}

.flex-col-3 {
  width: 25%;
}

.flex-col-4 {
  width: 33.33333333%;
}

.flex-col-5 {
  width: 41.66666667%;
}

.flex-col-6 {
  width: 50%;
}

.flex-col-7 {
  width: 58.33333333%;
}

.flex-col-8 {
  width: 66.66666667%;
}

.flex-col-9 {
  width: 75%;
}

.flex-col-10 {
  width: 83.33333333%;
}

.flex-col-11 {
  width: 91.66666667%;
}

.flex-col-12 {
  width: 100%;
}

@media (min-width: 768px) {
  .flex-col-sm-1 {
    width: 8.33333333%;
  }
  .flex-col-sm-2 {
    width: 16.66666667%;
  }
  .flex-col-sm-3 {
    width: 25%;
  }
  .flex-col-sm-4 {
    width: 33.33333333%;
  }
  .flex-col-sm-5 {
    width: 41.66666667%;
  }
  .flex-col-sm-6 {
    width: 50%;
  }
  .flex-col-sm-7 {
    width: 58.33333333%;
  }
  .flex-col-sm-8 {
    width: 66.66666667%;
  }
  .flex-col-sm-9 {
    width: 75%;
  }
  .flex-col-sm-10 {
    width: 83.33333333%;
  }
  .flex-col-sm-11 {
    width: 91.66666667%;
  }
  .flex-col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .flex-col-md-1 {
    width: 8.33333333%;
  }
  .flex-col-md-2 {
    width: 16.66666667%;
  }
  .flex-col-md-3 {
    width: 25%;
  }
  .flex-col-md-4 {
    width: 33.33333333%;
  }
  .flex-col-md-5 {
    width: 41.66666667%;
  }
  .flex-col-md-6 {
    width: 50%;
  }
  .flex-col-md-7 {
    width: 58.33333333%;
  }
  .flex-col-md-8 {
    width: 66.66666667%;
  }
  .flex-col-md-9 {
    width: 75%;
  }
  .flex-col-md-10 {
    width: 83.33333333%;
  }
  .flex-col-md-11 {
    width: 91.66666667%;
  }
  .flex-col-md-12 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .flex-col-lg-1 {
    width: 8.33333333%;
  }
  .flex-col-lg-2 {
    width: 16.66666667%;
  }
  .flex-col-lg-3 {
    width: 25%;
  }
  .flex-col-lg-4 {
    width: 33.33333333%;
  }
  .flex-col-lg-5 {
    width: 41.66666667%;
  }
  .flex-col-lg-6 {
    width: 50%;
  }
  .flex-col-lg-7 {
    width: 58.33333333%;
  }
  .flex-col-lg-8 {
    width: 66.66666667%;
  }
  .flex-col-lg-9 {
    width: 75%;
  }
  .flex-col-lg-10 {
    width: 83.33333333%;
  }
  .flex-col-lg-11 {
    width: 91.66666667%;
  }
  .flex-col-lg-12 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  [class^=flex-col-] {
    width: 100%;
  }
  .flex-col-xs-1 {
    width: 8.33333333%;
  }
  .flex-col-xs-2 {
    width: 16.66666667%;
  }
  .flex-col-xs-3 {
    width: 25%;
  }
  .flex-col-xs-4 {
    width: 33.33333333%;
  }
  .flex-col-xs-5 {
    width: 41.66666667%;
  }
  .flex-col-xs-6 {
    width: 50%;
  }
  .flex-col-xs-7 {
    width: 58.33333333%;
  }
  .flex-col-xs-8 {
    width: 66.66666667%;
  }
  .flex-col-xs-9 {
    width: 75%;
  }
  .flex-col-xs-10 {
    width: 83.33333333%;
  }
  .flex-col-xs-11 {
    width: 91.66666667%;
  }
  .flex-col-xs-12 {
    width: 100%;
  }
}
.full-height {
  height: 100%;
}

.flex-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.height-100 {
  height: 100%;
}

.flex-pull-left {
  margin-left: 0;
  margin-right: auto;
}

.flex-pull-right {
  margin-left: auto;
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  /* .flex-col-3
  *  width: 50%
  *  margin-bottom: $flex-padding*2 */
}
@media screen and (max-width: 767px) {
  /* [class^='flex-col-']
  *  width: 100%
  *  margin-bottom: $flex-padding*2 */
}
/* ----------- Fonts and typography ----------- */
.gritter-close:before,
.sidebar-nav .accordion-toggle[data-toggle]:before,
[class^=icon-],
[class*=" icon-"] {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

body {
  font-family: "din-condensed", sans-serif;
  color: #222222;
  font-weight: 300;
}

h1 {
  color: #222222;
  font-size: 35px;
  text-align: center;
  font-weight: 700;
  margin: 0.5em 0 1em;
  text-transform: uppercase;
}

p {
  font-size: 18px;
}

.uppercase {
  text-transform: uppercase;
}

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

.semi-bold {
  font-weight: 600 !important;
}

a {
  color: #1d4694;
}
a:hover {
  color: #1d4694;
}

/* ----------- Main ----------- */
html {
  min-height: 100%;
  position: relative;
}

body {
  font-size: 16px;
  line-height: 1.75;
  min-width: 320px;
  max-width: 1920px;
  margin: auto;
  overflow-x: hidden;
  opacity: 1;
  background-color: #fff;
}

#bodywrapper {
  max-width: 1140px;
  margin: 0 auto;
  background-color: #00B2E3;
}

#dvBodyContainer.container {
  width: 100% !important;
}

.bg-body {
  width: 100%;
}

.content-wrapper,
#divMainContainer {
  overflow: visible;
}

.img-responsive {
  display: inline-block;
}

.page-home-customerlogin .form-login-container {
  margin-bottom: 30px;
}
.page-home-customerlogin .form-login-container .form-group {
  margin-bottom: 15px;
}
.page-home-customerlogin #dvBodyContainer {
  min-height: 75vh;
}

@media (max-width: 1200px) {
  .footer-container .container {
    width: 100%;
  }
}
.btn {
  border-radius: 0;
  border: 0;
  padding: 11px 12px;
  line-height: 1;
  font-family: "bebas-neue", sans-serif;
}

.btn-primary {
  background-color: #1d4694;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  padding: 7px 35px;
}
.btn-primary {
  font-size: 24px;
}
@media screen and (min-width: 992px) {
  .btn-primary {
    font-size: calc(24px + 4 * (100vw - 992px) / 928);
  }
}
@media screen and (min-width: 1920px) {
  .btn-primary {
    font-size: 28px;
  }
}
.btn-primary:hover, .btn-primary.active, .btn-primary:focus, .btn-primary:active,
.btn-primary .open > .dropdown-toggle.btn-primary {
  background-color: rgb(33.1779661017, 80.0847457627, 169.3220338983) !important;
  outline: 0;
}

.btn-info {
  background-color: #52575a;
  color: #222222;
  border-radius: 5px;
}
.btn-info:hover, .btn-info:active, .btn-info:focus {
  background-color: #1d4694;
}

.page-title h1 {
  font-family: "bebas-neue", sans-serif;
  color: #1d4694;
  font-weight: 400;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.page-title h1 {
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  .page-title h1 {
    font-size: calc(28px + 17 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .page-title h1 {
    font-size: 45px;
  }
}
.page-title ~ .container {
  min-height: 500px;
}

.page-slogan {
  text-align: center;
}
.page-slogan {
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .page-slogan {
    font-size: calc(22px + 10 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .page-slogan {
    font-size: 32px;
  }
}

@media screen and (max-width: 992px) {
  body.page-contest-spintest .content-inner {
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  #dvBodyContainer.container {
    padding-left: 15px;
    padding-right: 15px;
  }
  #dvBodyContainer > div {
    margin: auto 0;
  }
  .prizes-background {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .prizes-background .members-badge {
    width: 50px;
    top: -40px;
    left: 5px;
  }
  .prizes-background h3 {
    font-size: 18px;
  }
  .page-title ~ .container {
    min-height: 400px;
  }
}
/* ----------- Header ----------- */
body:not(.page-home-countdown) .logo img {
  position: relative;
  margin-left: -25px;
  margin-right: -25px;
  max-width: calc(100% + 50px);
  width: calc(100% + 50px);
}

.how-to-play {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.42);
  padding-top: 25px;
  padding-bottom: 40px;
}

#dvHeader .container {
  padding: 0;
  width: 100%;
}

.header {
  position: relative;
  display: flex;
  border-bottom: 10px solid #fff;
}
.header .navbar-inverse {
  background-color: transparent;
  border: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 35px;
  z-index: 1;
  order: 2;
  width: 100px;
  padding-right: 15px;
}
.header .flex-container-fluid {
  flex-basis: 100%;
  order: 1;
}

body:not(.page-admin) #rightnav li:not(.header-share) {
  display: none;
}

.header-share .contestant-share-container,
.footer-share .contestant-share-container {
  display: flex;
}
.header-share .contestant-share-container a:nth-of-type(1),
.footer-share .contestant-share-container a:nth-of-type(1) {
  order: 2;
}
.header-share .contestant-share-container a:nth-of-type(2),
.footer-share .contestant-share-container a:nth-of-type(2) {
  order: 1;
}
.header-share .social-icon-instagram,
.footer-share .social-icon-instagram {
  -webkit-mask-image: url(images/Instagram-header.svg);
  mask-image: url(images/Instagram-header.svg);
}
.header-share .social-icon-facebook,
.footer-share .social-icon-facebook {
  -webkit-mask-image: url(images/Facebook-header.svg);
  mask-image: url(images/Facebook-header.svg);
}
.header-share .social-icon-instagram,
.header-share .social-icon-facebook,
.footer-share .social-icon-instagram,
.footer-share .social-icon-facebook {
  background-color: #fff;
  width: 43px;
  height: 43px;
  display: inline-block;
  transition: all 0.15s linear 0s;
}
.header-share .social-icon-instagram:hover,
.header-share .social-icon-facebook:hover,
.footer-share .social-icon-instagram:hover,
.footer-share .social-icon-facebook:hover {
  background-color: #1e4793;
}

.logo-container {
  padding: 1em 0;
  text-align: center;
  display: none !important;
}

.logo-container a,
.header-giveaway a {
  text-align: center;
  width: 100%;
}
.logo-container img,
.header-giveaway img {
  max-height: 160px;
}

.header-giveaway {
  padding: 20px 0;
  width: 100%;
}

.navbar {
  margin-bottom: 0;
}

.navbar-default {
  background-color: transparent;
  border: 0;
}

.navbar-container {
  align-self: center;
}

.nominate-btn p,
.winners-btn p {
  color: #00b0e1;
  font-family: "bebas-neue", sans-serif;
  margin-bottom: 0;
}
.nominate-btn p,
.winners-btn p {
  font-size: 26px;
}
@media screen and (min-width: 768px) {
  .nominate-btn p,
  .winners-btn p {
    font-size: calc(26px + 6 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .nominate-btn p,
  .winners-btn p {
    font-size: 32px;
  }
}
.nominate-btn:hover p,
.winners-btn:hover p {
  color: #1e4793;
}

.logo-container,
.header-giveaway {
  display: flex;
}

@media screen and (max-width: 992px) {
  body:not(.page-home-countdown) .logo img {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .navbar-right {
    float: right !important;
    margin-right: 0;
  }
  .header .navbar-inverse {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .header-giveaway img {
    max-height: 20vw;
  }
  .how-to-play {
    padding-bottom: 30px;
  }
  .navbar-header button {
    float: right;
  }
  .navbar-container {
    align-self: flex-start;
    padding-top: 20px;
    display: none;
  }
  .navbar-default .navbar-toggle {
    border: 0;
    border-radius: 0 !important;
    background-color: transparent;
    width: 52px;
    height: 52px;
    padding: 10px 0;
    top: 0;
  }
  .navbar-toggle .icon-bar {
    width: 32px;
    height: 5px;
  }
  .navbar-toggle:not(.collapsed) {
    position: fixed;
    right: 10px;
    top: 20px;
  }
  button.navbar-toggle,
  button.navbar-toggle:hover,
  button.navbar-toggle:focus {
    width: 52px;
    height: 52px;
    padding: 10px 0;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: rgba(37, 42, 51, 0);
  }
  .navbar-default .navbar-toggle:not(.collapsed) .icon-bar {
    background-color: #252a33;
    transform: translate3d(10px, 0, 0);
  }
  .navbar-default .navbar-toggle.collapsed .icon-bar,
  .navbar-default .navbar-toggle:not(.collapsed) .icon-bar {
    transition: all 0.2s ease-in-out 0s;
    transform: translate3d(10px, 0, 0);
  }
  .navbar-default .navbar-toggle.collapsed .icon-bar {
    background-color: #00b0e1;
    height: 5px;
  }
  .navbar-default .navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(2) {
    transform: translate3d(10px, 0, 0) rotate(-45deg);
    transform-origin: 29px 9px;
  }
  .navbar-default .navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(3) {
    opacity: 0;
  }
  .navbar-default .navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(4) {
    transform: translate3d(10px, 0, 0) rotate(45deg);
    transform-origin: 23px -2px;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border: 0;
    background-color: #00b0e1;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 3%;
    height: 100vh !important;
    position: fixed;
    top: 0;
    right: -120px;
    padding: 80px 60px 40px;
    transition: width 0.25s ease-out 0s, right 0.25s ease-out 0s;
    display: block;
    z-index: 1;
  }
  #divMainMenu.navbar-collapse.collapsing, #divMainMenu.navbar-collapse.collapse.in {
    width: 50%;
    display: block;
    right: -15px;
  }
  #divMainMenu.navbar-collapse.collapse.in {
    padding: 80px 60px 40px;
  }
  #divMainMenu.navbar-collapse.collapse {
    display: block;
  }
  .navbar-header {
    position: relative;
    z-index: 2;
  }
  .nominate-btn,
  .winners-btn {
    padding: 20px 0 !important;
  }
  .nominate-btn p,
  .winners-btn p {
    color: #3B3A36;
    font-size: 32px;
  }
  .nominate-btn:hover p,
  .winners-btn:hover p {
    color: #fff;
  }
  .header-share .social-icon-instagram,
  .header-share .social-icon-facebook {
    width: 36px;
    height: 36px;
  }
}
/* ----------- Footer ----------- */
footer {
  width: 100%;
  background-color: #00B2E3;
  padding: 30px 30px 30px;
  color: #fff;
}
footer .list-inline {
  margin-bottom: 0;
}
footer .poweredby {
  text-align: right;
  padding: 0 15px 0;
}
footer .poweredby img {
  display: inline-block;
}
footer hr {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin-left: -10px;
  margin-right: -10px;
}
footer #footer-links {
  padding: 0 15px;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
footer #footer-links a {
  color: #fff;
  font-size: 12px;
}
footer #footer-links a:hover {
  color: #1d4694;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #1d4694;
}
footer .footer-logo {
  text-align: right;
}
footer .footer-logo img {
  display: inline-block;
}
footer .footer-copyright {
  font-size: 10px;
  font-weight: 300;
  line-height: 1.3;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
footer .footer-copyright a {
  color: #464646;
  text-decoration: underline;
}
footer .footer-copyright a:hover {
  color: #1d4694;
}
footer .footer-share {
  text-align: right;
  display: none;
}
footer .footer-bottle img {
  margin-top: -160px;
  margin-bottom: -100px;
}

@media screen and (min-width: 768px) and (max-width: 1140px) {
  footer .footer-bottle img {
    margin-top: -14vw;
    margin-bottom: 0;
  }
  footer hr {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-copyright {
    font-size: 10px;
  }
  footer .social {
    text-align: center;
    margin-bottom: 30px;
  }
  footer .poweredby {
    text-align: center;
  }
  footer #footer-links {
    order: 1;
  }
  footer .footer-bottle {
    order: 2;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    width: 100%;
    text-align: center;
  }
  footer .footer-bottle img {
    margin-bottom: 0;
    margin-top: 0;
  }
  footer .footer-copyright {
    order: 3;
    padding-top: 30px;
  }
}
/* ----------- Form ----------- */
label {
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

.form-control, #BirthdayYear {
  border-radius: 0;
  background-color: #fff;
  border-color: #c0c0c0;
  border-width: 0px;
  color: #000;
  height: 44px;
  line-height: 1;
  font-size: 24px;
  text-align: center;
}
.form-control:focus, #BirthdayYear:focus {
  border-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

*::-webkit-input-placeholder {
  color: #6e6e6e !important;
}

*:-moz-placeholder {
  color: !important;
}

*::-moz-placeholder {
  color: #6e6e6e !important;
}

*:-ms-input-placeholder {
  color: #6e6e6e !important;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 0s 600000s, color 0s 600000s !important;
}

input:-webkit-autofill::first-line {
  font-size: 24px;
}

select.form-control,
#BirthdayYear {
  text-align: left;
  width: 100%;
}

.g-recaptcha > div {
  margin: auto;
}
.g-recaptcha ~ .field-validation-error {
  margin: auto;
}

.label-field {
  font-size: x-large;
  font-family: "bebas-neue", sans-serif;
}

@media screen and (min-width: 1250px) {
  .form-control, #BirthdayYear {
    font-size: 24px;
  }
}
@media screen and (max-width: 1249px) {
  .form-control, #BirthdayYear {
    font-size: 18px;
    height: 44px;
  }
}
.page-home-anologin #dgdvDialog {
  font-size: x-large;
}

#UsernameLogin {
  width: 100%;
}

.frmLogin-container {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

#frmLogin,
#fZip {
  margin: 0 auto;
}
#frmLogin .btn,
#fZip .btn {
  display: block;
  width: 100%;
  height: 44px;
}
#frmLogin .input-container,
#fZip .input-container {
  display: inline-block;
}
#frmLogin .cmdbutton-container,
#fZip .cmdbutton-container {
  display: inline-block;
  vertical-align: top;
}

.page-home-anologin .logo-joel {
  width: 22%;
  margin-top: -5%;
  margin-left: 15px;
  vertical-align: top;
}

#frmRegister {
  margin: 0 30px;
}

.control-field .item {
  display: inline-block;
  margin-right: 10px;
}
.control-field label {
  transform: translateY(-4px);
}

#landing-form .row > div:nth-child(1) {
  padding-right: 0;
}

#landing-form .row > div:nth-child(2) {
  padding-left: 10px;
}

.input-lg {
  height: 48px;
}

.checkbox, .radio {
  margin-bottom: 0;
}

.checkbox label, .radio label {
  font-size: 16px;
  color: #222222;
  padding-left: 25px;
  line-height: 1.5;
  font-weight: 300;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  margin-left: -25px;
}

.asterik {
  color: #1d4694;
  vertical-align: top;
}

.fieldControl.col-sm-12 {
  text-align: center;
}

input[type=checkbox], input[type=radio] {
  width: 18px;
  height: 18px;
}

.form-group {
  margin-bottom: 15px;
}

p.required-fields {
  text-align: center;
  color: #222222;
  font-size: 16px !important;
  margin: 1.25em 30px;
}

#reg-form a {
  color: #000;
  text-decoration: underline;
}

#reg-form a:hover {
  color: #2a71b9;
}

/* ----------- Form Error validation ----------- */
.page-customer-register .content-inner,
.page-contest-share .content-inner,
.page-contest-winners .content-inner {
  padding: 30px 30px 0;
}

.branding {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 5em;
}

.page-home-anologin .reg-form-container {
  padding-left: 15px;
  padding-right: 15px;
}

.content-inner {
  background-image: url(images/bg-palm-tree-club.jpg);
  background-size: cover;
  background-position: 50% 100%;
  min-height: 70vh;
}

.page-customer-register .content-inner,
.page-contest-share .content-inner {
  padding-bottom: 8em;
}

.page-customer-register .reg-form-container {
  padding: 0 30px;
}

.page-contest-share .reg-form-container {
  padding: 30px 0;
}

.page-contest-winners .content-inner > div {
  border: 3px solid #fff;
}

.page-customer-register .reg-form-container,
.page-contest-share .reg-form-container {
  border: 3px solid #fff;
  background-color: rgba(255, 255, 255, 0.75);
}

#registerColumnsContainer {
  max-width: 460px;
  margin: 0 auto;
}
#registerColumnsContainer .description {
  font-family: "bebas-neue", sans-serif;
  color: #1d4694;
  text-align: center;
}
#registerColumnsContainer .description {
  font-size: 38px;
}
@media screen and (min-width: 992px) {
  #registerColumnsContainer .description {
    font-size: calc(38px + 27 * (100vw - 992px) / 928);
  }
}
@media screen and (min-width: 1920px) {
  #registerColumnsContainer .description {
    font-size: 65px;
  }
}

.share-button img {
  max-width: 43px;
}

.disabled-link {
  cursor: default;
}

.content-inner .reg-form-container img,
.form-container img,
.countdown-container img {
  display: inline-block;
}
.content-inner .reg-form-container span.field-validation-error,
.form-container span.field-validation-error,
.countdown-container span.field-validation-error {
  font-size: 14px;
  padding: 3px 6px;
  background: #1d4694;
  line-height: 1.2;
  color: #fff;
  border-radius: 3px;
  position: relative;
  display: inline-block;
}
.content-inner .reg-form-container span.field-validation-error:before,
.form-container span.field-validation-error:before,
.countdown-container span.field-validation-error:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 10px;
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #1d4694;
}

.prize-image-container {
  background-color: #9cdaee;
  padding: 70px 30px 30px;
}
.prize-image-container .golf-legends {
  border: 3px solid #fff;
  border-bottom-width: 0;
  padding: 0 30px;
  text-align: center;
}
.prize-image-container .golf-legends > img {
  transform: translateY(-50%);
  max-width: 160px;
  background-color: #9cdaee;
  padding: 0 1.5em;
}
.prize-image-container .golf-legends .flex-container-fluid {
  margin-top: -30px;
}
.prize-image-container .golf-legends div {
  text-align: center;
}
.prize-image-container .prizes {
  padding-bottom: 170px;
  border: 3px solid #fff;
  border-top: 0;
  text-align: center;
  padding-top: 0;
}
.prize-image-container .prizes .prize-golf {
  margin-bottom: 20px;
}
.prize-image-container .prizes h1 {
  color: #1f4492;
  font-family: "bebas-neue", sans-serif;
  font-weight: 300;
  line-height: 1;
  margin: 0;
  letter-spacing: -0.03em;
}
.prize-image-container .prizes h1 {
  font-size: 48px;
}
@media screen and (min-width: 320px) {
  .prize-image-container .prizes h1 {
    font-size: calc(48px + 49 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .prize-image-container .prizes h1 {
    font-size: 97px;
  }
}
.prize-image-container .prizes h2 {
  color: #fff;
  font-family: "Libre Franklin", serif;
  font-weight: 600;
  line-height: 1;
  margin: 0 -0.48em 0 0;
  display: inline-block;
  letter-spacing: 0.48em;
}
.prize-image-container .prizes h2 {
  font-size: 20px;
}
@media screen and (min-width: 992px) {
  .prize-image-container .prizes h2 {
    font-size: calc(20px + 20 * (100vw - 992px) / 928);
  }
}
@media screen and (min-width: 1920px) {
  .prize-image-container .prizes h2 {
    font-size: 40px;
  }
}
.prize-image-container .prizes h3 {
  color: #1f4493;
  font-family: "bebas-neue", sans-serif;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 0.15em;
  display: inline-block;
  letter-spacing: -0.03em;
}
.prize-image-container .prizes h3 {
  font-size: 34px;
}
@media screen and (min-width: 992px) {
  .prize-image-container .prizes h3 {
    font-size: calc(34px + 8 * (100vw - 992px) / 928);
  }
}
@media screen and (min-width: 1920px) {
  .prize-image-container .prizes h3 {
    font-size: 42px;
  }
}
.prize-image-container .prizes h4 {
  color: #fff;
  font-family: "din-condensed", sans-serif;
  font-weight: 300;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}
.prize-image-container .prizes h4 {
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .prize-image-container .prizes h4 {
    font-size: calc(16px + 8 * (100vw - 992px) / 928);
  }
}
@media screen and (min-width: 1920px) {
  .prize-image-container .prizes h4 {
    font-size: 24px;
  }
}
.prize-image-container .prizes p {
  color: #fff;
  font-family: "din-condensed", sans-serif;
  font-weight: 300;
  line-height: 1.2;
}
.prize-image-container .prizes p {
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .prize-image-container .prizes p {
    font-size: calc(16px + 4 * (100vw - 992px) / 928);
  }
}
@media screen and (min-width: 1920px) {
  .prize-image-container .prizes p {
    font-size: 20px;
  }
}

@media screen and (max-width: 992px) {
  .prize-image-container {
    padding-top: 8vw;
  }
  .prize-image-container .golf-legends > img {
    max-width: 34.27vw;
  }
}
@media screen and (max-width: 1140px) {
  .prize-image-container .prizes {
    padding-bottom: 15.5vw;
  }
}
@media screen and (max-width: 767px) {
  .prize-image-container {
    padding-bottom: 0 !important;
  }
  .prize-image-container .golf-legends .flex-container-fluid {
    margin-top: 0;
  }
  .prize-image-container .golf-legends .flex-row {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
  }
  .prize-image-container .golf-legends .flex-col-sm-4 {
    margin-bottom: 30px;
    text-align: left;
  }
  .prize-image-container .golf-legends .flex-col-sm-4 .img-responsive {
    max-height: 50px;
  }
  .prize-image-container .prizes {
    padding-bottom: 100px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-customer-register .content-inner {
    padding: 15px 15px 8em;
  }
  .page-customer-register .content-inner .reg-form-container {
    padding: 30px 15px;
  }
}
.grecaptcha-badge {
  z-index: 1;
}

.register-instruction {
  line-height: 1;
  display: inline-block;
  max-width: 580px;
  text-align: center;
}
.register-instruction h3 {
  color: #1d4694;
  font-family: "bebas-neue", sans-serif;
  line-height: 1;
  margin-top: 0;
}
.register-instruction h3 {
  font-size: 24px;
}
@media screen and (min-width: 992px) {
  .register-instruction h3 {
    font-size: calc(24px + 14 * (100vw - 992px) / 928);
  }
}
@media screen and (min-width: 1920px) {
  .register-instruction h3 {
    font-size: 38px;
  }
}
.register-instruction p {
  color: #222222;
  font-family: "din-condensed", sans-serif;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 0;
}
.register-instruction p {
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .register-instruction p {
    font-size: calc(16px + 3 * (100vw - 992px) / 928);
  }
}
@media screen and (min-width: 1920px) {
  .register-instruction p {
    font-size: 19px;
  }
}
.register-instruction .good-deal {
  margin-top: 1em;
  color: #00b0e1;
  background-image: url(images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  padding-bottom: 35px;
  background-size: 47px auto;
}
.register-instruction > span {
  display: block;
  text-align: center;
}
.register-instruction .text-lg {
  font-weight: 700;
}
.register-instruction .text-lg {
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .register-instruction .text-lg {
    font-size: calc(16px + 14 * (100vw - 992px) / 928);
  }
}
@media screen and (min-width: 1920px) {
  .register-instruction .text-lg {
    font-size: 30px;
  }
}
.register-instruction .text-lg:nth-of-type(1) {
  margin-bottom: 35px;
}
.register-instruction .text-lg:nth-of-type(2) {
  margin-bottom: 25px;
}

.register-circle {
  background-color: #fff;
  background-image: url(images/long-drink-circle.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 360px;
  text-align: center;
  padding: 3em;
  border-left: 3px solid #ccebf5;
  border-right: 3px solid #ccebf5;
  height: 490px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.register-circle p {
  max-width: 75%;
  margin: 0 auto;
  letter-spacing: -0.02em;
  font-weight: 400;
  line-height: 1.5;
}
.register-circle p {
  font-size: 14px;
}
@media screen and (min-width: 320px) {
  .register-circle p {
    font-size: calc(14px + 10 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1920px) {
  .register-circle p {
    font-size: 24px;
  }
}

.landing-video-container {
  margin: 1vw 2vw 2.75vw;
}

@media screen and (max-width: 1920px) {
  .register-circle {
    background-size: 18vw;
    height: 25vw;
  }
}
#EmailSharedialog span.Error {
  font-size: 12px;
  padding: 3px 6px;
  background: #1d4694;
  color: #fff;
  border-radius: 3px;
  position: relative;
  display: inline-block;
  margin: 5px;
}

@media screen and (min-width: 1280px) {
  .register-instruction {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .register-instruction {
    margin-top: 2.25vw;
    margin-bottom: 2.25vw;
  }
}
@media screen and (max-width: 1600px) {
  #frmLogin,
  #frmRegister {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 992px) {
  .register-instruction {
    width: calc(78% - 20px);
    max-width: none;
  }
  .register-circle {
    padding: 6vw 0;
    height: auto;
  }
  .register-circle p {
    max-width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .form-control, #BirthdayYear {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  .register-circle {
    border: 0;
  }
  .register-circle p {
    max-width: 400px;
  }
  label {
    width: auto;
  }
  #frmLogin {
    display: block;
  }
  .register-instruction {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    padding: 0 15px;
  }
  .page-home-anologin .logo-joel {
    margin-left: 0;
    margin-top: -7%;
    width: 16%;
  }
  #frmLogin .btn {
    height: 40px;
  }
  .btn-primary {
    padding: 7px 25px;
  }
  .header .navbar-inverse {
    right: 10px;
  }
  .landing-video-container {
    margin: 1vw 0 0;
  }
}
@media screen and (max-width: 560px) {
  .prize-image-container {
    padding-top: 12vw;
  }
  .prize-image-container .golf-legends > img {
    max-width: 40vw;
  }
}
@media screen and (min-width: 481px) {
  #frmLogin .input-container {
    width: 292px;
  }
}
@media screen and (max-width: 481px) {
  #frmLogin .input-container {
    width: calc(90% - 135px);
  }
}
@media screen and (max-width: 430px) {
  .register-circle {
    background-size: 30vw;
  }
  .register-circle p {
    max-width: 80%;
  }
  .register-instruction .good-deal {
    background-size: 7vw auto;
    padding-bottom: 7vw;
  }
  .header-share .social-icon-instagram,
  .header-share .social-icon-facebook {
    width: 24px;
    height: 24px;
  }
  .share-button img {
    max-width: 24px;
  }
  .thanks-page .share-container > div {
    padding: 0px 15px !important;
  }
  .thanks-page .share-container > div a {
    margin: 0 3px !important;
  }
}
@media screen and (max-width: 360px) {
  .hidden-xss {
    display: none !important;
  }
}
/* ----------- Rules ----------- */
.rules-container {
  text-align: left;
  line-height: 1.5;
  color: #130c0e;
}

.rules-container h1,
.rules-container h2 {
  text-align: center;
  font-size: 1em;
  font-weight: 700;
  font-size: 25px;
  color: #1d4694;
}

.rules-container h3 {
  text-align: center;
}

.rules-container .no-purchase {
  font-weight: 700;
  font-size: 16px;
}

.rules-container ol li {
  margin-bottom: 14px;
  font-weight: 700;
}

.rules-container ol li p {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.2;
  font-size: 1em;
}

.rules-container table {
  border-collapse: collapse;
  width: 100%;
  color: #130c0e;
  margin-bottom: 30px;
}

.rules-container table th,
.rules-container table td {
  font-weight: normal;
  border: 1px solid #ccc;
  padding: 5px;
}

.rules-container table th {
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .rules-container {
    line-height: 1.3;
  }
  .rules-container h1,
  .rules-container h2 {
    font-size: 18px;
  }
  .rules-container > p {
    font-size: 12px;
  }
  .rules-container ol li {
    font-size: 12px;
  }
  .rules-container ol li p {
    text-align: left;
    font-size: 11px;
  }
  .rules-container table {
    width: 767px;
    font-size: 10px;
  }
}
@media screen and (max-width: 480px) {
  .rules-container table {
    width: 480px;
  }
}
/* ----------- Modal ----------- */
.modal-dialog {
  max-width: 643px;
  margin-top: 276px;
  margin-left: auto;
  margin-right: auto;
}

.modal-title {
  font-weight: 400;
  font-size: 22px;
}

.modal-content {
  background-color: #fff;
  border: 12px solid #1d4694;
}

.modal-footer:empty {
  display: none;
}

#dgdvDialog .modal-header {
  padding: 0;
}
#dgdvDialog .close {
  font-size: xxx-large;
  opacity: 0.75;
  margin-right: 10px;
}

.modal-body {
  min-height: 150px;
  font-size: large;
  font-family: "din-condensed", sans-serif;
  color: #130c0e;
}
.modal-body h1, .modal-body h2, .modal-body h3 {
  font-weight: 700;
  margin-top: 0;
  text-align: center;
}
.modal-body h1 {
  font-size: xxx-large;
}
.modal-body h2 {
  font-size: xx-large;
}
.modal-body h3 {
  font-size: x-large;
}
.modal-body .btn {
  min-width: initial;
}
.modal-body p {
  font-size: x-large;
}
.modal-body p.small {
  font-size: 14px;
  font-weight: 400;
  font-family: "din-condensed", sans-serif;
}
.modal-body table {
  text-align: left;
}
.modal-body a {
  text-decoration: underline;
}
.modal-body a:hover {
  text-decoration: underline;
}
.modal-body .padding-top-lg.padding-bottom-lg {
  margin-bottom: 2em;
}

#dvDialog {
  font-family: "bebas-neue", sans-serif;
  line-height: 1.1;
}
#dvDialog {
  font-size: 32px;
}
@media screen and (min-width: 992px) {
  #dvDialog {
    font-size: calc(32px + 13 * (100vw - 992px) / 928);
  }
}
@media screen and (min-width: 1920px) {
  #dvDialog {
    font-size: 45px;
  }
}
#dvDialog img {
  margin-bottom: 1em;
}

#divTimeoutParent .modal-body {
  min-height: 150px;
}
#divTimeoutParent .modal-footer {
  width: 100%;
  padding: 15px 0 0;
}

#timeoutmsg {
  padding: 0 !important;
  margin-bottom: 10px;
}

#dialogUploadMedia {
  font-size: 14px;
}

.modal-backdrop.in {
  opacity: 0.5;
}

#dvVoteSuccessPopup,
#dgdlgContainer {
  text-align: center;
}

#textSystemMessage {
  background-color: #fff;
  text-align: center;
  line-height: 1.1;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 640px;
  }
}
@media screen and (min-width: 1024px) {
  .modal-dialog {
    width: 900px;
  }
}
@media screen and (max-width: 1024px) {
  .modal-body {
    font-size: 18px;
  }
  .modal-body .well {
    padding: 15px;
  }
  .modal-body .form-group {
    margin-bottom: 10px;
  }
  .modal-body label {
    font-size: 18px;
  }
  .modal-body textarea.form-control, .modal-body textarea#BirthdayYear {
    height: 100px;
  }
  .modal-content {
    border-width: 1.17vw;
  }
}
@media screen and (max-width: 880px) {
  .modal-dialog {
    margin-top: 31.5vw;
  }
}
@media screen and (max-width: 767px) {
  .modal-dialog {
    margin-top: 38vw;
  }
  .modal-body {
    font-size: 12px;
    padding: 0 1em 1em;
  }
  .modal-body p {
    font-size: medium;
  }
  .modal-body .well {
    padding: 10px;
  }
  .modal-body label {
    font-size: 14px;
  }
  .modal-body textarea.form-control, .modal-body textarea#BirthdayYear {
    height: 80px;
  }
  .modal-body .padding-top-lg.padding-bottom-lg {
    margin-bottom: 1em;
  }
  .modal-content {
    border-width: 2vw;
  }
}
@media screen and (max-width: 667px) {
  .modal-dialog {
    margin-top: 38vw;
  }
}
@media screen and (max-width: 360px) {
  .modal-body label {
    font-size: 12px;
  }
  .modal-dialog {
    margin-top: 45vw;
  }
}
@media (max-width: 812px) and (orientation: landscape) {
  .modal-dialog {
    margin-top: 1em;
  }
}
/* ----------- Thanks ----------- */
.thanks-page {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 30vh;
}
.thanks-page .content-inner > div {
  padding: 50px 35px;
}
.thanks-page .socials .share-text {
  color: #1d4694;
  font-family: "bebas-neue", sans-serif;
  margin-bottom: 3em;
}
.thanks-page .socials .share-text p {
  margin-bottom: 0;
  line-height: 1;
  color: #00b0e1;
  margin: 1em 0;
}
.thanks-page .socials .share-text p {
  font-size: 26px;
}
@media screen and (min-width: 992px) {
  .thanks-page .socials .share-text p {
    font-size: calc(26px + 6 * (100vw - 992px) / 208);
  }
}
@media screen and (min-width: 1200px) {
  .thanks-page .socials .share-text p {
    font-size: 32px;
  }
}
.thanks-page .socials .share-text p {
  font-size: 22px;
}
@media screen and (min-width: 320px) {
  .thanks-page .socials .share-text p {
    font-size: calc(22px + 4 * (100vw - 320px) / 672);
  }
}
@media screen and (min-width: 992px) {
  .thanks-page .socials .share-text p {
    font-size: 26px;
  }
}
.thanks-page .socials .share-text h2 {
  margin-top: 0.3em;
  margin-bottom: 0.1em;
  line-height: 0.9;
}
.thanks-page .socials .share-text h2 {
  font-size: 35px;
}
@media screen and (min-width: 320px) {
  .thanks-page .socials .share-text h2 {
    font-size: calc(35px + 50 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .thanks-page .socials .share-text h2 {
    font-size: 85px;
  }
}
.thanks-page .socials .share-text p:last-of-type {
  font-family: "Libre Franklin", serif;
  font-weight: 600;
  margin: 0.3em -0.48em 0 0;
  display: inline-block;
  letter-spacing: 0.48em;
  text-transform: uppercase;
  color: #fff;
}
.thanks-page .socials .share-text p:last-of-type {
  font-size: 10px;
}
@media screen and (min-width: 320px) {
  .thanks-page .socials .share-text p:last-of-type {
    font-size: calc(10px + 15 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .thanks-page .socials .share-text p:last-of-type {
    font-size: 25px;
  }
}
.thanks-page .connect {
  color: #1d4694;
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.thanks-page .share-container {
  text-align: center;
}
.thanks-page .share-container > div {
  display: inline-block;
  min-width: 200px;
  padding: 10px 15px;
}
.thanks-page .share-container > div a {
  margin: 0 5px;
}

.thanks-page .zip-search {
  background-color: #fff;
  padding: 3em 3em;
}
.thanks-page .zip-search h2 {
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  margin: 0 0 0 0;
  letter-spacing: -0.03em;
  color: #1d4694;
}
.thanks-page .zip-search h2 {
  font-size: 24px;
}
@media screen and (min-width: 320px) {
  .thanks-page .zip-search h2 {
    font-size: calc(24px + 20 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .thanks-page .zip-search h2 {
    font-size: 44px;
  }
}
.thanks-page .zip-search h3 {
  font-family: "Libre Franklin", serif;
  font-weight: 600;
  margin: 0.2em -0.48em 1.5em 0;
  display: inline-block;
  letter-spacing: 0.48em;
  text-transform: uppercase;
  color: #00b0e1;
}
.thanks-page .zip-search h3 {
  font-size: 12px;
}
@media screen and (min-width: 320px) {
  .thanks-page .zip-search h3 {
    font-size: calc(12px + 4 * (100vw - 320px) / 880);
  }
}
@media screen and (min-width: 1200px) {
  .thanks-page .zip-search h3 {
    font-size: 16px;
  }
}
.thanks-page .zip-search .form-control, .thanks-page .zip-search #BirthdayYear {
  border: 2px solid #00b0e1;
  border-right: 0;
  display: inline-block;
}
.thanks-page .zip-search .search-btn {
  background-color: #00b0e1;
  color: #fff;
  outline: 0;
}
.thanks-page .zip-search .search-btn {
  font-size: 22px;
}
@media screen and (min-width: 992px) {
  .thanks-page .zip-search .search-btn {
    font-size: calc(22px + 6 * (100vw - 992px) / 928);
  }
}
@media screen and (min-width: 1920px) {
  .thanks-page .zip-search .search-btn {
    font-size: 28px;
  }
}
.thanks-page .zip-search .search-btn:hover {
  background-color: #1d4694;
}

.content-inner .thanks-page .share-text-nonmember,
.content-inner .contest-ended .share-text-nonmember {
  font-size: 23px;
  font-weight: 400;
  white-space: initial;
  margin-top: 1.5vw;
  margin-bottom: 1.5vw;
}

.content-inner .contest-ended .share-text {
  margin-bottom: 0.5vw;
}
.content-inner .contest-ended .connect {
  margin-top: 0;
}

.contest-ended {
  text-align: center;
}
.contest-ended img:first-of-type {
  margin-bottom: 35px;
}
.contest-ended h1 {
  color: #222222;
  text-align: center;
  font-style: italic;
  text-transform: unset;
}
.contest-ended h1 {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .contest-ended h1 {
    font-size: calc(32px + 16 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .contest-ended h1 {
    font-size: 48px;
  }
}

.contest-ended-header {
  font-size: 28px;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 1.7vw;
}

.form-layout .form-inline {
  white-space: nowrap;
}
.form-layout .form-group {
  width: 50%;
  vertical-align: top;
  display: inline-block !important;
}
.form-layout .form-group .form-control, .form-layout .form-group #BirthdayYear {
  width: 100%;
  height: 56px;
}
.form-layout .btn-primary {
  vertical-align: top;
  width: 50%;
  text-transform: unset;
  height: 56px;
  line-height: 1;
  padding: 0 10px;
  border: 3px solid #c0c0c0;
  margin-left: -8px;
}

.connect {
  font-size: 22px;
  margin-top: 2em;
  margin-bottom: 0;
  text-align: center;
}

.social-sharing {
  display: inline-block;
  vertical-align: middle;
}
.social-sharing a {
  margin: 0 5px;
  text-decoration: none !important;
}
.social-sharing img {
  width: auto !important;
  margin: 0 !important;
}

.Facebook,
.Twitter,
.EmalBtn {
  width: 76px;
  height: 28px;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
}

.Facebook-inactive,
.Twitter-inactive,
.EmalBtn-inactive {
  opacity: 0.5;
  cursor: default;
}

.Facebook {
  background-image: url(../images/share-facebook.png), url(../images/share-facebook2.png);
}

.Facebook:not(.Facebook-inactive):hover {
  background-image: url(../images/share-facebook2.png);
}

.Twitter {
  width: auto;
}

.EmalBtn {
  background-image: url(../images/share-email.png), url(../images/share-email2.png);
}

.EmalBtn:not(.Twitter-inactive):hover {
  background-image: url(../images/share-email2.png);
}

@media screen and (max-width: 992px) {
  .content-inner .reg-form-container.thanks-page {
    padding-top: 30px !important;
  }
  .connect {
    font-size: medium;
  }
  .content-inner .reg-form-container.contest-ended {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .content-inner .reg-form-container.contest-ended .row {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .page-contest-share .content-inner {
    padding: 30px 15px 8em;
  }
  .contest-ended h1 {
    font-size: 32px;
  }
  .contest-ended-header {
    font-size: 23px;
  }
  .content-inner .thanks-page .connect,
  .content-inner .contest-ended .connect {
    margin-bottom: 5px;
  }
  #fZip .btn {
    height: 40px;
  }
  .thanks-page .zip-search {
    padding: 2em 1em;
  }
  .share-button img {
    max-width: 36px;
  }
}
/* ----------- Plinko ----------- */
.page-contest-spintest #dvBodyContainer {
  background-image: url(images/bg-body-spin.jpg);
}
.page-contest-spintest .how-to-play .container .header-game {
  margin: 0 auto;
}
.page-contest-spintest .prizes-background {
  background-image: none;
}
.page-contest-spintest .prizes-background .container {
  max-width: 1170px;
  width: 100%;
}
.page-contest-spintest .prizes-l,
.page-contest-spintest .prizes-r {
  margin-top: 60px;
  width: 253.5px;
}
.page-contest-spintest .prizes-l > div,
.page-contest-spintest .prizes-r > div {
  margin: 20px auto;
}
.page-contest-spintest .prizes-l img {
  transform: rotate(-8deg);
  image-rendering: -webkit-optimize-contrast;
}
.page-contest-spintest .prizes-r img {
  transform: rotate(8deg);
  image-rendering: -webkit-optimize-contrast;
}
.page-contest-spintest .content-inner .prize-image-container {
  padding-left: 0;
}
.page-contest-spintest .content-inner .prize-image-container img {
  display: inline-block;
}

@media screen and (max-width: 1130px) {
  .page-contest-spintest .prizes-l,
  .page-contest-spintest .prizes-r {
    width: 100%;
    margin-top: 0;
  }
  .page-contest-spintest .prizes-l > div,
  .page-contest-spintest .prizes-r > div {
    display: block;
    width: 33%;
    float: left;
    padding: 0 5px;
  }
  .page-contest-spintest .prizes-l img,
  .page-contest-spintest .prizes-r img {
    transform: none;
  }
  .page-contest-spintest .spinzone-page-container {
    order: 1;
    margin: 0 auto;
  }
  .page-contest-spintest .prizes-l {
    order: 2;
    margin-top: 20px;
  }
  .page-contest-spintest .prizes-r {
    order: 3;
  }
}
/* ----------- Sound on/off ----------- */
.sound-btn-container,
.howtoplay-btn-container {
  max-width: 1170px;
  margin: auto;
  text-align: right;
  padding-bottom: 15px;
  position: absolute;
  top: 35px;
  right: 20px;
  z-index: 3;
}

.sound-mute,
.sound-unmute,
.howtoplay-btn {
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: inline-block;
}

.sound-mute {
  background: url(images/sound-mute.png) no-repeat 0 0;
}

.sound-unmute {
  background: url(images/sound-unmute.png) no-repeat 0 0;
}

.howtoplay-btn-container {
  left: 20px;
  right: initial;
  top: 30px;
}

.howtoplay-btn {
  width: 38px;
  height: 38px;
  background: url(images/btn-how-to-play.png) no-repeat 0 0;
}

/* ----------- End Sound on/off ----------- */
/* Plinko */
.plinko-game .spinner-modal {
  margin: 0 auto 0;
  width: 642px;
  /*transition: transform 0.218s ease 0s*/
  /*transform: translateY(-100%)*/
  top: 10px;
  opacity: 1;
  min-height: 673px;
}

.plinko-game #modal-howtoplay.spinner-modal {
  min-height: 0;
}

@keyframes modalShow {
  0% {
    top: 0;
    opacity: 0;
  }
  100% {
    top: 100px;
    opacity: 1;
  }
}
.plinko-game .spinner-modal .prize-image,
.plinko-game .spinner-modal .prize-image img {
  max-width: 100%;
}

.plinko-game-container {
  position: relative;
  width: 663px;
  height: 686px;
  margin: 0 auto 0;
}

#plinkoCanvas,
#debugCanvas {
  width: 663px;
  height: 686px;
  transition: opacity 0.218s ease 0s;
  background-color: transparent;
  position: relative;
}

#plinkoCanvas {
  z-index: 1;
}

#debugCanvas {
  pointer-events: none;
  z-index: 2;
}

div[data-state=show-result-modal] #plinkoCanvas,
div[data-state=show-result-modal] #debugCanvas,
div[data-state=show-result-modal] #spinzone-container {
  opacity: 0.7;
  pointer-events: none;
}

.modal-howtoplay h1 {
  font-size: xx-large;
}

.modal-howtoplay ul {
  font-size: large;
  margin-bottom: 30px;
}

.modal-howtoplay ul li {
  list-style-type: initial;
  text-align: left;
}

#debugCanvas {
  pointer-events: none;
  display: none;
}

/* End Plinko */
.spinzone-page-container {
  position: relative;
  transform-origin: 50% 0;
  width: auto;
  display: inline-block;
}

.plinko-game-container:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 11px;
  right: 11px;
  bottom: 3px;
  z-index: 0;
}

/* ----------- Modals ----------- */
/* Modals */
.spinner-modal {
  padding: 2em 2em 3em;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.15);
  color: #130c0e;
  width: 768px;
  /*height: 440px*/
  margin: -540px auto 0;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  border: 2px solid #130c0e;
}
.spinner-modal > div > div {
  margin-bottom: 1em;
}
.spinner-modal .btn {
  min-width: 120px;
}

#modal-win-group {
  align-items: flex-start;
}
#modal-win-group .btn-continue {
  margin-bottom: 30px;
}

.spinner-modal h1 {
  color: #1d4694;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}

#modal-lose.spinner-modal {
  min-height: initial;
}
#modal-lose.spinner-modal h1 {
  font-weight: 700;
  font-size: 35px;
}
#modal-lose.spinner-modal p {
  font-size: 28px;
  margin-bottom: 25px;
  line-height: 1.3;
}

.spinner-modal h2 {
  color: #130c0e;
  font-size: 22px;
  font-family: "din-condensed", sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: center;
  font-style: italic;
}

#modal-lose h1 {
  margin-bottom: 30px;
}

.spinner-modal .prize-name {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
}

.spinner-modal .check-email {
  margin-bottom: 30px;
}

.spinner-modal .prize-image {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}

.spinner-modal .prize-image img {
  max-width: 200px;
}

.spinner-modal p {
  text-align: center;
  font-weight: 500;
}

.spinner-modal > div {
  text-align: center;
  position: relative;
}

.legend {
  font-family: "din-condensed", sans-serif;
}
.legend p {
  font-size: 15px;
  color: #000;
}

#modal-win.spinner-modal {
  min-height: 0;
}
#modal-win.spinner-modal .legend {
  margin-top: 30px;
}

.disabled {
  opacity: 0.5;
}

.prize-group-choose-list {
  margin-bottom: 20px;
  max-width: 570px;
}
.prize-group-choose-list .prizes-list {
  margin-bottom: 15px;
}
.prize-group-choose-list .prizes-list label {
  cursor: pointer;
}
.prize-group-choose-list .prizes-list img {
  border: 4px solid transparent;
}
.prize-group-choose-list .prizes-list input[type=radio]:checked + label img {
  border-color: #049ae0;
}

#PrizeGroupTimerCountdown {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  border-radius: 30px;
  padding: 7px 20px;
  border: 2px solid #833177;
  display: inline-block;
}

#TimeUpMessage h4 {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 30px;
  color: #fff;
  background-color: #9a0012;
  border-color: #9a0012;
}
#TimeUpMessage p {
  color: #9a0012;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  margin-bottom: 30px;
  text-align: center;
  font-style: italic;
}

div[data-state=show-result-modal] #plinkoCanvas,
div[data-state=show-result-modal] #debugCanvas,
div[data-state=show-result-modal] #spinzone-container {
  opacity: 0.7;
  pointer-events: none;
}

/* ----------- End Modals ----------- */
/* ----------- Responsive ----------- */
@media screen and (max-width: 992px) {
  .page-contest-spintest .content-inner .prize-image-container {
    padding-top: 0;
    order: 0;
    padding-bottom: 65vw;
    background-color: #d9d9d9;
    background-image: url(images/bg-body-mobile-countdown.jpg);
    background-position: 50% 120%;
  }
  .page-contest-spintest .content-inner .prize-image-container img {
    max-width: 80%;
  }
  .page-contest-spintest .content-inner .reg-form-container {
    order: 1;
  }
}
@media screen and (min-width: 0) {
  .spinzone-page-container-outer {
    width: 100%;
  }
  .spinzone-page-container {
    transform: translateX(-50%) scale(0.4241, 0.4241);
    left: 50%;
    height: 290px;
  }
}
@media screen and (min-width: 360px) {
  .spinzone-page-container {
    transform: translateX(-50%) scale(0.477, 0.477);
    height: 327px;
  }
}
@media screen and (min-width: 375px) {
  .spinzone-page-container {
    transform: translateX(-50%) scale(0.497, 0.497);
    height: 340px;
  }
}
@media screen and (min-width: 414px) {
  .spinzone-page-container {
    transform: translateX(-50%) scale(0.548, 0.548);
    height: 375px;
  }
}
@media screen and (min-width: 480px) {
  .spinzone-page-container {
    transform: translateX(-50%) scale(0.636, 0.636);
    height: 436px;
  }
}
@media screen and (min-width: 568px) {
  .spinzone-page-container {
    transform: translateX(-50%) scale(0.752, 0.752);
    height: 515px;
  }
}
@media screen and (min-width: 640px) {
  .spinzone-page-container {
    transform: translateX(0) scale(0.848, 0.848);
    height: 581px;
    left: 0;
  }
}
@media screen and (min-width: 667px) {
  .spinzone-page-container {
    transform: translateX(0) scale(0.884, 0.884);
    height: 606px;
  }
}
@media screen and (min-width: 1300px) {
  .spinzone-page-container {
    transform: translateX(0) scale(0.9, 0.9);
    height: 617px;
  }
}
@media screen and (min-width: 1301px) {
  .spinzone-page-container-outer {
    width: auto;
  }
  .spinzone-page-container {
    transform: none;
    height: 680px;
    left: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .prizes-background .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .legend {
    margin: 0 -20px;
  }
}
/* ----------- End Responsive ----------- */
/* ----------- End Plinko ----------- */
/* ----------- Dialog ----------- */
.ui-widget-content {
  background-color: #fff !important;
}

@media screen and (min-width: 1200px) {
  .ui-dialog {
    top: 185px !important;
    width: 1170px !important;
  }
}
.ui-dialog h1 {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 0;
}

.ui-dialog p.prize-name {
  font-size: 35px;
  font-weight: 700;
}

.ui-dialog p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.ui-dialog .ui-dialog-buttonpane {
  padding-bottom: 35px;
}

/* ----------- Countdown ----------- */
.page-home-countdown .content-inner {
  min-height: 60vh;
}

.countdown-page h1 {
  margin-bottom: 0.2em;
}
.countdown-page .message-description {
  margin-bottom: 10px !important;
  color: #130c0e;
}
.countdown-page .message-description {
  font-size: 26px;
}
@media screen and (min-width: 768px) {
  .countdown-page .message-description {
    font-size: calc(26px + 23 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .countdown-page .message-description {
    font-size: 49px;
  }
}

.home-countdown {
  text-align: center;
  padding-top: 35px;
}
.home-countdown .logo img {
  display: inline-block;
}

.countdown-header {
  font-weight: 900;
  margin-top: 50px;
  margin-bottom: 30px;
  color: #1d4694;
}
.countdown-header {
  font-size: 58px;
}
@media screen and (min-width: 768px) {
  .countdown-header {
    font-size: calc(58px + 19 * (100vw - 768px) / 1152);
  }
}
@media screen and (min-width: 1920px) {
  .countdown-header {
    font-size: 77px;
  }
}

.days {
  display: block;
  color: #130c0e;
  font-size: 25px;
  text-align: center;
  padding-bottom: 3px;
}

.countdown-wrapper {
  margin: 0 auto;
  text-align: center;
  display: table;
  border-radius: 0;
  padding: 1em;
  background: #fff;
}

.cnt-separator {
  width: 24px;
  color: #1d4694;
  height: 99px;
  line-height: 99px;
  font-size: 70px;
  font-weight: 400;
  margin-top: 40px;
  text-align: center;
}

.cnt-digit-container {
  float: left;
  text-align: center;
}

.cnt-digit {
  background: #1d4694;
  color: #fff;
  margin: 0 1px;
  border-radius: 10px;
  font-size: 63px;
  width: 47px;
  height: 99px;
  line-height: 99px;
  font-weight: 400;
}

.countdown-title {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
}

.campaign-ended-title {
  font-size: 40px;
  text-align: center;
  margin-top: 110px;
  font-weight: 700;
  margin-bottom: 10px;
}

.campaign-ended-title2 {
  font-size: 25px;
  text-align: center;
  font-weight: 700;
}

#countdown {
  margin: 0 auto;
  display: table;
  padding: 0 0 15px;
  border-radius: 5px;
}

.ended-page {
  padding: 5em 3em;
}

@media (max-width: 992px) {
  .ended-page h1 {
    font-size: 30px;
  }
  .days {
    font-size: 20px;
  }
  .cnt-digit {
    font-size: 45px;
    width: 35px;
    height: 60px;
    line-height: 60px;
  }
  .cnt-separator {
    font-size: 50px;
    margin-top: 15px;
  }
  .home-countdown .logo img {
    max-width: 100px;
  }
}
@media (max-width: 767px) {
  #countdown {
    padding: 5px;
  }
  .home-countdown {
    padding-top: 20px;
  }
  .countdown-page .message-description {
    margin-bottom: 0;
  }
  .countdown-header {
    margin-top: 25px;
  }
  .cnt-digit {
    font-size: 32px;
    width: 30px;
    height: 50px;
    line-height: 50px;
  }
  .cnt-separator {
    height: 60px;
    line-height: 60px;
    margin-top: 25px;
    width: 15px;
    font-size: 40px;
  }
  .days {
    font-size: 18px;
  }
  .ended-page h1 {
    font-size: 20px;
  }
  .countdown-title {
    font-size: 17px !important;
  }
}
@media (max-width: 480px) {
  .countdown-header {
    margin-top: 15px;
  }
  .home-countdown .logo img {
    max-width: 80px;
  }
}
@media screen and (max-width: 1367px) {
  body {
    margin-bottom: 0;
  }
  .footer {
    padding: 15px;
    position: static;
    height: auto;
  }
}
@media screen and (max-width: 1200px) {
  /* ----------- Dialog ----------- */
  .ui-dialog {
    width: 90% !important;
    left: 5% !important;
    right: 5% !important;
  }
}
@media screen and (max-width: 992px) {
  .content-inner .prize-image-container {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .prize-image-container .golf-legends,
  .prize-image-container .prizes {
    border: 0;
  }
  .content-inner > div {
    flex-wrap: wrap;
  }
  .content-inner > div,
  .form-container {
    margin-top: 0;
    padding: 0;
    margin-bottom: 0;
  }
  .content-inner .prize-image-container {
    width: 100%;
    margin-top: 0;
  }
  .prize-image-container {
    order: 1;
    background-position: 50% 100%;
  }
  .content-inner .reg-form-container {
    order: 0;
    text-align: center;
    padding-top: 0 !important;
  }
  #frmRegister {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .content-inner .reg-form-container,
  .form-container,
  .countdown-container {
    padding: 30px 0px;
    max-width: none;
  }
  .page-home-anologin .content-inner .reg-form-container {
    padding: 30px 0px 0;
  }
  .form-control, #BirthdayYear {
    font-size: 18px;
  }
  .control-field .item {
    white-space: nowrap;
  }
  .thanks-page h3 {
    font-size: 20px;
    text-align: center;
  }
  .thanks-page .content-inner .reg-form-container {
    padding: 30px 15px;
  }
  .content-inner > div,
  .form-container,
  .countdown-container {
    margin-bottom: 0;
  }
  .countdown-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .content-inner {
    display: block;
    overflow: hidden;
  }
  footer .footer-logo {
    text-align: center;
    padding-top: 15px;
  }
  footer .footer-logo img {
    max-height: 60px;
  }
  footer .list-inline li:not(.separator) {
    margin-left: 10px;
    margin-right: 10px;
  }
  #footer-links {
    text-align: center;
  }
  .footer .list-inline li {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 360px) {
  .thanks-page h3 {
    font-size: 20px;
  }
}
/* ----------- Viral DNA ----------- */
.page-admin #dvHeader .container-fluid {
  padding: 0;
}
.page-admin .container-admin {
  background-color: #fff;
  color: #000;
  font-family: Arial, sans-serif;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.page-admin .heading {
  margin-bottom: 30px;
  color: #1d4694;
}
.page-admin .sub-title {
  font-size: xx-large;
  margin-top: 15px;
}
.page-admin label {
  color: #000;
}
.page-admin .form-control, .page-admin #BirthdayYear,
.page-admin select,
.page-admin input#txtUsername,
.page-admin input#txtFrom,
.page-admin input#txtTo {
  font-size: 16px;
  box-shadow: none;
  border: 1px solid #ccc;
  height: 40px;
  vertical-align: top;
  border-radius: 4px;
  background-color: #fff;
  border-color: #c0c0c0;
  border-radius: 4px;
  color: #000;
  line-height: 1;
}
.page-admin .form-control:focus, .page-admin #BirthdayYear:focus,
.page-admin select:focus,
.page-admin input#txtUsername:focus,
.page-admin input#txtFrom:focus,
.page-admin input#txtTo:focus {
  border: 1px solid #130c0e;
}
.page-admin table {
  font-size: 12px;
}
.page-admin table a {
  color: #000;
}
.page-admin .btn-primary {
  background-color: #ed1c24;
  font-size: 18px;
  padding: 10px 20px;
}
.page-admin .btn-primary:hover {
  background-color: rgb(174.6510204082, 13.8489795918, 20.0040816327);
}
.page-admin .content-inner {
  max-width: 90%;
  padding-bottom: 30px;
  margin: auto;
}
.page-admin .tab li a {
  color: #000;
}
.page-admin .tab li.active a {
  color: #ed1c24;
}
.page-admin #dvSpinWinners {
  overflow: auto;
}
.page-admin #dvBodyContainer {
  padding-bottom: 30px;
  background-image: none;
  background-color: #dddddd;
}
.page-admin .header .container {
  width: 90% !important;
}
.page-admin .header .navbar-default {
  display: none;
}
.page-admin .welcome {
  color: #fff;
  display: none;
}
.page-admin .button-logout {
  color: #00b0e1 !important;
  font-size: x-large;
}
.page-admin select {
  -webkit-appearance: auto;
}

.page-home-customerlogin #frmLogin {
  display: block;
}

.pagination-container,
.paging {
  margin-top: 15px;
  margin-bottom: 30px;
}

.pagination-container a,
.pagination-container > span,
.paging a,
.paging > span {
  background-color: #FFF;
  padding: 5px;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  min-width: 40px;
  display: inline-block;
  text-align: center;
}
.pagination-container > span,
.paging > span {
  margin-left: 5px;
  margin-right: 5px;
}
.pagination-container a,
.paging a {
  color: #ed1c24;
}
.pagination-container a:hover,
.paging a:hover {
  color: #ef3c2b;
  border-color: #ef3c2b;
  text-decoration: none;
}
.pagination-container a.active,
.pagination-container .current,
.paging a.active,
.paging .current {
  background-color: #ed1c24;
  border-color: rgb(198.2775510204, 15.7224489796, 22.7102040816);
  color: #fff;
}

.paging > a {
  margin-left: 5px;
  margin-right: 5px;
}

body.page-home-customerlogin .heading {
  color: #1d4694;
}
body.page-home-customerlogin .logo-container {
  text-align: center;
}
body.page-home-customerlogin .logo-container a {
  display: inline-block;
}