html {
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    color:#6d6e70;
    overflow-x:hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.blue-text {
    color:#006c9b;
}

.red-text {
    color: #ff0000;
}
.navbar {
    margin: 0;
    height: 100px;
    z-index: 999;
}
.navbar-toggle {
    margin-top: 20px;
}
.navbar-collapse ul {
    position: relative;
    z-index: 999;
    background-color: #fff;
}
.nav-col ul,
.nav-col li,
.nav-col li a {
    height: 75px;
    list-style: none;
}
.nav-col ul {
    text-align: center;
    margin-bottom: 0;
}
.nav-col li {
    display: inline-block;
    float: none;
    width: 150px;
    font-weight: bold;
}
.nav-col li.active {
    font-weight: bolder;
    background-color: #d1d3d4;
    border-bottom: solid 5px #53A6BE;
}
.nav-col li a {
    line-height: 75px;
    color: #5e5e5e;
}
.nav-col li a:hover {
    text-decoration: none;
}
.navbar.navbar-default {
    border-radius: 0px;
    border:none!important;
    font-size:0.9em;
    background:#fff!important;
    box-shadow:none;
}
.navbar.navbar-default a {
    font-weight:lighter!important;
}
.higher-nav {
    position:absolute;
    top:20px;
    right:25px;
    font-size:0.95em;
    color: #6d6e70;
}
.higher-nav span {
    margin-left:5em;
}
.higher-nav span:first-child {
    margin-left:0;
}
.nav-contact {
    padding-top: 20px;
}

#brand-logo img {
    height: auto;
    margin: 20px 0 0 0;
    max-width: 150px;
    max-height: 80px;
}

.mw-100 {
    max-width: 100% !important;
}

div.nopadding {
    padding: 0;
    margin: 0;
}
.nav-buttons {
    border-radius: 0px;
}
.navbar-brand {
    display: none;
}
.wrapper {
    height: auto;
    background-color: #fff;
    margin-top: 0px;
    padding: 10px 20px;
}
.well {
    background-color: transparent;
    border: 3px solid #428bca;
    border-radius: 0px;
    text-align: center;
    font-size: 25px;
}

@media (min-width: 1200px) {
    .featured-area-wrapper {
        background-size: 100% auto !important;
    }

    .info-box .info-box-title {
        margin-bottom: 25px !important;
    }

    .info-box li {
        margin-bottom: 10px !important;
    }
}

@media (max-width: 1200px) {
    .nav-col li {
        width: auto !important;
        padding: 0 8px !important;
    }

    .nav-contact {
        font-size: 9px;
    }
}

@media (min-width: 1700px) {
    .info-box .info-box-title {
        margin-bottom: 40px !important;
    }
}

@media (max-width: 991px) {
    #brand-logo img {
        width: 115px;
    }
    .info-box .info-box-title {
        font-size: 25px !important;
        margin-bottom: 45px !important;
    }
    .info-box img {
        width: 40% !important;
        right: 15px !important;
    }

    .sign-in-box {
        padding: 5px !important;
    }
}

