/* RSA style basics */
body {
    background: #e9eaeb;
    font-family: "Lato","Open Sans",sans-serif;
    font-size: 1.5em;
    line-height: 1.6;
}
#page-wrapper {
    background-color: #fff;
    border: solid #d9dadb;
    border-width: 0 1px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans",sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

/* Page elements */
.logo {
    height: 90px;
    width: 135px;
}
.page-title {
    font-size: 13px;
    font-weight: bold;
    padding: 35px;
    text-transform: uppercase;
}
.page-title a {
    color: #404040;
}
.survey-unit {
    margin: 2em 0;
}
.question-unit {
    position: relative;
    padding-left: 60px;
    padding-right: 30px;
}
.question-text h3 {
    font-family: "Lato", sans-serif;
    text-transform: none;
}
.qnum {
    color: #0075B0;
    font-family: "Open Sans", sans-serif;
    font-size: 64px;
    font-weight: normal;
    position: absolute; left: 0; top: 10px;
    text-align: center;
    width: 36px;
}
.helptext {
    color: #808080;
    font-size: 13px;
}
.error-msg {
    color: #cc6666;
    font-size: 13px;
}
.question-image {
    width: 275px;
}
.question-image img {
    max-width: 100%;
}
.checkbox, .radio {
    min-height: 48px;
}
.result-response-summary {
    background-color: #ebedee;
    padding: 20px;
    margin-bottom: 6px;
}
.product-image {
    height: 216px;
    width: 100%;
    background: url('../images/securid-access-banner-4000x1300.jpg') top center no-repeat;
    background-size: 100%;
}
.product-image.base-edition {
    background-image: url('../images/base-edition.jpg');
}
.product-image.enterprise-edition {
    background-image: url('../images/enterprise-edition.jpg');
}
.product-image.premium-edition {
    background-image: url('../images/premium-edition.jpg');
}

/* Bootstrap customizations */
.btn {
    border-radius: 0;
    border: none;
}
.btn-primary {
    background-color: #0075B0;
}

/* checkbox customizations */
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 25px;
    height: 25px;
    left: 0;
    margin-left: -36px;
    border: 2px solid #cccccc;
    border-radius: 2px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    top: 0;
    margin-left: -34px;
    padding-left: 3px;
    padding-top: 0;
    font-size: 15px;
    color: #555555;
}
.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 25px;
    height: 25px;
    left: 0;
    margin-left: -36px;
    border: 2px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}
.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 15px;
    height: 15px;
    left: 5px;
    top: 5px;
    margin-left: -36px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

/* Custom layouts */
#splash-content {
    background: url('../images/leadspace-image.jpg') top left no-repeat;
    background-size: 1138px 550px;
    height: 550px;
    margin-bottom: 20px;
    padding-top: 100px;
    color: white;
}