.container {
    max-width: 1170px;
    width: 100%;
}
.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

body {
    padding: 0;
    font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
}

.header {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
}
/* Make the masthead heading the same height as the navigation */

.header h3 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 40px;
    padding-bottom: 19px;
}

/*top bar over rides*/
.navbar {
    background-color: #ffffff;
    height: 60px;
    color: #000000;
    font-size: 15px;
    font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
    border: none;
    margin-bottom: 0px;
}

/*@media only screen and (min-width: 479) and (max-width: 768px) {
    body > div:nth-child(1) > div > div.navbar-collapse.collapse > ul:nth-child(2) > li:nth-child(2) {
        z-index: 999;
        opacity: 1;
        color: #ffffff;
        background-color: gray;
    }

    .nav.navbar-nav.navbar-right {
        z-index: 999;
        opacity: 1;
        color: #ffffff;
        background-color: gray;
    }

    body > div:nth-child(1) > div > div.navbar-collapse.in {
        z-index: 999;
        opacity: 1;
        color: #ffffff;
        background-color: gray;
    }
    .nav > li {
        z-index: 1000;
        opacity: 1;
        color: #ffffff;
        background-color: gray;
    }
}*/

.navbarSecondary {
    background-color: #ab2328;
    /*height: 66px;*/
    height: 66px;
    color: #000000;
    padding-left: 0px;
    border-radius: 0px;
    /*position: absolute;*/
    /*top: -66px;*/
}

.navbarSecondary > li.dropdown.open > ul {
    background-color: #2dccd3;
    color: #ffffff;
}

/*.navbar.navbarSecondary.navbar-inverse.ng-scope > div > div > div > ul > li > a:hover, .navbar.navbarSecondary.navbar-inverse.ng-scope > div > div > div > ul > li > a:active, .navbar.navbarSecondary.navbar-inverse.ng-scope > div > div > div > ul > li > a:focus {*/
.navbar.navbarSecondary.navbar-inverse > div > div > div > ul > li > a:hover, 
.navbar.navbarSecondary.navbar-inverse > div > div > div > ul > li > a:active, 
.navbar.navbarSecondary.navbar-inverse > div > div > div > ul > li > a:focus {
    background-color: #68070b;
    height: 66px;
    color: #ffffff;
}

.navbar.navbarSecondary.navbar-inverse > div > div > div > ul > li > a.active{
    background-color: #68070b;
    height: 66px;
    color: #ffffff;
}

/*.navbarSecondary.navbar-inverse.ng-scope > div > div > div > ul > li > a {*/
.navbarSecondary.navbar-inverse > div > div > div > ul > li > a {
    font-size: 20px;
    /*padding: 20px 25px 20px 25px;*/
    padding: 18px 25px 18px 25px;
    color: #ffffff;
}


.navbar-inverse .navbar-nav > li >a:visited {
  color: #000000;
}

.navbarSecondary.navbar-inverse > div > div > div > ul > li > a:visited {
  color: #ffffff;
}

#signOut, #signIn, #register {
    padding: 6px 10px;
    background-color: #ab2328;
    color: #ffffff;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 400;
}

#signOut:hover, #signOut:active, #signIn:hover, #signIn:active, #register:hover, #register:active {
    background-color: #68070b;
}

.sub-menu {
    background-color: #2dccd3;
    padding-top: 18px;
    padding-bottom: 18px;
}

.sub-menu > li > a {
    color: #ffffff;
    font-size: 12px;
    line-height: 15.6px;
    padding: 8px 25px 8px 25px;
    /*white-space: normal;*/
}

.sub-menu > li > a:hover {
    background-color: #24a4a9;
    color: #ffffff;
}

.navbar-inverse .navbar-nav > li >a {
    color: #2d3130;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:active {
    color: #ab2328;
}



/*footer*/

#footer {
    background-color: #2d3130;
    color: #ffffff;
    height: 60px;
    clear: both;
}

.container-narrow > hr {
    margin: 30px 0;
}

#footer .footerLinks > ul > li, #footer .footerLinks > ul > li > a {
    color: #aaa;
    font-size: 12px;
}

.copyNavia > a {
    padding-left: 5px;
    padding-right: 5px;
}

.socialLinks {
    max-width: 30px;
/*    margin-bottom: 15px;*/
}

#footer.container {
    padding-bottom: 0px;
    border: none;
}

.footerLinks > a {
    padding-bottom: 0px;
}

.footerLinks > ul > li > a:hover, .footerLinks > ul > li > a:visited, .footerLinks > ul > li > a:active {
    background-color: #2e3131;
}

.socialLinks {
    margin-left: 10px;
}

.naviaLinks:hover {
    color: #ffffff;
}


@media only screen and (min-width: 480) and (max-width: 767px) {
    .nonSocial {
        float: right;
    }
}



/*****************************/
/*begin default tag overrides*/
/*****************************/

h1 {
    font-size: 36px;
    color: #ffb500;
    font-family: 'Montserrat-Light', 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
}

h2 {
    font-size: 26px;
    color: #000000;
    font-family: 'Montserrat', 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
}

h3 {
    font-size: 18px;
    color: #000000;
    font-family: 'Montserrat', 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
}

h4 {
    font-size: 14px;
    color: #000000;
    font-family: 'Montserrat', 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
}

p {
    font-size: 16px;
    line-height: 26px;
    font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
}

label {
    font-size: 16px;
    line-height: 26px;
    font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
}


/*****************************/
/*  end default tag overrides*/
/*****************************/

/*-------------------------- the above is defaults that can be revised!!*/

/*********************************/
/*  begin Bootstrap 3.2 overrides*/
/*********************************/

