/* Fonts */

@font-face {
    font-family: EMprint-Regular;
    src: url(../fonts/EMprint-Regular.woff);
    font-weight: normal;
}

@font-face {
    font-family: EMprint-Bold;
    src: url(../fonts/EMprint-Bold.woff);
    font-weight: bold;
}

@font-face {
    font-family: EMprint-Light;
    src: url(../fonts/EMprint-Light.woff);
    font-weight: light;
}

@font-face {
    font-family: EMprint-SemiboldItalic;
    src: url(../fonts/EMprint-SemiboldItalic.woff);
}

@font-face {
    font-family: EMprint-Semibold;
    src: url(../fonts/EMprint-Semibold.woff);
}

/* OG Product CSS */

body{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-family:EMPrint-Regular;
}

.inner-container{
  max-width:1400px !important;
  margin:0px auto;
  display:flex;
}

.banner-container{
  max-width:1400px !important;
  margin:0px auto;
  display:flex;
}

img{
  max-width: 100%;
  max-height:100%;
  margin:0px auto;
  height:auto;
}

.mt-7{
  margin-top:5rem !important;
}

.car-container{
  position:relative;
  top:-55px;
}

.thanks-car-container {
    top: -125px;
    margin-bottom: -125px;
}

.car-Container {
  display:block !important;
}

h1,h2,h3,h4,h5,h6{
  font-family: EMprint-Bold;
}

.btn, #mc_embed_signup input[type=submit] , .cognito .c-forms-form button, .cognito .c-forms-form .c-add-item, .cognito .c-forms-form input[type=button], .cognito .c-forms-form .c-fileupload-dropzone .c-upload-button{
  font-family: EMprint-Semibold !important;
  background-color: #cc3333 !important;
}

#mc_embed_signup .mc-field-group.input-group {
  text-align:left;
}

#mc_embed_signup .mc-field-group label {
  padding: 0px 15px;
}

#mc_embed_signup .mc-field-group.input-group ul li {
  font-size: 14px;
}

#mc_embed_signup div.response {
  width: 100% !important;
  padding: 0px 0px;
}

.modal-header .close{
  padding: 0;
  margin: 0 0 0 auto;
  float:none;
}

.modal-header h2.display-5 {
    width: 100%;
    margin: 0px auto;
}

p {
  font-family: EMprint-Regular;
}

.container {
  max-width: 1200px;
}

.display-5.internal {
  text-align:left;
}

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

.lead {
    color: #666666 !important;
}

.lead.synergy, .lead.btn {
  color: white !important;
}

.display-5 {
    padding: 30px 0px;
}

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

.half-flex{
  flex:2;
}

/*
 * Custom translucent site header
 */

 .site-header{
   background-color:white;
 }

.site-header img {
  margin:0px auto;
}

.site-header a {
  color: #999;
  transition: ease-in-out color .15s;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

#mc_embed_signup div#mce-responses a {
  display:none !important;
}

/*

Engines Page

*/

#engines .car-container {
    position: relative;
    top: -75px;
    margin: 0px auto -150px auto;
}

#engines .video{
  width:100% !important;
  top:0;
  left:0;
  background-image: url("../img/engines/EnginesBanner.png");
  height:auto;
  max-height: 600px;
  background-size:cover;
}

.engine-internal{
  font-size:1em;
  line-height:1.75em;
}

.engine-internal-header.display-5{
  padding:15px 0px;
}

.engines-engine , .engines-car {
  flex: 2;
}

.engines-desc {
  flex: 1;
}

.engines-oil-left{
  background-color:#666666;
}

.engines-oil-right{
  background-color:#323232;
}

.engines-oil{
background: linear-gradient(
  to right,
  #666666 0%,
  #666666 50%,
  #323232 50%,
  #323232 100%
);
}

.engines-oil .lead.internal, .engines-oil .display-5 {
  color: #e5e5e5 !important;
}

.engines-oil .lead.internal, .engines-synergy .lead.internal{
  font-size: 1rem;
}

.engines-synergy .lead.internal{
  color: white !important;
}

.engine-oil, .engine-oil-desc{
  display:inline-block;
}


.engine-oil-image{
  width:25%;
  vertical-align:top;
}

.engine-oil-desc{
  width:74%;
}

.enginesCopyright p{
    font-size:.85em;
}

.enginesTimelineMobile{
  display:none;
}

#engines .engines-oil .highlight-text{
  width:57%;
}


/*
FILMS PAGE
*/


/* thanks pages */
.thanks-internal {
    min-height: 400px;
}


/*
Giveaways PAGE
*/

#giveaways .car-overlap{
  position:relative;
  margin-bottom: -300px !important;
}

#giveaways .giveaway-steps .lead , #giveaways .giveaway-form-leadup .lead{
  font-size: 1em;
  color: #a3a3a3 !important;
}

