﻿@charset "UTF-8";
/* -- Colours ---- */
/* -- Links ---- */
/* -- Imports ---- */
/* -- H1 ------ */
/* -- H2 ------ */
/* -- H3 ------ */
/* -- H4 ------ */
/* -- H5 ------ */
/* -- H6 ------ */
/* -- Tertiary Text ------ */
/* -- Link ------ */
/* -- Navbar ---- */
/* -- Nav Tabs ---- */
/* -- Button ---- */
/* -- Input ---- */
/* -- Alerts ---- */
/* -- Wells ---- */
/* -- General ---- */
/* -- Navbar ---- */
/* -- Icons ---- */
/* -- Table ---- */
/* -- Datepicker ---- */
/* -- Accordion ---- */
/* -- Button ---- */
/* -- Charts ---- */
/* -- Loader ---- */
/* -- Alt Colors ---- */
/* -- SIZES ---- */
/* -- Imports ---- */
/* -- H1 ------ */
/* -- H2 ------ */
/* -- H3 ------ */
/* -- H4 ------ */
/* -- H5 ------ */
/* -- H6 ------ */
/* -- Tertiary Text ------ */
/* -- Link ------ */
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    49% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active,
    a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    /*input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }*/

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #fff !important;
        }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: proxima-nova, sans-serif;
    font-size: 15px;
    line-height: 1.46667;
    color: #000;
    background-color: #fff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #1273AD;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #000;
        text-decoration: underline;
    }

    a:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.46667;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 22px;
    margin-bottom: 22px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

    h1 small,
    h1 .small, h2 small,
    h2 .small, h3 small,
    h3 .small, h4 small,
    h4 .small, h5 small,
    h5 .small, h6 small,
    h6 .small,
    .h1 small,
    .h1 .small, .h2 small,
    .h2 .small, .h3 small,
    .h3 .small, .h4 small,
    .h4 .small, .h5 small,
    .h5 .small, .h6 small,
    .h6 .small {
        font-weight: normal;
        line-height: 1;
        color: #777777;
    }

h1, .h1,
h2, .h2,
h3, .h3 {
    margin-top: 22px;
    margin-bottom: 11px;
}

    h1 small,
    h1 .small, .h1 small,
    .h1 .small,
    h2 small,
    h2 .small, .h2 small,
    .h2 .small,
    h3 small,
    h3 .small, .h3 small,
    .h3 .small {
        font-size: 65%;
    }

h4, .h4,
h5, .h5,
h6, .h6 {
    margin-top: 11px;
    margin-bottom: 11px;
}

    h4 small,
    h4 .small, .h4 small,
    .h4 .small,
    h5 small,
    h5 .small, .h5 small,
    .h5 .small,
    h6 small,
    h6 .small, .h6 small,
    .h6 .small {
        font-size: 75%;
    }

h1, .h1 {
    font-size: 39px;
}

h2, .h2 {
    font-size: 32px;
}

h3, .h3 {
    font-size: 26px;
}

h4, .h4 {
    font-size: 19px;
}

h5, .h5 {
    font-size: 15px;
}

h6, .h6 {
    font-size: 13px;
}

p {
    margin: 0 0 11px;
}

.lead {
    margin-bottom: 22px;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 22.5px;
    }

    #footer .inner p {
        font-size: .8125em;
        line-height: 1.38462em;
    }
}

small,
.small {
    font-size: 86%;
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em;
}

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

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

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

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

.text-nowrap {
    white-space: nowrap;
}

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

.text-uppercase, .initialism {
    text-transform: uppercase;
}

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

.text-muted {
    color: #777777;
}

.text-primary {
    color: #000;
}

a.text-primary:hover,
a.text-primary:focus {
    color: black;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}

.bg-primary {
    color: #fff;
}

.bg-primary {
    background-color: #000;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: black;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 10px;
    margin: 44px 0 22px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 11px;
}

    ul ul,
    ul ol,
    ol ul,
    ol ol {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

dl {
    margin-top: 0;
    margin-bottom: 22px;
}

dt,
dd {
    line-height: 1.46667;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table;
}

.dl-horizontal dd:after {
    clear: both;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777;
}

.initialism {
    font-size: 90%;
}

blockquote {
    padding: 11px 22px;
    margin: 0 0 22px;
    font-size: 18.75px;
    border-left: 5px solid #eeeeee;
}

    blockquote p:last-child,
    blockquote ul:last-child,
    blockquote ol:last-child {
        margin-bottom: 0;
    }

    blockquote footer,
    blockquote small,
    blockquote .small {
        display: block;
        font-size: 80%;
        line-height: 1.46667;
        color: #777777;
    }

        blockquote footer:before,
        blockquote small:before,
        blockquote .small:before {
            content: '\2014   \A0';
        }

    .blockquote-reverse,
    blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eeeeee;
        border-left: 0;
        text-align: right;
    }

        .blockquote-reverse footer:before,
        .blockquote-reverse small:before,
        .blockquote-reverse .small:before,
        blockquote.pull-right footer:before,
        blockquote.pull-right small:before,
        blockquote.pull-right .small:before {
            content: '';
        }

        .blockquote-reverse footer:after,
        .blockquote-reverse small:after,
        .blockquote-reverse .small:after,
        blockquote.pull-right footer:after,
        blockquote.pull-right small:after,
        blockquote.pull-right .small:after {
            content: '\A0   \2014';
        }

address {
    margin-bottom: 22px;
    font-style: normal;
    line-height: 1.46667;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .container:before, .container:after {
        content: " ";
        display: table;
    }

    .container:after {
        clear: both;
    }

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .container-fluid:before, .container-fluid:after {
        content: " ";
        display: table;
    }

    .container-fluid:after {
        clear: both;
    }

.row {
    margin-left: -15px;
    margin-right: -15px;
}

    .row:before, .row:after {
        content: " ";
        display: table;
    }

    .row:after {
        clear: both;
    }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-1 {
        width: 8.33333%;
    }

    .col-sm-2 {
        width: 16.66667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333%;
    }

    .col-sm-5 {
        width: 41.66667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333%;
    }

    .col-sm-8 {
        width: 66.66667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333%;
    }

    .col-sm-11 {
        width: 91.66667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.33333%;
    }

    .col-sm-pull-2 {
        right: 16.66667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333%;
    }

    .col-sm-pull-5 {
        right: 41.66667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.33333%;
    }

    .col-sm-pull-8 {
        right: 66.66667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333%;
    }

    .col-sm-pull-11 {
        right: 91.66667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.33333%;
    }

    .col-sm-push-2 {
        left: 16.66667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.33333%;
    }

    .col-sm-push-5 {
        left: 41.66667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.33333%;
    }

    .col-sm-push-8 {
        left: 66.66667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333%;
    }

    .col-sm-push-11 {
        left: 91.66667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-1 {
        width: 8.33333%;
    }

    .col-md-2 {
        width: 16.66667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-5 {
        width: 41.66667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-8 {
        width: 66.66667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-11 {
        width: 91.66667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.33333%;
    }

    .col-md-pull-2 {
        right: 16.66667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333%;
    }

    .col-md-pull-5 {
        right: 41.66667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.33333%;
    }

    .col-md-pull-8 {
        right: 66.66667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333%;
    }

    .col-md-pull-11 {
        right: 91.66667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.33333%;
    }

    .col-md-push-2 {
        left: 16.66667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333%;
    }

    .col-md-push-5 {
        left: 41.66667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.33333%;
    }

    .col-md-push-8 {
        left: 66.66667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333%;
    }

    .col-md-push-11 {
        left: 91.66667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-1 {
        width: 8.33333%;
    }

    .col-lg-2 {
        width: 16.66667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333%;
    }

    .col-lg-5 {
        width: 41.66667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333%;
    }

    .col-lg-8 {
        width: 66.66667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333%;
    }

    .col-lg-11 {
        width: 91.66667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.33333%;
    }

    .col-lg-pull-2 {
        right: 16.66667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333%;
    }

    .col-lg-pull-5 {
        right: 41.66667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.33333%;
    }

    .col-lg-pull-8 {
        right: 66.66667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333%;
    }

    .col-lg-pull-11 {
        right: 91.66667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.33333%;
    }

    .col-lg-push-2 {
        left: 16.66667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333%;
    }

    .col-lg-push-5 {
        left: 41.66667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.33333%;
    }

    .col-lg-push-8 {
        left: 66.66667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333%;
    }

    .col-lg-push-11 {
        left: 91.66667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 22px;
    font-size: 22.5px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}*/

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

/*input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}*/

output {
    display: block;
    padding-top: 7px;
    font-size: 15px;
    line-height: 1.46667;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.46667;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control::-ms-expand {
        border: 0;
        background-color: transparent;
    }

    .form-control[disabled], .form-control[readonly],
    fieldset[disabled] .form-control {
        background-color: #eeeeee;
        opacity: 1;
    }

    .form-control[disabled],
    fieldset[disabled] .form-control {
        cursor: not-allowed;
    }

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 36px;
    }

    input[type="date"].input-sm,
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm
    input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm
    input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm
    input[type="month"] {
        line-height: 31px;
    }

    input[type="date"].input-lg,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg
    input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg
    input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg
    input[type="month"] {
        line-height: 48px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .radio label,
    .checkbox label {
        min-height: 22px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

    .radio input[type="radio"],
    .radio-inline input[type="radio"],
    .checkbox input[type="checkbox"],
    .checkbox-inline input[type="checkbox"] {
        position: absolute;
        margin-left: -20px;
        margin-top: 4px \9;
    }

    .radio + .radio,
    .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

    .radio-inline + .radio-inline,
    .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 37px;
}

    .form-control-static.input-lg, .form-control-static.input-sm {
        padding-left: 0;
        padding-right: 0;
    }

.input-sm {
    height: 31px;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 31px;
    line-height: 31px;
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 31px;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-group-sm select.form-control {
    height: 31px;
    line-height: 31px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 31px;
    min-height: 35px;
    padding: 6px 10px;
    font-size: 13px;
    line-height: 1.5;
}

.input-lg {
    height: 48px;
    padding: 10px 16px;
    font-size: 19px;
    line-height: 1.33333;
    border-radius: 6px;
}

select.input-lg {
    height: 48px;
    line-height: 48px;
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 48px;
    padding: 10px 16px;
    font-size: 19px;
    line-height: 1.33333;
    border-radius: 6px;
}

.form-group-lg select.form-control {
    height: 48px;
    line-height: 48px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 48px;
    min-height: 41px;
    padding: 11px 16px;
    font-size: 19px;
    line-height: 1.33333;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 45px;
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 48px;
    height: 48px;
    line-height: 48px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 31px;
    height: 31px;
    line-height: 31px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    }

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
    top: 27px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #404040;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .input-group-addon,
        .form-inline .input-group .input-group-btn,
        .form-inline .input-group .form-control {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .radio label,
        .form-inline .checkbox label {
            padding-left: 0;
        }

        .form-inline .radio input[type="radio"],
        .form-inline .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 29px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

    .form-horizontal .form-group:before, .form-horizontal .form-group:after {
        content: " ";
        display: table;
    }

    .form-horizontal .form-group:after {
        clear: both;
    }

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 19px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 13px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    /*font-size: 15px;*/
    line-height: 1.46667;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover, .btn:focus, .btn.focus {
        color: #000;
        text-decoration: none;
    }

    .btn:active, .btn.active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn.disabled, .btn[disabled],
    fieldset[disabled] .btn {
        cursor: not-allowed;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #000;
    background-color: #ccc;
    border-color: #ccc;
}

    .btn-default:focus, .btn-default.focus {
        color: #000;
        background-color: #b3b3b3;
        border-color: #8c8c8c;
    }

    .btn-default:hover {
        color: #000;
        background-color: #b3b3b3;
        border-color: #adadad;
    }

    .btn-default:active, .btn-default.active,
    .open > .btn-default.dropdown-toggle {
        color: #000;
        background-color: #b3b3b3;
        border-color: #adadad;
    }

        .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
        .open > .btn-default.dropdown-toggle:hover,
        .open > .btn-default.dropdown-toggle:focus,
        .open > .btn-default.dropdown-toggle.focus {
            color: #000;
            background-color: #a1a1a1;
            border-color: #8c8c8c;
        }

    .btn-default:active, .btn-default.active,
    .open > .btn-default.dropdown-toggle {
        background-image: none;
    }

    .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
    fieldset[disabled] .btn-default:hover,
    fieldset[disabled] .btn-default:focus,
    fieldset[disabled] .btn-default.focus {
        background-color: #ccc;
        border-color: #ccc;
    }

    .btn-default .badge {
        color: #ccc;
        background-color: #000;
    }

.btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

    .btn-primary:focus, .btn-primary.focus {
        color: #fff;
        background-color: black;
        border-color: black;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: black;
        border-color: black;
    }

    .btn-primary:active, .btn-primary.active,
    .open > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: black;
        border-color: black;
    }

        .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
        .open > .btn-primary.dropdown-toggle:hover,
        .open > .btn-primary.dropdown-toggle:focus,
        .open > .btn-primary.dropdown-toggle.focus {
            color: #fff;
            background-color: black;
            border-color: black;
        }

    .btn-primary:active, .btn-primary.active,
    .open > .btn-primary.dropdown-toggle {
        background-image: none;
    }

    .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary:hover,
    fieldset[disabled] .btn-primary:focus,
    fieldset[disabled] .btn-primary.focus {
        background-color: #000;
        border-color: #000;
    }

    .btn-primary .badge {
        color: #000;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #76a056;
    border-color: #6a8f4d;
}

    .btn-success:focus, .btn-success.focus {
        color: #fff;
        background-color: #5e7f44;
        border-color: #2d3c21;
    }

    .btn-success:hover {
        color: #fff;
        background-color: #5e7f44;
        border-color: #4c6838;
    }

    .btn-success:active, .btn-success.active,
    .open > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #5e7f44;
        border-color: #4c6838;
    }

        .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
        .open > .btn-success.dropdown-toggle:hover,
        .open > .btn-success.dropdown-toggle:focus,
        .open > .btn-success.dropdown-toggle.focus {
            color: #fff;
            background-color: #4c6838;
            border-color: #2d3c21;
        }

    .btn-success:active, .btn-success.active,
    .open > .btn-success.dropdown-toggle {
        background-image: none;
    }

    .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
    fieldset[disabled] .btn-success:hover,
    fieldset[disabled] .btn-success:focus,
    fieldset[disabled] .btn-success.focus {
        background-color: #76a056;
        border-color: #6a8f4d;
    }

    .btn-success .badge {
        color: #76a056;
        background-color: #fff;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:focus, .btn-info.focus {
        color: #fff;
        background-color: #31b0d5;
        border-color: #1b6d85;
    }

    .btn-info:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .btn-info:active, .btn-info.active,
    .open > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

        .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
        .open > .btn-info.dropdown-toggle:hover,
        .open > .btn-info.dropdown-toggle:focus,
        .open > .btn-info.dropdown-toggle.focus {
            color: #fff;
            background-color: #269abc;
            border-color: #1b6d85;
        }

    .btn-info:active, .btn-info.active,
    .open > .btn-info.dropdown-toggle {
        background-image: none;
    }

    .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
    fieldset[disabled] .btn-info:hover,
    fieldset[disabled] .btn-info:focus,
    fieldset[disabled] .btn-info.focus {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:focus, .btn-warning.focus {
        color: #fff;
        background-color: #ec971f;
        border-color: #985f0d;
    }

    .btn-warning:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .btn-warning:active, .btn-warning.active,
    .open > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

        .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
        .open > .btn-warning.dropdown-toggle:hover,
        .open > .btn-warning.dropdown-toggle:focus,
        .open > .btn-warning.dropdown-toggle.focus {
            color: #fff;
            background-color: #d58512;
            border-color: #985f0d;
        }

    .btn-warning:active, .btn-warning.active,
    .open > .btn-warning.dropdown-toggle {
        background-image: none;
    }

    .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
    fieldset[disabled] .btn-warning:hover,
    fieldset[disabled] .btn-warning:focus,
    fieldset[disabled] .btn-warning.focus {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }

.btn-danger {
    color: #fff;
    background-color: #dd5151;
    border-color: #d93c3c;
}

    .btn-danger:focus, .btn-danger.focus {
        color: #fff;
        background-color: #d22929;
        border-color: #7d1818;
    }

    .btn-danger:hover {
        color: #fff;
        background-color: #d22929;
        border-color: #b42323;
    }

    .btn-danger:active, .btn-danger.active,
    .open > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #d22929;
        border-color: #b42323;
    }

        .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
        .open > .btn-danger.dropdown-toggle:hover,
        .open > .btn-danger.dropdown-toggle:focus,
        .open > .btn-danger.dropdown-toggle.focus {
            color: #fff;
            background-color: #b42323;
            border-color: #7d1818;
        }

    .btn-danger:active, .btn-danger.active,
    .open > .btn-danger.dropdown-toggle {
        background-image: none;
    }

    .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
    fieldset[disabled] .btn-danger:hover,
    fieldset[disabled] .btn-danger:focus,
    fieldset[disabled] .btn-danger.focus {
        background-color: #dd5151;
        border-color: #d93c3c;
    }

    .btn-danger .badge {
        color: #dd5151;
        background-color: #fff;
    }

.btn-link {
    color: #000000;
    font-weight: normal;
    border-radius: 0;
}

    .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
    fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover, .btn-link:focus {
                color: #000;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover, .btn-link[disabled]:focus,
            fieldset[disabled] .btn-link:hover,
            fieldset[disabled] .btn-link:focus {
                color: #777777;
                text-decoration: none;
            }

.btn-lg {
    padding: 10px 16px;
    font-size: 19px;
    line-height: 1.33333;
    border-radius: 6px;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .nav:before, .nav:after {
        content: " ";
        display: table;
    }

    .nav:after {
        clear: both;
    }

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .nav > li > a:hover, .nav > li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

        .nav > li.disabled > a {
            color: #777777;
        }

            .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
                color: #777777;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed;
            }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #eeeeee;
        border-color: #1273AD;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 10px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #ccc;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.46667;
            border: 1px solid transparent;
            border-radius: 0 0 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #e6e6e6 #e6e6e6 #ccc;
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #000;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
            cursor: default;
        }

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 0;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #000;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified, .nav-tabs.nav-justified {
    width: 100%;
}

    .nav-justified > li, .nav-tabs.nav-justified > li {
        float: none;
    }

        .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-right: 0;
        border-radius: 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
        border: 1px solid #e6e6e6;
    }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #e6e6e6;
        border-radius: 0 0 0 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

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

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
    border: 1px solid transparent;
}

    .navbar:before, .navbar:after {
        content: " ";
        display: table;
    }

    .navbar:after {
        clear: both;
    }

@media (min-width: 768px) {
    .navbar {
        border-radius: 0;
    }
}

.navbar-header:before, .navbar-header:after {
    content: " ";
    display: table;
}

.navbar-header:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 0;
    padding-left: 0;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

    .navbar-collapse:before, .navbar-collapse:after {
        content: " ";
        display: table;
    }

    .navbar-collapse:after {
        clear: both;
    }

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
}

@media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 14px 0;
    font-size: 19px;
    line-height: 22px;
    height: 50px;
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none;
    }

    .navbar-brand > img {
        display: block;
    }

@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: 0;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 0;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
}

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7px 0;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 22px;
    }

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu > li > a,
        .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 22px;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 14px;
                padding-bottom: 14px;
            }
}