.container {
    padding-left: 0;
    padding-right: 0;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

p {
    margin: 0 0 0;
}

.row {
    margin: 0 0 0 0;
}

h1 {
    margin-top: 0px;
}

/*********************************/
/*  begin Bootstrap 3.2 overrides*/
/*********************************/

/*********************************************************/
/*begin navia framework custom buttons, affects, etc.....*/
/*********************************************************/

.naviaBtn {
    border: 1px solid transparent;
    border-radius: 2px;
    font-size: 16px;
    font-family: 'Montserrat', 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
    height: 53px;
    color: #ffffff;
    padding-left: 50px;
    padding-right: 50px;
}

.naviaBtn:hover {
    cursor: pointer;
}

.naviaBtnSmall {
      border: 1px solid transparent;
      border-radius: 2px;
      font-size: 14px;
      font-family: 'Montserrat', 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
      height: 46px;
      color: #ffffff;
      padding-left: 20px;
      padding-right: 20px;
  }

.naviaBtnLarge {
    border: 1px solid transparent;
    border-radius: 2px;
    font-size: 18px;
    font-family: 'Montserrat', 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
    height: 64px;
    color: #ffffff;
    padding-left: 60px;
    padding-right: 60px;
}

.naviaBtnPnl {
    border: 1px solid transparent;
    border-radius: 2px;
    font-size: 16px;
    font-family: Montserrat;
}

.naviaBtnPnl > p {
    padding: 15px;
    cursor: pointer;
}

.naviaBtnPnl > p > a {
    color: #ffffff;
    text-decoration: none;
}

.naviaBlue {
    background-color: #2dccd3;
    border-color: #2dccd3;
}

.naviaDarkBlue {
  background-color: #24a4a9;
  border-color: #24a4a9;
}


.naviaBlue:hover, .naviaBlue.active, .naviaDarkBlue:hover, .naviaDarkBlue.active {
    background-color: #24a4a9;
    border-color: #24a4a9;
}


.naviaRed {
    background-color: #ab2328;
    border-color: #ab2328;
}

.naviaRedText {
    color: #ab2328;
}

.naviaRed:hover, .naviaRed:active {
    background-color: #68070b;
    border-color: #68070b;
}

.naviaRed.active {
    background-color: #68070b;
    border-color: #68070b;
}

.naviaGray {
    background-color: #999999;
    border-color: #999999;
}

.disabled-class, .disabled-class:hover {
    background-color: #999999;
    opacity: .30;
}

.disabledDark-class, .disabledDark-class:hover {
    background-color: #999999;
    opacity: .60;
}

.naviaLink, .naviaLink:visited, .naviaLink:hover .naviaLink:active{
    text-decoration: none !important;
    color: #2dccd3;
    font-style: italic;
    font-size: 16px;
    cursor: pointer;
}

input[type="text"], input[type="button"] {
    border-radius: 2px;
}

.naviaTxtSmall {
    font-size: 14px;
    line-height: 20px;
}

.naviaTxtLarge {
    font-size: 18px;
}

.naviaHead {
    background-color: #2d3130;
    color: #ffffff;
    margin: 0 auto;
    position: relative;
    margin: 0;
}

.naviaHead:before {
    content: '';
    display: block;
    background-image:url(../assets/topobkgd.png);
    opacity: .05;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.naviaHead > .inner {
    position: relative; /* needed so content appears on top of topographic pattern */
}

.naviaHeader {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}


/*
.naviaHeaderContent {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
*/

.naviaHeaderContent {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.naviaRight {
  text-align: right;
}

.naviaHR100 {
  background-color: #8A8C8E;
  height: 2px;
  width: 100%;
}

.horizRule {
    margin-top: 25px;
    margin-bottom: 25px;
    background-color: #8A8C8E;
    height: 2px;
    clear: both;
}


.naviaSubtitle {
  padding-top:30px;
  padding-bottom:20px;
  text-align: left;
}

.naviaSubtitleRed > h2 {
  color:#ab2328;
}


/*********************************************************/
/*  end navia framework custom buttons, affects, etc.....*/
/*********************************************************/

/**************************/
/*begin login form styling*/
/**************************/

.loginArea {
    padding-left: 60px;
}

.loginArea > h1 {
    padding: 0px;
}

.loginForget {
    clear: both;
    padding-top: 20px;
}

.loginForget > span {
    color: #ffffff;
}

.forgetSelect {
    margin-bottom: 60px;
}

.sowLogin {
    clear: both;
    padding-top: 30px;
}

.sowLogin > img {
    float: left;
    max-width: 84px;
    max-height: 55px;
}

@media only screen and (max-width: 1120px) {
        .loginImg > img {
            display: none;
        }
}



.learnSections {
    background-color: #ede8e2;
    padding-top: 40px;
    height: 389px;
}

.learnSections > img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.learnText {
    display: block;
    margin: 0 auto;
    min-height: 180px;
    background-color: #2dccd3;
    color: #ffffff;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 65px;
    line-height: 22.4px;
    position: relative;
}

.learnButtons {
    font-size: 16px;
    padding: 10px 16px;
    position: absolute;
    bottom: 10px;
    left: 35;
    /*background-color: #2dccd3;*/
    background-color: rgba(255,255,255,0);
    border-color: #ffffff;
    border-radius: 2px;
}

.learnButtons:hover,
.learnButtons:focus {
    /*background-color: #24a4a9;*/
    background-color: rgba(255,255,255,.14);
    border-color: #ffffff;
    border-radius: 2px;
}

.teaserTitle {
    font-family: 'Montserrat', 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 300;
    font-size: 18px;
    line-height: 23.4px;
    margin-top: 0;
    margin-bottom: 4px;
    color: #ffffff;
}

.teaserText {
    font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 400;
    font-size: 14px;
    line-height: 22.4px;
    margin-top: 0;
}

.pwsetHead > ul {
    padding-left: 20px;
    padding-top: 10px;
}

.pwsetHead > ul > li {
    font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
    list-style-type: circle;
}

.pwsetText, .pwsetText2 {
    color: #ffffff;
}

.pwsetText2 {
    padding-top: 20px;
}

.pwsetForm {
    background-color: #ede8e2;
    padding-top: 60px;
}

/*begin forgot user and pass views*/

/*div.inner.naviaHeader > h1 {
    padding-left: 60px;
}*/

.forgotSelect {
    padding-left: 60px;
    padding-top: 30px;
}

@media only screen and (max-width: 767px) {
    .forgotSelect > .forgotBtn:nth-child(2) input {
        margin-top: 10px;
    }
    .learnSections > img {
        width: 100%;
    }
    .learnText {
        width: 100%;
        padding-right: 20px;
    }
    .beneArea > ul {
        float: none !important;
    }

    /*margin classes*/
    .mg-x-t0{
        margin-top: 0px !important;
    }
}

.forgotLand {
    min-height: 150px;
    background-color: #ede8e2;
    padding-right: 0px;
}

.forgotPass, .forgotUser {
    background-color: #ede8e2;
}

.forgotPassForm, .forgotUserForm {
    padding-left: 60px;
}

.forgotPassSubmit, .forgotUserSubmit {
    padding-bottom: 150px;
}

.forgotImg {
    max-width: 360px;
}

@media only screen and (max-width: 500px) {
    .forgotImg {
        display: none;
    }
}

/*end forgot user and pass views*/

/**************************/
/*  end login form styling*/
/**************************/

/****************************/
/*begin registration styling*/
/****************************/

.regImg {
    margin-right: 0px;
}

.regPpt, .regEmp {
    padding-left: 0px;
    padding-top: 10px;
}

#empCode {
    display: inline-block;
    width: 80%;
}

@media only screen and (max-width: 992px) {
    #empCode {
        width: 50%;
        clear: both;
    }
}

.regSelect > div > input:focus {
    background-color: #24a4a9;
    border-color: #24a4a9;
}

.regHead > p {
    color: #ffffff;
    padding-top: 20px;
}

.regNone {
    min-height: 150px;
    background-color: #ede8e2;
    padding-right: 0px;
}

.regPptForm, .erPptForm {
    background-color: #ede8e2;
    padding-bottom: 150px;
}

.pptReg, .erReg {
    padding-left: 60px;
}

.pptQ, .erQ {
    clear: both;
    padding-left: 0px;
}

.checkbox {
    padding-top: 20px;
}

.questionIcon {
    display: inline-block;
    vertical-align: middle;
}

.regSubmit, .erSubmit {
    clear: both;
    padding-top: 30px;
}

.setPass {
    min-height: 360px;
}

.pwdForm {
    background-color: #ede8e2;
    min-height: 360px;
    padding-top: 25px;
}

.regSuccess {
    padding-left: 60px;
}

.regSuccess p {
    color: #ffffff;
}

.regSuccessText {
    background-color: #ede8e2;
    padding-left: 60px;
    padding-top: 60px;
}

.regSuccessText > p {
    color: #000000;
}

.regRedirect {
    clear: both;
    padding-top: 60px;
    padding-bottom: 60px;
}


@media only screen and (max-width: 992px) {

    .regImg {display: none;}
    .qAndA {
        padding-top: 25px;
        padding-left: 0px;
    }
}

/****************************/
/*  end registration styling*/
/****************************/

/***********************/
/*begin pptHome styling*/
/***********************/

.pptHome {
    padding-left: 60px;
    padding-right: 60px;
}

@media only screen and (max-width: 767px) {
    .pptHome {
        padding-left: 15px;
        padding-right: 15px;
    }
    .alertGrids {
        padding-bottom: 15px;
    }
    .forgotSelect {
        padding-left: 0;
    }
    .naviaBtnLarge {
        padding-left: 40px;
        padding-right: 40px;
    }
    .naviaBlue {
        margin-top: 15px;
    }
}

.pptHome.naviaHeader > p {
    color: #ffffff;
}

.pptHome .container > p:nth-child(3) {
    padding-top: 30px;
}

/*begin pptHome alerts styling - some of these will be overrides of Kendo Bootstrap*/

#alerts {
    padding-top: 30px;
}