#giveaways .giveaway-form-leadup .display-5{
  padding: 15px 0px;
}

.giveaway-inner{
  display:block !important;
  max-width:1400px;
  margin: 0px auto;
  text-align:justify;
}

.giveaway-desc{
  width:60%;
  vertical-align:bottom;
}

.step-1 {
  border-right:1px solid white;
}

.step-2{
  border-left:1px solid white;
}

.pre-footer-left{
  border-right: 1px solid black;
}

.pre-footer-right{
  border-left: 1px solid black;
}

 #giveaways #mc_embed_signup .mc-field-group.input-group{
   width: 78% !important;
   border-radius: 4px !important;
   font-size: 1.5em !important;
   padding: 12px 15px !important;
   height: 45px !important;
   margin: 0px auto !important;
   color:#5f6465 !important;
   text-align:left;
 }

#giveaways input[type=text], #giveaways input[type=email], #mc_embed_signup .mc-field-group select, #giveaways select#mce-ADDRESS-country {
    width: 75% !important;
    box-sizing: border-box !important;
    border: 2px solid #ccc;
    border-radius: 4px !important;
    font-size: 1.5em !important;
    background-color: #fff !important;
    background-position: 10px 5px !important;
    background-repeat: no-repeat !important;
    padding: 0px 15px;
    height: 45px !important;
    margin: 0px auto !important;
    color:#777773 !important;
}

#giveaways #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  margin: 1% 0 -3% 0 !important;
}

img.form-car-overlap {
    margin-bottom: -100px;
}

#giveaways #mc_embed_signup .mc-field-group.input-group ul li {
  font-size:18px;
}

#giveaways #mc_embed_signup .mc-field-group.input-group {
  height: 50px !important;
}

#giveaways .synergyCopyright{
  position:relative;
  top:0px;
}

.c-upload-button:after {
    content: " receipt photo";
}

/*
Giveaways Receipt Form
*/

.c-forms-heading {
  display:none;
}

.cognito .c-forms-form .c-label {
  font-size: 2em;
  color: #a3a3a3 !important;
}

.cognito #c-submit-button, .cognito .c-forms-form .c-fileupload-dropzone .c-upload-button {
  background-color:#cc3333 !important;
  color:white !important;
  border-radius:8px !important;
  font-size:2em !important;
  padding: 5px 50px !important;
  width: 30%;
  margin: 15px auto;
}

.cognito .c-forms-form .c-fileupload-dropzone .c-upload-button{
  width:75%;
}

.cognito .c-forms-form .c-validation {
    font-family: EMPrint-Regular !important;
    font-size: 1em !important;
    max-width: 50%;
    background: #cc3333;
    margin: 10px auto;
    border-radius: 3px;
}

.cognito a{
  visibility:hidden !important;
}

.cognito .c-forms-form a {
    font-size: 1em;
    visibility: visible !important;
}


span.c-fileupload-dropzone-message{
  display:none;
}

.cognito .c-forms-form .c-background-highlight{
  background: none !important;
}

/* Download pages */
.button-grey {
    min-width: 50%;
    background-color: #949494 !important;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}

/*
 * Extra utilities
 */

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.flex-equal > * {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
  }
}

div.bg-black{
  background-color:black;
}

div.bg-primary{
  color:white;
  background-color: #33ccff !important;
}

div.bg-darker{
  color:white;
  background-color: #323232 !important;
}

div.bg-darker .lead.internal{
  color:#a3a3a3 !important;
}

.overflow-hidden { overflow: hidden; }

.highlight-text{
  max-width:70%;
  margin:0px auto;
}

.flex25 {
    -webkit-flex: 1 0 0;
    flex: 1 0 0;
}
.flex33 {
    -webkit-flex:3 0 0;
    flex: 3 0 0;
}
.flex50 {
    -webkit-flex:1 0 0;
    flex: 1 0 0;
}
.flex75 {
    -webkit-flex: 2 0 0;
    flex: 2 0 0;
}

/* Add some content at the bottom of the video/page */

#videoLoop{
  max-width:100%;
  height:auto;
}

.bannerContainer{
  position:relative;
}

.video{
  width:100% !important;
  top:0;
  left:0;
  background-image: url("../img/HeaderDefault.png");
  height:auto;
  max-height: 600px;
  background-size:cover;
}

.logo-size {
    height: 150px;
    display: block;
    position:relative;
}

