html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  }

@font-face {
    font-family: 'breuer';
    src: url('../fonts/breuerheadline-oblique-webfont.eot');
    src: url('../fonts/breuerheadline-oblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/breuerheadline-oblique-webfont.woff2') format('woff2'),
         url('../fonts/breuerheadline-oblique-webfont.woff') format('woff'),
         url('../fonts/breuerheadline-oblique-webfont.ttf') format('truetype'),
         url('../fonts/breuerheadline-oblique-webfont.svg#breuer') format('svg');
    font-weight: 900;
    font-style: italic;
}
@font-face {
    font-family: 'breuer';
    src: url('../fonts/breuerheadline-webfont.eot');
    src: url('../fonts/breuerheadline-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/breuerheadline-webfont.woff2') format('woff2'),
         url('../fonts/breuerheadline-webfont.woff') format('woff'),
         url('../fonts/breuerheadline-webfont.ttf') format('truetype'),
         url('../fonts/breuerheadline-webfont.svg#breuerheadlineregular') format('svg');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'breuer';
    src: url('../fonts/breuertext-bold-webfont.eot');
    src: url('../fonts/breuertext-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/breuertext-bold-webfont.woff2') format('woff2'),
         url('../fonts/breuertext-bold-webfont.woff') format('woff'),
         url('../fonts/breuertext-bold-webfont.ttf') format('truetype'),
         url('../fonts/breuertext-bold-webfont.svg#breuer') format('svg');
    font-weight: 700;
    font-style: normal;

}
@font-face {
    font-family: 'breuer';
    src: url('../fonts/breuertext-regular-webfont.eot');
    src: url('../fonts/breuertext-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/breuertext-regular-webfont.woff2') format('woff2'),
         url('../fonts/breuertext-regular-webfont.woff') format('woff'),
         url('../fonts/breuertext-regular-webfont.ttf') format('truetype'),
         url('../fonts/breuertext-regular-webfont.svg#breuer') format('svg');
    font-weight: 400;
    font-style: normal;

}
@font-face {
    font-family: 'breuer';
    src: url('../fonts/breuertext-bolditalic-webfont.eot');
    src: url('../fonts/breuertext-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/breuertext-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/breuertext-bolditalic-webfont.woff') format('woff'),
         url('../fonts/breuertext-bolditalic-webfont.ttf') format('truetype'),
         url('../fonts/breuertext-bolditalic-webfont.svg#breuer') format('svg');
    font-weight: 700;
    font-style: italic;

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

body.page-template-default {
  font-family: 'breuer';
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
  background-position: top center;
  background-repeat: no-repeat;
  
}
body.page-template-default .disclaimer-footer {
  display: none;
}


a:hover, a:focus {
  outline: none;
}

.op-logo{
  z-index: 99;
  position: relative;
}
.login {
  float: right;
  color: #0c76c9;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 3px 8px;
  text-decoration: none;
  overflow: hidden;
  line-height: 26px;
  background:rgba(255,255,255,0.7);
  position: relative;
  z-index: 9;
  width: 230px;
  z-index: 999;
}

.login span {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffe800+0,ffaf00+100 */
  background: #ffe800; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffe800 0%, #ffaf00 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #ffe800 0%,#ffaf00 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #ffe800 0%,#ffaf00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe800', endColorstr='#ffaf00',GradientType=0 ); /* IE6-9 */
  position: relative;
  float: right;
  top: -3px;
  right: -8px;
  color: #816A46;
  font-weight: 900;
  font-size: 24px;
  padding: 0 10px;
  margin-bottom: -6px;
  line-height: 32px;
}
.login:hover span {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffaf00+0,ffe800+100 */
background: #ffaf00; /* Old browsers */
background: -moz-linear-gradient(top,  #ffaf00 0%, #ffe800 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffaf00 0%,#ffe800 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffaf00 0%,#ffe800 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf00', endColorstr='#ffe800',GradientType=0 ); /* IE6-9 */

}

.image-caption{
  margin-top: -90px!important;;
  position:relative;
}

.image-caption img {
    display: block;
    margin: 0 auto;
  }



.steps-links a {
  
    display: block;
    text-align: left;
    font-style: normal;
    padding-left: 10px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 18px;
    font-weight: 700;
    font-family: breuer;
    text-shadow:0 2px 3px rgba(0,0,0,0.7); 
}
.steps-links .element{
  display: flex;
  justify-items: center;
  align-items: center;
}
.steps-links .element:before{
  content:"";
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#195078+0,2e89b6+100 */
  background: rgb(25,80,120); /* Old browsers */
  background: -moz-linear-gradient(left,  rgba(25,80,120,1) 0%, rgba(46,137,182,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(25,80,120,1) 0%,rgba(46,137,182,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(25,80,120,1) 0%,rgba(46,137,182,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#195078', endColorstr='#2e89b6',GradientType=1 ); /* IE6-9 */
  width:90px;
  height:90px;
  min-width: 90px;
  min-height: 90x;
  float: left;
  border-radius:100px;
  border:5px solid #ffcd00;
  color: #ffcd00;
  text-align: center;
  line-height: 80px;
  font-weight: 900;
  font-size: 60px;
}
.steps-links .step1 .element:before{
  content: "1";
}
.steps-links .step2 .element:before{
  content: "2";
}
.steps-links .step3 .element:before{
  content: "3";
}

.clicktnc{
  background: rgba(4,46,106,0.5);
  max-width: 220px;
  margin: 0 auto;
  text-align: center;
  padding: 5px;
  margin-bottom:10px;
  border:1px solid rgba(4,46,106,0.5);
  cursor: pointer;
}
.clicktnc a {
  display: block;
  color:#fff;
  
}
.extraterms{
  background: rgba(4,46,106,0.5);
  max-width: 660px;
  margin: 0 auto;
  text-align: center;
  padding: 5px;
}
.extraterms p{
  margin-bottom: 0;
}
.tncapply a{
  color: #fff;
  text-decoration: underline;
}

footer {
 z-index: 5;
 text-align: center;
 position: relative;
 width: 100%;
 opacity: 0;
 z-index: 999;
  min-width: 960px;
}
footer a{
  color:#fff;
}
footer .links {
  list-style: none;
  margin: 0; 
  padding: 0;
  text-align: center;

}
footer .links li {
  display: inline-block;
  padding: 0 5px 0 3px;
  border-right: 1px solid #fff;
}
footer .links li:last-child{
  border-right: 0;
}
footer .links li a {
  color: #fff;
  display: block;
  line-height: 10px;
  text-decoration: none;
  font-size: 11px;
}

.steps a{
  color: #fff;
  text-decoration: underline;
}

.tncmain {
  border-top:1px solid rgba(255,255,255,0.3);
  padding-top: 10px;
  font-size: 12px;
   border-bottom:1px solid rgba(255,255,255,0.3);
}
.tncmain h4{
  color: #fff;
  text-align: left;
  font-size: 12px;
  margin-bottom: 10px;
  padding-left: 15px;
}
.tncmain li{
  margin-bottom: 0;  
}
.tncmain ol li ol {
    list-style: disc;
    margin-left: 0;
    padding-left: 10px;
}


.btn-action {
  display: block;
  position: relative;
  margin:-10px auto 20px;
  top: 0px;
  max-width:260px;
  border-radius: 14px;
  background: none;
  padding: 2px;
  font-size: 24px;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  text-align: center;
  text-shadow:0 1px 1px rgba(0,0,0,0.5);
}

.btn-action.animated{ 
  width: 200px;
  height: 46px;
  left:-8px;
    
}
.btn-action.animated > .element a:before, .btn-action.animated > .element a:after{
  display: none;
}
.btn-action.moreinfobtn > .element a {
  background: url(../images/moreinfoanimation.gif);
  text-indent: -999px;
  overflow: hidden;
  width: 200px;
  height: 46px;
}

.btn-action > .element a {
  color: #fff;
  position: relative;
  display: block;
  line-height: 50px;
    font-family: 'breuer';
  font-size:32px;
  font-style:italic;
  font-weight:900;
}


.btn-action:before{
  content: ""; 
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  top: 0;
  background: #61c900;
  z-index: -1;
  transform: skewX(-10deg);
  display: block;
}


.btn-action .element a:before {
  content: "";
  position: absolute;
  width: 100px;
  z-index: -1;
  left: 0;
  top: -2px;
  bottom: -2px;
  transform: skewX(-25deg);
  animation: animationFrames 2s ease 1s infinite;
   -webkit-animation: animationFrames 2s ease 1s infinite;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,9ee52c+25,9ee52c+50,9ee52c+75,ffffff+100&0+0,0.5+25,1+50,0.5+75,0+100 */
  background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(158,229,44,0.5) 25%, rgba(158,229,44,1) 50%, rgba(158,229,44,0.5) 75%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(158,229,44,0.5) 25%,rgba(158,229,44,1) 50%,rgba(158,229,44,0.5) 75%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(158,229,44,0.5) 25%,rgba(158,229,44,1) 50%,rgba(158,229,44,0.5) 75%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */

}
@-webkit-keyframes animationFrames {
   0% {
    left: 0;
    opacity: 1;
  }
  25%{
    left: 65%;
  }
  40%{
     left:0;   
  }
  45%{
    opacity: 1;
  }
  50%{
    left:65%;
    opacity: 0;
  }
  100% {
    left:0;
    opacity: 0;
  }
  }
@keyframes animationFrames{
  0% {
    left: 0;
    opacity: 1;
  }
  25%{
    left: 65%;
  }
  40%{
     left:0;   
  }
  45%{
    opacity: 1;
  }
  50%{
    left:65%;
    opacity: 0;
  }
  100% {
    left:0;
    opacity: 0;
  }
}



.btn-action .element a:after {
  content: "\00BB";
  font-size: 36px;
  transform: scaleY(1.5);
  display: inline-block;
  position: relative;
  top: -3px;
  left: 5px;
  font-weight: 900;
  font-family: 'breuer';
}
.btn-action .element p {
  margin: 0;
}


.tncapply{
  text-align: center;
  font-size: 11px;
  margin: 20px auto;
  max-width: 700px;
}

@media screen and ( max-height: 700px ){
  .image-caption img {
    max-height: 460px;
  }
  .btn-action.animated{ 

    left:-5px;
      
  }
}

@media screen and ( max-height: 600px ){
  .image-caption img {
    max-height: 370px;
  }
  .btn-action.animated{ 

    left:15px;
      
  }
}

@media (min-width: 768px){
  .btn-action{
   left: 25px;
  }

}

@media (max-width: 767px){
  body.page-template-default{
    background-position:top left;
  }
  .banner{
   padding-top: 0;  
  }
  .login{
    top:-35px;
    padding-top:0;
    margin: 0 auto;
    float: none;
    display: block;
    background: none;
    color:#fff!important;;
    border:0; 
    text-align: center;
    
  }
  .login span{
    display: none;
  }
  .op-logo{
    text-align: center;
    margin-top: -30px;
  }
  .image-caption{
    margin-top: -80px!important;;
    position:relative;
    padding:0 10px;
  }
  .fixed-width{
   width: 100%; 
  }
  .one-column.column, .eight.columns, .one-half.column{
     width: 100%!important;
  }
  .steps-links {
    max-width: 300px;
    margin: 0 auto;
    
  }
  .steps-links .element:before{
    width:70px;
    height:70px;
    min-height:70px;
    min-width:70px;
    line-height:60px;
    font-size:48px;
    top:-5px;
    position:relative;
  }
}
@media (max-width: 479px){
  .extraterms {
    font-size: 12px;
    padding: 5px 10px;
    margin-bottom: 5px;
  }

  
} 