

@import url("//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700");

/**
* This stylesheet includes global styles for the transactional portion of the site as well as
* styles for the HEADER and FOOTER...
*/

/* GLOBAL FOUNDATION OVERRIDES */
body {
    color: #424242;
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

body, p, label {
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
    color: #424242;
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: 300;
}

.row {
    max-width: 75em !important;
}

a {
    color: #424242;
}

    a:hover {
        color: black;
    }

.text-link-bav {
    color: #076191;
    font-weight: 700 !important;
}

button, .button {
    background-color: #076191;
    color: #fff;
}

    button:hover, button:focus,
    .button:hover, .button:focus {
        background-color: #00456a;
    }
    button:focus-visible, .button:focus-visible {
        outline: 4px solid #076191;
        outline-offset: 4px;
        background-color: #00456a;
    }

.contain-to-grid {
    background: #fff;
}

.tooltip {
    font-weight: 300;
    background: #424242;
}

    .tooltip > .nub {
        border-color: transparent transparent #424242 transparent;
    }

.f-dropdown {
    text-align: left;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
    background-color: white;
    font-family: inherit;
    border: 1px solid #424242;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: .875em;
    margin: 0 0 1em 0;
    padding: .5em;
    height: 2.3125em;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-box-shadow .45s, border-color .45s ease-in-out;
    -moz-transition: -moz-box-shadow .45s, border-color .45s ease-in-out;
    transition: box-shadow .45s, border-color .45s ease-in-out;
}

.input-with-tip {
    display: inline-block !important;
    width: 92% !important;
}

input.caution {
    border-color: #f4d641;
}

select {
    background: #FFF; /* changed for second account app 1/6/15 */
    background-image: url(/assets/images/select-arrow.png);
    background-repeat: no-repeat;
    background-position: center right;
    padding: 0 .5em 0 .5em;
    font-size: .875em;
    font-weight: normal !important;
    color: #424242;
    height: 2.083rem;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #424242;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-box-shadow .45s, border-color .45s ease-in-out;
    -moz-transition: -moz-box-shadow .45s, border-color .45s ease-in-out;
    transition: box-shadow .45s, border-color .45s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    position: relative;
}
select:focus{
    outline: 2px solid #5394be;
    outline-offset: 1px;
}

textarea {
    overflow: auto;
    resize: none;
}

.error input, .error textarea, .error select, select.error {
    border-color: #c60f13;
    /* background-color: rgba(198, 15, 19, 0.1); */
    margin-bottom: 15px;
}

.warning input, .warning textarea, .warning select, .warning label {
	border-color: #ffcc33;
	color: #ffcc33;
}
.error input, .error input:focus, .error textarea, .error select, .error label, select.error {
    border-color: #c60f13;
    color: #4d4d4d;
}

.alerts-panel {
    border-style: solid;
    border-width: 1px;
    border-color: #d8d8d8;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #FFF8CC;
    border-radius: 3px;
}

table thead tr th,
table thead tr td,
table tr th,
table tr td {
    color: #424242;
}

/* info-container */
.info-container {
    border: 1px solid #dddddd;
    padding: 1.25rem;
    margin: 1.125rem 0;
}

    .info-container h2.info-title {
        background: white;
        padding: 0 0.1875rem;
        margin: 0;
        margin-left: -0.1875rem;
        font-size: 24px;
        font-weight: 300;
        display: inline-block;
        position: relative;
        top: -54px;
    }

    .info-container > .row {
        margin-top: -25px;
    }

@media only screen and (min-width:40.63em;) {
    .tooltip > .nub {
        border-color: transparent transparent #424242 transparent;
    }
}

@media only screen and (max-width: 400px) {
    .payment-container.express h4, .payment-container.standard h4 {
        font-size: 1.3rem !important;
    }
}


/* end GLOBAL FOUNDATION OVERRIDES */

/* begin BUTTON AND LINK CMP STYLING */

.button.normal, .text-normal {
    font-weight: 300;
}

button.secondary, .button.secondary{
    background-color: white;
    outline: 1px solid #076191;
    color: #076191;
}
    button.secondary.hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus{
        background-color: #076191;
        color: white;
    }
    button.secondary:focus-visible, .button.secondary:focus-visible{
        outline: 4px solid #076191;
        outline-offset: 4px;
    }

button.tertiary, .button.tertiary {
    background-color: #ff9f2b;
    font-weight: normal;
    color: #424242;
}

    button.tertiary:hover, button.tertiary:focus, .button.tertiary:hover, .button.tertiary:focus {
        background-color: #424242;
        color: #fff;
    }

    button.tertiary:focus-visible, .button.tertiary:focus-visible {
        outline: 4px solid #076191;
        outline-offset: 4px;
    }

.split.button.tertiary span.dd {
    border-left-color: #ed6d04;
    background: #f17d1d;
}

    .split.button.tertiary span.dd i {
        display: block;
        width: 20px;
        height: 2px;
        background: #fff;
        margin: 0px auto 4px;
    }

.link{
    color: #076191;
}
.link:hover{
    color: #00456A;
}
.link:focus-visible{
    outline: 4px solid #076191;
    outline-offset: 4px;
}

    .link.arrow:focus-visible, .link.icon:focus-visible {
        outline: none;
        box-shadow: 0 4px 0 0 #00456a;
    }

    .link.icon.dark{
        color: white;
    }
    .link.icon.dark:hover{
        color: #ff9f2b;
    }
        .link.icon.dark:focus-visible {
            box-shadow: 0 4px 0 0 #ff9f2b;
            color: #ff9f2b;
        }


/* end BUTTON AND LINK CMP STYLING */

html {
    -webkit-text-size-adjust: 100%;
}

::-webkit-input-placeholder {
    color: #666;
}

:-moz-placeholder {
    color: #666;
}

::-moz-placeholder {
    color: #666;
}

:-ms-input-placeholder {
    color: #666;
}

.bold {
    font-weight: 600;
}

.f-dropdown li.no-link:hover {
    background: #fff;
    cursor: default;
}

.print-friendly {
    position: absolute;
    top: .8em;
    right: .8em;
    display: block;
    width: 1.8em;
    height: 1.5em;
    font-size: 1.2rem;
    line-height: 1.8rem;
    text-align: center;
    color: #424242;
    z-index: 1;
}

.modal-print-friendly {
    position: absolute;
    top: 1rem;
    right: 3rem;
    color: #424242;
    font-size: 20px;
    margin-top: 2px;
}

    .modal-print-friendly:hover {
        color: #076191;
    }

.modal-print-friendly-right {
    float:right;
    top: 1rem;
    right: 3rem;
    color: #aaaaaa;
}

.print-friendly-global {
    position: absolute;
    top: 1rem;
    right: 3.5rem;
    color: #aaaaaa;
}

    .print-friendly-global .icon-print {
        font-size: 1.5rem;
    }

.modal-print-friendly .icon-print {
    font-size: 1.5rem;
}

.scroll-swipe:before {
    content: "scroll";
    clear: both;
}

.scroll-swipe-caps:before {
    content: "Scroll";
    clear: both;
}

.click-tap:before {
    content: "click";
    clear: both;
}

.click-tap-caps:before {
    content: "Click";
    clear: both;
}

.clicking-tapping:before {
    content: "clicking";
    clear: both;
}

a.click-tap {
    color: #2ba6cb;
}

    a.click-tap:hover, a.click-tap:focus {
        color: #2795b6;
    }

.orange-modal-head {
    background-color: #ff9900;
    color: #FFF !important;
    padding: 15px;
}

    .orange-modal-head h3 {
        color: #FFF !important;
    }

.orange-border-modal {
    padding: 15px 15px 15px 15px;
    border: 1px solid #ff9900;
}

.blue-modal-head {
    background-color: #076191;
    color: #FFF !important;
    padding: 15px;
    margin-top: 20px;
}

    .blue-modal-head h3 {
        color: #FFF !important;
        font-weight: 300 !important;
    }

.blue-border-modal {
    padding: 15px 15px 10px 15px;
    border: 1px solid #076191;
}

    .blue-border-modal h4, .blue-border-modal p {
        color: #424242 !important;
        font-weight: 300 !important;
    }

@media only screen and (max-width: 1023px) {

    .scroll-swipe-caps:before {
        content: "Swipe";
        clear: both;
    }

    .scroll-swipe:before {
        content: "swipe";
        clear: both;
    }

    .click-tap:before {
        content: "tap";
        clear: both;
    }

    .click-tap-caps:before {
        content: "Tap";
        clear: both;
    }

    .clicking-tapping:before {
        content: "tapping";
        clear: both;
    }
}

/* HEADER */
header.main {
    border-bottom: 1px solid #e5e5e5;
}

    header.main .logo {
        padding: 20px 0;
    }

/* Account DropDown */
.user-acct-buttons {
    text-align: right;
    padding-right: 0.9375em;
}

    .user-acct-buttons .sign-out {
        margin-right: 1em;
        padding: .4rem .7rem .4rem .4rem;
        border: 1px solid #0d649a;
        background: none;
        font-size: .8em;
        color: #0d649a;
    }

        .user-acct-buttons .sign-out:hover {
            background: #edf7fd;
            color: #0d649a;
        }

        .user-acct-buttons .sign-out [class^="icon-"]:before,
        .user-acct-buttons .sign-out [class*=" icon-"]:before {
            margin-left: 0;
            font-size: 1.2em;
            position: relative;
            top: 2px;
            left: 2px;
        }

    .user-acct-buttons .acct-btn-container {
        position: relative;
        display: inline-block;
    }
   
    .acct-btn-container:hover, .acct-btn-container a:hover {
        cursor: pointer !important;
    }

    .user-acct-buttons .acct-btn {
        text-align: left;
        padding: .5em;
        top: .80em;
    }

   
    /* add card image to left side of button */
    .user-acct-buttons span.dropdown-card-img {
        border: none;
        display: inline-block;
        outline: none;
        padding-right: 8px;
        position: relative;
        vertical-align: top;
        width: auto !important;
    }

        .user-acct-buttons span.dropdown-card-img img {
            height: 35px;
            width: auto;
            display: inline-block;
        }

    .user-acct-buttons span.user-acct-with-img {
        position: relative;
        width: auto !important;
        border: none;
        display: inline-block;
    }
/* end add */

    .user-acct-buttons span.user {
        font-size: 1.2em;
        font-weight: 400;
        position: relative;
        width: auto !important;
        border: none;
        display: inline-block;
    }

    .user-acct-buttons span.account {
        font-weight: 300;
        position: relative;
        width: auto !important;
        border: none;
        display: inline-block;
    }

        .user-acct-buttons span.user:after,
        .user-acct-buttons span.account:after {
            border: none;
        }

/* dropdown */
#accounts {
    position: absolute;
    right: -9999px;
    list-style: none;
    margin-left: 0;
    width: 200px;
    max-height: none;
    height: auto;
    background: white;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 99;
    margin-top: -3px;
    max-width: 200px;
    text-align: left;
    padding: 5px 0 0;
}