.navbar-form {
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 7px;
    margin-bottom: 7px;
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .navbar-form .input-group .input-group-addon,
        .navbar-form .input-group .input-group-btn,
        .navbar-form .input-group .form-control {
            width: auto;
        }

        .navbar-form .input-group > .form-control {
            width: 100%;
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .navbar-form .radio label,
        .navbar-form .checkbox label {
            padding-left: 0;
        }

        .navbar-form .radio input[type="radio"],
        .navbar-form .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0;
        }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 7px;
    margin-bottom: 7px;
}

    .navbar-btn.btn-sm {
        margin-top: 9.5px;
        margin-bottom: 9.5px;
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.navbar-text {
    margin-top: 14px;
    margin-bottom: 14px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: 0;
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0;
        }
}

.navbar-default {
    background-color: #f9f9f9;
    border-color: #fff;
}

    .navbar-default .navbar-brand {
        color: #000;
    }

        .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
            color: black;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #777;
    }

    .navbar-default .navbar-nav > li > a {
        color: #000;
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #fff;
            background-color: #000;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #000;
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd;
    }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: #ddd;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888;
        }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #fff;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: #000;
        color: #fff;
    }

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #000;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: #000;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #000;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #000;
}

    .navbar-default .navbar-link:hover {
        color: #fff;
    }

.navbar-default .btn-link {
    color: #000;
}

    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
        color: #fff;
    }

    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
        color: #ccc;
    }

.navbar-inverse {
    background-color: #222;
    border-color: #090909;
}

    .navbar-inverse .navbar-brand {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #9d9d9d;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333;
    }

        .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
            background-color: #333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #090909;
        color: #fff;
    }

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
        color: #fff;
    }

    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
        color: #444;
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

    .label:empty {
        display: none;
    }

.btn .label {
    position: relative;
    top: -1px;
}

a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label-default {
    background-color: #777777;
}

    .label-default[href]:hover, .label-default[href]:focus {
        background-color: #5e5e5e;
    }

.label-primary {
    background-color: #000;
}

    .label-primary[href]:hover, .label-primary[href]:focus {
        background-color: black;
    }

.label-success {
    background-color: #76a056;
}

    .label-success[href]:hover, .label-success[href]:focus {
        background-color: #5e7f44;
    }

.label-info {
    background-color: #5bc0de;
}

    .label-info[href]:hover, .label-info[href]:focus {
        background-color: #31b0d5;
    }

.label-warning {
    background-color: #f0ad4e;
}

    .label-warning[href]:hover, .label-warning[href]:focus {
        background-color: #ec971f;
    }

.label-danger {
    background-color: #dd5151;
}

    .label-danger[href]:hover, .label-danger[href]:focus {
        background-color: #d22929;
    }

.alert {
    padding: 15px;
    margin-bottom: 22px;
    border: 1px solid transparent;
    border-radius: 0;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: bold;
    }

    .alert > p,
    .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

    .alert-dismissable .close,
    .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #000;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: black;
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #000;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: black;
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #000;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: black;
    }

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #e6e6e6;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0, 0, 0, 0.15);
    }

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

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

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs {
    display: none !important;
}

.visible-sm {
    display: none !important;
}

.visible-md {
    display: none !important;
}

.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

/* -- Clear box-shadows ---- */
.well,
.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* -- Imports ------ */
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

    *:not(a) {
        outline: 0;
    }

a:focus, a:focus:active, a.focus, a.focus:active {
    outline: 2px solid #000;
}

html,
body {
    height: 100%;
}

html {
    padding: 0;
    margin: 0;
}

body {
    font-weight: normal;
    text-align: center;
    padding: 0;
    margin: 0;
    overflow-y: scroll;
}

@media (min-width: 768px) {
    body {
        font-size: 16px;
        line-height: 1.5em;
    }
}

img {
    max-width: 100%;
}

hr {
    border-top: solid 1px #f3f3f3;
    margin: 20px 0;
}

    hr.section-divider {
        border-top: solid 1px #000;
        margin: 50px 0;
    }

    hr.flush {
        margin: 0;
    }

.skipnav {
    text-align: left;
}

    .skipnav a {
        position: absolute;
        left: -9999px;
        width: 1px;
        height: 1px;
        overflow: hidden;
    }

        .skipnav a:focus, .skipnav a:active {
            position: static;
            left: 0;
            width: auto;
            height: auto;
            overflow: visible;
        }

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

.container-fluid {
    min-width: 320px;
    max-width: 1020px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 768px) {
    .container-fluid {
        padding-left: 40px;
        padding-right: 40px;
    }
}

#screen-cover {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 0;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 10;
}

@media (max-width: 991px) {
    #screen-cover.menu-open {
        display: block;
    }
}

@media (min-width: 768px) {
    .text-center-sm {
        text-align: center;
    }

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

    .text-right-sm {
        text-align: right;
    }

    .right-sm {
        float: right;
    }
}

.bg-primary {
    background: #000;
}

.bg-secondary {
    background: #000;
}

.bg-text {
    background: #000;
}

.bg-grey-light {
    background: #e6e6e6;
}

.bg-grey-dark {
    background: #ccc;
}

.bg-white {
    background: #fff;
}

.bg-error {
    background: #dd5151;
}

.bg-warning {
    background: #f0ad4e;
}

.bg-success {
    background: #76a056;
}

.bg-bnpl {
    background: #400080;
}

.bg-grey-light-white {
    background: #e6e6e6;
}

iframe.payment-iframe {
    margin: 20px auto;
    display: block;
}

.no-padding-bottom {
    padding-bottom: 0;
}

.no-padding-top {
    padding-top: 0;
}

.no-margin-left {
    margin-left: 0;
}

.font-weight-bold {
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
}

/*
To Update the icon font:
	- Upload the icomoon.json file to https://icomoon.io/app/ via the 'import icons' button
	- Import the new SVG icon* (click on the burger menu to the right of the icon set and select 'import to set')
	- Move the new icon to the end of the list (leaving it at the start can sometimes break the 'content' value, breaking the entire set of icons)
	- Make sure the icon is selected
	- Select 'download JSON' from the burger menu next to the iconset and use this JSON file to the replace the one in the repository
	- Click 'generate font', followed by 'download'
	- rename the icon font files to icons.*
	- replace the font files within each of the brands
	- update this file to include the new content value (content value can be found either from the 'generate font' stage of icomoon.io/app, or within the generated CSS file downloaded along with the icon font)

Only two lines of this file should need to be updated, e.g.:

	$icon-loading: "\e90f";
	and
	.icon-loading:before { content: $icon-loading; }

*Ensure that SVG's fulfill the following criteria before uploading:
	- the artboard is  square
	- the icon is vertically/horizontally centred within the artboard
	- paths don't contain strokes (all strokes should be outlined)
*/
@font-face {
    font-family: 'icons';
    src: url("/fonts/icons/icons.eot?4c1i7v");
    src: url("/fonts/icons/icons.eot?4c1i7v#iefix") format("embedded-opentype"), url("/fonts/icons/icons.ttf?4c1i7v") format("truetype"), url("/fonts/icons/icons.woff?4c1i7v") format("woff"), url("/fonts/icons/icons.svg?4c1i7v#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-back:before {
    content: "\E900";
}

.icon-up:before {
    content: "\E901";
}

.icon-down:before {
    content: "\E902";
}

.icon-left:before {
    content: "\E903";
}

.icon-right:before {
    content: "\E904";
}

.icon-cross:before {
    content: "\E906";
}

.icon-tick:before {
    content: "\E905";
}

.icon-next-steps:before {
    content: "\E907";
}

.icon-success:before {
    content: "\E908";
}

.icon-warning:before {
    content: "\E909";
}

.icon-help:before {
    content: "\E90A";
}

.icon-calendar:before {
    content: "\E90B";
}

.icon-large-calendar:before {
    content: "\E90C";
}

.icon-phone:before {
    content: "\E90D";
}

.icon-reveal:before {
    content: "\E90E";
}

.passcode-toggle {
    display: block;
    width: 44px;
    height: 46px;
    font-size: 18px;
    text-decoration: none;
    margin-left: -5px;
    vertical-align: top;
    cursor: pointer;
    outline: none;
    content: "\E90F";
    padding: 0px;
}

.passcode-toggle:focus {
    text-decoration: underline;
}

.icon-loading:before {
    content: "\E90F";
}

.icon-magnifying-glass:before {
    content: "\E910";
}

.icon-pound:before {
    content: "\A3";
}

.icon-mail:before {
    content: "\E911";
}

.icon-notification-badge:before {
    content: "\E912";
}

.icon-sad2:before {
    content: "\E9E6";
}

.icon-exclamation-triangle:before {
    content: "\E913";
}

.icon-chat-bubble:before {
    content: "\E914";
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    margin: 0 auto;
}

    h1.text-primary, .h1.text-primary,
    h2.text-primary, .h2.text-primary,
    h3.text-primary, .h3.text-primary,
    h4.text-primary, .h4.text-primary,
    h5.text-primary, .h5.text-primary,
    h6.text-primary, .h6.text-primary {
        color: #000;
    }

    h1.flush-bottom, .h1.flush-bottom,
    h2.flush-bottom, .h2.flush-bottom,
    h3.flush-bottom, .h3.flush-bottom,
    h4.flush-bottom, .h4.flush-bottom,
    h5.flush-bottom, .h5.flush-bottom,
    h6.flush-bottom, .h6.flush-bottom {
        margin-bottom: 0;
    }

@media (min-width: 768px) {
    h1.flush-bottom, .h1.flush-bottom,
    h2.flush-bottom, .h2.flush-bottom,
    h3.flush-bottom, .h3.flush-bottom,
    h4.flush-bottom, .h4.flush-bottom,
    h5.flush-bottom, .h5.flush-bottom,
    h6.flush-bottom, .h6.flush-bottom {
        margin-bottom: 0;
    }
}

h1,
.h1 {
    font-family: proxima-nova, sans-serif;
    font-size: 2.33333em;
    font-weight: normal;
    color: #000;
    line-height: 1.14286em;
    margin-bottom: 15px;
}

    h1 + .flush-top,
    .h1 + .flush-top {
        margin-top: -15px;
    }

@media (min-width: 768px) {
    h1,
    .h1 {
        font-family: proxima-nova, sans-serif;
        font-size: 2.1875em;
        font-weight: normal;
        color: #000;
        line-height: 1.14286em;
        margin-bottom: 30px;
    }

        h1 + .flush-top,
        .h1 + .flush-top {
            margin-top: -30px;
        }
}

h2,
.h2 {
    font-family: proxima-nova, sans-serif;
    font-size: 1.86667em;
    font-weight: normal;
    color: #000;
    line-height: 1.21429em;
    margin-top: 15px;
    margin-bottom: 15px;
}

    h2 + .flush-top,
    .h2 + .flush-top {
        margin-top: -15px;
    }

@media (min-width: 768px) {
    h2,
    .h2 {
        font-family: proxima-nova, sans-serif;
        font-size: 1.875em;
        font-weight: normal;
        color: #000;
        line-height: 1.2em;
        margin-bottom: 30px;
    }

        h2 + .flush-top,
        .h2 + .flush-top {
            margin-top: -30px;
        }
}

h3,
.h3 {
    font-family: proxima-nova, sans-serif;
    font-size: 1.33333em;
    font-weight: 700;
    color: #000;
    line-height: 1.3em;
    margin-top: 15px;
    margin-bottom: 15px;
}

    h3 + .flush-top,
    .h3 + .flush-top {
        margin-top: -15px;
    }

@media (min-width: 768px) {
    h3,
    .h3 {
        font-family: proxima-nova, sans-serif;
        font-size: 1.5em;
        font-weight: 700;
        color: #000;
        line-height: 1.25em;
    }
}

h4,
.h4 {
    font-family: proxima-nova, sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    color: #000;
    line-height: 1.33333em;
    margin-bottom: 15px;
}

    h4 + .flush-top,
    .h4 + .flush-top {
        margin-top: -15px;
    }

@media (min-width: 768px) {
    h4,
    .h4 {
        font-family: proxima-nova, sans-serif;
        font-size: 1.25em;
        font-weight: 700;
        color: #000;
        line-height: 1.3em;
    }
}

h5,
.h5 {
    font-family: proxima-nova, sans-serif;
    font-size: 1.06667em;
    font-weight: 700;
    color: #000;
    line-height: 1.375em;
    margin-bottom: 15px;
}

    h5 + .flush-top,
    .h5 + .flush-top {
        margin-top: -15px;
    }

@media (min-width: 768px) {
    h5,
    .h5 {
        font-family: proxima-nova, sans-serif;
        font-size: 1.125em;
        font-weight: 700;
        color: #000;
        line-height: 1.33333em;
    }
}

h6,
.h6 {
    font-family: proxima-nova, sans-serif;
    font-size: 1em;
    font-weight: 700;
    color: #000;
    line-height: 1.46667em;
    margin-bottom: 15px;
}

    h6 + .flush-top,
    .h6 + .flush-top {
        margin-top: -15px;
    }

@media (min-width: 768px) {
    h6,
    .h6 {
        font-family: proxima-nova, sans-serif;
        font-size: 1em;
        font-weight: 700;
        color: #000;
        line-height: 1.5em;
    }
}

.tertiary {
    font-family: proxima-nova, sans-serif;
    font-size: 0.8em;
    font-weight: normal;
    color: #000;
    line-height: 1.5em;
}

@media (min-width: 768px) {
    .tertiary {
        font-family: proxima-nova, sans-serif;
        font-size: 0.8125em;
        font-weight: normal;
        color: #000;
        line-height: 1.38462em;
    }
}

.no-wrap {
    white-space: nowrap;
}

.ellipsis-overflow {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

a {
    font-weight: normal;
    color: #1273AD;
    text-decoration: underline;
    cursor: pointer;
}

    a:active, a:focus, a:hover {
        text-decoration: none;
    }

@media (min-width: 768px) {
    a {
        font-weight: normal;
        color: #1273AD;
        text-decoration: underline;
    }

        a:active, a:focus, a:hover {
            text-decoration: none;
        }
}

a.disabled {
    color: #ccc;
    cursor: none;
}

.error a,
.alert.alert-danger strong a {
    color: #dd5151;
}

a[href^='tel:']:not(.ignore-tel-style) {
    display: inline-block;
    position: relative;
    padding: 5px 5px 5px 25px;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
}

    a[href^='tel:']:not(.ignore-tel-style):before {
        font-family: 'icons' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #000;
        content: "\E90D";
        display: block;
        font-size: 18px;
        left: 0;
        margin-top: -9px;
        position: absolute;
        top: 50%;
    }

@media (min-width: 768px) {
    a[href^='tel:']:not(.ignore-tel-style) {
        padding-left: 30px;
    }
}

p a[href^='tel:']:not(.ignore-tel-style) {
    padding-bottom: 0;
    padding-left: 24px;
    padding-top: 0;
}

    p a[href^='tel:']:not(.ignore-tel-style):before {
        left: 5px;
    }

@media (min-width: 768px) {
    p a[href^='tel:']:not(.ignore-tel-style) {
        padding-left: 27px;
    }
}

.error a[href^='tel:']:not(.ignore-tel-style):before,
.alert.alert-danger strong a[href^='tel:']:not(.ignore-tel-style):before {
    color: #dd5151;
}

p {
    margin-bottom: 20px;
}

    p.flush-bottom, p.flush-bottom-xs {
        margin-bottom: 0;
    }

    p + .flush-top {
        margin-top: -20px;
    }

@media (min-width: 768px) {
    p.flush-bottom-xs {
        margin-bottom: 20px;
    }
}

strong,
strong a {
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
}

dl.contact-description-list dt {
    display: none;
}

dl.contact-description-list dd {
    margin-bottom: 5px;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
}

.ellipsis-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
}

.break-all {
    word-break: break-all;
}

.nav-tabs > li a,
.nav-tabs-justified > li a, .nav-tabs.nav-justified > li a, .nav-tabs.nav-justified > li a {
    text-transform: none;
}

.nav-tabs > li a,
.nav-tabs > li .tab-link,
.nav-tabs-justified > li a, .nav-tabs.nav-justified > li a,
.nav-tabs-justified > li .tab-link, .nav-tabs.nav-justified > li .tab-link {
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
}

.nav-tabs {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-bottom: solid 1px #e6e6e6;
}

@media (min-width: 768px) {
    .nav-tabs {
        display: block;
    }
}

.nav-tabs > li {
    display: table-cell;
    width: 100%;
    float: none;
}

@media (min-width: 768px) {
    .nav-tabs > li {
        display: inline-block;
        width: auto;
        height: auto;
        float: left;
    }
}

.nav-tabs > li > a {
    display: block;
    height: 100%;
    text-align: center;
    text-decoration: none;
    margin: 0;
}

    .nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
        color: #000;
        background: #ccc;
        border-color: #ccc;
    }

.nav-tabs > li.active > a {
    margin: 0;
}

@media (min-width: 768px) {
    .nav-tabs > li.active > a {
        padding: 10px 50px;
    }
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff;
    background: #000;
    border-color: #000;
}

.nav-tabs-justified > li.active a, .nav-tabs.nav-justified > li.active a, .nav-tabs-justified > li.active a:hover, .nav-tabs.nav-justified > li.active a:hover, .nav-tabs.nav-justified > li.active a, .nav-tabs.nav-justified > li.active a:hover {
    color: #000;
    background: #fff;
}

.nav-tabs-justified > li a, .nav-tabs.nav-justified > li a, .nav-tabs.nav-justified > li a {
    font-size: 1.06667em;
    color: #000;
    background: #e6e6e6;
    padding: 20px 10px;
    border-bottom: none !important;
    margin-bottom: 0;
}

    .nav-tabs-justified > li a:hover, .nav-tabs.nav-justified > li a:hover, .nav-tabs.nav-justified > li a:hover {
        background: #ccc;
        border-color: #ccc;
    }

@media (min-width: 768px) {
    .nav-tabs-justified > li a, .nav-tabs.nav-justified > li a, .nav-tabs.nav-justified > li a {
        font-size: 1.25em;
    }
}

.tab-content {
    background: #fff;
    border: solid 1px #e6e6e6;
    border-top: none;
    padding: 15px 20px 0;
    margin-bottom: 20px;
}

    .tab-content:focus {
        outline: 2px solid #000;
        outline-offset: -2px;
    }

    .tab-content .tab-content-full-width {
        margin-left: -20px;
        margin-right: -20px;
    }

        .tab-content .tab-content-full-width.well {
            padding-left: 20px;
            padding-right: 20px;
        }