div.logo-size img{
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.content{
  width: 100% !important;
  position:absolute;
  z-index:10;
  color: #f1f1f1;
  max-width:1400px;
  text-align:center;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mail{
  margin:0px auto;
}

.btn{
  background-color:#cc3333;
  color:white;
  border-radius:8px;
  font-size:2em;
  padding: 5px 15px;
}

#homepage .btn{
  background-color:#cc3333;
  color:white;
  border-radius:8px;
  font-size:2em;
  padding: 5px 50px;
  float:right;
}

.home-bottle-nav .btn{
  width:75%;
  /* background-color: #f4f4f4 !important;
  color:black !important; */
  background-color:#cc3333 !important;
  color:white !important;
  position:relative;
  top:125px;
}

.home-bottle-nav .btn:hover{
  background-color:#cc3333 !important;
  color:white !important;
}

#homepage-new .btn {
  float:left;
}

.home-bottle-nav strong{
  float:right;
}

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

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

.home-step1{
  margin-right:-125px;
  z-index:5;
  position:relative;
}

.home-step2{
  marign-left:-125px;
  position:relative;
  z-index:1;
}

.bottom-mailer-container .btn {
  float:left;
}


.btn-outline-secondary{
  border: 0px !important;
}

.synergyCopyright p{
    font-size:.85em;
}

.synergyCopyright{
  position:relative;
  top:-75px;
  z-index:50;
}

/* footer */
.energy-lives-here {
    background-color: #174a99;
    background-image: -webkit-gradient(linear, left top, right top, from(#174a99), to(#00a0dc));
    background-image: -webkit-linear-gradient(left, #174a99 25%, #00a0dc);
    background-image: -moz-linear-gradient(left, #174a99 25%, #00a0dc);
    background-image: -o-linear-gradient(left, #174a99 25%, #00a0dc);
    background-image: linear-gradient(to right, #174a99 25%, #00a0dc);
    color: white;
    position: relative;
    margin-bottom: -1.5em;
}

.energy-lives-here .bkg {
    background: transparent url("../img/bkg.png") center;
}

.energy-lives-here .inner {
    height: 3.125em;
    *zoom: 1;
    max-width: 78em;
    _width: 78em;
    padding-left: 1em;
    padding-right: 1em;
    margin-left: auto;
    margin-right: auto;
}

.energy-lives-here i {
    position: relative;
    top: 1.0625em;
}

.elh-logo {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    background-image: url("../img/normal-s7b08cb0418.png");
    background-position: 0 -395px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 125px;
}

.energy-lives-here span {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    display: block;
}

sup {
    top: -0.5em;
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.energy-lives-here .inner::after{
    content: "";
    display: table;
    clear: both;
}

/* mobile styles */

#applicationWrapper {
    position: relative;
    right: 0px;
}

#applicationWrapper.active {
  position: relative;
  right: 300px;
  transition: all 0.25s linear;
}

@media only screen and (max-width: 1300px) {
  .content{
    height:530px !important;
  }

}



@media only screen and (max-width: 1100px) {
.content{
  height:460px !important;
}


}

@media only screen and (max-width: 1000px) {
.content{
  height:400px !important;
}

}


@media only screen and (max-width: 800px) {
  .content{
    height:280px !important;
  }

}

@media only screen and (max-width: 550px) {

    .content{
      height: 230px !important;
    }

    div#emailModal .modal-dialog {
        width: 90% !important;
    }

    #videoLoop {
      visibility:hidden;
    }

  }

  @media only screen and (max-width: 300px) {

  .content{
    height: 110px !important;
  }

  }

  @media only screen and (max-width: 475px) {

    .content{
      height: 160px !important;
    }

    }




/*

@media only screen and (max-width: 400px) {

    .content{
      top: 20%;
    }

  }

@media only screen and (max-width: 325px) {

    .content{
      top: 15%;
    }

}

*/

.content {
  left: 50%;
  transform: translateX(-50%);
  height:100%;
  max-height:600px;
}

.content-text{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}


@media only screen and (max-width: 1000px) {
  .banner .lead{
    font-size:1em !important;
  }

}

@media only screen and (max-width: 700px) {

    .inner-container{
      flex-direction:column;
    }

    .reverse-section {
      display:flex;
      flex-direction: column-reverse;
    }

    .flex25 {
        -webkit-flex: 0 1 auto !important;
        flex: 0 1 auto !important;
    }
    .flex75 {
        -webkit-flex: 0 1 auto !important;
        flex: 0 1 auto !important;
    }

    .btn{
      float:none;
    }

    .bottom-mailer-container .btn {
      float:none;
    }

    #homepage-new .btn {
      float:none;
    }

    .engines-oil{
      background: none;
    }

    .enginesTimelineDesktop{
      display:none;
    }

    .enginesTimelineMobile{
      display:block;
    }

    .pre-footer-left, .pre-footer-right{
      border-left: 0px;
      border-right: 0px;
    }

    .button-container{
      width:100%;
    }

    .banner .display-4{
      font-size:1.5em !important;
    }

    .banner .lead{
      font-size:1em !important;
    }

    .car-container {
      position:relative;
      top:-60px;
    }

    .display-5.internal, .lead.internal {
      text-align:center;
      padding:15px 25px;
    }

    .synergyCopyright {
      top: 0px;
    }

    #engines .car-container {
      margin: 40px auto -125px auto;
    }

    #engines .engines-oil .highlight-text{
      width:100%;
      max-width:100%;
    }

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

    .engine-oil-image{
      width:100%;
      text-align:center;
    }

    .giveaway-desc{
      width:100%;
      text-align:center;
    }

    .half-flex.step-1 {
      border-bottom: 1px solid white;
      border-right: 0px;
    }

    .half-flex.step-2 {
      border-top: 1px solid white;
      border-left:0px;
    }

    #giveaways #mc_embed_signup .mc-field-group.input-group ul li {
      font-size:14px;
    }

    #mc_embed_signup input[type=submit]{
      font-size:1em;
    }

    #giveaways input[type=text], #giveaways input[type=email], #mc_embed_signup .mc-field-group select, #giveaways select#mce-ADDRESS-country {
      font-size:1em !important;
      padding:0px 0px !important;
      width:100% !important;
    }

    #giveaways .car-overlap{
          margin-bottom: -150px !important;
    }

    .cognito #c-submit-button, .cognito .c-forms-form .c-fileupload-dropzone .c-upload-button{
      width:100%;
    }

    #giveaways input[type=text], #giveaways input[type=email], #mc_embed_signup .mc-field-group select, #giveaways select#mce-ADDRESS-country{
      padding:0px 15px !important;
    }

    .home-bottle-nav .btn{
      width:90%;
      background-color:#cc3333 !important;
      color:white !important;
      margin:0px auto;
    }

    .home-bottle-nav .btn:hover{
      background-color:#cc3333 !important;
      color:white !important;
    }

    #homepage-new .btn {
      float:none;
    }

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

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

    .home-step1{
      margin-right:0px;
      z-index:5;
    }

    .home-step2{
      marign-left:0px;
    }

    #homepage-new .bottle-buttons .py-5{
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }

    #giveaways #mc_embed_signup .mc-field-group.input-group {
    height: 100px !important;
}


