﻿/*  ==================================================
	Copyright 2014 EverBank (version 4) - Edited by Ruby Ho for ECF
	==================================================  */

/*  ==================================================
	1. RESET
	2. CLEARFIX
	3. GLOBAL OBJECTS
	4. CONTAINERS
	5. TYPOGRAPHY
	6. LINKS
	7. BUTTONS
	8. FORMS
	9. TABLES
	10. HEADER
	11. NAVIGATION
	12. MARQUEES & SECONDARY PROMOS
	13. PRIMARY & SECONDARY CONTENT
	14. FOOTER
	15. CTAs
	16. MEDIA QUERIES
	==================================================  */

/*  ==================================================
	1. RESET
	==================================================  */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 14px;
    vertical-align: baseline;
    background: transparent;
}

html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section,
picture, source {
    display: block;
}

    nav ul {
        list-style: none;
    }

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: RGB(40,25,180);
}

    a:focus {
        outline: thin dotted;
    }

    a:active,
    a:hover {
        outline: 0;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

sub,
sup {
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

input, select {
    vertical-align: middle;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: none;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

::-webkit-search-decoration,
::-webkit-search-cancel-button,
::-webkit-search-results-button,
::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

/*  ==================================================
	2. CLEARFIX
	==================================================  */

/*  MODERN BROWSERS  */
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

/*  IE 6/7 (TRIGGER hasLayout)  */
.clearfix {
    zoom: 1;
}

/*  CLEAR GRID  */
.cleargrid {
    float: left;
    width: 100%;
}

/* CLEAR BOTH */
.clear {
    clear: both;
}

/*  ==================================================
	3. GLOBAL OBJECTS
	==================================================  */

html {
    background-color: rgb(256, 256, 256);
}

body {
    color: rgb(0,0,0);
    /*font-family: "ff-din-web-1", "ff-din-web-2", Arial, sans-serif;*/
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    min-width: 320px;
}

.lt-ie8.js body, .js .wait {
    visibility: hidden;
}

.lt-ie8.js.loaded body, .js.loaded .wait {
    visibility: visible;
}

.lt-ie8 {
    background: url('/~/media/_img/icons/loading.png') center 250px no-repeat #000000;
}

.wrapper {
    width: 98%;
    margin: 0 auto;
}

/* ECF ONLY */
.hwrapper {
    width: 100%;
    float: right;
}

.details-wrapper {
    margin: 0 15px;
}

.transform-none {
    text-transform: none;
}

/* ICON FONT */
@font-face {
    font-family: 'icons';
    src: url('../_type/ebicons-webfont.eot');
    src: url('../_type/ebicons-webfont.eot?#iefix') format('embedded-opentype'), url('../_type/ebicons-webfont.woff') format('woff'), url('../_type/ebicons-webfont.ttf') format('truetype'), url('../_type/ebicons-webfont.svg#icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon {
    color: #005da8;
    display: inline-block;
    font-family: 'icons' !important;
    position: relative;
    text-transform: none !important;
    font-size: 1.5em;
    line-height: 1;
    top: 0.1em;
}

    .icon.phone {
        color: rgb(239, 68, 46) !important;
    }

    .icon.smaller {
        font-size: 1em;
    }

input.icon, button.icon {
    top: 0;
}

.icon, .icon:hover, .icon:focus, .icon:active {
    text-decoration: none;
}

a:hover .icon, a.icon:hover, th:hover .sort {
    color: #005da8;
}

.icon.chevron-left,
.icon.chevron-right,
.icon.chevron-top,
.icon.chevron-bottom {
    font-size: 1em;
}

#close,
#social .icon,
.icon.chevron-left,
.icon.chevron-right,
.icon.chevron-top,
.icon.chevron-bottom,
.sorted .icon.sort,
.icon.at,
.icon.new {
    width: auto;
}

a .icon.chevron-right,
.icon.download,
.icon.sort,
.icon.new {
    margin-left: 0.5em;
    color: #000;
}

.icon.at {
    margin-left: 0.25em;
    margin-right: 0.1em;
}

a .icon.chevron-right,
.icon.sort {
    top: 5px;
}

.icon.warning {
    color: rgb(244,121,32) !important;
    line-height: 0.5;
    margin-right: 0 !important;
}

.icon.close {
    background-color: rgb(255,255,255);
    color: rgb(0,0,0);
    cursor: pointer;
    padding: 2px 6px 3px;
}

.icon.info, .info, .icon.info:visited, .info:visited {
    color: rgb(106,106,88);
    cursor: pointer;
    margin-right: .5em;
}

    .icon.info:hover, .info:hover, .info:hover .icon {
        color: rgb(166,166,155);
        text-decoration: none;
    }

.icon.sort {
    display: none;
}

.sorted .icon.sort {
    display: inline-block;
}

.signon-head .icon {
    color: rgb(150, 150, 150);
}

.icon.twitter,
.icon.twitter:hover {
    color: rgb(0, 172, 237) !important;
}

/* PHONE */
.phone {
    color: rgb(0,0,0);
}

    .phone:hover {
        color: rgb(0,0,0);
        text-decoration: none;
        cursor: auto;
    }

/*  ALIGNMENT  */
.left {
    text-align: left !important;
}

.center {
    text-align: center !important;
}

.right {
    text-align: right !important;
}

.block-space {
    display: inline-block;
    padding: 0 1em;
}

.lfloat {
    float: left;
}

.rfloat {
    float: right;
}

.nofloat {
    float: none;
}

/*  BLOCK/INLINE/PAD  */
.block {
    display: block !important;
}

.inline {
    display: inline !important;
}

.table-cell {
    display: table-cell;
}

.spacer {
    margin-bottom: 2em;
}

.spacer-top {
    margin-top: 2em;
}

.display-none {
    display: none !important;
}

span.pad {
    clear: both;
    display: block;
    font-size: 0px;
    height: 30px;
    line-height: 0px;
    width: 1px;
}

/*  LISTS  */
ul.list {
    margin-left: 15px !important;
    margin: 0;
    margin-bottom: 2em;
}

ul li {
    padding-bottom: .5em;
}

ul.link-list {
    margin: 0;
    margin-bottom: 1em;
}

    ul.link-list li,
    ul.currency-list li,
    ul.unbulleted-list li {
        list-style: none;
    }

ul.unbulleted-list li {
    padding-bottom: .5em;
}

ul.link-list a {
    text-transform: inherit;
}

ol {
    margin-left: 0;
    margin: 0;
}

    ol li {
        padding: .5em 0;
    }

section#disclosures ol li {
    padding-bottom: 1em;
}

dl {
    margin-bottom: 1em;
    margin-top: 1em;
}

    dl dt {
        text-transform: uppercase;
    }

    dl dd {
        padding-bottom: .5em;
    }

ul.bulletList {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

    ul.bulletList li {
        margin-left: 2em;
    }




/*  COLORS  */
.white {
    color: rgb(255,255,255);
}

.red {
    color: rgb(239,68,46);
}

.red-bg {
    background-color: rgb(239,68,46);
}

.aqua, .aqua:visited {
    color: rgb(42,169,151);
}

.aqua-bg {
    background-color: rgb(42,169,151);
}

.aqua-bg-80 {
    background-color: rgb(85,186,172);
}

.aqua-bg-60 {
    background-color: rgb(127,203,193);
}

.aqua-bg-40 {
    background-color: rgb(170,221,213);
}

.aqua-bg-20 {
    background-color: rgb(212,238,234);
}

.black {
    color: rgb(0,0,0);
}

.black-bg {
    background-color: rgb(0,0,0);
}

.blue-bg {
    background-color: rgb(0,95,100);
}

.blue-bg-80 {
    background-color: rgb(51,127,131);
}

.blue-bg-60 {
    background-color: rgb(102,159,162);
}

.blue-bg-40 {
    background-color: rgb(153,191,193);
}

.blue-bg-20 {
    background-color: rgb(204,223,224);
}

.chartreuse {
    color: rgb(177,188,51);
}

.chartreuse-bg {
    background-color: rgb(177,188,51);
}

.chartreuse-bg-80 {
    background-color: rgb(193,201,92);
}

.chartreuse-bg-60 {
    background-color: rgb(208,215,133);
}

.chartreuse-bg-40 {
    background-color: rgb(224,228,173);
}

.chartreuse-bg-20 {
    background-color: rgb(239,242,214);
}

.forest {
    color: #005da8;
}

.forest-bg {
    background-color: rgb(0,104,72);
}

.forest-bg-80 {
    background-color: rgb(51,134,109);
}

.forest-bg-60 {
    background-color: rgb(102,164,145);
}

.forest-bg-40 {
    background-color: rgb(153,195,182);
}

.forest-bg-20 {
    background-color: rgb(204,225,218);
}

.green {
    color: rgb(91,172,89);
}

.green-bg {
    background-color: rgb(91,172,89);
}

.green-bg-80 {
    background-color: rgb(124,189,122);
}

.green-bg-60 {
    background-color: rgb(157,205,155);
}

.green-bg-40 {
    background-color: rgb(189,222,189);
}

.green-bg-20 {
    background-color: rgb(222,238,222);
}

.jade {
    color: rgb(0,153,124);
}

.jade-bg {
    background-color: rgb(0,153,124);
}

.jade-bg-80 {
    background-color: rgb(51,173,150);
}

.jade-bg-60 {
    background-color: rgb(102,194,176);
}

.jade-bg-40 {
    background-color: rgb(153,214,203);
}

.jade-bg-20 {
    background-color: rgb(204,235,229);
}

.warmgray {
    color: rgb(106,106,88);
}

.warmgray-bg {
    background-color: rgb(106,106,88);
}

.warmgray-bg-80 {
    background-color: rgb(136,136,121);
}

.warmgray-bg-60 {
    background-color: rgb(166,166,155);
}

.warmgray-bg-40 {
    background-color: rgb(195,195,188);
}

.warmgray-bg-20 {
    background-color: rgb(225,225,222);
}

.orange {
    color: #f47920;
}

.yellow-bg {
    background-color: rgb(249,224,56);
}

.hyperlinkblue {
    color: #005da8;
}

/*  ADDRESS  */
div span.org,
div span.note,
div span.street-address {
    display: block;
}

/*  RULES  */
hr {
    display: block;
    height: 0;
    border: 0;
    border-top: 1px solid rgb(150,150,150);
    border-bottom: 1px solid rgb(255,255,255);
    margin: 0;
    padding: 0;
}

span.dotted-rule,
span.dotted-rule-lg,
span.dotted-rule-mt {
    clear: both;
    display: block;
    height: 0;
    border-top: 1px dotted rgb(150,150,150);
    border-bottom: 1px dotted rgb(255,255,255);
    margin-bottom: 1em;
    padding: 0;
}

span.dotted-rule-lg {
    margin: 3em 0;
}

span.dotted-rule-mt {
    margin-top: 1.5em;
}

.pointer-rule {
    border-top: 4px solid rgb(128,129,132);
    background: transparent url('/~/media/_img/backgrounds/pointer-rule-grey.png') no-repeat scroll top center;
    margin: 1.7em 0;
    padding: 1em 0 0;
}

#primary-content .pointer-rule h2 {
    font-size: 3em;
    line-height: 1;
    margin: 0;
    padding: 0;
}

#primary-content .pointer-rule h4 {
    line-height: 1;
}

#primary-content .pointer-rule .small {
    line-height: 1;
    margin: 0 0 5px;
    padding: 0;
}

.bottom-dotted-rule {
    border-bottom: 1px dotted rgb(200,200,200);
    margin-bottom: 20px;
}

/*  ==================================================
	4. CONTAINERS
	==================================================  */

#header-container,
#header-container-D,
#primary-container,
#primary-container-D,
#footer-container {
    width: 100%;
}

