body { background-color: #e2e1e0 }

#onls-portal {
    font-family: bs-reg;
    background-color: #e2e1e0;
    overflow-x: hidden;
    font-size: 14px;
    min-height: 80vh;
}
#onls-portal .portal-label {
    text-align: left;
    width: 100%;
    display: block;
}

.portal-input-group {
    margin-bottom: 15px;
}

#onls-portal .amex-logo {
    width: 70px;
    height: 70px;
}

.uppercase {
    text-transform: uppercase
}

#onls-portal h1 {
    font-weight: 100
}

.portal-window {
    position: relative;
}

.portal-box {
    width: 90%;
    max-width: 990px;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
     margin-top: 35px;
     margin-bottom: 35px;
    /* position: relative; */
    /* top: 0; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    /* overflow: hidden; */
}

.step {
    box-sizing: border-box;
    display: none;
    position: absolute;
    /*position: relative;*/
    left: 0;
    width: 100%;
    top: 0;
    padding: 15px;
}

.portal-box-transition {
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.portal-control {
    padding: 12px 18px;
    border: 0;
    border-radius: 6px;
    outline: 0;
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.portal-control + .portal-control {
    margin-top: 12px
}

input.portal-control,
select.portal-control {
    background-color: #efefef;
    border: 1px solid #ccc;
}

input.portal-control:focus,
select.portal-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

button.portal-control {
    background-color: #1F497D;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

button.portal-control:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

button.portal-control:active {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.portal-links {
    padding: 22px 0 5px;
}

.portal-links a {
    color: #8e8e8e;
    width: 100%;
    text-decoration: none;
    display: block;
    font-size: 12px;
    font-family: bs-reg;
    line-height: 20px;
}

.portal-links a span {
    color: #1F497D
}

.fa.fa-right {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
}

.site-seal {
    margin: 15px 0;
    display: table;
    text-align: left;
}

.site-seal .image {
    padding: 38px;
    width: 0;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.site-seal .image,
.site-seal .input-site-seal {
    float: left;
}

.site-seal .input-site-seal {
    padding: 12px 25px;
}

.site-seal .input-site-seal .fa {
    color: #8a8a8a;
}

.site-seal .input-site-seal .fa-question-circle-o {
    color: #1F497D;
}

.site-seal .radio {
    padding: 8px 0 0;
    display: inline-block;
}

.site-seal .radio input[type=radio] {
    display: none;
}

.site-seal .radio label {
    cursor: pointer;
    margin-right: 26px;
    color: #b1b1b1;
    padding: 4px 8px;
    border-radius: 3px;
}

.site-seal .radio input[type=radio]:checked + label {
    color: #1F497D;
    background-color: #e6e6e6;
}

.site-seal .radio input[type=radio] + label:hover {
    color: #1F497D;
}

.portal-footer {
    max-width: 410px;
    margin: 0 auto;
    padding: 10px;
    margin-bottom: 90px;
}

.portal-footer a {
    color: #a9a9a9;
    font-size: 14px;
    font-family: bs-reg;
    text-decoration: none;
}

.portal-footer a:hover {
    color: #8a8a8a;
}

.portal-footer .left,
.portal-footer .right {
    width: 50%;
    float: left
}

.portal-footer .left {
    text-align: left;
}

.portal-footer .right {
    text-align: right;
}

.portal-box small {
    text-align: left;
    width: 100%;
    display: block;
    margin: 30px 0 15px;
}

#map {
    width: 100%;
    height: 400px;
    background-color: grey;
}

/**
Tabs
 */
.payment-locations .nav-tabs {
    margin-bottom: 15px;
    border: 0;
}

.payment-locations .nav-tabs > li > a, .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: 0;
    margin: 0;
}

.payment-locations .nav-tabs > li > a {
    border-bottom: 2px solid #ced1da;
    text-align: center;
    color: #b5b5b5;
    z-index: 1;
}

.payment-locations #main-tabs.nav-tabs > li > a {
    padding-left: 0;
    padding-right: 0;
	display: flex;
    align-items: center;
    justify-content: center;
}

.payment-locations .nav > li > a:focus, .nav > li > a:hover,
.payment-locations .nav-tabs > li.active > a,
.payment-locations .nav-tabs > li.active > a:focus,
.payment-locations .nav-tabs > li.active > a:hover {
    border-bottom: 2px solid #071546;
    color: #071546;
    background: none;
}

.payment-locations .nav-tabs > li:first-child {
    padding-right: 0
}

.payment-locations .nav-tabs > li:last-child {
    padding-left: 0
}

.payment-locations .nav-tabs > li:not(:first-child):not(:last-child) {
    padding-right: 0;
    padding-left: 0;
}

.payment-locations .selectize-input.focus,
.payment-locations .selectize-input {
    border: 0;
    border-radius: 0;
}

.payment-locations .selectize-input {
    border-bottom: 2px solid #071546;
    padding-top: 10px;
    padding-bottom: 10px;
}

.payment-locations .selectize-input.focus {
    border-bottom: 2px solid #66afe9;
    box-shadow: none;
}

.payment-locations .panel-default > .panel-heading {
    background: none;
    padding: 0;
}

.payment-locations .panel-group .panel {
    border-radius: 0;
    border: 0;
    border-left: 2px solid #071546;
    margin-bottom: 15px;
    box-shadow: none;
    background-color: #f1f1f1;
}

.payment-locations .panel-group .panel + .panel {
    margin-top: -1px;
}

.payment-locations .panel-default > .panel-heading + .panel-collapse > .panel-body {
    background-color: #ffffff;
    border: 1px solid #f1f1f1;
}

.payment-locations .panel-title a {
    padding: 10px 15px;
    width: 100%;
    display: block;
    text-decoration: none;
    position: relative;
}

.payment-locations .panel-title a:after {
    content: "\f105";
    font: normal normal normal 18px/0.75 FontAwesome;
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.payment-locations .panel-title a[aria-expanded=true]:after {
    transform: translate(-50%, -100%) rotate(-90deg);
}

#amex-offices .nav-tabs > li {
    float: right;
}

#amex-offices {
    position: relative;
}

#amex-offices .help-caption {
    position: absolute;
    top: 12px;
    display: block;
    width: 100%;
    padding-right: 100px;
}