#giveaways #mc_embed_signup .mc-field-group.input-group{
  width:100% !important;
  text-align:center;
}

}

@media only screen and (max-width: 400px) {

    .display-5 {
      padding: 15px 0px;
    }

    .button-inner-container .my-3.py-3 {
      padding-top: 0px !important;
      margin-top: 0px !important;
    }

    .inner-container{
      flex-direction:column;
    }

    .reverse-section {
      display:flex;
      flex-direction: column-reverse;
    }

    .btn{
      float:none;
    }

    .button-container{
      width:100%;
    }

    .banner .display-4{
      font-size:1em !important;
    }

    .lead {
      font-size:1em;
    }

    .banner .lead{
      font-size:0em !important;
    }


    .car-container{
      position:relative;
      top:-30px;
    }

}

.modal {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width:100% !important;
}

#mc_embed_signup_scroll, .modal-content{
  text-align:center;
}

#mc_embed_signup input[type=submit] {
    background-color:#fe000c;
    color:white;
    border-radius:8px;
    font-size:2em;
    margin:0px auto;
    height:50px;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  display: inline-block;
  margin: 2px 0 1em 0;
  padding: 5px 10px;
  background-color: red !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: normal;
  z-index: 1;
  color: white !important;
}

#mc_embed_signup div.response{
  width:100%;
  float:none;
}

