.hr-odpc{
    margin-top: 0;
}

.tier2-bottom{
    padding-bottom: 1em;
    font-size: 1.2em;
}

.chxbox-margin{
    margin-right: .5em;
}

.reduced-padding{
    padding:1.5em !important;
}

.padding-top{
    padding-top: 1em;
}

.padding-bottom{
    padding-bottom: 1em;
}

.padding-bottom-extra{
    padding-bottom: 5em;
}

.history-odpc-label{
    margin-bottom: 0;
}

.history-odpc{
    color: #46465B;
}

#header-odpc{
    background-color: #1F8CEB;
    height: 60px;
    margin-bottom: 3em;
}

#footer-odpc{
    height: 100px;
    margin-bottom: 5em;
    padding-top: 5em;
}

.image-odpc{
    width: 135px;
    height: auto;
    padding: 1em;
    margin-left: 10%;
}

a:link.odpc, a:visited{
    text-align: center !important;
    color: #1F8CEB !important;
    font-size: 1em;
}

.container{
    width: 100% !important;
    margin: auto;
}

.coreContainer {
    background: none !important;
    border: none !important;
}

.form-group{
    border: 0 none !important;
}

.error-msg-odpc{
    color: #df2250;
    margin-top: -25px !important;
    margin-bottom: 1em;
    font-style: italic;
}

.form-spacing {
    margin-bottom: 1em;
}

.uppercase{
    text-transform: uppercase;
}

.bankmobile-logo {
    display: table-cell;
    width: auto;
}
.header-height {
    height: 55px;
}

@media (min-width: 480px) {
    .header-height {
        height: 60px;
    }
}

.logo-container {
    position: absolute;
}

.logo-container [bmd-logo] {
    position: relative;
    height: 100%;
    left: -20px;
    width: auto;
}

.logo-container [bmd-logo] svg {
    height: 100%;
    width: auto;
    padding: 14px 20px;
}

[bmd-logo] {
    line-height: 1;
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

[bmd-logo].white svg {
    fill: white;
}
a [bmd-logo].white svg {
    background-color: rgba(255, 255, 255, 0);
}
a [bmd-logo].white svg:hover {
    fill: #1F8CEB;
    background-color: white;
}

.form-group{
    border: 1px solid #898989;
    margin-bottom: 0;
}

.form-group + .form-group, div + .form-group{
    border-top: 0 none;
}

.form-group > label.one-line-label, .form-group > div > label.one-line-label{
    line-height: 2em;
    padding: 1.35em 1em 1.15em .5em;
}

.form-group > label.two-line-label, .form-group > div > label.two-line-label{
    line-height: 1.5em;
    padding: .55em 1em .65em .55em;
}



/*trial css*/
.col-xs-6.col-xs-full {
    width: 100%; }
@media (min-width: 480px) {
    .col-xs-6.col-xs-full {
        width: 50%; } }

.even-container {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse; }
.even-container > .even-element {
    display: table-cell;
    vertical-align: middle;
    height: 100%; }
@media (min-width: 768px) {
    .even-container > .even-element {
        border: transparent solid;
        border-width: 0 15px; }
    .even-container > .even-element:first-child {
        border-left: 0; }
    .even-container > .even-element:last-child {
        border-right: 0; } }
.even-container.break-sm > .even-element {
    display: table-row; }
@media (min-width: 768px) {
    .even-container.break-sm > .even-element {
        display: table-cell; } }

.main-content {
    display: block;
    max-width: 768px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    float: none; }

.quadrant {
    overflow: hidden;
    background-color: white;
    border-radius: 10px; }
.quadrant .top,
.quadrant .bottom {
    display: table;
    table-layout: fixed;
    width: 100%; }
.quadrant .top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06); }
@media (min-width: 768px) {
    .quadrant .top {
        border-bottom: 0; } }
.quadrant .quad {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding: 2rem;
    background-color: rgba(180, 198, 211, 0.1); }
@media (min-width: 768px) {
    .quadrant .quad {
        width: 50%;
        height: 342px; } }
.quadrant .quad h3 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 20px; }
.quadrant .quad p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px; }
.quadrant .bottom .quad-right,
.quadrant .top .quad-left {
    text-align: center;
    position: relative;
    display: none; }
@media (min-width: 768px) {
    .quadrant .bottom .quad-right,
    .quadrant .top .quad-left {
        display: table-cell; } }
.quadrant .number-container {
    display: inline-table;
    border: solid 2px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    width: 100px;
    height: 100px; }
.quadrant .number-container .number {
    display: table-cell;
    vertical-align: middle;
    font-size: 30px;
    line-height: 1;
    margin: 0;
    padding: 2px 0 0 0; }
.quadrant .bottom .quad-right {
    background-color: rgba(107, 198, 48, 0.15); }
.quadrant .bottom .quad-right .number-container {
    color: #6bc630;
    border-color: #6bc630; }
.quadrant .top .quad-left {
    background-color: rgba(31, 140, 235, 0.23); }
.quadrant .top .quad-left .number-container {
    color: #1F8CEB;
    border-color: #1F8CEB; }


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;
     background-color: #1F8CEB;
     color: #ffffff;
     font-weight: 500;

 }

input[type="submit"].odpc-back-button {
    -webkit-appearance: button;
    cursor: pointer;
    background-color: #7c7c7c !important;
    color: #ffffff;
    font-weight: 500;

}

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; }

