
.lander-container {
    margin: 0 auto;
    max-width:870px;
    text-align:left;
    margin-top:100px;
}

.heading{
    color: #000000;
    font-size: 13.0pt;
    font-weight: bold;
}
.heading2 {
    color: #000000;
    font-size: 15.0pt;
    font-weight: bold;
}


.footer {
    text-align: center;
}
.foot {
    font-size:12px;
}
.foot a {
    color: #cf64f2;
    text-decoration: none;
}

.confirm {
    display: none;
    background-color: white;
    width: 430px;
    height: 185px;
    position: fixed;
    top: 40%;
    left: 50%;
    margin-left: -225px;
    box-shadow: 0px 0px 3px rgba(0,0,0,.35);
    z-index: 2147483647;
}

.confirm > h2 {
    color: black;
    font-size: 22px;
    width: 367px;
    font-weight: 400;
    padding-top: 25px;
    padding-left: 25px;
    font-family: Helvetica, Arial, Sans-Serif;
    line-height: 25px;
}

.confirm > button {
    cursor: pointer;
    bottom: 30px;
    position: absolute;
    width: 80px;
    text-align: center;
    font-size: 15px;
    padding: 5px 0;
}

.confirm > button.yes {
    right: 122px;
    padding: 7px 0;
    border: 1px solid #ddd;
    background-color: transparent;
    color: #ddd !important;
}

.confirm > button.no {
    right: 27px;
    border: none;
    background-color: #008CBA;
    padding: 7px 0;
    color: white !important;
}

#eu_message {
    display: none;
    font-size: 11px;
    font-weight: normal;
    margin-top: 20px;
    color: #c0c0c0;
    text-align: left;
}

#eu_message a {
    color: #c0c0c0;
}

.panel {
    left: 346px;
    top: 180px;
}

.popoverlay {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2147483647;
    display: none;
}

.popupDiv {
    background: rgba(0, 0, 0, .8);
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
}

.popupText {
    text-align: center;
    font-size: 27px;
    line-height: 32px;
    width: 457px;
    color: #fff;
    font-family: verdana;
    position: absolute;
    background: url(/landers/assets/images/arrow.png) center 100px no-repeat;
    padding-top: 267px;
    padding-bottom: 116px;
    top: 70px;
    left: 100px;
    margin-left: 38px;
    background-size: 41% 43%;
}

div#arrow-step {
    width: 300px;
    height: 390px;
    position: absolute;
    top: 48px;
    left: calc(50% + 500px);
    display: none;
    z-index: 2147483647;
}

div.arrow-img > img {
    width: 300px;
    height: 200px;
}

div.arrow-box {
    width: 270px;
    height: 140px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
    border: 5px solid #333333;
    background-color: #CCCCCC;
    font-family: Arial;
    font-weight: bold;
    font-size: 18pt;
    color: #000000;
    text-align: center;
    line-height: 35px;
    padding-top: 25px;
    position: absolute;
    top: 220px;
    right: 0px;
}

div#arrow-step-up {
    width: 300px;
    height: 390px;
    position: absolute;
    top: inherit;
    bottom: 0px;
    right: 0px;
    display: none;
    z-index: 2147483647;
}

div.arrow-up-img {
    position: absolute;
    right: 55px;
    bottom: 160px;
    text-align: center;
}

div.arrow-up-img > img {
    width: 150px;
    height: 200px;
}

div.arrow-up-box {
    width: 270px;
    height: 140px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
    border: 5px solid #333333;
    background-color: #CCCCCC;
    font-family: Arial;
    font-weight: bold;
    font-size: 18pt;
    color: #000000;
    text-align: center;
    line-height: 35px;
    padding-top: 25px;
    position: absolute;
    top: 220px;
    right: 0px;
}

div#arrow-step-yellow {
    position: absolute;
    top: 48px;
    left: calc(50% + 500px);
    display: none;
    z-index: 2147483647;
}
div#arrow-step-yellow .arrow-yellow-img,
div#arrow-step-yellow .arrow-yellow-box{
    float: left;
    margin-bottom: 5px;
}
div#arrow-step-yellow .arrow-yellow-box{
    background: #efefef;
    padding: 5px 10px;
    border-radius: 5px;
    max-width: 200px;
    border: 1px solid #ccc;
    font-size: 16px;
    line-height: 20px;
    margin-left: 5px;
}
div#arrow-step-yellow .arrow-yellow-box .default-disclaimer {
    font-weight: 600;
}
div#arrow-step-yellow .arrow-yellow-box .extension-disclaimer strong {
    display: block;
}
div#arrow-step-yellow .arrow-yellow-img {
    padding-left: 15px;
}
div#arrow-step-yellow .arrow-yellow-img img {
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: bounce-horizontal;
    animation-timing-function: ease-out;
}
@keyframes bounce-horizontal {
    0%   { transform: translateX(0); }
    50%  { transform: translateX(-15px); }
    100% { transform: translateX(0); }
}



#blackout {
    top: 0px !important;
    left: 0px !important;
    bottom: 0px !important;
    right: 0px !important;
    position: fixed !important;
    overflow-y: auto !important;
    background: rgb(0, 0, 0) !important;
    opacity: 0.85 !important;
    z-index: 2147483646 !important;
    display: none;
}