/* old css */
-ms-viewport {
  width: device-width;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  text-decoration: none !important;
}
img {
  border-style: none;
}
details,
menu {
  display: block;
}
.d-inline {
  display: inline-block !important;
}
#topBar {
  background-color: #f0f0f0;
  height: 40px;
  position: relative;
}
#topBar .topBar-left {
  float: left;
  height: 40px;
}
#topBar .topBar-left ul.brandLinks {
  list-style: none;
  margin: 0;
  padding: 0;
}
#topBar .topBar-left ul.brandLinks li {
  margin: 0;
  position: relative;
  float: left;
}
#topBar .topBar-left ul.brandLinks li:first-child {
  padding-left: 0;
}
#topBar .topBar-left ul.brandLinks li a {
  padding: 10px 20px;
  color: #454545;
  display: block;
  font-weight: boldest;
  font-size: 13px;
  white-space: nowrap;
}
#topBar .topBar-left ul.brandLinks li a:hover {
  text-decoration: none;
  background-color: #d9d9d9;
}
#topBar .topBar-left ul.brandLinks li:first-child a {
  padding-left: 30px;
}
#topBar .topBar-left ul.brandLinks li:first-child:after {
  color: #d6d6d6;
  content: "\02022";
  display: block;
  font-family: serif;
  font-size: 15px;
  position: absolute;
  right: -2px;
  top: 9px;
}
#topBar .topBar-left ul.brandLinks li a:hover,
#topBar .topBar-left ul.brandLinks li a:active {
  background-color: #d9d9d9;
  text-decoration: none;
}
#navigation #MainNav .links ul li {
  border-top: 4px solid transparent;
}
#navigation #MainNav .links ul li:hover {
  border-top: 4px solid #039;
  background-color: #e5e5e5;
}
#navigation #topBar .topBar-right {
  float: right;
  height: 40px;
}
#navigation #topBar .topBar-right ul.nav-country {
  list-style: none;
  float: right;
  margin: 0px;
  padding: 0px;
}
#navigation #topBar .topBar-right ul.nav-country li {
  padding: 0px 10px;
}
#navigation #topBar .topBar-right ul.nav-country li a .nav-country-text {
  margin-left: 10px;
  position: relative;
  top: 3px;
  right: 5px;
  margin-bottom: 6px;
}
#navigation #topBar .topBar-right ul.nav-country li a {
  padding: 13px 10px;
  color: #454545;
  display: inline-block;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
}
#navigation #topBar .topBar-right ul.nav-country li {
  margin: 0;
  position: relative;
}
#navigation #topBar .topBar-right ul.nav-country li:hover {
  background-color: #d9d9d9;
  text-decoration: none;
}
img.step,
img.banner {
  max-width: 100%;
}
#MainNav #logo {
  max-height: 40px;
  margin: 28px 0 29px 30px;
}