* {
    -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: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #fff; }

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

a {
    color: #337ab7;
    text-decoration: none; }
a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
a:focus {
    outline: 2px 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.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -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: 20px;
    margin-bottom: 20px;
    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; }

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

.container:before, .container:after {
    content: " ";
    display: table; }
.container:after {
    clear: both; }
@media (min-width: 768px) {
    .container {
        width: 760px; } }
@media (min-width: 992px) {
    .container {
        width: 980px; } }
@media (min-width: 1200px) {
    .container {
        width: 1180px; } }

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

.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.3333333333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.3333333333%; }
    .col-sm-2 {
        width: 16.6666666667%; }
    .col-sm-3 {
        width: 25%; }
    .col-sm-4 {
        width: 33.3333333333%; }
    .col-sm-5 {
        width: 41.6666666667%; }
    .col-sm-6 {
        width: 50%; }
    .col-sm-7 {
        width: 58.3333333333%; }
    .col-sm-8 {
        width: 66.6666666667%; }
    .col-sm-9 {
        width: 75%; }
    .col-sm-10 {
        width: 83.3333333333%; }
    .col-sm-11 {
        width: 91.6666666667%; }
    .col-sm-12 {
        width: 100%; }
    .col-sm-pull-0 {
        right: auto; }
    .col-sm-pull-1 {
        right: 8.3333333333%; }
    .col-sm-pull-2 {
        right: 16.6666666667%; }
    .col-sm-pull-3 {
        right: 25%; }
    .col-sm-pull-4 {
        right: 33.3333333333%; }
    .col-sm-pull-5 {
        right: 41.6666666667%; }
    .col-sm-pull-6 {
        right: 50%; }
    .col-sm-pull-7 {
        right: 58.3333333333%; }
    .col-sm-pull-8 {
        right: 66.6666666667%; }
    .col-sm-pull-9 {
        right: 75%; }
    .col-sm-pull-10 {
        right: 83.3333333333%; }
    .col-sm-pull-11 {
        right: 91.6666666667%; }
    .col-sm-pull-12 {
        right: 100%; }
    .col-sm-push-0 {
        left: auto; }
    .col-sm-push-1 {
        left: 8.3333333333%; }
    .col-sm-push-2 {
        left: 16.6666666667%; }
    .col-sm-push-3 {
        left: 25%; }
    .col-sm-push-4 {
        left: 33.3333333333%; }
    .col-sm-push-5 {
        left: 41.6666666667%; }
    .col-sm-push-6 {
        left: 50%; }
    .col-sm-push-7 {
        left: 58.3333333333%; }
    .col-sm-push-8 {
        left: 66.6666666667%; }
    .col-sm-push-9 {
        left: 75%; }
    .col-sm-push-10 {
        left: 83.3333333333%; }
    .col-sm-push-11 {
        left: 91.6666666667%; }
    .col-sm-push-12 {
        left: 100%; }
    .col-sm-offset-0 {
        margin-left: 0%; }
    .col-sm-offset-1 {
        margin-left: 8.3333333333%; }
    .col-sm-offset-2 {
        margin-left: 16.6666666667%; }
    .col-sm-offset-3 {
        margin-left: 25%; }
    .col-sm-offset-4 {
        margin-left: 33.3333333333%; }
    .col-sm-offset-5 {
        margin-left: 41.6666666667%; }
    .col-sm-offset-6 {
        margin-left: 50%; }
    .col-sm-offset-7 {
        margin-left: 58.3333333333%; }
    .col-sm-offset-8 {
        margin-left: 66.6666666667%; }
    .col-sm-offset-9 {
        margin-left: 75%; }
    .col-sm-offset-10 {
        margin-left: 83.3333333333%; }
    .col-sm-offset-11 {
        margin-left: 91.6666666667%; }
    .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.3333333333%; }
    .col-md-2 {
        width: 16.6666666667%; }
    .col-md-3 {
        width: 25%; }
    .col-md-4 {
        width: 33.3333333333%; }
    .col-md-5 {
        width: 41.6666666667%; }
    .col-md-6 {
        width: 50%; }
    .col-md-7 {
        width: 58.3333333333%; }
    .col-md-8 {
        width: 66.6666666667%; }
    .col-md-9 {
        width: 75%; }
    .col-md-10 {
        width: 83.3333333333%; }
    .col-md-11 {
        width: 91.6666666667%; }
    .col-md-12 {
        width: 100%; }
    .col-md-pull-0 {
        right: auto; }
    .col-md-pull-1 {
        right: 8.3333333333%; }
    .col-md-pull-2 {
        right: 16.6666666667%; }
    .col-md-pull-3 {
        right: 25%; }
    .col-md-pull-4 {
        right: 33.3333333333%; }
    .col-md-pull-5 {
        right: 41.6666666667%; }
    .col-md-pull-6 {
        right: 50%; }
    .col-md-pull-7 {
        right: 58.3333333333%; }
    .col-md-pull-8 {
        right: 66.6666666667%; }
    .col-md-pull-9 {
        right: 75%; }
    .col-md-pull-10 {
        right: 83.3333333333%; }
    .col-md-pull-11 {
        right: 91.6666666667%; }
    .col-md-pull-12 {
        right: 100%; }
    .col-md-push-0 {
        left: auto; }
    .col-md-push-1 {
        left: 8.3333333333%; }
    .col-md-push-2 {
        left: 16.6666666667%; }
    .col-md-push-3 {
        left: 25%; }
    .col-md-push-4 {
        left: 33.3333333333%; }
    .col-md-push-5 {
        left: 41.6666666667%; }
    .col-md-push-6 {
        left: 50%; }
    .col-md-push-7 {
        left: 58.3333333333%; }
    .col-md-push-8 {
        left: 66.6666666667%; }
    .col-md-push-9 {
        left: 75%; }
    .col-md-push-10 {
        left: 83.3333333333%; }
    .col-md-push-11 {
        left: 91.6666666667%; }
    .col-md-push-12 {
        left: 100%; }
    .col-md-offset-0 {
        margin-left: 0%; }
    .col-md-offset-1 {
        margin-left: 8.3333333333%; }
    .col-md-offset-2 {
        margin-left: 16.6666666667%; }
    .col-md-offset-3 {
        margin-left: 25%; }
    .col-md-offset-4 {
        margin-left: 33.3333333333%; }
    .col-md-offset-5 {
        margin-left: 41.6666666667%; }
    .col-md-offset-6 {
        margin-left: 50%; }
    .col-md-offset-7 {
        margin-left: 58.3333333333%; }
    .col-md-offset-8 {
        margin-left: 66.6666666667%; }
    .col-md-offset-9 {
        margin-left: 75%; }
    .col-md-offset-10 {
        margin-left: 83.3333333333%; }
    .col-md-offset-11 {
        margin-left: 91.6666666667%; }
    .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.3333333333%; }
    .col-lg-2 {
        width: 16.6666666667%; }
    .col-lg-3 {
        width: 25%; }
    .col-lg-4 {
        width: 33.3333333333%; }
    .col-lg-5 {
        width: 41.6666666667%; }
    .col-lg-6 {
        width: 50%; }
    .col-lg-7 {
        width: 58.3333333333%; }
    .col-lg-8 {
        width: 66.6666666667%; }
    .col-lg-9 {
        width: 75%; }
    .col-lg-10 {
        width: 83.3333333333%; }
    .col-lg-11 {
        width: 91.6666666667%; }
    .col-lg-12 {
        width: 100%; }
    .col-lg-pull-0 {
        right: auto; }
    .col-lg-pull-1 {
        right: 8.3333333333%; }
    .col-lg-pull-2 {
        right: 16.6666666667%; }
    .col-lg-pull-3 {
        right: 25%; }
    .col-lg-pull-4 {
        right: 33.3333333333%; }
    .col-lg-pull-5 {
        right: 41.6666666667%; }
    .col-lg-pull-6 {
        right: 50%; }
    .col-lg-pull-7 {
        right: 58.3333333333%; }
    .col-lg-pull-8 {
        right: 66.6666666667%; }
    .col-lg-pull-9 {
        right: 75%; }
    .col-lg-pull-10 {
        right: 83.3333333333%; }
    .col-lg-pull-11 {
        right: 91.6666666667%; }
    .col-lg-pull-12 {
        right: 100%; }
    .col-lg-push-0 {
        left: auto; }
    .col-lg-push-1 {
        left: 8.3333333333%; }
    .col-lg-push-2 {
        left: 16.6666666667%; }
    .col-lg-push-3 {
        left: 25%; }
    .col-lg-push-4 {
        left: 33.3333333333%; }
    .col-lg-push-5 {
        left: 41.6666666667%; }
    .col-lg-push-6 {
        left: 50%; }
    .col-lg-push-7 {
        left: 58.3333333333%; }
    .col-lg-push-8 {
        left: 66.6666666667%; }
    .col-lg-push-9 {
        left: 75%; }
    .col-lg-push-10 {
        left: 83.3333333333%; }
    .col-lg-push-11 {
        left: 91.6666666667%; }
    .col-lg-push-12 {
        left: 100%; }
    .col-lg-offset-0 {
        margin-left: 0%; }
    .col-lg-offset-1 {
        margin-left: 8.3333333333%; }
    .col-lg-offset-2 {
        margin-left: 16.6666666667%; }
    .col-lg-offset-3 {
        margin-left: 25%; }
    .col-lg-offset-4 {
        margin-left: 33.3333333333%; }
    .col-lg-offset-5 {
        margin-left: 41.6666666667%; }
    .col-lg-offset-6 {
        margin-left: 50%; }
    .col-lg-offset-7 {
        margin-left: 58.3333333333%; }
    .col-lg-offset-8 {
        margin-left: 66.6666666667%; }
    .col-lg-offset-9 {
        margin-left: 75%; }
    .col-lg-offset-10 {
        margin-left: 83.3333333333%; }
    .col-lg-offset-11 {
        margin-left: 91.6666666667%; }
    .col-lg-offset-12 {
        margin-left: 100%; } }

