﻿style type="text/css" id="less:content-themes-Odyssey-6788" > @font-face {
    font-family: 'Open Sans';
    font-weight: normal;
    font-style: normal;
}
.style2 {
    color: #cc0000;
    font-size: 36pt;
}
.style3 {
    font-size: 20pt;
    font-weight: bold;
}

.style4 {
    font-weight: bold;
    font-size: 34pt;
}

.style5 {
    text-align: center;
    vertical-align: top;
    font-family: "Helvetica Neue", "Helvetica", "Targetica", "Arial", sans-serif;
}
.style6 {
    font-weight: bold;
    font-size: 26pt;
}
.style7 {
    text-align: center;
    font-weight: bold;
    font-size: 30pt;
}
.style8 {
    font-size: 16pt;
    text-decoration: underline;
    padding-top: 20px;
}
.style9{
    padding-right: 50px;
}
.left {
    display: inline-block;
    float: left;
}

.right {
    float: right;
}
.sm-and-up {
    display: none;
}

@media all and (min-width: 30em) {
    .sm-and-up {
        display: inherit;
    }
}

.md-and-up {
    display: none;
}

@media all and (min-width: 48em) {
    .md-and-up {
        display: inherit;
    }
}

.lg-only {
    display: none;
}

@media all and (min-width: 63em) {
    .lg-only {
        display: inherit;
    }
}

.lg-only-inline-block {
    display: none;
}

@media all and (min-width: 63em) {
    .lg-only-inline-block {
        display: inline-block;
    }
}

.md-only {
    display: none;
}

@media all and (min-width: 48em) {
    .md-only {
        display: inherit;
    }
}

@media all and (min-width: 63em) {
    .md-only {
        display: none;
    }
}

.sm-only {
    display: none;
}

@media all and (min-width: 30em) {
    .sm-only {
        display: inherit;
    }
}

@media all and (min-width: 48em) {
    .sm-only {
        display: none;
    }
}

.xs-only {
    display: inherit;
}

@media all and (min-width: 30em) {
    .xs-only {
        display: none;
    }
}

.md-and-down {
    display: inherit;
}

@media all and (min-width: 63em) {
    .md-and-down {
        display: none;
    }
}

.sm-and-down {
    display: inherit;
}

@media all and (min-width: 48em) {
    .sm-and-down {
        display: none !important;
    }
}

.sm-and-md {
    display: none;
}

@media all and (min-width: 48em) {
    .sm-and-md {
        display: inherit;
    }
}