.alertGrids {
    padding-top: 20px;
}

.alertBtns > input[type="button"], .alertBtns > button {
    margin-right: 10px;
    vertical-align: middle;
}

@media only screen and (max-width: 768px) {
    #alerts > div.alertBtns > button {
        margin-top: 10px;
    }

}

@media only screen and (min-width: 479px) and (max-width: 767px) {
    #alerts > div.alertBtns > button {
        margin-top: 10px;
        width: 100%;
    }
}

@media only screen and (max-width: 479px) {
    .piFormSave .naviaBtn, .bankingFormSave .naviaBtn, .emailFormSave .naviaBtn, .securityFormSave .naviaBtn {
        width: 100%;
         margin-bottom: 10px;
    }
    #alerts > div.alertBtns > button {
        margin-top: 10px;
        width: 100%;
    }
}


.alertBtns > button > i {
    padding-right: 15px;
}

div.alertBtns i{
  vertical-align: middle;
}

.alertSwipes {
    max-height: 225px;
    overflow-y: auto;
    background-color: #ede8e2;
}

.alertSwipes > p {
    color: #000000;
    padding-left: 10px;
}

@media only screen and (max-width: 480px) {
    #alerts > div.alertGrids > div:nth-child(2) > div:nth-child(1) > div > table > tbody > tr.alertHead > th:nth-child(4),
    #alerts > div.alertGrids > div:nth-child(2) > div:nth-child(1) > div > table > tbody > tr.alertHead > th:nth-child(5),
    #alerts > div.alertGrids > div:nth-child(2) > div:nth-child(1) > div > table > tbody > tr > td:nth-child(4),
    #alerts > div.alertGrids > div:nth-child(2) > div:nth-child(1) > div > table > tbody > tr > td:nth-child(5) {
        display: none;
    }
    .forgotPassForm, .forgotUserForm {
        padding-left: 20px;
    }

    .naviaBtn {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.alertDenials {
    max-height: 225px;
    overflow-y: scroll;
    background-color: #ede8e2;
}

.alertDates {
    max-height: 225px;
    overflow-y: scroll;
    background-color: #ede8e2;
}

.alertAccounts {
    max-height: 225px;
    overflow-y: scroll;
    background-color: #ede8e2;
}

.alertHead, .alertText {
    font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
}

.alertHead > th, .alertText > td {
    color: #000000;
}

.alertGrids table {
    width: 100%;
}

@media only screen and (max-width: 992px) {
    #alerts > div.alertGrids {
        width: 85%;
    }
}

.alertHead th {
    height: 50px;
    vertical-align: top;
}

.alertGrids td, th {
    padding: 10px;
    border-bottom: 1px solid #000000;
}

.clearIcon img {
    height: 30px;
    width: 30px;
    cursor: pointer;
}

/*end pptHome alerts styling*/

.beneArea {
    clear: both;
    padding-left: 0;
    padding-right: 0;
}

.beneHeading {
    color: #000000;
    text-align: center;
}

.beneHeading h1 {
    color: #000000;
}

.beneHeading > p {
    padding-bottom: 30px;
}

.beneArea {
    padding-bottom: 60px;
}

.beneArea > ul {
    margin-top: 15px;
    height: 285px;
    width: 285px;
    float: left;
    margin-left: auto;
    margin-right: auto;
}

/*@media only screen and (max-width: 767px) {
    .beneArea {
        margin-left: auto;
         margin-right: auto;
        text-align: center;
    }
}*/

.openTableHeader {
    font-weight: bold;
}

.toolArea {
    background-color: #ede8e2;
}

.toolLeft h1, .toolLeft h2 {
    color: #ab2328;
    margin-top: 60px;
}

.toolLeft h2 {
    font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
}

/*begin beneTile styling*/

.beneTile {
    max-height: 285px;
    max-width: 285;
    border: 1px solid #999999;
    margin-left: auto;
    margin-right: auto;
/*    text-align: center;*/
}

/*below is the revision to make tiles center - still in the works*/
/*@media(max-width:768px) {
   .centerThis{
       left: 50%;
       transform: translate(-50%);
    }
}*/

@media only screen and (max-width: 767px) {
    ul > .beneTile {
        max-height: 285px;
        max-width: 285px;
    }
}

@media only screen and (max-width: 500px) {
    div.beneArea > ul {
        max-height: 285px;
        max-width: 100%;
    }
}

.beneTile:hover {
    cursor: pointer;
}

.beneHead {
    background-color: #8a8c8e;
    height: 90px;
    text-align: center;
    padding-top: 20px;
}

.beneHead > p {
    line-height: 20px;
    color: #ffffff;
    font-family: 'Montserrat', 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
}

.beneHead > div > span {
    font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
    line-height: 20px;
    color: #ffffff;
}

.T1 {
    background-color: #8a8c8e;
}

.T1:hover {
    background-color: #5a5b5d;
}

.T2 {
    background-color: #ab2328;
}

.T2:hover {
    background-color: #68070b;
}

.T3 {
    background-color: #2dccd3;
}

.T3:hover {
    background-color: #24a4a9;
}

.T4 {
    background-color: #ffb500;
}

.T4:hover {
    background-color: #fc9a26;
}

.beneHead > p {
    margin: 0px;
    font-size: 17px;
}

.beneHead span {
    font-size: 14px;
}

.beneImg {
    display: inline-block;
    min-width: 110px;
}

.beneDetails {
    color: #000000;
    height: 155px;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.beneDetails > div> span > img {
    height: 110px;
    width: 120px;
}

.beneText {
    margin: 0;
    display: inline-block;
    float: right;
}

.beneDesc {
    font-size: 12px;
    text-align: right;
    margin: 0;
    line-height: 18px;
}

.beneMoney {
    font-size: 17px;
    color: #ab2328;
    text-align: right;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 0;
}

.beneFooter > p, .beneFooter > span {
    font-size: 12px;
    clear: both;
    line-height: 15px;
}

.beneFooter.footerStatic span {
    text-align: left;
}

.beneFooter span.footerDynamic  {
    text-align: right;
    float: right;
}

.beneFooter p span {
    font-size: 12px;
    line-height: 15px;
    margin: 0px;
}

/*end beneTile styling*/

/*begin toolTile styling*/

.tools {
    padding-top: 60px;
}

.toolTile {
    height: 200px;
    float: left;
    max-width: 180px;
    min-width: 180px;
}

.toolTile img {
    height: 100px;
    width: 93px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/*
.toolTile img:hover {
    opacity: 1.2;
}
*/

/*.toolIcon {
    opacity: .8;
    height: 100px;
    width: 93px;
}*/

.toolTile p {
    text-align: center;
    color: #000000;
}

.toolTile a {
    text-decoration: none;
}

.toolTile > a > p {
    padding-top: 10px;
}

/*end toolTile styling*/

/***********************/
/*  end pptHome styling*/
/***********************/

/******************************/
/*begin manage profile styling*/
/******************************/

.profileHeader {
    color: #000000;
    padding-top: 60px;
}

.manageProfile {
    padding-top: 60px;
    padding-bottom: 150px;
}

.profileNav {
    background-color: #ffffff;
    margin-top: 10px;
    min-height: 85px;
    box-shadow: 0 0 8px rgba(0,0,0,.5);
    border-radius: 2px;
    color: #000000;
}

.profileNav > ul {
    margin: 40px 0px 40px 0px;
    padding: 0px;
}

.profileNav > ul > li {
    list-style-type: none;
    margin: 30px 0px 30px 0px;
    text-align: center;
}

.profileNav > ul > li > a {
    text-decoration: none;
    font-size: 20px;
    color: #000000;
    font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
}

.profileNav > ul > li > a:hover, .profileNav > ul > li > a:active, .profileNav > ul > li > a:focus {
    color: #2dccd3;
}
.profileNav > ul > li.active > a:hover, .profileNav > ul > li.active > a, .profileNav > ul > li.active > a:focus {
    color: #2dccd3;
}

.profileContent {
    padding-left: 95px;
}

#addContactContainer {
    text-align: right;
}

#addContactContainer > button > span {
    margin-left: 10px;
}