#header-container,
#header-container-D,
#footer-container {
    background-color: #fff;
}

#header-container {
    height: 60px;
    border-bottom: 1px solid #c7c7c7;
}

#header-container-D {
    height: 75px;
}

#main-header {
    width: 100%;
    height: 55px;
    position: fixed;
    top: 0;
    padding: 0;
}

#main-body {
    padding-top: 55px;
    width: 100%;
    overflow: hidden;
}

#primary-container {
    background-color: rgb(255,255,255);
    min-height: 300px;
}

#primary-container-D {
    background-color: rgb(255,255,255);
    min-height: 500px;
}

#primary-D {
    background: #fff;
    text-align: left;
    min-height: 350px;
    width: 100%;
}

.primary-content-D {
    margin: 0 auto;
    width: 970px;
    padding: 0 20px 20px;
}

.entryForm {
    width: 317px;
    min-height: 300px;
}

    .entryForm ol {
        list-style-type: none;
    }

/*  ==================================================
	5. TYPOGRAPHY
	==================================================  */

p {
    margin-bottom: 1em;
}

.ellipsis {
    width: 90%;
}

    .ellipsis h6 {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 100%;
        display: block;
    }

.small {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px;
    line-height: 2.2rem;
    margin-bottom: 14px;
}

/* ECF ONLY */
.ninfo {
    margin-bottom: 0px;
}

.ntype {
    line-height: 16px;
    width: 30%;
    text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6,
section.marquee h1,
section.marquee h2,
section.marquee h3,
section.marquee h4,
section.marquee h5 {
    color: inherit;
    font-family: inherit;
    font-weight: 600;
    margin: 0;
    text-rendering: optimizelegibility;
}

h1 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 28px;
    margin-bottom: 25px;
    margin-bottom: 2.5rem;
}

h2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 24px;
    margin-bottom: 20px;
    margin-bottom: 2.0rem;
}

h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 18px;
    margin-bottom: 10px;
    margin-bottom: 1.0rem;
}

#primary-content h3 {
    color: #000;
    margin-bottom: 20px;
    margin-bottom: 2.0rem;
}

h4 {
    color: #000;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 25px;
    text-transform: inherit;
}

h5 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 7px;
    margin-bottom: .75rem;
}

h6 {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 0.25rem;
}

    h6 span.right-chevron {
        margin-top: -4px;
        font-weight: 300;
    }

    h6.underline:hover {
        text-decoration: underline;
    }

#OV-PageTitle {
    height: 42px;
    width: 700px;
    padding: 25px 0 5px 0;
}

    #OV-PageTitle h2 {
        font-size: 18px;
        font-weight: 600;
        text-transform: none;
        color: #000;
    }

/*  ==================================================
	6. LINKS
	==================================================  */