section#navigation img#logo {
  max-height: 40px;
  margin: 28px 0 29px 30px;
}
#MainNav #mobileIcon {
  position: absolute;
  right: 20px;
  top: 26px;
  background: url("../img/HamburgerMenuIcon.png");
  background-position: 0 0;
  weight: 32px;
  height: 39px;
}
#MainNav .links {
  width: 300px;
  position: fixed;
  z-index: 20;
  background-color: #fff;
  top: 0;
  right: -300px;
  bottom: 0;
  -webkit-transition: right 0.4s ease;
  transition: right 0.4s ease;
  overflow-y: auto;
}
#MainNav .links ul {
  padding: 0 30px 0 25px;
  margin: 0;
  list-style: none;
}
#MainNav .links ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #b2b2b2;
}
#MainNav {
  background-color: #fff;
  position: relative;
  clear: both;
  box-shadow: 0 4px 4px -4px #808080;
}
#MainNav .links ul li a {
  display: block;
  padding: 28px 32px 24px 12px;
  color: #231f20;
  font-size: 17px;
  text-decoration: none;
}
#MainNav .links ul li a.active {
  color: #0067b1;
}
#page-splash {
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: url("../img/BG.jpg");
  background-size: cover;
  z-index: 10000;
  justify-content: center;
  align-items: center;
  color: #fff;
  flex-direction: column;
  overflow-y: scroll;
}
#page-splash.distributor {
  background: none;
  background-color: #fff;
  color: #4e4f4f;
  background-size: cover;
}
#page-splash.PRI2017 {
  background: none;
  background-color: #000;
  color: #fff;
  background-size: cover;
}
#page-formSplash {
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  flex-direction: column;
}
#page-splash.distributor h6.descriptionText.distributor {
  font-size: 22px;
}
body #page-splash.internalPage {
  background: none !important;
  background-color: #fff !important;
  color: #000 !important;
  font-size: 1.5em !important;
}
body #page-formSplash.internalPage {
  background: none !important;
  background-color: #fff !important;
  color: #000 !important;
  font-size: 1.5em !important;
}
.d-none {
  display: none;
}
.input-group {
  display: block !important;
}
section#prizeInfo {
  text-align: center;
  width: 100% !important;
  max-width: 675px;
  margin: 0px auto;
  padding: 0px 25px;
}
section#prizeInfo.thankYou {
  margin: 5% auto;
}
section#prizeInfo.thankYou.distributor,
section#prizeInfo.thankYou.distributor ul {
  text-align: left;
}
section#prizeBanner {
  text-align: center;
  width: 100% !important;
  background-color: #f0f0f0;
  height: 175px;
}
#prizeHeader .left,
#prizeHeader .right {
  width: 50%;
  display: inline-block;
  padding: 5px;
}
section#page-splash.distributor h6,
section#page-splash.distributor h4,
section#page-splash.distributor h3,
section#page-splash.distributor li,
img.step,
img.banner {
  padding: 25px 0px !important;
}
section#formInfo {
  text-align: left;
  width: 90% !important;
}
input#promoCode {
  display: block;
  text-align: center;
  margin: 25px auto !important;
  width: 75% !important;
}
section#surveyPrizeBanner {
  background-color: #f0f0f0;
  height: auto;
  text-align: center;
}
#surveySection section#surveyPrizeBanner {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
section#prizeInfo img.prizes,
section#formInfo img.prizes,
section#prizeBanner img.prizes,
img.stroke {
  max-width: 100%;
  max-height: 100%;
}
section#prizeInfo h3.titleText,
section#formInfo h3.titleText,
section#prizeBanner h3.titleText {
  padding: 0px 0px 0px 0px;
  font-size: 3em;
}
h3.titleText.distributor,
h6.descriptionText.distributor {
  text-align: left;
}
h3.titleText.distributor {
  font-size: 3.5em !important;
}
h4.prizeDescription.distributor {
  font-size: 1.5em !important;
}
div.left,
div.right {
  vertical-align: top !important;
}
section#page-splash.distributor h6.prizeDescriptionText.distributor {
  font-size: 1em;
  background-color: #0067b1;
  border-radius: 3px;
  padding-left: 10px !important;
  padding-right: 10px !important;
  color: #fff;
}
#page-splash.distributor.fillcap {
  font-size: 1em;
  background-color: #000;
  border-radius: 3px;
  padding-left: 10px !important;
  padding-right: 10px !important;
  color: #fff;
}
h5.secondaryTitleText {
  font-weight: boldest;
  color: #0067b1;
  text-align: left;
}
div.prizeSteps .step.fillcap {
  background-color: #616260;
  padding: 15px;
}
div.prizeSteps.fillcap div.step.left {
  width: 20%;
  display: inline-block;
  text-align: left;
  vertical-align: middle !important;
}
div.prizeSteps.fillcap div.step.left img {
  width: 90%;
  display: inline-block;
  text-align: left;
}
div.prizeSteps.fillcap div.step.right {
  width: 80%;
  display: inline-block;
  text-align: left;
  vertical-align: middle !important;
}
.step.fillcap {
  margin: 15px 0px;
  border-radius: 25px;
}
#informationSection {
  background-color: #5b5c5a;
  padding: 5px 15px;
  border-radius: 25px;
}
div.prizeSteps h4 {
  font-size: 2em;
}
div.prizeSteps img.step {
  width: 50%;
  height: auto;
}
img.step {
  display: block;
  margin: 0px auto;
}
span.special {
  color: #0067b1;
}
#MainNav #mobileNav {
  position: absolute;
  right: 20px;
  top: 26px;
  background: url("../img/HamburgerMenuIcon.png");
  background-position: 0 0;
  width: 32px;
  height: 39px;
}
#MainNav #mobileNav:hover {
  cursor: pointer;
}
#MainNav #mobileNav:hover,
#MainNav #mobileNav:Active {
  background-position: 0px -41px;
}
#MainNav #mobileNav .links {
  padding: 0 30px 0 25px;
  margin: 0;
  list-style: none;
}
#MainNav .links {
  position: fixed;
  z-index: 20;
  background-color: #fff;
  width: 100%;
  top: 0;
  right: -300px;
  bottom: 0;
  border: 1px solid #e5e5e5;
  transition: right 0.4s ease;
  overflow-y: auto;
}
#MainNav .links.active {
  right: 0px;
  transition: all 0.25s linear;
}
#footerTopBar {
  padding: 0;
  color: #fff;
  background-color: #454545;
  font-family: EMprint, Arial, sans-serif;
  font-size: 14px;
  position: relative;
  z-index: 1;
}
#footerTopBar:before {
  background-repeat: repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
}
#footerTopBar .footerTopWrapper {
  padding: 35px 20px 30px;
}
#footerTopBar .footerTopWrapper .footerLinkWrapper {
  overflow: hidden;
  display: block;
}
#footerTopBar .footerTopWrapper .footerLinkWrapper #footer-nav-items {
  margin-bottom: -15px;
}
#footerTopBar .footerTopWrapper .footerLinkWrapper .footer-links {
  list-style: none;
  padding: 0;
}
#footerTopBar .footerTopWrapper .footerLinkWrapper .footer-links > li {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  margin: 0 15px 15px 0;
  text-shadow: 0 -1px 1px rgba(18,18,18,0.15);
  vertical-align: middle;
}
#footerTopBar .footerTopWrapper .footerLinkWrapper .footer-links > li > a,
#footerTopBar .footerTopWrapper .footerLinkWrapper .footer-links > li > a:hover {
  text-decoration: none;
}
#footerTopBar .footerTopWrapper .footerLinkWrapper .footer-links > li > a:hover {
  border-bottom: 1px solid rgba(212,212,212,0.4);
  outline: 0;
}
#footerTopBar .footerTopWrapper .footerLinkWrapper .footer-links > li > a {
  color: #dedede;
  margin-left: 15px;
  outline: 0;
  position: relative;
  text-shadow: 0 2px 0 rgba(18,18,18,0.32);
}
#footerTopBar .footerTopWrapper .footerLinkWrapper .footer-links > li.footerGlobalSelector {
  padding-left: 24px;
  display: block;
}
#footerTopBar .footerTopWrapper .footerLinkWrapper .footer-links > li > a:before {
  color: #808080;
  content: "\02022";
  font-family: serif;
  font-size: 9px;
  left: -19px;
  position: absolute;
  text-shadow: 0 -1px 0 rgba(18,18,18,0.4);
  top: 0;
}
#footerTopBar .footerTopWrapper,
#footerBottomBar {
  padding-left: 30px;
  padding-right: 30px;
}
#footerBottomBar {
  padding: 40px 20px 20px;
  color: #dedede;
  background-color: #333;
  font-family: EMprint, Arial, sans-serif;
  font-size: 12px;
}
#footerBottomBar ul#logos li#ExxonMobil {
  display: block;
  margin-right: 80px;
  margin-bottom: 9px;
}
#footerBottomBar ul#logos li#Exxon {
  margin-right: 20px;
}
#footerBottomBar ul#logos li#Mobil {
  top: -2px;
  margin-right: 26px;
}
#footerBottomBar ul#logos li#Esso {
  top: -2px;
  margin-right: 20px;
}
#footerBottomBar ul#logos li#Xto {
  top: -2px;
}
#footerBottomBar ul#logos li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
  line-height: 23px;
  vertical-align: middle;
}
#footerBottomBar ul#logos {
  font-size: 0px;
}
#footerBottomBar ul#logos li img {
  background-size: 1000px 30px;
  background-image: url("../img/icon-logos-updated-newlogo.svg");
  background-repeat: no-repeat;
}
#footerBottomBar ul#logos {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  float: none;
  width: auto;
}
#footerBottomBar ul#logos li#ExxonMobil img {
  width: 122px;
  height: 30px;
  background-position: -300px;
}
#footerBottomBar ul#logos li#ExxonMobil img:hover {
  background-position: -450px;
}
#footerBottomBar ul#logos li#Exxon img {
  width: 35px;
  height: 30px;
  background-position: -600px;
}
#footerBottomBar ul#logos li#Exxon img:hover {
  background-position: -650px;
}
#footerBottomBar ul#logos li#Mobil img {
  width: 38px;
  height: 30px;
  background-position: -699px;
}
#footerBottomBar ul#logos li#Mobil img:hover {
  background-position: -749px;
}
#footerBottomBar ul#logos li#Esso img {
  width: 35px;
  height: 30px;
  background-position: -798px;
}
#footerBottomBar ul#logos li#Esso img:hover {
  background-position: -848px;
}
#footerBottomBar ul#logos li#Xto img {
  width: 40px;
  height: 30px;
  background-position: -900px;
}
#footerBottomBar ul#logos li#Xto img:hover {
  background-position: -950px;
}
#footerBottomBar #linksSection {
  float: none;
  width: auto;
  line-height: 1.5;
  font-weight: 600;
}
#footerBottomBar #linksSection ul#links {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
}
#footerBottomBar #linksSection ul#links li {
  list-style: none;
  padding: 0 2px 0 12px;
  margin: 0;
  display: inline-block;
  position: relative;
}
#footerBottomBar #linksSection ul#links li a,
#footerBottomBar #linksSection ul#links li:hover {
  text-decoration: none;
}
#footerBottomBar #linksSection ul#links li a {
  color: #dedede;
  text-shadow: 0 2px 0 rgba(18,18,18,0.32);
}
#footerBottomBar #linksSection ul#links li:before {
  content: "\02022";
  left: -8px;
  position: relative;
  font-size: 9px;
  line-height: 12px;
  color: #7b7b7b;
  text-shadow: 0 -1px 0 rgba(18,18,18,0.4);
}
#footerBottomBar #linksSection ul#links li:first-child:before {
  content: "";
}
#footerBottomBar #linksSection ul#links li:first-child {
  padding-left: 0;
}
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}
#topBar .topBar-right ul.nav-country .icon-globe-small {
  top: 3px;
}
#footerTopBar .footerTopWrapper .footerLinkWrapper .footer-links > li.footerGlobalSelector > a:before {
  display: none;
}
.icon-globe-small {
  background-image: url("../img/icons.png");
  background-position: -288px -55px;
  display: inline-block;
  width: 16px;
  height: 16px;
}
form#codeForm {
  text-align: center;
}
input[type=text],
input[type=email] {
  width: 75%;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  font-size: 1.5em;
  background-color: #fff;
  background-position: 10px 5px;
  background-repeat: no-repeat;
  padding: 12px 15px;
  height: 45px;
  margin: 15px 0px;
}
#secondSection .input-group {
  display: block;
  max-width: 75%;
  margin: 0px auto;
}
#secondSection .input-group ul,
#surveySection.distributor .input-group ul {
  list-style: none;
  text-align: left;
}
#secondSection .input-group label,
#surveySection.distributor .input-group label {
  padding: 0px 10px;
  font-size: 18px;
  display: inline-block;
  width: 90%;
  vertical-align: top;
}
#secondSection select,
#surveySection.distributor select {
  width: 75%;
  display: block;
  box-sizing: border-box;
  border: 0px solid #ccc;
  border-radius: 4px;
  font-size: 18px;
  color: #808080;
  background-color: transparent;
  background-image: url("../img/formEnd.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 4px 10% 4px 5%;
  margin: 15px auto;
  white-space: pre-line;
  font-size: 16px;
  height: 60px;
}
#mc_embed_signup img {
  max-width: 100%;
}
.field-shift {
  left: -9999px;
  position: absolute;
}
html[dir="rtl"] .field-shift {
  right: -9999px;
  left: auto;
}
#firstSection,
#secondSection {
  display: block;
  width: 90%;
  margin: 0px auto;
}
.hidden {
  display: none;
}
::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
@media (max-width: 601px) {
  #secondSection select {
    padding: 12px 10% 12px 5%;
    background-color: #fff;
    background-image: none;
    background-size: 100% 100%;
    font-size: 18px;
  }
  #footerTopBar .footerTopWrapper {
    padding-left: 10px !important;
  }
  #navigation #topBar .topBar-right ul.nav-country li a .nav-country-text {
    top: -3px;
  }
  #secondSection select {
    height: 90px;
    font-size: 17px;
  }
  #secondSection .input-group {
    max-width: 100%;
    padding: 10px 0px;
  }
  section#prizeInfo h6.descriptionText,
  label.questionLabel,
  .radio {
    font-size: 1.5em;
  }
  input[type=text],
  input[type=email] {
    font-size: 18px;
    padding: 0px 15px;
  }
  section#prizeBanner {
    height: 125px;
  }
  section#surveyPrizeBanner {
    height: auto;
    max-height: 100%;
  }
  section#prizeBanner img.prizes {
    padding: 20px 0px;
  }
  section#surveyPrizeBanner li {
    width: 30%;
    overflow-x: visible !important;
  }
  section#prizeInfo h3.titleText {
    font-size: 2em;
  }
  [type="checkbox"]:checked:after {
    font-size: 14px;
    position: absolute;
    top: -3px;
    left: 0px;
    color: #039;
    content: '\2714';
  }
  input[type=text],
  input[type=email],
  #secondSection select {
    width: 100%;
  }
}
@media (min-width: 300px) {
  #MainNav .links {
    width: 300px;
  }
}