.piFormSave, .bankingFormSave, .emailFormSave, .securityFormSave {
    clear: both;
    padding-top: 30px;
    padding-bottom: 50px;
}
.security-settings > div{
    padding-top: 20px;
}
@media only screen and (max-width: 767px) {
    div.profileDetails.col-md-9 > div:nth-child(2) > form > div:nth-child(2) > div > span > input {
        margin-top: 15px;
    }
}

.oeBankFormSave {
  clear: both;
  padding-top: 30px;
  padding-bottom: 0px;
}

.profileContent i.fa {
    cursor: pointer;
}

 /*span.k-link.k-header {*/
     /*background-color: #ab2328;*/
 /*}*/

 /*span.k-link.k-header.k-state-hover {*/
     /*background-color: #ab2328;*/
 /*}*/

 /*.k-panelbar > li.k-state-default > .k-link {*/
     /*height: 50px;*/
     /*color: #ffffff;*/
     /*font-size: 20px;*/
 /*}*/

.manageProfile label {
    font-size: 16px;
}

.manageProfile p {
    font-size: 16px;
}

.emailChecks {
    padding-left: 30px;
}


/* Add/Edit contact form */
#addContactModal div.modal-body.naviaInputPop {
    padding: 0;
}

@media(max-width: 768px) {
    #addContactModal .modal-dialog,
    #addContactModal .modal-header,
    #addContactModal .modal-body {
        width: auto;
    }
}

#editConInfo {
    background: #fff;
    width: 45%;
    height: 99.5%;
    padding: 15px 30px 30px 25px;
}

#editConContent {
    width: 80%;
    height: 100%;
    padding: 35px 0;
    margin-right: auto;
    margin-left: auto;
}

#editConContentInner {
    margin-left: auto;
    margin-right: auto;
}

#editConBody {
    width: 100%;
    position: relative;
}

#editConP1 {
    margin-bottom: 40px;
}

.editConFormRow {
    margin-bottom: 15px;
}

#editConContent textarea {
    width: 100%;
    resize: none;
}

#editConContent textarea {
    height: 100px;
}

#editConContent label {
    white-space: nowrap;
    font-size: 13px;
}

.multiInputRow div:first-child,
.multiInputRow div:last-child {
    padding: 0;
}

#editConContentInner form {
    margin-bottom: 20px;
}

#editConHyphen {
    text-align: center;
    margin-top: 5px;
}

.contactRow p {
    word-wrap: break-word;
}

.legalDetails {
    font-size: 13px;
    line-height: 18px;
}

#addContactLegalAcceptContainer {
    float: left;
    margin-right: 10px;
}

#addContactLegalStatement {
    margin-left: 23px;
}

/****************************/
/*end manage profile styling*/
/****************************/

/****************************************************************/
/*begin claims, reclaim, clear swipe, etc custom styles are here*/
/****************************************************************/

.claimButtons {
    background-color: #8a8c8e;
    font-size: 20px;
    color: #ffffff;
    margin: 0 auto;
    display: block;
    min-width: 340px;
    margin-top: 125px;
}

.claimButtons:hover {
    background-color: #ab2328;
}

.claimButtons:focus {
    background-color: #ab2328;
}

.claimButtons:active {
    background-color: #ab2328;
}

.debitSelect {
    min-height: 280px;
    margin: 0 auto;
    width: 60%;
}

.claimPath {
    padding-left: 50px;
}

.naviaClaim {
    padding: 0px;
}

.claimLeft {
    padding-left: 30px;
    padding-top: 15px;
}

@media only screen and (min-width: 768px) {
    html{
		position: relative;
		min-height: 100%;
	}
	body{
        padding-bottom: 60px;
    }
    #footer {
      bottom: 0;
      left: 0;
      position: absolute;
      width: 100%;
      z-index: 1000;
    }
    .learnText {
        max-width: 366.6px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
   .beneArea > ul {
        margin-left: inherit;
        margin-right: inherit;
        width: 50%;
    }
}





// @media only screen and (min-width: 601px) and (max-width: 1023px)
@media only screen and (min-width: 768px) and (max-width: 1120px) {
    .claimLeft {
        min-width: 345px;
    }
}

.claimRight {
    padding-left: 60px;
    padding-right: 0px;
    background-color: #ede8e2;
    padding-top: 15px;
}

.claimRight  h1 {
    color: #000000;
}

.naviaInp {
    clear: both;
    padding-left: 0px;
    font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
}

/*infoBox styling*/

.claimedTable {
    font-size: 16px;
}

.claimedItem {
    margin-top: 10px;
    max-width: 345px;
    width: 100%;
    box-shadow: 0 0 8px rgba(0,0,0,.5);
    border-radius: 2px;
    background-color: #ffffff;
    padding: 10px 0;
}

.dash-prefix:before {
    content: " - ";
}

.profileDetails .infoHead {
    padding-left: 85px;
}

@media (max-width: 991px) {
    .claimedItem {
        min-width: 345px;
        max-width: none;
    }
    .pptHome {
        padding-left: 15px;
        padding-right: 15px;
    }
    .oeInfo .oeCol img { display: none; }
    .naviaHeader .regSelect.form-group{ padding-left: 0px !important; }
    .pptReg, .erReg {
        padding-left: 20px;
    }
    .naviaBtn {
        padding-left: 20px;
        padding-right: 20px;
    }
    .profileNav {
        overflow: hidden;
    }
    .security-settings > div > div {
        padding-top: 20px;
    }
    .security-settings > div{
        padding-top: 0px;
    }
    .infoHead,
    .profileContent {
        padding-left: 0px !important;
    }
    .piForm, .bankingForm, .emailForm, .securityForm{
        padding-left: 0px;
    }
    .security-settings {
        margin: 0 -15px;
    }
    .piFormSave, .bankingFormSave, .emailFormSave, .securityFormSave{
        padding-top: 0px;
        padding-bottom: 20px;
    }
    .form-horizontal .form-group {
        margin-left: 0px;
        margin-right: 0px;
    }
    .naviaInp {
        padding: 0;
    }
    .manageProfile {
        padding-top: 20px;
    }
    .securityFormSave.row{
        margin: 0 -15px;
    }
    .toolLeft h2 {
        margin-top: 20px;
    }
    .learnText {
        height: auto;
        padding-bottom: 20px;
    }
    .learnButtons {
        position: static;
        display: inline-block;
        margin-top: 10px;
    }
}

.claimedLeft {
    padding-left: 4px;
}

.claimedRight {
    float: right;
}

a.claimedRight {
    color: #000000;
}

.claimedRight p, label {
    font-weight: normal;
    font-size: 16px;
}

.claimObject, .recurObject {
    padding-top: 5px;
    font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
}

/*end infoBox styling*/

.addClaim, .addSwipe {
    font-size: 16px;
}

#stepsContainer {
    text-align: center;
}

.stepsBox {
    padding-bottom: 30px;
}