a,
a:visited {
    color: #005da8;
    text-decoration: none;
    text-transform: uppercase;
}

    a:hover,
    a:focus {
        color: #005da8;
        text-decoration: underline;
    }

    a.phone[href^=tel]:link {
        color: rgb(0,0,0);
    }

    a.no-cap {
        text-transform: none;
    }

    a.default {
        color: black;
        text-transform: none;
        text-decoration: none;
    }

h4 a,
h4 a:visited {
    color: rgb(0,0,0) !important;
    text-decoration: none;
    text-transform: none;
}

h5 a,
h5 a:visited {
    color: rgb(0,0,0) !important;
    text-decoration: none;
}

    h4 a:focus, h5 a:focus,
    h4 a:hover, h5 a:hover {
        color: rgb(0,95,100) !important;
        text-decoration: underline;
    }

.viewswitch {
    margin-top: 7px;
    font-weight: normal;
}

    .viewswitch a {
        text-transform: none !important;
        color: white !important;
    }


.input-with-child-link {
    position: relative;
}

.child-input {
    position: absolute;
    top: 8px;
    right: 5px;
    outline: none !important;
    text-decoration: none !important;
}


/*  TRANSITIONS  */
a, li, input[type="submit"], .icon {
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.no-transition, #social .social.facebook, .phone {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}

/*  ==================================================
	7. BUTTONS
	==================================================  */

/*.btn,
.btn:visited,
.btn-cta,
.btn-cta:visited,
button,
html input[type="button"],
input[type="reset"],*/
input[type="submit"] {
    /* -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    border-radius: 5em;
    color: #000;
    cursor: pointer;
    display: inline-block;
    padding: .6em 1.25em;
    text-transform: uppercase;
    line-height: 1;
    outline: 0;
    text-align: center;
    -webkit-transition: background-color .25s ease,border .25s ease,color .25s ease;
    transition: background-color .25s ease,border .25s ease,color .25s ease;
    vertical-align: middle;
    white-space: nowrap;
    word-break: keep-all;
    border: 3px solid #f9e038;
    text-decoration: none;
    font-weight: 700;
    font-family: Franklin-Gothic,Helvetica Neue,Helvetica,Arial,sans-serif;
    background-color: #f9e038;
    font-size: .8em;*/
    background-color: #1751e8;
    border-radius: 8px;
    opacity: 1;
    color: white;
    letter-spacing: .98px;
    padding: 8px 16px;
    font-weight: bold;
    font-family: Arial;
    border-color: transparent;
    cursor: pointer;
}


    input[type="submit"]:hover {
        background-color: #1241BA;
        color: #FFFFFF;
        text-decoration: none;
        /*border: 3px solid #000;*/
    }

    input[type="submit"][disabled] {
        /* border: 3px solid rgb(252, 242, 159);
        background-color: rgb(252, 242, 159);*/
        cursor: default;
        opacity: .5;
        /*color: #000;*/
    }

/*  GRAY BUTTON  */
.btn,
.btn:visited {
    background: #f9e43f;
}

/*  STANDARD CTA  */


.btn_sm {
    font-size: .8em;
}

.btn_cancel {
    /* padding: .6em 0;
    background: transparent !important;
    border: 0 solid #c1c1c1 !important;
    color: #000 !important;
    font-weight: 400 !important;
    font-family: "Lyon",Arial,sans-serif;
    text-decoration: underline !important;
    text-transform: none !important;
    font-size: 13.3px !important;
    border:1px solid #1751e8!important;*/
    background: #FFF;
    border-radius: 8px;
    /* opacity: 169%; */
    color: #1241BA;
    letter-spacing: .98px;
    padding: 8px 16px;
    font-weight: bold;
    font-family: Arial;
    border-color: transparent;
}

    .btn_cancel:hover,
    .btn_cancel:focus {
        text-decoration: none !important;
        color: #1241BA;
        background-color: #FFF;
    }

.
/*  ==================================================
	8. FORMS
	==================================================  */
::-webkit-input-placeholder {
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    color: rgb(150,150,150);
    font-size: 100%;
}

::-moz-placeholder {
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    color: rgb(150,150,150);
    font-size: 100%;
}

input:-moz-placeholder {
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    color: rgb(150,150,150);
    font-size: 100%;
}

:-ms-input-placeholder {
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    color: rgb(150,150,150);
    font-size: 100%;
}

:focus::-webkit-input-placeholder {
    color: rgb(150,150,150);
    font-size: 100%;
}

:focus::-moz-placeholder {
    color: rgb(150,150,150);
    font-size: 100%;
}

input:focus:-moz-placeholder {
    color: rgb(150,150,150);
    font-size: 100%;
}

input:focus:-ms-input-placeholder {
    color: rgb(150,150,150);
    font-size: 100%;
}

.placeholder {
    color: rgb(150,150,150);
    font-size: 100%;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="number"],
input.search-field,
select,
textarea {
    font-family: Arial, sans-serif;
    border: 1px solid #005da8;
    border-radius: 8px;
    -moz-box-shadow: inset 0px 5px 8px rgba(150, 150, 150, 0.25);
    -webkit-box-shadow: inset 0px 5px 8px rgba(150, 150, 150, 0.25);
    box-shadow: inset 0px 5px 8px rgba(150, 150, 150, 0.25);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: rgb(75,75,75);
    display: block;
    padding: 7px 5px;
    width: 100%;
    background:#fff;
    stroke:1px solid #142571;
}

select {
    line-height: 29px; /* To improve look of drop downs in Safari, iPhone */
}

    input[type="text"]:focus,
    input[type="tel"]:focus,
    input[type="email"]:focus,
    input[type="search"]:focus,
    input.search-field:focus,
    select:focus,
    texarea:focus {
        /*color:green; rgb(0,0,0);*/
        outline: none;
    }

textarea {
    resize: none;
    overflow: auto;
    min-height: 75px;
}

input[type="radio"] {
    margin-top: -5px;
}

input[type="checkbox"] {
    margin-top: -2px;
}

input[type="search"], input.search-field {
    border-radius: 3px;
    font-size: 100%;
    font-family: Arial, sans-serif;
    height: 33px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=text]::-ms-clear {
    display: none;
}

fieldset, label {
    margin-bottom: .05em;
}

.error {
    color: #f04d57;
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: .5em;
}

label .optional {
    color: rgb(75,75,75);
    float: right;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2.0rem;
    margin: 0 5% 0 0;
    text-transform: uppercase;
}

select.styled {
    position: absolute;
    left: -99999px;
}

/*  ==================================================
	9. TABLES
	==================================================  */

table {
    border-bottom: 1px solid rgb(0,0,0);
    border-top: 2px solid rgb(0,0,0);
    /*margin-bottom: 2.5em;*/
    margin-top: .5em;
}

    table th {
        border-bottom: 1px solid rgb(0,0,0);
        font-weight: 700;
    }

    table tr {
        border-bottom: 1px dotted rgb(125,125,125);
    }

        table.none, table.none tfoot tr,
        table tr.none {
            border: none;
            margin-bottom: .5em;
        }

th,
td {
    padding: 5px 0;
    text-align: left;
}

    th.sortable {
        cursor: pointer;
    }

    td.center span.icon {
        color: rgb(0,0,0);
    }

table + p.small {
    margin-top: -22px;
}

table.disclosure {
    margin-bottom: 10px;
    width: 100%;
    border-top: 1px solid;
}

    table.disclosure td {
        border: 1px solid;
        font-weight: bold;
        text-align: center;
    }

/* ECF ONLY - Client Details Tables */
.details-table-title h5 {
    text-transform: uppercase;
    margin-bottom: 7px;
}

table.details-table, table.dcontract-table, table.dapp-table {
    width: 100%;
    margin-top: 0.5em;
}

    table.details-table tr, table.details-table td {
        border-bottom: 0;
        padding: 7px 0;
    }

.details-table th:last-child, .details-table td:last-child, .dapp-table th:last-child, .dapp-table td:last-child, .dcontract-table th:last-child, .dcontract-table td:last-child {
    text-align: right;
    padding-bottom: 10px;
}

.assetdesc tr:last-child {
    border-bottom: 0;
}

.app-label, .app-data, .app-date {
    font-weight: bold;
    width: 31%;
    padding: 10px 0;
}

.details-icon {
    width: 6%;
    padding-top: 7px;
}

.details-label, .details-data, .details-date {
    font-weight: bold;
    width: 28%;
    padding: 10px 0;
}

.details-date, .app-date {
    width: 31%;
    font-weight: normal;
}

.details-data, .app-data {
    font-weight: normal;
}

.details-next {
    padding: 8px 0;
    width: 6%;
}

div.hover:hover {
    background-color: rgb(225,225,225);
}

hr.details-rule {
    border-top: 1px dotted rgb(150,150,150);
    border-bottom: 1px dotted rgb(255,255,255);
}

.label-hr {
    height: 1px;
    border-bottom: 2px solid black;
    clear: both;
}


/*  ==================================================
	10. HEADER
	==================================================  */

header {
    color: rgb(255,255,255);
    font-size: 15px;
    font-size: 1.5rem;
    height: 36px;
}


    header.homeheader {
        padding-top: 14px !important;
    }


    header a,
    header a:visited,
    nav a,
    nav a:visited,
    #topnav-panel a,
    #topnav-panel a:visited {
        color: rgb(255,255,255);
        text-transform: inherit;
    }

        header a.icon {
            color: rgb(239,68,46);
        }

        header a:focus,
        header a:hover,
        nav a:focus,
        nav a:hover,
        #topnav-panel a:focus,
        #topnav-panel a:hover {
            color: rgb(200,200,200);
            cursor: pointer;
        }

    header img.logo {
        max-width: 120px;
    }

    header img.sologo {
        max-width: 220px;
    }

    header.signon {
        padding-top: 35px;
        margin-bottom: 55px;
    }

    header.signon_m {
        padding-top: 15px;
        margin-bottom: 55px;
    }