table {
    background-color: transparent; }

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left; }

th {
    text-align: left; }

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px; }
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd; }
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
    border-top: 0; }
.table > tbody + tbody {
    border-top: 2px solid #ddd; }
.table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
    padding: 5px; }

.table-bordered {
    border: 1px solid #ddd; }
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5; }

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
    background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
    background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
    background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc; }

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%; }
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd; }
    .table-responsive > .table {
        margin-bottom: 0; }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap; }
    .table-responsive > .table-bordered {
        border: 0; }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0; }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0; }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0; } }

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

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    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: none !important;
    outline-offset: 0px; }

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

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: none;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
    -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: #1F8CEB;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(31, 140, 235, 0.5);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(31, 140, 235, 0.5); }
.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: 34px; }
    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: 30px; }
    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: 46px; } }

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

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px; }
.radio label,
.checkbox label {
    min-height: 20px;
    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: 34px; }
.form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

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

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

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

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

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

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

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5; }

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px; }

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

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

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px; }

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

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

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333; }

.has-feedback {
    position: relative; }
.has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    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: 46px;
    height: 46px;
    line-height: 46px; }

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

.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 {
    -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 {
    -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 {
    -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 {
    -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 {
    -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 {
    -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: 25px; }

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

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

@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: 27px; }

.form-horizontal .form-group {
    margin-left: -20px;
    margin-right: -20px; }
.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: 20px; }

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

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

.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: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -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: 2px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.btn:hover, .btn:focus, .btn.focus {
    color: #333;
    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: #333;
    background-color: #fff;
    border-color: #ccc; }
.btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e5e5;
    border-color: #8c8c8c; }
.btn-default:hover {
    color: #333;
    background-color: #e6e5e5;
    border-color: #adadad; }
.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e5e5;
    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: #333;
    background-color: #d4d4d4;
    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: #fff;
    border-color: #ccc; }
.btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4; }
.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
.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: #204d74;
    border-color: #122b40; }
.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: #337ab7;
    border-color: #2e6da4; }
.btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c; }
.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
.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: #398439;
    border-color: #255625; }
.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: #5cb85c;
    border-color: #4cae4c; }
.btn-success .badge {
    color: #5cb85c;
    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: #d9534f;
    border-color: #d43f3a; }
.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
.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: #ac2925;
    border-color: #761c19; }
.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: #d9534f;
    border-color: #d43f3a; }
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
    color: #337ab7;
    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: #23527c;
    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: 18px;
    line-height: 1.3333333;
    border-radius: 6px; }

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

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    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%; }

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear; }
.fade.in {
    opacity: 1; }

.collapse {
    display: none; }
.collapse.in {
    display: block; }

tr.collapse.in {
    display: table-row; }

tbody.collapse.in {
    display: table-row-group; }

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease; }

@-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; } }

.animate {
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear; }

.v-middle-wrapper {
    display: table;
    height: 100%; }

.v-middle {
    vertical-align: middle;
    display: table-cell; }

div.centered {
    margin-left: auto;
    margin-right: auto; }

.unselectable {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none; }

body {
    overflow: auto;
    height: 100%;
    width: 100%;
}

.panel {
    margin: 4.5rem auto 1rem;
    padding: 2.5rem;
    max-width: 750px;
    overflow: hidden;
    border-radius: 10px;
    background-color: rgba(250, 250, 250, 0.79); }

.container-fluid {
    padding-left: 0px;
    padding-right: 0px; }
@media (min-width: 480px) {
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px; } }

.scroll-down {
    width: 2rem;
    height: 2rem;
    float: left;
    margin-right: 30px; }