@media (max-width: 768px) {
    .higher-nav {
        font-size: 20px;
        padding: 25px 20px;
    }
    .navbar-brand {
        display: block;
    }
    .navbar-brand img {
        max-width:150px;
    }
    .info-box {
        margin-top: 2px;
    }
    .info-box .info-box-title {
        font-size: 20px !important;
    }
    .footer .nav li {
        float: none !important;
        text-align: center !important;
    }

    .info-box img {
        width: 175px !important;
    }
    .info-box ul {
        margin-top: 20px;
    }
}
@media (max-width: 600px) {
    .about-box p {
        font-size: 12px;
    }

    .search-btn {
        font-size: 9px;
    }

    .info-box .info-box-title {
        margin-bottom: 15px !important;
    }
}
@media (max-width: 480px) {
    .higher-nav {
        font-size: 18px;
        padding: 20px 10px;
    }
    .transaction-table {
        font-size: 3vw;
    }
    .info-box .info-box-title {
        font-size: 4vw !important;
    }
    .about-box.account {
        height: 320px !important;
    }
}
.page-header {
    border:none!important;
    text-transform:uppercase;
    margin: 100px 0 20px !important;
}
.page-header-content {
    border:none!important;
    text-transform:uppercase;
    margin: 50px 0 20px !important;
}
.sign-in-box,
.info-box {
    height: 342px;
    width: 100%;
    background: rgba(255,255,255,0.9);
    border-radius: 3px;
    padding: 15px;

}
.sign-in-title {
    width: 100%;
    height: 38px;
    background-color: #53A6BF;
    color: #FFFFFF;
    text-align: left;
    font-size: 14px;
    line-height: 38px;
    font-family: open-sans, sans-serif;
    font-weight: 400;
    padding-left: 5px;
    border-radius: 3px;
    margin-bottom: 20px;
}
.sign-in-box label {
    color: #3F3F3F;
    font-size: 14px;
    font-family: open-sans, sans-serif;
    font-weight: 700;
}
.sign-in-box input {
    width: 100%;
    border: none;
    border-radius: 3px;
    height: 35px;
    margin-bottom: 15px;
}
.sign-in-box a {
    color: #3F3F3F;
    font-size: 12px;
    line-height: 14px;
    font-family: open-sans, sans-serif;
    font-weight: 400;
    font-style: italic;
    text-decoration: underline;
}
.sign-in-button-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 2px;
    margin-bottom: 15px;
}
.sign-in-button {   
    height: 38px;
    width: 100px;
    border-radius: 3px;
    text-align: center;
    font-size: 10px;
    line-height: 12px;
    font-family: open-sans, sans-serif;
    font-weight: 700;
    line-height: 38px;
    margin: 0 2px;
    cursor: pointer;
}
.check-balance-button {
    color: #53A6BF;
    border: solid 1px #53A6BF;
}
.activate-card-button {
    color: #fff;
    background-color: #53A6BF;
}
.info-box {
    position: relative;
}
.info-box img {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 35%;
}
.info-box .info-box-title {
    height: 100px;
    width: 50%;
    color: #2CA8C2;
    font-size: 1.7vw;
    line-height: 31px;
    font-family: open-sans, sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
}
.info-box ul {
    padding-left: 25px;
}

.info-box li {
    color: #3F3F3F;
    font-family: open-sans, sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 0;
}
.info-box-footer {
    text-align: center;
    color: #fff;
    width: 100%;
    height: 25px;
    line-height: 23px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #2CA8C2;
}
.access-box {
    background-color: #2CA8C2;
    padding: 30px 1vw;
    height: 250px;
    width: 100%;
    border-radius: 3px;
    position: relative;
}
.access-box img {
    position: absolute;
    top: 25px;
    left: 20px;
    width: 25%;
}
.access-box-title {
    float: right;
    text-align: center;
    color: #FFFFFF;
    font-family: open-sans, sans-serif;
    font-weight: 700;
    line-height: 20px;
    width: 70%;
    margin-bottom: 40px;
}
.access-box-title .large {
    font-size: 3vw;
}
.access-box-title .small {
    font-size: 1.5vw;
}
.access-box ul {
    float: left;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 21px;
    font-family: open-sans, sans-serif;
    font-weight: 700;
}
.about-box {
    border: solid 1px #E5E5E5;
    min-height: 230px;
    width: 100%;
    padding: 24px;
    border-radius: 3px;
}
.about-box-title {
    color: #2CA8C2;
    font-size: 18px;
    line-height: 22px;
    font-family: open-sans, sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}

.nav>li>a:focus, .nav>li>a:hover {
    background-color: #3F3F3F !important;
}