@media (min-width: 601px) {
  .d-md-inline {
    display: inline !important;
  }
  #footerBottomBar ul#Logos li#ExxonMobil {
    display: inline-block;
  }
  h4.prizeDescription.distributor {
    font-size: 1em !important;
  }
  #navigation #topBar .topBar-right ul.nav-country li a .nav-country-text {
    margin-left: 5px;
    top: -3px;
    right: auto;
    margin-bottom: 0;
  }
  #navigation #topBar .topBar-right ul.nav-country li a {
    padding-right: 20px;
  }
  .d-md-none,
  .d-none {
    display: none !important;
  }
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
  }
  section#page-splash.distributor h6,
  section#page-splash.distributor h4,
  section#page-splash.distributor h3,
  section#page-splash.distributor li,
  img.step,
  img.banner {
    padding: 0px 0px !important;
  }
  section#prizeInfo h3.titleText.fillcap {
    font-size: 2.5em !important;
  }
}
@media screen and (min-width: 1001px) {
  #footerBottomBar ul#logos {
    float: left;
    width: 450px;
  }
  #footerBottomBar {
    padding-left: 30px;
    padding-right: 30px;
  }
  #MainNav .links {
    -webkit-transition: right 0ms ease;
    transition: right 0ms ease;
    position: absolute;
    border: none;
    right: 0;
    bottom: auto;
    width: auto;
    height: 94px;
    overflow: hidden;
  }
  #MainNav .links .ul {
    padding: 0;
    margin-right: 30px;
  }
  #MainNav .links ul li {
    display: inline-block;
    border-style: none;
  }
  #MainNav .links ul li a {
    font-family: EMprint-Semibold, Arial, sans-serif;
    padding: 35px 25px 34px;
    color: #000;
  }
  #footerBottomBar #linksSection {
    float: right;
    width: 450px;
    text-align: right;
    line-height: 1.1;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-none {
    display: none !important;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  [type="radio"] {
    left: auto;
    position: relative;
  }
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #4d4d4c !important;
}
.table-hover > tbody > tr:hover,
.table-striped > tbody > tr:nth-of-type(odd):hover {
  background-color: #a0a19f !important;
}
