/****** Main CSS **********/
/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    height: 100%;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ffff00;
    color: #000;
    padding: 1.5em 0;
    text-align: center;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    /* height: 1px; */
    /* margin: -1px; */
    /* overflow: hidden; */
    padding: 0;
    position: absolute;
    /* width: 1px; */
}

    /*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}
/*------------ob-----------------*/
#login {
    width: auto;
    //z-index: 2501;
    background-image: -o-linear-gradient(top,#001a70 27%,#00112d 100%);
    background-image: -webkit-gradient(linear,left top, left bottom,color-stop(27%, #001a70),to(#00112d));
    background-image: linear-gradient(180deg,#001a70 27%,#00112d 100%);
    background-color: #001a70;
    border-radius: .5em;
    overflow: hidden;
    border-color: #001a70;
    //padding: 1em 1.5em 2em 1.5em !IMPORTANT;
}

#login-inner-content {
    padding: 2em 3em;
}

#login:hover #ob {
    background: rgba(256,256,256,1);
}

#login:hover #ob {
    background: rgba(256,256,256,1);
}

#login:hover #ob {
    background: rgba(256,256,256,1);
}

#login:hover #ob {
    background: rgba(256,256,256,1);
}

#login:hover #ob {
    background: rgba(256,256,256,1);
}

#obContainer {
    padding: 0;
    width: 100%;
    margin: 0 auto;
}

#login h2 {
    margin: 0;
    padding: .2em 0em;
    text-align: left;
    font-size: 3em;
    line-height: .8em;
    font-family: 'Roboto Light', Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #313131;
}

div.selectaDisabled {
    background: #dbdbdb;
}

body.retail #obContainer {
    height: auto;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.75+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.85) 75%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)),color-stop(75%, rgba(255,255,255,0.85)));
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.85) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#bfffffff',GradientType=0 ); /* IE6-9 */
}

#select {
    position: relative;
    width: 100%;
    height: 2em;
    padding: 0px;
    margin: 2em 2em 2em 0em;
}

.accessfieldxy {
    position: relative;
}

#accessfield {
    width: 100%;
    height: 2em;
    margin: 0;
    padding: 0em 2em 2em 0em;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#accessfieldxy {
    position: relative;
}

.accessfieldxy:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f023";
    font-size: 2em;
    font-weight: 900;
    line-height: .5em;
    color: #ce0e2d;
    display: block;
    position: absolute;
    top: .5em;
    left: .25em;
}

.accessfield.bob, .business .accessfield.rob {
    display: none;
}

body.retail .accessfield.rob, .business .accessfield.bob {
    display: block;
}

body.retail .accessfield.rob {
    height: 3em;
}

.obaccess, .obpass, .bob-remove {
    background-color: #fff;
    font-family: 'Roboto Light',Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    line-height: 1.7em;
    color: #313131;
    height: 2em;
    margin: 0em 0em .5em 0em !IMPORTANT;
    width: 100%;
    border: 0 !IMPORTANT;
    outline: 0 !IMPORTANT;
    border-radius: .35em !IMPORTANT;
    padding: 0em 0em 0em 2em !IMPORTANT;
    border-width: .1em !IMPORTANT;
    border-color: #bfad84 !IMPORTANT;
    border-style: solid !IMPORTANT;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2); */
}

#loginTo {
    width: 100%;
}

#accessfield-ecom input[type=text].obaccess {
    width: 100%;
}

#AccessIDVisible {
    margin-bottom: 0;
}

input[type=text].obaccess:focus, input[type=password].obaccess:focus {
    outline: 0;
}

div#accessfield:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f023";
    font-size: 22px;
    font-weight: 900;
    line-height: 43px;
    color: #ce0e2d;
    display: block;
    position: absolute;
    top: 2px;
    left: 13px;
}

#select:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f078";
    font-size: 22px;
    font-weight: 900;
    line-height: 43px;
    color: #ce0e2d;
    display: block;
    position: absolute;
    top: 2px;
    left: 13px;
}

#accessfieldxy #accessfield-ecom:before {
    top: 57px;
}

.ROLoginSubmitButton {
    color: #ffffff !important;
    border-width: 0 !important;
    border-radius: 2em;
    font-size: 1.5em;
    font-weight: 700 !important;
    background-color: #ce0e2d;
    margin: 0;
    width: 100%;
    cursor: pointer;
}

#oblinks1, #oblinks2, #login.personal #oblinks2, #login.business #oblinks1 {
    display: none;
}

#login #oblinks1, #login.personal #oblinks1, #login.business #oblinks2 {
    display: block;
}

#oblinks {
    min-height: 20px;
    margin: 10px 0 0 0;
}

.oblinks {
    width: 100%;
}

.oblink {
    width: 50%;
    float: left;
}

.oblinks p {
    color: #FFF;
    /* font-size: 14px; */
    /* line-height: 20px; */
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    /* text-align: center; */
    padding: 0;
    margin: 10px;
}

    .oblinks p a {
        color: #FFF;
        text-decoration: none;
        /* margin-left: 30px; */
        vertical-align: middle;
        font-size: 16px;
        line-height: 18px;
        /* padding: 10px 10px 20px 10px; */
    }

        .oblinks p a:first-child {
            /* padding-right: 20px; */
        }

        .oblinks p a:hover {
            color: #ce0e2d;
        }

#obalert {
    background-color: rgba(0,0,0,.55);
    border-radius: 0 0 10px 10px;
    font-family: 'Roboto Light', Arial, Helvetica, sans-serif;
}

    #obalert .inner-content {
        margin: 0 auto;
        width: 300px;
    }

    #obalert * {
        color: rgba(251,248,239,.8);
        margin: 0;
        padding: 0;
    }

    #obalert i {
        font-size: 48px;
        float: left;
        text-align: center;
        line-height: 60px;
        margin-right: 10px;
        margin-top: 3px;
    }

    #obalert h3 {
        font-size: 24px;
        line-height: 30px;
        font-weight: normal;
        padding-top: 8px;
    }

    #obalert p {
        padding-bottom: 8px;
    }