#accoutns > *:first-child {
    margin-top: 0;
}

#accoutns > *:last-child {
    margin-bottom: 0;
}

#accounts:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent white transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    right: 10px;
    z-index: 99;
}

#accounts:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 7px;
    border-color: transparent transparent #cccccc transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    right: 9px;
    z-index: 98;
}

#accounts li {
    font-size: 0.875rem;
    cursor: pointer;
    line-height: 1.125rem;
    margin: 0;
}

    #accounts li:hover, #accounts li:focus {
        background: #eeeeee;
    }

    #accounts li a {
        display: block;
        padding: 0.5rem 10px;
        color: #555555;
    }

    #accounts li:first-child:hover, #accounts li:first-child:focus,
    #accounts li:hover .current-acct, #accounts li:focus .current-acct {
        background: #fff;
        cursor: default;
    }

#accounts h3 {
    font-size: 1.2rem;
    padding: 0 .3em;
}

#accounts .current-acct {
    color: #d3d3d3;
}

    #accounts .current-acct:hover {
        cursor: default;
    }

#accounts .add-acct {
    font-size: .875rem;
}

    #accounts .add-acct span {
        font-size: 1rem;
        font-weight: 400;
        display: inline-block;
        margin-right: 3px;
    }
/* end account dropdown */