@media (min-width: 768px) {
    .tab-content {
        padding: 30px 50px 15px;
        margin-bottom: 30px;
    }

        .tab-content .tab-content-full-width {
            margin-left: -50px;
            margin-right: -50px;
        }

            .tab-content .tab-content-full-width.well {
                padding-left: 50px;
                padding-right: 50px;
            }

                .tab-content .tab-content-full-width.well.flush-left-sm {
                    padding-left: 0;
                }

                .tab-content .tab-content-full-width.well.flush-right-sm {
                    padding-right: 0;
                }
}

@media (min-width: 768px) {
    .btn-group-full-width-wrapper {
        margin: 0 -15px;
    }
}

.btn-group {
    margin: 0 -15px 5px;
}

    .btn-group .btn-cell {
        padding-left: 15px;
        padding-right: 15px;
    }

        .btn-group .btn-cell .btn {
            min-width: 0;
            margin: 0 auto 10px;
        }

@media (min-width: 768px) {
    .btn-group .btn-cell {
        display: inline-block;
        vertical-align: top;
    }

    .btn-group.full-width {
        display: table;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

        .btn-group.full-width .btn-cell {
            display: table-cell;
            padding-left: 5px;
            padding-right: 5px;
        }

            .btn-group.full-width .btn-cell .btn {
                min-width: 0;
                width: 100%;
                margin: 0;
            }
}

@media (min-width: 992px) {
    .btn-group .btn-cell .btn {
        min-width: 210px;
    }

    .btn-group.full-width .btn-cell .btn {
        min-width: 0;
    }
}

@media (min-width: 768px) {
    .btn-row {
        margin-bottom: 30px;
    }

        .btn-row .btn {
            margin: 0;
        }
}

.btn {
    display: block;
    width: 100%;
    /*font-size: 1.13333em;*/
    text-transform: uppercase;
    text-decoration: none;
    /*padding: 12px 9px;*/
    /*margin: 0 auto 20px;*/
    white-space: normal;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    -webkit-transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
    -moz-transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
    -ms-transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
    -o-transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
    transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

@media (min-width: 601px) {
    .btn {
        max-width: 420px;
        /*padding: 12px 19px;*/
    }
}

@media (min-width: 768px) {
    .btn {
        display: inline-block;
        width: auto;
        min-width: 210px;
    }
}

.btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn:focus, .btn:focus:active, .btn.focus, .btn.focus:active {
    outline: 2px solid #000;
}

@media (min-width: 768px) {
    .btn.input-height-sm {
        padding: 10px 19px;
    }

    .btn.input-vlevel-sm {
        margin-top: 39px;
    }
}

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

.btn.btn-primary, .btn.btn-primary-on-primary {
    position: relative;
    color: #fff;
    background: #000;
    border: none;
    border: 1px solid #000;
}

    .btn.btn-primary.active, .btn.btn-primary.focus, .btn.btn-primary:active, .btn.btn-primary:focus, .btn.btn-primary:hover, .btn.btn-primary-on-primary.active, .btn.btn-primary-on-primary.focus, .btn.btn-primary-on-primary:active, .btn.btn-primary-on-primary:focus, .btn.btn-primary-on-primary:hover {
        color: #000;
    }

    .btn.btn-primary:focus, .btn.btn-primary.focus, .btn.btn-primary:hover, .btn.btn-primary-on-primary:focus, .btn.btn-primary-on-primary.focus, .btn.btn-primary-on-primary:hover {
        background: #ccc;
        border-color: #ccc;
    }

    .btn.btn-primary:active, .btn.btn-primary.active, .btn.btn-primary-on-primary:active, .btn.btn-primary-on-primary.active {
        background: #000;
        border-color: #000;
    }

    .btn.btn-primary.disabled, .btn.btn-primary.disabled:hover, .btn.btn-primary.disabled:focus, .btn.btn-primary.disabled.focus, .btn.btn-primary[disabled], .btn.btn-primary[disabled]:hover, .btn.btn-primary[disabled]:focus, .btn.btn-primary[disabled].focus,
    fieldset[disabled] .btn.btn-primary,
    fieldset[disabled] .btn.btn-primary:hover,
    fieldset[disabled] .btn.btn-primary:focus,
    fieldset[disabled] .btn.btn-primary.focus, .btn.btn-primary-on-primary.disabled, .btn.btn-primary-on-primary.disabled:hover, .btn.btn-primary-on-primary.disabled:focus, .btn.btn-primary-on-primary.disabled.focus, .btn.btn-primary-on-primary[disabled], .btn.btn-primary-on-primary[disabled]:hover, .btn.btn-primary-on-primary[disabled]:focus, .btn.btn-primary-on-primary[disabled].focus,
    fieldset[disabled] .btn.btn-primary-on-primary,
    fieldset[disabled] .btn.btn-primary-on-primary:hover,
    fieldset[disabled] .btn.btn-primary-on-primary:focus,
    fieldset[disabled] .btn.btn-primary-on-primary.focus {
        color: #fff;
        background-color: #999;
        border: solid 1px #999;
    }

@media (min-width: 768px) {
    .btn.btn-primary.input-height-sm, .btn.btn-primary-on-primary.input-height-sm {
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .btn.btn-primary.input-height-sm:focus, .btn.btn-primary.input-height-sm.focus, .btn.btn-primary.input-height-sm:hover, .btn.btn-primary-on-primary.input-height-sm:focus, .btn.btn-primary-on-primary.input-height-sm.focus, .btn.btn-primary-on-primary.input-height-sm:hover {
            padding-top: 10px;
            padding-bottom: 9px;
        }

        .btn.btn-primary.input-height-sm:active, .btn.btn-primary.input-height-sm.active, .btn.btn-primary-on-primary.input-height-sm:active, .btn.btn-primary-on-primary.input-height-sm.active {
            padding-top: 9px;
            padding-bottom: 10px;
        }

        .btn.btn-primary.input-height-sm.disabled, .btn.btn-primary.input-height-sm.disabled:hover, .btn.btn-primary.input-height-sm.disabled:focus, .btn.btn-primary.input-height-sm.disabled.focus, .btn.btn-primary.input-height-sm[disabled], .btn.btn-primary.input-height-sm[disabled]:hover, .btn.btn-primary.input-height-sm[disabled]:focus, .btn.btn-primary.input-height-sm[disabled].focus,
        fieldset[disabled] .btn.btn-primary.input-height-sm,
        fieldset[disabled] .btn.btn-primary.input-height-sm:hover,
        fieldset[disabled] .btn.btn-primary.input-height-sm:focus,
        fieldset[disabled] .btn.btn-primary.input-height-sm.focus, .btn.btn-primary-on-primary.input-height-sm.disabled, .btn.btn-primary-on-primary.input-height-sm.disabled:hover, .btn.btn-primary-on-primary.input-height-sm.disabled:focus, .btn.btn-primary-on-primary.input-height-sm.disabled.focus, .btn.btn-primary-on-primary.input-height-sm[disabled], .btn.btn-primary-on-primary.input-height-sm[disabled]:hover, .btn.btn-primary-on-primary.input-height-sm[disabled]:focus, .btn.btn-primary-on-primary.input-height-sm[disabled].focus,
        fieldset[disabled] .btn.btn-primary-on-primary.input-height-sm,
        fieldset[disabled] .btn.btn-primary-on-primary.input-height-sm:hover,
        fieldset[disabled] .btn.btn-primary-on-primary.input-height-sm:focus,
        fieldset[disabled] .btn.btn-primary-on-primary.input-height-sm.focus {
            padding-top: 10px;
            padding-bottom: 10px;
        }
}

.btn.btn-primary-on-primary {
    color: #fff;
    background: #000;
    border: 1px solid #ccc;
}

    .btn.btn-primary-on-primary.active, .btn.btn-primary-on-primary.focus, .btn.btn-primary-on-primary:active, .btn.btn-primary-on-primary:focus, .btn.btn-primary-on-primary:hover {
        color: #000;
        background: #ccc;
        border-color: #ccc;
    }

.btn.btn-secondary {
    color: #000;
    background: #fff;
    border-color: #ccc;
}

@media (min-width: 768px) {
    form .btn.btn-secondary {
        min-width: 280px;
    }
}

.btn.btn-secondary:focus, .btn.btn-secondary.focus, .btn.btn-secondary:active, .btn.btn-secondary.active, .btn.btn-secondary:hover {
    color: #fff;
}

.btn.btn-secondary:focus, .btn.btn-secondary.focus, .btn.btn-secondary:hover {
    background: #ccc;
    border-color: #ccc;
}

.btn.btn-secondary:active, .btn.btn-secondary.active {
    background: #000;
    border-color: #000;
}

.btn.btn-secondary.disabled, .btn.btn-secondary.disabled:hover, .btn.btn-secondary.disabled:focus, .btn.btn-secondary.disabled.focus, .btn.btn-secondary[disabled], .btn.btn-secondary[disabled]:hover, .btn.btn-secondary[disabled]:focus, .btn.btn-secondary[disabled].focus,
fieldset[disabled] .btn.btn-secondary,
fieldset[disabled] .btn.btn-secondary:hover,
fieldset[disabled] .btn.btn-secondary:focus,
fieldset[disabled] .btn.btn-secondary.focus {
    color: #7FBFE3;
    background-color: #fff;
    border-color: #E6E6E6;
}

.btn.btn-link {
    display: inline-block;
    min-width: 0;
    width: auto;
}

.btn.btn-back, .btn.btn-back-flush {
    position: relative;
    text-align: left;
    padding-left: 35px;
    margin-left: 0;
    margin-right: 0;
}

    .btn.btn-back:before, .btn.btn-back-flush:before {
        font-family: 'icons' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #000;
        content: "\E903";
        display: block;
        font-size: 18px;
        left: 0;
        margin-top: -9px;
        position: absolute;
        top: 50%;
    }

    .btn.btn-back:after, .btn.btn-back-flush:after {
        background: #000;
        content: "";
        display: block;
        font-size: 0;
        height: 4px;
        left: 6px;
        margin-top: -2px;
        position: absolute;
        top: 50%;
        width: 18px;
    }

.btn.btn-back-flush {
    background-color: #000;
    color: #fff;
    display: block;
    margin: -20px -20px 0 -20px;
    max-width: none;
    padding: 20px 40px 20px 55px;
    text-transform: none;
}

    .btn.btn-back-flush:before {
        color: #fff;
        left: 20px;
    }

    .btn.btn-back-flush:after {
        background-color: #fff;
        left: 26px;
    }

@media (min-width: 768px) {
    /*.btn {
        font-size: 1.0625em;
    }*/

    .col-sm-6 .btn,
    .col-sm-5 .btn,
    .col-sm-4 .btn,
    .col-sm-3 .btn,
    .col-sm-2 .btn {
        min-width: 0 !important;
        max-width: none !important;
        width: 100% !important;
    }
}

.well-xs-bottom {
    background: #e6e6e6;
    padding: 0 15px;
    margin-top: -20px;
    margin-bottom: 20px;
}

    .well-xs-bottom.off-white {
        background: #f9f9f9;
    }

    .well-xs-bottom.flush-bottom {
        margin-bottom: 0;
    }

@media (min-width: 768px) {
    .well-xs-bottom {
        background: transparent;
        padding: 0;
        margin-top: 0;
        margin-bottom: 30px;
    }

        .well-xs-bottom.off-white {
            background: transparent;
        }

        .well-xs-bottom.flush-bottom {
            margin-bottom: 0;
        }
}

.logged-out {
    min-height: 100%;
    background: #f9f9f9;
}

@media (max-width: 767px) {
    .logged-out .site-wrapper .container-fluid {
        padding: 0;
    }

    .logged-out .site-wrapper .nav-tabs {
        display: block;
        border: none;
    }

        .logged-out .site-wrapper .nav-tabs li, .logged-out .site-wrapper .nav-tabs .li {
            display: inline-block;
            float: left;
            width: 50%;
            height: auto;
        }
}

.logged-out .site-wrapper .authentication-content {
    background: #fff;
    padding: 15px 20px;
}

    .logged-out .site-wrapper .authentication-content h2,
    .logged-out .site-wrapper .authentication-content .h2 {
        margin-top: 0;
    }

    .logged-out .site-wrapper .authentication-content hr {
        margin: 15px -20px 30px;
    }

    .logged-out .site-wrapper .authentication-content label,
    .logged-out .site-wrapper .authentication-content .mock-label {
        margin-bottom: 0;
    }

    .logged-out .site-wrapper .authentication-content .checkbox-wrapper {
        margin-bottom: 5px;
    }

@media (min-width: 768px) {
    .logged-out .site-wrapper .nav-tabs > li a, .logged-out .site-wrapper .nav-tabs > .li a {
        min-width: 150px;
        padding: 10px 20px;
    }

    .logged-out .site-wrapper .authentication-content {
        border: solid 1px #e6e6e6;
        padding: 45px 40px 30px;
        margin-bottom: 30px;
    }

        .logged-out .site-wrapper .authentication-content .row.horiz-line {
            margin: 0 -30px;
        }

            .logged-out .site-wrapper .authentication-content .row.horiz-line .col-sm-6 {
                border-left: solid 1px #f3f3f3;
                padding: 15px 30px;
                margin-left: -1px;
            }

                .logged-out .site-wrapper .authentication-content .row.horiz-line .col-sm-6:first-child {
                    border-left: none;
                    border-right: solid 1px #f3f3f3;
                    margin-left: 0;
                }

        .logged-out .site-wrapper .authentication-content h2,
        .logged-out .site-wrapper .authentication-content .h2 {
            margin-bottom: 15px;
        }

        .logged-out .site-wrapper .authentication-content h3,
        .logged-out .site-wrapper .authentication-content .h3 {
            margin-top: 15px;
        }

        .logged-out .site-wrapper .authentication-content hr {
            margin: 30px 0;
        }

        .logged-out .site-wrapper .authentication-content .checkbox-wrapper {
            margin-bottom: 15px;
        }

        .logged-out .site-wrapper .authentication-content .switch-wrapper {
            text-align: left;
        }
}

@media (min-width: 992px) {
    .logged-out .site-wrapper .authentication-content {
        padding: 45px 80px 30px;
    }

        .logged-out .site-wrapper .authentication-content .row.horiz-line {
            margin: 0 -80px;
        }

            .logged-out .site-wrapper .authentication-content .row.horiz-line .col-sm-6 {
                padding: 15px 80px;
            }
}

.logged-out.not-authentication {
    background: #fff;
}

    .logged-out.not-authentication .site-wrapper .container-fluid {
        padding: 0 20px;
    }

@media (min-width: 768px) {
    .logged-out.not-authentication .site-wrapper .container-fluid {
        padding: 0 40px;
    }
}

.alt-colors-page {
    min-height: 100%;
    color: #fff;
    background: #000;
}

    .alt-colors-page.pop-up-page {
        padding: 30px 0 10px;
    }

    .alt-colors-page h1,
    .alt-colors-page .h1,
    .alt-colors-page h2,
    .alt-colors-page .h2,
    .alt-colors-page h3,
    .alt-colors-page .h3,
    .alt-colors-page h4,
    .alt-colors-page .h4,
    .alt-colors-page h5,
    .alt-colors-page .h5,
    .alt-colors-page h6,
    .alt-colors-page .h6,
    .alt-colors-page .tertiary,
    .alt-colors-page .text-primary,
    .alt-colors-page a {
        color: #fff;
    }

    .alt-colors-page .error a,
    .alt-colors-page .alert.alert-danger strong a,
    .alt-colors-page .well .error a,
    .alt-colors-page .well .alert.alert-danger strong a {
        color: #dd5151;
    }

    .alt-colors-page .btn-primary {
        color: #000;
        background: #fff;
    }

        .alt-colors-page .btn-primary.active, .alt-colors-page .btn-primary.focus, .alt-colors-page .btn-primary:active, .alt-colors-page .btn-primary:focus, .alt-colors-page .btn-primary:hover {
            color: #000;
        }

        .alt-colors-page .btn-primary:focus, .alt-colors-page .btn-primary.focus, .alt-colors-page .btn-primary:hover {
            background: #fff;
            border-color: #fff;
        }

        .alt-colors-page .btn-primary:active, .alt-colors-page .btn-primary.active {
            background: #fff;
            border-color: #fff;
        }

        .alt-colors-page .btn-primary.disabled, .alt-colors-page .btn-primary.disabled:hover, .alt-colors-page .btn-primary.disabled:focus, .alt-colors-page .btn-primary.disabled.focus, .alt-colors-page .btn-primary[disabled], .alt-colors-page .btn-primary[disabled]:hover, .alt-colors-page .btn-primary[disabled]:focus, .alt-colors-page .btn-primary[disabled].focus,
        fieldset[disabled] .alt-colors-page .btn-primary,
        fieldset[disabled] .alt-colors-page .btn-primary:hover,
        fieldset[disabled] .alt-colors-page .btn-primary:focus,
        fieldset[disabled] .alt-colors-page .btn-primary.focus {
            color: #999;
            background-color: #fff;
            border: solid 1px #fff;
        }

    .alt-colors-page .well {
        color: #000;
    }

        .alt-colors-page .well .text-primary {
            color: #000;
        }

        .alt-colors-page .well a {
            color: #1273AD;
        }

@media (min-width: 768px) {
    .alt-colors-page .well a {
        color: #1273AD;
    }
}

.alt-colors-page .well a.disabled {
    color: #ccc;
}

.alt-colors-page .well .btn-primary {
    color: #fff;
    background: #000;
}

    .alt-colors-page .well .btn-primary.active, .alt-colors-page .well .btn-primary.focus, .alt-colors-page .well .btn-primary:active, .alt-colors-page .well .btn-primary:focus, .alt-colors-page .well .btn-primary:hover {
        color: #000;
    }

    .alt-colors-page .well .btn-primary:focus, .alt-colors-page .well .btn-primary.focus, .alt-colors-page .well .btn-primary:hover {
        background: #ccc;
        border-color: #ccc;
    }

    .alt-colors-page .well .btn-primary:active, .alt-colors-page .well .btn-primary.active {
        background: #000;
        border-color: #000;
    }

    .alt-colors-page .well .btn-primary.disabled, .alt-colors-page .well .btn-primary.disabled:hover, .alt-colors-page .well .btn-primary.disabled:focus, .alt-colors-page .well .btn-primary.disabled.focus, .alt-colors-page .well .btn-primary[disabled], .alt-colors-page .well .btn-primary[disabled]:hover, .alt-colors-page .well .btn-primary[disabled]:focus, .alt-colors-page .well .btn-primary[disabled].focus,
    fieldset[disabled] .alt-colors-page .well .btn-primary,
    fieldset[disabled] .alt-colors-page .well .btn-primary:hover,
    fieldset[disabled] .alt-colors-page .well .btn-primary:focus,
    fieldset[disabled] .alt-colors-page .well .btn-primary.focus {
        color: #fff;
        background-color: #999;
        border: solid 1px #999;
    }

@media (max-width: 767px) {
    .alt-colors-page .well-xs-bottom {
        margin-bottom: 20px;
    }

        .alt-colors-page .well-xs-bottom .btn-primary {
            color: #fff;
            background: #000;
        }

            .alt-colors-page .well-xs-bottom .btn-primary.active, .alt-colors-page .well-xs-bottom .btn-primary.focus, .alt-colors-page .well-xs-bottom .btn-primary:active, .alt-colors-page .well-xs-bottom .btn-primary:focus, .alt-colors-page .well-xs-bottom .btn-primary:hover {
                color: #000;
            }

            .alt-colors-page .well-xs-bottom .btn-primary:focus, .alt-colors-page .well-xs-bottom .btn-primary.focus, .alt-colors-page .well-xs-bottom .btn-primary:hover {
                background: #ccc;
                border-color: #ccc;
            }

            .alt-colors-page .well-xs-bottom .btn-primary:active, .alt-colors-page .well-xs-bottom .btn-primary.active {
                background: #000;
                border-color: #000;
            }

            .alt-colors-page .well-xs-bottom .btn-primary.disabled, .alt-colors-page .well-xs-bottom .btn-primary.disabled:hover, .alt-colors-page .well-xs-bottom .btn-primary.disabled:focus, .alt-colors-page .well-xs-bottom .btn-primary.disabled.focus, .alt-colors-page .well-xs-bottom .btn-primary[disabled], .alt-colors-page .well-xs-bottom .btn-primary[disabled]:hover, .alt-colors-page .well-xs-bottom .btn-primary[disabled]:focus, .alt-colors-page .well-xs-bottom .btn-primary[disabled].focus,
            fieldset[disabled] .alt-colors-page .well-xs-bottom .btn-primary,
            fieldset[disabled] .alt-colors-page .well-xs-bottom .btn-primary:hover,
            fieldset[disabled] .alt-colors-page .well-xs-bottom .btn-primary:focus,
            fieldset[disabled] .alt-colors-page .well-xs-bottom .btn-primary.focus {
                color: #fff;
                background-color: #999;
                border: solid 1px #999;
            }
}

@media (min-width: 992px) {
    .alt-colors-page.pop-up-page {
        padding: 50px 0 30px;
    }
}

@media (max-width: 767px) {
    .col-lines .col-line-xs:after {
        display: block;
        height: 1px;
        width: 100%;
        font-size: 0;
        content: ' ';
        background: #f3f3f3;
    }

    .col-lines .col-line-xs:last-child:after {
        display: none;
    }
}

@media (min-width: 768px) {
    .col-lines .col-sm-6 {
        padding: 0 30px;
    }

        .col-lines .col-sm-6:before, .col-lines .col-sm-6:after {
            display: block;
            position: absolute;
            top: 20px;
            left: -1px;
            height: calc(100% - 40px);
            width: 1px;
            font-size: 0;
            content: ' ';
            background: #f3f3f3;
        }

        .col-lines .col-sm-6:after {
            left: auto;
            right: 0;
        }

        .col-lines .col-sm-6:first-child {
            padding-left: 15px;
        }

            .col-lines .col-sm-6:first-child:before {
                display: none;
            }

        .col-lines .col-sm-6:last-child {
            padding-right: 15px;
        }

            .col-lines .col-sm-6:last-child:after {
                display: none;
            }
}

@media (min-width: 992px) {
    .col-lines .col-md-6 {
        padding: 0 30px;
    }

        .col-lines .col-md-6:before, .col-lines .col-md-6:after {
            display: block;
            position: absolute;
            top: 20px;
            left: -1px;
            height: calc(100% - 40px);
            width: 1px;
            font-size: 0;
            content: ' ';
            background: #f3f3f3;
        }

        .col-lines .col-md-6:after {
            left: auto;
            right: 0;
        }

        .col-lines .col-md-6:first-child {
            padding-left: 15px;
        }

            .col-lines .col-md-6:first-child:before {
                display: none;
            }

        .col-lines .col-md-6:last-child {
            padding-right: 15px;
        }

            .col-lines .col-md-6:last-child:after {
                display: none;
            }
}

/* -- Form ---- */
.form-dirty .error-summary {
    background-color: rgba(221, 81, 81, 0.1);
    display: block;
    padding: 18px 32px;
    width: 100%;
}

    .form-dirty .error-summary .error-icon {
        background-color: #dd5151;
        display: block;
        height: 40px;
        margin-right: 22px;
        width: 40px;
    }

.form-dirty .ng-invalid {
    border-color: #dd5151;
    color: #dd5151;
}

    .form-dirty .ng-invalid::-webkit-input-placeholder {
        color: #dd5151;
    }

    .form-dirty .ng-invalid::-moz-placeholder {
        color: #dd5151;
    }

    .form-dirty .ng-invalid:-ms-input-placeholder {
        color: #dd5151;
    }

    .form-dirty .ng-invalid:-moz-placeholder {
        color: #dd5151;
    }

.success {
    color: #76a056;
}

.error {
    color: #dd5151;
}

.form-group {
    margin-bottom: 20px;
}

    .form-group.last-form-group {
        margin-bottom: 100px;
    }

.form-group-control {
    margin-bottom: 20px;
}

    .form-group-control.shallow-label label,
    .form-group-control.shallow-label .mock-label {
        margin-bottom: 5px;
    }

@media (min-width: 768px) {
    .form-control-fixed-width {
        max-width: 300px;
    }
}

fieldset {
    border: none;
}

    fieldset legend {
        width: 100%;
        font-size: 1em;
        text-align: left;
        margin-bottom: 15px;
        border-bottom: none;
        font-family: proxima-nova, sans-serif;
        font-weight: 700;
    }

label,
.mock-label {
    /*width: 100%;*/
    text-align: left;
    margin-bottom: 15px;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
}

    label.flush-bottom,
    .mock-label.flush-bottom {
        margin-bottom: 0;
    }

    label.no-bold,
    .mock-label.no-bold {
        font-family: proxima-nova, sans-serif;
        font-weight: normal;
    }

    label.sub-label,
    .mock-label.sub-label {
        text-align: right;
        font-family: proxima-nova, sans-serif;
        font-weight: normal;
    }

input,
select,
textarea {
    display: inline-block;
    width: 100%;
    min-width: 200px;
    text-decoration: none;
    margin-bottom: 5px;
    padding: 10px 15px;
    background: #fff;
    border: solid 1px #ccc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    /*-webkit-appearance: none;*/
}

    input::-moz-placeholder,
    select::-moz-placeholder,
    textarea::-moz-placeholder {
        color: #666;
        opacity: 1;
    }

    input:-ms-input-placeholder,
    select:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        color: #666;
    }

    input::-webkit-input-placeholder,
    select::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        color: #666;
    }

    input:not([type="button"]):not([type="checkbox"]):not([type="image"]):not([type="reset"]):not([type="submit"]),
    select:not([type="button"]):not([type="image"]):not([type="reset"]):not([type="submit"]),
    textarea:not([type="button"]):not([type="image"]):not([type="reset"]):not([type="submit"]) {
        outline: none !important;
    }

        input:not([type="button"]):not([type="image"]):not([type="reset"]):not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
        select:not([type="button"]):not([type="image"]):not([type="reset"]):not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
        textarea:not([type="button"]):not([type="image"]):not([type="reset"]):not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]) {
            font-size: 16px;
        }

    input:focus,
    select:focus,
    textarea:focus {
        background: #f9f9f9;
        border-color: #000;
    }

    input::-ms-clear, input::-ms-reveal,
    select::-ms-clear,
    select::-ms-reveal,
    textarea::-ms-clear,
    textarea::-ms-reveal {
        display: none;
    }

    input::-webkit-inner-spin-button, input::-webkit-outer-spin-button, input::-webkit-calendar-picker-indicator,
    select::-webkit-inner-spin-button,
    select::-webkit-outer-spin-button,
    select::-webkit-calendar-picker-indicator,
    textarea::-webkit-inner-spin-button,
    textarea::-webkit-outer-spin-button,
    textarea::-webkit-calendar-picker-indicator {
        display: none;
        -webkit-appearance: none;
        margin: 0;
    }

    input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active,
    select:-webkit-autofill,
    select:-webkit-autofill:hover,
    select:-webkit-autofill:focus,
    select:-webkit-autofill:active,
    textarea:-webkit-autofill,
    textarea:-webkit-autofill:hover,
    textarea:-webkit-autofill:focus,
    textarea:-webkit-autofill:active {
        background-color: #fff !important;
        -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
    }

    input.error,
    select.error,
    textarea.error {
        background: #fff;
        border-color: #dd5151;
    }

    input[type="date"],
    input[type="number"],
    input[type="password"],
    input[type="phone"],
    input[type="text"] {
        height: 46px;
    }