@media only screen and (max-width: 1140px) {
    .stepsBox {
        display: none;
    }
}

.claimSteps {
    background-color: #2dccd3;
}

.swipeSteps {
    background-color: #ffb500;
}

.swipeSteps > p.claimStepNumber {
    color: #ffb500;
}

.offsetSteps {
    background-color: #ab2328;
}

.offsetSteps > p.claimStepNumber {
    color: #ab2328;
}

.claimToolsSteps {
    width: 355px;
    height: 285px;
    color: #ffffff;
    text-align: center;
    position: relative;
    margin: 0 auto;
    display: table;
}

.claimStepNumber {
    margin-top: 40px;
    font-size: 38px;
    background-color: #ffffff;
    color: #2dccd3;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    position: absolute;
    display: table-cell;
    left: 50%;
    vertical-align: middle;
    padding-top: 20px;
    font-weight: 600;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}

.claimStepTitle {
    color: #ffffff;
    font-size: 26px;
    margin-top: 110px;
    padding-top: 20px;
}

.claimStepText {
/*    text-align: center;*/
/*    margin-left: 33.3%;*/
/*    width: 50%;*/
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
}

.recImg {
    margin-right: 0px;
    padding-left: 0px;
    padding-top: 60px;
    padding-bottom: 40px;
    max-height: 140px;
    max-width: 140px;
}

.claimReceiptPlain > p, .claimReceiptItems > p {
    font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
    font-size: 26px;
    color: #ffffff;
    line-height: 80px;
    background-color: #2dccd3;
    clear: both;
}

.claimReceiptPlain > table, .claimReceiptItems > table {
    padding-left: 0px;
    padding-right: 0px;
}

.claimReceiptPlain > table > tbody > tr > td, .claimReceiptItems > table > tbody > tr > td {
    padding-left: 0px;
    padding-right: 0px;
}

.claimReceiptItems {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 60px;
}

.claimReceiptItems > table > tbody > tr > th {
    padding-left: 0px;
}

.claimReceiptItems > p {
    line-height: 40px;
    font-size: 16px;
}

.recText {
    padding-bottom: 150px;
}