.trans-nav {
    padding-right: 0.9375em;
}

    .trans-nav li {
        border-bottom: 3px solid transparent;
        -webkit-transition: 300ms ease-out;
        -moz-transition: 300ms ease-out;
        transition: 300ms ease-out;
    }

        .trans-nav li:hover {
            border-bottom: 3px solid #ccc;
            -webkit-transition: 300ms ease-in;
            -moz-transition: 300ms ease-in;
            transition: 300ms ease-in;
        }

        .trans-nav li a:hover {
            color: #424242;
        }

        .trans-nav li a {
            font-weight: 300;
        }

    .trans-nav .current {
        border-bottom: 3px solid #ff9000;
    }


/* Mobile Header */
.trans-mobile-nav {
    height: auto !important;
    background: #fff;
    color: #424242;
}

    .trans-mobile-nav .name {
        height: auto !important;
    }

    .mobile-logo {
        margin: 8px 0 8px 10px;
        width: 145px;
    }
   
    @media (max-width: 414px) {
        .mobile-logo {
            margin: 16px 0 8px 10px;
            width: 125px;
        }

        .mobile-nav-card-images .mobile-settings-reminder {
            right: 140px;
            top: 15px;
        }

        .mobile-nav-card-images .message-center-reminder {
            right: 185px;
            top: 15px;
        }
    }

    @media (max-width: 374px) {
        .mobile-logo {
            margin: 24px 0 8px 10px;
            width: 100px;
        }

        .mobile-nav-card-images .mobile-settings-reminder {
            right: 130px;
            top: 18px;
        }

        .mobile-nav-card-images .message-center-reminder {
            right: 165px;
            top: 18px;
        }
    }