.pageheader {
    margin-top: 20px;
    padding-left: 18px;
    width: 200px;
    text-align: left;
}

/*  TOP NAV  */
#topnav-m {
    display: block;
    text-align: right;
    width: 215px;
    float: right;
}

#topnav {
    display: none;
    margin-top: 0px;
}

    #topnav ul li, #topnav ul li a {
        text-transform: capitalize;
    }

/*  TOP NAV PANEL  */
#topnav-panel {
    color: rgb(255,255,255);
    display: none;
    height: 55px;
    background-image: url(/~/media/_img/backgrounds/off-canvas-nav-fade.png), url(/~/media/_img/backgrounds/nav-pattern.png);
    background-position: left bottom, left top;
    background-repeat: repeat-x, repeat;
}

    #topnav-panel ul,
    #topnav ul {
        list-style-type: none;
    }

    #topnav-panel ul {
        padding: 1em 0 0 1em;
    }

        #topnav-panel ul li,
        #topnav ul li {
            list-style-type: none;
            display: inline;
            margin-right: .5em;
            padding: 5px 5px 0 5px;
            text-transform: capitalize;
        }

            #topnav-panel ul li a,
            #topnav ul li a {
                text-transform: capitalize;
            }

            #topnav-panel ul li.active,
            #topnav ul li.active {
                border-top: 2px solid rgb(106,106,88);
            }

            #topnav-panel ul li:last-child,
            #topnav ul li:last-child {
                margin-right: 0;
            }

#close {
    float: right;
}

.screen-reader-text { /* Reusable. For stand alone icons that require screenreaders. */
    position: absolute;
    top: -9999px;
    left: -9999px;
}


/* FROM OVERRIDE FOR HEADER */

#OV_Logo {
    float: left;
    padding: 24px 0 20px 0;
    margin-left: 20px;
}

    #OV_Logo img {
        width: 160px;
        margin-left: 12px;
    }

#OV_Global {
    padding: 0;
    position: relative;
    top: 0px;
    right: 15px;
    margin: 10px 7px 0px 0;
}

    #OV_Global ol {
        margin: 0;
        padding: 20px 0 0 0;
    }

        #OV_Global ol li {
            display: inline;
            list-style: none;
            margin-right: .70em;
            padding-right: .80em;
            padding-top: 10px;
            padding-bottom: 0;
        }

            #OV_Global ol li.last {
                border-right: 0;
                margin-right: 0;
                padding-right: 0;
            }



    #OV_Global ul li {
        text-align: center;
        display: inline-block;
        margin-right: .70em;
        padding-right: .80em;
        padding-top: 10px;
    }

        #OV_Global ul li.last {
            border-right: 0;
            margin-right: 0;
            padding-right: 0;
        }

        #OV_Global ul li a {
            font-weight: bold;
            text-transform: uppercase;
            color: #000;
            text-decoration: none;
            display: block;
            padding: 9px 0;
            padding-left: 10px;
        }

        #OV_Global ul li.selected, #OV_Global ul li.selected:hover {
            background-color: white;
            border-top: solid .6rem #00c3ff;
            border-left: solid .3rem RGB(247,233,146);
            border-right: solid .3rem RGB(247,233,146);
        }

        #OV_Global ul li:hover {
            background: #FFFFFF;
            cursor: pointer;
        }

#OV_Global_Tab ul li {
    text-align: center;
    display: inline-block;
    margin-right: .70em;
    padding-right: .80em;
    padding-top: 10px;
    font-size: 12px;
}

    #OV_Global_Tab ul li.last {
        border-right: 0;
        margin-right: 0;
        padding-right: 0;
    }

    #OV_Global_Tab ul li a {
        font-weight: bold;
        text-transform: uppercase;
        color: #000;
        text-decoration: none;
        display: block;
        padding: 9px 0;
        padding-left: 10px;
    }

    #OV_Global_Tab ul li.selected, #OV_Global_Tab ul li.selected:hover {
        background-color: white;
        border-top: solid .6rem #00c3ff;
        border-left: solid .3rem RGB(247,233,146);
        border-right: solid .3rem RGB(247,233,146);
    }

    #OV_Global_Tab ul li:hover {
        background: #FFFFFF;
        cursor: pointer;
    }

/*  ==================================================
	11. NAVIGATION
	==================================================  */

/*  MOBILE / STANDARD NAV  */
nav a:focus,
nav a:hover {
    color: rgb(255,255,255);
    text-decoration: none;
}