@media (min-width: 1200px) {
    .naviaHeader {
        margin: 60px 40px;
    }
}
@media (max-width: 991px) {
    .claimSteps, .offsetSteps, .swipeSteps {
        margin: 30px auto;
    }
    .naviaHeader {
        /*margin-top: 60px;*/
        margin-top: 0px;   /*Fix for ppt menu doubling in height */
        margin-bottom: 0;
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

/*begin FAQ styling*/

.faqSection {
    margin-top: 40px;
}

.faqSection > p {
    padding-bottom: 30px;
}

.claimLeft h1 {
    color: #000000;
}

.faqSection p {
    font-size: 18px;
}

.faqPnl {
    min-width: 310px;
    margin-bottom: 30px;
}

/*end FAQ styling*/

.claimSuccessHeader {
    background-color: #2d3130;
    color: #ffffff;
    min-height: 360px;
    font-size: 15px;
    margin: 0 auto;
    padding-left: 100px;
    padding-top: 25px;
}

.claimSuccessHeader h2 {
    color: #fbb500;
    font-size: 35px;
}

#beneSelect #svcType {
    font-size: 18px;
}

.claimReceipt {
    background-color: #ede8e2;
    padding-left: 30px;
}

.claimReceipt p {
    padding-top: 60px;
    font-size: 16px;
}

.claimReceipt input[type="button"] {
    margin-top: 60px;
    margin-bottom: 150px;
}

.claimEnter {
    padding-left: 30px;
}
.claimEnter a:hover {
    text-decoration: none;
}

.claimEnter input[type="button"] {
    margin-top: 60px;
}

.claimEnter span {
    font-size: 16px;
    padding-left: 20px;
    font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
}

/*begin swipe styling*/

.swipeInfo {
    clear: both;
    padding-top: 30px;
}

.swipeInfo h1 {
    font-size: 24px;
    color: #ab2328;
    font-family: 'Montserrat', 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
}

.swipeInfo p {
    font-size: 16px;
    font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
}

.swipeSubmitText {
    padding-left: 0px;
    padding-bottom: 30px;
}

.swipeDetails {
    background-color: #ffffff;
    border: solid 1px;
    border-color: #8a8c8e;
    padding: 0;
    margin-bottom: 30px;
    margin-top: 20px;
}

.swipeFlexHead {
    background-color: #2d3130;
    color: #ffffff;
}

.swipeFlexHead2 {
    background-color: #d0d0d0;
}

.swipeFlexHead p, .swipeFlexHead2 p {
    padding-left: 15px;
    line-height: 40px;
}

.swipeFlexElement {
    height: 80px;
    vertical-align: middle;
}

.swipeFlexElement > p:first-child {
    font-weight: 600;
}

.swipeBoxes a {
    text-decoration: none;
}

.swipeBoxes a:hover {
    text-decoration: none;
}

.swipeBox, .recurBox {
    background-color: #ffffff;
    margin-top: 10px;
    min-height: 85px;
    box-shadow: 0 0 8px rgba(0,0,0,.5);
    border-radius: 2px;
    color: #000000;
}

@media only screen and (min-width: 460px) and (max-width: 992px) {
    .recurBox {
        min-height: 175px;
    }
}

.swipeBox:hover {
    cursor: pointer;
}

.swipeBox:hover, .swipeBox.active, .swipeBox:focus {
    background-color: #efefef;
}

.recurBox {
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.editRecur.focus {
    background-color: #efefef;
}

/*end swipe styling*/

/*begin file upload styling*/

.drop-box {
    background: #F8F8F8;
    border: 5px dashed #DDD;
    width: 400px;
    height: 100px;
    text-align: center;
    padding-top: 25px;
    margin: 10px;
}

.naviaInp .drop-box:hover {
    cursor: pointer;
}

.dragover {
    border: 5px dashed blue;
}

.fileArea p, label {
    font-weight: normal;
    font-size: 16px;
}

.deleteHandle {
    cursor: pointer;
    padding-left: 20px;
}

.deleteHandle > a, .deleteHandle > a:hover, .deleteHandle > a:focus {
    text-decoration: none;
    color: #000000;
}

/*end file upload styling*/

/*begin recurrung claim specific styling*/

.recurRight {
    background-color: #ede8e2;
    padding-top: 60px;
}

.deniedTag {
    float: right;
    background-color: #ab2328;
    color: #ffffff;
    padding: 5px 10px 5px 10px;
    line-height: 22px;
    cursor: pointer;
}

.deniedTag:hover {
    background-color: #68070b;
    cursor: pointer;
}

.deniedTag > a {
    color: #ffffff;
    padding-left: 10px;
}

.deniedTag > a:hover {
    text-decoration: none;
    color: #ffffff;
}

.recur-approved {
    color: #33cc00;
}

.dateArea {
    border: solid 1px;
    background-color: #ffffff;
    width: 40%;
    max-height: 320px;
    overflow-y: auto;
}

/*begin recurrung claim specific styling*/

/****************************************************************/
/*  end claims, reclaim, clear swipe, etc custom styles are here*/
/****************************************************************/

/*begin form errors styling*/

input.ng-invalid.ng-dirty {
    border: 1px solid red;
}

.errorContainer {
    clear: both;
    margin-top: 8px;
}

.naviaError {
  font-size: 14px;
  line-height: 16px;
  padding-left: 10px;
  color: #ab2328;
  padding-top: 8px;
  padding-bottom: 8px;
}

.naviaError > span {
    padding-left: 10px;
    font-size: 14px;
    margin-bottom: 25px;
}

.naviaWarning {
  font-size: 20px;
  font-weight: 600;
  color: #ffb500;
  padding-left: 10px;
  padding-bottom: 5px;
}

.naviaQuestion {
  font-size: 24px;
  color: #2dccd3;
}

.naviaQuestion:hover, .naviaBlue:active, .naviaDarkBlue:hover, .naviaDarkBlue:active, .naviaDarkBlue:focus {
  color: #24a4a9;
  cursor: pointer;
}


.naviaPageBottom {
  padding-bottom: 150px;
}

.disabled {
    background-color: #999999;
    opacity: .30;
}

.disabled:hover {
    background-color: #999999;
    opacity: .30;
}

/*begin API alerts styling*/

.alert.alert-success {
    background-color: #ede8e2;
    font-family: 'Montserrat', 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
    font-size: 14px;
    color: #ab2328;
    border: none;
}

.alert.alert-danger {
    margin-top: 25px;
    width: 66.6%;
    background-color: #ede8e2;
    font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
    font-size: 14px;
    color: #ab2328;
    border: none;
}

/*end API alerts styling*/

/*end form errors styling*/

/*Navia modals*/

#tcModal div.modal-header.naviaPop {
    background-color: #2d3130;
    height: 60px;
}

.naviaPop > h2 {
    color: #ffffff;
    padding-left: 60px;
}

.naviaPop > h3 {
  color: #ffffff;
}

.modal-body > ul {
    font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
}

div.modal-header.naviaInputPop {
  width: 650px;
  color: #ffffff;
  background-color: #2d3130;
  border-radius: 2px;
  height: 60px;
  padding: 20px 50px 0px 50px;
}
div.modal-body.naviaInputPop {
  width: 650px;
  background-color: #ede8e2;
  padding: 20px 50px 0px 50px;
}
div.modal-footer.naviaInputPop {
  width: 650px;
  background-color: #ede8e2;
  border-radius: 2px;
  border-top: none;
  padding: 20px 50px 50px 50px;
  text-align: left;
}

.naviaInputPop > h3 {
  color: #ffffff;
}
.naviaInputPop > p {
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  div.modal-header.naviaInputPop {
    width: 100%;
    padding: 20px 20px 0px 20px;
  }
  div.modal-body.naviaInputPop {
    width: 100%;
    padding: 20px 20px 0px 20px;
  }
  div.modal-footer.naviaInputPop {
    width: 100%;
    padding: 20px 20px 20px 20px;
  }
}

@media only screen and (max-width: 500px) {
  div.modal-header.naviaInputPop {
    width: 100%;
    padding: 20px 15px 0px 15px;
  }
  div.modal-body.naviaInputPop {
    width: 100%;
    padding: 20px 15px 0px 15px;
  }
  div.modal-footer.naviaInputPop {
    width: 100%;
    padding: 20px 15px 20px 15px;
  }

  .naviaInputPop > h3 {
    font-size: 16px;
  }

  .naviaInputPop > p {
    padding-bottom: 20px;
    font-size: 14px;
  }

  .naviaInputPop > .naviaBtn {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
}


/******************************/
/* begin orders styling */
/******************************/

.ordersFlexContainerParent {
  padding:0px 20px 20px 20px;
  /*border: 1px solid orange;*/
}

.ordersToolTile {
  background-color: #2DCCD3;
  text-align: center;
  padding: 20px 5px 20px 5px;
  /*border: 1px solid yellow;*/
}

.ordersToolTile:hover {
  background-color: #24A4A9;
  cursor: pointer;
}

.ordersToolTileDisabled {
  background-color: #2DCCD3;
  text-align: center;
  padding: 20px 5px 20px 5px;
  /*border: 1px solid yellow;*/
}

.ordersToolTileImg {
  text-align: center;
  padding: 40px 0px 20px 0px;
 }

.ordersToolImg, .ordersToolBicyImg {
  height: 110px;
  width: auto;
}

.ordersToolTileTxt {
  text-align: center;
  padding: 20px 0px 0px 0px;
}

.ordersSubhead {
  font-family: 'Montserrat', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
  font-size: 26px;
  line-height: 30px;
  color: #ffffff;
  padding: 20px 0px 20px 0px;
}


.ordersLearn {
  padding: 10px 0px 30px 0px;
  text-align: center;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  line-height: 26px;
}

.ordersLearn > a:link, .ordersLearn > a:visited, .ordersLearn > a:active {
  color: #2DCCD3;
  text-decoration: none;
}

.ordersLearn > a:hover {
  color: #24A4A9;
  text-decoration: none;
  cursor: pointer;
}


.ordersDetail {
  font-size: 16px;
  line-height: 26px;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
}

.ordersConfirmImg {
  text-align:left;
  padding-top:60px;
  padding-bottom:20px;
}

.orderAmtItem {
  margin-top: 5px;
}

@media only screen and (min-width: 1024px) {
  #ordersBtnsDivStack { display: none;}
  #ordersBtnsDiv { display: block;}
}

@media only screen and (min-width: 601px) and (max-width: 1023px) {
  #ordersBtnsDiv { display: none;}
  #ordersBtnsDivStack { display: block;}
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
    .button-holder-mb > div { width: 50%;     float: left; }
}

@media only screen and (max-width: 600px) {

  #ordersBtnsDivStack { display: none; }
  #ordersBtnsDiv { display: block; }

  .ordersSubhead {
    padding-top: 20px;
  }
  .ordersToolImg {
    height: 80px;
    width: auto;
  }
  .ordersToolBicyImg {
    height: 70px;
    width: auto;
  }
  .ordersConfirmImg {
    text-align:center;
    padding-top:60px;
    padding-bottom:20px;
  }
  .ordersFlexContainerParent {
    padding:0px 5px 15px 5px;
  }
  .ordersFlexContainer {
    display: -webkit-flex;
    display: flex;
    /*border: 1px solid white;*/
  }
  .ordersFlexFill {
    -webkit-flex: 1; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */
    flex: 1;
    /*border: 1px solid yellow;*/
  }

}
@media only screen and (max-width: 414px) {
  .ordersSubhead {
    font-size: 18px;
    padding-top: 20px;
  }
  .ordersFlexContainerParent {
    padding:0px 10px 20px 10px;
  }

  .ordersDetail {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
  }
}
@media only screen and (max-width: 360px) {
  .ordersConfirmImg { display: none; }
}
@media only screen and (max-width: 320px) {
  #ordersBtnsDiv { display: none;}
  #ordersBtnsDivStack { display: block;}
}

/******************************/
/* end orders styling */
/******************************/

/******************************/
/* begin docs styling */
/******************************/

.docsBeneTile {
  text-align: center;
  padding: 40px 0px 0px 0px;
  cursor: pointer;
}

/*
.docsBeneTile img {
  color: #ab2328;
  opacity: .7;
}

.docsBeneTile img:hover {
  opacity: 1;
}
*/

.docsBeneTileSelect {
  text-align: center;
  padding: 40px 0px 0px 0px;
  cursor: pointer;
}

/*
.docsBeneTileSelect img {
  color: #ab2328;
  opacity: 1;
}
*/


.docsBeneName  {
  padding: 20px 0px 0px 0px;
  text-align: center;
}

.docsDownloadName > a {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  font-family: 'Montserrat', 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
  text-decoration:none;
}

.docsDownloadName > a:hover {
  cursor: pointer;
}

.docsDownloadIcon {
  font-size: 36px;
  color: #ab2328;
  opacity: .80;
  position: relative;
  top: 16px;
}

.docsDownloadIcon a {
  text-decoration: none;
}

.docsDownloadIcon:hover {
  color: #ab2328;
  opacity: 1;
}
.docsDownloadIcon:visited {
  color: #ab2328;
  opacity: .80;
}

/******************************/
/* end docs styling */
/******************************/

/******************************/
/* begin cards styling */
/******************************/


.cardsImg {
  padding-top: 40px;
  padding-left: 40px;
}
.cardsBtn{
  padding-top:60px;
}
.cardsBtnMobile {
  text-align: center;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 16px;
  font-family: 'Montserrat', 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
  height: 50px;
  width: 100%;
  color: #ffffff;
  padding-top: 15px;
}

.cardsPadding{
  padding-left: 20px;
}
.cardsPin {
  padding-left:30px;
}

.cardsHR {
  padding-top: 15px;
  padding-bottom: 15px;
}
.cardsStatusRow{
  padding-top: 30px;
}
.cardsLostBtnRight {
  display: block;
}
.cardsLostBtnLeft{
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}
.cardsLostBtnLeftMobile{
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cardsTC {
  font-size: 12px;
  line-height: 16px;
}

.cardsModalBtnResize {
  padding-bottom: 0px;
}

#mobile-menu {
    background-color: #242726;
    bottom: 0;
    color: #ccc;
    left: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 250px;
    z-index: 1050;
}

@media only screen and (min-width: 992px) {
  .cardsImg { display: block;}
  .cardsBtn{ display: block;}
  .cardsBtnMobile { display: none;}
  .cardsLostBtnRight { display: block; }
  .cardsLostBtnLeft { display: none; }
  .cardsLostBtnLeftMobile { display: none;}
}
@media only screen and (max-width: 991px) {
  .cardsImg { display: none;}
  .cardsBtn { display: block;}
  .cardsBtnMobile { display: none;}
  .cardsLostBtnRight { display: none; }
  .cardsLostBtnLeft { display: block; }
  .cardsLostBtnLeftMobile { display: none;}
}
@media only screen and (max-width: 767px) {
  .cardsImg { display: none;}
  .cardsBtn {display: none;}
  .cardsBtnMobile { display: block;}
  .cardsLostBtnRight { display: none; }
  .cardsLostBtnLeft { display: none; }
  .cardsLostBtnLeftMobile { display: block;}

  .cardsMy {
    padding-top:40px;
    padding-bottom:20px;
    text-align: center;
  }
  .cardsPadding{
    padding-left: 0px;
  }
  .cardsModalBtnResize {
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 2px;
    font-size: 14px;
    font-family: 'Montserrat', 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
    height: 46px;
    color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
  }

  .modal-dialog {
    max-width: 767px;
  }
}

/******************************/
/* end cards styling */
/******************************/

/******************************/
/* begin mobile styling */
/******************************/

.mobileMy {
  text-align: left;
  padding-bottom: 20px;
}
.mobileMy > p {
  padding-top: 10px;
}
.mobileMyPhone {
  padding-top: 30px;
}
.mobileMyPhoneNum {
  padding-top: 20px;
}
.mobileDeviceBtm {
  padding-bottom: 60px;
}
.mobileRed {
  color: #ab2328;
}

.mobileAppIcon {
  padding-top: 10px;
  padding-bottom: 10px;
}

.mobileBottom {
  color: #ffffff;
  margin: 0 auto;
  position: relative;
  margin: 0;
}

.mobileBottom:before {
  content: '';
  display: block;
  background-image: url('../assets/images/mobileapp/phone.jpg');
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.mobileBottom > .inner {
  position: relative; /* needed so content appears on top of image */
}

@media only screen and (max-width: 1024px) {
  .mobileBottom:before {
    background-position:  60% 20%;
  }
}
@media only screen and (max-width: 480px) {
  .mobileBottom:before {
    background-position:  70% 50%;
  }
}

/******************************/
/* end mobile styling */
/******************************/

/***********************************/
/* begin online enrollment styling */
/***********************************/

.enrollInfo h2 {
    color: #ffb500;
}

.electInfo > thead > tr > th, .electInfo > tbody > tr > td {
    color: #000000 ;
    font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
    font-size: 16px;
}

.beneInfo > h2 {
    clear: both;
    padding-top: 30px;
}

.container.beneInfo {
    padding-bottom: 150px;
}

.oeInfo > p, .oeInfo > ul, .oeInfo > li {
    font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
    font-size: 16px;
    padding-top: 0px;
}

.oeBank {
    padding-bottom: 25px;
}

.enrollInfo > div.ddInfo > div:nth-child(1) > div > form > div.form-group.col-md-6.naviaInp > p {
    padding-top: 15px;
}

.enrollInfo > div.ddInfo > div:nth-child(1) > div > form > div:nth-child(2) > div {
    padding-bottom: 50px;
}

 @media only screen and (max-width: 767px) {
    div.enrollInfo > div:nth-child(4) > div > form > div:nth-child(2) > div > span > input {
        margin-top: 15px;
    }
    input.naviaBtn-mb {
        margin: 10px 0;
    }
 }

.oeInfo {
    clear: both;
}

.oeCol > img {
    height: 160px;
    padding-top: 20px;
}

.oeCol > h1 {
    color: #ab2328;
}

.oeCol > a.naviaLink {
    font-size: 14px;
}

.oeFeatures {
    font-weight: 800;
    margin-top: 20px;
}

.oeSuccess > div {
    padding-top: 30px;
}

.oeSuccess > div:last-child {
    padding-bottom: 40px;
}

/*********************************/
/* end online enrollment styling */
/*********************************/

/***********************************/
/* begin statements styling */
/***********************************/

  .stmtDetailLeft {
    width: 25%
  }
  .stmtDetailMid {
    width: 45%
  }
  .stmtDetailRight {
    width: 30%
  }
  .stmtPager {
    border: none;
    background-color: #999999;
    padding: 15px 0px 7px 0px;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
  }
  .stmtPageNum > a, .stmtPageNum > a:visited{
    color: #ffffff;
    text-decoration: none;
  }
  .stmtPageNum > a:hover {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
  }
  .stmtPageNum > a:active {
    color: #ffffff;
    text-decoration: none;
  }
  .stmtPageNumDisable {
    color: #8a8c8e;
  }
  .stmtPageNumSelect > a, .stmtPageNumSelect > a:visited{
    color: #2dccd3;
    text-decoration: underline;
  }
  .stmtPageNumSelect > a:hover {
    color: #2dccd3;
    text-decoration: underline;
    cursor: pointer;
  }
  .stmtPageNumSelect > a:active {
    color: #2dccd3;
    text-decoration: underline;
  }

  .stmtNumItems {
    font-size: 16px;
    font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
  }
  .stmtPayableRow {
    border-bottom: 1px solid #8A8C8E;
  }
  .stmtPayableHdr {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
    padding: 10px 0px 10px 0px;
  }
  .stmtPayable {
    font-size: 16px;
    font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
    padding: 10px 0px 10px 0px;
  }
  .stmtDownload {
    font-size: 14px;
    text-align: right;
    padding-top: 25px;
  }

  #statement-filter {
    background: #999999;
    color: white;
    padding-top: 10px;
  }

  #statement-filter input.k-textbox {
    height: 34px;
  }

  @media only screen and (max-width: 767px) {
    .stmtDetailLeft {
      width: 20px;
    }
    .stmtDetailMid {
      width: 300px;
    }
    .stmtDetailRight {
      width: auto;
    }
    .stmtPager {
      border: none;
      background-color: #999999;
      padding: 15px 0px 7px 0px;
      color: #ffffff;
      font-size: 14px;
      font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
    }
    .stmtNumItems {
      font-size: 14px;
      font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
    }
    .stmtPayableHdr {
      font-size: 14px;
      font-weight: bold;
      font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
    }
    .stmtPayable {
      font-size: 14px;
      font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
    }
  }

  @media only screen and (max-width: 560px) {
    .stmtDetailLeft {
      width: 20px;
    }
    .stmtDetailMid {
      width: 200px;
    }
    .stmtDetailRight {
      width: auto;
    }
    .stmtPager {
      border: none;
      background-color: #999999;
      padding: 15px 0px 7px 0px;
      color: #ffffff;
      font-size: 12px;
      font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
    }
    .stmtNumItems {
      font-size: 12px;
      font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
    }
    .stmtPayableHdr {
      font-size: 12px;
      font-weight: bold;
      font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
    }
    .stmtPayable {
      font-size: 12px;
      font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
    }
  }

  /***********************************/
/* end statements styling */
/***********************************/

.pptProfileHdr{
  padding-bottom: 20px;
}

@media only screen and (max-width: 992px) {
  .pptProfileHdr{
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/******************************/
/* IE styling */
/******************************/

/* Fix IE not showing svg images*/
.ie9 img[src*=".svg"] {
  width: 100%;
}

/* Fix IE not showing svg images*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    /*width: 100%;*/
    width: 93px;
  }
}

/******************************/
/* End IE styling */
/******************************/


/******************************/
/* Navigation for Mobile Size
/******************************/

#divMainNav{
  display: block;
}