/* entypo */
.trans-mobile-nav .mobile-menu-icon {
    position: absolute;
    top: 14px;
    right: 0.9875em;
    width: 40px;
    height: 43px;
}

.trans-mobile-nav a.right-off-canvas-toggle {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 0px;
    margin: 0px;
    /*line-height: 1px;*/
    color: #424242;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
}

    .trans-mobile-nav a.right-off-canvas-toggle:hover {
        color: #ff9000;
    }

/* .mobile-menu-icon */
.trans-mobile-nav .icon2-hamburger {
    font-size: 2.2em;
    margin: 0 auto;
    text-align: center;
    position: relative;
    left: 4px;
    height: 35px;
    line-height: 1em;
}

/*.trans-mobile-nav .mobile-menu-icon-label {
		font-size: .55em;
		font-weight: bold;
		line-height: 2px;
		text-align: center;
		position: relative;
		right: -9px;
		top: -9px;
	}*/

/*
	.mobile-menu-icon a:hover span.entypo-menu,
	.mobile-menu-icon a[aria-expanded="true"] span.entypo-menu {
		background-color: #ff9000;
	}
*/
/*.mobile-menu-icon a:hover,*/
.mobile-menu-icon a[aria-expanded="true"] {
    color: #ff9000;
}

.trans-mobile-nav-menu hr {
    margin: 0;
}

.trans-mobile-nav-menu .off-canvas-list h2 {
    font-size: 1.2875em !important;
    color: rgba(255, 255, 255, 0.7);
    padding: 0.33337rem 0.66667rem;
}

.trans-mobile-nav-menu .off-canvas-list li label {
    font-weight: normal !important;
}

.trans-mobile-nav-menu .off-canvas-list li a {
    font-weight: 300;
}

.trans-mobile-nav-menu a.current-acct {
    color: #898989;
    background: #3d3d3d;
}

    .trans-mobile-nav-menu a.current-acct:hover {
        cursor: default;
    }

/* end mobile header */




/* END HEADER */

/* TRANSACTIONAL BODY */
.transactional-body-container {
    width: 100%;
    margin: 0 auto;
    max-width: 75em;
}

    .transactional-body-container:after {
        content: "";
        clear: both;
        display: block;
    }

    .transactional-body-container .snapshot,
    .transactional-body-container .ad,
    .transactional-body-container .message-center,
    .transactional-body-container .posted-activity,
    .transactional-body-container .pending-activity {
        margin-bottom: 30px;
    }

/* MEDIA QUERIES */
@media only screen and (max-width:1024px) {
    .transactional-body-container .snapshot,
    .transactional-body-container .ad,
    .transactional-body-container .message-center,
    .transactional-body-container .posted-activity,
    .transactional-body-container .pending-activity {
        margin-bottom: 15px;
    }
}
/* end MEDIA QUERIES */