nav#mainnav-m ul,
nav#mainnav ul {
    list-style-type: none;
}

    /*  MOBILE NAV ONLY  */
    nav#mainnav-m ul li {
        background-color: #f4f4f4;
        cursor: pointer;
        display: inline-block;
        padding: 0;
        margin-left: -2px;
    }

        nav#mainnav-m ul li a {
            display: block;
        }

            nav#mainnav-m ul li a.icon {
                color: rgb(0, 0, 0);
                line-height: 1.5;
                height: 32px;
                width: auto;
                top: 0;
                padding: 14px 18px 14px 13px;
                -webkit-transition: none;
                -moz-transition: none;
                -o-transition: none;
                -ms-transition: none;
                transition: none;
            }

                nav#mainnav-m ul li a.icon:active {
                    color: rgb(249,224,56);
                }

        nav#mainnav-m ul li:hover,
        nav#mainnav-m ul li:focus {
            background: #f4f4f4;
            cursor: pointer;
        }

.navselected, .searchselected {
    color: rgb(249,224,56);
}

/* MOBILE */
ul#nav-m {
    width: 100%;
}

#nav-m li {
    width: 50%;
    float: left;
}

ul#nav-m li a {
    color: rgb(255,255,255);
    text-transform: uppercase;
    display: block;
    font-weight: 700;
    padding: 3px 2px;
    margin: 0 0 5px;
}

#menu.navopen:after {
    padding-left: 6px;
    content: "=";
}

#menu.navclose:after {
    padding: 2px 5px 3px 4px;
    content: "x";
}

#menu.navdisabled:after {
    padding-left: 6px;
    content: "=";
    cursor: none;
}

a .menu-icon-label {
    position: relative;
    vertical-align: top;
    top: 5px;
    padding-left: 10px;
}

/* SEARCH */
#search input[type="search"], #search input.search-field {
    background: rgb(50,50,50);
    border: 0 none;
    color: rgb(200,200,200);
    width: 100px;
    margin-top: -5px;
    margin-left: 20px;
    padding: 8px 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 0;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    float: left;
    font-size: 1.4rem;
}

input.search-field.searchpage {
    border-radius: 3px;
}

#search input[type="search"]::-webkit-input-placeholder {
    color: rgb(150, 150, 150);
}

#search input[type="search"]::-moz-placeholder {
    color: rgb(150, 150, 150);
}

#search input[type="search"]:-moz-placeholder {
    color: rgb(150, 150, 150);
}

#search input[type="search"]:-ms-input-placeholder {
    color: rgb(150, 150, 150);
}

#search input[type="search"]:focus {
    width: 150px;
    outline: none;
    margin-left: 2px;
}

#search .searchbutton {
    background: none repeat scroll 0 0 #323232;
    border: medium none;
    border-radius: 0 3px 3px 0;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    height: 33px;
    margin-left: 2px;
    margin-top: -5px;
    padding: 5px 0px;
    height: 33px;
    width: 40px;
}

.searchpage.searchbutton {
    height: 32px;
    margin: 0;
    top: 0;
    width: 95%;
}

#divGlobalSearch {
    margin: 22px 0 22px;
    text-align: left;
}

.GlobalSearchTitle {
    float: left;
    font-weight: 700;
    padding-right: 20px;
    text-transform: uppercase;
    margin-top: 6px;
}

.GlobalSearchCaption {
    float: left;
    padding-right: 5px;
    margin-top: 6px;
}

.GlobalSearchSelect {
    float: left;
    padding-right: 10px;
}

.GlobalSearchAction {
    float: left;
    padding-top: 6px;
}

/* ECF ONLY */
#detail-tabs {
    height: 40px;
}

    #detail-tabs ul li {
        text-align: center;
        display: inline-block;
        padding: 0;
        width: 33.333%;
        background: #f4f4f4;
        border-top: solid .3rem #f4f4f4;
    }

        #detail-tabs ul li a {
            font-weight: bold;
            text-transform: uppercase;
            color: #000;
            text-decoration: none;
            display: block;
            padding: 9px 0;
        }

        #detail-tabs ul li.selected, #detail-tabs ul li.selected:hover {
            background-color: white;
            border-top: solid .3rem #00c3ff;
        }

            #detail-tabs ul li.selected a, #detail-tabs ul li.selected:hover a {
                color: #000;
            }

        #detail-tabs ul li:hover {
            background: #f4f4f4;
            cursor: pointer;
        }

.detailclientheader {
    text-transform: uppercase;
}

.detailclientname {
    padding-bottom: 5px;
}


/* ECF ONLY */
#navmenu, #searchfield {
    position: relative;
    display: none;
    width: 100%;
}

.menu, .searchfield {
    color: blue; /*white;*/
    text-align: left;
    width: 100%;
}

ul.searchfield li {
    display: inline-block;
}

    ul.searchfield li:first-child {
        width: 80%;
    }

    ul.searchfield li .icon.close {
        width: 12px;
        top: 0;
        margin-left: 10px;
    }

.menu li {
    list-style-type: none;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px dotted rgb(105,105,105);
    padding: 11px;
}

.searchfield li {
    border-bottom: none;
    padding: 16px 0 16px 16px;
}

.menu li:hover {
    background-color: rgba(0,0,0,0.6);
}

.menu li a.navlink {
    color: #000;
    display: block;
    width: 100%;
    text-decoration: none;
    text-transform: none;
}

.menu li:last-child {
    border-bottom: none;
    padding: 18px;
}

.searchfield li:last-child {
    border-bottom: none;
    padding: 0;
}

/*  ==================================================
	12. PROMO
	==================================================  */

.promo,
.promo-last {
    border-top: 6px solid rgb(0,0,0);
    margin-bottom: 1em;
    padding-top: .5em;
}

/* SECONDARY PROMOS */
.promo,
.promo-last {
    border-width: 8px 1px 1px;
    border-color: rgb(0,0,0) rgb(225,225,225) rgb(225,225,225);
    border-style: solid;
    margin-bottom: 2.5em;
    padding: 1em;
    position: relative;
}

    .promo:before,
    .promo-last:before {
        border-top: 8px solid rgb(0,0,0);
        content: ".";
        color: transparent;
        display: block;
        font-size: 0;
        padding: 0 1px;
        position: absolute;
        left: -1px;
        top: -8px;
        width: 100%;
    }


/*  ==================================================
	13. PRIMARY & SECONDARY CONTENT
	==================================================  */

#primary-content {
    margin: 16px 0;
}

/*  ==================================================
	14. FOOTER
	==================================================  */

footer {
    color: rgb(255,255,255);
    padding-bottom: 10px;
    padding-top: 30px;
    position: relative;
}

    footer section {
        border-top: 1px dotted rgb(50,50,50);
        padding: 30px 0 40px 0;
    }

        footer section.first {
            border-top: 0;
        }

    footer h3 {
        color: rgb(150,150,150);
        text-shadow: none;
    }

    /*  FOOTER LISTS */
    footer ul {
        list-style-type: none;
    }

        footer ul li {
            padding-bottom: .75em;
        }

    /*  FOOTER LINKS */
    footer a,
    footer a:visited {
        color: rgb(255,255,255);
        text-transform: inherit;
    }

        footer a:focus,
        footer a:hover {
            color: rgb(225,225,225);
            text-decoration: underline;
        }

/*  DISCLOSURES & COPYRIGHT  */
#copyright a,
#copyright a:visited {
    color: rgb(255,255,255);
    text-transform: inherit;
}

    #copyright a:focus,
    #copyright a:hover {
        color: rgb(225,225,225);
        text-decoration: underline;
    }