#divMobileMainNav{
  display: none;
}

#divSecondNav {
  display: block;
}

.mobileSecondNav {
  display: none;
}

/*@media only screen and (max-width: 1199px) {

  #liProdsSvcs {
    display: none;
  }
  #liSWAMerchantList {
    display: none;
  }
}*/

@media only screen and (max-width: 991px) {

  #divMainNav{
    display: none;
  }

  #divSecondNav{
    display: none;
  }

  #divSecondNav {
    display: none;
  }


  .navbarSecondary {
    display: none;
  }

  #divMobileMainNav{
    display: block;
    padding: 0px 0px 8px 0px;
  }


  .mobileSecondNav {
    display: block;
    background-color: #ab2328;
    height: 66px;
    font-size: 20px;
    font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
    padding-left: 30px;
    padding-top: 18px;
  }

  .mobileSecondNavLink > a:link, .mobileSecondNavLink > a:visited, .mobileSecondNavLink > a:active {
    color: #ffffff;
    text-decoration: none;
  }

#mobile-menu #divMainNav{
    display: block;
}
#mobile-menu #divSecondNav{
    display: block;
}
#mobile-menu .navbarSecondary{
    display: block;
}
#mobile-menu #divSecondNav{
    margin: 0 -15px;
    border-bottom: 1px solid #2d3130;
    border-top: 1px solid #2d3130;
    padding: 10px 0;
    background-color: #1f2222;
    clear: both;
}
#mobile-menu #divSecondNav .navbarSecondary{
    height: auto;
    border: 0;
    background-color: transparent;
}
#mobile-menu #divSecondNav .navbar-nav.nav{
    padding-left: 15px;
}
#mobile-menu #divSecondNav .navbar-nav.nav li a  {
    line-height: normal;
}
#mobile-menu #divSecondNav .navbar-nav.nav li a:focus,
#mobile-menu #divSecondNav .navbar-nav.nav li a:hover{
    height: auto;
}

