.store-icon {
    position: absolute;
    top: 15px;
    right: 65px;
    height: auto;
    width: 40px;
}

.about-icon {
    position: absolute;
    top: 15px;
    right: 20px;
    height: auto;
    width: 40px;
}
@media (min-width: 321px) and (max-width: 819px) {
    .store-icon {
        position: absolute;
        top: 10px;
        right: 35px;
        height: auto;
        width: 20px;
    }

    .about-icon {
        position: absolute;
        top: 10px;
        right: 10px;
        height: auto;
        width: 20px;
    }
}
label.error {
    position: absolute;
    background: #ee0101;
    background: rgba(238, 1, 1, 0.80);
    padding: 2px 5px;
    top: -15px;
    left: 15px;
    color: #fff;
    font-size: 11px;
    font-weight: normal;
    display: inline-block;
    box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.6);
    z-index: 5;
}

label.error:before {
    content: "";
    border: 4px solid transparent;
    border-top: 4px solid #ee0101;
    border-top: 4px solid rgba(238, 1, 1, 0.80);
    position: absolute;
    bottom: -8px;
}

/* ----------- */

.funkyradio div {
    clear: both;
    overflow: hidden;
}

.funkyradio label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
    display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
    position: relative;
    line-height: 2.5em;
    text-indent: 3.25em;
    margin-top: 0.5em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 2.5em;
    background: #D1D3D4;
    border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #003974;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
    color: #777;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #333;
    background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #337ab7;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #337ab7;
}


.footer {
    margin-top: 2.5rem;
    padding: 2.5rem 0;
    color: #999999;
    text-align: center;
    background-color: #f9f9f9;
    border-top: .05rem solid #e5e5e5;
}

body {
    font-family: "Open Sans Condensed";
}


.bg-1 {
    background: url('../images/brochure/jumptrak.jpg') no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 18% 0%;
}


h2 {
    font-family: "Open Sans Condensed";
    font-size: 2.1em;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    line-height: 1.1em;
}

h3 {
    font-family: "Open Sans Condensed";
    font-size: 1.5em;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 1.1em;
}

p {
    font-family: "Open Sans Condensed";
    font-size: 1.4em;
    font-style: normal;
    font-variant: normal;
    font-weight: 100;
    line-height: 1.3em;
}

blockquote {
    font-family: "Open Sans Condensed";
    font-size: 21px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 30px;
}

pre {
    font-family: "Open Sans Condensed";
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 18.5714px;
}

.jump {
    margin-top: 50px;
    padding-bottom: 10px;
}


@media (min-width: 321px) and (max-width: 819px) {

    .bg-1 {
        background: url('../images/brochure/mobilebanner.jpg') no-repeat;
        background-size: contain;
        background-position: top center;
        padding: 48% 18%;

    }


    .pad {
        margin: 10px !important;
    }

}

/* ---- Pop up button style ---- */


.footer {
    padding: 60px 10px 60px 10px;
    background-color: #fafafa;
    margin-top: 0px !important;
}

.site-info {
    color: #ffffff;
    background-color: #333333;
    font-size: 1.2em;
    padding: 10px;
    text-align: center;
}


/* ==============*/
.pad {
    margin-bottom: 20px;
}

.roww {
    padding: 30px;
    background-color: #1d58af;
    margin-top: 50px;

}


.row1 {
    padding: 30px;
    background-color: #1d58af;

}

.row2 {
    padding: 30px;
    background-color: #003974;

}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

.modal-body {
    background: #f5f5f5;
}

.funkyradio label {
    background: white;
}