.radio-wrapper input[type="text"] {
    max-width: 465px;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input[type="checkbox"],
input[type="radio"] {
    width: auto;
    min-width: 0;
    max-width: none;
    margin: 0;
}

/*We force 16px font-size to avoid input-zoom-bug
  (web browser zoom-in on an input when a font size is less than 16px) on iOs*/
input[type="password"] {
    font-size: 16px;
}

input[disabled] {
    background: #fff;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

textarea {
    padding: 15px;
    resize: none;
}

.password-wrapper {
    margin-bottom: 5px;
    position: relative;
}

    .password-wrapper input {
        padding-right: 64px;
        margin-bottom: 0;
    }

    .password-wrapper .password-toggle {
        position: absolute;
        top: 1px;
        right: 8px;
        width: 44px;
        height: 46px;
        height: calc(100% - 2px);
        font-size: 0;
        text-decoration: none;
        cursor: pointer;
        outline: none;
    }

        .password-wrapper .password-toggle:focus {
            text-decoration: underline;
        }

        .password-wrapper .password-toggle:before {
            display: block;
            color: #000;
            font-size: 18px;
            padding: 13px;
            font-family: 'icons' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\E90E";
        }

.passcode-wrapper {
    display: flex;
    margin-bottom: 5px;
    position: relative;
}

    .passcode-wrapper input {
        padding-right: 1px;
        margin-bottom: 0;
        width: 5px;
        height: 5px;
    }


    .passcode-wrapper .passcode-digit {
        min-width: 38px;
        height: 46px;
        text-align: center;
        font-size: 28px;
        margin: 1px;
        padding: 1px;
        font-weight: bold;
        border-top-width: 1px;
        border-left-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-bottom-color: lightgrey;
    }

        .passcode-wrapper .passcode-digit[disabled] {
            background: lightgrey;
        }

        .passcode-wrapper .passcode-digit:focus {
            border-color: #66afe9;
            outline: 0;
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        }



.validation-wrapper {
    margin-bottom: 5px;
    position: relative;
}

    .validation-wrapper input {
        padding-right: 64px;
        margin-bottom: 0;
    }

    .validation-wrapper .validation-toggle,
    .validation-wrapper .validation-loading {
        position: absolute;
        top: 1px;
        right: 8px;
        width: 44px;
        height: 46px;
        height: calc(100% - 2px);
        font-size: 0;
        text-decoration: none;
        outline: none;
    }

        .validation-wrapper .validation-toggle:before,
        .validation-wrapper .validation-loading:before {
            display: block;
            color: #000;
            font-size: 18px;
            padding: 13px;
            font-family: 'icons' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\E905";
        }

        .validation-wrapper .validation-loading:before {
            content: "\E90F";
            -webkit-animation: spin 1s linear infinite;
            -moz-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
        }

.currency-wrapper,
.percent-wrapper {
    margin-bottom: 5px;
    padding-left: 45px;
    position: relative;
}

    .currency-wrapper:before,
    .percent-wrapper:before {
        background-color: #000;
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        top: 0;
        width: 45px;
    }

    .currency-wrapper.disabled:before, .currency-wrapper.disabled:after,
    .percent-wrapper.disabled:before,
    .percent-wrapper.disabled:after {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

    .currency-wrapper:after,
    .percent-wrapper:after {
        bottom: 0;
        color: white;
        content: "\A3";
        font-size: 18px;
        font-weight: bold;
        left: 0;
        line-height: 46px;
        position: absolute;
        text-align: center;
        top: 0;
        width: 45px;
    }

    .currency-wrapper input,
    .percent-wrapper input {
        border-left: none;
        margin-bottom: 0;
    }

.percent-wrapper {
    padding-left: 0;
    padding-right: 45px;
}

    .percent-wrapper:before, .percent-wrapper:after {
        left: auto;
        right: 0;
    }

    .percent-wrapper:after {
        content: "%";
    }

    .percent-wrapper input {
        border-left: solid 1px #ccc;
        border-right: none;
    }

        .percent-wrapper input:focus {
            border-color: #000;
        }

.error-msg {
    display: block;
    color: #dd5151;
}

    .error-msg.inline {
        display: inline;
    }

.input-requirements-list {
    list-style: none;
    padding: 0;
}

    .input-requirements-list li {
        font-size: 13px;
        color: #000;
        font-family: proxima-nova, sans-serif;
        font-weight: 700;
    }

        .input-requirements-list li:before {
            font-family: 'icons' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            background-color: transparent;
            content: '';
            display: inline-block;
            font-size: 10px;
            height: auto;
            margin-right: 8px;
            position: static;
            transition: color 0.2s;
            width: 5px;
        }

        .input-requirements-list li.invalid {
            color: #dd5151;
        }

            .input-requirements-list li.invalid:before {
                color: #dd5151;
                content: "\E906";
            }

        .input-requirements-list li.valid {
            color: #000;
        }

            .input-requirements-list li.valid:before {
                color: #76a056;
                content: "\E905";
            }

.output {
    width: 391px;
    padding: 11px 22px;
    background-color: #e6e6e6;
}

.form-well.well,
.form-well .well {
    padding: 40px 0 20px;
    margin-left: -20px;
    margin-right: -20px;
    overflow-x: hidden;
}

@media (min-width: 768px) {
    .form-well.well,
    .form-well .well {
        margin-left: auto;
        margin-right: auto;
    }
}

.form-well.well .container-fluid,
.form-well .well .container-fluid {
    min-width: 0;
}

.form-well.well h2,
.form-well .well h2 {
    margin-top: 0;
}

.form-well.well .radiolist-wrapper,
.form-well .well .radiolist-wrapper {
    padding: 0 15px;
    margin-top: 10px;
    margin-bottom: 40px;
}

    .form-well.well .radiolist-wrapper .radio-wrapper,
    .form-well .well .radiolist-wrapper .radio-wrapper {
        margin: 0;
    }

        .form-well.well .radiolist-wrapper .radio-wrapper.padd-bottom,
        .form-well .well .radiolist-wrapper .radio-wrapper.padd-bottom {
            margin-bottom: 20px;
        }

        .form-well.well .radiolist-wrapper .radio-wrapper input[type="radio"] + label .h4,
        .form-well .well .radiolist-wrapper .radio-wrapper input[type="radio"] + label .h4 {
            padding-left: 20px;
        }

    .form-well.well .radiolist-wrapper p,
    .form-well.well .radiolist-wrapper .form-group-control,
    .form-well .well .radiolist-wrapper p,
    .form-well .well .radiolist-wrapper .form-group-control {
        padding-left: 52px;
    }

        .form-well.well .radiolist-wrapper p input,
        .form-well.well .radiolist-wrapper .form-group-control input,
        .form-well .well .radiolist-wrapper p input,
        .form-well .well .radiolist-wrapper .form-group-control input {
            min-width: 60px;
        }

.form-well.well hr,
.form-well .well hr {
    border-color: #ccc;
}

.direct-debit-logo {
    margin-right: 17px;
    width: 111px;
}

.disclaimer {
    font-size: 0.8em;
    line-height: 1.5em;
}

@media (min-width: 768px) {
    .disclaimer {
        font-size: 0.8125em;
        line-height: 1.38462em;
    }
}

.vertical-space {
    padding: 20px 0;
}

.tool-tip {
    color: #000;
    cursor: pointer;
    margin-left: 5px;
}

.checkbox-wrapper {
    margin: 0;
}

    .checkbox-wrapper label {
        display: inline-block;
        max-width: none;
        width: auto;
        min-height: 24px;
        text-align: center;
        margin: 0;
        font-family: proxima-nova, sans-serif;
        font-weight: normal;
    }

    .checkbox-wrapper input[type="checkbox"] {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

        .checkbox-wrapper input[type="checkbox"] + label {
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            position: relative;
            text-align: left;
            padding: 2px 0 0 33px;
            cursor: pointer;
        }

            .checkbox-wrapper input[type="checkbox"] + label:before, .checkbox-wrapper input[type="checkbox"] + label:after {
                content: "";
                position: absolute;
            }

            .checkbox-wrapper input[type="checkbox"] + label:before {
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                background-color: #fff;
                border: solid 2px #ccc;
                height: 24px;
                left: 0;
                top: 0;
                transition: border-color 0.2s;
                width: 24px;
            }

            .checkbox-wrapper input[type="checkbox"] + label:after {
                font-family: 'icons' !important;
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                color: #000;
                content: "\E905";
                font-size: 14px;
                left: 12px;
                margin-left: -7px;
                margin-top: -7px;
                opacity: 0;
                top: 12px;
                transition: opacity 0.2s;
            }

        .checkbox-wrapper input[type="checkbox"]:not([disabled]):focus + label:before, .checkbox-wrapper input[type="checkbox"]:not([disabled]):active + label:before, .checkbox-wrapper input[type="checkbox"]:not([disabled]):hover + label:before {
            background-color: #f9f9f9;
            border-color: #000;
        }

        .checkbox-wrapper input[type="checkbox"]:not([disabled]):focus:checked + label:before, .checkbox-wrapper input[type="checkbox"]:not([disabled]):focus.error + label:before, .checkbox-wrapper input[type="checkbox"]:not([disabled]):active:checked + label:before, .checkbox-wrapper input[type="checkbox"]:not([disabled]):active.error + label:before, .checkbox-wrapper input[type="checkbox"]:not([disabled]):hover:checked + label:before, .checkbox-wrapper input[type="checkbox"]:not([disabled]):hover.error + label:before {
            border-width: 3px;
        }

        .checkbox-wrapper input[type="checkbox"]:checked + label:before {
            border-color: #000;
        }

        .checkbox-wrapper input[type="checkbox"]:checked + label:after {
            opacity: 1;
        }

        .checkbox-wrapper input[type="checkbox"].error + label {
            color: #dd5151;
        }

            .checkbox-wrapper input[type="checkbox"].error + label:before {
                border-color: #dd5151;
            }

            .checkbox-wrapper input[type="checkbox"].error + label:after {
                color: #dd5151;
            }

        .checkbox-wrapper input[type="checkbox"][disabled] + label {
            opacity: 0.6;
            filter: alpha(opacity=60);
            cursor: not-allowed;
        }

.radiolist-wrapper {
    display: block;
    text-align: left;
    margin: 0 -15px -20px;
}

    .radiolist-wrapper.radiolist-stack .radio-wrapper {
        display: block;
        padding-left: 5px;
    }

    .radiolist-wrapper.radiolist-img:not(.radiolist-stack) {
        overflow: hidden;
    }

        .radiolist-wrapper.radiolist-img:not(.radiolist-stack) .radio-wrapper {
            float: left;
        }

    .radiolist-wrapper.radiolist-img .radio-wrapper,
    .radiolist-wrapper.radiolist-img .radio-wrapper label {
        display: block;
    }

        .radiolist-wrapper.radiolist-img .radio-wrapper input[type="radio"] + label:before, .radiolist-wrapper.radiolist-img .radio-wrapper input[type="radio"] + label:after {
            top: 50%;
        }

        .radiolist-wrapper.radiolist-img .radio-wrapper input[type="radio"] + label:before {
            margin-top: -12px;
        }

        .radiolist-wrapper.radiolist-img .radio-wrapper input[type="radio"] + label:after {
            margin-top: -5px;
        }

    .radiolist-wrapper.radiolist-accordion .radio-wrapper {
        margin-bottom: 20px !important;
    }

    .radiolist-wrapper.radiolist-accordion .description {
        display: none;
        margin-top: -20px !important;
    }

        .radiolist-wrapper.radiolist-accordion .description.selected {
            display: block;
        }

    .radiolist-wrapper.radiolist-accordion .form-group-control {
        padding-top: 5px;
        margin-top: -20px !important;
    }

@media (min-width: 768px) {
    .radiolist-wrapper.radiolist-accordion .radio-wrapper {
        margin-bottom: 0 !important;
    }

    .radiolist-wrapper.radiolist-accordion .description,
    .radiolist-wrapper.radiolist-accordion .form-group-control {
        margin-top: 0 !important;
    }

    .radiolist-wrapper.radiolist-accordion .description {
        display: block;
    }
}

.radiolist-wrapper .radio-wrapper {
    display: inline-block;
    margin: 0 15px 20px;
}

    .radiolist-wrapper .radio-wrapper label {
        display: inline-block;
        max-width: none;
        width: auto;
        text-align: left;
        margin: 0;
        font-family: proxima-nova, sans-serif;
        font-weight: normal;
    }

    .radiolist-wrapper .radio-wrapper input[type="radio"] {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

        .radiolist-wrapper .radio-wrapper input[type="radio"] + label {
            position: relative;
            padding: 0 0 0 35px;
            cursor: pointer;
        }

            .radiolist-wrapper .radio-wrapper input[type="radio"] + label.h4 {
                padding-left: 50px;
                font-family: proxima-nova, sans-serif;
                font-weight: 700;
            }

            .radiolist-wrapper .radio-wrapper input[type="radio"] + label:before {
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                background: #fff;
                border: solid 2px #e6e6e6;
                content: "";
                display: inline-block;
                font-size: 0;
                height: 24px;
                left: 0;
                margin: 0;
                position: absolute;
                text-indent: -9999em;
                top: 0;
                width: 24px;
            }

            .radiolist-wrapper .radio-wrapper input[type="radio"] + label:after {
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                background-color: #000;
                content: "";
                display: block;
                height: 10px;
                left: 7px;
                opacity: 0;
                position: absolute;
                top: 7px;
                transition: opacity 0.25s;
                width: 10px;
            }

        .radiolist-wrapper .radio-wrapper input[type="radio"]:focus + label:before {
            background: #f9f9f9;
            border: solid 3px #000;
        }

        .radiolist-wrapper .radio-wrapper input[type="radio"]:checked + label:before {
            border-color: #000;
        }

        .radiolist-wrapper .radio-wrapper input[type="radio"]:checked + label:after {
            opacity: 1;
        }

        .radiolist-wrapper .radio-wrapper input[type="radio"].error + label:before {
            border-color: #dd5151;
        }

        .radiolist-wrapper .radio-wrapper input[type="radio"][disabled] + label {
            opacity: 0.6;
            filter: alpha(opacity=60);
        }

.radiolist-wrapper.radiolist-mimic-checkbox .radio-wrapper {
    padding-left: 0;
}

    .radiolist-wrapper.radiolist-mimic-checkbox .radio-wrapper input[type="radio"] + label {
        padding: 2px 0 0 33px;
    }

        .radiolist-wrapper.radiolist-mimic-checkbox .radio-wrapper input[type="radio"] + label:before {
            border: solid 2px #ccc;
        }

    .radiolist-wrapper.radiolist-mimic-checkbox .radio-wrapper input[type="radio"]:hover + label:before {
        border: solid 2px #000;
    }

    .radiolist-wrapper.radiolist-mimic-checkbox .radio-wrapper input[type="radio"]:focus + label:before {
        border: solid 3px #000;
    }

    .radiolist-wrapper.radiolist-mimic-checkbox .radio-wrapper input[type="radio"].error + label:before {
        border-color: #dd5151;
    }

.passcode-group .error-msg {
    margin-top: -20px;
}

.passcode-wrapper {
    white-space: nowrap;
    margin-bottom: 20px;
}

    .passcode-wrapper.password-display .digit .passcodedigit-wrapper input {
        color: transparent !important;
        caret-color: transparent !important;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .passcode-wrapper.password-display .digit .passcodedigit-wrapper.focused .input-cursor {
        display: block;
    }

    .passcode-wrapper.password-display .digit .passcodedigit-wrapper.inputted .inputted-disc {
        display: block;
    }

    .passcode-wrapper.password-display .digit .passcodedigit-wrapper.inputted .input-cursor {
        margin-left: 4px;
    }

    .passcode-wrapper.password-display .digit .passcodedigit-wrapper.focused.inputted.highlighted .highlighted-bar {
        display: block;
    }

    .passcode-wrapper.password-display .digit .passcodedigit-wrapper.focused.inputted.highlighted .inputted-disc {
        background: #fff;
    }

    .passcode-wrapper.password-display .digit .passcodedigit-wrapper.focused.inputted.highlighted .input-cursor {
        display: none;
    }

    .passcode-wrapper.disabled .digit {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

    .passcode-wrapper .digit {
        display: inline-block;
        margin-right: 5px;
    }

        .passcode-wrapper .digit .passcodedigit-wrapper,
        .passcode-wrapper .digit .blank {
            margin: 0 0 5px;
        }

        .passcode-wrapper .digit .blank {
            display: block;
            width: 40px;
            height: 48px;
            background: #ccc;
        }

        .passcode-wrapper .digit .passcodedigit-wrapper {
            position: relative;
            background: #fff;
            border: solid 1px #ccc;
        }

            .passcode-wrapper .digit .passcodedigit-wrapper.focused {
                background: #f9f9f9;
                border-color: #000;
            }

            .passcode-wrapper .digit .passcodedigit-wrapper.error {
                background: #fff;
                border-color: #dd5151;
            }

                .passcode-wrapper .digit .passcodedigit-wrapper.error .inputted-disc,
                .passcode-wrapper .digit .passcodedigit-wrapper.error .input-cursor {
                    background: #dd5151;
                }

            .passcode-wrapper .digit .passcodedigit-wrapper input {
                position: relative;
                width: 38px;
                min-width: 0;
                font-size: 16px;
                text-align: center;
                padding: 10px 9px;
                background: transparent;
                border: none;
                margin: 0;
                z-index: 4;
            }

            .passcode-wrapper .digit .passcodedigit-wrapper .highlighted-bar {
                display: none;
                position: absolute;
                top: 50%;
                left: 50%;
                width: 6px;
                height: 20px;
                background: #328EFE;
                margin: -10px 0 0 -3px;
                z-index: 1;
            }

            .passcode-wrapper .digit .passcodedigit-wrapper .inputted-disc {
                display: none;
                position: absolute;
                top: 50%;
                left: 50%;
                width: 4px;
                height: 4px;
                background: #000;
                margin: -2px 0 0 -2px;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                z-index: 2;
            }

            .passcode-wrapper .digit .passcodedigit-wrapper .input-cursor {
                display: none;
                position: absolute;
                top: 50%;
                left: 50%;
                width: 1px;
                height: 20px;
                background: #000;
                margin: -10px 0 0 0;
                animation: blink 1s infinite;
                z-index: 3;
            }

        .passcode-wrapper .digit .number {
            font-family: proxima-nova, sans-serif;
            font-weight: normal;
            display: block;
            margin: 0;
            text-align: center;
        }

    .passcode-wrapper .passcode-toggle {
        display: inline-block;
        width: 44px;
        height: 46px;
        font-size: 0;
        text-decoration: none;
        margin-left: -5px;
        vertical-align: top;
        cursor: pointer;
        outline: none;
    }

        .passcode-wrapper .passcode-toggle:focus {
            text-decoration: underline;
        }

        .passcode-wrapper .passcode-toggle:before {
            display: block;
            color: #000;
            font-size: 18px;
            padding: 13px;
            font-family: 'icons' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\E90E";
        }

/* -- Pages ---- */
.component-library .component-panel-nav {
    counter-reset: component-nav-counter;
    list-style: none;
    padding: 0;
}

    .component-library .component-panel-nav li {
        counter-increment: step-counter;
    }

        .component-library .component-panel-nav li a {
            display: block;
            padding-left: 10px;
            padding-right: 10px;
            text-decoration: none;
        }

            .component-library .component-panel-nav li a:before {
                content: counter(step-counter) ". ";
            }

            .component-library .component-panel-nav li a:hover {
                background: #e6e6e6;
            }

        .component-library .component-panel-nav li.active a,
        .component-library .component-panel-nav li.active a:hover {
            background: #ccc;
        }

.component-library .colour-block {
    border: solid 1px #ccc;
    display: block;
    height: 100px;
    width: 100%;
}

.component-library .icon-list {
    margin: -10px -10px 20px;
    overflow: hidden;
}

.component-library .icon-wrapper {
    background-color: #fcfcfc;
    border-radius: 6px;
    border: 1px solid #e8e8e8;
    display: block;
    float: left;
    margin: 10px;
    padding: 15px 0 5px;
    text-align: center;
}

    .component-library .icon-wrapper [class^="icon-"],
    .component-library .icon-wrapper [class*=" icon-"] {
        display: block;
        font-size: 40px;
        height: 40px;
        margin-bottom: 15px;
        position: relative;
        text-align: center;
    }

        .component-library .icon-wrapper [class^="icon-"]:before,
        .component-library .icon-wrapper [class*=" icon-"]:before {
            left: 50%;
            margin-left: -20px;
            margin-top: -20px;
            position: absolute;
            top: 50%;
        }

    .component-library .icon-wrapper p {
        border-top: 1px solid #e8e8e8;
        font-family: monospace;
        font-size: 14px;
        margin: 0;
        padding: 5px 15px 0;
    }

.component-library .parameter-table {
    table-layout: fixed;
}

    .component-library .parameter-table th {
        background-color: #f2f2f2;
        border-bottom: 1px solid #e0e0e0;
        border-top: 1px solid #e0e0e0;
        font-weight: normal;
        padding: 12px 15px;
        word-break: normal;
    }

    .component-library .parameter-table td {
        border: none;
        border-bottom: 1px dotted #e0e0e0;
        border-top: none;
        line-height: 1.2em;
        padding: 18px 15px;
        vertical-align: top;
    }

    .component-library .parameter-table .parameter {
        font-family: proxima-nova, sans-serif;
        font-weight: 700;
    }

.component-library textarea.code-snippet {
    background-color: #f2f2f2;
    border-radius: 6px;
    border: none;
    color: #484848;
    font-family: monospace;
    font-size: 14px;
    font-weight: normal;
    height: auto;
    padding: 18px 20px;
}

.component-library code {
    background-color: #f6f6f6;
    border-radius: 3px;
    border: 1px solid #e1e1e8;
    color: #d72b3f;
    font-size: 0.8em;
    padding: 0 3px;
}

.component-library blockquote.note {
    color: #373737;
    background-color: #f2f2f2;
    margin: 2em 0;
    padding: 25px;
    border-left: 3px solid #000;
}

    .component-library blockquote.note .note-title,
    .component-library blockquote.note p {
        font-size: 16px;
    }

    .component-library blockquote.note .note-title {
        font-weight: bold;
        margin-top: 0;
    }

    .component-library blockquote.note p {
        font-weight: normal;
    }

.login-tab {
    display: none;
}

    .login-tab.active {
        display: block;
    }

.register-tab {
    display: none;
}

    .register-tab.active {
        display: block;
    }

privacy-policy {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
}

.icon-wrapper {
    display: contents;
}

    .icon-wrapper [class^="icon-"],
    .icon-wrapper [class*=" icon-"] {
        display: block;
        font-size: 50px;
        height: 40px;
        margin-bottom: 30px;
        position: relative;
        text-align: center;
        font-family: 'icons' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #000;
    }

        .icon-wrapper [class^="icon-"]:before,
        .icon-wrapper [class*=" icon-"]:before {
            left: 50%;
            margin-left: -20px;
            margin-top: -20px;
            position: absolute;
            top: 50%;
            font-size: larger;
        }

/* -- Components ---- */
@media (min-width: 992px) {
    .account-setup-widgets {
        padding: 0 50px;
    }
}

@media (max-width: 767px) {
    .account-setup-widgets.component-panel-active .account-setup-widget-panel {
        display: none;
    }
}

@media (min-width: 768px) {
    .account-setup-widget-panels {
        margin: 0 -15px;
    }

        .account-setup-widget-panels .account-setup-widget-panel {
            float: left;
            width: 33.333333%;
            width: calc(33.333333% - 30px);
            margin: 0 calc(15px) 20px;
        }

        .account-setup-widget-panels .account-setup-widget-component-panel {
            clear: both;
            margin-left: 15px;
            margin-right: 15px;
        }
}

.account-setup-widget-panel {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    display: block;
    margin-bottom: 20px;
    position: relative;
    text-decoration: none;
    transition: border-color 0.2s;
}

    .account-setup-widget-panel:not(.loading):not(.complete):active,
    .account-setup-widget-panel:not(.loading):not(.complete):active header, .account-setup-widget-panel:not(.loading):not(.complete):focus,
    .account-setup-widget-panel:not(.loading):not(.complete):focus header, .account-setup-widget-panel:not(.loading):not(.complete):hover,
    .account-setup-widget-panel:not(.loading):not(.complete):hover header {
        border-color: #000;
    }

        .account-setup-widget-panel:not(.loading):not(.complete):active:before, .account-setup-widget-panel:not(.loading):not(.complete):focus:before, .account-setup-widget-panel:not(.loading):not(.complete):hover:before {
            border-top-color: #000;
        }

    .account-setup-widget-panel.loading, .account-setup-widget-panel.loading:active, .account-setup-widget-panel.open, .account-setup-widget-panel.open:active, .account-setup-widget-panel.complete, .account-setup-widget-panel.complete:active {
        cursor: default;
        outline: 0;
    }

        .account-setup-widget-panel.loading header,
        .account-setup-widget-panel.loading .content {
            opacity: 0.25;
        }

@media (min-width: 768px) {
    .account-setup-widget-panel.open:not(.loading):after, .account-setup-widget-panel.open:not(.loading):before {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .account-setup-widget-panel.open:not(.loading):after {
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #fff;
        border-width: 20px;
        margin-left: -20px;
    }

    .account-setup-widget-panel.open:not(.loading):before {
        border-color: rgba(230, 230, 230, 0);
        border-top-color: #e6e6e6;
        border-width: 21px;
        margin-left: -21px;
    }
}

.account-setup-widget-panel.complete header {
    background-color: #000;
    border-color: #000;
}

    .account-setup-widget-panel.complete header:before {
        color: #fff;
        opacity: 1;
    }

    .account-setup-widget-panel.complete header:after {
        border-color: #fff;
    }

    .account-setup-widget-panel.complete header .title {
        color: #fff;
    }

.account-setup-widget-panel header {
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 45px 10px 15px;
    position: relative;
    transition: background-color 0.2s, border-color 0.2s, opacity 0.2s;
}

    .account-setup-widget-panel header:before {
        font-family: 'icons' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #000;
        content: "\E905";
        font-size: 12px;
        margin-top: -6px;
        opacity: 0;
        position: absolute;
        right: 20px;
        top: 50%;
        transition: opacity 0.2s;
    }

    .account-setup-widget-panel header:after {
        border-radius: 50%;
        border: 2px solid #000;
        content: "";
        height: 22px;
        margin-top: -11px;
        position: absolute;
        right: 15px;
        top: 50%;
        transition: border-color 0.2s;
        width: 22px;
    }

    .account-setup-widget-panel header .title {
        color: #000;
        margin: 0;
    }

.account-setup-widget-panel .content {
    color: #000;
    padding: 15px;
    transition: opacity 0.2s;
}

    .account-setup-widget-panel .content > *:last-child {
        margin-bottom: 0;
    }

.account-setup-widget-component-panel {
    display: block;
}

    .account-setup-widget-component-panel .well,
    .account-setup-widget-component-panel .well-xs-bottom {
        padding-left: 20px;
        padding-right: 20px;
        margin-left: -20px;
        margin-right: -20px;
    }

@media (min-width: 768px) {
    .account-setup-widget-component-panel {
        background-color: #fff;
        border: 1px solid #e6e6e6;
        margin-bottom: 20px;
        padding: 50px 30px 0;
    }

        .account-setup-widget-component-panel .well,
        .account-setup-widget-component-panel .well-xs-bottom {
            margin-left: 0;
            margin-right: 0;
        }

        .account-setup-widget-component-panel .well {
            padding-left: 15px;
            padding-right: 15px;
        }

            .account-setup-widget-component-panel .well.video-well {
                padding-left: 30px;
                padding-right: 30px;
                margin: 0 -30px;
            }

        .account-setup-widget-component-panel .well-xs-bottom {
            padding-left: 0;
            padding-right: 0;
        }
}

.accordion-list {
    margin: 0 -20px 20px;
    border-top: solid 1px #e6e6e6;
}

@media (min-width: 768px) {
    .accordion-list {
        margin-left: 0;
        margin-right: 0;
    }
}

.accordion-list .accordion {
    margin: 0;
}

.accordion {
    border-bottom: solid 1px #e6e6e6;
    margin: 0 -20px 20px;
}

    .accordion.expanded .header:before {
        content: "\E901";
    }

    .accordion.expanded .accordion-content {
        display: block;
    }

    .accordion .wrapperTag {
        font-size: 1em;
        line-height: 1em;
        padding: 0;
        margin: 0;
    }

    .accordion .header {
        display: block;
        position: relative;
        color: #000;
        font-size: 1.2em;
        line-height: 1.66667em;
        text-decoration: none;
        padding: 10px 60px 10px 20px;
        margin: 0;
        font-family: proxima-nova, sans-serif;
        font-weight: 700;
    }

        .accordion .header:before {
            display: block;
            position: absolute;
            top: 15px;
            right: 20px;
            font-family: 'icons' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 20px;
            color: #000;
            content: "\E902";
        }

        .accordion .header:focus, .accordion .header:hover {
            background: #f9f9f9;
        }

    .accordion .accordion-content {
        display: none;
        padding: 0 20px;
    }

        .accordion .accordion-content.tab-accordion-content:focus {
            outline: 2px solid #000;
            outline-offset: -2px;
        }

        .accordion .accordion-content > p {
            max-width: 650px;
        }

        .accordion .accordion-content .well,
        .accordion .accordion-content .well-xs-bottom {
            padding-left: 20px;
            padding-right: 20px;
            margin-left: -20px;
            margin-right: -20px;
        }

            .accordion .accordion-content .well hr {
                margin-left: -20px;
                margin-right: -20px;
                border-top: solid 2px #e6e6e6;
            }

@media (min-width: 768px) {
    .accordion {
        margin-left: 0;
        margin-right: 0;
    }

        .accordion .header {
            font-size: 1.125em;
            line-height: 1.38889em;
            padding-left: 0;
        }

        .accordion .accordion-content {
            padding: 15px 0 10px;
        }

            .accordion .accordion-content .well,
            .accordion .accordion-content .well hr,
            .accordion .accordion-content .well-xs-bottom {
                margin-left: 0;
                margin-right: 0;
            }

            .accordion .accordion-content .well {
                padding-left: 15px;
                padding-right: 15px;
            }

            .accordion .accordion-content .well-xs-bottom {
                padding-left: 0;
                padding-right: 0;
            }
}

.alert {
    border: none;
    margin-bottom: 20px;
    text-align: center;
    transition: opacity 0.2s;
}

    .alert.alert-info strong,
    .alert.alert-info [class^="icon-"],
    .alert.alert-info [class*=" icon-"] {
        color: #5bc0de;
    }

    .alert.alert-enov:before, .alert.alert-enov:after {
        font-family: 'icons' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .alert.alert-enov:before {
        color: #5bc0de;
        content: "\E911";
        font-size: 40px;
        height: 40px;
        left: 30px;
        position: absolute;
        top: 15px;
        width: 40px;
    }

    .alert.alert-enov:after {
        background-color: #fff;
        border-radius: 15%;
        color: #dd5151;
        content: "\E912";
        font-size: 15px;
        left: 58px;
        position: absolute;
        top: 18px;
    }

    .alert.alert-enov strong {
        color: #000;
    }

@media (max-width: 767px) {
    .alert.alert-enov {
        padding-top: 70px;
        position: relative;
    }

        .alert.alert-enov:before {
            top: 15px;
            left: 50%;
            margin-left: -20px;
        }

        .alert.alert-enov:after {
            left: auto;
            right: calc(50% - 23px);
            top: 17px;
        }
}

.alert.alert-success strong,
.alert.alert-success [class^="icon-"],
.alert.alert-success [class*=" icon-"] {
    color: #76a056;
}

.alert.alert-danger strong,
.alert.alert-danger [class^="icon-"],
.alert.alert-danger [class*=" icon-"] {
    color: #dd5151;
}

.alert.faded {
    opacity: 0;
}

.alert.flush-bottom {
    margin-bottom: 0;
}

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

    .alert.ie7 p + p {
        margin-top: 0;
    }

    .alert.ie7 p:last-child,
    .alert.ie7 ul:last-child,
    .alert.ie7 ol:last-child {
        margin-bottom: 0;
    }

.alert [class^="icon-"],
.alert [class*=" icon-"] {
    display: inline-block;
    font-size: 40px;
    margin-bottom: 15px;
}

.alert p {
    margin-bottom: 0;
}

    .alert p + p {
        margin-top: 10px;
    }

.alert .btn {
    margin: 15px auto 0;
}

@media (min-width: 768px) {
    .alert {
        text-align: left;
        margin-bottom: 30px;
    }

        .alert.has-icon {
            position: relative;
            min-height: 80px;
            padding-left: 100px;
        }

            .alert.has-icon [class^="icon-"],
            .alert.has-icon [class*=" icon-"] {
                position: absolute;
                top: 20px;
                left: 30px;
                margin-bottom: 0;
            }

            .alert.has-icon.right-align-icon {
                padding-left: 15px;
                padding-right: 100px;
            }

                .alert.has-icon.right-align-icon [class^="icon-"],
                .alert.has-icon.right-align-icon [class*=" icon-"] {
                    left: auto;
                    right: 30px;
                }

            .alert.has-icon .message-content-wrapper {
                display: table;
                width: 100%;
                min-height: 50px;
            }

                .alert.has-icon .message-content-wrapper .message-content {
                    display: table-cell;
                    vertical-align: middle;
                }

        .alert.has-button {
            position: relative;
            min-height: 80px;
            padding-right: 240px;
        }

            .alert.has-button .btn {
                position: absolute;
                top: 0;
                right: 15px;
            }

        .alert p + p {
            margin-top: 0;
        }
}

.alert.stacked {
    padding-left: 15px;
    text-align: center;
}

    .alert.stacked.has-icon .icon,
    .alert.stacked.has-icon .icon-large-calendar,
    .alert.stacked.has-icon .icon-success,
    .alert.stacked.has-icon .icon-warning {
        display: block;
        position: static;
        width: 40px;
        margin: 0 auto 10px auto;
    }

    .alert.stacked.has-icon .message-content-wrapper {
        display: block;
        min-height: 0;
    }

        .alert.stacked.has-icon .message-content-wrapper .message-content {
            display: block;
        }

    .alert.stacked strong {
        display: block;
    }

.currency-limit-progress-container {
    margin-top: 30px;
}

    .currency-limit-progress-container .minimum-amount,
    .currency-limit-progress-container .maximum-amount {
        margin: 0;
        font-family: proxima-nova, sans-serif;
        font-weight: 700;
    }

    .currency-limit-progress-container .minimum-amount {
        float: left;
    }

    .currency-limit-progress-container .maximum-amount {
        float: right;
    }

.currency-limit-progress {
    background-color: #e6e6e6;
    height: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .currency-limit-progress .currency-limit-progress-bar {
        background-color: #000;
        bottom: 0;
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transition: width 0.25s;
        width: 0;
    }

.datepicker2 {
    position: relative;
    margin-bottom: 5px;
}

    .datepicker2.customdate .date-wrapper input:focus ~ .custom-input {
        display: none;
    }

    .datepicker2 .date-wrapper {
        position: relative;
        height: 46px;
    }

        .datepicker2 .date-wrapper .toggle {
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            width: 48px;
            height: 46px;
            background: transparent;
            border: solid 2px transparent;
            padding: 13px 13px 8px;
            z-index: 3;
        }

            .datepicker2 .date-wrapper .toggle:focus {
                border-color: #000;
            }

            .datepicker2 .date-wrapper .toggle .icon {
                color: #000;
                font-size: 0;
            }

                .datepicker2 .date-wrapper .toggle .icon:before {
                    font-size: 18px;
                }

        .datepicker2 .date-wrapper:focus {
            border-color: #000;
        }

    .datepicker2 .dpInput {
        display: none;
    }

    .datepicker2 .input {
        position: relative;
        display: block;
        height: 46px;
        color: #000;
        padding-right: 45px;
        margin: 0;
        z-index: 1;
    }

    .datepicker2 .custom-input {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 46px;
        color: #000;
        padding: 12px 15px;
        background: #fff;
        border: solid 1px #ccc;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        z-index: 2;
        cursor: text;
    }

        .datepicker2 .custom-input.placeholder-text {
            color: #666;
        }

        .datepicker2 .custom-input.error {
            color: #dd5151;
            background: #fff;
            border-color: #dd5151;
        }

@media (min-width: 768px) {
    .datepicker2 .custom-input {
        padding: 11px 15px;
    }
}

.ngxmdp {
    display: inline-block;
    border: none !important;
}

    .ngxmdp * {
        font-family: proxima-nova, sans-serif !important;
    }

    .ngxmdp .selector {
        height: auto !important;
        width: 280px !important;
        background: #fff !important;
        border: solid 1px #ccc !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
    }

        .ngxmdp .selector.selectorarrow {
            margin-left: 0 !important;
            margin-top: -15px !important;
            border-top: none !important;
        }

            .ngxmdp .selector.selectorarrow:before, .ngxmdp .selector.selectorarrow:after {
                display: none !important;
            }

        .ngxmdp .selector .header {
            background: #fff !important;
        }

            .ngxmdp .selector .header td:nth-child(1),
            .ngxmdp .selector .header td:nth-child(3) {
                width: 50% !important;
                padding: 14px !important;
            }

            .ngxmdp .selector .header td:nth-child(1) {
                padding-right: 7px !important;
            }

            .ngxmdp .selector .header td:nth-child(3) {
                padding-left: 7px !important;
            }

            .ngxmdp .selector .header td > div {
                width: 100%;
            }

                .ngxmdp .selector .header td > div .headermonthtxt,
                .ngxmdp .selector .header td > div .headeryeartxt {
                    width: 70%;
                }

                    .ngxmdp .selector .header td > div .headermonthtxt button,
                    .ngxmdp .selector .header td > div .headeryeartxt button {
                        display: block;
                        width: 100%;
                    }

            .ngxmdp .selector .header .headerbtncell,
            .ngxmdp .selector .header .headerlabelbtn,
            .ngxmdp .selector .header .headerbtn {
                background: transparent !important;
            }

            .ngxmdp .selector .header .headerbtncell {
                width: 15%;
            }

                .ngxmdp .selector .header .headerbtncell .headerbtn {
                    width: 32px;
                    height: 32px;
                    color: #000 !important;
                    background: #e6e6e6 !important;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    border-radius: 50%;
                }

                    .ngxmdp .selector .header .headerbtncell .headerbtn:focus, .ngxmdp .selector .header .headerbtncell .headerbtn:hover {
                        color: #fff !important;
                        background: #000 !important;
                    }

            .ngxmdp .selector .header .headermonthtxt,
            .ngxmdp .selector .header .headerlabelbtn {
                font-size: 1em !important;
            }

            .ngxmdp .selector .header .headerlabelbtn {
                font-family: proxima-nova, sans-serif !important;
                color: #000 !important;
                font-weight: 700 !important;
            }

                .ngxmdp .selector .header .headerlabelbtn:focus, .ngxmdp .selector .header .headerlabelbtn:hover {
                    color: #000 !important;
                }

            .ngxmdp .selector .header .icon-ngxmydpleft:before,
            .ngxmdp .selector .header .icon-ngxmydpright:before {
                display: block;
                font-family: 'icons' !important;
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                font-size: 14px;
                content: "\E903";
            }

            .ngxmdp .selector .header .icon-ngxmydpright:before {
                content: "\E904";
            }

            .ngxmdp .selector .header .icon-mydptoday {
                display: none !important;
            }

        .ngxmdp .selector .caltable {
            width: 260px;
            color: #000 !important;
            font-size: 15px !important;
            margin: 0 10px;
        }

            .ngxmdp .selector .caltable .weekdaytitle {
                font-family: proxima-nova, sans-serif !important;
                font-size: 0.93333em !important;
                font-weight: 700 !important;
                color: #666 !important;
                background: transparent !important;
            }

            .ngxmdp .selector .caltable .daycell {
                color: #000 !important;
                padding: 0 !important;
                border: none !important;
                outline: none !important;
            }

                .ngxmdp .selector .caltable .daycell:focus .datevalue span {
                    color: #fff !important;
                    background: #000 !important;
                }

                .ngxmdp .selector .caltable .daycell.disabled {
                    color: #ccc !important;
                    background: #fff !important;
                }

                .ngxmdp .selector .caltable .daycell .datevalue {
                    display: table;
                }

                    .ngxmdp .selector .caltable .daycell .datevalue span {
                        display: table-cell;
                        width: 36px;
                        height: 36px;
                        vertical-align: middle;
                        -webkit-border-radius: 50%;
                        -moz-border-radius: 50%;
                        border-radius: 50%;
                    }

                        .ngxmdp .selector .caltable .daycell .datevalue span.markcurrday {
                            text-decoration: none !important;
                        }

            .ngxmdp .selector .caltable .currmonth {
                font-weight: normal;
                background: #fff !important;
            }

                .ngxmdp .selector .caltable .currmonth:hover .datevalue span {
                    color: #fff !important;
                    background: #000 !important;
                }

            .ngxmdp .selector .caltable .selectedday .datevalue span {
                color: #fff !important;
                background: #000 !important;
            }

        .ngxmdp .selector .monthtable tr:nth-child(4) td:first-child {
            -moz-border-radius-bottomleft: 0 !important;
            -webkit-border-bottom-left-radius: 0 !important;
            border-bottom-left-radius: 0 !important;
        }

        .ngxmdp .selector .monthtable tr:nth-child(4) td:last-child {
            -moz-border-radius-bottomright: 0 !important;
            -webkit-border-bottom-right-radius: 0 !important;
            border-bottom-right-radius: 0 !important;
        }

        .ngxmdp .selector .monthtable .monthcell {
            width: 33.3%;
            background: transparent !important;
            padding: 0 !important;
        }

            .ngxmdp .selector .monthtable .monthcell.selectedmonth .monthvalue,
            .ngxmdp .selector .monthtable .monthcell:focus .monthvalue,
            .ngxmdp .selector .monthtable .monthcell:hover .monthvalue {
                color: #fff !important;
                background: #000 !important;
                border: none !important;
            }

            .ngxmdp .selector .monthtable .monthcell .monthvalue {
                width: 100%;
                height: 40px;
                vertical-align: middle;
                padding-top: 14px;
                -webkit-border-radius: 0 !important;
                -moz-border-radius: 0 !important;
                border-radius: 0 !important;
            }

                .ngxmdp .selector .monthtable .monthcell .monthvalue.markcurrmonth {
                    text-decoration: none;
                }

        .ngxmdp .selector .yeartable .yearchangebtncell {
            background: transparent !important;
        }

            .ngxmdp .selector .yeartable .yearchangebtncell .yearchangebtn {
                width: 32px;
                height: 32px;
                color: #000 !important;
                background: #e6e6e6 !important;
                margin-bottom: 10px;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
            }

                .ngxmdp .selector .yeartable .yearchangebtncell .yearchangebtn:focus, .ngxmdp .selector .yeartable .yearchangebtncell .yearchangebtn:hover {
                    color: #fff !important;
                    background: #000 !important;
                }

            .ngxmdp .selector .yeartable .yearchangebtncell .icon-ngxmydpup:before,
            .ngxmdp .selector .yeartable .yearchangebtncell .icon-ngxmydpdown:before {
                display: block;
                font-family: 'icons' !important;
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                font-size: 14px;
                content: "\E901";
            }

            .ngxmdp .selector .yeartable .yearchangebtncell .icon-ngxmydpdown {
                margin-top: 10px;
            }

                .ngxmdp .selector .yeartable .yearchangebtncell .icon-ngxmydpdown:before {
                    content: "\E902";
                }

        .ngxmdp .selector .yeartable .yearcell {
            width: 20%;
            background: transparent !important;
            padding: 0 !important;
        }

            .ngxmdp .selector .yeartable .yearcell.selectedyear .yearvalue,
            .ngxmdp .selector .yeartable .yearcell:focus .yearvalue,
            .ngxmdp .selector .yeartable .yearcell:hover .yearvalue {
                color: #fff !important;
                background: #000 !important;
                border: none !important;
            }

            .ngxmdp .selector .yeartable .yearcell .yearvalue {
                width: 100%;
                height: 40px;
                vertical-align: middle;
                padding-top: 14px;
                -webkit-border-radius: 0 !important;
                -moz-border-radius: 0 !important;
                border-radius: 0 !important;
            }

                .ngxmdp .selector .yeartable .yearcell .yearvalue.markcurryear {
                    text-decoration: none;
                }

@media (min-width: 768px) {
    .ngxmdp .selector.selectorarrow {
        margin-top: -16px !important;
    }
}

.complaint-form .select-wrapper {
    max-width: 300px;
}

.complaint-form #preferredTimeToCallError {
    margin: -20px 0 20px;
}

    .complaint-form #preferredTimeToCallError .error {
        padding-top: 5px;
    }

@media (min-width: 768px) {
    .complaint-form textarea {
        max-width: 640px;
    }

    .complaint-form .textarea-counter-container {
        max-width: 640px;
    }

        .complaint-form .textarea-counter-container textarea {
            max-width: 100%;
        }
}

.contact-form .select-wrapper,
.contact-form .currency-wrapper,
.contact-form .number-field {
    max-width: 300px;
}

.contact-form .daterange-field .col-sm-6 {
    max-width: 330px;
}

@media (min-width: 768px) {
    .contact-form .form-group.no-submit {
        margin-bottom: 40px;
    }

    .contact-form textarea {
        max-width: 640px;
    }

    .contact-form .textarea-counter-container {
        max-width: 640px;
    }

        .contact-form .textarea-counter-container textarea {
            max-width: 100%;
        }
}

.mobile-app-link .radiolist-wrapper.radiolist-img:not(.radiolist-stack) .radio-wrapper {
    max-width: 200px;
    width: 100%;
}

.mobile-app-link .radiolist-wrapper.radiolist-img:not(.radiolist-stack) .app-badge {
    max-height: 45px;
}

.app-badge {
    max-width: 160px;
    width: 100%;
}

.verification-form .btn.btn-secondary.resend-email {
    min-width: 150px;
    max-width: 200px;
    font-size: 0.8em;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.verification-form .success-msg {
    color: #76a056;
}

.header-no-navigation {
    padding-top: 20px;
}

    .header-no-navigation .container-fluid {
        position: relative;
    }

    .header-no-navigation .logo {
        display: block;
        height: 45px;
        margin: 0 auto 40px;
        overflow: hidden;
    }

        .header-no-navigation .logo a {
            display: inline-block;
            text-decoration: none;
        }

            .header-no-navigation .logo a:focus {
                outline: 2px solid #000;
                outline-offset: -2px;
            }

        .header-no-navigation .logo img {
            display: inline-block;
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            height: 45px;
            margin-left: auto;
            margin-right: auto;
            width: 250px;
        }

    .header-no-navigation .header-btn {
        display: none;
        position: absolute;
        top: -6px;
        right: 20px;
        color: #000;
        font-size: 1.2em;
        line-height: 30px;
        text-decoration: none;
        font-family: proxima-nova, sans-serif;
        font-weight: 700;
    }

        .header-no-navigation .header-btn:focus, .header-no-navigation .header-btn:hover {
            text-decoration: underline;
        }

@media (min-width: 768px) {
    .header-no-navigation {
        padding-top: 45px;
    }

        .header-no-navigation .logo .img {
            margin-bottom: 10px;
        }

        .header-no-navigation .logo a {
            float: right;
        }

        .header-no-navigation .logo span {
            background-position: right center;
            float: right;
            margin-left: 0;
            margin-right: 0;
        }

        .header-no-navigation .logo.no-js {
            margin: 0 auto 10px;
        }

        .header-no-navigation .header-btn {
            top: 0;
            font-size: 1.125em;
        }
}

@media (min-width: 992px) {
    .header-no-navigation {
        padding-top: 60px;
    }
}

.not-authentication .header-no-navigation .logo {
    padding: 0 20px 40px;
    margin: 0 -20px 20px;
    border-bottom: solid 1px #ccc;
    overflow: hidden;
}

    .not-authentication .header-no-navigation .logo span {
        height: 20px;
        width: 170px;
        background-position: center;
        margin-left: 0;
        margin-right: 0;
    }

.not-authentication .header-no-navigation .header-btn {
    display: block;
}

@media (min-width: 768px) {
    .not-authentication .header-no-navigation {
        padding-top: 20px;
    }

        .not-authentication .header-no-navigation .logo {
            padding: 0 0 50px;
            margin: 0 0 20px;
        }

            .not-authentication .header-no-navigation .logo a {
                float: left;
            }

            .not-authentication .header-no-navigation .logo span {
                float: left;
                height: 30px;
                width: 250px;
                background-position: left center;
            }

        .not-authentication .header-no-navigation .header-btn {
            right: 40px;
        }
}

@media (min-width: 992px) {
    .not-authentication .header-no-navigation {
        padding-top: 40px;
    }
}

.loading:before,
.loading-inverted:before,
.loading-large:before {
    animation: spin 1s infinite linear;
    border-bottom: 3px solid #000;
    border-left: 3px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    border-right: 3px solid #000;
    border-top: 3px solid #000;
    content: "";
    display: inline-block;
    height: 16px;
    overflow: hidden;
    transform: translateZ(0);
    width: 16px;
}

.loading:not(a):not(.btn),
.loading-inverted:not(a):not(.btn),
.loading-large:not(a):not(.btn) {
    display: block;
    text-align: center;
    width: 100%;
}

.loading.btn,
.loading-inverted.btn,
.loading-large.btn {
    cursor: progress;
    position: relative;
}

    .loading.btn:before,
    .loading-inverted.btn:before,
    .loading-large.btn:before {
        left: 50%;
        margin-left: -8px;
        margin-top: -8px;
        position: absolute;
        top: 50%;
    }

.direct-debit-summary .loading, .direct-debit-summary
.loading-inverted, .direct-debit-summary
.loading-large {
    margin-top: 15px;
}

a.loading, a.loading-inverted, a.loading-large {
    position: relative;
}

    a.loading:before, a.loading-inverted:before, a.loading-large:before {
        left: 50%;
        margin-left: -8px;
        margin-top: -8px;
        position: absolute;
        top: 50%;
    }

    a.loading:not(.account-setup-widget-panel), a.loading-inverted:not(.account-setup-widget-panel), a.loading-large:not(.account-setup-widget-panel) {
        color: #7FBFE3;
        cursor: default;
        display: initial;
        text-align: inherit;
        text-decoration: none;
    }

.loading-absolute-centered,
a.loading,
.btn.loading {
    position: relative;
}

    .loading-absolute-centered:before,
    a.loading:before,
    .btn.loading:before {
        left: 50%;
        margin-left: -8px;
        margin-top: -8px;
        position: absolute;
        top: 50%;
    }

.loading-large:before {
    border-width: 6px;
    height: 40px;
    width: 40px;
}

.loading-large.loading-absolute-centered:before {
    margin-left: -20px;
    margin-top: -20px;
}

.loading-inverted:before {
    border-bottom-color: #fff;
    border-left-color: rgba(255, 255, 255, 0.3);
    border-right-color: #fff;
    border-top-color: #fff;
}

.logged-out .site-wrapper .authentication-content .row.horiz-line .login-form-col .invisible {
    height: 0;
}

.logged-out .site-wrapper .authentication-content .row.horiz-line .login-form-col .btn-login {
    margin-top: 15px;
}

@media (min-width: 768px) {
    .logged-out .site-wrapper .authentication-content .row.horiz-line .login-form-col {
        padding-bottom: 0;
    }

        .logged-out .site-wrapper .authentication-content .row.horiz-line .login-form-col .form-group {
            margin-bottom: 0;
        }

            .logged-out .site-wrapper .authentication-content .row.horiz-line .login-form-col .form-group .btn {
                margin-bottom: 0;
            }

        .logged-out .site-wrapper .authentication-content .row.horiz-line .login-form-col .step2 {
            min-height: 274px;
        }
}

/**
    We force 16px font-size to avoid input-zoom-bug  on iOs
        (web browser zoom-in on an input when a font size is less than 16px)
*/
input[name="userName"], input[name="password"] {
    font-size: 16px;
}

#btnIsPublicDevice {
    font-size: 12px;
}

.lost-and-stolen.card {
    position: relative;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
}

    .lost-and-stolen.card label {
        font-weight: normal;
    }

    .lost-and-stolen.card .new-card {
        position: absolute;
        top: -11px;
        right: -19px;
    }

.lost-and-stolen.address-box {
    background-color: #efefef;
    padding: 20px;
}

.lost-and-stolen.icon-success {
    font-size: 76px;
}

.lost-and-stolen.complete-box h1 {
    margin-top: 20px;
}

.next-payment-calculator-panel {
    background: #fff;
    border: solid 1px #e6e6e6;
    margin-bottom: 30px;
    padding: 15px 20px;
}

    .next-payment-calculator-panel .loading p {
        margin: 0;
    }

.next-payment-submit-container {
    overflow: hidden;
}

.password-strength-indicator {
    background-color: #e6e6e6;
    height: 10px;
    margin-bottom: 7px;
    width: 100%;
}

    .password-strength-indicator .strength {
        background-color: #dd5151;
        display: block;
        height: 10px;
        transition: width 0.2s, background-color 0.2s;
        width: 0%;
    }

        .password-strength-indicator .strength.red {
            width: 33%;
        }

        .password-strength-indicator .strength.amber {
            background-color: #ffba27;
            width: 66%;
        }

        .password-strength-indicator .strength.green {
            background-color: #76a056;
            width: 100%;
        }

    .password-strength-indicator .strength-text {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

.password-requirements {
    font-size: 13px;
}

    .password-requirements p {
        margin-bottom: 7px;
    }

.register .top-cta-alert .alert {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .register .top-cta-alert .alert {
        border-left: solid 1px #e6e6e6;
        border-right: solid 1px #e6e6e6;
    }
}

.select-wrapper {
    line-height: 44px;
    margin: 0 0 5px;
    padding: 0;
    position: relative;
    text-align: left;
    transition: background 0.2s, border 0.2s, color 0.2s;
    width: 100%;
    z-index: 1;
}

    .select-wrapper.error,
    .select-wrapper.error .icon-container {
        color: #dd5151;
    }

        .select-wrapper.error select {
            border-color: #dd5151;
        }

            .select-wrapper.error select + .select-text, .select-wrapper.error select:active + .select-text, .select-wrapper.error select:focus + .select-text {
                background-color: #fff;
                border-color: #dd5151;
            }

    .select-wrapper .icon-container {
        color: #000;
        display: block;
        height: 46px;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        width: 55px;
    }

        .select-wrapper .icon-container:before {
            font-family: 'icons' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\E902";
            left: 50%;
            margin-left: -8px;
            margin-top: -8px;
            position: absolute;
            top: 50%;
        }

    .select-wrapper .select-text {
        -webkit-appearance: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-color: #fff;
        border: 1px solid #ccc;
        display: block;
        outline: none !important;
        overflow: hidden;
        padding: 0 55px 0 20px;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }

    .select-wrapper select {
        -webkit-appearance: none;
        bottom: 0;
        color: #000000;
        cursor: pointer;
        display: block;
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 1;
    }

        .select-wrapper select:active + .select-text, .select-wrapper select:focus + .select-text {
            background-color: #f9f9f9;
            border-color: #000;
        }

        .select-wrapper select:disabled + .select-text,
        .select-wrapper select:disabled + .select-text + .icon-container {
            opacity: 0.6;
            filter: alpha(opacity=60);
        }

.switch-wrapper {
    text-align: center;
    cursor: pointer;
    margin-bottom: 30px;
}

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

        .switch-wrapper input:focus + label {
            border-color: #000;
        }

    .switch-wrapper label {
        display: inline-block;
        width: 44px;
        height: 24px;
        text-indent: -9999em;
        background: #d8d8d8;
        border: solid 1px #ccc;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        margin: 0 15px;
        -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.15);
        box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.15);
        cursor: pointer;
        vertical-align: middle;
    }

        .switch-wrapper label span {
            display: block;
            width: 20px;
            height: 20px;
            background: #000;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            margin: 1px;
            -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.15);
            -moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.15);
            box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.15);
        }

        .switch-wrapper label.checked span {
            margin-left: 21px;
        }

    .switch-wrapper .switch-label {
        display: inline-block;
        width: 33.333333%;
        width: calc(50% - 50px);
        color: #999;
        text-align: left;
        vertical-align: middle;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .switch-wrapper .switch-label:first-child {
            text-align: right;
        }

        .switch-wrapper .switch-label.active {
            color: #000;
        }

@media (min-width: 480px) {
    .switch-wrapper .switch-label {
        width: auto;
        width: calc(50% - 50px);
    }
}

@media (min-width: 768px) {
    .switch-wrapper .switch-label {
        font-size: 1.125em;
    }
}

.switch-pane {
    display: none;
}

    .switch-pane.active {
        display: block;
    }

.switch-tab {
    margin: 0 0 30px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

    .switch-tab:before, .switch-tab:after {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        content: "";
        display: block;
        position: absolute;
    }

    .switch-tab:before {
        -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.15);
        box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.15);
        background: #d8d8d8;
        border-radius: 12px;
        border: solid 1px #ccc;
        height: 24px;
        left: 50%;
        margin-left: -22px;
        margin-top: -12px;
        top: 50%;
        vertical-align: middle;
        width: 44px;
    }

        .switch-tab:before:active, .switch-tab:before:focus {
            border-color: #000;
        }

    .switch-tab:after {
        -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.15);
        box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.15);
        background: #000;
        border-radius: 50%;
        height: 20px;
        left: 50%;
        margin-left: -20px;
        margin-top: -10px;
        top: 50%;
        transition: margin-left 0.2s;
        width: 20px;
    }

    .switch-tab.switched:after {
        margin-left: 0;
    }

    .switch-tab:not(.switched) .switch-label.left,
    .switch-tab.switched .switch-label.right {
        color: #000;
    }

    .switch-tab:not(.switched) .switch-label.left {
        padding-right: 18px;
        width: calc(50% - 22px);
    }

    .switch-tab:not(.switched) .switch-label.right {
        padding-left: 62px;
        width: calc(50% + 22px);
    }

    .switch-tab.switched .switch-label.left {
        padding-right: 62px;
        width: calc(50% + 22px);
    }

    .switch-tab.switched .switch-label.right {
        padding-left: 18px;
        width: calc(50% - 22px);
    }

    .switch-tab .switch-label {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        color: #999;
        cursor: pointer;
        display: inline-block;
        position: relative;
        text-align: left;
        transition: color 0.2s;
        vertical-align: middle;
        width: 50%;
        z-index: 1;
    }

        .switch-tab .switch-label[tabindex="0"]:active, .switch-tab .switch-label[tabindex="0"]:focus, .switch-tab .switch-label[tabindex="0"]:hover {
            text-decoration: underline;
        }

@media (min-width: 768px) {
    .switch-tab .switch-label {
        font-size: 1.125em;
    }
}

.switch-tab .switch-label.left {
    float: left;
    padding-right: 40px;
    text-align: right;
}

.switch-tab .switch-label.right {
    float: right;
    padding-left: 40px;
}

.tabs {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-bottom: solid 1px #e6e6e6;
}

@media (min-width: 768px) {
    .tabs:not(.nav-justified):not(.nav-tabs.nav-justified) {
        display: block;
    }
}

.tabs:not(.nav-justified):not(.nav-tabs.nav-justified) .tab-link span:focus, .tabs:not(.nav-justified):not(.nav-tabs.nav-justified) .tab-link span:hover {
    color: #000;
    background: #ccc;
    border-color: #ccc;
}

.tabs:not(.nav-justified):not(.nav-tabs.nav-justified) .tab-link.active span, .tabs:not(.nav-justified):not(.nav-tabs.nav-justified) .tab-link.active span:focus, .tabs:not(.nav-justified):not(.nav-tabs.nav-justified) .tab-link.active span:hover {
    color: #fff;
    background: #000;
    border-color: #000;
}

.tabs .tab-link {
    display: table-cell;
    position: relative;
    width: 100%;
    float: none;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    text-decoration: none;
    text-transform: none;
    cursor: pointer;
}

    .tabs .tab-link:focus {
        outline: 2px solid #000;
        outline-offset: -2px;
    }

@media (min-width: 768px) {
    .tabs .tab-link {
        display: inline-block;
        width: auto;
        height: auto;
        float: left;
    }
}

.tabs .tab-link span {
    display: block;
    height: 100%;
    text-align: center;
    margin: 0;
    border: 1px solid #e6e6e6;
}

.tabs .tab-link .number {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 16px !important;
    font-family: proxima-nova, sans-serif;
    font-weight: normal;
    color: #fff;
    background: #B6B6B6;
    padding: 4px 2px 2px !important;
    margin: 0 5px !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.tabs .tab-link.active {
    cursor: default;
}

    .tabs .tab-link.active span {
        margin: 0;
    }

@media (min-width: 768px) {
    .tabs .tab-link.active span {
        padding: 10px 50px;
    }
}

.tabs.nav-justified {
    border-bottom: 0;
}

    .tabs.nav-justified .tab-link {
        background: #e6e6e6;
        color: #000;
    }

        .tabs.nav-justified .tab-link:hover {
            background: #ccc;
            border-color: #ccc;
        }

        .tabs.nav-justified .tab-link.active, .tabs.nav-justified .tab-link.active:hover {
            background: #fff;
            border-color: #e6e6e6;
            color: #000;
        }

        .tabs.nav-justified .tab-link span {
            border: none !important;
            font-size: 1.06667em;
            margin-bottom: 0;
            padding: 20px 10px;
        }

    .tabs.nav-justified .tab-link {
        border-bottom: none;
        border-left: 1px solid #e6e6e6;
        border-right: 1px solid #e6e6e6;
        border-top: 1px solid #e6e6e6;
        display: table-cell;
        float: none;
    }

@media (min-width: 768px) {
    .tabs.nav-justified .tab-link span {
        font-size: 1.25em;
    }
}

.textarea-counter textarea {
    display: block;
}

.textarea-counter.large textarea {
    min-height: 250px;
}

.textarea-counter .character-count {
    font-size: 0.8em;
    line-height: 1em;
    text-align: right;
}

@media (min-width: 768px) {
    .textarea-counter .character-count {
        font-size: 0.75em;
    }
}

.textarea-counter-container + .error-container {
    margin-top: -10px;
}

.tooltip {
    color: #000;
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    position: relative;
}

    .tooltip, .tooltip:active, .tooltip:focus, .tooltip:hover {
        text-decoration: none;
    }

        .tooltip:focus, .tooltip:focus:active {
            outline: none;
        }

        .tooltip:before {
            font-family: 'icons' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\E90A";
        }

.tooltip-label-container {
    margin-bottom: 15px;
}

    .tooltip-label-container label {
        margin-bottom: 0;
    }

    .tooltip-label-container label,
    .tooltip-label-container .tooltip {
        display: inline;
    }

.tooltip-container {
    bottom: 100%;
    margin-bottom: 10px;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    text-align: center;
    width: 200px;
}

    .tooltip-container.position-half-left {
        left: 0;
        margin-left: -140px;
    }

        .tooltip-container.position-half-left .tooltip-content:before {
            left: 75%;
        }

    .tooltip-container.position-left {
        left: 0;
        margin-left: -175px;
    }

        .tooltip-container.position-left .tooltip-content:before {
            left: auto;
            right: 10px;
        }

    .tooltip-container.position-half-right {
        left: 0;
        margin-left: -40px;
    }

        .tooltip-container.position-half-right .tooltip-content:before {
            left: 25%;
        }

    .tooltip-container.position-right {
        left: 0;
        margin-left: -5px;
    }

        .tooltip-container.position-right .tooltip-content:before {
            left: 15px;
        }

    .tooltip-container .tooltip-content {
        background-color: #000;
        border-radius: 5px;
        color: #fff;
        cursor: default;
        display: inline-block;
        font-size: 12px;
        line-height: 14px;
        padding: 5px;
        text-align: center;
    }

        .tooltip-container .tooltip-content:before {
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-top: 6px solid #000;
            bottom: 0;
            content: "";
            height: 0;
            left: 50%;
            margin-bottom: -6px;
            margin-left: -6px;
            position: absolute;
            width: 0;
        }

#screen-xs,
#screen-sm,
#screen-md,
#screen-lg,
#screen-landscape,
#screen-portrait {
    height: 0;
    font-size: 0;
}

#screen-landscape,
#screen-portrait {
    display: none;
}

@media screen and (orientation: landscape) {
    #screen-landscape {
        display: block;
    }
}