#disclosures,
#copyright {
    color: rgb(255,255,255);
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 21px;
    line-height: 2.1rem;
    padding-top: 10px;
    padding-bottom: 56px;
}

section#disclosures ol {
    margin-top: .75em;
}

    section#disclosures ol li:last-child {
        padding-bottom: 0;
    }

.disclosure-footnotes a {
    color: rgb(175, 175, 175);
    text-transform: none;
}

    .disclosure-footnotes a:hover {
        color: rgb(255, 255, 255);
    }

.disclosure-footnotes ul {
    list-style-type: disc;
    margin-left: 13px;
}

ul.disclosure-footnotes {
    list-style: none outside none;
    margin: 0.75em 0 1em 25px;
}

.disclosure-footnotes li ul li {
    padding: 0;
}


/* FROM OVERRIDE FOR FOOTER */
#IndexFooter {
    background-color: rgb(0,0,0);
    color: rgb(255,255,255);
    text-align: left;
    float: left;
    padding: 20px 0;
}

    #IndexFooter a,
    #IndexFooter a:visited {
        color: rgb(255,255,255);
        text-transform: none;
    }

        #IndexFooter a:hover,
        #IndexFooter a:focus {
            color: rgb(200,200,200);
        }

.indexFooterLeft {
    width: 950px;
    padding-left: 20px;
    margin: 0 auto;
}

    .indexFooterLeft ol {
        margin-bottom: 20px;
    }

        .indexFooterLeft ol li {
            display: inline;
            list-style: none;
            border-right: 1px solid rgb(50,50,50);
            margin-right: .70em;
            padding-right: .80em;
        }

    .indexFooterLeft li.last {
        border-right: 0;
    }

.indexFooterCopyright {
    border-top: 1px solid rgb(256,256,256);
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
    padding: 50px 0 20px 20px;
    width: 950px;
    margin: 0 auto;
}

.indexFooterRight {
    width: 100%;
    margin: 0 auto;
}


/* Added by J-F
    ---------------  */
/*  ==================================================
	14. Disable page when menu or search are open
	==================================================  */

#primary-container.disabled {
    pointer-events: none;
}

    #primary-container.disabled a, #primary-container.disabled h5, #primary-container.disabled h6, #primary-container.disabled td, #primary-container.disabled th, #primary-container.disabled span, #primary-container.disabled label, #primary-container.disabled a span, #primary-container.disabled tabs selected, #primary-container.disabled input[type="text"], #primary-container.disabled textarea, #primary-container.disabled select, #primary-container.disabled #detail-tabs ul li a {
        color: #bbb;
    }

#header-container.disabled h6 {
    color: #000;
}

#primary-container.disabled, #primary-container.disabled input[type="text"], #primary-container.disabled h5, #primary-container.disabled textarea, #primary-container.disabled select, #primary-container.disabled label, #primary-container.disabled #detail-tabs ul li, #primary-container.disabled #ui-accordion-accordion-panel-0, #primary-container.disabled #ui-accordion-accordion-panel-1 {
    background-color: #ddd;
    background: #ddd;
}

    #primary-container.disabled table {
        border-top: 2px solid #bbb;
        border-bottom: 1px solid #bbb;
    }

        #primary-container.disabled table th {
            border-bottom: 1px solid #bbb;
        }

    #primary-container.disabled label-hr {
        border-bottom: 1px solid #bbb;
    }


/*  ==================================================
	15. Improve look of app/contract detail pages and credit app fields
	==================================================  */

@media only screen and (max-width: 479px) {
    /* Mobile */
    .hideOnMobile {
        visibility: hidden;
    }
}

@media only screen and (min-width:480px) {
    /* Mobile */
    .hideOnMobile {
        visibility: visible;
    }
}

@media only screen and (max-width: 479px) {
    /* Mobile */
    .showOnMobile {
        visibility: visible;
    }
}

@media only screen and (min-width:480px) {
    /* Mobile */
    .showOnMobile {
        visibility: visible;
    }
}

@media (min-width:801px) and (max-width:1025px) {
    /* tab */
    .child-input {
        position: absolute;
        top: 57px;
        right: 7px;
        outline: none !important;
        text-decoration: none !important;
    }
}


.appDetail table {
    border-bottom: none;
    width: 100%;
}

.bottomWhiteLine {
    border-bottom: 1px solid #696969;
}

.creditAppPageHeading {
    border-top: 1px dotted #E1E1E1;
    border-bottom: 1px dotted #E1E1E1;
    padding: 7px 7px 1px 7px;
    margin-top: 20px;
    background-color: #FFF;
}

    .creditAppPageHeading:hover {
        background-color: #F5F5F5;
        transition: all 0.25s ease-out 0s;
    }

.creditAppPageArea {
    margin: 5px 0 30px 0;
}

.creditAppSectionHeading {
    padding: 10px 0 8px 0;
}

.creditAppSectionArea {
    margin: 0 0 7px 0;
}

.creditAppFieldCaption {
    margin: 7px 0 3px 0;
}

.accordionHeader {
    color: #000;
    font-size: 1.6rem;
    font-weight: bold;
    text-transform: uppercase;
}

.accordionicon {
    padding: 0 15px 0 0;
}

.minmaxButton {
    padding-right: 10px;
}

a.minmaxButton, a.minmaxButton:hover, a.minmaxButton:active {
    color: #000 !important;
}

.iconexpand {
    font-size: 1.3em;
}

.visibleNo {
    visibility: hidden;
}

.visibleYes {
    visibility: visible;
}

/* jQuery.UI customizations
    ---------------------------  */
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-radius: 4px;
}

.ui-accordion .ui-accordion-icons {
    padding-left: 0.5em;
}

.ui-accordion .ui-accordion-content {
    padding: 0 0px;
    border: 0px none;
}

.ui-accordion .ui-accordion-header .ui-icon {
    position: absolute;
    left: auto;
    right: 0.5em;
}

.messageButton a, a:active, a:hover {
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url(images/ui-icons_888888_256x240.png) /*{iconsHover}*/;
}

.ui-state-active .ui-icon {
    background-image: url(images/ui-icons_888888_256x240.png) /*{iconsActive}*/;
}
/* *****************************************
    16. SPINNER - LOADER    
   *****************************************/
.EverBank-loading {
    width: 100%;
    display: block;
    text-align: center;
    height: 3px;
}

.EverBank-loading__wrapper {
    height: 100%;
    position: relative;
    top: 135px;
}

.EverBank-loading__rotator {
    animation-name: spin;
    animation-timing-function: linear;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
}