body, form {
    font-family: "Graphik", sans-serif;
    color: #364351; }

body {
    margin: 0;
    color: rgba(54, 67, 81, 0.5); }

h1, h2, h3, h4, h5, h6 {
    font-family: "Px Grotesk", "Helvetic Neue", sans-serif;
    color: #364351;
    margin: 0 0 20px 0;
    font-weight: 300; }

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

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

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

p.right, h1.right, h2.right, h3.right, h4.right, h5.right, h6.right {
    text-align: right; }

hr {
    border-color: #e6e6e6; }

html {
    font-size: 75%;
    line-height: 1; }

h1 {
    font-size: 3.42rem;
    font-weight: 700;
    letter-spacing: -0.1rem;
    line-height: 1; }

h2 {
    font-size: 1.8375rem;
    line-height: 1.5; }

h3 {
    font-size: 1.325rem;
    line-height: 1.5094339623; }

h4 {
    font-size: 1.25rem;
    line-height: 1.6; }

h5 {
    font-size: 1.125rem;
    line-height: 1.7777777778; }

h6 {
    font-size: 1.05rem;
    line-height: 1.9047619048; }

p {
    font-size: 1rem;
    line-height: 2; }
p.small {
    font-size: 64.5%; }

small {
    font-size: 64.5%; }

label {
    font-size: 125%;
    font-weight: 500; }

@media (min-width: 480px) {
    html {
        font-size: 100%;
        line-height: 1.3; }
    h1 {
        font-size: 314.0073%;
        line-height: 1.2420093418; }
    h2 {
        font-size: 170%;
        line-height: 1.5294117647; }
    h3 {
        line-height: 1.9622641509; }
    h4 {
        line-height: 2.08; }
    h5 {
        line-height: 1.1555555556; }
    h6 {
        line-height: 1.2380952381; }
    p {
        line-height: 1.3; }
    p.small {
        font-size: 71.43%; }
    label.small {
        font-size: 71.43%; }
    small {
        font-size: 49.5%; } }

@media (min-width: 768px) {
    h1 {
        font-size: 357.1164%;
        line-height: 1.2600933477; } }

p + p {
    margin-top: 1.4em; }
@media (min-width: 1200px) {
    p + p {
        margin-top: 1.45em; } }

.cta {
    font-family: "FreightSans-Black", sans-serif;
    letter-spacing: .1em;
    padding: 0.5rem .25rem;
    border-bottom: 1px solid #1F8CEB;
    color: #1F8CEB;
    background-color: transparent;
    font-size: 80%;
    font-weight: bold;
    margin-bottom: .5rem; }
.cta:focus, .cta:active, .cta:hover {
    color: #7dbcf3;
    border-color: #7dbcf3;
    text-decoration: none; }

.icon-left-container {
    display: table;
    width: 100%; }
.icon-left-container > div:first-child {
    padding-right: 15px; }
.icon-left-container > div:first-child img {
    width: 35px; }
.icon-left-container > div {
    display: table-row;
    text-align: left;
    vertical-align: middle; }
@media (min-width: 768px) {
    .icon-left-container > div {
        display: table-cell; } }

.svg-icon {
    display: inline-table; }
.svg-icon svg {
    display: table-cell;
    vertical-align: middle; }

.action-button {
    display: table;
    width: 100%;
    border: 1px solid black;
    border-radius: 5px;
    padding: .86rem 0 .86rem 1.5rem;
    font-size: 114.3%;
    position: relative;
    margin-bottom: 20px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
.action-button.blue {
    background-color: rgba(31, 140, 235, 0.025);
    color: rgba(31, 140, 235, 0.825);
    border-color: rgba(31, 140, 235, 0.25); }
.action-button.blue:hover {
    background-color: rgba(31, 140, 235, 0.075); }
.action-button.blue svg {
    fill: rgba(31, 140, 235, 0.825); }
.action-button.green {
    background-color: rgba(107, 198, 48, 0.025);
    color: rgba(107, 198, 48, 0.95);
    border-color: rgba(107, 198, 48, 0.5); }
.action-button.green:hover {
    background-color: rgba(107, 198, 48, 0.075); }
.action-button.green svg {
    fill: rgba(107, 198, 48, 0.95); }
.action-button:hover {
    text-decoration: none;
    opacity: 1; }
.action-button .svg-icon {
    display: block;
    position: absolute;
    right: 1.5rem;
    padding: 1.14rem 0;
    width: 1.571rem;
    height: 100%;
    top: 0; }

p.grey, h1.grey, h2.grey, h3.grey, h4.grey, h5.grey, h6.grey, span.grey, strong.grey, em.grey {
    color: #969ba2; }

p.black, h1.black, h2.black, h3.black, h4.black, h5.black, h6.black, span.black, strong.black, em.black {
    color: #364351; }

.shadow {
    box-shadow: 0 0 32px -3px rgba(0, 0, 0, 0.07); }

form {
    text-align: left; }

.rs-form-history {
    max-width: 850px;
    border-radius: 15px;
    padding: 0;
    margin: auto auto 2rem; }
.rs-form-history.thin-form {
    max-width: 480px; }
@media (min-width: 480px) {
    .rs-form-history {
        margin: auto 2rem 2rem;
        padding: 1.5rem;
        background-color: rgba(201, 201, 201, 0.08); } }
@media (min-width: 768px) {
    .rs-form-history {
        padding: 2.5rem;
        margin: auto auto 5rem; } }
@media (min-width: 1024px) {
    .rs-form-history {
        padding: 3rem; } }

.rs-form-history label,
.form label {
    font-size: 107.142857143%;
    font-weight: 500;
    margin-top: 0; }
@media (min-width: 480px) {
    .rs-form-history label,
    .form label {
        font-size: 121.428571429%; } }

.rs-form-history .form-control,
.form .form-control {
    height: 4.5rem;
    border-radius: 10px;
    box-shadow: 0 0 32px -3px rgba(0, 0, 0, 0.07);
    border: 1px solid #f0f0f0; }
.rs-form-history .form-control::-moz-placeholder,
.form .form-control::-moz-placeholder {
    color: rgba(54, 67, 81, 0.24);
    opacity: 1; }
.rs-form-history .form-control:-ms-input-placeholder,
.form .form-control:-ms-input-placeholder {
    color: rgba(54, 67, 81, 0.24); }
.rs-form-history .form-control::-webkit-input-placeholder,
.form .form-control::-webkit-input-placeholder {
    color: rgba(54, 67, 81, 0.24); }
@media (min-width: 480px) {
    .rs-form-history .form-control,
    .form .form-control {
        height: 3.3125rem; } }
@media (min-width: 768px) {
    .rs-form-history .form-control,
    .form .form-control {
    } }

.rs-form-history input.with-validation,
.form input.with-validation {
    padding-right: 4.5rem; }





/*---------*/

.rs-form {
    max-width: 768px;
    border-radius: 15px;
    padding: 0;
    margin: auto auto 2rem; }
.rs-form.thin-form {
    max-width: 480px; }
@media (min-width: 480px) {
    .rs-form {
        margin: auto 2rem 2rem;
        padding: 1.5rem;
        background-color: rgba(201, 201, 201, 0.08); } }
@media (min-width: 768px) {
    .rs-form {
        padding: 2.5rem;
        margin: auto auto 5rem; } }
@media (min-width: 1024px) {
    .rs-form {
        padding: 3rem; } }

.rs-form label,
.form label {
    font-size: 107.142857143%;
    font-weight: 500;
    margin-top: 0; }
@media (min-width: 480px) {
    .rs-form label,
    .form label {
        font-size: 121.428571429%; } }

.rs-form .form-control,
.form .form-control {
    height: 4.5rem;
    border-radius: 10px;
    box-shadow: 0 0 32px -3px rgba(0, 0, 0, 0.07);
    border: 1px solid #ddd; }

.rs-form .form-control:focus{
    border-color: rgba(119,184,0, 0.8);
    box-shadow: 0 1px 1px rgba(119,184,0, 0.075) inset, 0 0 8px rgba(119,184,0, 0.6);
    outline: 0 none;}

.rs-form .form-control::-moz-placeholder,
.form .form-control::-moz-placeholder {
    color: rgba(54, 67, 81, 0.24);
    opacity: 1; }
.rs-form .form-control:-ms-input-placeholder,
.form .form-control:-ms-input-placeholder {
    color: rgba(54, 67, 81, 0.24); }
.rs-form .form-control::-webkit-input-placeholder,
.form .form-control::-webkit-input-placeholder {
    color: rgba(54, 67, 81, 0.24); }
@media (min-width: 480px) {
    .rs-form .form-control,
    .form .form-control {
        height: 3.3125rem; } }
@media (min-width: 768px) {
    .rs-form .form-control,
    .form .form-control {
    } }

.rs-form input.with-validation,
.form input.with-validation {
    padding-right: 4.5rem; }

.form-group {
    margin: 0.75rem auto 0.25rem; }
.form-group label + input,
.form-group .show-password-group input {
    margin-top: 0.5rem;
    margin-bottom: 0; }

.in-input-button {
    position: absolute;
    z-index: 2;
    display: block;
    margin: 0;
    bottom: 0;
    right: 1.125rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

.in-input-button .text {
    position: relative;
    display: inline-block;
    font-size: 1.125rem;
    line-height: 2.125;
    letter-spacing: 2px;
    height: 2.25rem;
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
    width: 4.5rem;
    text-align: center;
    cursor: pointer;
    color: #1F8CEB;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
.in-input-button .text:hover {
    color: #7dbcf3; }
@media (min-width: 480px) {
    .in-input-button .text {
        font-size: 0.828125rem;
        height: 1.65625rem;
        margin-top: 0.828125rem;
        margin-bottom: 0.828125rem;
        width: 3.3125rem; } }

.valdr-message {
    position: absolute;
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }

.form-group > input.ng-untouched,
.form-group > input:focus {
    z-index: 2; }

.form-group .valdr-message {
    opacity: 0;
    visibility: hidden; }

.show-password-group {
    position: relative; }

.has-error.dirty-blurred input:not(.ng-untouched) {
    z-index: 2; }

.has-error.dirty-blurred .valdr-message {
    position: relative;
    opacity: 1;
    visibility: visible; }

.has-success:not(.has-error) > .valdr-message {
    opacity: 0;
    visibility: hidden; }

a.button, input, button, [type='checkbox']:after, .checkbox, .radio-group {
    /*border-radius: 10px;*/
    margin: 0;
    padding: 0;
    position: relative;
    height: auto;
    border: none;
    outline: none;
    box-shadow: 0 0 32px -3px rgba(0, 0, 0, 0.07);
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear; }

a.button:focus,
input:focus,
button:focus,
[type='checkbox']:focus:after,
.checkbox:focus {
    outline: none !important;
    outline-offset: 0px; }

.checkbox-group input[type='checkbox'], .checkbox-group input[type='checkbox']:active, .checkbox-group input[type='checkbox']:focus {
    outline: none !important;
    box-shadow: none !important; }

input {
    width: 100%;
    height: 3rem;
    padding-left: 1em;
    padding-right: 1em;
    margin: 2rem auto;
    margin-top: 0px !important;

}
input, input.form-control {
    border: 1px solid #e6e6e6; }
label + input {
    margin-top: 0; }
input::-moz-placeholder {
    color: rgba(54, 67, 81, 0.24);
    opacity: 1; }
input:-ms-input-placeholder {
    color: rgba(54, 67, 81, 0.24); }
input::-webkit-input-placeholder {
    color: rgba(54, 67, 81, 0.24); }
input.blue:focus {
    border-color: #1F8CEB; }
input.grey:focus {
    border-color: #B4C6D3; }
input.invalid.ng-dirty:not(:focus), input.ng-invalid.ng-dirty:not(:focus) {
    box-shadow: inset 0 0 10px rgba(224, 33, 81, 0.5);
    border-color: rgba(224, 33, 81, 0.25) !important; }

.radio-group {
    display: table;
    height: auto;
    width: 100%;
    padding: 1rem 1.5rem;
    margin: 1rem 0 0.5rem 0; }
.radio-group input {
    height: 1.2rem;
    line-height: 0;
    margin: 0 1rem 0 0;
    vertical-align: middle;
    width: auto;
    display: table-cell; }
@media (min-width: 768px) {
    .radio-group {
        display: inline-table;
        width: auto;
        margin: 1rem 1rem 0.5rem 0; } }

button,
a.button {
    text-align: center;
    font-family: "FreightSans-Black", sans-serif;
    font-size: 110%;
    padding: 1rem 1.5rem 1rem;
    margin-bottom: 1em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-width: 1px;
    border-style: solid;
}
button + a.button,
button + button,
a.button + a.button,
a.button + button {
    margin-left: .5rem;
}
button:hover,
a.button:hover {
    box-shadow: 0 0 15px rgba(31, 140, 235, 0.5);
    text-decoration: none; }
button.disabled, button:disabled,
a.button.disabled,
a.button:disabled {
    opacity: 0.5; }
button.blue,
a.button.blue {
    border-color: rgba(31, 140, 235, 0.75);
    background-color: #1F8CEB;
    color: #fff; }
button.blue.clear,
a.button.blue.clear {
    color: #1F8CEB; }
button.green,
a.button.green {
    border-color: rgba(145, 234, 87, 0.75);
    background-color: #91ea57;
    color: #fff; }
button.green.clear,
a.button.green.clear {
    color: #91ea57; }
button.grey,
a.button.grey {
    border-color: rgba(180, 198, 211, 0.75);
    background-color: #B4C6D3;
    color: #fff; }
button.grey.clear,
a.button.grey.clear {
    color: #B4C6D3; }
button.grey.clear:hover,
a.button.grey.clear:hover {
    box-shadow: none; }
button.grey:hover,
a.button.grey:hover {
    box-shadow: 0 0 15px rgba(180, 198, 211, 0.5); }
button.clear,
a.button.clear {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none; }
button:last-child,
a.button:last-child {
    margin-bottom: 0; }
button:disabled:not(.no-disable-style),
a.button:disabled:not(.no-disable-style) {
    opacity: .5; }

label {
    margin-top: 1em; }
label .info {
    margin-left: 1em; }

.checkbox,
[type='checkbox'] {
    width: 15px;
    height: 15px;
    position: relative;
    z-index: 1;
    display: inline-block;
}
            /*.checkbox:after, .checkbox:before,*/
            /*[type='checkbox']:after,*/
            /*[type='checkbox']:before {*/
                /*cursor: pointer;*/
                /*border-radius: 5px;*/
                /*content: "";*/
                /*z-index: 0;*/
                /*width: 21px;*/
                /*height: 21px;*/
                /*border: 1px #c4d2dc solid;*/
                /*display: inline-block;*/
                /*position: relative;*/
                /*background-color: white;*/
                /*visibility: visible; }*/
            /*.checkbox:before,*/
            /*[type='checkbox']:before {*/
                /*width: 31.5px;*/
                /*height: 31.5px;*/
                /*left: -4.2px;*/
                /*top: -5.25px;*/
                /*z-index: 5;*/
                /*border: none;*/
            /*background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns=’http://www.w3.org/2000/svg' viewBox=‘0 0 512 512’%3e%3cpath fill=‘%231F8CEB’ d=‘M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z’/%3e%3c/svg%3e") no-repeat;*/
            /*background-position: 60% 60%;*/
                /*background-size: 0%;*/
                /*position: absolute;*/
                /*overflow: visible; }*/
            /*.checkbox.checked:before, .checkbox:checked:before,*/
            /*[type='checkbox'].checked:before,*/
            /*[type='checkbox']:checked:before {*/
                /*background-position: 0% 0%;*/
                /*background-size: 100%; }*/
            /*.checkbox.checked:after, .checkbox:checked:after,*/
            /*[type='checkbox'].checked:after,*/
            /*[type='checkbox']:checked:after {*/
                /*border: 1px #e4ebef solid; }*/
.checkbox + label,
[type='checkbox'] + label {
    display: inline;
    font-size: 100%;
    font-weight: normal;
    margin-left: 1em; }
.checkbox + label.small,
[type='checkbox'] + label.small {
    font-size: 85.7%; }

.form-group.checkbox-group {
    display: table;
    width: 100%; }
.form-group.checkbox-group .checkbox, .form-group.checkbox-group [type='checkbox'], .form-group.checkbox-group label {
    display: table-cell;
    vertical-align: top; }
.form-group.checkbox-group .checkbox, .form-group.checkbox-group [type='checkbox'] {
    width: 42px; }
.form-group.checkbox-group label {
    width: 100%;
    padding-top: 8.4px;
    line-height: 21px;
    font-size: 85.715%; }
.form-group.checkbox-group label.small {
    font-size: 71.43%;
    color: #969ba2; }
.form-group.checkbox-group label a {
    color: #364351;
    text-decoration: underline; }

.input-button-pair {
    width: 100%;
    display: table;
    margin: 2rem auto;
    border-radius: 10px; }
.input-button-pair label {
    display: block;
    width: 100%;
    margin-top: 0; }
.input-button-pair input, .input-button-pair button, .input-button-pair a.button {
    margin: 0;
    height: 3rem;
    display: table-cell;
    vertical-align: middle;
    width: 100%; }
.input-button-pair input {
    border: 1px solid #e6e6e6; }
.input-button-pair input + a.button,
.input-button-pair input + button {
    margin-top: 1rem;
    text-align: center; }
@media (min-width: 480px) {
    .input-button-pair input {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-right-width: 0;
        max-width: 75%; }
    .input-button-pair input + a.button,
    .input-button-pair input + button {
        max-width: 25%;
        margin-top: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
    @supports (max-width: calc(100% - 130px)) {
        .input-button-pair input {
            max-width: calc(100% - 130px); }
        .input-button-pair input + a.button,
        .input-button-pair input + button {
            max-width: 130px; } } }
@media (min-width: 480px) {
    .input-button-pair {
        box-shadow: 0 0 32px -3px rgba(0, 0, 0, 0.07); } }

.input-button-pair.input-button-pair-lg button,
.input-button-pair.input-button-pair-lg a.button,
button.button-lg,
a.button.button-lg {
    font-size: 95%; }

@media (min-width: 480px) {
    .input-button-pair.input-button-pair-lg input,
    input.input-lg {
        font-size: 150%; } }

@media (min-width: 768px) {
    .input-button-pair.input-button-pair-lg input,
    input.input-lg {
        font-size: 200%; } }

.input-button-pair.input-button-pair-lg button,
.input-button-pair.input-button-pair-lg a.button,
.input-button-pair.input-button-pair-lg input,
input.input-lg {
    height: 5rem; }
@media (min-width: 480px) {
    .input-button-pair.input-button-pair-lg button,
    .input-button-pair.input-button-pair-lg a.button,
    .input-button-pair.input-button-pair-lg input,
    input.input-lg {
        height: 4.75rem; } }
@media (min-width: 768px) {
    .input-button-pair.input-button-pair-lg button::-moz-placeholder,
    .input-button-pair.input-button-pair-lg a.button::-moz-placeholder,
    .input-button-pair.input-button-pair-lg input::-moz-placeholder,
    input.input-lg::-moz-placeholder {
        font-size: 1.75rem;
        position: relative;
        top: -0.175rem; }
    .input-button-pair.input-button-pair-lg button:-ms-input-placeholder,
    .input-button-pair.input-button-pair-lg a.button:-ms-input-placeholder,
    .input-button-pair.input-button-pair-lg input:-ms-input-placeholder,
    input.input-lg:-ms-input-placeholder {
        font-size: 1.75rem;
        position: relative;
        top: -0.175rem; }
    .input-button-pair.input-button-pair-lg button::-webkit-input-placeholder,
    .input-button-pair.input-button-pair-lg a.button::-webkit-input-placeholder,
    .input-button-pair.input-button-pair-lg input::-webkit-input-placeholder,
    input.input-lg::-webkit-input-placeholder {
        font-size: 1.75rem;
        position: relative;
        top: -0.175rem; } }

a.button.button-lg,
button.button-lg {
    font-size: 100%;
    line-height: 1.75;
    padding: 1.35rem 2rem; }

a.button.button-lg,
button.button-lg,
input.input-lg {
    border-radius: 5px; }

.input-button-pair.input-button-pair-lg {
    position: relative;
    font-size: 100%; }
@media (min-width: 480px) {
    .input-button-pair.input-button-pair-lg input {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px; }
    .input-button-pair.input-button-pair-lg a.button,
    .input-button-pair.input-button-pair-lg button {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px; } }

button .svg-arrow-left,
button .svg-arrow-right,
button .svg-arrow,
button .svg-icon {
    position: relative;
    width: 1.8345rem;
    height: auto;
    margin: 0;
    top: 2px; }
@media (min-width: 480px) {
    button .svg-arrow-left,
    button .svg-arrow-right,
    button .svg-arrow,
    button .svg-icon {
        width: 1.375rem; } }

a.button .svg-arrow-left,
a.button .svg-arrow-right,
a.button .svg-arrow,
a.button .svg-icon {
    position: relative;
    width: 1.8345rem;
    height: auto;
    margin: 0;
    top: 1px; }
@media (min-width: 480px) {
    a.button .svg-arrow-left,
    a.button .svg-arrow-right,
    a.button .svg-arrow,
    a.button .svg-icon {
        width: 1.375rem; } }

a.button .svg-arrow-right,
a.button .svg-icon-right,
button .svg-arrow-right,
button .svg-icon-right {
    right: -1em; }

a.button .svg-arrow-left,
a.button .svg-icon-left,
button .svg-arrow-left,
button .svg-icon-left {
    left: -1em; }

a.button .svg-arrow-left svg,
button .svg-arrow-left svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

a.button,
button.button-md,
a.nav-button,
.nav-button {
    width: 100%;
    height: 4.6675rem;
    margin-left: 0;
    margin-right: 0;
    font-size: 100%;
    padding: 1rem;
    line-height: 2; }

a.nav-button,
.nav-button {
    display: block; }
a.nav-button + .nav-button,
.nav-button + .nav-button {
    margin-left: 0; }

@media (min-width: 480px) {
    a.button,
    button.button-md,
    a.nav-button,
    .nav-button {
        height: 3.500625rem;
        line-height: 1.6;
        max-width: 200px; }
    a.nav-button,
    .nav-button {
        width: 45%;
        position: absolute; } }

.nav-row {
    margin-top: 2.33375rem; }
@media (min-width: 480px) {
    .nav-row {
        position: relative;
        height: 3.500625rem; }
    .nav-row .next-button {
        right: 0; } }

a.button.full,
button.full {
    width: 100%;
    max-width: 100%; }

.mobile-table {
    font-size: 120%; }
.mobile-table .xs-table {
    display: table; }
.mobile-table .xs-table-row {
    display: table-row; }
.mobile-table .xs-table-cell {
    display: table-cell; }
.mobile-table .xs-table,
.mobile-table .xs-table-row {
    width: 100%; }
.mobile-table h1 {
    font-size: 200%; }
.mobile-table h2 {
    font-size: 140%; }
.mobile-table h3 {
    font-size: 130%; }
.mobile-table p.small {
    font-size: 75%; }
.mobile-table .mobile-table-section-body-header .mobile-table-section-cell {
    height: 80px; }
@media (min-width: 480px) {
    .mobile-table h1 {
        font-size: 150%; }
    .mobile-table h2 {
        font-size: 110%; }
    .mobile-table h3 {
        font-size: 100%; } }
@media (min-width: 768px) {
    .mobile-table .sm-table {
        display: table; }
    .mobile-table .sm-table-row {
        display: table-row; }
    .mobile-table .sm-table-cell {
        display: table-cell; }
    .mobile-table .sm-table,
    .mobile-table .sm-table-row {
        width: 100%; }
    .mobile-table h1 {
        font-size: 150%; }
    .mobile-table h2 {
        font-size: 120%; }
    .mobile-table h3 {
        font-size: 110%; } }
@media (min-width: 1024px) {
    .mobile-table .md-table {
        display: table; }
    .mobile-table .md-table-row {
        display: table-row; }
    .mobile-table .md-table-cell {
        display: table-cell; }
    .mobile-table .md-table,
    .mobile-table .md-table-row {
        width: 100%; }
    .mobile-table h1 {
        font-size: 25px; }
    .mobile-table h2 {
        font-size: 23px; }
    .mobile-table h3 {
        font-size: 15px; }
    .mobile-table .mobile-table-section-head {
        width: 25%;
        background-image: url("images/white-gradient-overlay.png");
        background-repeat: repeat-x;
        background-size: 100% 100%; }
    .mobile-table .mobile-table-section-body {
        border: none; }
    .mobile-table .mobile-table-section-head-header .mobile-table-section-cell,
    .mobile-table .mobile-table-section-body-header .mobile-table-section-cell {
        height: 5rem;
        padding-bottom: 1rem; }
    .mobile-table .mobile-table-section-head-body {
        padding-bottom: 1rem; }
    .mobile-table .mobile-table-section-head-body > *:first-child {
        padding-top: 1rem; } }
@media (min-width: 1200px) {
    .mobile-table .lg-table {
        display: table; }
    .mobile-table .lg-table-row {
        display: table-row; }
    .mobile-table .lg-table-cell {
        display: table-cell; }
    .mobile-table .lg-table,
    .mobile-table .lg-table-row {
        width: 100%; } }
.mobile-table .mobile-table-section-head-header .mobile-table-section-cell,
.mobile-table .mobile-table-section-body-header .mobile-table-section-cell {
    vertical-align: bottom; }
.mobile-table-section-head-header {
    font-weight: bold; }
.mobile-table-section-cell {
    padding: .25rem 0.5rem; }
.mobile-table-section-cell.cell-0-of-2, .mobile-table-section-cell.cell-1-of-2 {
    width: 25%; }
.mobile-table-section-cell.cell-0-of-1, .mobile-table-section-cell.cell-1-of-1, .mobile-table-section-cell.cell-2-of-2 {
    width: 50%; }
.mobile-table-section-body {
    border-left: 2px solid transparent;
    padding-left: 1rem; }
.mobile-table-section-body .mobile-table-section-cell {
    padding-bottom: 1rem; }
.mobile-table-section-body .mobile-table-section-cell > *:first-child {
    padding-top: 1rem;
    border-top: solid 2px rgba(54, 67, 81, 0.1); }
.mobile-table-section-body-header .mobile-table-section-cell > *:first-child {
    border-color: transparent; }
.mobile-table .no-border-top > div > *:first-child {
    border-color: transparent; }
.mobile-table .mobile-table-section-body {
    padding-bottom: 1.5rem; }
.mobile-table .table-section-one .mobile-table-section-head {
    background-color: rgba(156, 188, 226, 0.15); }
.mobile-table .table-section-one .mobile-table-section-body {
    border-top: 2px solid rgba(156, 188, 226, 0.15);
    border-left-color: rgba(156, 188, 226, 0.15); }
.mobile-table .table-section-two .mobile-table-section-head {
    background-color: rgba(158, 223, 182, 0.15); }
.mobile-table .table-section-two .mobile-table-section-body {
    border-top: 2px solid rgba(158, 223, 182, 0.15);
    border-left-color: rgba(158, 223, 182, 0.15); }
.mobile-table h3 {
    font-family: "Graphik", sans-serif;
    font-weight: normal; }
.mobile-table h1, .mobile-table h2, .mobile-table h3, .mobile-table p {
    color: #364351;
    line-height: 1.2;
    margin: 0; }
.mobile-table p + p {
    margin-top: 1.4em; }

[bmd-logo] {
    line-height: 1;
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear; }
[bmd-logo].white svg {
    fill: white; }
a [bmd-logo].white svg {
    background-color: rgba(255, 255, 255, 0); }
a [bmd-logo].white svg:hover {
    fill: #1F8CEB;
    background-color: white; }

.circle {
    border-radius: 50%;
    padding: 38px 35px 30px;
    width: 130px;
    height: 130px;
    display: table; }
.circle > .circled {
    display: table-cell;
    vertical-align: middle;
    line-height: 1; }
.circle.white {
    background-color: white; }

#chat-button {
    visibility: hidden;
    position: fixed;
    z-index: 2000;
    display: block;
    bottom: 3rem;
    right: 3rem; }
#chat-button:before {
    content: "?";
    -webkit-transform: scale(0) translate(70px, 70px);
    -ms-transform: scale(0) translate(70px, 70px);
    -o-transform: scale(0) translate(70px, 70px);
    transform: scale(0) translate(70px, 70px);
    -webkit-transition: all 0.2s 2s ease;
    -o-transition: all 0.2s 2s ease;
    transition: all 0.2s 2s ease;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
    font-size: 52.5px;
    background-color: #FF9FAE;
    color: white;
    z-index: 900;
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    box-shadow: 0 0 32px -3px rgba(0, 0, 0, 0.3); }
[data-state-name="root-welcome"] #chat-button {
    visibility: visible; }
[data-state-name="root-welcome"] #chat-button:before {
    -webkit-transform: scale(0) translate(0, 0);
    -ms-transform: scale(0) translate(0, 0);
    -o-transform: scale(0) translate(0, 0);
    transform: scale(0) translate(0, 0); }

.featured-container {
    max-width: 960px;
    margin: 1.75rem auto 0;
    padding: 2em 0 2em; }
.featured-container > * {
    margin: auto; }
.featured-container.full-page, .featured-container.fill-height {
    margin-bottom: 1.75rem; }
@media (min-width: 480px) {
    .featured-container {
        text-align: center;
        padding-left: 20px;
        padding-right: 20px; } }
.featured-container header {
    padding: 0.5rem 0 0; }
.featured-container p {
    text-align: left; }
@media (min-width: 480px) {
    .featured-container {
        padding: 2em; }
    .featured-container p {
        text-align: center; }
    .featured-container h2 {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto; } }
@media (min-width: 768px) {
    .featured-container h2 {
        max-width: 100%; } }
@media (min-width: 480px) {
    .featured-container p, .featured-container [personal-code-entry] {
        margin: 2em auto; } }
.featured-container p {
    color: #969ba2; }
.featured-container .small {
    max-width: 580px; }
@media (min-width: 768px) {
    .featured-container .small {
        line-height: 2; } }

.personal-code-form {
    position: relative;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto; }
.personal-code-form input.personal-code-input {
    font-family: "Px Grotesk", "Helvetic Neue", sans-serif;
    text-transform: uppercase;
    padding: 0 1rem;
    font-size: 220%; }
.personal-code-form input.personal-code-input::-moz-placeholder {
    text-transform: none; }
.personal-code-form input.personal-code-input:-ms-input-placeholder {
    text-transform: none; }
.personal-code-form input.personal-code-input::-webkit-input-placeholder {
    text-transform: none; }
.personal-code-form input.personal-code-input.long-value {
    font-size: 165%; }
@media (min-width: 480px) {
    .personal-code-form input.personal-code-input {
        font-size: 190%; }
    .personal-code-form input.personal-code-input.long-value {
        font-size: 145%; } }
@media (min-width: 768px) {
    .personal-code-form input.personal-code-input {
        font-size: 320%; }
    .personal-code-form input.personal-code-input.long-value {
        font-size: 240%; } }
.personal-code-form button[disabled] {
    opacity: 1 !important; }

.banner-message {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    padding: 1em;
    font-size: 125%;
    z-index: 1; }
.banner-message.warning {
    background-color: red;
    color: white; }
.banner-message.info {
    background-color: #3bb34a;
    color: white; }

.envelope {
    padding: 0 10px;
    border-radius: 3px; }
.envelope .window {
    padding: 0 10px;
    color: rgba(54, 67, 81, 0.8); }
.envelope .window .bmd-logo svg {
    max-width: 150px; }
.envelope .window .envelope-return-address {
    font-size: 90%;
    display: none; }
.envelope .envelope-stamp {
    float: right;
    max-width: 70px; }
.envelope .envelope-stamp img {
    max-width: 100%; }
.envelope .envelope-to-address {
    font-weight: 500;
    font-size: 100%;
    line-height: 1.4;
    color: #364351; }
@media (min-width: 768px) {
    .envelope {
        background-color: rgba(54, 67, 81, 0.1);
        padding: 1em; }
    .envelope .window {
        border-radius: 10px;
        padding: 1rem 2rem;
        width: 100%;
        float: left;
        width: 60%;
        background-color: rgba(255, 255, 255, 0.9); }
    .envelope .window .envelope-return-address {
        display: block; }
    .envelope .window .envelope-to-address {
        padding-left: 2rem; } }

a.no-hover-underline,
a.no-hover-underline:hover,
a.no-hover-underline:focus {
    outline: none;
    text-decoration: none; }

.rs-card {
    cursor: pointer;
    display: table;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 32px -3px rgba(0, 0, 0, 0.07);
    border: 1px solid #f0f0f0;
    border-color: #d0e0da;
    background-color: white;
    margin-top: 1rem;
    margin-bottom: 0.25rem;
    -webkit-transition: all 0.125s ease-out;
    -o-transition: all 0.125s ease-out;
    transition: all 0.125s ease-out; }
@media (min-width: 480px) {
    .rs-card {
        border: 1px solid #f0f0f0; } }
.rs-card + .rs-card {
    margin-top: 0; }
.rs-card h2 {
    font-size: 26px;
    font-weight: normal;
    line-height: 1.2;
    margin: 0 0 12px; }
@media (min-width: 480px) {
    .rs-card h2 {
        font-size: 25px; } }
.rs-card p {
    font-size: 16px;
    line-height: 1.5;
    color: #969ba2;
    font-weight: 400;
    margin: 0;
    letter-spacing: .025em; }
.rs-card .rs-card-info-text {
    position: relative;
    vertical-align: middle;
    margin: 0;
    display: block;
    padding: 1.714rem;
    background: url("images/check.svg") no-repeat;
    background-size: 0;
    -webkit-transition: all 0.125s ease-out;
    -o-transition: all 0.125s ease-out;
    transition: all 0.125s ease-out; }
.rs-card .rs-card-info-text .checkbox {
    position: absolute; }
.rs-card .rs-card-info-text .checkbox.bottom {
    bottom: 37.5px; }
.rs-card .rs-card-info-text.text-top {
    vertical-align: top;
    padding-bottom: 90px;
    background-position: 85% 85%; }
@media (min-width: 480px) {
    .rs-card .rs-card-info-text.text-top {
        background-position: 95% 85%; } }
@media (min-width: 768px) {
    .rs-card .rs-card-info-text {
        display: table-cell; }
    .rs-card .rs-card-info-text .checkbox.bottom {
        bottom: 30px; }
    .rs-card .rs-card-info-text.text-top {
        background-position: 80% 85%;
        padding-bottom: 60px; } }
a:focus .rs-card, .rs-card:hover {
    box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.17);
    opacity: 1; }

.info-row {
    margin-top: 2rem;
    margin-bottom: 0; }
.info-row h4 {
    text-transform: uppercase;
    font-size: 100%;
    margin-bottom: 1rem;
    line-height: 1; }
.info-row h3 {
    font-size: 171.4%;
    margin: 0;
    line-height: 1.35; }

.choice-info-wrap h2 {
    font-size: 29px; }
@media (min-width: 480px) {
    .choice-info-wrap h2 {
        font-size: 32px; } }

.choice-info-wrap p {
    font-size: 16px; }
@media (min-width: 480px) {
    .choice-info-wrap p {
        font-size: 17px; } }

.choice-info-wrap .choice-review-button,
.choice-info-wrap .choice-info-text {
    vertical-align: middle;
    margin: 0;
    display: block;
    padding: 20px 20px 30px; }
@media (min-width: 480px) {
    .choice-info-wrap .choice-review-button,
    .choice-info-wrap .choice-info-text {
        padding: 24px 30px; } }
@media (min-width: 768px) {
    .choice-info-wrap .choice-review-button,
    .choice-info-wrap .choice-info-text {
        padding: 48px 30px;
        display: table-cell; } }

.choice-info-wrap .choice-info-text {
    background-position: calc(100% + 60px) 25px;
    background-size: 30px;
    -webkit-transition: all 0.125s ease-out;
    -o-transition: all 0.125s ease-out;
    transition: all 0.125s ease-out; }
.choice-info-wrap .choice-info-text h2 {
    padding-right: 40px; }
.choice-info-wrap .choice-info-text.checked {
    background-position-x: calc(100% - 15px); }
@media (min-width: 480px) {
    .choice-info-wrap .choice-info-text {
        background-position: calc(100% + 30px) 27.5px; }
    .choice-info-wrap .choice-info-text.checked {
        background-position-x: calc(100% - 15px); } }
@media (min-width: 768px) {
    .choice-info-wrap .choice-info-text {
        background-position-y: center; }
    .choice-info-wrap .choice-info-text h2 {
        padding-right: 60px; }
    .choice-info-wrap .choice-info-text.checked {
        background-position-x: calc(100% - 30px); } }

.choice-info-wrap .choice-review-button {
    background-color: #f0f7f0;
    font-family: "FreightSans-Black", sans-serif;
    letter-spacing: .1em;
    font-weight: normal;
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
    color: #91ea57; }
@media (min-width: 480px) {
    .choice-info-wrap .choice-review-button {
        padding: 20px 30px; } }
@media (min-width: 768px) {
    .choice-info-wrap .choice-review-button {
        width: 115px;
        text-align: center; }
    .choice-info-wrap .choice-review-button .svg-arrow {
        width: 35px;
        margin: auto auto 15px; } }

.svg-arrow {
    display: inline-block;
    width: 29px;
    margin: 0 15px 0 0;
    height: auto;
    top: 5px;
    position: relative; }

.tooltip-wrapper {
    position: relative; }

div.tooltip {
    position: absolute;
    display: block;
    max-width: 360px;
    padding: .5rem;
    margin-bottom: 20px;
    background-color: #364351;
    border-radius: 5px;
    border: 1px solid rgba(54, 67, 81, 0.5);
    text-align: left;
    color: white;
    font-family: "Graphik", sans-serif;
    font-size: 100%;
    line-height: 1.3;
    text-transform: none;
    font-weight: normal;
    letter-spacing: 0;
    outline: none;
    z-index: 99; }
div.tooltip.fade.in {
    opacity: 0.95; }
div.tooltip.top:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 10px transparent solid;
    border-bottom: none;
    border-top-color: #364351;
    z-index: 100; }
@media (min-width: 768px) {
    div.tooltip {
        font-size: 120%;
        padding: 0.75rem;
        left: 0 !important;
        right: 0 !important;
        bottom: 0.5rem;
        top: auto !important; } }

#floating-vibe-logo {
    margin-bottom: 1.5rem;
    width: 75px; }
#floating-vibe-logo.circle {
    width: 75px;
    height: 75px; }
@media (min-width: 480px) {
    #floating-vibe-logo {
        width: 100px; }
    #floating-vibe-logo.circle {
        width: 100px;
        height: 100px; } }
@media (min-width: 768px) {
    #floating-vibe-logo {
        float: right;
        margin-left: 1rem;
        width: 125px; }
    #floating-vibe-logo.circle {
        width: 125px;
        height: 125px; } }

.bank-check-sample {
    padding-top: 1rem;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 10px;
    box-shadow: 0 0 32px -3px rgba(0, 0, 0, 0.07); }
.bank-check-sample img {
    padding: 1rem 0; }
@media (min-width: 480px) {
    .bank-check-sample img {
        width: 80%;
        margin: auto;
        display: block; } }

.col-xs-3.no-padding {
    padding: 0 5px 0 0;
}