@media screen and (orientation: portrait) {
    #screen-portrait {
        display: block;
    }
}

@media (max-width: 767px) {
    .inbox-title.content-panel-open {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
}

@media (max-width: 767px) {
    .inbox-container {
        margin-left: -20px;
        margin-right: -20px;
    }
}

.inbox-container.is-loading {
    position: relative;
}

    .inbox-container.is-loading .loading-large {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .inbox-container.is-loading .inbox {
        opacity: 0.2;
    }

.inbox {
    transition: opacity 0.2s;
    width: 100%;
}

@media (min-width: 768px) {
    .inbox {
        border: 1px solid #ccc;
        height: 650px;
        overflow: hidden;
    }
}

@media (min-width: 768px) {
    .inbox-messages-panel,
    .inbox-message-content-panel {
        overflow-x: hidden;
        overflow-y: auto;
    }
}

@media (max-width: 767px) {
    .content-panel-open .inbox-messages-panel {
        display: none;
    }
}

@media (min-width: 768px) {
    .inbox-messages-panel {
        border-right: 1px solid #ccc;
        float: left;
        height: calc(100% + 1px);
        width: 50%;
    }
}

@media (min-width: 992px) {
    .inbox-messages-panel {
        width: 40%;
    }
}

.inbox-message-content-panel {
    padding: 40px 30px;
}

    .inbox-message-content-panel:focus {
        outline: 2px solid #000;
        outline-offset: -2px;
    }

@media (max-width: 767px) {
    .inbox-message-content-panel {
        display: none;
    }

    .content-panel-open .inbox-message-content-panel {
        display: block;
    }
}

@media (min-width: 768px) {
    .inbox-message-content-panel {
        float: right;
        height: 100%;
        width: 50%;
    }
}

@media (min-width: 992px) {
    .inbox-message-content-panel {
        width: 60%;
    }
}

.inbox-message {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    color: #000;
    display: block;
    padding: 30px 25px;
    text-decoration: none;
}

    .inbox-message:active, .inbox-message:focus, .inbox-message:hover {
        background-color: #f9f9f9;
    }

    .inbox-message:focus {
        outline: 2px solid #000;
        outline-offset: -2px;
    }

    .inbox-message .title,
    .inbox-message .description {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .inbox-message .date {
        color: #000;
    }

    .inbox-message .title {
        font-family: proxima-nova, sans-serif;
        font-weight: 700;
    }

    .inbox-message p {
        margin-bottom: 15px;
    }

        .inbox-message p:last-child {
            margin-bottom: 0;
        }

@media (max-width: 767px) {
    .inbox-message:first-child {
        border-top: 1px solid #ccc;
    }
}

@media (min-width: 768px) {
    .inbox-message {
        transition: color 0.2s, background-color 0.2s;
    }

        .inbox-message.current {
            background-color: #000;
            cursor: default;
        }

            .inbox-message.current p,
            .inbox-message.current .date {
                color: #fff;
            }
}

.inbox-message-attachments {
    background: #f9f9f9;
    padding: 30px 25px;
}

    .inbox-message-attachments .title {
        margin-top: 0;
    }

.inbox-message-attachment-list {
    margin: 0;
    padding: 0;
}

    .inbox-message-attachment-list .inbox-message-attachment {
        margin-bottom: 20px;
        margin-top: 20px;
    }

        .inbox-message-attachment-list .inbox-message-attachment:first-child {
            margin-top: 0;
        }

        .inbox-message-attachment-list .inbox-message-attachment:last-child {
            margin-bottom: 0;
        }

.inbox-message-attachment:before {
    content: none;
}

.inbox-message-attachment .attachment-details {
    display: table;
    margin-bottom: 20px;
    min-height: 60px;
    padding-left: 65px;
    position: relative;
    width: 100%;
}

    .inbox-message-attachment .attachment-details:before {
        background-color: transparent;
        background-image: url("/dist/assets/newday/img/pdf-icon.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 0;
        content: "";
        height: 60px;
        left: 0;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        width: 45px;
    }

    .inbox-message-attachment .attachment-details * {
        margin: 0;
    }

.inbox-message-attachment .attachment-details-inner {
    display: table-cell;
    vertical-align: middle;
}

.inbox-message-attachment .description {
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    margin-bottom: 0;
}

.inbox-message-attachment .download-link {
    text-align: right;
    margin-bottom: 0;
}

    .inbox-message-attachment .download-link a {
        margin-bottom: 0;
    }

    .inbox-message-attachment .download-link .btn.loading {
        display: block;
        text-align: center;
        width: 100%;
    }

@media (min-width: 768px) {
    .inbox-message-attachment .download-link .btn.loading {
        display: inline-block;
        width: auto;
    }
}

.inbox-message-attachment .error {
    margin-bottom: 0;
    margin-top: 20px;
}

.earn-bonus-points .earn-bonus-points-list {
    padding: 0;
}

    .earn-bonus-points .earn-bonus-points-list,
    .earn-bonus-points .earn-bonus-points-list li {
        margin: 40px 0;
    }

        .earn-bonus-points .earn-bonus-points-list li {
            text-align: center;
        }

            .earn-bonus-points .earn-bonus-points-list li:before {
                content: none;
            }

.earn-bonus-points .row {
    padding-bottom: 20px;
}

    .earn-bonus-points .row.table-box {
        text-align: center;
    }

.earn-bonus-points .bottom-border-color {
    padding-bottom: 10px;
    border-bottom: 2px solid burlywood;
    margin-bottom: 10px;
}

.earn-bonus-points .bottom-border {
    padding-bottom: 10px;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 10px;
}

.earn-bonus-points .right-border {
    border-right: 1px solid #d6d6d6;
}

.earn-bonus-points .hr-line {
    width: calc(100% + 40px);
    border-top: 1px solid #d6d6d6;
    margin-left: -20px;
    margin-bottom: 30px;
    padding: 0;
}

@media (min-width: 992px) {
    .earn-bonus-points .hr-line {
        width: calc(100% + 100px);
        margin-left: -50px;
    }
}

[class^="bonus-point-roundel"],
[class*=" bonus-point-roundel"] {
    background: #f8f1db;
    border-radius: 50%;
    display: table;
    margin: 0 auto;
    text-align: center;
}

.earn-bonus-points-list [class^="bonus-point-roundel"], .earn-bonus-points-list
[class*=" bonus-point-roundel"] {
    margin-bottom: 10px;
}

[class^="bonus-point-roundel"] .roundel-inner,
[class*=" bonus-point-roundel"] .roundel-inner {
    display: table-cell;
    vertical-align: middle;
}

[class^="bonus-point-roundel"] .points-amount,
[class^="bonus-point-roundel"] .points-value,
[class^="bonus-point-roundel"] .points-title,
[class*=" bonus-point-roundel"] .points-amount,
[class*=" bonus-point-roundel"] .points-value,
[class*=" bonus-point-roundel"] .points-title {
    display: block;
    line-height: normal;
}

[class^="bonus-point-roundel"] .points-title,
[class*=" bonus-point-roundel"] .points-title {
    text-transform: uppercase;
}

.bonus-point-roundel {
    height: 180px;
    width: 180px;
}

    .bonus-point-roundel .points-value,
    .bonus-point-roundel .points-title {
        font-family: proxima-nova, sans-serif;
        font-weight: normal;
    }

    .bonus-point-roundel .points-amount {
        border-bottom: 1px solid #eac996;
        font-size: 70px;
        margin: 0 auto 5px;
        width: calc(100% - 40px);
    }

    .bonus-point-roundel .points-value {
        font-size: 22px;
    }

    .bonus-point-roundel .points-title {
        font-size: 13px;
        line-height: normal;
    }

.bonus-point-roundel-small {
    height: 70px;
    width: 70px;
}

    .bonus-point-roundel-small .points-value {
        font-size: 16px;
    }

    .bonus-point-roundel-small .points-title {
        font-family: proxima-nova, sans-serif;
        font-weight: normal;
        font-size: 13px;
        line-height: normal;
    }

.generate-rewards-code-main-container hr,
.generate-rewards-code-confirmation-container hr,
.generate-rewards-code-voucher-container hr {
    margin-left: -20px;
    margin-right: -20px;
}

@media (min-width: 768px) {
    .generate-rewards-code-main-container hr,
    .generate-rewards-code-confirmation-container hr,
    .generate-rewards-code-voucher-container hr {
        margin-left: -50px;
        margin-right: -50px;
    }
}

.generate-rewards-code-confirmation {
    text-align: center;
}

    .generate-rewards-code-confirmation .bonus-point-roundel {
        margin-bottom: 40px;
    }

.generate-rewards-code-voucher-container .pop-up {
    border-radius: 20px;
}

@media (min-width: 768px) {
    .generate-rewards-code-voucher-container .pop-up .btn {
        min-width: 420px;
    }
}

.generate-rewards-code-voucher-container .done-icon {
    padding: 90px 20px 20px;
    position: relative;
}

    .generate-rewards-code-voucher-container .done-icon:before {
        background-color: #46c65d;
        border-radius: 50%;
        content: '';
        height: 75px;
        left: 50%;
        margin-left: -37.5px;
        position: absolute;
        top: 0px;
        width: 75px;
    }

    .generate-rewards-code-voucher-container .done-icon:after {
        font-family: 'icons' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\E905";
        color: #fff;
        position: absolute;
        left: 50%;
        margin-left: -25px;
        top: 18px;
        font-size: 38px;
        width: 50px;
        height: 50px;
    }

.rewards-code-voucher {
    background: #f8f1db;
    margin: 0 auto 20px;
    padding: 30px;
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .rewards-code-voucher {
        padding-bottom: 50px;
        padding-top: 60px;
    }
}

.rewards-code-voucher .btn {
    min-width: 230px;
    margin-left: 3px;
    margin-right: 3px;
}

.rewards-code-voucher .clipboard-message {
    opacity: 1;
    transition: opacity 0.5s;
}

    .rewards-code-voucher .clipboard-message.transition {
        opacity: 0;
    }

.btn.btn-rewards-code {
    background-color: #f8f1db;
    border: 2px dotted #eac996;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    transition: border 0.2s;
}

    .btn.btn-rewards-code:active, .btn.btn-rewards-code:focus, .btn.btn-rewards-code:hover {
        border-style: solid;
    }

    .btn.btn-rewards-code .btn-label-container {
        font-weight: normal;
        left: 0;
        margin-top: -12px;
        position: absolute;
        right: 0;
        text-transform: none;
        top: 0;
        width: 100%;
    }

    .btn.btn-rewards-code .btn-label {
        background-color: #f8f1db;
        padding-left: 10px;
        padding-right: 10px;
    }

    .btn.btn-rewards-code .btn-title {
        font-size: 30px;
        font-weight: normal;
    }

.reward-points-summary-container {
    background: #000;
    color: #fff;
    margin-left: -20px;
    margin-right: -20px;
    padding: 30px 20px;
    text-align: center;
}

@media (min-width: 768px) {
    .reward-points-summary-container {
        margin-left: -40px;
        margin-right: -40px;
    }
}

@media (min-width: 992px) {
    .reward-points-summary-container {
        margin-left: -50px;
        margin-right: -50px;
    }
}

.reward-points-summary-container .title {
    color: #fff;
    margin: 0;
}

.reward-points-summary-container .reward-points-summary {
    margin: 0;
}

.reward-points-summary-container .points-balance {
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-size: 30px;
}

.reward-points-summary-container a {
    color: #fff;
}

.rewards-voucher-list {
    margin: 20px 0;
    padding: 0;
}

    .rewards-voucher-list li {
        margin: 10px 0;
    }

        .rewards-voucher-list li:before {
            content: none;
        }

        .rewards-voucher-list li .rewards-voucher,
        .rewards-voucher-list li .redeemed-voucher {
            margin-left: auto;
            margin-right: auto;
        }

.rewards-voucher,
.redeemed-voucher {
    max-width: 480px;
    min-height: 85px;
    opacity: 0.4;
    padding: 20px 25px;
    position: relative;
    transition: background-color 0.2s, border 0.2s, opacity 0.2s;
}

    .rewards-voucher.active,
    .redeemed-voucher.active {
        cursor: pointer;
        opacity: 1;
    }

        .rewards-voucher.active:active .dummy-link, .rewards-voucher.active:focus .dummy-link, .rewards-voucher.active:hover .dummy-link,
        .redeemed-voucher.active:active .dummy-link,
        .redeemed-voucher.active:focus .dummy-link,
        .redeemed-voucher.active:hover .dummy-link {
            text-decoration: none;
        }

    .rewards-voucher .amount-container,
    .redeemed-voucher .amount-container {
        font-family: proxima-nova, sans-serif;
        font-weight: 700;
        bottom: 0;
        font-size: 40px;
        height: 100%;
        left: 0;
        line-height: 85px;
        padding: 0 20px;
        position: absolute;
        text-align: center;
        top: 0;
        width: 100px;
    }

    .rewards-voucher .amount-inner,
    .redeemed-voucher .amount-inner {
        display: table;
        width: 100%;
        height: 100%;
    }

    .rewards-voucher .amount,
    .redeemed-voucher .amount {
        display: table-cell;
        vertical-align: middle;
    }

    .rewards-voucher .info,
    .redeemed-voucher .info {
        display: block;
        padding-left: 80px;
    }

    .rewards-voucher .title,
    .redeemed-voucher .title {
        font-family: proxima-nova, sans-serif;
        font-weight: 700;
        font-size: 18px;
    }

    .rewards-voucher .dummy-link,
    .redeemed-voucher .dummy-link {
        text-decoration: underline;
    }

    .rewards-voucher p,
    .redeemed-voucher p {
        margin: 0;
    }

.rewards-voucher {
    border: 1px dashed #000;
}

    .rewards-voucher.active {
        background-color: #f8f1db;
        border-color: #f8f1db;
        border-style: solid;
    }

        .rewards-voucher.active:active, .rewards-voucher.active:focus, .rewards-voucher.active:hover {
            outline: 2px solid #eac996;
        }

.redeemed-voucher {
    border: 3px solid;
}

    .redeemed-voucher.active {
        background-color: #f8f1db;
        border-color: #eac996;
    }

        .redeemed-voucher.active:active, .redeemed-voucher.active:focus, .redeemed-voucher.active:hover {
            outline: 2px solid #000;
        }

.generated-gift-cards-list {
    margin: 20px 0;
    padding: 0;
}

    .generated-gift-cards-list li {
        margin: 10px 0;
    }

        .generated-gift-cards-list li:before {
            content: none;
        }

        .generated-gift-cards-list li .generated-gift-cards,
        .generated-gift-cards-list li .redeemed-voucher {
            margin-left: auto;
            margin-right: auto;
        }

.generated-gift-cards,
.redeemed-voucher {
    max-width: 480px;
    min-height: 85px;
    opacity: 0.4;
    padding: 20px 25px;
    position: relative;
    transition: background-color 0.2s, border 0.2s, opacity 0.2s;
}

    .generated-gift-cards.active,
    .redeemed-voucher.active {
        cursor: pointer;
        opacity: 1;
    }

        .generated-gift-cards.active:active .dummy-link, .generated-gift-cards.active:focus .dummy-link, .generated-gift-cards.active:hover .dummy-link,
        .redeemed-voucher.active:active .dummy-link,
        .redeemed-voucher.active:focus .dummy-link,
        .redeemed-voucher.active:hover .dummy-link {
            text-decoration: none;
        }

    .generated-gift-cards .amount-container,
    .redeemed-voucher .amount-container {
        font-family: proxima-nova, sans-serif;
        font-weight: 700;
        bottom: 0;
        font-size: 40px;
        height: 100%;
        left: 0;
        line-height: 85px;
        padding: 0 20px;
        position: absolute;
        text-align: center;
        top: 0;
        width: 100px;
    }

    .generated-gift-cards .amount-inner,
    .redeemed-voucher .amount-inner {
        display: table;
        width: 100%;
        height: 100%;
    }

    .generated-gift-cards .amount,
    .redeemed-voucher .amount {
        display: table-cell;
        vertical-align: middle;
    }

    .generated-gift-cards .info,
    .redeemed-voucher .info {
        display: block;
        padding-left: 80px;
    }

    .generated-gift-cards .title,
    .redeemed-voucher .title {
        font-family: proxima-nova, sans-serif;
        font-weight: 700;
        font-size: 18px;
    }

    .generated-gift-cards .dummy-link,
    .redeemed-voucher .dummy-link {
        text-decoration: underline;
    }

    .generated-gift-cards p,
    .redeemed-voucher p {
        margin: 0;
    }

.generated-gift-cards {
    border: 1px dashed #000;
}

    .generated-gift-cards.active {
        background-color: #f8f1db;
        border-color: #f8f1db;
        border-style: solid;
        outline: 2px solid #eac996;
    }

.redeemed-voucher {
    border: 3px solid;
}

    .redeemed-voucher.active {
        background-color: #f8f1db;
        border-color: #eac996;
    }

        .redeemed-voucher.active:active, .redeemed-voucher.active:focus, .redeemed-voucher.active:hover {
            outline: 2px solid #000;
        }

.use-reward-codes-main-container hr {
    margin-left: -20px;
    margin-right: -20px;
}

@media (min-width: 768px) {
    .use-reward-codes-main-container hr {
        margin-left: -50px;
        margin-right: -50px;
    }
}

.use-reward-codes-main-container .icon-wrapper {
    display: contents;
}

    .use-reward-codes-main-container .icon-wrapper [class^="icon-"],
    .use-reward-codes-main-container .icon-wrapper [class*=" icon-"] {
        display: block;
        font-size: 50px;
        height: 40px;
        margin-bottom: 30px;
        position: relative;
        text-align: center;
        color: #e7b107;
    }

        .use-reward-codes-main-container .icon-wrapper [class^="icon-"]:before,
        .use-reward-codes-main-container .icon-wrapper [class*=" icon-"]:before {
            left: 50%;
            margin-left: -20px;
            margin-top: -20px;
            position: absolute;
            top: 50%;
        }

@media (min-width: 768px) {
    .credit-limit-increases-friction-main-container .increasebutton .btn {
        min-width: 210px;
    }
}

@media (min-width: 768px) {
    .credit-limit-increases-counter-offer-main-container .increasebutton .btn {
        min-width: 210px;
    }
}

.header-no-navigation .logo.emb90001 span {
    background-image: url("/dist/assets/newday/img/90001.svg");
}

.header-no-navigation .logo.emb90002 span {
    background-image: url("/dist/assets/newday/img/90002.svg");
}

.header-no-navigation .logo.emb90003 span {
    background-image: url("/dist/assets/newday/img/90003.svg");
}

.container-fluid {
    max-width: 670px;
}

.mt-0 {
    margin-top: 0 !important;
}

.container-fluid {
    max-width: 500px;
}

.fluid-max-width {
    max-width: 670px !important;
}

.panel-heading-consents {
    padding-left: 0px;
}

.panel-footer-consents {
    background-color: transparent;
    padding-left: 0px;
    border: 0px;
}

.consent-box {
    padding: 10px;
    background-color: #e8e8e8;
}

.pad {
    padding: 4px;
}

.cbbold {
    vertical-align: bottom;
    zoom: 1.5 !important;
    margin: 0 0 2px 0 !important;
}

/*Account Consent Confirmation*/
.consent-confirmation-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: #f5f5f5;
    color: #6b4ef9;
}

.consent-confirmation-h1 {
    font-size: 24px;
    margin-bottom: 20px;
    color: black;
    font-weight:bold;
}

.consent-confirmation-section {
    margin-bottom: 20px;
}

.consent-confirmation-h6 {
    font-size: 15px;
    margin-bottom: 10px;
}

.consent-confirmation-p {
    font-size: 15px;
    margin-bottom: 10px;
    color: black;
    text-decoration: underline;
    font-weight: bold;
}

.consent-confirmation-ul {
    padding-left: 20px;
}

.consent-confirmation-li {
    margin-bottom: 10px;
    margin-left: 40px;
    font-weight: normal !important;
    list-style-type: none;
}

.consent-confirmation-ul li span::before {
    content: "•"; 
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.consent-confirmation-a:hover {
    text-decoration: underline;
}

.consent-confirmation-footer {
    text-align: center;
    padding: 10px;
    background-color: #e8f0fe;
    color: #666;
}

.consent-confirmation-confirm-button {
    background-color: black;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 5px;
    width: 300px;
    margin-top: 10px;
}

.consent-confirmation-cancel-button {
    background-color: white;
    color: black;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 5px;
    width: 300px;
    border: 0.5px 0.5px;
    border-color: black;
    margin-top: 10px;
}

.consent-confirmation-confirm-button:hover {
    background-color: #bbb;
}

.consent-confirmation-button-container {
    display: flex;
    flex-direction: column; /* Stacks buttons vertically */
    align-items: center; /* Centers buttons horizontally */
    justify-content: center; /* Centers buttons vertically */
    margin-bottom: 15px; /* Add some space above the footer text */
}

.consent-confirmation-li span {
    font-weight: normal !important;
}

.consent-confirmation-panel {
    border: 1px solid;
    border-color: #bbb;
    margin-bottom: 40px;
}

.consent-confirmation-share-text  {
    margin-bottom: 20px;
    margin-top: 20px;
}

div > .consent-confirmation-li > label > span {
    font-weight: bold !important;
    margin-top: 10px;
    display: inline-block;
}

@media only screen and (max-width: 768px) {
    #header, #footer, .logged-out {
        background-color: #FFFFFF; /* Background color for mobile */
    }
}

/*Account Consent Confirmation*/