#mobile-menu-toggle {
    border: medium none;
    color: #8a8c8e !important;
	background-color: transparent;
    float: right;
    font-size: 12px;
    margin-right: -15px;
    padding: 5px 15px 0px;
    text-align: center;
}
#mobile-menu-toggle span {
    color: #5a5b5d;
    display: block;
    font-size: 100%;
    font-weight: normal;
    line-height: 20px;
    padding: 0;
}
#mobile-menu-toggle span.hamburger > span:first-child {
    margin-top: 0;
}
#mobile-menu-toggle span.hamburger > span {
    background-color: #8a8c8e;
    height: 6px;
    margin-top: 3px;
    transition: background-color 0.15s linear 0s;
}

body.mobile-menu-active #mobile-menu {
    -moz-transition-delay: 0s;
	-ms-transition-delay: 0s;
	-o-transition-delay: 0s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
    visibility: visible;
}
.mobilePage {
    position: relative;
}
.overlayPage {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.6);
    z-index: 1040;
}
body.mobile-menu-active #mobile-menu,
body.mobile-menu-active #page,
body.mobile-menu-active  #footer {
    -moz-transform: translate3d(-250px, 0px, 0px);
	-ms-transform: translate3d(-250px, 0px, 0px);
	-o-transform: translate3d(-250px, 0px, 0px);
	-webkit-transform: translate3d(-250px, 0px, 0px);
	transform: translate3d(-250px, 0px, 0px);
}
#mobile-menu .navbar-nav {
	margin: 0px;
    width: 100%;
}
#mobile-menu .navbar-nav > li{
	float: left;
    width: 100%;
}
#mobile-menu .navbar-nav > li.menu-login,
#mobile-menu .navbar-nav > li.menu-register {
    float: left;
    width: 49%;
}
#mobile-menu .navbar-nav > li.menu-login a {
    display: block;
    padding: 5px 10px 8px;
    border-radius: 2px;
    margin-right: 2px;
    margin-bottom: 10px;
}
#mobile-menu .navbar-nav > li.menu-register a {
    display: block;
    padding: 5px 10px 8px;
    border-radius: 2px;
    margin-left: 2px;
    margin-bottom: 10px;
}
#mobile-menu .navbar-nav > li.menu-logout a{
    padding: 5px 10px 8px;
    border-radius: 2px;
    margin-bottom: 10px;
    min-width: 130px;
    text-align: center;
}
#mobile-menu .navbar-nav > li a {
    display: inline-block;
    padding: 5px 0;
    line-height: 20px;
    color: #fff;
    outline: none;
}
#mobile-menu .navbar-nav > li.menu-register a:focus,
#mobile-menu .navbar-nav > li.menu-login a:focus,
#mobile-menu .navbar-nav > li.menu-logout a:focus{
    background-color: #ab2328;
}


#mobile-menu .navbar-nav > li a:hover,
#mobile-menu .navbar-nav > li a:focus {
	background: transparent;
}
#mobile-menu #liProdsSvcs {
    display: block;
}
#mobile-menu #signOut:hover, #mobile-menu #signIn:hover, #mobile-menu #register:hover {
    background-color: #ab2328;
}
  #footer {
	height:auto;
  }
  .navftr {
    margin: 0 !important;
    text-align: center;
    width: 100%;
	 padding: 5px 0;
}
.footerLinks {
    padding: 15px 0;
}
.navftr li {
	display: inline-block;
	float: none;
}

.navftr li a {
	padding: 3px;
}

  .toolArea .toolLeft {
    text-align: center;
  }

  .learnSections {
        height: auto !important;
    }

    .learnButtons {
        bottom: 10px;
    }
}

.claimEnterBtns{
    margin-top: 20px;
}

.claimEnterBtns .claimBtn{
    min-width: 200px;
    margin-right: 15px;
    float: left;
    margin-top: 0;
}

.claimEnterBtns .claimLabel{
    float: left;
    max-width : 715px;
    width: 100%;
    padding: 7px 0;
}

.claimEnterBtns > div {
    margin-bottom: 20px;
}

@media only screen and (max-width: 350px) {

  .mobileSecondNav {
    font-size: 16px;
  }
}
/******************************/
/* End Navigation for Mobile Size
/******************************/


/******************************/
/* Begin Popup Warning
/******************************/

.popUpWarning {

    font-size:18px;
    color:#ffffff;
    font-weight: bold;
    padding-bottom: 20px;
 }

@media only screen and (max-width: 992px) {
  .popUpWarning {
    padding-top: 20px;
  }
}

/******************************/
/* End Popup Warning
/******************************/