/* END TRANSACTIONAL BODY */

.back-to-top {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px;
    font-size: 15px;
    line-height: 1;
    border-radius: 3px;
    color: #fff;
    background: #076191;
    border: 1px solid #00456a;
    z-index: 4;
    cursor: pointer;
}

.lower-body {
    padding-top: 15px;
}

a.link {
    color: #076191;
    text-decoration: underline;
}

    a.link:hover, a.link:focus {
        color: #00456a;
    }

a.blue {
    color: #008cba;
    text-decoration: none;
    line-height: inherit;
}

    a.blue:hover, a.white:hover, .reveal-modal a.blue:focus {
        color: #0078a0;
    }

a.white {
    color: #FFF;
    text-decoration: none;
    line-height: inherit;
}

a.orange{
    color: #FF9900;
    text-decoration: none;
    line-height: inherit;
}

    a.orange:hover{
        color: #FFF;
        text-decoration: underline;
        line-height: inherit;
    }

.custom-radio-container {
    margin-bottom: 1.25rem;
}

input[type="radio"].custom-radio, input[type="radio"].white-custom-radio {
    opacity:0;
}

    input[type="radio"].custom-radio + label span, input[type="radio"].white-custom-radio + label span {
        display: inline-block;
        font-family: 'Open Sans', sans-serif;
        width: 21px;
        height: 21px;
        margin: -1px 0 0 10px;
        vertical-align: middle;
        cursor: pointer;
    }

    input[type="radio"].custom-radio + label span {
        background: url(/assets/images/check_radio_sheet_grey.png) left top no-repeat;
    }

    input[type="radio"].custom-radio:checked + label span {
        background: url(/assets/images/check_radio_sheet_grey.png) -21px top no-repeat;
    }

    input[type="radio"].custom-radio:disabled + label span {
        background: url(/assets/images/check_radio_sheet_light_grey.png) left top no-repeat;
    }

    input[type="radio"].white-custom-radio + label span {
        background: url(/assets/images/check_radio_sheet_white.png) left top no-repeat;
    }

    input[type="radio"].custom-radio + label div {
        display: inline;
        font-family: 'Open Sans', sans-serif;
    }

    input[type="radio"].custom-radio:disabled + label div {
        color: #cdcdcd !important;
    }

    input[type="radio"].white-custom-radio:checked + label span {
        background: url(/assets/images/check_radio_sheet_white.png) -21px top no-repeat;
    }

    input[type="radio"].white-custom-radio + label div
    {
        display: inline;
        font-family: 'Open Sans', sans-serif;
        color: #FFF;
    }
    
.radio-error input[type="radio"].custom-radio + label div {
    color: #C60F13 !important;
}

.radio-error input[type="radio"].custom-radio + label span {
    background: url(/assets/images/check_radio_sheet_red.png) left top no-repeat !important;
}

.radio-error input[type="radio"].custom-radio:checked + label span {
    background: url(/assets/images/check_radio_sheet_red.png) -21px top no-repeat !important;
}

/* Second Account Application */

.application-terms {
    height: 350px;
    overflow-x: auto;
    background-color: #FFF;
    padding-top: 10px;
    color: #424242;
}

.cp-schumer {
    border: 1px solid #DDDDDD;
}

.terms-conditions .terms-table {
    background-color: #FFF !important;
    border: 1px solid #000;
    border-collapse: collapse;
    width: 90%;
}

.terms-conditions p {
    padding-left: 20px;
    padding-right: 20px;
}

.sa-discolures-module
{
    background-color: #424242 !important;
    color: #FFF;
}

.sa-disclosure-legend {
    background-color: #424242 !important;
}

.sa-income-module {
    background-color: #076191;
    color: #FFF;
}

.sa-auth-module {
    background-color: #FFF;
    color: #424242;
}

    .sa-auth-module legend {
        color: #424242 !important;
    }

.sa-income-module label, .sa-personal-info-module label {
    color: #FFF;
}

.sa-discolures-module legend.blue, .sa-income-module legend.blue {
    background-color: #076191;
}

.sa-rush-module, .sa-personal-info-module {
    background-color: #529BC0;
    color: #FFF;
}