@media only screen and (max-width: 768px) {
    .featured-area-wrapper,
    .living-well-featured-area-wrapper,
    .featured-area-wrapper-virtual {
        padding: 0 !important;
    }
    .info-box {
        height: auto !important;
    }
    .access-box-title .large {
        font-size: 20vw;
    }
    .access-box-title .small {
        font-size: 8vw;
    }
}
.call-to-action-page {
    color:#767676;
    text-align:center;
    text-transform:uppercase;
    font-weight:lighter;
}
.featured-icon-wrap {
    border:1px solid #eee;
    padding:1em;
}
.circle-radius {
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    color:#fff;
    text-align:center;
    display:inline-block;
    margin:2em;
    padding:1.5em 2.1em;
}
.circle-radius a {
    color:#fff;
}
.circle-radius a:hover {
    text-decoration:none;
}
.circle-radius i {
    border:5px solid #fff;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    padding:5px 0;
}
.circle-radius.pink {
    background-color:#f36aa3;
    border: none !important;
}
.circle-radius.green {
    background-color:#afd779;
    border: none !important;
}
.circle-radius.orange {
    background-color:#f9b462;
    border: none !important;
}
.prefooter {
    margin-top:5em;
}

.footer {
    margin-top:3em;
    font-size: 13px;
    background-color: #3F3F3F;
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 12em;
}
@media screen and (max-width: 768px) {
    .footer {
        height: 20em;
    }
}

.footer .nav li {
    float:left;
}
.footer .nav li a {
    color:#333;
}

.footer-links {
    min-height: 5em;
    padding-top: 14px;
    text-align: center;
}
.footer-links li a {
    color: #FFFFFF !important;
    font-size: 12px;
    line-height: 14px;
    font-family: open-sans, sans-serif;
    font-weight: 700;
}
.footer-text {
    background-color: #2CA8C2;
    min-height: 9em;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 14px;
    font-family: open-sans, sans-serif;
    font-weight: 400;
    width: 100%;
    padding-top: 30px;
}

.copyright {
    line-height:3em;
}

.living-well-featured-area-wrapper {
    background:url('../img/living-well-home.jpg');
    min-height:400px;
    max-height:325px;
    height:325px !important;
    width:100%;
    background-repeat:no-repeat;
    background-position:center center;
    padding: 32px 0;
    background-size: cover;
    margin-top: 0;
}