@media all and (min-width: 63em) {
    .sm-and-md {
        display: inherit;
    }
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-link-ext-alt:before {
    content: '\f08e';
}
/* '' */
.icon-arrows-cw:before {
    content: '\f021';
}
/* '' */
.icon-tag:before {
    content: '\f02b';
}
/* '' */
.icon-credit-card-1:before {
    content: '\f09d';
}
/* '' */
.icon-info-circled:before {
    content: '\f05a';
}
/* '' */
.icon-lock:before {
    content: '\f023';
}
/* '' */
.icon-reply:before {
    content: '\f112';
}
/* '' */
.icon-chat:before {
    content: '\f086';
}
/* '' */
.icon-attention:before {
    content: '\f071';
}
/* '' */
.icon-trash:before {
    content: '\f1f8';
}
/* '' */
.icon-archive:before {
    content: '\f187';
}
/* '' */
.icon-right-open:before {
    content: '\f105';
}
/* '' */
.icon-switch:before {
    content: '\f18d';
}
/* '' */
.icon-mobile:before {
    content: '\f10b';
}
/* '' */
.icon-mail:before {
    content: '\f0e0';
}
/* '' */
.icon-cancel-circled:before {
    content: '\f057';
}
/* '' */
.icon-chart-pie:before {
    content: '\f200';
}
/* '' */
.icon-chart-bar:before {
    content: '\f080';
}
/* '' */
.icon-phone:before {
    content: '\f095';
}
/* '' */
.icon-help:before {
    content: '\f128';
}
/* '' */
.icon-help-circled:before {
    content: '\f059';
}
/* '' */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}
/* Responsive Images */
img {
    height: auto !important;
    max-width: 100%;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

figure {
    margin: 0;
}

textarea {
    vertical-align: top;
}

ul {
    margin: 0;
    padding: 0;
}

    ul > li {
        list-style: none;
    }

p,
li {
    line-height: 140%;
    margin: 0 0 .5em 0;
}

@media all and (min-width: 63em) {
    p,
    li {
        line-height: 150%;
    }
}

.hyphenate {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.clearfix:after {
    content: "";
    clear: both;
    display: table;
}

.pointer {
    cursor: pointer;
}

.middle {
    vertical-align: middle;
}

.pull-right-xs {
    float: none;
}

@media all and (min-width: 30em) {
    .pull-right-xs {
        float: right;
        text-align: right;
    }
}

.pull-right-sm {
    float: none;
}

@media all and (min-width: 40em) {
    .pull-right-sm {
        float: right;
    }
}

.pull-left-xs {
    float: none;
}

@media all and (min-width: 30em) {
    .pull-left-xs {
        float: left;
    }
}

.pull-left-sm {
    float: none;
}

@media all and (min-width: 40em) {
    .pull-left-sm {
        float: left;
    }
}

.always-right {
    float: right;
}

.always-left {
    float: left;
}

.max-800 {
    max-width: 800px;
}

.max-1000 {
    max-width: 1000px !important;
}

.break-word {
    /* for things like long emails */
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.inline {
    display: inline !important;
}

.inline-block {
    display: inline-block !important;
}

.block {
    display: block !important;
}

.center {
    margin: 0 auto !important;
}

.margin-0 {
    margin: 0;
}

a.offscreen {
    clip: rect(1px 1px 1px 1px);
    /* IE 6/7 */
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    /* added line */
    width: 1px;
}

    a.offscreen:focus {
        position: relative;
        clip: auto;
        width: auto;
        height: auto;
        overflow: auto;
    }

.ng-hide .sr-only {
    display: none !important;
    position: relative;
    visibility: hidden;
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

pre,
xmp {
    white-space: pre-line;
}

strong {
    font-weight: 600;
}

.text-uppercase {
    font-size: .9em;
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-larger {
    font-size: 130%;
}

.text-smaller {
    font-size: 90%;
}

@media all and (min-width: 48em) {
    .text-smaller {
        font-size: 80%;
    }
}

.text-small {
    font-size: 90%;
}

.text-left {
    text-align: left;
}

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

.text-right {
    text-align: right;
}
/* Truncates long text for small screens.  From http://css-tricks.com/snippets/css/truncate-string-with-ellipsis/ */
.truncate {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 85px;
}

.truncate-35 {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 35px;
}

@media print {
    .no-print {
        display: none;
    }
}

* {
    -ms-overflow-style: scrollbar;
}

.debug-iphone {
    color: #fff;
    position: fixed;
    right: 10px;
    bottom: 0;
    z-index: 1000;
}

.input-group.datepicker {
    position: static;
    width: 130px;
}

    .input-group.datepicker input {
        margin-right: -1px;
        width: 110px;
    }

    .input-group.datepicker .input-group-btn .btn {
        border-color: #b6b6b6;
        margin: 0 0 .5em;
        box-shadow: none;
        line-height: 1.2em;
        padding: 0.3em 0.5em;
    }

        .input-group.datepicker .input-group-btn .btn .glyphicon {
            font-size: .9em;
        }

.aside-overflow-visible .aside {
    overflow: visible;
}

.text-right .dropdown-menu {
    left: auto;
    right: 0;
}

.angular-google-map-container {
    height: 400px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.ng-isolate-scope angular-google-map {
    height: 400px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.message-badge {
    display: inline-block;
    margin-left: .5em;
    position: relative;
    float: right;
    text-align: left;
}

@media all and (min-width: 30em) {
    .message-badge {
        float: none;
    }
}

.message-badge .badge {
    position: absolute;
    right: 0;
    top: 0;
}

.social-integration-container {
    margin-top: 10px;
}

.config-purchase-panel {
    margin: 1% !important;
    display: inline-block;
    float: none !important;
}

    .config-purchase-panel img {
        max-height: 250px;
    }

@media all and (min-width: 30em) {
    .config-purchase-panel img {
        max-height: 140px;
    }
}

@media all and (min-width: 48em) {
    .config-purchase-panel img {
        max-height: 150px;
    }
}

@media all and (min-width: 68em) {
    .config-purchase-panel img {
        max-height: 195px;
    }
}

.app-download-icon {
    max-width: 10em;
}

.app-download-link .device-title {
    margin-top: 0.75em;
}

.app-download-link {
    text-decoration: none;
}

.android-app-download-container,
.ios-app-download-container {
    text-align: center;
}

.download-links-shell {
    margin-top: 2em;
}

.last {
    display: inherit;
}
/*------------------------------------*\
	Server-dependent Mixins
\*------------------------------------*/
/*------------------------------------*\
	General Settings & HTML Elements
\*------------------------------------*/
html {
    color: #333333;
    font-family: "Helvetica Neue", "Helvetica", "Targetica", "Arial", sans-serif;
    font-size: 16px;
}

@media all and (min-width: 40em) {
    html {
        font-size: 100%;
    }
}

body {
    color: #333333;
    background-color: #ffffff;
    font-family: "Helvetica Neue", "Helvetica", "Targetica", "Arial", sans-serif;
}

a {
    color: #333333;
    text-decoration: underline;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    a:hover,
    a:focus {
        color: #888888;
        text-decoration: none;
    }

    a:visited {
        color: #000000;
    }

    a span {
        text-decoration: inherit;
        vertical-align: top;
    }
/*------------------------------------*\
	Headings
\*------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Helvetica Neue", "Helvetica", "Targetica", "Arial", sans-serif;
    font-weight: normal;
    line-height: 100%;
    margin: 0 0 .5em 0;
}

h1,
.h1 {
    color: #333333;
    font-size: 1.26em;
}

@media all and (min-width: 48em) {
    h1,
    .h1 {
        font-size: 1.7em;
    }
}

h2,
.h2 {
    font-size: 1.05em;
}

@media all and (min-width: 48em) {
    h2,
    .h2 {
        font-size: 1.5em;
    }
}

h3,
.h3 {
    color: #333333;
    font-size: 1.1em;
}

@media all and (min-width: 48em) {
    h3,
    .h3 {
        font-size: 1.2em;
    }
}

h4,
.h4 {
    font-size: 1em;
}

@media all and (min-width: 48em) {
    h4,
    .h4 {
        font-size: 1.1em;
    }
}

.page-header {
    border: none;
    margin: .5em;
    padding: 0 .5em .5em .5em;
}

    .page-header > * {
        margin: 0;
    }

    .page-header a:hover {
        text-decoration: none;
    }

@media all and (min-width: 30em) {
    .page-header {
        padding: 0 1em 1em 1em;
    }
}

.section-header {
    margin: 1em 0 .5em;
}
/*------------------------------------*\
	Other Type Options
\*------------------------------------*/
.text-muted {
    color: #888888;
}

.text-highlight {
    color: #cc0000;
}

.text-lowlight {
    color: #666666;
}

.text-bold {
    font-family: "Helvetica Neue", "Helvetica", "Targetica", "Arial", sans-serif;
}

.text-normal {
    font-family: "Helvetica Neue", "Helvetica", "Targetica", "Arial", sans-serif;
    font-weight: normal;
}

.text-danger {
    color: #e86900;
}

.text-good {
    color: #cc0000;
}

.text-disclaimer {
    margin: .4em;
    font-style: italic;
}

.text-underlined {
    padding-bottom: .25em;
}

    .text-underlined:after {
        content: "";
        clear: both;
        display: table;
    }

    .text-underlined:after {
        border-bottom: 1px dotted #333333;
        content: '';
        width: 100%;
    }

.text-bottom {
    vertical-align: bottom;
}

.text-middle {
    vertical-align: middle !important;
}

.text-hr {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
}

    .text-hr:before,
    .text-hr:after {
        content: "";
        border-top: 1px solid #edebeb;
        position: absolute;
        top: 50%;
        width: 100%;
    }

    .text-hr:before {
        right: 50%;
        margin-right: 30px;
    }

    .text-hr:after {
        left: 50%;
        margin-left: 30px;
    }

.link-muted {
    color: #9a999c;
}

    .link-muted:hover {
        color: #676669;
    }

    .link-muted:visited {
        color: #9a999c;
    }

a > [class*="icon-"] {
    text-decoration: none;
}

[href^="mailto:"] {
    -ms-word-break: break-word;
    word-break: break-word;
}

@media all and (min-width: 40em) {
    [href^="tel:"] {
        color: #333333;
        cursor: default;
        text-decoration: none;
    }

        [href^="tel:"]:hover {
            color: #333333;
        }

        [href^="tel:"]:focus {
            color: #333333;
        }
}

::selection {
    background-color: rgba(51, 51, 51, 0.5);
    background: none\9;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80333333', endColorstr='#80333333');
}

::-moz-selection {
    background-color: rgba(51, 51, 51, 0.5);
    background: none\9;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80333333', endColorstr='#80333333');
}
/****************************************\

Layout

\*****************************************/
/*fix scroll bar*/
.main-container {
    display: inline-table;
}

.shell-wrapper {
    width: 100%;
}

.primary-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.main {
    padding: 0.5em;
}

@media all and (min-width: 40em) {
    .main {
        margin: 0 auto;
        max-width: 1100px;
        padding: 1em;
    }
}

@media all and (min-width: 63em) {
    .main {
        padding: 1em 2em;
    }
}
/****************************************\
	Announcements
\*****************************************/
/* Alerts that span top of website, ex: for holidays, system maintenance, etc. */
.announcement {
    background-color: #ffffff;
    border: none;
    border-radius: 0;
    padding: 0.5em 1.5em 0.5em 0.5em;
    position: relative;
}

    .announcement:after {
        content: "";
        clear: both;
        display: table;
    }

    .announcement > .announcement-dismiss {
        top: .5em;
    }

@media all and (min-width: 40em) {
    .announcement {
        text-align: center;
    }
}

.announcement-drop {
    background-color: rgba(255, 255, 255, 0.9);
    font-family: "Helvetica Neue", "Helvetica", "Targetica", "Arial", sans-serif;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1051;
}

    .announcement-drop > .announcement-dismiss:hover {
        color: #808080;
        cursor: pointer;
    }
/* Dismissal placement usually in top right of alert box */
.announcement-dismiss {
    padding: 0 0.25em;
    position: absolute;
    right: 0;
    top: 0;
}
/* High priority alert colors */
.announcement-danger {
    background-color: #666666;
    color: #ffffff;
    border: 1px solid none;
}

    .announcement-danger a {
        color: #ffffff;
    }

        .announcement-danger a:visited {
            color: #ffffff;
        }

    .announcement-danger .btn-link {
        color: #ffffff;
    }

        .announcement-danger .btn-link:hover,
        .announcement-danger .btn-link:focus,
        .announcement-danger .btn-link:active {
            color: #f2f2f2;
        }

        .announcement-danger .btn-link span {
            text-decoration: inherit;
            vertical-align: top;
        }

.announcement-danger-body {
    background-color: rgba(102, 102, 102, 0.9);
    color: #ffffff;
}

    .announcement-danger-body a {
        color: #ffffff;
    }

        .announcement-danger-body a:visited {
            color: #ffffff;
        }

.announcement-forced {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid none;
}

    .announcement-forced a {
        color: #000000;
    }

        .announcement-forced a:visited {
            color: #000000;
        }

    .announcement-forced .btn-link {
        color: #000000;
    }

        .announcement-forced .btn-link:hover,
        .announcement-forced .btn-link:focus,
        .announcement-forced .btn-link:active {
            color: #000000;
        }

        .announcement-forced .btn-link span {
            text-decoration: inherit;
            vertical-align: top;
        }

.announcement-forced-body {
    background-color: #e86900;
    color: #ffffff;
}

    .announcement-forced-body a {
        color: #ffffff;
    }

        .announcement-forced-body a:visited {
            color: #ffffff;
        }
/****************************************\
	Top-Error
\*****************************************/
/* Alerts that span top of website, ex: for holidays, system maintenance, etc. */
.top-error {
    background-color: #ffffff;
    border: none;
    border-radius: 0;
    padding: 0.5em 1.5em 0.5em 0.5em;
    position: relative;
}

    .top-error:after {
        content: "";
        clear: both;
        display: table;
    }

    .top-error > .top-error-dismiss {
        top: .5em;
    }

@media all and (min-width: 40em) {
    .top-error {
        text-align: center;
    }
}

.top-error-drop {
    background-color: rgba(255, 255, 255, 0.9);
    font-family: "Helvetica Neue", "Helvetica", "Targetica", "Arial", sans-serif;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1051;
}

    .top-error-drop > .top-error-dismiss:hover {
        color: #808080;
        cursor: pointer;
    }
/* Dismissal placement usually in top right of alert box */
.top-error-dismiss {
    padding: 0 0.25em;
    position: absolute;
    right: 0;
    top: 0;
}
/* High priority alert colors */
.top-error-danger {
    background-color: #e86900;
    color: #fcfcfc;
    border: 1px solid none;
}

    .top-error-danger a {
        color: #fcfcfc;
    }

        .top-error-danger a:visited {
            color: #fcfcfc;
        }

.top-error-danger-body {
    background-color: rgba(102, 102, 102, 0.9);
    color: white;
}

    .top-error-danger-body a {
        color: white;
    }

        .top-error-danger-body a:visited {
            color: white;
        }
/****************************************\

Header

\*****************************************/
.header {
    background: #cc0000;
    /* Old browsers */
    background: -moz-linear-gradient(left, #cc0000 33%, #cc0000 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(33%, #cc0000), color-stop(100%, #cc0000));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #cc0000 33%, #cc0000 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #cc0000 33%, #cc0000 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #cc0000 33%, #cc0000 100%);
    /* IE10+ */
    background: linear-gradient(to right, #cc0000 33%, #cc0000 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#cc0000',GradientType=1 );
    /* IE6-9 */
    border-bottom: 1px solid none;
    color: #ffffff;
    font-size: .8em;
    min-height: 3em;
    padding: .5em;
}

    .header:after {
        content: "";
        clear: both;
        display: table;
    }

    .header a {
        color: #ffffff;
    }

    .header .btn-link {
        color: #ffffff;
    }

        .header .btn-link:hover,
        .header .btn-link:focus,
        .header .btn-link:active {
            color: #f2f2f2;
        }

        .header .btn-link span {
            text-decoration: inherit;
            vertical-align: top;
        }

@media all and (min-width: 48em) {
    .header {
        padding: .5em 1em;
    }
}
/* Reins in logo and logout info for larger screens */
.header-main {
    margin: 0 auto;
    max-width: 1200px;
}

@media all and (min-width: 30em) {
    .header-branding {
        display: inline-block;
    }
}

.header-logo {
    display: block;
    max-height: 3em;
    text-align: center;
}

    .header-logo img {
        max-height: 3em;
        max-width: 280px;
    }

@media all and (min-width: 30em) {
    .header-logo {
        float: left;
        max-height: 6em;
        text-align: left;
    }

        .header-logo img {
            max-height: 4.5em;
            max-width: 350px;
        }
}

.header-name {
    display: block;
    font-size: 1.3em;
    text-align: center;
}

@media all and (min-width: 30em) {
    .header-name {
        display: inline-block;
        font-size: 1.7em;
        margin-left: 1em;
        text-align: left;
        margin-top: 1em;
        line-height: 1;
    }
}

.header-admin {
    margin-top: 1em;
}
/* Centers logo and financial institution name vertically if flexbox is supported */
.flexbox .header-main {
    display: flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: justify;
}

@media all and (min-width: 30em) {
    .flexbox .header-main {
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
}

@media all and (min-width: 30em) {
    .flexbox .header-branding {
        display: flexbox;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -ms-align-items: center;
        -webkit-align-items: center;
        align-items: center;
    }
}

.flexbox .header-logo {
    -ms-flex-basis: auto;
    -webkit-flex-basis: auto;
    flex-basis: auto;
}

@media all and (min-width: 30em) {
    .flexbox .header-name {
        margin-top: 0;
    }
}

.flexbox .header-admin {
    display: none;
}

@media all and (min-width: 48em) {
    .flexbox .header-admin {
        display: flexbox;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        margin-top: 0;
    }
}
/* Where account nickname goes on smaller screens next to the menu button */
.nickname-menu {
    color: #fff;
    padding: .75em;
    float: left;
}

    .nickname-menu a {
        color: #fff;
    }
/****************************************\

Menu

\*****************************************/
/* Adapted Brad Frost's toggle menu (http://codepen.io/bradfrost/pen/sHvaz) */
.main-nav {
    background-color: #005f83;
    border-bottom: 0 solid 0;
    position: relative !important;
    width: 100%;
    z-index: 1031;
}

    .main-nav:after {
        content: "";
        clear: both;
        display: table;
    }

@media all and (min-width: 63em) {
    .main-nav .main-nav {
        padding: 0 1em;
    }
}

.main-nav .btn-link {
    color: #fff;
}

    .main-nav .btn-link:hover,
    .main-nav .btn-link:focus,
    .main-nav .btn-link:active {
        color: #f2f2f2;
    }

    .main-nav .btn-link span {
        text-decoration: inherit;
    }

button.menu-toggle {
    color: #fff;
    display: block;
    float: right;
    padding: .75em .75em .75em 0;
}

@media all and (min-width: 63em) {
    button.menu-toggle {
        display: none;
    }
}

.menu,
.menu > ul ul {
    clear: both;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: none;
}

@media all and (min-width: 63em) {
    .menu,
    .menu > ul ul {
        background: none;
        max-height: none;
        overflow: visible;
        display: block;
    }
}

.menu.active,
.menu > ul ul.active {
    max-height: 55em;
    display: block;
}

.menu > ul {
    border-top: 1px solid #003a50;
}

.menu li {
    margin: 0;
}

    .menu li a {
        background-color: #005f83;
        border-bottom: 1px solid #003a50;
        color: #fff;
        display: block;
        padding: 0.8em;
        position: relative;
        text-align: left;
        text-decoration: none;
        text-transform: uppercase;
    }

        .menu li a:hover,
        .menu li a:focus,
        .menu li a:active {
            color: #e2e2e3;
            text-decoration: underline;
        }

@media all and (min-width: 63em) {
    .menu li a {
        background-color: transparent;
        border: 0;
        font-size: 0.9em;
    }
}

.menu li button {
    background-color: #005f83;
    border-bottom: 1px solid #003a50;
    color: #fff;
    display: block;
    padding: 0.8em;
    position: relative;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    width: 100%;
}

    .menu li button:hover,
    .menu li button:focus,
    .menu li button:active {
        color: #e2e2e3;
        text-decoration: underline;
    }

@media all and (min-width: 63em) {
    .menu li button {
        background-color: transparent;
        border: 0;
        font-size: 0.9em;
    }
}

.menu ul li ul {
    border: 1px solid transparent;
}

    .menu ul li ul li a {
        background-color: #003a50;
        color: #fff;
    }

        .menu ul li ul li a:hover {
            color: #e2e2e3;
        }

@media all and (min-width: 63em) {
    .menu {
        margin: 0 auto;
        text-align: center;
        border-bottom: 1px solid none;
    }

        .menu ul {
            border: 0;
            margin: 0 0 0 -0.25em;
        }

        .menu > ul ul {
            left: -9999px;
            position: absolute;
            top: 2.5em;
            width: 12em;
            -webkit-transition: none;
            transition: none;
        }

        .menu > ul li:hover > div > ul,
        .menu > ul li:focus > div > ul,
        .menu > ul li > div.open > ul {
            left: 0;
        }

        .menu li.has-subnav > a:hover {
            text-decoration: none;
        }

        .menu > ul > li {
            display: inline-block;
            position: relative;
        }

        .menu > ul ul.active {
            left: 0;
        }

        .menu > ul ul li {
            position: relative;
        }

            .menu > ul ul li:hover {
                z-index: 100;
            }
}

.main-nav a > [class*="icon-"] {
    color: #fff;
}
/****************************************\

Footer

\*****************************************/
.footer {
    background-color: #ffffff;
    border-top: 1px solid #d6d6d6;
    color: #333333;
    display: table-row;
    font-size: .8em;
    min-height: 5em;
    padding: .5em;
}

    .footer:after {
        content: "";
        clear: both;
        display: table;
    }

@media all and (min-width: 48em) {
}

.footer a {
    color: #333333;
}

    .footer a:hover,
    .footer a:visited {
        color: #333333;
    }

.main-footer {
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 2em;
}
/****************************************\

Buttons

\*****************************************/
.btn-active:after {
    content: "\2713";
    position: absolute;
    top: .3em;
    right: .5em;
}

.btn-group.open .dropdown-toggle {
    -moz-box-shadow: 0 3px 0 0 rgba(153, 0, 0, 0.9);
    -webkit-box-shadow: 0 3px 0 0 rgba(153, 0, 0, 0.9);
    box-shadow: 0 3px 0 0 rgba(153, 0, 0, 0.9);
}

    .btn-group.open .dropdown-toggle.btn-link {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

button.link {
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    border: none;
}

.icon-button {
    border: 0;
    background: transparent;
}

.btn {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #888888;
    border-radius: 4px;
    -moz-box-shadow: 0 3px 0 0 rgba(230, 230, 230, 0.9);
    -webkit-box-shadow: 0 3px 0 0 rgba(230, 230, 230, 0.9);
    box-shadow: 0 3px 0 0 rgba(230, 230, 230, 0.9);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0.5em;
    padding: 0.5em 1em;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    vertical-align: top;
}

    .btn:hover,
    .btn:focus,
    .btn:active {
        background-color: #e6e6e6;
        -moz-box-shadow: 0 3px 0 0 rgba(179, 179, 179, 0.9);
        -webkit-box-shadow: 0 3px 0 0 rgba(179, 179, 179, 0.9);
        box-shadow: 0 3px 0 0 rgba(179, 179, 179, 0.9);
        color: #333333;
    }

    .btn.disabled,
    .btn[disabled] {
        background-color: #ffffff;
        -moz-box-shadow: 0 3px 0 0 rgba(230, 230, 230, 0.9);
        -webkit-box-shadow: 0 3px 0 0 rgba(230, 230, 230, 0.9);
        box-shadow: 0 3px 0 0 rgba(230, 230, 230, 0.9);
        color: #333333;
    }

    .btn.btn-activatable {
        padding-right: 1.5em;
    }
/* Button Sizes */
.btn-xs {
    font-size: .8em;
    padding: 0.25em;
    -moz-box-shadow: 0 1px 0 0 rgba(230, 230, 230, 0.9);
    -webkit-box-shadow: 0 1px 0 0 rgba(230, 230, 230, 0.9);
    box-shadow: 0 1px 0 0 rgba(230, 230, 230, 0.9);
}

    .btn-xs:hover,
    .btn-xs:focus,
    .btn-xs:active {
        -moz-box-shadow: 0 1px 0 0 rgba(179, 179, 179, 0.9);
        -webkit-box-shadow: 0 1px 0 0 rgba(179, 179, 179, 0.9);
        box-shadow: 0 1px 0 0 rgba(179, 179, 179, 0.9);
    }

.btn-sm {
    font-size: .9em;
    padding: 0.2em 0.5em;
}

.btn-lg {
    font-size: 1.1em;
    padding: 1em 1.5em;
}
/* Button Variations */
.btn-primary,
.btn-success {
    background-color: #cc0000;
    -moz-box-shadow: 0 3px 0 0 rgba(153, 0, 0, 0.9);
    -webkit-box-shadow: 0 3px 0 0 rgba(153, 0, 0, 0.9);
    box-shadow: 0 3px 0 0 rgba(153, 0, 0, 0.9);
    color: #ffffff;
    border-color: transparent;
}

    .btn-primary:hover,
    .btn-success:hover,
    .btn-primary:focus,
    .btn-success:focus,
    .btn-primary:active,
    .btn-success:active {
        background-color: #990000;
        -moz-box-shadow: 0px 3px 0 0 rgba(51, 0, 0, 0.9);
        -webkit-box-shadow: 0px 3px 0 0 rgba(51, 0, 0, 0.9);
        box-shadow: 0px 3px 0 0 rgba(51, 0, 0, 0.9);
        color: #ffffff;
    }

    .btn-primary.btn-xs,
    .btn-success.btn-xs {
        -moz-box-shadow: 0 1px 0 0 rgba(153, 0, 0, 0.9);
        -webkit-box-shadow: 0 1px 0 0 rgba(153, 0, 0, 0.9);
        box-shadow: 0 1px 0 0 rgba(153, 0, 0, 0.9);
    }

        .btn-primary.btn-xs:hover,
        .btn-success.btn-xs:hover,
        .btn-primary.btn-xs:focus,
        .btn-success.btn-xs:focus,
        .btn-primary.btn-xs:active,
        .btn-success.btn-xs:active {
            -moz-box-shadow: 0 1px 0 0 rgba(51, 0, 0, 0.9);
            -webkit-box-shadow: 0 1px 0 0 rgba(51, 0, 0, 0.9);
            box-shadow: 0 1px 0 0 rgba(51, 0, 0, 0.9);
        }

    .btn-primary.disabled,
    .btn-success.disabled,
    .btn-primary[disabled],
    .btn-success[disabled] {
        background-color: #cc0000;
        -moz-box-shadow: 0 3px 0 0 rgba(153, 0, 0, 0.9);
        -webkit-box-shadow: 0 3px 0 0 rgba(153, 0, 0, 0.9);
        box-shadow: 0 3px 0 0 rgba(153, 0, 0, 0.9);
        color: #ffffff;
    }

.btn-muted {
    background-color: #d6d6d6;
    -moz-box-shadow: 0 3px 0 0 rgba(189, 189, 189, 0.9);
    -webkit-box-shadow: 0 3px 0 0 rgba(189, 189, 189, 0.9);
    box-shadow: 0 3px 0 0 rgba(189, 189, 189, 0.9);
    color: #333333;
    border-color: #d6d6d6;
}

    .btn-muted:hover,
    .btn-muted:focus,
    .btn-muted:active {
        background-color: #bdbdbd;
        -moz-box-shadow: 0 3px 0 0 rgba(138, 138, 138, 0.9);
        -webkit-box-shadow: 0 3px 0 0 rgba(138, 138, 138, 0.9);
        box-shadow: 0 3px 0 0 rgba(138, 138, 138, 0.9);
        color: #333333;
    }

    .btn-muted.btn-xs {
        -moz-box-shadow: 0 1px 0 0 rgba(189, 189, 189, 0.9);
        -webkit-box-shadow: 0 1px 0 0 rgba(189, 189, 189, 0.9);
        box-shadow: 0 1px 0 0 rgba(189, 189, 189, 0.9);
    }

        .btn-muted.btn-xs:hover,
        .btn-muted.btn-xs:focus,
        .btn-muted.btn-xs:active {
            -moz-box-shadow: 0 1px 0 0 rgba(138, 138, 138, 0.9);
            -webkit-box-shadow: 0 1px 0 0 rgba(138, 138, 138, 0.9);
            box-shadow: 0 1px 0 0 rgba(138, 138, 138, 0.9);
        }

    .btn-muted.disabled,
    .btn-muted[disabled] {
        background-color: #d6d6d6;
        -moz-box-shadow: 0 3px 0 0 rgba(189, 189, 189, 0.9);
        -webkit-box-shadow: 0 3px 0 0 rgba(189, 189, 189, 0.9);
        box-shadow: 0 3px 0 0 rgba(189, 189, 189, 0.9);
        color: #333333;
    }

.btn-danger {
    background-color: #ffffff;
    -moz-box-shadow: 0 3px 0 0 rgba(230, 230, 230, 0.9);
    -webkit-box-shadow: 0 3px 0 0 rgba(230, 230, 230, 0.9);
    box-shadow: 0 3px 0 0 rgba(230, 230, 230, 0.9);
    color: #333333;
    border-color: #888888;
}

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger:active {
        background-color: #e6e6e6;
        -moz-box-shadow: 0 3px 0 0 rgba(179, 179, 179, 0.9);
        -webkit-box-shadow: 0 3px 0 0 rgba(179, 179, 179, 0.9);
        box-shadow: 0 3px 0 0 rgba(179, 179, 179, 0.9);
        color: #333333;
    }

    .btn-danger.btn-xs {
        -moz-box-shadow: 0 1px 0 0 rgba(230, 230, 230, 0.9);
        -webkit-box-shadow: 0 1px 0 0 rgba(230, 230, 230, 0.9);
        box-shadow: 0 1px 0 0 rgba(230, 230, 230, 0.9);
    }

        .btn-danger.btn-xs:hover,
        .btn-danger.btn-xs:focus,
        .btn-danger.btn-xs:active {
            -moz-box-shadow: 0 1px 0 0 rgba(179, 179, 179, 0.9);
            -webkit-box-shadow: 0 1px 0 0 rgba(179, 179, 179, 0.9);
            box-shadow: 0 1px 0 0 rgba(179, 179, 179, 0.9);
        }

    .btn-danger.disabled,
    .btn-danger[disabled] {
        background-color: #d6d6d6;
        -moz-box-shadow: 0 3px 0 0 rgba(189, 189, 189, 0.9);
        -webkit-box-shadow: 0 3px 0 0 rgba(189, 189, 189, 0.9);
        box-shadow: 0 3px 0 0 rgba(189, 189, 189, 0.9);
        color: #333333;
    }

.btn-secondary,
.btn-info {
    background-color: #ffffff;
    -moz-box-shadow: 0 3px 0 0 rgba(230, 230, 230, 0.9);
    -webkit-box-shadow: 0 3px 0 0 rgba(230, 230, 230, 0.9);
    box-shadow: 0 3px 0 0 rgba(230, 230, 230, 0.9);
    color: #333333;
    border-color: #888888;
}

    .btn-secondary:hover,
    .btn-info:hover,
    .btn-secondary:focus,
    .btn-info:focus,
    .btn-secondary:active,
    .btn-info:active {
        background-color: #e6e6e6;
        -moz-box-shadow: 0 3px 0 0 rgba(179, 179, 179, 0.9);
        -webkit-box-shadow: 0 3px 0 0 rgba(179, 179, 179, 0.9);
        box-shadow: 0 3px 0 0 rgba(179, 179, 179, 0.9);
        color: #333333;
    }

    .btn-secondary.btn-xs,
    .btn-info.btn-xs {
        -moz-box-shadow: 0 1px 0 0 rgba(230, 230, 230, 0.9);
        -webkit-box-shadow: 0 1px 0 0 rgba(230, 230, 230, 0.9);
        box-shadow: 0 1px 0 0 rgba(230, 230, 230, 0.9);
    }

        .btn-secondary.btn-xs:hover,
        .btn-info.btn-xs:hover,
        .btn-secondary.btn-xs:focus,
        .btn-info.btn-xs:focus,
        .btn-secondary.btn-xs:active,
        .btn-info.btn-xs:active {
            -moz-box-shadow: 0 1px 0 0 rgba(179, 179, 179, 0.9);
            -webkit-box-shadow: 0 1px 0 0 rgba(179, 179, 179, 0.9);
            box-shadow: 0 1px 0 0 rgba(179, 179, 179, 0.9);
        }

    .btn-secondary.disabled,
    .btn-info.disabled,
    .btn-secondary[disabled],
    .btn-info[disabled] {
        background-color: #ffffff;
        -moz-box-shadow: 0 3px 0 0 rgba(230, 230, 230, 0.9);
        -webkit-box-shadow: 0 3px 0 0 rgba(230, 230, 230, 0.9);
        box-shadow: 0 3px 0 0 rgba(230, 230, 230, 0.9);
        color: #333333;
    }

.btn-active {
    background-color: #e6e6e6;
    -moz-box-shadow: 0 3px 0 0 rgba(179, 179, 179, 0.9);
    -webkit-box-shadow: 0 3px 0 0 rgba(179, 179, 179, 0.9);
    box-shadow: 0 3px 0 0 rgba(179, 179, 179, 0.9);
    color: #333333;
    position: relative;
}

    .btn-active:hover,
    .btn-active:focus,
    .btn-active:active {
        background-color: #e6e6e6;
        -moz-box-shadow: 0 3px 0 0 rgba(179, 179, 179, 0.9);
        -webkit-box-shadow: 0 3px 0 0 rgba(179, 179, 179, 0.9);
        box-shadow: 0 3px 0 0 rgba(179, 179, 179, 0.9);
        color: #333333;
    }

    .btn-active.btn-xs {
        -moz-box-shadow: 0 1px 0 0 rgba(230, 230, 230, 0.9);
        -webkit-box-shadow: 0 1px 0 0 rgba(230, 230, 230, 0.9);
        box-shadow: 0 1px 0 0 rgba(230, 230, 230, 0.9);
    }

        .btn-active.btn-xs:hover,
        .btn-active.btn-xs:focus,
        .btn-active.btn-xs:active {
            -moz-box-shadow: 0 1px 0 0 rgba(179, 179, 179, 0.9);
            -webkit-box-shadow: 0 1px 0 0 rgba(179, 179, 179, 0.9);
            box-shadow: 0 1px 0 0 rgba(179, 179, 179, 0.9);
        }

    .btn-active.disabled,
    .btn-active[disabled] {
        background-color: #e6e6e6;
        -moz-box-shadow: 0 3px 0 0 rgba(179, 179, 179, 0.9);
        -webkit-box-shadow: 0 3px 0 0 rgba(179, 179, 179, 0.9);
        box-shadow: 0 3px 0 0 rgba(179, 179, 179, 0.9);
        color: #333333;
    }
/* For a button that looks like a link.  */
.btn-link {
    background: none;
    border: none;
    box-shadow: none;
    color: #333333;
    padding-left: 0;
    padding-right: 0;
    text-decoration: underline;
}

    .btn-link:hover,
    .btn-link:focus,
    .btn-link:active {
        background: none;
        box-shadow: none;
        color: #888888;
        text-decoration: none;
    }

    .btn-link.disabled,
    .btn-link[disabled] {
        background: none;
        border: none;
        box-shadow: none;
    }
/* Fixes inline display default of <a> tags */
a.btn {
    color: #333333;
    display: inline-block;
}

    a.btn:visited {
        color: #333333;
    }

a.btn-primary {
    color: #ffffff;
}

    a.btn-primary:visited {
        color: #ffffff;
    }

a.btn-secondary {
    color: #333333;
}

    a.btn-secondary:visited {
        color: #333333;
    }

a.btn-muted {
    color: #333333;
}

    a.btn-muted:visited {
        color: #333333;
    }
/* Displays button as a full-width block element on smaller devices for easier clicking */
.btn-block {
    display: block;
    margin-bottom: .5em;
    margin-top: 0;
    text-align: center;
    width: 100%;
}

@media all and (min-width: 40em) {
    .btn-block {
        display: inline-block;
        width: auto;
    }
}

.btn-block + .btn-block {
    margin-top: 0;
}

.btn-100 {
    display: block;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    width: 100%;
}

.btn-drilldown {
    overflow: hidden;
    position: relative;
    padding-right: 2em;
}

    .btn-drilldown:after {
        content: "\2794";
        position: absolute;
        top: .3em;
        right: .5em;
    }

.btn-toggle {
    display: inline;
}

    .btn-toggle .btn-active {
        cursor: default;
    }

.btn-solo {
    margin-bottom: 0;
}

.btn-label {
    border: none;
    box-shadow: none;
    line-height: 1;
    margin-top: .5em;
    padding: .5em 1em;
}

.message-badge [class*="icon-"] {
    font-size: 150%;
}

.message-badge .badge {
    background-color: #e86900;
    color: #ffffff;
    font-size: 10px;
    padding: 2px 5px;
    min-width: inherit;
}

h4 .btn-sm {
    font-size: .9rem;
    font-family: "Helvetica Neue", "Helvetica", "Targetica", "Arial", sans-serif;
    padding: 0.2rem 0.5rem;
}
/****************************************\

Forms

\*****************************************/
.fieldset {
    margin: 0;
    padding: 0;
    border: none;
}
/* Used to wrap around label + input */
.field {
    padding-bottom: 1em;
}

label,
legend {
    border: none;
    display: inline-block;
    font-family: "Helvetica Neue", "Helvetica", "Targetica", "Arial", sans-serif;
    font-size: 1em;
    margin-bottom: .25em;
}

    label:after,
    legend:after {
        content: "";
        clear: both;
        display: table;
    }

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
    background-color: #ffffff;
    border: 1px solid #888888;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: inset 0 0 0 transparent;
    -webkit-box-shadow: inset 0 0 0 transparent;
    box-shadow: inset 0 0 0 transparent;
    color: #333333;
    display: inline-block;
    font-size: .9em;
    margin-bottom: 0.5em;
    margin-right: 2px;
    padding: 0.3em 0.5em;
    position: relative;
    vertical-align: middle;
    /* firefox 19+ */
    /* ie */
}

    input[type="text"][disabled],
    input[type="password"][disabled],
    input[type="date"][disabled],
    input[type="datetime"][disabled],
    input[type="datetime-local"][disabled],
    input[type="month"][disabled],
    input[type="week"][disabled],
    input[type="email"][disabled],
    input[type="number"][disabled],
    input[type="search"][disabled],
    input[type="tel"][disabled],
    input[type="time"][disabled],
    input[type="url"][disabled],
    textarea[disabled],
    select[disabled],
    input[type="text"][readonly],
    input[type="password"][readonly],
    input[type="date"][readonly],
    input[type="datetime"][readonly],
    input[type="datetime-local"][readonly],
    input[type="month"][readonly],
    input[type="week"][readonly],
    input[type="email"][readonly],
    input[type="number"][readonly],
    input[type="search"][readonly],
    input[type="tel"][readonly],
    input[type="time"][readonly],
    input[type="url"][readonly],
    textarea[readonly],
    select[readonly],
    fieldset[disabled] input[type="text"],
    fieldset[disabled] input[type="password"],
    fieldset[disabled] input[type="date"],
    fieldset[disabled] input[type="datetime"],
    fieldset[disabled] input[type="datetime-local"],
    fieldset[disabled] input[type="month"],
    fieldset[disabled] input[type="week"],
    fieldset[disabled] input[type="email"],
    fieldset[disabled] input[type="number"],
    fieldset[disabled] input[type="search"],
    fieldset[disabled] input[type="tel"],
    fieldset[disabled] input[type="time"],
    fieldset[disabled] input[type="url"],
    fieldset[disabled] textarea,
    fieldset[disabled] select {
        cursor: auto;
        opacity: .65;
    }

    input[type="text"]::-webkit-input-placeholder,
    input[type="password"]::-webkit-input-placeholder,
    input[type="date"]::-webkit-input-placeholder,
    input[type="datetime"]::-webkit-input-placeholder,
    input[type="datetime-local"]::-webkit-input-placeholder,
    input[type="month"]::-webkit-input-placeholder,
    input[type="week"]::-webkit-input-placeholder,
    input[type="email"]::-webkit-input-placeholder,
    input[type="number"]::-webkit-input-placeholder,
    input[type="search"]::-webkit-input-placeholder,
    input[type="tel"]::-webkit-input-placeholder,
    input[type="time"]::-webkit-input-placeholder,
    input[type="url"]::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder,
    select::-webkit-input-placeholder {
        color: #9a999c;
    }

    input[type="text"]::-moz-placeholder,
    input[type="password"]::-moz-placeholder,
    input[type="date"]::-moz-placeholder,
    input[type="datetime"]::-moz-placeholder,
    input[type="datetime-local"]::-moz-placeholder,
    input[type="month"]::-moz-placeholder,
    input[type="week"]::-moz-placeholder,
    input[type="email"]::-moz-placeholder,
    input[type="number"]::-moz-placeholder,
    input[type="search"]::-moz-placeholder,
    input[type="tel"]::-moz-placeholder,
    input[type="time"]::-moz-placeholder,
    input[type="url"]::-moz-placeholder,
    textarea::-moz-placeholder,
    select::-moz-placeholder {
        color: #9a999c;
    }

    input[type="text"]:-ms-input-placeholder,
    input[type="password"]:-ms-input-placeholder,
    input[type="date"]:-ms-input-placeholder,
    input[type="datetime"]:-ms-input-placeholder,
    input[type="datetime-local"]:-ms-input-placeholder,
    input[type="month"]:-ms-input-placeholder,
    input[type="week"]:-ms-input-placeholder,
    input[type="email"]:-ms-input-placeholder,
    input[type="number"]:-ms-input-placeholder,
    input[type="search"]:-ms-input-placeholder,
    input[type="tel"]:-ms-input-placeholder,
    input[type="time"]:-ms-input-placeholder,
    input[type="url"]:-ms-input-placeholder,
    textarea:-ms-input-placeholder,
    select:-ms-input-placeholder {
        color: #9a999c;
    }

    input[type="text"]:-moz-placeholder,
    input[type="password"]:-moz-placeholder,
    input[type="date"]:-moz-placeholder,
    input[type="datetime"]:-moz-placeholder,
    input[type="datetime-local"]:-moz-placeholder,
    input[type="month"]:-moz-placeholder,
    input[type="week"]:-moz-placeholder,
    input[type="email"]:-moz-placeholder,
    input[type="number"]:-moz-placeholder,
    input[type="search"]:-moz-placeholder,
    input[type="tel"]:-moz-placeholder,
    input[type="time"]:-moz-placeholder,
    input[type="url"]:-moz-placeholder,
    textarea:-moz-placeholder,
    select:-moz-placeholder {
        color: #9a999c;
    }

input[type="date"] {
    line-height: 1 !important;
}
/* Displays radio and checkboxes next to their labels */
input[type="checkbox"],
input[type="radio"] {
    display: inline-block !important;
    margin: 0;
    vertical-align: middle;
}
/* Clears inputs with a column class */
input[class^="col-"],
select[class^="col-"] {
    margin-bottom: .5em;
}

    input[class^="col-"]:after,
    select[class^="col-"]:after {
        content: "";
        clear: both;
        display: table;
    }

select {
    background: none;
    background-color: #ffffff;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #333333;
    font-size: .9em !important;
    /* to override angular settings */
    height: 31px;
    /* makes selects the same size as inputs and small buttons */
    margin-bottom: .5em;
    min-height: 2em;
    position: relative;
    vertical-align: middle;
}

.ie9-select select {
    min-width: 200px;
    max-width: 400px;
}

.checkboxes,
.radios {
    /* Differentiates checkbox and radio labels from overarching field label */
}

    .checkboxes > label,
    .radios > label {
        font-weight: normal;
    }

@media all and (min-width: 40em) {
    .checkboxes,
    .radios {
        font-size: .9em;
    }
}

.checkboxes input[type="text"],
.radios input[type="text"],
.checkboxes input[type="password"],
.radios input[type="password"],
.checkboxes input[type="date"],
.radios input[type="date"],
.checkboxes input[type="datetime"],
.radios input[type="datetime"],
.checkboxes input[type="datetime-local"],
.radios input[type="datetime-local"],
.checkboxes input[type="month"],
.radios input[type="month"],
.checkboxes input[type="week"],
.radios input[type="week"],
.checkboxes input[type="email"],
.radios input[type="email"],
.checkboxes input[type="number"],
.radios input[type="number"],
.checkboxes input[type="search"],
.radios input[type="search"],
.checkboxes input[type="tel"],
.radios input[type="tel"],
.checkboxes input[type="time"],
.radios input[type="time"],
.checkboxes input[type="url"],
.radios input[type="url"],
.checkboxes textarea,
.radios textarea,
.checkboxes select,
.radios select {
    font-size: 1em;
}

.checkboxes > .btn,
.radios > .btn {
    margin-bottom: .5em;
}

.input-block {
    width: 100%;
    margin-right: 0;
}
/* For inputs that are by themselves (search boxes in headers, etc.)*/
input.input-solo,
.fields-solo > * {
    margin-bottom: 0;
}
/* Stacked form: labels on top of inputs */
.form-stacked select,
.form-stacked input {
    display: block;
}

.form-stacked label,
.form-stacked p {
    display: block;
}

.form-stacked .btn {
    /* adds similar margin when buttons are in a form */
    margin-bottom: 0.5em;
}

.form-stacked .field {
    display: block;
}

    .form-stacked .field:after {
        content: "";
        clear: both;
        display: table;
    }
/* Horizontal form: labels to left of form */
@media all and (min-width: 48em) {
    .form-horizontal label {
        text-align: right;
        padding-right: .5em;
    }
}

.form-horizontal .field:after {
    content: "";
    clear: both;
    display: table;
}
/* For inputs that need to be aligned next to one another.  Also see .field-inline */
.input-inline {
    display: inline-block !important;
}

.field-condensed {
    padding-bottom: 0;
}

    .field-condensed .field {
        padding-bottom: .25em;
    }
/* Displays an input and a button attached to each other */
.field-group {
    display: table;
}

    .field-group > input,
    .field-group > select {
        display: table-cell;
        float: left;
        height: 31px;
        margin-bottom: 0;
        margin-right: 0;
        width: 100%;
    }

    .field-group > span {
        display: table-cell;
        vertical-align: middle;
        width: 1%;
    }

    .field-group .btn {
        font-size: .9em;
        padding: 0.2em 0.5em;
        border-radius: 0 4px 4px 0;
        box-shadow: none;
        line-height: 1.45;
        margin-bottom: 0;
        padding: 0.3em;
        height: 31px;
    }

        .field-group .btn:hover {
            box-shadow: none;
        }
/* make sure small buttons match input height in field group */
.text-small .field-group .btn {
    font-size: .9em;
}
/* Help text */
.form-help {
    color: #888888;
    line-height: 1;
    margin: 0;
    font-size: 90%;
}

@media all and (min-width: 48em) {
    .form-help {
        font-size: 80%;
    }
}
/* Remove additional margin when in a form */
form p {
    margin: 0;
}
/****************************************\

Grid

\*****************************************/
.grid {
    position: relative;
}

    .grid:after {
        content: "";
        clear: both;
        display: table;
    }
/* Regular columns that move to width: 100% at the breakpoint */
.col-5,
.col-10,
.col-15,
.col-20,
.col-25,
.col-30,
.col-33,
.col-35,
.col-40,
.col-45,
.col-50,
.col-55,
.col-60,
.col-65,
.col-70,
.col-75,
.col-80,
.col-85,
.col-90,
.col-95,
.col-100 {
    width: 100%;
}

@media all and (min-width: 48em) {
    [class*='col-'] {
        float: left;
        margin: 0;
    }

    .btn[class*='col-'] {
        margin-right: 2%;
    }

        .btn[class*='col-'] + .btn[class*='col-']:last-child {
            margin-right: 0;
        }

    .col-offset-100 {
        margin-left: 100%;
    }

    .col-100 {
        width: 100%;
    }

    .col-100-min {
        min-width: 100%;
    }

    .btn.col-100 {
        width: 98%;
    }

    .col-offset-95 {
        margin-left: 95%;
    }

    .col-95 {
        width: 95%;
    }

    .col-95-min {
        min-width: 95%;
    }

    .btn.col-95 {
        width: 93%;
    }

    .col-offset-90 {
        margin-left: 90%;
    }

    .col-90 {
        width: 90%;
    }

    .col-90-min {
        min-width: 90%;
    }

    .btn.col-90 {
        width: 88%;
    }

    .col-offset-85 {
        margin-left: 85%;
    }

    .col-85 {
        width: 85%;
    }

    .col-85-min {
        min-width: 85%;
    }

    .btn.col-85 {
        width: 83%;
    }

    .col-offset-80 {
        margin-left: 80%;
    }

    .col-80 {
        width: 80%;
    }

    .col-80-min {
        min-width: 80%;
    }

    .btn.col-80 {
        width: 78%;
    }

    .col-offset-75 {
        margin-left: 75%;
    }

    .col-75 {
        width: 75%;
    }

    .col-75-min {
        min-width: 75%;
    }

    .btn.col-75 {
        width: 73%;
    }

    .col-offset-70 {
        margin-left: 70%;
    }

    .col-70 {
        width: 70%;
    }

    .col-70-min {
        min-width: 70%;
    }

    .btn.col-70 {
        width: 68%;
    }

    .col-offset-65 {
        margin-left: 65%;
    }

    .col-65 {
        width: 65%;
    }

    .col-65-min {
        min-width: 65%;
    }

    .btn.col-65 {
        width: 63%;
    }

    .col-offset-60 {
        margin-left: 60%;
    }

    .col-60 {
        width: 60%;
    }

    .col-60-min {
        min-width: 60%;
    }

    .btn.col-60 {
        width: 58%;
    }

    .col-offset-55 {
        margin-left: 55%;
    }

    .col-55 {
        width: 55%;
    }

    .col-55-min {
        min-width: 55%;
    }

    .btn.col-55 {
        width: 53%;
    }

    .col-offset-50 {
        margin-left: 50%;
    }

    .col-50 {
        width: 50%;
    }

    .col-50-min {
        min-width: 50%;
    }

    .btn.col-50 {
        width: 48%;
    }

    .col-offset-45 {
        margin-left: 45%;
    }

    .col-45 {
        width: 45%;
    }

    .col-45-min {
        min-width: 45%;
    }

    .btn.col-45 {
        width: 43%;
    }

    .col-offset-40 {
        margin-left: 40%;
    }

    .col-40 {
        width: 40%;
    }

    .col-40-min {
        min-width: 40%;
    }

    .btn.col-40 {
        width: 38%;
    }

    .col-offset-35 {
        margin-left: 35%;
    }

    .col-35 {
        width: 35%;
    }

    .col-35-min {
        min-width: 35%;
    }

    .btn.col-35 {
        width: 33%;
    }

    .col-offset-30 {
        margin-left: 30%;
    }

    .col-30 {
        width: 30%;
    }

    .col-30-min {
        min-width: 30%;
    }

    .btn.col-30 {
        width: 28%;
    }

    .col-offset-25 {
        margin-left: 25%;
    }

    .col-25 {
        width: 25%;
    }

    .col-25-min {
        min-width: 25%;
    }

    .btn.col-25 {
        width: 23%;
    }

    .col-offset-20 {
        margin-left: 20%;
    }

    .col-20 {
        width: 20%;
    }

    .col-20-min {
        min-width: 20%;
    }

    .btn.col-20 {
        width: 18%;
    }

    .col-offset-15 {
        margin-left: 15%;
    }

    .col-15 {
        width: 15%;
    }

    .col-15-min {
        min-width: 15%;
    }

    .btn.col-15 {
        width: 13%;
    }

    .col-offset-10 {
        margin-left: 10%;
    }

    .col-10 {
        width: 10%;
    }

    .col-10-min {
        min-width: 10%;
    }

    .btn.col-10 {
        width: 8%;
    }

    .col-offset-5 {
        margin-left: 5%;
    }

    .col-5 {
        width: 5%;
    }

    .col-5-min {
        min-width: 5%;
    }

    .btn.col-5 {
        width: 3%;
    }

    .col-33 {
        width: 33.33%;
    }

    .col-16 {
        width: 16.66%;
    }

    .btn.col-33 {
        width: 31.33%;
    }

    .col-right {
        float: right !important;
    }

    .col-text-right {
        text-align: right;
    }
}
/* Columns that are constant no matter viewport width */
.col-c-offset-100 {
    margin-left: 100%;
}

.col-c-100 {
    float: left;
    width: 100%;
}

.btn.col-c-100 {
    width: 99%;
}

.col-c-offset-99 {
    margin-left: 99%;
}

.col-c-99 {
    float: left;
    width: 99%;
}

.btn.col-c-99 {
    width: 98%;
}

.col-c-offset-98 {
    margin-left: 98%;
}

.col-c-98 {
    float: left;
    width: 98%;
}

.btn.col-c-98 {
    width: 97%;
}

.col-c-offset-97 {
    margin-left: 97%;
}

.col-c-97 {
    float: left;
    width: 97%;
}

.btn.col-c-97 {
    width: 96%;
}

.col-c-offset-96 {
    margin-left: 96%;
}

.col-c-96 {
    float: left;
    width: 96%;
}

.btn.col-c-96 {
    width: 95%;
}

.col-c-offset-95 {
    margin-left: 95%;
}

.col-c-95 {
    float: left;
    width: 95%;
}

.btn.col-c-95 {
    width: 94%;
}

.col-c-offset-94 {
    margin-left: 94%;
}

.col-c-94 {
    float: left;
    width: 94%;
}

.btn.col-c-94 {
    width: 93%;
}

.col-c-offset-93 {
    margin-left: 93%;
}

.col-c-93 {
    float: left;
    width: 93%;
}

.btn.col-c-93 {
    width: 92%;
}

.col-c-offset-92 {
    margin-left: 92%;
}

.col-c-92 {
    float: left;
    width: 92%;
}

.btn.col-c-92 {
    width: 91%;
}

.col-c-offset-91 {
    margin-left: 91%;
}

.col-c-91 {
    float: left;
    width: 91%;
}

.btn.col-c-91 {
    width: 90%;
}

.col-c-offset-90 {
    margin-left: 90%;
}

.col-c-90 {
    float: left;
    width: 90%;
}

.btn.col-c-90 {
    width: 89%;
}

.col-c-offset-89 {
    margin-left: 89%;
}

.col-c-89 {
    float: left;
    width: 89%;
}

.btn.col-c-89 {
    width: 88%;
}

.col-c-offset-88 {
    margin-left: 88%;
}

.col-c-88 {
    float: left;
    width: 88%;
}

.btn.col-c-88 {
    width: 87%;
}

.col-c-offset-87 {
    margin-left: 87%;
}

.col-c-87 {
    float: left;
    width: 87%;
}

.btn.col-c-87 {
    width: 86%;
}

.col-c-offset-86 {
    margin-left: 86%;
}

.col-c-86 {
    float: left;
    width: 86%;
}

.btn.col-c-86 {
    width: 85%;
}

.col-c-offset-85 {
    margin-left: 85%;
}

.col-c-85 {
    float: left;
    width: 85%;
}

.btn.col-c-85 {
    width: 84%;
}

.col-c-offset-84 {
    margin-left: 84%;
}

.col-c-84 {
    float: left;
    width: 84%;
}

.btn.col-c-84 {
    width: 83%;
}

.col-c-offset-83 {
    margin-left: 83%;
}

.col-c-83 {
    float: left;
    width: 83%;
}

.btn.col-c-83 {
    width: 82%;
}

.col-c-offset-82 {
    margin-left: 82%;
}

.col-c-82 {
    float: left;
    width: 82%;
}

.btn.col-c-82 {
    width: 81%;
}

.col-c-offset-81 {
    margin-left: 81%;
}

.col-c-81 {
    float: left;
    width: 81%;
}

.btn.col-c-81 {
    width: 80%;
}

.col-c-offset-80 {
    margin-left: 80%;
}

.col-c-80 {
    float: left;
    width: 80%;
}

.btn.col-c-80 {
    width: 79%;
}

.col-c-offset-79 {
    margin-left: 79%;
}

.col-c-79 {
    float: left;
    width: 79%;
}

.btn.col-c-79 {
    width: 78%;
}

.col-c-offset-78 {
    margin-left: 78%;
}

.col-c-78 {
    float: left;
    width: 78%;
}

.btn.col-c-78 {
    width: 77%;
}

.col-c-offset-77 {
    margin-left: 77%;
}

.col-c-77 {
    float: left;
    width: 77%;
}

.btn.col-c-77 {
    width: 76%;
}

.col-c-offset-76 {
    margin-left: 76%;
}

.col-c-76 {
    float: left;
    width: 76%;
}

.btn.col-c-76 {
    width: 75%;
}

.col-c-offset-75 {
    margin-left: 75%;
}

.col-c-75 {
    float: left;
    width: 75%;
}

.btn.col-c-75 {
    width: 74%;
}

.col-c-offset-74 {
    margin-left: 74%;
}

.col-c-74 {
    float: left;
    width: 74%;
}

.btn.col-c-74 {
    width: 73%;
}

.col-c-offset-73 {
    margin-left: 73%;
}

.col-c-73 {
    float: left;
    width: 73%;
}

.btn.col-c-73 {
    width: 72%;
}

.col-c-offset-72 {
    margin-left: 72%;
}

.col-c-72 {
    float: left;
    width: 72%;
}

.btn.col-c-72 {
    width: 71%;
}

.col-c-offset-71 {
    margin-left: 71%;
}

.col-c-71 {
    float: left;
    width: 71%;
}

.btn.col-c-71 {
    width: 70%;
}

.col-c-offset-70 {
    margin-left: 70%;
}

.col-c-70 {
    float: left;
    width: 70%;
}

.btn.col-c-70 {
    width: 69%;
}

.col-c-offset-69 {
    margin-left: 69%;
}

.col-c-69 {
    float: left;
    width: 69%;
}

.btn.col-c-69 {
    width: 68%;
}

.col-c-offset-68 {
    margin-left: 68%;
}

.col-c-68 {
    float: left;
    width: 68%;
}

.btn.col-c-68 {
    width: 67%;
}

.col-c-offset-67 {
    margin-left: 67%;
}

.col-c-67 {
    float: left;
    width: 67%;
}

.btn.col-c-67 {
    width: 66%;
}

.col-c-offset-66 {
    margin-left: 66%;
}

.col-c-66 {
    float: left;
    width: 66%;
}

.btn.col-c-66 {
    width: 65%;
}

.col-c-offset-65 {
    margin-left: 65%;
}

.col-c-65 {
    float: left;
    width: 65%;
}

.btn.col-c-65 {
    width: 64%;
}

.col-c-offset-64 {
    margin-left: 64%;
}

.col-c-64 {
    float: left;
    width: 64%;
}

.btn.col-c-64 {
    width: 63%;
}

.col-c-offset-63 {
    margin-left: 63%;
}

.col-c-63 {
    float: left;
    width: 63%;
}

.btn.col-c-63 {
    width: 62%;
}

.col-c-offset-62 {
    margin-left: 62%;
}

.col-c-62 {
    float: left;
    width: 62%;
}

.btn.col-c-62 {
    width: 61%;
}

.col-c-offset-61 {
    margin-left: 61%;
}

.col-c-61 {
    float: left;
    width: 61%;
}

.btn.col-c-61 {
    width: 60%;
}

.col-c-offset-60 {
    margin-left: 60%;
}

.col-c-60 {
    float: left;
    width: 60%;
}

.btn.col-c-60 {
    width: 59%;
}

.col-c-offset-59 {
    margin-left: 59%;
}

.col-c-59 {
    float: left;
    width: 59%;
}

.btn.col-c-59 {
    width: 58%;
}

.col-c-offset-58 {
    margin-left: 58%;
}

.col-c-58 {
    float: left;
    width: 58%;
}

.btn.col-c-58 {
    width: 57%;
}

.col-c-offset-57 {
    margin-left: 57%;
}

.col-c-57 {
    float: left;
    width: 57%;
}

.btn.col-c-57 {
    width: 56%;
}

.col-c-offset-56 {
    margin-left: 56%;
}

.col-c-56 {
    float: left;
    width: 56%;
}

.btn.col-c-56 {
    width: 55%;
}

.col-c-offset-55 {
    margin-left: 55%;
}

.col-c-55 {
    float: left;
    width: 55%;
}

.btn.col-c-55 {
    width: 54%;
}

.col-c-offset-54 {
    margin-left: 54%;
}

.col-c-54 {
    float: left;
    width: 54%;
}

.btn.col-c-54 {
    width: 53%;
}

.col-c-offset-53 {
    margin-left: 53%;
}

.col-c-53 {
    float: left;
    width: 53%;
}

.btn.col-c-53 {
    width: 52%;
}

.col-c-offset-52 {
    margin-left: 52%;
}

.col-c-52 {
    float: left;
    width: 52%;
}

.btn.col-c-52 {
    width: 51%;
}

.col-c-offset-51 {
    margin-left: 51%;
}

.col-c-51 {
    float: left;
    width: 51%;
}

.btn.col-c-51 {
    width: 50%;
}

.col-c-offset-50 {
    margin-left: 50%;
}

.col-c-50 {
    float: left;
    width: 50%;
}

.btn.col-c-50 {
    width: 49%;
}

.col-c-offset-49 {
    margin-left: 49%;
}

.col-c-49 {
    float: left;
    width: 49%;
}

.btn.col-c-49 {
    width: 48%;
}

.col-c-offset-48 {
    margin-left: 48%;
}

.col-c-48 {
    float: left;
    width: 48%;
}

.btn.col-c-48 {
    width: 47%;
}

.col-c-offset-47 {
    margin-left: 47%;
}

.col-c-47 {
    float: left;
    width: 47%;
}

.btn.col-c-47 {
    width: 46%;
}

.col-c-offset-46 {
    margin-left: 46%;
}

.col-c-46 {
    float: left;
    width: 46%;
}

.btn.col-c-46 {
    width: 45%;
}

.col-c-offset-45 {
    margin-left: 45%;
}

.col-c-45 {
    float: left;
    width: 45%;
}

.btn.col-c-45 {
    width: 44%;
}

.col-c-offset-44 {
    margin-left: 44%;
}

.col-c-44 {
    float: left;
    width: 44%;
}

.btn.col-c-44 {
    width: 43%;
}

.col-c-offset-43 {
    margin-left: 43%;
}

.col-c-43 {
    float: left;
    width: 43%;
}

.btn.col-c-43 {
    width: 42%;
}

.col-c-offset-42 {
    margin-left: 42%;
}

.col-c-42 {
    float: left;
    width: 42%;
}

.btn.col-c-42 {
    width: 41%;
}

.col-c-offset-41 {
    margin-left: 41%;
}

.col-c-41 {
    float: left;
    width: 41%;
}

.btn.col-c-41 {
    width: 40%;
}

.col-c-offset-40 {
    margin-left: 40%;
}

.col-c-40 {
    float: left;
    width: 40%;
}

.btn.col-c-40 {
    width: 39%;
}

.col-c-offset-39 {
    margin-left: 39%;
}

.col-c-39 {
    float: left;
    width: 39%;
}

.btn.col-c-39 {
    width: 38%;
}

.col-c-offset-38 {
    margin-left: 38%;
}

.col-c-38 {
    float: left;
    width: 38%;
}

.btn.col-c-38 {
    width: 37%;
}

.col-c-offset-37 {
    margin-left: 37%;
}

.col-c-37 {
    float: left;
    width: 37%;
}

.btn.col-c-37 {
    width: 36%;
}

.col-c-offset-36 {
    margin-left: 36%;
}

.col-c-36 {
    float: left;
    width: 36%;
}

.btn.col-c-36 {
    width: 35%;
}

.col-c-offset-35 {
    margin-left: 35%;
}

.col-c-35 {
    float: left;
    width: 35%;
}

.btn.col-c-35 {
    width: 34%;
}

.col-c-offset-34 {
    margin-left: 34%;
}

.col-c-34 {
    float: left;
    width: 34%;
}

.btn.col-c-34 {
    width: 33%;
}

.col-c-offset-33 {
    margin-left: 33%;
}

.col-c-33 {
    float: left;
    width: 33%;
}

.btn.col-c-33 {
    width: 32%;
}

.col-c-offset-32 {
    margin-left: 32%;
}

.col-c-32 {
    float: left;
    width: 32%;
}

.btn.col-c-32 {
    width: 31%;
}

.col-c-offset-31 {
    margin-left: 31%;
}

.col-c-31 {
    float: left;
    width: 31%;
}

.btn.col-c-31 {
    width: 30%;
}

.col-c-offset-30 {
    margin-left: 30%;
}

.col-c-30 {
    float: left;
    width: 30%;
}

.btn.col-c-30 {
    width: 29%;
}

.col-c-offset-29 {
    margin-left: 29%;
}

.col-c-29 {
    float: left;
    width: 29%;
}

.btn.col-c-29 {
    width: 28%;
}

.col-c-offset-28 {
    margin-left: 28%;
}

.col-c-28 {
    float: left;
    width: 28%;
}

.btn.col-c-28 {
    width: 27%;
}

.col-c-offset-27 {
    margin-left: 27%;
}

.col-c-27 {
    float: left;
    width: 27%;
}

.btn.col-c-27 {
    width: 26%;
}

.col-c-offset-26 {
    margin-left: 26%;
}

.col-c-26 {
    float: left;
    width: 26%;
}

.btn.col-c-26 {
    width: 25%;
}

.col-c-offset-25 {
    margin-left: 25%;
}

.col-c-25 {
    float: left;
    width: 25%;
}

.btn.col-c-25 {
    width: 24%;
}

.col-c-offset-24 {
    margin-left: 24%;
}

.col-c-24 {
    float: left;
    width: 24%;
}

.btn.col-c-24 {
    width: 23%;
}

.col-c-offset-23 {
    margin-left: 23%;
}

.col-c-23 {
    float: left;
    width: 23%;
}

.btn.col-c-23 {
    width: 22%;
}

.col-c-offset-22 {
    margin-left: 22%;
}

.col-c-22 {
    float: left;
    width: 22%;
}

.btn.col-c-22 {
    width: 21%;
}

.col-c-offset-21 {
    margin-left: 21%;
}

.col-c-21 {
    float: left;
    width: 21%;
}

.btn.col-c-21 {
    width: 20%;
}

.col-c-offset-20 {
    margin-left: 20%;
}

.col-c-20 {
    float: left;
    width: 20%;
}

.btn.col-c-20 {
    width: 19%;
}

.col-c-offset-19 {
    margin-left: 19%;
}

.col-c-19 {
    float: left;
    width: 19%;
}

.btn.col-c-19 {
    width: 18%;
}

.col-c-offset-18 {
    margin-left: 18%;
}

.col-c-18 {
    float: left;
    width: 18%;
}

.btn.col-c-18 {
    width: 17%;
}

.col-c-offset-17 {
    margin-left: 17%;
}

.col-c-17 {
    float: left;
    width: 17%;
}

.btn.col-c-17 {
    width: 16%;
}

.col-c-offset-16 {
    margin-left: 16%;
}

.col-c-16 {
    float: left;
    width: 16%;
}

.btn.col-c-16 {
    width: 15%;
}

.col-c-offset-15 {
    margin-left: 15%;
}

.col-c-15 {
    float: left;
    width: 15%;
}

.btn.col-c-15 {
    width: 14%;
}

.col-c-offset-14 {
    margin-left: 14%;
}

.col-c-14 {
    float: left;
    width: 14%;
}

.btn.col-c-14 {
    width: 13%;
}

.col-c-offset-13 {
    margin-left: 13%;
}

.col-c-13 {
    float: left;
    width: 13%;
}

.btn.col-c-13 {
    width: 12%;
}

.col-c-offset-12 {
    margin-left: 12%;
}

.col-c-12 {
    float: left;
    width: 12%;
}

.btn.col-c-12 {
    width: 11%;
}

.col-c-offset-11 {
    margin-left: 11%;
}

.col-c-11 {
    float: left;
    width: 11%;
}

.btn.col-c-11 {
    width: 10%;
}

.col-c-offset-10 {
    margin-left: 10%;
}

.col-c-10 {
    float: left;
    width: 10%;
}

.btn.col-c-10 {
    width: 9%;
}

.col-c-offset-9 {
    margin-left: 9%;
}

.col-c-9 {
    float: left;
    width: 9%;
}

.btn.col-c-9 {
    width: 8%;
}

.col-c-offset-8 {
    margin-left: 8%;
}

.col-c-8 {
    float: left;
    width: 8%;
}

.btn.col-c-8 {
    width: 7%;
}

.col-c-offset-7 {
    margin-left: 7%;
}

.col-c-7 {
    float: left;
    width: 7%;
}

.btn.col-c-7 {
    width: 6%;
}

.col-c-offset-6 {
    margin-left: 6%;
}

.col-c-6 {
    float: left;
    width: 6%;
}

.btn.col-c-6 {
    width: 5%;
}

.col-c-offset-5 {
    margin-left: 5%;
}

.col-c-5 {
    float: left;
    width: 5%;
}

.btn.col-c-5 {
    width: 4%;
}

.col-c-offset-4 {
    margin-left: 4%;
}

.col-c-4 {
    float: left;
    width: 4%;
}

.btn.col-c-4 {
    width: 3%;
}

.col-c-offset-3 {
    margin-left: 3%;
}

.col-c-3 {
    float: left;
    width: 3%;
}

.btn.col-c-3 {
    width: 2%;
}

.col-c-offset-2 {
    margin-left: 2%;
}

.col-c-2 {
    float: left;
    width: 2%;
}

.btn.col-c-2 {
    width: 1%;
}

.col-c-offset-1 {
    margin-left: 1%;
}

.col-c-1 {
    float: left;
    width: 1%;
}

.btn.col-c-1 {
    width: 0%;
}

.col-c-33 {
    width: 33.33%;
}

.col-c-16 {
    width: 16.66%;
}

.btn.col-c-33 {
    width: 31.33%;
}
/* For the expense management buttons use case*/
.btn.col-c-50-33 {
    float: left;
    margin-bottom: .5em;
    width: 48%;
}

@media all and (min-width: 63em) {
    .btn.col-c-50-33 {
        width: 31.33%;
    }
}

.btn[class*='col-c'] {
    margin-right: 2%;
}

    .btn[class*='col-c'] + .btn[class*='col-c']:last-child {
        margin-right: 0;
    }
/****************************************\

Module

\*****************************************/
/* Adds padding + margin around a particular item on the page */
.module {
    background-color: transparent;
    margin: 0.5em 0;
    padding: 0.5em;
}

    .module:after {
        content: "";
        clear: both;
        display: table;
    }

@media all and (min-width: 30em) {
    .module {
        margin: 0.5em;
        padding: 1em;
    }
}

.module.module-clear {
    padding: 0;
}

@media all and (min-width: 30em) {
    .module.module-clear {
        padding: 0;
    }
}
/* Mostly used in nesting */
.module-condensed {
    margin: 0;
}

.module-border {
    border: 1px solid #edebeb;
}

.module-light {
    background-color: #ffffff;
}

.module-dark {
    background-color: #f7f7f7;
}
/* Evens out margin when modules are stacked*/
.module + .module {
    margin-top: 1em;
}
/* To not double up borders when 2 bordered modules are next to each other */
.module-border + .module-border {
    border-top: none;
}
/* Fixes doubled-up margins */
.module > .module {
    margin: 0;
}
    /* Fixes extra margin at end of a box */
    .module > .module:last-child {
        margin-bottom: 0;
    }
/****************************************\

Lists

\*****************************************/
/* UL lists */
.list-unordered > li {
    list-style-type: square;
    list-style-position: outside;
    margin-left: 1rem;
    position: relative;
}
/*  OL lists */
.list-ordered > li {
    list-style-type: decimal;
    list-style-position: inside;
}
/* Header for a larger (non ul, usually) list */
.list-header {
    border-bottom: 1px solid #edebeb;
    margin: 0;
    position: relative;
    padding: 1em 0.5em;
}

@media all and (min-width: 30em) {
    .list-header {
        padding: 1em;
    }
}

.list-header.highlighted {
    background-color: #f0f0f1;
}

.list-header > h3,
.list-header > h4,
.list-header > h5,
.list-header > input,
.list-header > .btn {
    margin: 0;
}

.list-header .subheader {
    margin-top: .3rem;
}

.list-item .text-highlight {
    text-decoration: underline;
}

.list-item:hover .text-highlight {
    text-decoration: none;
}
/* Border between items */
.list-item {
    border-bottom: 1px solid #edebeb;
    padding: 0.5em 1em;
    position: relative;
    margin-bottom: 0;
}

    .list-item:after {
        content: "";
        clear: both;
        display: table;
    }

    .list-item h4 {
        margin-bottom: 0;
    }
    /* Lines up buttons correctly */
    .list-item .btn {
        margin-top: 0;
    }
/****************************************\

Labels

\*****************************************/
.label {
    background-color: #333333;
    border: #ffffff 1px solid;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    font-size: .8em;
    font-weight: normal !important;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    padding: 0.5em;
    text-decoration: none;
}
/* Labels with closes need specific padding to show the close icon - used in transaction filters */
.label-x {
    position: relative;
    display: inline-block;
    padding: 0.5em 1em;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .label-x .close {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        width: 100%;
        padding: 0.5em;
        text-align: right;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .label-x .close:after {
            content: "x";
        }

    .label-x:hover,
    .label-x:focus,
    .label-x:active {
        background-color: #1a1a1a;
        color: #ffffff;
        opacity: 1;
        padding-right: 1.5em;
        padding-left: 0.5em;
    }

        .label-x:hover .close,
        .label-x:focus .close,
        .label-x:active .close {
            filter: none;
            opacity: 1;
            padding: 0.5em;
        }

            .label-x:hover .close:after,
            .label-x:focus .close:after,
            .label-x:active .close:after {
                color: #ffffff;
            }

.label + .label {
    margin-left: 0.5em;
}
/* For merchant funded rewards footer area*/
.list-footer {
    border-top: 1px solid #edebeb;
    margin-top: 1em;
    padding: 1em 1em 0 1em;
}
/****************************************\

Navicon

\*****************************************/
.lte-ie8 .navicon-button {
    display: none !important;
}

.navicon-button {
    cursor: pointer;
    display: inline-block;
    position: relative;
    /* To absolutely position elements inside */
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: middle;
}

.navicon {
    /* Center bar */
    background-color: #333333;
    display: block;
    height: 0.2em;
    margin-bottom: 0.2em;
    position: relative;
    width: 0.9em;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .navicon:after,
    .navicon:before {
        /* Top and bottom bars */
        background-color: #333333;
        content: "";
        display: block;
        height: 0.2em;
        position: absolute;
        width: 0.9em;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
/* Hamburger */
.navicon-button.x {
    margin-right: .3em;
}

    .navicon-button.x .navicon {
        /* Positioning top and bottom bars */
        background-color: #fff;
    }

        .navicon-button.x .navicon:after {
            background-color: #fff;
            top: 0.3em;
        }

        .navicon-button.x .navicon:before {
            background-color: #fff;
            top: -0.3em;
        }

.open.x .navicon {
    /* Angles bars to make the X */
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

    .open.x .navicon:after {
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        top: 0;
    }

    .open.x .navicon:before {
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        top: 0;
    }
/* Plus sign */
.plus .navicon:after {
    /* Rotates from horizontal to vertical for initial state*/
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.open.plus .navicon {
    /* Don't have to rotate the whole thing 180 degrees but it makes the animation look a little spiffier */
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

    .open.plus .navicon:after {
        /* Vertical back to horizontal */
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.list-header .navicon,
.list-header .navicon:before,
.list-header .navicon:after {
    background-color: #333333;
}
/****************************************\

Pagination

\*****************************************/
.pagination {
    border-radius: 0;
    display: inline-block;
    margin: 1em;
    padding-left: 0;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            background-color: #ffffff;
            border: 1px solid #888888;
            color: #333333;
            float: left;
            line-height: 1;
            margin-left: -1px;
            padding: .5em;
            position: relative;
            text-decoration: none;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-radius: 0 0 0 0;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-radius: 0 0 0 0;
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            background-color: #ffffff;
            border-color: #ffffff;
            color: #333333;
            cursor: pointer;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        background-color: #ffffff;
        border-color: #888888;
        color: #333333;
        cursor: default;
        z-index: 2;
    }

    .pagination > .disabled > a,
    .pagination > .disabled > span {
        background-color: #d6d6d6;
        border-color: #d6d6d6;
        color: #333333;
    }

        .pagination > .disabled > a:hover,
        .pagination > .disabled > span:hover,
        .pagination > .disabled > a:focus,
        .pagination > .disabled > span:focus {
            border-color: #edebeb;
        }
/****************************************\

Nav Tabs

\*****************************************/
.nav-tabs {
    display: flex;
    border-bottom: 0;
    width: 100%;
}

    .nav-tabs:after {
        content: "";
        clear: both;
        display: table;
    }

    .nav-tabs > li {
        display: flex;
        float: left;
        position: relative;
        text-align: center;
    }

        .nav-tabs > li:after {
            content: "";
            clear: both;
            display: table;
        }

        .nav-tabs > li a,
        .nav-tabs > li span {
            background-color: #ac0000;
            border: none;
            border-radius: 0;
            color: #ffffff;
            display: block;
            font-size: .8em;
            margin-right: 2px;
            padding: .5em .1em;
            text-decoration: none;
            word-break: break-word;
            width: 100%;
        }

            .nav-tabs > li a:hover,
            .nav-tabs > li span:hover {
                background-color: #790000;
            }

@media all and (min-width: 63em) {
    .nav-tabs > li a,
    .nav-tabs > li span {
        font-size: 1em;
        padding: .5em 0 .5em .5em;
        word-break: normal;
    }
}

.nav-tabs > li.active > a,
.nav-tabs > li.active span {
    background-color: #cc0000;
    border: none;
    color: #ffffff;
}

    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active span:hover,
    .nav-tabs > li.active > a:focus,
    .nav-tabs > li.active span:focus {
        background-color: #cc0000;
        border: none;
        color: #ffffff;
        cursor: default;
    }

@media all and (min-width: 48em) {
    .nav-tabs > li {
        margin: 0;
    }
}

.adjustable-tabs .nav-tabs li:nth-child(1):nth-last-child(1),
.adjustable-tabs li:nth-child(1):nth-last-child(1) ~ li {
    width: 100%;
}

.adjustable-tabs .nav-tabs li:nth-child(1):nth-last-child(2),
.adjustable-tabs li:nth-child(1):nth-last-child(2) ~ li {
    width: 50%;
}

.adjustable-tabs .nav-tabs li:nth-child(1):nth-last-child(3),
.adjustable-tabs li:nth-child(1):nth-last-child(3) ~ li {
    width: 33.3%;
}

.tabs-tall li a,
.tabs-tall li span {
    min-height: 50px;
}

@media all and (min-width: 30em) {
    .tabs-tall li a,
    .tabs-tall li span {
        min-height: inherit;
    }
}

.tabs-bottom > ul > li {
    margin-bottom: 0;
    z-index: 1;
}

    .tabs-bottom > ul > li.active:after {
        border: solid transparent;
        border-top-color: #cc0000;
        border-width: .5em;
        content: "";
        height: 0;
        left: 50%;
        margin-left: -0.5em;
        position: absolute;
        pointer-events: none;
        top: 100%;
        width: 0;
        z-index: 10;
    }

.tabs-bottom > .nav-tabs > li:last-child a {
    margin-right: 0;
}

.tabs-right > li {
    border: 1px solid #ffffff;
    margin-bottom: 0;
}

    .tabs-right > li > span {
        margin-right: 0;
    }

        .tabs-right > li > span:hover {
            background-color: #ac0000;
        }

    .tabs-right > li.active:after {
        border: solid transparent;
        border-top-color: #cc0000;
        border-width: .5em;
        content: "";
        height: 0;
        left: 50%;
        margin-left: -0.5em;
        pointer-events: none;
        position: absolute;
        top: 100%;
        width: 0;
        z-index: 10;
    }

@media all and (min-width: 48em) {
    .tabs-right > li:after {
        border-top: 1.2em solid transparent;
        border-bottom: 1.2em solid transparent;
        border-left: 0.5em solid #ac0000;
        content: " ";
        display: block;
        height: 0;
        left: 100%;
        margin-top: -1.2em;
        position: absolute;
        top: 50%;
        width: 0;
        z-index: 2;
    }

    .tabs-right > li:before {
        border-top: 1.2em solid transparent;
        border-bottom: 1.2em solid transparent;
        border-left: .5em solid white;
        content: " ";
        display: block;
        height: 0;
        left: 100%;
        margin-top: -1.2em;
        margin-left: 2px;
        position: absolute;
        top: 50%;
        width: 0;
        z-index: 1;
    }

    .tabs-right > li.active:after {
        border-top: 1.2em solid transparent;
        border-bottom: 1.2em solid transparent;
        border-left: 0.5em solid #cc0000;
        margin-left: 0;
        margin-top: -1.2em;
        left: 100%;
        top: 50%;
        z-index: 2;
    }
}

.tabs-right > li:last-child:after {
    border: none;
}

.tabs-right > li:last-child:before {
    border: none;
}

.module-dark > .tabs > li,
.module-dark > .steps li {
    border-color: #f0f0f1;
}

.tab-content {
    background-color: #f7f7f7;
}

    .tab-content > .tab-pane {
        background-color: #ffffff;
        display: none;
    }

        .tab-content > .tab-pane:after {
            clear: both;
            content: "";
            display: table;
        }

    .tab-content > .active {
        display: block;
    }
/****************************************\

Payment Steps

\*****************************************/
.wizard {
    background-color: #ffffff;
    border: 1px solid #edebeb;
}

    .wizard > .list-header {
        border: none;
        border-bottom: 1px solid #edebeb;
    }

    .wizard .nav-tabs {
        display: flex;
    }

@media all and (min-width: 30em) {
    .wizard .nav-tabs {
        display: flex;
    }
}

.wizard > .actions {
    padding: 1em;
}

    .wizard > .actions div {
        display: inline-block;
    }

    .wizard > .actions a {
        display: inline-block;
    }
/****************************************\

Toggles

\*****************************************/
.toggle {
    display: block;
    vertical-align: middle;
}

@media all and (min-width: 30em) {
    .toggle {
        display: inline-block;
    }
}

.toggle-slide {
    overflow: hidden;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    direction: ltr;
}

.toggle-on {
    height: 20px;
    width: 40px;
    text-align: center;
    text-indent: -10px;
    line-height: 20px;
}

.toggle-off {
    height: 20px;
    width: 40px;
    margin-left: -10px;
    text-align: center;
    text-indent: 10px;
    line-height: 20px;
}

.toggle-slide .toggle-on,
.toggle-slide .toggle-off,
.toggle-slide .toggle-blob {
    float: left;
}

.toggle-blob {
    height: 20px;
    width: 20px;
    margin-left: -10px;
}

.toggle-inner {
    width: 80px;
    margin-left: -30px;
    -webkit-transition: 0.3s linear all;
    -moz-transition: 0.3s linear all;
    -o-transition: 0.3s linear all;
    transition: 0.3s linear all;
}

    .toggle-inner.active {
        margin-left: 0px;
        -webkit-transition: 0.3s linear all;
        -moz-transition: 0.3s linear all;
        -o-transition: 0.3s linear all;
        transition: 0.3s linear all;
    }

.toggle-slide .toggle-blob {
    position: relative;
    z-index: 99;
    cursor: hand;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.toggle-modern .toggle-slide {
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0.2);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c0c5c9), color-stop(1, #a1a9af));
    background-image: -webkit-linear-gradient(#c0c5c9, #a1a9af);
    background-image: -moz-linear-gradient(#c0c5c9, #a1a9af);
    background-image: -o-linear-gradient(#c0c5c9, #a1a9af);
    background-image: -ms-linear-gradient(#c0c5c9, #a1a9af);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c0c5c9', endColorstr='#a1a9af');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#c0c5c9', endColorstr='#a1a9af')";
    -moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.15);
    -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.15);
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.15);
}

    .toggle-modern .toggle-slide .toggle-on,
    .toggle-modern .toggle-slide .toggle-off {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        color: white;
        text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
        font-size: 11px;
        -moz-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 -1px 1px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 -1px 1px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 -1px 1px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.2);
    }

        .toggle-modern .toggle-slide .toggle-off,
        .toggle-modern .toggle-slide .toggle-off.active {
            background-color: #d6d6d6;
            color: #333333;
        }

        .toggle-modern .toggle-slide .toggle-on,
        .toggle-modern .toggle-slide .toggle-on.active {
            background-color: #cc0000;
            color: #ffffff;
        }

.toggle-modern .toggle-select .toggle-off,
.toggle-modern .toggle-select .toggle-on {
    background: none;
}

.toggle-modern .toggle-slide .toggle-blob {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c0c5c9), color-stop(1, #81898f));
    background-image: -webkit-linear-gradient(#c0c6c9, #81898f);
    background-image: -moz-linear-gradient(#c0c6c9, #81898f);
    background-image: -o-linear-gradient(#c0c6c9, #81898f);
    background-image: -ms-linear-gradient(#c0c6c9, #81898f);
    background-image: linear-gradient(#c0c6c9, #81898f);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c0c6c9', endColorstr='#81898f');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#c0c5c9', endColorstr='#a1a9af')";
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 -1px 1px rgba(0, 0, 0, 0.1), 1px 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

    .toggle-modern .toggle-slide .toggle-blob:hover {
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #a1a9af), color-stop(1, #a1a9af));
        background-image: -webkit-linear-gradient(#a1a9af, #81898f);
        background-image: -moz-linear-gradient(#a1a9af, #a1a9af);
        background-image: -o-linear-gradient(#a1a9af, #a1a9af);
        background-image: -ms-linear-gradient(#a1a9af, #a1a9af);
        background-image: linear-gradient(#a1a9af, #a1a9af);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a1a9af', endColorstr='#a1a9af');
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#a1a9af', endColorstr='#a1a9af')";
    }
/****************************************\

Accordion

\*****************************************/
/* Used for the hidden info in an accordion */
.accordion-panel {
    background-color: #ffffff;
    border-bottom: 1px solid #edebeb;
    padding: 0.5em 1em;
}

    .accordion-panel.accordion-border {
        border: 1px solid #edebeb;
    }

    .accordion-panel input,
    .accordion-panel select,
    .accordion-panel textarea {
        background-color: #ffffff;
    }
    /* Nested accordions (mostly in expense management) */
    .accordion-panel .accordion-panel {
        padding: 0.5em 1em;
    }

    .accordion-panel .list-item {
        background-color: #ffffff;
    }

.accordion .list-item {
    /* padding-bottom is to accommodate down arrow in accordions */
    padding: 0.5em 0.5em 0.8em 0.5em;
}
/* If header is toggleable, apply hover styles for user */
.accordion .list-item,
.accordion .list-header {
    cursor: pointer;
}

    .accordion .list-item:hover,
    .accordion .list-header:hover {
        background-color: #f0f0f1;
    }

    .accordion .list-item.disabled,
    .accordion .list-header.disabled {
        cursor: default;
    }

.accordion-disabled .list-item {
    /* padding-bottom is to accommodate down arrow in accordions */
    padding: 0.5em 0.5em 0.8em 0.5em;
}
    /* If header is toggleable, apply hover styles for user */
    .accordion-disabled .list-item:hover,
    .accordion .list-header:hover {
        background-color: #f0f0f1;
    }
/* For grouped transaction categories - kinda hacky but we don't have another class to use */
.accordion .list-header-group {
    border-top: 1px solid #edebeb;
    cursor: default;
}

    .accordion .list-header-group:hover {
        background-color: transparent;
    }

.accordion .list-item:not(.disabled):before {
    color: #edebeb;
    content: "\f106";
    font-family: 'FontAwesome';
    position: absolute;
    bottom: -3px;
    left: 50%;
}

.accordion .list-item-open:before {
    color: #edebeb;
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    bottom: -3px;
    left: 50%;
}

.accordion-left-trigger .list-item,
.accordion-left-trigger .list-item-open {
    padding-left: 20px;
}

    .accordion-left-trigger .list-item:before,
    .accordion-left-trigger .list-item-open:before {
        left: 5px;
        bottom: initial;
        top: .5em;
    }

.accordion .list-item:hover:before {
    color: #4d4d4f;
}

.module-list .list-item:before {
    display: none;
}

.module-border > .module-list:last-child .list-item {
    border-bottom: none;
}
/****************************************\

Modal
Overrides of bootstrap styles

\*****************************************/
.modal-dialog {
    margin: 1em auto;
    max-width: 20em;
}

.modal-footer .btn {
    margin-bottom: 0;
}

@media all and (min-width: 40em) {
    .modal-dialog {
        width: 30em;
        max-width: none;
    }
}
/* For expense management report printing */
.big-page-modal .modal {
    overflow-y: hidden;
}

.big-page-modal > .modal-dialog {
    height: 100%;
    padding: 30px;
    margin: 0 auto;
    max-width: none;
    width: 100%;
}

@media all and (min-width: 63em) {
    .big-page-modal > .modal-dialog {
        width: 90%;
    }
}

@media all and (min-width: 72em) {
    .big-page-modal > .modal-dialog {
        width: 70%;
    }
}

.big-page-modal > .modal-content {
    height: 100%;
}

.big-page-modal > .modal-header {
    top: 0;
    width: 100%;
    height: 50px;
    position: absolute;
}

.big-page-modal > .modal-body {
    width: 100%;
    top: 50px;
    bottom: 80px;
    position: absolute;
    overflow-y: hidden;
}

.big-page-modal > .modal-footer {
    width: 100%;
    height: 80px;
    bottom: 0;
    position: absolute;
}

.modal-open .main-nav {
    z-index: 0;
}
/****************************************\

IntroJS

\*****************************************/
.introjs-helperNumberLayer {
    top: -16px !important;
    left: -16px !important;
    width: 25px;
    height: 25px;
    padding: 0px;
}

.introjs-helperLayer {
    background-color: rgba(255, 255, 255, 0.8) !important;
}

.introjs-button {
    background-image: none;
    background: #ffffff;
    border: none;
    box-shadow: none;
    font-family: "Helvetica Neue", "Helvetica", "Targetica", "Arial", sans-serif;
    font-size: 12px;
    line-height: 1;
    padding-bottom: 5px;
    text-shadow: none;
    color: #333333;
}

    .introjs-button:active,
    .introjs-button:focus,
    .introjs-button.introjs-nextbutton {
        background: none;
        background-color: #cc0000;
        -moz-box-shadow: 0 3px 0 0 rgba(153, 0, 0, 0.9);
        -webkit-box-shadow: 0 3px 0 0 rgba(153, 0, 0, 0.9);
        box-shadow: 0 3px 0 0 rgba(153, 0, 0, 0.9);
        color: #ffffff;
        border-color: transparent;
        box-shadow: none !important;
    }

        .introjs-button:active:hover,
        .introjs-button:focus:hover,
        .introjs-button.introjs-nextbutton:hover,
        .introjs-button:active:focus,
        .introjs-button:focus:focus,
        .introjs-button.introjs-nextbutton:focus,
        .introjs-button:active:active,
        .introjs-button:focus:active,
        .introjs-button.introjs-nextbutton:active {
            background-color: #990000;
            -moz-box-shadow: 0px 3px 0 0 rgba(51, 0, 0, 0.9);
            -webkit-box-shadow: 0px 3px 0 0 rgba(51, 0, 0, 0.9);
            box-shadow: 0px 3px 0 0 rgba(51, 0, 0, 0.9);
            color: #ffffff;
        }

        .introjs-button:active.btn-xs,
        .introjs-button:focus.btn-xs,
        .introjs-button.introjs-nextbutton.btn-xs {
            -moz-box-shadow: 0 1px 0 0 rgba(153, 0, 0, 0.9);
            -webkit-box-shadow: 0 1px 0 0 rgba(153, 0, 0, 0.9);
            box-shadow: 0 1px 0 0 rgba(153, 0, 0, 0.9);
        }

            .introjs-button:active.btn-xs:hover,
            .introjs-button:focus.btn-xs:hover,
            .introjs-button.introjs-nextbutton.btn-xs:hover,
            .introjs-button:active.btn-xs:focus,
            .introjs-button:focus.btn-xs:focus,
            .introjs-button.introjs-nextbutton.btn-xs:focus,
            .introjs-button:active.btn-xs:active,
            .introjs-button:focus.btn-xs:active,
            .introjs-button.introjs-nextbutton.btn-xs:active {
                -moz-box-shadow: 0 1px 0 0 rgba(51, 0, 0, 0.9);
                -webkit-box-shadow: 0 1px 0 0 rgba(51, 0, 0, 0.9);
                box-shadow: 0 1px 0 0 rgba(51, 0, 0, 0.9);
            }

        .introjs-button:active.disabled,
        .introjs-button:focus.disabled,
        .introjs-button.introjs-nextbutton.disabled,
        .introjs-button:active[disabled],
        .introjs-button:focus[disabled],
        .introjs-button.introjs-nextbutton[disabled] {
            background-color: #cc0000;
            -moz-box-shadow: 0 3px 0 0 rgba(153, 0, 0, 0.9);
            -webkit-box-shadow: 0 3px 0 0 rgba(153, 0, 0, 0.9);
            box-shadow: 0 3px 0 0 rgba(153, 0, 0, 0.9);
            color: #ffffff;
        }

.introjs-skipbutton {
    color: #333333;
    margin-right: 5px;
}

.introjs-overlay {
    background: rgba(0, 0, 0, 0.5);
}

.introjs-bullets {
    display: none;
}

.introjs-disabled.introjs-nextbutton,
.introjs-disabled.introjs-prevbutton {
    display: none;
}
/****************************************\

Splash Page

\*****************************************/
.page-splash {
    z-index: 99998 !important;
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    pointer-events: auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

.page-splash-message {
    color: white;
    font-size: 400%;
    font-family: "Helvetica Neue", "Helvetica", "Targetica", "Arial", sans-serif;
    font-weight: normal;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    top: 250px;
}

    .page-splash-message.page-splash-message-subtle {
        font-size: 200%;
        margin: 0 auto;
    }
/* For page load */
.page-splash .spinner {
    margin: 0 auto;
    left: auto;
    top: 150px !important;
}
/* For loading transactions */
.spinner-small {
    position: absolute;
    top: 50%;
    right: 30px;
}

.modal-body .spinner-small {
    top: 50px;
    right: 50%;
}
/****************************************\

Animations

\*****************************************/
.basic-animation.ng-enter {
    -webkit-transition: 0.3s linear all;
    -moz-transition: 0.3s linear all;
    -o-transition: 0.3s linear all;
    transition: 0.3s linear all;
    opacity: 0;
}

    .basic-animation.ng-enter.ng-enter-active {
        opacity: 1;
    }

.dissolve-animation.ng-hide-remove {
    display: inline !important;
}

.dissolve-animation.ng-hide-remove,
.dissolve-animation.ng-hide-add {
    -webkit-transition: 0.3s linear all;
    -moz-transition: 0.3s linear all;
    -o-transition: 0.3s linear all;
    transition: 0.3s linear all;
}

    .dissolve-animation.ng-hide-remove.ng-hide-remove-active,
    .dissolve-animation.ng-hide-add {
        opacity: 1;
    }

        .dissolve-animation.ng-hide-add.ng-hide-add-active,
        .dissolve-animation.ng-hide-remove {
            opacity: 0;
        }

.dissolve-animation-fast.ng-hide-remove {
    display: inline !important;
}

.dissolve-animation-fast.ng-hide-remove,
.dissolve-animation-fast.ng-hide-add {
    -webkit-transition: 0.3s linear all;
    -moz-transition: 0.3s linear all;
    -o-transition: 0.3s linear all;
    transition: 0.3s linear all;
}

    .dissolve-animation-fast.ng-hide-remove.ng-hide-remove-active,
    .dissolve-animation-fast.ng-hide-add {
        opacity: 1;
    }

        .dissolve-animation-fast.ng-hide-add.ng-hide-add-active,
        .dissolve-animation-fast.ng-hide-remove {
            opacity: 0;
        }
/****************************************\

Toastr

\*****************************************/
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
    margin: 4px auto;
}
/****************************************\

JQPlot

\*****************************************/
.jqplot-point-label {
    color: #FFFFFF;
}

.jqplot-series-shadowCanvas {
    background-color: transparent;
}
/****************************************\

Carousel

\*****************************************/
.carousel {
    height: 340px;
}

    .carousel > .item img {
        height: 340px;
    }

    .carousel .carousel-control {
        display: none;
    }

    .carousel .carousel-indicators {
        position: absolute;
        bottom: 10px;
        left: 50%;
        z-index: 15;
        width: 60%;
        margin-left: -30%;
        padding-left: 0;
        list-style: none;
        text-align: center;
    }

        .carousel .carousel-indicators li {
            text-indent: 0;
            margin: 2px;
            padding: 0;
            width: 12px;
            height: 12px;
            border-radius: 0;
            border: 0;
            background-color: transparent;
        }

            .carousel .carousel-indicators li > button {
                padding: 0;
                border-color: #005f83;
                margin: 0;
                display: inline-block;
                width: 12px;
                height: 12px;
                text-indent: -999px;
                border-radius: 10px;
                background-color: #000 \9;
                background-color: rgba(0, 0, 0, 0);
            }

        .carousel .carousel-indicators .active {
            margin: 2px;
            padding: 0;
            width: 12px;
            height: 12px;
            border-radius: 0;
            border: 0;
            background-color: transparent;
        }

            .carousel .carousel-indicators .active > button {
                background-color: #005f83;
            }
/****************************************\

Errors

\*****************************************/
.has-error .ng-invalid {
    border: red solid 1px !important;
}
/****************************************\

Asides

\*****************************************/
.aside {
    max-width: 320px;
    width: 95%;
    background-color: #ffffff;
}

@media all and (min-width: 30em) {
    .aside {
        width: 80%;
    }
}

.aside .aside-dialog .aside-header {
    border-bottom: none !important;
    padding: 1em !important;
    background: #005f83 !important;
    color: #fff;
}

.aside-title {
    color: #fff;
    margin: 0;
}

.aside .aside-dialog .aside-header .close {
    color: #fff;
    font-size: 1em !important;
    font-weight: bold;
    line-height: 1.2;
    opacity: 1 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.aside .aside-dialog .aside-body {
    position: relative;
    padding: 1em;
}

.aside .aside-dialog .aside-footer {
    margin-top: 1em;
    padding: 1em;
    text-align: right;
    border-top: 1px solid #edebeb;
}

    .aside .aside-dialog .aside-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

.aside .aside-dialog .btn {
    box-shadow: none !important;
    position: relative;
    text-shadow: none !important;
}

.aside .aside-dialog .aside-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.aside .aside-dialog .aside-footer .btn-block + .btn-block {
    margin-left: 0;
}

.aside-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: rgba(0, 0, 0, 0.7);
}

    .modal-backdrop.am-fade,
    .aside-backdrop.am-fade {
        background: rgba(0, 0, 0, 0.3);
    }

.close {
    color: inherit;
    cursor: pointer;
    font-size: inherit;
    opacity: 1;
    text-shadow: none;
}

    .close:hover,
    .close:focus {
        text-shadow: none;
    }
/****************************************\

Dropdowns and Datepickers
Overrides for bootstrap styles - works in asides as well, do not remove

\*****************************************/
.dropdown-menu {
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    z-index: 1032;
}

    .dropdown-menu li {
        color: #333333;
        margin: 0;
    }

        .dropdown-menu li:first-child span {
            padding-bottom: 0;
        }

        .dropdown-menu li a,
        .dropdown-menu li span {
            display: block;
            font-size: .9em;
            padding: .3em;
            text-align: left;
        }

        .dropdown-menu li a {
            color: #cc0000;
        }

            .dropdown-menu li a:hover {
                color: #b30000;
            }

        .dropdown-menu li .btn-link {
            padding: .3em;
            text-align: left;
            color: #cc0000;
        }

            .dropdown-menu li .btn-link:hover,
            .dropdown-menu li .btn-link:focus,
            .dropdown-menu li .btn-link:active {
                color: #b30000;
            }

.datepicker .dropdown-menu li {
    margin: 0;
}

    .datepicker .dropdown-menu li a {
        color: #888888;
        font-size: .8em;
        padding: 0.33333333em;
        text-align: left;
    }

        .datepicker .dropdown-menu li a:hover {
            background: #f0f0f1;
        }

.datepicker .dropdown-menu {
    background-color: #ffffff;
    border-radius: 0;
    border: none;
    padding: .2em;
}

    .datepicker .dropdown-menu table {
        max-width: 300px;
    }

        .datepicker .dropdown-menu table .glyphicon-chevron-left:before {
            content: "\f053";
            font-family: 'FontAwesome';
            font-style: normal;
        }

        .datepicker .dropdown-menu table .glyphicon-chevron-right:before {
            content: "\f054";
            font-family: 'FontAwesome';
            font-style: normal;
        }

        .datepicker .dropdown-menu table .btn {
            border: 1px solid #edebeb;
            box-shadow: none;
            font-size: .8em;
            margin: 0;
            text-shadow: none;
        }

            .datepicker .dropdown-menu table .btn:not(.btn-danger):not(.btn-info):not(.btn-success) {
                background-color: white;
                color: black;
            }

                .datepicker .dropdown-menu table .btn:not(.btn-danger):not(.btn-info):not(.btn-success):hover {
                    background-color: #d6d6d6;
                    color: #333333;
                }

                .datepicker .dropdown-menu table .btn:not(.btn-danger):not(.btn-info):not(.btn-success).highlighted {
                    background-color: #cc0000;
                    color: #ffffff;
                }

                    .datepicker .dropdown-menu table .btn:not(.btn-danger):not(.btn-info):not(.btn-success).highlighted .text-muted {
                        color: #ffffff;
                    }

            .datepicker .dropdown-menu table .btn.btn-info:active,
            .datepicker .dropdown-menu table .btn.btn-info.active {
                background-color: #cc0000;
                color: #ffffff;
            }

                .datepicker .dropdown-menu table .btn.btn-info:active .text-info,
                .datepicker .dropdown-menu table .btn.btn-info.active .text-info {
                    color: #ffffff;
                }

        .datepicker .dropdown-menu table th .btn {
            width: 100%;
        }
/****************************************\

Print Classes

\*****************************************/
.print-only {
    display: none;
}

@media print {
    .primary-wrapper,
    .primary-wrapper *:not(.ng-hide) {
        overflow: visible !important;
        float: none !important;
        position: relative;
        page-break-inside: auto;
    }

    .collapsing {
        height: auto !important;
    }

    .print-only {
        display: block;
    }

    .no-print {
        display: none !important;
    }
}
/****************************************\

Virtual Card

\*****************************************/
@media all and (min-width: 63em) {
    .vc-wrapper,
    .vc-sidebar {
        float: left;
    }
}

.vc-sidebar {
    width: 100%;
}

@media all and (min-width: 63em) {
    .vc-sidebar {
        max-width: 33%;
    }
}

.vc-bg {
    background: #2d3031;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #2d3031 0%, #4d4f51 50%, #383a3b 60%, #242626 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #2d3031), color-stop(50%, #4d4f51), color-stop(60%, #383a3b), color-stop(100%, #242626));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg, #2d3031 0%, #4d4f51 50%, #383a3b 60%, #242626 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg, #2d3031 0%, #4d4f51 50%, #383a3b 60%, #242626 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg, #2d3031 0%, #4d4f51 50%, #383a3b 60%, #242626 100%);
    /* IE10+ */
    background: linear-gradient(45deg, #2d3031 0%, #4d4f51 50%, #383a3b 60%, #242626 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d3031', endColorstr='#242626', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    border-radius: .5em;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #225583;
    max-width: 600px;
    min-width: 370px;
    min-height: 240px;
    /*-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	-ms-transform-origin: 50% 84%;
	-webkit-transform-origin: 50% 84%;
	transform-origin: 50% 84%;*/
    margin: 0 auto;
}

@media all and (min-width: 30em) {
    .vc-bg {
        max-width: 500px;
    }
}

@media all and (min-width: 48em) {
    .vc-bg {
        border-radius: 1em;
        max-width: none;
        width: 550px;
        height: 350px;
    }
}

.vc-institution {
    margin-bottom: 0;
    margin-right: .5em;
}

@media all and (min-width: 30em) {
    .vc-institution {
        font-size: 1.5em;
    }
}

@media all and (min-width: 40em) {
    .vc-institution {
        font-size: 1.7em;
    }
}

@media all and (min-width: 48em) {
    .vc-institution {
        font-size: 1.9em;
    }
}

.vc-number {
    color: white;
    font-family: monospace;
    font-size: 1.8em;
    margin-bottom: 0;
}

    .vc-number > span {
        display: inline-block;
    }

        .vc-number > span:nth-child(4n) {
            margin-right: .4em;
        }

@media all and (min-width: 30em) {
    .vc-number {
        font-size: 2em;
    }
}

@media all and (min-width: 40em) {
    .vc-number {
        font-size: 2.2em;
    }
}

@media all and (min-width: 48em) {
    .vc-number {
        font-size: 2.2em;
        margin-top: .5em;
    }
}

.vc-security,
.vc-valid-thru {
    font-size: .9em;
    line-height: 1;
}

.vc-cvv,
.vc-valid-date {
    font-family: monospace;
    font-size: 1em;
    line-height: 1;
}

@media all and (min-width: 40em) {
    .vc-cvv,
    .vc-valid-date {
        font-size: 1.2em;
    }
}

.vc-bottom-row {
    padding-top: 0;
}

@media all and (min-width: 48em) {
    .vc-bottom-row {
        padding-top: 1em;
    }
}

.vc-name,
.vc-company {
    font-family: monospace;
    font-size: 1em;
    margin-bottom: .8em;
}

@media all and (min-width: 40em) {
    .vc-name,
    .vc-company {
        font-size: 1.2em;
    }
}
/****************************************\

Merchant Funded Rewards

\*****************************************/
.merchant-wrap {
    display: inline-block;
    width: 50%;
    margin-bottom: 1em;
}

@media all and (min-width: 30em) {
    .merchant-wrap {
        width: 25%;
    }
}

@media all and (min-width: 48em) {
    .merchant-wrap {
        width: 25%;
    }
}

@media all and (min-width: 63em) {
    .merchant-wrap {
        width: 25%;
    }
}

.merchant-img {
    background: white;
    height: 69px;
    width: 69px;
    padding: 4px;
    border: #edebeb solid 1px;
    -ms-interpolation-mode: bicubic;
}

@media all and (min-width: 48em) {
    .merchant-img {
        width: 55px;
        height: 55px;
    }
}

@media all and (min-width: 63em) {
    .merchant-img {
        height: 69px;
        width: 69px;
    }
}

.merchant-img-lg {
    background: white;
    border: #edebeb solid 1px;
    padding: 4px;
    max-width: 100px;
    margin: 0 1em 1em 0;
    width: auto;
    -ms-interpolation-mode: bicubic;
}

.reward-header {
    border-bottom: 1px solid #edebeb;
    padding-bottom: 4px;
}

.reward-header-new {
    color: #ffffff;
}

.reward-header-active {
    color: #cc0000;
}

.reward-header-pending {
    color: #e86900;
}

.reward-header-deposited {
    color: #d6d6d6;
}

.rewards-tile {
    float: left;
    padding: 1em;
    position: relative;
    text-align: center;
    width: 115px;
    height: 120px;
}

    .rewards-tile .rewards-tile-amount {
        background-color: silver;
        color: #333;
        float: right;
        font-size: 85%;
        margin-right: 9px;
        margin-left: 9px;
        padding: 3px;
        line-height: 1;
        text-align: right;
        min-width: 40px;
    }

@media all and (min-width: 48em) {
    .rewards-tile .rewards-tile-amount {
        margin-right: 14px;
        margin-left: 14px;
    }
}

@media all and (min-width: 63em) {
    .rewards-tile .rewards-tile-amount {
        margin-right: 9px;
        margin-left: 9px;
    }
}

.offers .rewards-tile {
    cursor: pointer;
}

    .offers .rewards-tile:hover {
        background-color: #d6d6d6;
    }

        .offers .rewards-tile:hover .text-muted {
            color: #333333;
        }

.rewards-tile-with-kaching {
    height: 140px;
}

.rewards-merchant-text,
.rewards-details {
    padding: 1em;
}

.carousel-inner .rewards-carousel-message {
    width: 100%;
}

@media all and (min-width: 63em) {
    .carousel-inner .rewards-carousel-message {
        float: left;
        width: 60%;
    }
}

.carousel-inner .rewards-carousel-button {
    width: 100%;
}

@media all and (min-width: 63em) {
    .carousel-inner .rewards-carousel-button {
        float: left;
        width: 40%;
    }
}
/****************************************\

Chip Card

\*****************************************/
.chip-accordion {
    margin-bottom: 0;
}

    .chip-accordion .navicon-button {
        float: left;
        width: 5%;
        top: .7em;
    }

    .chip-accordion .list-item-inner {
        float: left;
        width: 95%;
    }

.accordion .merchant-list-item {
    padding: 0;
}

    .accordion .merchant-list-item:before,
    .accordion .merchant-list-item:after {
        content: "";
    }

    .accordion .merchant-list-item:hover .merchant-active-tag,
    .accordion .merchant-list-item:focus .merchant-active-tag,
    .accordion .merchant-list-item:active .merchant-active-tag {
        background-color: #990000;
        color: #ffffff;
    }
/****************************************\

Validation ToolTips

\*****************************************/
.tooltip-inner {
    background-color: #e86900;
    font-size: .8em;
}

.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    border-top-color: #e86900;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #e86900;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #e86900;
}

.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #e86900;
}

.introjs-tooltip {
    background-color: #f0f0f1;
    max-width: none;
}

.introjs-tooltiptext {
    font-size: .9em;
    max-height: 200px;
    overflow-y: auto;
}

.hr-compadm-login {
    width: 100%;
    height: 3px;
    background: #ffffff;
}

.header-compadm-login {
    padding: 10px;
}

.compadm-login-companylogo {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
/****************************************\

Salesforce

\*****************************************/
.salesforce-liveagent-panel {
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index: 9999999;
}
/****************************************\

Search

\*****************************************/
.input-group.search {
    position: static;
    width: 100%;
}

    .input-group.search input {
        margin-right: -1px;
        width: 100%;
        height: 31px;
    }

    .input-group.search .input-group-btn .btn {
        margin: 0 0 .5em;
        box-shadow: none;
        line-height: 1.2em;
        padding: 0.3em 0.5em;
        border-left: 0;
        height: 31px;
    }

        .input-group.search .input-group-btn .btn .glyphicon {
            font-size: .9em;
        }

[tabindex]:focus {
    outline: 1px dashed #000000;
}

.btn:focus {
    outline: 1px dashed #000000;
    text-decoration: underline;
}

a:focus {
    outline: 1px dashed #000000;
    text-decoration: underline;
}

input:focus,
textarea:focus,
select:focus {
    outline: 1px dashed #000000;
}

.btn:focus {
    outline: 1px dashed #cc0000;
    text-decoration: underline;
}

.btn-primary:focus,
.btn-success:focus {
    outline: 1px dashed #ffffff;
    text-decoration: underline;
}

.btn-secondary:focus,
.btn-info:focus {
    outline: 1px dashed #cc0000;
    text-decoration: underline;
}

.btn-link:focus {
    outline: 1px dashed #000000;
    text-decoration: underline;
}

.nav-tabs > li.active:focus {
    outline: 1px dashed #000000;
    text-decoration: underline;
}

.toast-top-full-width {
    text-align: center;
}

.pay-plan-title {
    font-family: "Helvetica Neue", "Helvetica", "Targetica", "Arial", sans-serif;
    font-size: 1.2em;
}

.pay-plan-sub-title {
    font-size: 90%;
    font-family: "Helvetica Neue", "Helvetica", "Targetica", "Arial", sans-serif;
}

.pay-plan-text {
    font-size: 0.9em;
}

    .pay-plan-text label {
        font-size: 0.9em;
    }

.pay-plan-text-attention {
    color: #e86900;
}

.pay-plan-text-muted {
    color: #888888;
}

.pay-plan-text-note {
    color: #e86900;
}

.ribbon-badge {
    border-radius: 5px 0 0 5px;
    background-color: #cc0000;
    padding: 5px 15px 5px 15px;
    color: #fff;
    position: relative;
    display: inline-block;
}

    .ribbon-badge:before,
    .ribbon-badge:after {
        border-style: dashed;
        border-width: 12px;
        border-color: rgba(255, 255, 255, 0);
        content: "";
        position: absolute;
        right: -10px;
        border-left-width: 0;
    }

    .ribbon-badge:before {
        bottom: 0;
        border-bottom: 20px solid #cc0000;
    }

    .ribbon-badge:after {
        top: 0;
        border-top: 20px solid #cc0000;
    }

.yousave {
    border: 1px solid black;
    padding-top: 1em;
}

.summarycard {
    border: 1px solid black;
    padding-top: 1em;
    height: auto;
    overflow: hidden;
}

    .summarycard .summarycardpad {
        height: 3.5px;
    }

    .summarycard .summarycardimage {
        max-width: 120px;
        padding-left: 10px;
    }

.FormError .btn {
    white-space: inherit;
    text-align: inherit;
}

.login-card-image img {
    max-height: 60px;
}

.hanging-right {
    margin-left: 2em;
}

.actions {
    padding-top: 1em;
}

.top-fixed {
    position: fixed !important;
    top: 0;
}