.sa-rush-module, .sa-personal-info-module, .sa-discolures-module, .sa-income-module, .sa-cp-module, .sa-auth-module {
    padding: 1px 0 2px 0;
}

    .sa-personal-info-module .column, .sa-rush-module .column, .sa-discolures-module .column, .sa-income-module .column, .sa-cp-module .column, .sa-auth-module .column {
        float: none;
    }

    .sa-rush-module legend, .sa-personal-info-module legend {
        background-color: #529BC0 !important;
    }

.sa-cp-module {
    background-color: #EEEEEE;
    padding: 1px 0 2px 0;
}

    .sa-cp-module legend {
        background-color: #EEEEEE !important;
    }

span.dob-seperator {
    display: inline-block;
    padding-top: 7px;
}

.uppercase {
    text-transform: uppercase;
}

.label-inline {
    display: inline-block;
}

/* New Payment Radio CSS */
#StandardPaymentRadioFieldset{
    border:none;
}
.payment-custom-radio input[type=radio] {
    width: 24px;
    height: 24px;
    padding: 0 !important;
    opacity: 0;
}

.payment-custom-radio input[type="radio"] + label {
    background: url('/assets/images/payment-custom-radios.png') no-repeat;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    width: 24px;
    height: 24px;
}
.payment-custom-radio input[type="radio"]:focus + label{
    background: url('/assets/images/payment-custom-radios.png') no-repeat;
    background-position: -240px 0;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    width: 24px;
    height: 24px;
    height: 24px;
}

.payment-custom-radio input[type=radio]:checked + label {
    background-position: -24px 0;
    width: 24px;
    color: #424242;
}

.payment-custom-radio input[type=radio]:disabled + label {
    background-position: -48px 0;
}

.payment-custom-radio input[type=radio].checked-error + label {
    background-position: -120px 0;
    color: #C60F13;
}

.disabled {
    pointer-events: none;
    opacity: 0.4;
}

.button-disabled {
    background: #e9e9e9 !important;
    border-color: #d0d0d0 !important;
    color: #424242 !important;
    pointer-events: none;
}

.radio-payment-row-padding span {
    position: absolute;
    top: 0px;
    margin-left: 5px;
    cursor: pointer !important;
    display: inline-block;
}

@media (max-width: 400px) {

    .express-fee-amount {
        font-size: 12px;
    }
}

.custom-payment-amount {
    text-align: right !important;
}

input[type="checkbox"] + label, input[type="radio"] + label {
    margin-left: 0;
    margin-right: 0;
}

.radio-payment-row-padding {
    padding-bottom: 10px;
    font-weight: 600;
}


.payment-amount,
.express-fee-amount {
    color: #424242 !important;
    font-weight: 600 !important;
    text-align: right !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.inactive {
    display: none !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.overview-sliver-unit {
    margin-bottom: 30px;
    height: auto;
    max-width: 770px;
    border: 1px solid #0D649A;
    border-radius: 3px;
}

.receipt-columns {
    padding: 30px !important;
}

/*FIX for iOS Terms and Conditions*/
    .cp-iframe-wrapper {
        height: 355px;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }
    .cp-claim-terms {
        height: 350px;
        overflow-y: scroll;
        background-color: #FFF;
        color: #424242;
    }
/*End of FIX for iOS Terms and Conditions*/


/* Styles for Date Picker */
button#schedule-button {
    padding: 0;
    color: #555555;
    background-color: transparent;
}

.picker__day {
    padding: 1.55em 1em 1em 1em;
    font-weight: 300;
    border: 1px solid transparent;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    text-align: center;
    box-sizing: border-box;
    font-size: 1rem;
}

@media(max-width: 550px) {
    .picker__day {
        padding: 1em 0em 1em 0em;
        width: 50px;
        height: 50px;
        font-size: 1rem;
    }
}

.picker__button--clear,
.picker__button--close,
.picker__button--today {
    border: 1px solid #fff;
    font-size: .8em;
    padding: .66em 0;
    font-weight: 400;
    width: 33%;
    display: inline-block;
    vertical-align: bottom;
}

    .picker__button--close[disabled],
    .picker__button--close:focus,
    .picker__button--close:hover {
        background: #666 !important;
        color: #fff;
        border-color: none;
    }

    .picker__button--close[disabled] {
        background: #999 !important;
    }

.picker--focused .picker__day--selected,
.picker__day--selected,
.picker__day--selected:hover {
    background: #00456a !important;
    color: #fff !important;
}

.picker__button--clear,
.picker__button--today {
    border: 1px solid #fff;
    background: #999;
    font-size: .8em;
    padding: .66em 0;
    font-weight: 400;
    width: 33%;
    display: inline-block;
    vertical-align: bottom;
    display: none;
}

.picker__button--close {
    width: 100%;
    background-color: #aaa;
}

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
    background: #f5f5f5;
}