.featured-area-wrapper-virtual {
    background:url('../img/slide-1.jpg');
    min-height:400px;
    max-height:325px;
    height:325px !important;
    width:100%;
    background-repeat:no-repeat;
    margin-top:25px;
    background-position:center center;
    padding: 32px 0;
    background-size: cover;
    margin-top: 0;
}
.featured-area-wrapper {
    background:url('../img/slide-1.jpg');
    min-height:400px;
    max-height:400px;
    height:400px !important;
    width:100%;
    background-repeat:no-repeat;
    background-position:center center;
    padding: 32px 0;
    background-size: cover;
    margin-top: 0;
}
.featured-area-wrapper-virtual .call-to-action {
    background:rgba(255,255,255,0.8);
    /*color:#eee;*/
    padding:1.5em 2em;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    margin-top:3em;
    margin:3em auto 0 auto;
}
.living-well-featured-area-wrapper .call-to-action,
.featured-area-wrapper .call-to-action {
    background:rgba(255,255,255,0.8);
    padding:1.5em 2em;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    margin-top:3em;
    margin:3em auto 0 auto;
}
.gray-bg {
    background:#f1f2f2;
    padding:1em 0;
}
.white-bg {
    background:#fff;
    padding:1em;
}
.no-bullets {
    list-style-type:none;
    list-style-position:inside;
    margin:0;
    padding:0;
}
.no-bullets .fa-plus {
}
.no-bullets li {
    overflow:hidden;
}
.no-bullets li.question {
    margin-bottom:8px;
}
.no-bullets li.question ol, .no-bullets li.question ul {
    margin:0; padding:0;
}
.no-bullets > li.question > div {
    clear:both;
    margin:1.5em;
    display:none;
}
.no-bullets li.question > strong {
    cursor:pointer;
    text-decoration:none;
    display:block;
    float:left;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.no-bullets li > strong:hover {
    text-decoration:underline;
}
.collapse-indicator i {
    color:#a6a6a6;
}
.collapse-indicator {
    cursor:pointer;
    border:1px solid #a6a6a6;
    padding:5px;
    -webkit-border-radius: 3em;
    -moz-border-radius: 3em;
    border-radius: 3em;
    font-size:0.7em;
    float:right;
}
li.question li {
    list-style-position: outside;
    list-style-type: circle;
    margin-left: 1em;
    overflow: visible;
}
.status-table {
    margin-bottom:5em;
}
.status-table th {
    text-align:center;
    color:#006c9b;
}
.user-title {
    font-size:1.7em;
    margin:1.7em 0;
}
.transaction-table {
    margin-top:2em;
}
.transaction-table th {
    text-align:center;
    color:#2CA8C2;
    font-weight: bold;
    border:none!important;
    font-family: "Open Sans";
}
.transaction-table td {
    border-bottom:1px solid #ddd
}

.transaction-table .odd-row {
    background-color: #ddd;
}
.marketplace-icon-wrap .circle-radius {
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    color:#fff;
    text-align:center;
    display:inline-block;
    margin:0;
}
.marketplace-icon-wrap .circle-radius-inner {
    padding:0.5em;
    border:5px solid #fff;
    display:inline-block;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
}
.marketplace-icon-wrap .circle-radius i {
    border:none;
}
.circle-radius.blue {
    background-color:#006c9b;
    width:100%;
    padding:0.2em 0;
    margin-top:-1.5em;
}
.home-intro-btns {
    padding-top: 10px;
}
.spinner {
    width: 80px;
    height: 80px;

    border: 2px solid #f3f3f3;
    border-top: 3px solid #5e5e5e;
    border-radius: 100%;

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;

    animation: spin 1s infinite linear;
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.living-well-blue {
    color: #2CA8C1
}

.living-well-content-box {
    padding: 1.5em 2em;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    margin-top: 3em;
    margin: 3em auto 0 auto;
    background-color:#f1f2f2;
}

.active-status {
    font-weight: bold;
    color: #6d6e70;
}

.access-box.account {
    background-color: #2CA8C2;
    padding: 10px 1vw;
    color: white;
    font-family: open-sans, sans-serif;
    font-weight: 700;
    height: max-content;
}

.access-box.account h5 {
    margin-bottom: 1px;
}

.access-box.account .margin {
    margin-left: 25px;
}

.access-box.account a {
    color: white;
    text-decoration: none;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    width: 150px;
    margin: auto auto 0px auto;
    border-radius: 4px;
    border: solid 1px white;
}

.about-box.account {
    height: 280px;
    padding: 16px 0;
}

.about-box.account .title {
    font-size: 24px;
    color: #2CA8C2;
    padding: 0 24px;
}

.about-box.account p {
    padding: 0 24px;
}

.about-box.account .transaction-search {
    width: 100%;
    border-top: solid 1px #E5E5E5;
    padding: 12px 24px;
}

.about-box.account .transaction-search .input-group-addon {
    border: none;
    background-color: white;
}

.contact-info-box {
    background-color: #2CA8C2; 
    border-radius: 3px;
    height: 285px;
    padding: 25px;
    color: #FFFFFF;
    font-family: open-sans, sans-serif;
    margin-bottom: 20px;
}

span.twenty-four {
    font-size: 52px;
    line-height: 45px;
    font-weight: 700;
}

span.access {
    font-size: 26px;
    line-height: 25px;
    font-weight: 700;
}

.contact-info-box .contact-info-data {
    font-size: 15px;
    line-height: 28px;
    font-family: open-sans, sans-serif;
    font-weight: 700;
}

.contact-info-box .faq-button {
    width: 150px;
    margin: 0 auto;
    border: solid 1px white;
    border-radius: 3px;
    height: 25px;
    cursor: pointer;
    margin-top: 15px;
    color: #FFFFFF !important;
    font-size: 15px;
    text-align: center;
    line-height: 18px;
    font-family: open-sans, sans-serif;
    font-weight: 700;
    padding-top: 2px;
}

.contact-form-wrapper {
    margin-left: 20px;
    height: 285px;
    border: solid 1px #E5E5E5;
    border-radius: 3px;
    padding: 0;
}

.contact-form-wrapper textarea {
    padding: 20px;
    width: 100%;
    height: 210px;
    border-radius: 0;
    border-top: none;
    border-bottom: solid 1px #E5E5E5;
    border-left: none;
    border-right: none;
    resize: none;
}
.contact-form-wrapper textarea::placeholder {
    color: #2CA8C2;
    font-size: 18px;
    line-height: 22px;
    font-family: open-sans, sans-serif;
    font-weight: 700;
}

.contact-form-wrapper textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #2CA8C2;
    font-size: 18px;
    line-height: 22px;
    font-family: open-sans, sans-serif;
    font-weight: 700;
}
.contact-form-wrapper textarea::-moz-placeholder { /* Firefox 19+ */
    color: #2CA8C2;
    font-size: 18px;
    line-height: 22px;
    font-family: open-sans, sans-serif;
    font-weight: 700; 
}
.contact-form-wrapper textarea:-ms-input-placeholder { /* IE 10+ */
    color: #2CA8C2;
    font-size: 18px;
    line-height: 22px;
    font-family: open-sans, sans-serif;
    font-weight: 700; 
}
.contact-form-wrapper textarea:-moz-placeholder { /* Firefox 18- */
    color: #2CA8C2;
    font-size: 18px;
    line-height: 22px;
    font-family: open-sans, sans-serif;
    font-weight: 700;
}

.contact-form-row {
    height: 72px;
    padding: 20px;
}

.contact-form-row input {
    background-color: #F2F2F2;
    width: 90%;
    border: none;
    box-shadow: none;
}

.contact-form-row input::-webkit-input-placeholder {
    color: #3F3F3F;
    font-size: 15px;
    text-align: center;
    line-height: 18px;
    font-family: open-sans, sans-serif;
    font-weight: 700;
}
  
.contact-form-row input:-moz-placeholder { /* Firefox 18- */
    color: #3F3F3F;
    font-size: 15px;
    text-align: center;
    line-height: 18px;
    font-family: open-sans, sans-serif;
    font-weight: 700;  
}
  
.contact-form-row input::-moz-placeholder {  /* Firefox 19+ */
    color: #3F3F3F;
    font-size: 15px;
    text-align: center;
    line-height: 18px;
    font-family: open-sans, sans-serif;
    font-weight: 700;  
}
  
.contact-form-row input:-ms-input-placeholder {
    color: #3F3F3F;
    font-size: 15px;
    text-align: center;
    line-height: 18px;
    font-family: open-sans, sans-serif;
    font-weight: 700; 
}
  
.contact-form-row input::placeholder {
    color: #3F3F3F;
    font-size: 15px;
    text-align: center;
    line-height: 18px;
    font-family: open-sans, sans-serif;
    font-weight: 700;  
}

.contact-form-submit-button {
    background-color: #98CB49;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 15px;
    text-align: center;
    line-height: 18px;
    font-family: open-sans, sans-serif;
    font-weight: 700;
}

.sign-in-box .alert-warning {
    position: absolute;
    top: 0;
    left: 15px;
    width: 254px;
}

.search-btn {
    border: none;
    background-color: #a3c85d;
    font-weight: bold;
    color: white;
    height: 45px;
    width: auto;
    margin-left: -10px;
}

.transaction-search .input-daterange input {
    height: 45px;
}

.qualifying-products {
    max-width: 800px;
    width: 100%;
    padding: 20px;
    margin: 0 auto;
}

.session-alert {
    width: auto;
    position: absolute;
    z-index: 1;
    margin-left: 50px;
}

.table-scroll {
    overflow-x:auto;
}

.mt-5 {
    margin-top: 5px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30% !important;
}

.mt-50 {
    margin-top: 50px;
}

.no-text-style {
    text-decoration: none !important;
}

.transaction-table-border {
    border-bottom: solid 1px #E5E5E5;
}

.no-display {
    display: none;
}

.contact-form-response {
    font-size:1.6em;
    margin-top:2em;
}

.no-resize {
    resize:none;
}

.login-success {
    font-size: 23px;
    color: #888
}

@media screen and (max-width: 1200px) {
    .copyright-mobile-center {
        text-align: center;
    }
}

.footer-centered {
    text-align: center;
}

.content-wrapper {
    flex: auto;
}