.EverBank-loading__logo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.EverBank-loading__rotator, .EverBank-loading__logo {
    height: 100%;
    max-width: 75px;
    max-height: 75px;
    min-width: 50px;
    min-height: 74px;
    display: block;
    margin: 0 auto;
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@media only screen and (min-width: 1024px) {
    .EverBank-loading__wrapper {
        top: 370px;
    }

    .EverBank-loading__rotator, .EverBank-loading__logo {
        max-height: 130px;
    }
}


/* *****************************************
    17. LEGACY DESKTOP STYLES
   *****************************************/
.messageContentTitle {
    line-height: 16px;
    color: #FF7336;
}

.pipelineitem {
    padding: 8px 0px 5px 5px;
    border-width: 8px 1px 1px;
    border-color: #00c3ff;
    border-style: solid;
    margin-bottom: 12px;
    margin-right: 12px;
    background: #f4f4f4;
}

.pipelineitemwarning {
    padding: 8px 0 5px 5px;
    border-width: 8px 1px 1px;
    border-color: #FF7336;
    border-style: solid;
    margin-bottom: 12px;
    margin-right: 12px;
    background: #FEF0DA;
}

.pipelineitem a {
    color: #000 !important;
    text-decoration: none !important;
}

.pipelineitem:hover {
    border-color: #005da8 !important;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.pipelinevendor {
    font-weight: 700;
    margin-right: 10px;
    line-height: 16px;
    margin-bottom: 5px;
}

.pipelinevendorwarning {
    font-weight: 700;
    margin-right: 10px;
    line-height: 16px;
    margin-bottom: 5px;
    color: #F47920;
    margin-left: 3px;
}

.pipelinevendor, .pipelinedetail {
    padding-left: 5px;
}

.pipelinedetail {
    font-weight: 300 !important;
    font-size: 12px;
    line-height: 18px;
}

.pipelinestatus {
    font-weight: 300 !important;
    font-size: 12px;
    line-height: 18px;
}

.home-float-left {
    float: left;
    width: 28%;
    max-width: 320px;
    margin-bottom: 10px;
    overflow-y: auto;
}

.home-float-right {
    float: left;
    width: 72%;
    margin-bottom: 10px;
}

.report-float-left {
    float: left;
    width: 28%;
}

.report-float-right {
    float: left;
    width: 72%;
}

.home-top-left {
    float: left;
    width: 28%;
}

    .home-top-left h3 {
        margin-top: 17px;
    }

.home-top-right {
    float: left;
    width: 72%;
}

#Dashboard {
    padding-left: 20px;
}

/* SEARCH FEED */
.searchitem {
    border-bottom: 1px dotted rgb(200,200,200);
    padding: 15px 15px;
}

    .searchitem:hover {
        background: #eeeeee;
    }

    .searchitem a {
        color: #000;
        text-decoration: none;
    }

.mainsearchTitle {
    font-weight: bold;
}

.mainSearchDetail {
    font-size: 80%;
}

/* Dashboard grids */

#dgrCustomer, #dgrMaturity, #dgrAppActivitySingle, #dgrDelinquency, #tblApplicationPipelineMedium, #tblBookingPipelineMedium, #dgrUsers, #dgrStatuses span {
    font-size: 12px;
}

    #dgrCustomer a, #dgrMaturity a, #dgrAppActivitySingle a, #dgrDelinquency a, #tblApplicationPipelineMedium a, #tblBookingPipelineMedium a, #dgrStatuses a, #divMachineLevelTable a {
        color: #005da8;
        font-size: 12px;
        cursor: pointer;
    }

    #dgrCustomer th, #dgrMaturity th {
        padding: 5px 10px 5px 0px;
        text-wrap: avoid;
    }

    #dgrCustomer a:hover, #dgrMaturity a:hover, #dgrAppActivitySingle a:hover, #dgrDelinquency a:hover, #tblApplicationPipelineMedium a:hover, #tblBookingPipelineMedium a:hover, #dgrUsers a:hover, #dgrStatuses a:hover, #divMachineLevelTable a:hover {
        color: #005da8;
        font-size: 12px;
    }

    #dgAssetPool tr:nth-last-child(2), #dgMachineInfo tr:nth-last-child(2), #dgApplicationAssets tr:nth-last-child(1), #dgrCustomer tr:nth-last-child(2), #dgrMaturity tr:nth-last-child(2), #dgrAppActivitySingle tr:nth-last-child(2), #dgrDelinquency tr:nth-last-child(2), #dgStatusHistory tr:nth-last-child(1) {
        border-bottom: 1px solid black;
    }

.custNameWidth {
    width: 320px;
}

#tblWelcomeMessage {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border: none;
}

    #tblWelcomeMessage tr, td {
        border: none;
    }

/* *****************************
        DASHBOARD AND SNAPSHOTS  
     ****************************/

.DashBoardBigWhiteLine {
    margin-top: 18px;
}

.dashboardgrid {
    font-size: 100%;
    background-color: transparent;
    width: 100%;
}
    /* #75869A; */
    .dashboardgrid td {
        font-size: 100%;
    }

.dataGridMainHeader {
    width: 100%;
}

.dataGridMainHeaderTitle {
    text-align: left;
    float: left;
    color: #000;
    font-weight: bold !important;
    margin-bottom: 0.2em
}

    .dataGridMainHeaderTitle a {
        text-align: left;
        color: #000;
        cursor: pointer;
        margin-bottom: 0.2em;
    }

        .dataGridMainHeaderTitle a:hover {
            color: rgb(0,95,100);
            cursor: hand;
            margin-bottom: 0.2em;
        }

.dataGridMainHeaderOptions {
    font-size: 12px;
    text-align: right;
    float: right;
    padding-right: 10px;
}

    .dataGridMainHeaderOptions input[type="radio"] {
        vertical-align: -3px;
        margin-left: 5px;
    }

.dataGridHeader td, .dataGridHeader th {
    font-size: 14px;
    padding: 7px 10px 7px 0;
    color: #000;
    border-top: 2px solid #000;
    border-bottom: 1px solid #000;
}

.dataGridItemS {
    border-bottom: 1px dotted #000;
}

.dataGridAltItemS {
    border-bottom: 1px dotted #000;
}

    .dataGridItemS td, .dataGridAltItemS td {
        font-size: 12px;
        background-color: transparent;
        padding: 8px 4px 8px 0;
        border-bottom: 1px dotted #000;
    }

        .dataGridItemS td:last-child, .dataGridAltItemS td:last-child {
            padding-right: 0;
        }

.DataGridPager {
    font-size: small;
    background-color: #fff;
    text-align: right;
}

    .DataGridPager span {
        background-color: rgb(106,106,88);
        border-radius: 3px 3px 3px 3px;
        color: rgb(255, 255, 255);
        font-weight: bold;
        display: inline-block;
        padding: 3px 12px 3px;
        text-transform: uppercase;
        margin-top: 10px;
        font-size: 12px;
    }

    .DataGridPager a {
        background-color: #005da8;
        border-radius: 3px 3px 3px 3px;
        color: rgb(255, 255, 255) !important;
        font-weight: bold !important;
        cursor: pointer;
        display: inline-block;
        padding: 3px 12px 3px;
        text-transform: uppercase;
        font-size: 12px;
    }

        .DataGridPager a:hover {
            background-color: #005da8;
            text-decoration: none !important;
            transition: all 0.25s ease-out 0s;
        }

.snapshotOuterBlock {
    padding: 30px 0 0 0;
}

.snapshotInnerBlock {
    padding: 12px 0 12px 0;
    line-height: 1.6em;
    border-bottom: dotted 1px silver;
}

    .snapshotInnerBlock td {
        font-size: 12px;
    }

.searchButtond {
    height: 13px;
    font-size: 14px;
    padding: 5px 13px 14px;
    text-transform: uppercase;
    font-weight: 700 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: rgb(255,255,255);
    background-color: rgb(0,104,72);
}