.picker--focused .picker__day--disabled,
.picker__day--disabled, .picker__day--disabled:hover {
    background: transparent !important;
    border-color: transparent;
    color: #ddd !important;
    cursor: default;
}

.picker__weekday {
    width: 14.285714286%;
    font-size: 0.9rem;
    padding-bottom: .25em;
    color: #999;
    font-weight: 300;
    text-align: center;
}

/*table.picker__table thead {
		display: none;
	}*/

/*.picker--focused .picker__day--highlighted,
	.picker__day--highlighted:hover, 
	.picker__day--infocus:hover,
	.picker__day--outfocus:hover {
		color: #000;
		cursor: pointer;
		background: #eee;
	}*/

/*.picker__day--disabled:hover {
		background: none;
		border-color: transparent;
		color: #ddd;
	} */

.picker__day--outfocus {
    color: #aaa;
}

.picker__box {
    background-color: #eee;
}

/*.picker--focused .picker__day--highlighted,
	.picker__day--highlighted:hover,
	.picker__day--infocus:hover,
	.picker__day--outfocus:hover {
		color: #ddd;
		cursor: pointer;
		background: transparent;
	}*/

.picker__button--close:before {
    content: "\D7";
    top: -.21em;
    vertical-align: top;
    font-size: 1.3em;
    margin-right: .35em;
    color: #fff;
}

.picker__button--close {
    font-weight: 300;
    letter-spacing: 0.1em;
    border: 0;
}

.picker__month {
    font-weight: 700;
    display: inline-block;
    margin-left: .25em;
    margin-right: .25em;
    color: #666;
}

.picker__year {
    font-weight: 300;
    font-style: normal;
}

.picker__day:hover {
    color: #666;
    background-color: #ddd;
    cursor: pointer;
}

.edit-schedule-form {
    padding: 0;
}

.scheduled-confirmation-info {
    font-size: 0.7rem;
    line-height: 1.2rem;
}

.picker__holder {
    pointer-events: none;
}

.picker__wrap {
    pointer-events: auto;
}

.picker__holder {
    display: flex;
    align-items: center;
    justify-content: center;
}

.picker__frame {
    margin-bottom: 0;
    position: static;
    padding-top: 45px;
    padding-bottom: 45px;
}

@media (min-height: 33.875em) {
    .picker__frame {
        bottom: 0%;
    }
}

.picker__frame {
    transition: none;
}

.picker__holder {
    overflow-y: hidden;
}

.margin-bottom-2 {
    margin-bottom: 1.5em;
}

button#input-answer {
    margin-left: 1em;
}

@media (max-width: 379px) {
    #standard-statement-balance-div {
        padding-bottom: 10px;
    }
}

@media (max-width: 417px) {
    #express-statement-balance-div {
        padding-bottom: 10px;
    }
}

.close-reveal-modal {
    color: #424242;
}

.modal-print-friendly:focus-visible{
        outline: none;
        color: #076191;
        box-shadow: 0px 4px 0px 0px #076191;
    }

.reveal-modal .close-reveal-modal {
    color: #424242;
    height: 20px;
    top: 18px;
    width: 20px;
}
.close-reveal-modal:hover{
    color: #076191;
}
.close-reveal-modal:focus-visible {
    color: #076191;
    outline: none;
    box-shadow: 0px 4px 0px 0px #076191;
}

    .reveal-modal .close-reveal-modal .close-icon {
        position: relative;
        top: -10px;
        left: -2px;
    }

.info-container p {
    color: #424242;    
    padding-top: 6px;
    padding-bottom: 6px;    
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
}