.payment-locations .branch-info {
    margin-top: 20px;
}

.payment-locations .branch-logo {
    max-width: 60px;
    width: 16%;
    height: 60px;
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 20px 4% 0 0;
}

.payment-locations .branch-logo,
.payment-locations .branch-label {
    float: left;
}

.payment-locations .branch-label {
    width: 80%;
}

.payment-locations .branch-label .branch-name {
    padding-top: 30px;
    font-size: 18px;
}

.payment-locations .branch-details {
    padding-top: 20px
}

.payment-locations .branch-details .inner {
    position: relative;
}

.payment-locations .branch-details .material-icons {
    position: absolute;
    left: 0;
}
.payment-locations .branch-details .call-btn .material-icons {
    left: 8px;
}

.payment-locations .branch-details p {
    padding-left: 30px;
    font-size: 18px;
    font-family: bs-book;
}

.call-btn {
    background: #dbdbdb;
    color: #575757;
    border: 1px solid #b3b3b3;
    padding: 7px 12px 7px 42px;
    display: inline-block;
    position: relative;
    text-decoration: none !important;
    margin-bottom: 10px;
    width: 100%;
}

.call-btn .call,
.call-btn .tel {
    width: 100%;
    display: block;
}

.call-btn .material-icons {
    top: 8px;
    left: 8px;
    position: absolute;
}

.call-btn .call {
    font-size: 20px;
}

.call-btn .tel {
    font-size: 12px;
    color: #999;
}

.payment-locations .branch-info .inner + .inner {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 20px;
}

.payment-locations .modal-body {
    padding: 0
}

.payment-locations .list-group {
    margin: 0;
    margin-top: -1px
}

.payment-locations .list-group-item {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

p.p-bg {
    background: #056db9;
    padding: 15px;
    color: #fff;
}
.material-icon-label {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
    text-decoration: none !important;
}

.material-icon-label span {
    padding: 3px 10px;
}
@media (max-width: 550px) {
    .payment-locations #main-tabs.nav-tabs > li > a {
        height: 62px;
    }
}

@media (max-width: 376px) {
    .payment-locations #main-tabs.nav-tabs > li > a {
        height: 82px;
    }
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 500px;
        margin: 30px auto;
    }
}
.phone-directory p {
    text-decoration: none;
}
.email-label a{
	word-wrap : break-word;
}
.payment-locations .panel ol,
.payment-locations .panel ul { padding-left: 40px }
.payment-locations .panel ol { list-style-type: decimal }
.payment-locations .panel ul { list-style-type:disc }

.payment-locations .modal { z-index: 9999 }