@charset "UTF-8";
@import url("welcome.css");
@import url("//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css");

#welcome #pageContent {
    margin: 0px 0px;
}

img.bg {
    min-height: 100%;
    min-width: 1020px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.welImage { background:url(http://g-ec2.images-amazon.com/images/G/01/omaha/images/WelcomePage/af_welcomebackground._V288790855_.jpg) 50% 75% no-repeat; background-size:cover; }

.welPanel {
    min-height: 600px;
}

html, body{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    width: 100%;
    height: 100%;
}

p {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #7B7B7B;
    padding-top: 2px;
}
    
a:hover {
    text-decoration: none;
    color: #669900;
}

hr {
    width: 80%;
    margin-left: 10%;
    border-bottom:1px solid #cccccc;
}

.slidebox {
    position: absolute;
    margin-top: 10%;
    left: 20%;
    height: auto;
    width: auto;
    background-color: #FFF;
    opacity: 0.93;
    -webkit-box-shadow: 1px 1px 20px 2px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 1px 20px 2px rgba(0,0,0,0.5);
    box-shadow: 1px 1px 20px 2px rgba(0,0,0,0.5);
}
    
.inner {
    background-color: none;
    border: 1px solid #959595;
    margin: 15px;
    padding: 20px 0px;
}

#mainhead {
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 100;
    font-size: 24px;
    line-height: 28px;
}

#icontext {
    width: 120px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 16px;
    display: inline-block;
    vertical-align: text-top;
}

#selecticon {
    padding: 10px 15px;
    height: 100%;
}

#introprops {
    text-align: left;
    margin-top: 30px;
}

.rightborder {
    border-right:1px solid #cccccc;
    padding-right: 25px;
}

.zipbox {
    text-align: left;
    padding: 20px 30px 0px;
}

#welcome input[type='text'] {
    margin: 10px 0px; 
    height: 34px; 
    width: 100%;
    display: inline;
}

.zipentry input[type='submit'] {
    height: 34px;
    margin-bottom: 10px;
}

.ziperror {
    color: red;
}

.zipundeliverable {
    font-weight: bold;
}

.mobile {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    color: #A0A0A0;
    padding-top: 5px;
    padding-bottom: -5px;
}


/*Media Queries*/


@media (max-width: 1240px) {
    
    #icontext {
        width: 100px;
    }
    
    #selecticon {
        padding: 10px 0px;
    }
    
    .rightborder {
        padding-right:10px;
    }
    
    .zipbox {
        padding: 20px 20px 0px;
    }

}

@media only screen and (min-width: 1440px) {
    .welPanel{min-height: 900px;}

}

@media only screen and (min-width: 1600px) {
    .welPanel{min-height: 1200px;}

}