a.searchButtond {
    text-decoration: none !important;
}

    a.searchButtond:link, a.searchButtond:visited {
        /*background: transparent url('images/BTN-Search.gif') no-repeat;*/
    }

    a.searchButtond:hover, a.searchButtond:active {
        background-color: rgb(42,169,151);
        color: #fff;
    }

/* Selected page in web grid */
.gridPageSelected {
    background: none repeat scroll 0 0 #267CB2;
    color: #FFFFFF;
    margin: 5px 5px 5px 1px;
}

.boldfont {
    font-weight: bold !important;
}

.blackfont {
    color: #000 !important;
}

.uppercasefont {
    text-transform: uppercase;
}

.ullirightborderwhite {
    border-right: 1px solid rgb(256,256,256) !important;
}

.roundedyellowbutton {
    color: #000 !important;
    background-color: #f9e43f !important;
    height: 35px !important;
    border-radius: 25px !important;
}

.loginusernamepassword {
}

.loginusernamepassworddevice {
    background-color: #f4f4f4 !important;
    outline: #b2b2b2 !important;
}

.boldblackfont {
    color: #000 !important;
    font-weight: bolder !important;
}

.black {
    color: #000;
}

EverBank-icon, EverBank-icon-large {
    transition: all 150ms ease;
    transform: rotate(0);
    color: white;
    background: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00C3FF;
}

EverBank-icon {
    padding: 2px 3px 2px 2px;
    height: 22px;
    width: 22px;
}

    EverBank-icon .icon-svg {
        width: 25px;
        height: 25px;
        padding-top: 7px;
    }

EverBank-icon-large {
    padding: 0;
    height: 30px;
    width: 30px;
}

    EverBank-icon-large .icon-svg-large {
        width: 30px;
        height: 30px;
        padding-top: 0px;
    }

EverBank-icon .disabled {
    background-color: #f4f4f4;
}



#navmenu {
    background-color: white !important;
    border: 3px solid #000 !important;
    color: #000;
    font-size: .8em;
    font-weight: 700;
    padding: .6em 1.25em;
    text-transform: uppercase;
    border-radius: 5em !important;
    border-color: #000 !important;
    font-family: Arial,sans-serif !important;
}

#navmenu {
    background-color: #000 !important;
    color: #FFFFFF;
    text-decoration: none;
    border: 3px solid #000;
}

table.quoteTool tbody tr td::first-letter {
    text-transform: uppercase;
}

table.quoteTool tbody tr td {
    text-transform: lowercase;
}

table.tightTable thead tr th {
    text-transform: lowercase;
}

    table.tightTable thead tr th::first-letter {
        text-transform: uppercase;
    }

table.tablesorter thead tr th {
    text-transform: lowercase;
}

    table.tablesorter thead tr th::first-letter {
        text-transform: uppercase;
    }

table.snapshot thead tr th {
    text-transform: lowercase !important;
}

    table.snapshot thead tr th::first-letter {
        text-transform: uppercase !important;
    }

#tblMeterReads2 th {
    text-transform: lowercase;
}

    #tblMeterReads2 th ::first-letter {
        text-transform: uppercase;
    }

#divAssetPoolAssets table tbody tr th {
    text-transform: lowercase !important;
}

    #divAssetPoolAssets table tbody tr th::first-letter {
        text-transform: uppercase !important;
    }

.searchStyle {
    height: 31px !important;
    width: 85px !important;
    font-size: 11px !important;
}

.searchButtonIcon {
    font-weight: 100 !important;
    font-size: 1.5em !important;
    padding: .2em 1em !important;
}

.buttonWidth {
    width: 87px !important;
}



#Save {
    margin: 4px 0 0 0;
    height: 31px;
    width: 79px;
    font-size: 11px;
    font-weight: 600;
    font-family: Arial,sans-serif;
}

.blackPartnerSearch {
    background-color: white !important;
    text-decoration: none !important;
    border: 3px solid #000 !important;
}

    .blackPartnerSearch:hover, #signoff-main-D:focus {
        background-color: #000 !important;
        color: white !important;
        text-decoration: none;
        border: 3px solid #000;
    }

input[readonly] {
    background-color: #e6e6e6;
}

.marginContractUS {
    margin-left: 22%;
    width: 25px;
    height: 25px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .marginContractUS {
        margin-left: 14%;
    }
}

table.tightTable tbody tr td a {
    text-transform: lowercase;
}

table.tightTable tbody tr td a {
    display: inline-block;
}

    table.tightTable tbody tr td a::first-letter {
        text-transform: uppercase !important;
    }

#selectedReport h5 {
    text-transform: lowercase;
}

    #selectedReport h5::first-letter {
        text-transform: uppercase !important;
    }

#ssrsLinkText a {
    text-transform: lowercase;
}

#ssrsLinkText a {
    display: inline-block;
}

    #ssrsLinkText a::first-letter {
        text-transform: uppercase !important;
    }

.firstCap {
    text-transform: lowercase;
}

    .firstCap::first-letter {
        text-transform: uppercase !important;
    }

/*div.clearfix form fieldset div div div div {
    text-transform: lowercase;
}

div.clearfix form fieldset div div div div::first-letter {
    text-transform: uppercase !important;
}*/

#meterRptID tbody tr td a {
    text-transform: lowercase;
}

#meterRptID tbody tr td a {
    display: inline-block;
}

    #meterRptID tbody tr td a::first-letter {
        text-transform: uppercase !important;
    }

#tblRptSubscription tbody tr td:first-child {
    text-transform: lowercase;
}

#tblRptSubscription tbody tr td::first-letter {
    text-transform: uppercase !important;
}

#tblSubscriptionList tbody tr td a {
    text-transform: lowercase;
}

#tblSubscriptionList tbody tr td a {
    display: inline-block;
}

    #tblSubscriptionList tbody tr td a::first-letter {
        text-transform: uppercase !important;
    }

#selectedRptName h4 {
    text-transform: lowercase;
}

    #selectedRptName h4::first-letter {
        text-transform: uppercase !important;
    }

#rptParameters h6 {
    text-transform: lowercase;
}

    #rptParameters h6::first-letter {
        text-transform: uppercase !important;
    }

#rptParameters div div {
    text-transform: lowercase;
}

    #rptParameters div div::first-letter {
        text-transform: uppercase !important;
    }

#GetQuote div a {
    text-transform: lowercase;
}

#GetQuote div a {
    display: inline-block;
}

    #GetQuote div a::first-letter {
        text-transform: uppercase !important;
    }

.file-upload-error-message {
    color: #f04d57;
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 4px;
}

.input-error {
    border-color: #f04d57 !important;
}

.eoor_mt_3rem {
    margin-top: 6rem;
}

.secondary-btn {
    background-color: white !important;
    border: 3px solid #1751E8 !important;
    color: #1751E8 !important;
    border-color: #1751E8 !important;
    letter-spacing: 0.98px;
    font-family: Franklin-Gothic,Helvetica Neue,Helvetica,Arial,sans-serif !important;
    text-transform: uppercase;
    border-radius: 8px;
    padding: 7px 10px;
    font-size: .8em;
    font-weight: 700;
}

    .secondary-btn:hover {
        background-color: #1241BA !important;
        color: #FFFFFF !important;
        text-decoration: none !important;
        border: 3px solid #1241BA !important;
    }