@charset "UTF-8";/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
dl,h1,h2,h3,h4,h5,h6,ol,p,pre,ul {
    margin-top: 0
}

address,dl,ol,pre,ul {
    margin-bottom: 1rem
}

img,svg {
    vertical-align: middle
}

body,caption {
    text-align: left
}

dd,label {
    margin-bottom: .5rem
}

address,legend {
    line-height: inherit
}

label,output {
    display: inline-block
}

.img-fluid,.img-thumbnail {
    max-width: 100%;
    height: auto
}

.badge,.dropdown-header,.dropdown-item,.dropdown-toggle,.input-group-text,.navbar-brand,.progress-bar {
    white-space: nowrap
}

.dropdown-menu,.nav,.navbar-nav {
    list-style: none
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

*,::after,::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    -webkit-tap-highlight-color: transparent;

    scroll-behavior: smooth;

}

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

body {
    font-size: 1rem;
    font-weight: 400;
    color: #212529;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0!important
}

abbr[data-original-title],abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none
}

address {
    font-style: normal
}

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

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

blockquote,figure {
    margin: 0 0 1rem
}

a {
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

.btn-link,.btn:hover {
    text-decoration: none
}

a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

pre {
    overflow: auto
}

img {
    border-style: none
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    caption-side: bottom
}

th {
    text-align: inherit
}

button {
    border-radius: 0
}

button:focus {
    outline: dotted 1px;
    outline: -webkit-focus-ring-color auto 5px
}

select {
    word-wrap: normal
}

[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled),summary {
    cursor: pointer
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none
}

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

input[type=date],input[type=time],input[type=datetime-local],input[type=month] {
    -webkit-appearance: listbox
}

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

legend {
    width: 100%;
    margin-bottom: .5rem;
    font-size: 1.5rem
}

.display-1,.display-2,.display-3,.display-4 {
    line-height: 1.2
}

::-webkit-file-upload-button {
    -webkit-appearance: button
}

[hidden] {
    display: none!important
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.blockquote,hr {
    margin-bottom: 1rem
}

.display-1,.display-2,.display-3,.display-4,.lead {
    font-weight: 300
}

.h1,h1 {
    font-size: 2.5rem
}

.h2,h2 {
    font-size: 2rem
}

.h3,h3 {
    font-size: 1.75rem
}

.h4,h4 {
    font-size: 1.5rem
}

.h5,h5 {
    font-size: 1.25rem
}

.h6,h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem
}

.display-1 {
    font-size: 6rem
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-4 {
    font-size: 3.5rem
}

hr {
    margin-top: 1rem
}

.small,small {
    font-size: 80%;
    font-weight: 400
}

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

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

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014\00A0"
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

a>code,pre code {
    color: inherit
}

code {
    color: #e83e8c;
    word-break: break-word
}

kbd {
    padding: .2rem .4rem;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

.container,.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%
}

.btn,.btn-link,.custom-select,.dropdown-item,.form-control,.input-group-text {
    font-weight: 400
}

pre {
    display: block;
    color: #212529
}

pre code {
    font-size: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

@media (min-width: 576px) {
    .container {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width:1140px
    }
}

.col,.col-auto {
    max-width: 100%
}

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

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

.no-gutters>.col,.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.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-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .col-md {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .col-lg {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .col-xl {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.table td,.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table-sm td,.table-sm th {
    padding: .3rem
}

.table-bordered,.table-bordered td,.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,.table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05)
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0,0,0,.075)
}

.table-primary,.table-primary>td,.table-primary>th {
    background-color: #b8daff
}

.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th {
    border-color: #7abaff
}

.table-hover .table-primary:hover,.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.table-secondary,.table-secondary>td,.table-secondary>th {
    background-color: #d6d8db
}

.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover,.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,.table-success>td,.table-success>th {
    background-color: #c3e6cb
}

.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th {
    border-color: #8fd19e
}

.table-hover .table-success:hover,.table-hover .table-success:hover>td,.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,.table-info>td,.table-info>th {
    background-color: #bee5eb
}

.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th {
    border-color: #86cfda
}

.table-hover .table-info:hover,.table-hover .table-info:hover>td,.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,.table-warning>td,.table-warning>th {
    background-color: #ffeeba
}

.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover,.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,.table-danger>td,.table-danger>th {
    background-color: #f5c6cb
}

.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th {
    border-color: #ed969e
}

.table-hover .table-danger:hover,.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,.table-light>td,.table-light>th {
    background-color: #fdfdfe
}

.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover,.table-hover .table-light:hover>td,.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,.table-dark>td,.table-dark>th {
    background-color: #c6c8ca
}

.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th {
    border-color: #95999c
}

.table-hover .table-dark:hover,.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,.table-active>td,.table-active>th,.table-hover .table-active:hover,.table-hover .table-active:hover>td,.table-hover .table-active:hover>th {
    background-color: rgba(0,0,0,.075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td,.table-dark th,.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered,.table-responsive>.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255,255,255,.05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255,255,255,.075)
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.accordion>.card,.collapsing,.modal-open,.progress,.toast {
    overflow: hidden
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

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

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

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

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

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

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple],select.form-control[size],textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.invalid-tooltip,.valid-tooltip {
    position: absolute;
    z-index: 5;
    max-width: 100%;
    border-radius: .25rem;
    top: 100%;
    line-height: 1.5
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    display: none;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(40,167,69,.9)
}

.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.form-control-file.is-valid~.valid-feedback,.form-control-file.is-valid~.valid-tooltip,.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip,.was-validated .form-control-file:valid~.valid-feedback,.was-validated .form-control-file:valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,.form-check-input.is-valid~.form-check-label,.was-validated .custom-control-input:valid~.custom-control-label,.was-validated .form-check-input:valid~.form-check-label {
    color: #28a745
}

.form-control.is-valid,.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.was-validated textarea.form-control:valid,textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid,.was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat #fff
}

.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before {
    border-color: #28a745
}

.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    display: none;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(220,53,69,.9)
}

.collapsing,.dropdown,.dropleft,.dropright,.dropup {
    position: relative
}

.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.form-control-file.is-invalid~.invalid-feedback,.form-control-file.is-invalid~.invalid-tooltip,.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip,.was-validated .form-control-file:invalid~.invalid-feedback,.was-validated .form-control-file:invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,.form-check-input.is-invalid~.form-check-label,.was-validated .custom-control-input:invalid~.custom-control-label,.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545
}

.form-control.is-invalid,.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid,.was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat #fff
}

.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before {
    border-color: #dc3545
}

.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.btn.focus,.btn:focus,.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width: 576px) {
    .form-inline label {
        display:flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }

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

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,.form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

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

.btn {
    display: inline-block;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.dropdown-toggle::after,.dropup .dropdown-toggle::after {
    vertical-align: .255em;
    content: ""
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529
}

.btn.focus,.btn:focus {
    outline: 0
}

.btn-primary.focus,.btn-primary:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38,143,255,.5)
}

.btn.disabled,.btn:disabled {
    opacity: .65
}

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

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

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.disabled,.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-secondary.focus,.btn-secondary:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(130,138,145,.5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.disabled,.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-success.focus,.btn-success:focus,.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72,180,97,.5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.disabled,.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-info.focus,.btn-info:focus,.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58,176,195,.5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.disabled,.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-warning.focus,.btn-warning:focus,.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222,170,12,.5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.disabled,.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-danger.focus,.btn-danger:focus,.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225,83,97,.5)
}

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

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.disabled,.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-light.focus,.btn-light:focus,.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216,217,219,.5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.disabled,.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-dark.focus,.btn-dark:focus,.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82,88,93,.5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.disabled,.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-outline-primary.focus,.btn-outline-primary:focus,.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.disabled,.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-secondary.focus,.btn-outline-secondary:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary.disabled,.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-success.focus,.btn-outline-success:focus,.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.disabled,.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-info.focus,.btn-outline-info:focus,.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.disabled,.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-warning.focus,.btn-outline-warning:focus,.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.disabled,.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-danger.focus,.btn-outline-danger:focus,.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.disabled,.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-light.focus,.btn-outline-light:focus,.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.disabled,.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-dark.focus,.btn-outline-dark:focus,.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.disabled,.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-link {
    color: #007bff
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline
}

.btn-link.focus,.btn-link:focus {
    text-decoration: underline;
    box-shadow: none
}

.breadcrumb-item+.breadcrumb-item:hover::before,.card-link:hover,.dropdown-item.active,.dropdown-item:active,.dropdown-item:focus,.dropdown-item:hover,.list-group-item-action:focus,.list-group-item-action:hover,.nav-link:focus,.nav-link:hover,.navbar-brand:focus,.navbar-brand:hover,.page-link:hover,a.badge:focus,a.badge:hover {
    text-decoration: none
}

.btn-link.disabled,.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg>.btn,.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm>.btn,.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block
}

.btn-block+.btn-block {
    margin-top: .5rem
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem
}

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

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

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right:auto;
        left: 0
    }

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

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right:auto;
        left: 0
    }

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

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right:auto;
        left: 0
    }

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

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right:auto;
        left: 0
    }

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

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropleft .dropdown-toggle::before,.dropright .dropdown-toggle::after {
    content: "";
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    border-right: 0;
    border-left: .3em solid;
    vertical-align: 0
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    border-right: .3em solid;
    vertical-align: 0
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu[x-placement^=top],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn,.custom-control-label,.custom-file,.dropdown-header,.input-group-text,.nav {
    margin-bottom: 0
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    color: #212529;
    text-align: inherit;
    background-color: transparent;
    border: 0
}

.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after,.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child),.input-group>.custom-file:not(:first-child) .custom-file-label,.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-item:focus,.dropdown-item:hover {
    color: #16181b;
    background-color: #f8f9fa
}

.dropdown-item.active,.dropdown-item:active {
    color: #fff;
    background-color: #007bff
}

.dropdown-item.disabled,.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    font-size: .875rem;
    color: #6c757d
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group,.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,.btn-group>.btn {
    position: relative;
    flex: 1 1 auto
}

.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after {
    margin-left: 0
}

.input-group-append,.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text,.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control {
    margin-left: -1px
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.custom-file {
    display: flex;
    align-items: center
}

.input-group-append,.input-group-prepend {
    display: flex
}

.input-group-append .btn,.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus,.input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.nav,.navbar {
    flex-wrap: wrap
}

.input-group-text input[type=radio],.input-group-text input[type=checkbox] {
    margin-top: 0
}

.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg>.custom-select,.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #80bdff
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    vertical-align: top
}

.custom-control-label::after,.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: ""
}

.custom-control-label::before {
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #adb5bd
}

.custom-control-label::after {
    background: 50%/50% 50% no-repeat
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before,.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before,.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label::after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    appearance: none
}

.custom-file-input:focus~.custom-file-label,.custom-select:focus {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.custom-select:focus {
    outline: 0
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-file-input:disabled~.custom-file-label,.custom-select:disabled {
    background-color: #e9ecef
}

.custom-select[multiple],.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d
}

.custom-select::-ms-expand {
    display: none
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file,.custom-file-input,.custom-file-label {
    height: calc(1.5em + .75rem + 2px)
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0;
    opacity: 0
}

.custom-file-label,.custom-file-label::after {
    position: absolute;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    top: 0;
    right: 0
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

.custom-file-label {
    left: 0;
    z-index: 1;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label::after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    height: calc(1rem + .4rem);
    padding: 0;
    background-color: transparent;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label::before,.custom-file-label,.custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-control-label::before,.custom-file-label,.custom-select {
        transition: none
    }
}

.nav {
    display: flex;
    padding-left: 0
}

.nav-link,.navbar {
    padding: .5rem 1rem
}

.nav-link {
    display: block
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

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

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

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

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

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

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

.navbar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.navbar>.container,.navbar>.container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

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

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: center center no-repeat;
    background-size: 100% 100%
}

@media (max-width: 575.98px) {
    .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow:row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md>.container,.navbar-expand-md>.container-fluid {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow:row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,.navbar-expand-md>.container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow:row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow:row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

.navbar-expand>.container,.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,.navbar-expand>.container-fluid {
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: flex!important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5)
}

.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0,0,0,.7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0,0,0,.3)
}

.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0,0,0,.5)
}

.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover {
    color: rgba(0,0,0,.9)
}

.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.5)
}

.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,.75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255,255,255,.25)
}

.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255,255,255,.5)
}

.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-footer,.card-header {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03)
}

.card-title {
    margin-bottom: .75rem
}

.card-header,.card-subtitle,.card-text:last-child {
    margin-bottom: 0
}

.card-subtitle {
    margin-top: -.375rem
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header-pills,.card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-header {
    border-bottom: 1px solid rgba(0,0,0,.125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    border-top: 1px solid rgba(0,0,0,.125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.alert,.btn .badge,.page-link {
    position: relative
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: flex;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-deck {
        flex-flow:row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: flex;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-group {
        flex-flow:row wrap
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }

    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

.accordion>.card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion>.card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion>.card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.breadcrumb,.pagination {
    border-radius: .25rem;
    list-style: none
}

.accordion>.card .card-header {
    margin-bottom: -1px
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    background-color: #e9ecef
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: flex;
    padding-left: 0
}

.page-link {
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.badge,.close {
    font-weight: 700;
    line-height: 1
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    text-align: center;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .badge {
        transition: none
    }
}

.badge:empty {
    display: none
}

.btn .badge {
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

a.badge-primary:focus,a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc
}

a.badge-primary.focus,a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:focus,a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary.focus,a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:focus,a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success.focus,a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus,a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

a.badge-info.focus,a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:focus,a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning.focus,a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

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

a.badge-danger:focus,a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger.focus,a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:focus,a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light.focus,a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:focus,a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark.focus,a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width: 576px) {
    .jumbotron {
        padding:4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

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

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

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

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

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

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

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

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    height: 1rem;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #007bff;
    transition: width .6s ease
}

.progress-bar-striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }

    .progress-bar-animated {
        animation: none
    }
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item.disabled,.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0
}

.list-group-horizontal .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction:row
    }

    .list-group-horizontal-sm .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction:row
    }

    .list-group-horizontal-md .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction:row
    }

    .list-group-horizontal-lg .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction:row
    }

    .list-group-horizontal-xl .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush .list-group-item:last-child {
    margin-bottom: -1px
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.popover,.tooltip {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    text-decoration: none;
    word-wrap: break-word
}

#siteFooter,.modal-title,.popover,.tooltip {
    line-height: 1.5
}

.popover,.text-hide,.tooltip {
    text-shadow: none
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    appearance: none
}

.toast,.toast-header {
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box
}

a.close.disabled {
    pointer-events: none
}

.toast {
    max-width: 350px;
    font-size: .875rem;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 .25rem .75rem rgba(0,0,0,.1);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    border-bottom: 1px solid rgba(0,0,0,.05)
}

.toast-body {
    padding: .75rem
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0,-50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.carousel-inner::after,.clearfix::after,.embed-responsive::before,.popover .arrow::after,.popover .arrow::before,.stretched-link::after,.tooltip .arrow::before {
    content: ""
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.popover,.popover .arrow,.popover .arrow::after,.popover .arrow::before,.tooltip,.tooltip .arrow {
    position: absolute;
    display: block
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width:500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg,.modal-xl {
        max-width:800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width:1140px
    }
}

.tooltip {
    z-index: 1070;
    margin: 0;
    text-align: left;
    text-align: start;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    text-align: left;
    text-align: start;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem
}

.popover .arrow {
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::after,.popover .arrow::before {
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow {
    bottom: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=top]>.arrow::before,.bs-popover-top>.arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0,0,0,.25)
}

.bs-popover-auto[x-placement^=top]>.arrow::after,.bs-popover-top>.arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow {
    left: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right]>.arrow::before,.bs-popover-right>.arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0,0,0,.25)
}

.bs-popover-auto[x-placement^=right]>.arrow::after,.bs-popover-right>.arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow {
    top: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::before,.bs-popover-bottom>.arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem;
    border-bottom-color: rgba(0,0,0,.25)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::after,.bs-popover-bottom>.arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.carousel,.carousel-inner,.carousel-item,.embed-responsive {
    position: relative
}

.bs-popover-auto[x-placement^=left],.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow {
    right: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left]>.arrow::before,.bs-popover-left>.arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0,0,0,.25)
}

.bs-popover-auto[x-placement^=left]>.arrow::after,.bs-popover-left>.arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both
}

.carousel-item {
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next,.carousel-item-prev,.carousel-item.active {
    display: block
}

.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left) {
    transform: translateX(100%)
}

.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right) {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: 0s .6s opacity
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next,.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next,.carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100% no-repeat
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.spinner-border,.spinner-grow {
    display: inline-block;
    vertical-align: text-bottom
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

.arrow-box,.ember-basic-dropdown,.ember-basic-dropdown-content,.ember-basic-dropdown-content *,.ember-power-calendar,.ember-power-calendar-days,.ember-power-calendar-days *,.ember-power-calendar-nav *,.ember-power-select-dropdown * {
    box-sizing: border-box
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border {
    width: 2rem;
    height: 2rem;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

.spinner-grow {
    width: 2rem;
    height: 2rem;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.align-baseline {
    vertical-align: baseline!important
}

.align-top {
    vertical-align: top!important
}

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

.align-bottom {
    vertical-align: bottom!important
}

.align-text-bottom {
    vertical-align: text-bottom!important
}

.align-text-top {
    vertical-align: text-top!important
}

progress,sub,sup {
    vertical-align: baseline
}

.bg-primary {
    background-color: #007bff!important
}

a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover {
    background-color: #0062cc!important
}

.bg-secondary {
    background-color: #6c757d!important
}

a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover {
    background-color: #545b62!important
}

.bg-success {
    background-color: #28a745!important
}

a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover {
    background-color: #1e7e34!important
}

.bg-info {
    background-color: #17a2b8!important
}

a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover {
    background-color: #117a8b!important
}

.bg-warning {
    background-color: #ffc107!important
}

a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover {
    background-color: #d39e00!important
}

.bg-danger {
    background-color: #dc3545!important
}

a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover {
    background-color: #bd2130!important
}

.bg-light {
    background-color: #f8f9fa!important
}

a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover {
    background-color: #dae0e5!important
}

.bg-dark {
    background-color: #343a40!important
}

a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover {
    background-color: #1d2124!important
}

.bg-white {
    background-color: #fff!important
}

.bg-transparent {
    background-color: transparent!important
}

.border {
    border: 1px solid #dee2e6!important
}

.border-top {
    border-top: 1px solid #dee2e6!important
}

.border-right {
    border-right: 1px solid #dee2e6!important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6!important
}

.border-left {
    border-left: 1px solid #dee2e6!important
}

.border-0 {
    border: 0!important
}

.border-top-0 {
    border-top: 0!important
}

.border-right-0 {
    border-right: 0!important
}

.border-bottom-0 {
    border-bottom: 0!important
}

.border-left-0 {
    border-left: 0!important
}

.border-primary {
    border-color: #007bff!important
}

.border-secondary {
    border-color: #6c757d!important
}

.border-success {
    border-color: #28a745!important
}

.border-info {
    border-color: #17a2b8!important
}

.border-warning {
    border-color: #ffc107!important
}

.border-danger {
    border-color: #dc3545!important
}

.border-light {
    border-color: #f8f9fa!important
}

.border-dark {
    border-color: #343a40!important
}

.border-white {
    border-color: #fff!important
}

.rounded-sm {
    border-radius: .2rem!important
}

.rounded-right,.rounded-top {
    border-top-right-radius: .25rem!important
}

.rounded-bottom,.rounded-right {
    border-bottom-right-radius: .25rem!important
}

.rounded-left,.rounded-top {
    border-top-left-radius: .25rem!important
}

.rounded-bottom,.rounded-left {
    border-bottom-left-radius: .25rem!important
}

.rounded {
    border-radius: .25rem!important
}

.rounded-lg {
    border-radius: .3rem!important
}

.rounded-circle {
    border-radius: 50%!important
}

.rounded-pill {
    border-radius: 50rem!important
}

.rounded-0 {
    border-radius: 0!important
}

.clearfix::after {
    display: block;
    clear: both
}

.d-none {
    display: none!important
}

.d-inline {
    display: inline!important
}

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

.d-block {
    display: block!important
}

.d-table {
    display: table!important
}

.d-table-row {
    display: table-row!important
}

.d-table-cell {
    display: table-cell!important
}

.d-flex {
    display: flex!important
}

.d-inline-flex {
    display: inline-flex!important
}

@media (min-width: 576px) {
    .d-sm-none {
        display:none!important
    }

    .d-sm-inline {
        display: inline!important
    }

    .d-sm-inline-block {
        display: inline-block!important
    }

    .d-sm-block {
        display: block!important
    }

    .d-sm-table {
        display: table!important
    }

    .d-sm-table-row {
        display: table-row!important
    }

    .d-sm-table-cell {
        display: table-cell!important
    }

    .d-sm-flex {
        display: flex!important
    }

    .d-sm-inline-flex {
        display: inline-flex!important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display:none!important
    }

    .d-md-inline {
        display: inline!important
    }

    .d-md-inline-block {
        display: inline-block!important
    }

    .d-md-block {
        display: block!important
    }

    .d-md-table {
        display: table!important
    }

    .d-md-table-row {
        display: table-row!important
    }

    .d-md-table-cell {
        display: table-cell!important
    }

    .d-md-flex {
        display: flex!important
    }

    .d-md-inline-flex {
        display: inline-flex!important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display:none!important
    }

    .d-lg-inline {
        display: inline!important
    }

    .d-lg-inline-block {
        display: inline-block!important
    }

    .d-lg-block {
        display: block!important
    }

    .d-lg-table {
        display: table!important
    }

    .d-lg-table-row {
        display: table-row!important
    }

    .d-lg-table-cell {
        display: table-cell!important
    }

    .d-lg-flex {
        display: flex!important
    }

    .d-lg-inline-flex {
        display: inline-flex!important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display:none!important
    }

    .d-xl-inline {
        display: inline!important
    }

    .d-xl-inline-block {
        display: inline-block!important
    }

    .d-xl-block {
        display: block!important
    }

    .d-xl-table {
        display: table!important
    }

    .d-xl-table-row {
        display: table-row!important
    }

    .d-xl-table-cell {
        display: table-cell!important
    }

    .d-xl-flex {
        display: flex!important
    }

    .d-xl-inline-flex {
        display: inline-flex!important
    }
}

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

    .d-print-inline {
        display: inline!important
    }

    .d-print-inline-block {
        display: inline-block!important
    }

    .d-print-block {
        display: block!important
    }

    .d-print-table {
        display: table!important
    }

    .d-print-table-row {
        display: table-row!important
    }

    .d-print-table-cell {
        display: table-cell!important
    }

    .d-print-flex {
        display: flex!important
    }

    .d-print-inline-flex {
        display: inline-flex!important
    }
}

.embed-responsive {
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block
}

.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    flex-direction: row!important
}

.flex-column {
    flex-direction: column!important
}

.flex-row-reverse {
    flex-direction: row-reverse!important
}

.flex-column-reverse {
    flex-direction: column-reverse!important
}

.flex-wrap {
    flex-wrap: wrap!important
}

.flex-nowrap {
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse!important
}

.flex-fill {
    flex: 1 1 auto!important
}

.flex-grow-0 {
    flex-grow: 0!important
}

.flex-grow-1 {
    flex-grow: 1!important
}

.flex-shrink-0 {
    flex-shrink: 0!important
}

.flex-shrink-1 {
    flex-shrink: 1!important
}

.justify-content-start {
    justify-content: flex-start!important
}

.justify-content-end {
    justify-content: flex-end!important
}

.justify-content-center {
    justify-content: center!important
}

.justify-content-between {
    justify-content: space-between!important
}

.justify-content-around {
    justify-content: space-around!important
}

.align-items-start {
    align-items: flex-start!important
}

.align-items-end {
    align-items: flex-end!important
}

.align-items-center {
    align-items: center!important
}

.align-items-baseline {
    align-items: baseline!important
}

.align-items-stretch {
    align-items: stretch!important
}

.align-content-start {
    align-content: flex-start!important
}

.align-content-end {
    align-content: flex-end!important
}

.align-content-center {
    align-content: center!important
}

.align-content-between {
    align-content: space-between!important
}

.align-content-around {
    align-content: space-around!important
}

.align-content-stretch {
    align-content: stretch!important
}

.align-self-auto {
    align-self: auto!important
}

.align-self-start {
    align-self: flex-start!important
}

.align-self-end {
    align-self: flex-end!important
}

.align-self-center {
    align-self: center!important
}

.align-self-baseline {
    align-self: baseline!important
}

.align-self-stretch {
    align-self: stretch!important
}

.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

.float-none {
    float: none!important
}

.overflow-auto {
    overflow: auto!important
}

.overflow-hidden {
    overflow: hidden!important
}

.position-static {
    position: static!important
}

.position-relative {
    position: relative!important
}

.position-absolute {
    position: absolute!important
}

.position-fixed {
    position: fixed!important
}

.position-sticky {
    position: sticky!important
}

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

.fixed-top {
    top: 0
}

.fixed-bottom {
    bottom: 0
}

@supports (position: sticky) {
    .sticky-top {
        position:sticky;
        top: 0;
        z-index: 1020
    }
}

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

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

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important
}

.shadow-none {
    box-shadow: none!important
}

.w-25 {
    width: 25%!important
}

.w-50 {
    width: 50%!important
}

.w-75 {
    width: 75%!important
}

.w-100 {
    width: 100%!important
}

.w-auto {
    width: auto!important
}

.h-25 {
    height: 25%!important
}

.h-50 {
    height: 50%!important
}

.h-75 {
    height: 75%!important
}

.h-100 {
    height: 100%!important
}

.h-auto {
    height: auto!important
}

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

.mh-100 {
    max-height: 100%!important
}

.min-vw-100 {
    min-width: 100vw!important
}

.min-vh-100 {
    min-height: 100vh!important
}

.vw-100 {
    width: 100vw!important
}

.vh-100 {
    height: 100vh!important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    background-color: rgba(0,0,0,0)
}

.m-0 {
    margin: 0!important
}

.mt-0,.my-0 {
    margin-top: 0!important
}

.mr-0,.mx-0 {
    margin-right: 0!important
}

.mb-0,.my-0 {
    margin-bottom: 0!important
}

.ml-0,.mx-0 {
    margin-left: 0!important
}

.m-1 {
    margin: .25rem!important
}

.mt-1,.my-1 {
    margin-top: .25rem!important
}

.mr-1,.mx-1 {
    margin-right: .25rem!important
}

.mb-1,.my-1 {
    margin-bottom: .25rem!important
}

.ml-1,.mx-1 {
    margin-left: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.mt-2,.my-2 {
    margin-top: .5rem!important
}

.mr-2,.mx-2 {
    margin-right: .5rem!important
}

.mb-2,.my-2 {
    margin-bottom: .5rem!important
}

.ml-2,.mx-2 {
    margin-left: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.mt-3,.my-3 {
    margin-top: 1rem!important
}

.mr-3,.mx-3 {
    margin-right: 1rem!important
}

.mb-3,.my-3 {
    margin-bottom: 1rem!important
}

.ml-3,.mx-3 {
    margin-left: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.mt-4,.my-4 {
    margin-top: 1.5rem!important
}

.mr-4,.mx-4 {
    margin-right: 1.5rem!important
}

.mb-4,.my-4 {
    margin-bottom: 1.5rem!important
}

.ml-4,.mx-4 {
    margin-left: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.mt-5,.my-5 {
    margin-top: 3rem!important
}

.mr-5,.mx-5 {
    margin-right: 3rem!important
}

.mb-5,.my-5 {
    margin-bottom: 3rem!important
}

.ml-5,.mx-5 {
    margin-left: 3rem!important
}

.p-0 {
    padding: 0!important
}

.pt-0,.py-0 {
    padding-top: 0!important
}

.pr-0,.px-0 {
    padding-right: 0!important
}

.pb-0,.py-0 {
    padding-bottom: 0!important
}

.pl-0,.px-0 {
    padding-left: 0!important
}

.p-1 {
    padding: .25rem!important
}

.pt-1,.py-1 {
    padding-top: .25rem!important
}

.pr-1,.px-1 {
    padding-right: .25rem!important
}

.pb-1,.py-1 {
    padding-bottom: .25rem!important
}

.pl-1,.px-1 {
    padding-left: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.pt-2,.py-2 {
    padding-top: .5rem!important
}

.pr-2,.px-2 {
    padding-right: .5rem!important
}

.pb-2,.py-2 {
    padding-bottom: .5rem!important
}

.pl-2,.px-2 {
    padding-left: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.pt-3,.py-3 {
    padding-top: 1rem!important
}

.pr-3,.px-3 {
    padding-right: 1rem!important
}

.pb-3,.py-3 {
    padding-bottom: 1rem!important
}

.pl-3,.px-3 {
    padding-left: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.pt-4,.py-4 {
    padding-top: 1.5rem!important
}

.pr-4,.px-4 {
    padding-right: 1.5rem!important
}

.pb-4,.py-4 {
    padding-bottom: 1.5rem!important
}

.pl-4,.px-4 {
    padding-left: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.pt-5,.py-5 {
    padding-top: 3rem!important
}

.pr-5,.px-5 {
    padding-right: 3rem!important
}

.pb-5,.py-5 {
    padding-bottom: 3rem!important
}

.pl-5,.px-5 {
    padding-left: 3rem!important
}

.m-n1 {
    margin: -.25rem!important
}

.mt-n1,.my-n1 {
    margin-top: -.25rem!important
}

.mr-n1,.mx-n1 {
    margin-right: -.25rem!important
}

.mb-n1,.my-n1 {
    margin-bottom: -.25rem!important
}

.ml-n1,.mx-n1 {
    margin-left: -.25rem!important
}

.m-n2 {
    margin: -.5rem!important
}

.mt-n2,.my-n2 {
    margin-top: -.5rem!important
}

.mr-n2,.mx-n2 {
    margin-right: -.5rem!important
}

.mb-n2,.my-n2 {
    margin-bottom: -.5rem!important
}

.ml-n2,.mx-n2 {
    margin-left: -.5rem!important
}

.m-n3 {
    margin: -1rem!important
}

.mt-n3,.my-n3 {
    margin-top: -1rem!important
}

.mr-n3,.mx-n3 {
    margin-right: -1rem!important
}

.mb-n3,.my-n3 {
    margin-bottom: -1rem!important
}

.ml-n3,.mx-n3 {
    margin-left: -1rem!important
}

.m-n4 {
    margin: -1.5rem!important
}

.mt-n4,.my-n4 {
    margin-top: -1.5rem!important
}

.mr-n4,.mx-n4 {
    margin-right: -1.5rem!important
}

.mb-n4,.my-n4 {
    margin-bottom: -1.5rem!important
}

.ml-n4,.mx-n4 {
    margin-left: -1.5rem!important
}

.m-n5 {
    margin: -3rem!important
}

.mt-n5,.my-n5 {
    margin-top: -3rem!important
}

.mr-n5,.mx-n5 {
    margin-right: -3rem!important
}

.mb-n5,.my-n5 {
    margin-bottom: -3rem!important
}

.ml-n5,.mx-n5 {
    margin-left: -3rem!important
}

.m-auto {
    margin: auto!important
}

.mt-auto,.my-auto {
    margin-top: auto!important
}

.mr-auto,.mx-auto {
    margin-right: auto!important
}

.mb-auto,.my-auto {
    margin-bottom: auto!important
}

.ml-auto,.mx-auto {
    margin-left: auto!important
}

.text-monospace {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important
}

.text-justify {
    text-align: justify!important
}

.text-wrap {
    white-space: normal!important
}

.text-nowrap {
    white-space: nowrap!important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left!important
}

.text-right {
    text-align: right!important
}

.text-center {
    text-align: center!important
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction:row!important
    }

    .flex-sm-column {
        flex-direction: column!important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-sm-wrap {
        flex-wrap: wrap!important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .flex-sm-fill {
        flex: 1 1 auto!important
    }

    .flex-sm-grow-0 {
        flex-grow: 0!important
    }

    .flex-sm-grow-1 {
        flex-grow: 1!important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1!important
    }

    .justify-content-sm-start {
        justify-content: flex-start!important
    }

    .justify-content-sm-end {
        justify-content: flex-end!important
    }

    .justify-content-sm-center {
        justify-content: center!important
    }

    .justify-content-sm-between {
        justify-content: space-between!important
    }

    .justify-content-sm-around {
        justify-content: space-around!important
    }

    .align-items-sm-start {
        align-items: flex-start!important
    }

    .align-items-sm-end {
        align-items: flex-end!important
    }

    .align-items-sm-center {
        align-items: center!important
    }

    .align-items-sm-baseline {
        align-items: baseline!important
    }

    .align-items-sm-stretch {
        align-items: stretch!important
    }

    .align-content-sm-start {
        align-content: flex-start!important
    }

    .align-content-sm-end {
        align-content: flex-end!important
    }

    .align-content-sm-center {
        align-content: center!important
    }

    .align-content-sm-between {
        align-content: space-between!important
    }

    .align-content-sm-around {
        align-content: space-around!important
    }

    .align-content-sm-stretch {
        align-content: stretch!important
    }

    .align-self-sm-auto {
        align-self: auto!important
    }

    .align-self-sm-start {
        align-self: flex-start!important
    }

    .align-self-sm-end {
        align-self: flex-end!important
    }

    .align-self-sm-center {
        align-self: center!important
    }

    .align-self-sm-baseline {
        align-self: baseline!important
    }

    .align-self-sm-stretch {
        align-self: stretch!important
    }

    .float-sm-left {
        float: left!important
    }

    .float-sm-right {
        float: right!important
    }

    .float-sm-none {
        float: none!important
    }

    .m-sm-0 {
        margin: 0!important
    }

    .mt-sm-0,.my-sm-0 {
        margin-top: 0!important
    }

    .mr-sm-0,.mx-sm-0 {
        margin-right: 0!important
    }

    .mb-sm-0,.my-sm-0 {
        margin-bottom: 0!important
    }

    .ml-sm-0,.mx-sm-0 {
        margin-left: 0!important
    }

    .m-sm-1 {
        margin: .25rem!important
    }

    .mt-sm-1,.my-sm-1 {
        margin-top: .25rem!important
    }

    .mr-sm-1,.mx-sm-1 {
        margin-right: .25rem!important
    }

    .mb-sm-1,.my-sm-1 {
        margin-bottom: .25rem!important
    }

    .ml-sm-1,.mx-sm-1 {
        margin-left: .25rem!important
    }

    .m-sm-2 {
        margin: .5rem!important
    }

    .mt-sm-2,.my-sm-2 {
        margin-top: .5rem!important
    }

    .mr-sm-2,.mx-sm-2 {
        margin-right: .5rem!important
    }

    .mb-sm-2,.my-sm-2 {
        margin-bottom: .5rem!important
    }

    .ml-sm-2,.mx-sm-2 {
        margin-left: .5rem!important
    }

    .m-sm-3 {
        margin: 1rem!important
    }

    .mt-sm-3,.my-sm-3 {
        margin-top: 1rem!important
    }

    .mr-sm-3,.mx-sm-3 {
        margin-right: 1rem!important
    }

    .mb-sm-3,.my-sm-3 {
        margin-bottom: 1rem!important
    }

    .ml-sm-3,.mx-sm-3 {
        margin-left: 1rem!important
    }

    .m-sm-4 {
        margin: 1.5rem!important
    }

    .mt-sm-4,.my-sm-4 {
        margin-top: 1.5rem!important
    }

    .mr-sm-4,.mx-sm-4 {
        margin-right: 1.5rem!important
    }

    .mb-sm-4,.my-sm-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-sm-4,.mx-sm-4 {
        margin-left: 1.5rem!important
    }

    .m-sm-5 {
        margin: 3rem!important
    }

    .mt-sm-5,.my-sm-5 {
        margin-top: 3rem!important
    }

    .mr-sm-5,.mx-sm-5 {
        margin-right: 3rem!important
    }

    .mb-sm-5,.my-sm-5 {
        margin-bottom: 3rem!important
    }

    .ml-sm-5,.mx-sm-5 {
        margin-left: 3rem!important
    }

    .p-sm-0 {
        padding: 0!important
    }

    .pt-sm-0,.py-sm-0 {
        padding-top: 0!important
    }

    .pr-sm-0,.px-sm-0 {
        padding-right: 0!important
    }

    .pb-sm-0,.py-sm-0 {
        padding-bottom: 0!important
    }

    .pl-sm-0,.px-sm-0 {
        padding-left: 0!important
    }

    .p-sm-1 {
        padding: .25rem!important
    }

    .pt-sm-1,.py-sm-1 {
        padding-top: .25rem!important
    }

    .pr-sm-1,.px-sm-1 {
        padding-right: .25rem!important
    }

    .pb-sm-1,.py-sm-1 {
        padding-bottom: .25rem!important
    }

    .pl-sm-1,.px-sm-1 {
        padding-left: .25rem!important
    }

    .p-sm-2 {
        padding: .5rem!important
    }

    .pt-sm-2,.py-sm-2 {
        padding-top: .5rem!important
    }

    .pr-sm-2,.px-sm-2 {
        padding-right: .5rem!important
    }

    .pb-sm-2,.py-sm-2 {
        padding-bottom: .5rem!important
    }

    .pl-sm-2,.px-sm-2 {
        padding-left: .5rem!important
    }

    .p-sm-3 {
        padding: 1rem!important
    }

    .pt-sm-3,.py-sm-3 {
        padding-top: 1rem!important
    }

    .pr-sm-3,.px-sm-3 {
        padding-right: 1rem!important
    }

    .pb-sm-3,.py-sm-3 {
        padding-bottom: 1rem!important
    }

    .pl-sm-3,.px-sm-3 {
        padding-left: 1rem!important
    }

    .p-sm-4 {
        padding: 1.5rem!important
    }

    .pt-sm-4,.py-sm-4 {
        padding-top: 1.5rem!important
    }

    .pr-sm-4,.px-sm-4 {
        padding-right: 1.5rem!important
    }

    .pb-sm-4,.py-sm-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-sm-4,.px-sm-4 {
        padding-left: 1.5rem!important
    }

    .p-sm-5 {
        padding: 3rem!important
    }

    .pt-sm-5,.py-sm-5 {
        padding-top: 3rem!important
    }

    .pr-sm-5,.px-sm-5 {
        padding-right: 3rem!important
    }

    .pb-sm-5,.py-sm-5 {
        padding-bottom: 3rem!important
    }

    .pl-sm-5,.px-sm-5 {
        padding-left: 3rem!important
    }

    .m-sm-n1 {
        margin: -.25rem!important
    }

    .mt-sm-n1,.my-sm-n1 {
        margin-top: -.25rem!important
    }

    .mr-sm-n1,.mx-sm-n1 {
        margin-right: -.25rem!important
    }

    .mb-sm-n1,.my-sm-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-sm-n1,.mx-sm-n1 {
        margin-left: -.25rem!important
    }

    .m-sm-n2 {
        margin: -.5rem!important
    }

    .mt-sm-n2,.my-sm-n2 {
        margin-top: -.5rem!important
    }

    .mr-sm-n2,.mx-sm-n2 {
        margin-right: -.5rem!important
    }

    .mb-sm-n2,.my-sm-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-sm-n2,.mx-sm-n2 {
        margin-left: -.5rem!important
    }

    .m-sm-n3 {
        margin: -1rem!important
    }

    .mt-sm-n3,.my-sm-n3 {
        margin-top: -1rem!important
    }

    .mr-sm-n3,.mx-sm-n3 {
        margin-right: -1rem!important
    }

    .mb-sm-n3,.my-sm-n3 {
        margin-bottom: -1rem!important
    }

    .ml-sm-n3,.mx-sm-n3 {
        margin-left: -1rem!important
    }

    .m-sm-n4 {
        margin: -1.5rem!important
    }

    .mt-sm-n4,.my-sm-n4 {
        margin-top: -1.5rem!important
    }

    .mr-sm-n4,.mx-sm-n4 {
        margin-right: -1.5rem!important
    }

    .mb-sm-n4,.my-sm-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-sm-n4,.mx-sm-n4 {
        margin-left: -1.5rem!important
    }

    .m-sm-n5 {
        margin: -3rem!important
    }

    .mt-sm-n5,.my-sm-n5 {
        margin-top: -3rem!important
    }

    .mr-sm-n5,.mx-sm-n5 {
        margin-right: -3rem!important
    }

    .mb-sm-n5,.my-sm-n5 {
        margin-bottom: -3rem!important
    }

    .ml-sm-n5,.mx-sm-n5 {
        margin-left: -3rem!important
    }

    .m-sm-auto {
        margin: auto!important
    }

    .mt-sm-auto,.my-sm-auto {
        margin-top: auto!important
    }

    .mr-sm-auto,.mx-sm-auto {
        margin-right: auto!important
    }

    .mb-sm-auto,.my-sm-auto {
        margin-bottom: auto!important
    }

    .ml-sm-auto,.mx-sm-auto {
        margin-left: auto!important
    }

    .text-sm-left {
        text-align: left!important
    }

    .text-sm-right {
        text-align: right!important
    }

    .text-sm-center {
        text-align: center!important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction:row!important
    }

    .flex-md-column {
        flex-direction: column!important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-md-wrap {
        flex-wrap: wrap!important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .flex-md-fill {
        flex: 1 1 auto!important
    }

    .flex-md-grow-0 {
        flex-grow: 0!important
    }

    .flex-md-grow-1 {
        flex-grow: 1!important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1!important
    }

    .justify-content-md-start {
        justify-content: flex-start!important
    }

    .justify-content-md-end {
        justify-content: flex-end!important
    }

    .justify-content-md-center {
        justify-content: center!important
    }

    .justify-content-md-between {
        justify-content: space-between!important
    }

    .justify-content-md-around {
        justify-content: space-around!important
    }

    .align-items-md-start {
        align-items: flex-start!important
    }

    .align-items-md-end {
        align-items: flex-end!important
    }

    .align-items-md-center {
        align-items: center!important
    }

    .align-items-md-baseline {
        align-items: baseline!important
    }

    .align-items-md-stretch {
        align-items: stretch!important
    }

    .align-content-md-start {
        align-content: flex-start!important
    }

    .align-content-md-end {
        align-content: flex-end!important
    }

    .align-content-md-center {
        align-content: center!important
    }

    .align-content-md-between {
        align-content: space-between!important
    }

    .align-content-md-around {
        align-content: space-around!important
    }

    .align-content-md-stretch {
        align-content: stretch!important
    }

    .align-self-md-auto {
        align-self: auto!important
    }

    .align-self-md-start {
        align-self: flex-start!important
    }

    .align-self-md-end {
        align-self: flex-end!important
    }

    .align-self-md-center {
        align-self: center!important
    }

    .align-self-md-baseline {
        align-self: baseline!important
    }

    .align-self-md-stretch {
        align-self: stretch!important
    }

    .float-md-left {
        float: left!important
    }

    .float-md-right {
        float: right!important
    }

    .float-md-none {
        float: none!important
    }

    .m-md-0 {
        margin: 0!important
    }

    .mt-md-0,.my-md-0 {
        margin-top: 0!important
    }

    .mr-md-0,.mx-md-0 {
        margin-right: 0!important
    }

    .mb-md-0,.my-md-0 {
        margin-bottom: 0!important
    }

    .ml-md-0,.mx-md-0 {
        margin-left: 0!important
    }

    .m-md-1 {
        margin: .25rem!important
    }

    .mt-md-1,.my-md-1 {
        margin-top: .25rem!important
    }

    .mr-md-1,.mx-md-1 {
        margin-right: .25rem!important
    }

    .mb-md-1,.my-md-1 {
        margin-bottom: .25rem!important
    }

    .ml-md-1,.mx-md-1 {
        margin-left: .25rem!important
    }

    .m-md-2 {
        margin: .5rem!important
    }

    .mt-md-2,.my-md-2 {
        margin-top: .5rem!important
    }

    .mr-md-2,.mx-md-2 {
        margin-right: .5rem!important
    }

    .mb-md-2,.my-md-2 {
        margin-bottom: .5rem!important
    }

    .ml-md-2,.mx-md-2 {
        margin-left: .5rem!important
    }

    .m-md-3 {
        margin: 1rem!important
    }

    .mt-md-3,.my-md-3 {
        margin-top: 1rem!important
    }

    .mr-md-3,.mx-md-3 {
        margin-right: 1rem!important
    }

    .mb-md-3,.my-md-3 {
        margin-bottom: 1rem!important
    }

    .ml-md-3,.mx-md-3 {
        margin-left: 1rem!important
    }

    .m-md-4 {
        margin: 1.5rem!important
    }

    .mt-md-4,.my-md-4 {
        margin-top: 1.5rem!important
    }

    .mr-md-4,.mx-md-4 {
        margin-right: 1.5rem!important
    }

    .mb-md-4,.my-md-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-md-4,.mx-md-4 {
        margin-left: 1.5rem!important
    }

    .m-md-5 {
        margin: 3rem!important
    }

    .mt-md-5,.my-md-5 {
        margin-top: 3rem!important
    }

    .mr-md-5,.mx-md-5 {
        margin-right: 3rem!important
    }

    .mb-md-5,.my-md-5 {
        margin-bottom: 3rem!important
    }

    .ml-md-5,.mx-md-5 {
        margin-left: 3rem!important
    }

    .p-md-0 {
        padding: 0!important
    }

    .pt-md-0,.py-md-0 {
        padding-top: 0!important
    }

    .pr-md-0,.px-md-0 {
        padding-right: 0!important
    }

    .pb-md-0,.py-md-0 {
        padding-bottom: 0!important
    }

    .pl-md-0,.px-md-0 {
        padding-left: 0!important
    }

    .p-md-1 {
        padding: .25rem!important
    }

    .pt-md-1,.py-md-1 {
        padding-top: .25rem!important
    }

    .pr-md-1,.px-md-1 {
        padding-right: .25rem!important
    }

    .pb-md-1,.py-md-1 {
        padding-bottom: .25rem!important
    }

    .pl-md-1,.px-md-1 {
        padding-left: .25rem!important
    }

    .p-md-2 {
        padding: .5rem!important
    }

    .pt-md-2,.py-md-2 {
        padding-top: .5rem!important
    }

    .pr-md-2,.px-md-2 {
        padding-right: .5rem!important
    }

    .pb-md-2,.py-md-2 {
        padding-bottom: .5rem!important
    }

    .pl-md-2,.px-md-2 {
        padding-left: .5rem!important
    }

    .p-md-3 {
        padding: 1rem!important
    }

    .pt-md-3,.py-md-3 {
        padding-top: 1rem!important
    }

    .pr-md-3,.px-md-3 {
        padding-right: 1rem!important
    }

    .pb-md-3,.py-md-3 {
        padding-bottom: 1rem!important
    }

    .pl-md-3,.px-md-3 {
        padding-left: 1rem!important
    }

    .p-md-4 {
        padding: 1.5rem!important
    }

    .pt-md-4,.py-md-4 {
        padding-top: 1.5rem!important
    }

    .pr-md-4,.px-md-4 {
        padding-right: 1.5rem!important
    }

    .pb-md-4,.py-md-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-md-4,.px-md-4 {
        padding-left: 1.5rem!important
    }

    .p-md-5 {
        padding: 3rem!important
    }

    .pt-md-5,.py-md-5 {
        padding-top: 3rem!important
    }

    .pr-md-5,.px-md-5 {
        padding-right: 3rem!important
    }

    .pb-md-5,.py-md-5 {
        padding-bottom: 3rem!important
    }

    .pl-md-5,.px-md-5 {
        padding-left: 3rem!important
    }

    .m-md-n1 {
        margin: -.25rem!important
    }

    .mt-md-n1,.my-md-n1 {
        margin-top: -.25rem!important
    }

    .mr-md-n1,.mx-md-n1 {
        margin-right: -.25rem!important
    }

    .mb-md-n1,.my-md-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-md-n1,.mx-md-n1 {
        margin-left: -.25rem!important
    }

    .m-md-n2 {
        margin: -.5rem!important
    }

    .mt-md-n2,.my-md-n2 {
        margin-top: -.5rem!important
    }

    .mr-md-n2,.mx-md-n2 {
        margin-right: -.5rem!important
    }

    .mb-md-n2,.my-md-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-md-n2,.mx-md-n2 {
        margin-left: -.5rem!important
    }

    .m-md-n3 {
        margin: -1rem!important
    }

    .mt-md-n3,.my-md-n3 {
        margin-top: -1rem!important
    }

    .mr-md-n3,.mx-md-n3 {
        margin-right: -1rem!important
    }

    .mb-md-n3,.my-md-n3 {
        margin-bottom: -1rem!important
    }

    .ml-md-n3,.mx-md-n3 {
        margin-left: -1rem!important
    }

    .m-md-n4 {
        margin: -1.5rem!important
    }

    .mt-md-n4,.my-md-n4 {
        margin-top: -1.5rem!important
    }

    .mr-md-n4,.mx-md-n4 {
        margin-right: -1.5rem!important
    }

    .mb-md-n4,.my-md-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-md-n4,.mx-md-n4 {
        margin-left: -1.5rem!important
    }

    .m-md-n5 {
        margin: -3rem!important
    }

    .mt-md-n5,.my-md-n5 {
        margin-top: -3rem!important
    }

    .mr-md-n5,.mx-md-n5 {
        margin-right: -3rem!important
    }

    .mb-md-n5,.my-md-n5 {
        margin-bottom: -3rem!important
    }

    .ml-md-n5,.mx-md-n5 {
        margin-left: -3rem!important
    }

    .m-md-auto {
        margin: auto!important
    }

    .mt-md-auto,.my-md-auto {
        margin-top: auto!important
    }

    .mr-md-auto,.mx-md-auto {
        margin-right: auto!important
    }

    .mb-md-auto,.my-md-auto {
        margin-bottom: auto!important
    }

    .ml-md-auto,.mx-md-auto {
        margin-left: auto!important
    }

    .text-md-left {
        text-align: left!important
    }

    .text-md-right {
        text-align: right!important
    }

    .text-md-center {
        text-align: center!important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction:row!important
    }

    .flex-lg-column {
        flex-direction: column!important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-lg-wrap {
        flex-wrap: wrap!important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .flex-lg-fill {
        flex: 1 1 auto!important
    }

    .flex-lg-grow-0 {
        flex-grow: 0!important
    }

    .flex-lg-grow-1 {
        flex-grow: 1!important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1!important
    }

    .justify-content-lg-start {
        justify-content: flex-start!important
    }

    .justify-content-lg-end {
        justify-content: flex-end!important
    }

    .justify-content-lg-center {
        justify-content: center!important
    }

    .justify-content-lg-between {
        justify-content: space-between!important
    }

    .justify-content-lg-around {
        justify-content: space-around!important
    }

    .align-items-lg-start {
        align-items: flex-start!important
    }

    .align-items-lg-end {
        align-items: flex-end!important
    }

    .align-items-lg-center {
        align-items: center!important
    }

    .align-items-lg-baseline {
        align-items: baseline!important
    }

    .align-items-lg-stretch {
        align-items: stretch!important
    }

    .align-content-lg-start {
        align-content: flex-start!important
    }

    .align-content-lg-end {
        align-content: flex-end!important
    }

    .align-content-lg-center {
        align-content: center!important
    }

    .align-content-lg-between {
        align-content: space-between!important
    }

    .align-content-lg-around {
        align-content: space-around!important
    }

    .align-content-lg-stretch {
        align-content: stretch!important
    }

    .align-self-lg-auto {
        align-self: auto!important
    }

    .align-self-lg-start {
        align-self: flex-start!important
    }

    .align-self-lg-end {
        align-self: flex-end!important
    }

    .align-self-lg-center {
        align-self: center!important
    }

    .align-self-lg-baseline {
        align-self: baseline!important
    }

    .align-self-lg-stretch {
        align-self: stretch!important
    }

    .float-lg-left {
        float: left!important
    }

    .float-lg-right {
        float: right!important
    }

    .float-lg-none {
        float: none!important
    }

    .m-lg-0 {
        margin: 0!important
    }

    .mt-lg-0,.my-lg-0 {
        margin-top: 0!important
    }

    .mr-lg-0,.mx-lg-0 {
        margin-right: 0!important
    }

    .mb-lg-0,.my-lg-0 {
        margin-bottom: 0!important
    }

    .ml-lg-0,.mx-lg-0 {
        margin-left: 0!important
    }

    .m-lg-1 {
        margin: .25rem!important
    }

    .mt-lg-1,.my-lg-1 {
        margin-top: .25rem!important
    }

    .mr-lg-1,.mx-lg-1 {
        margin-right: .25rem!important
    }

    .mb-lg-1,.my-lg-1 {
        margin-bottom: .25rem!important
    }

    .ml-lg-1,.mx-lg-1 {
        margin-left: .25rem!important
    }

    .m-lg-2 {
        margin: .5rem!important
    }

    .mt-lg-2,.my-lg-2 {
        margin-top: .5rem!important
    }

    .mr-lg-2,.mx-lg-2 {
        margin-right: .5rem!important
    }

    .mb-lg-2,.my-lg-2 {
        margin-bottom: .5rem!important
    }

    .ml-lg-2,.mx-lg-2 {
        margin-left: .5rem!important
    }

    .m-lg-3 {
        margin: 1rem!important
    }

    .mt-lg-3,.my-lg-3 {
        margin-top: 1rem!important
    }

    .mr-lg-3,.mx-lg-3 {
        margin-right: 1rem!important
    }

    .mb-lg-3,.my-lg-3 {
        margin-bottom: 1rem!important
    }

    .ml-lg-3,.mx-lg-3 {
        margin-left: 1rem!important
    }

    .m-lg-4 {
        margin: 1.5rem!important
    }

    .mt-lg-4,.my-lg-4 {
        margin-top: 1.5rem!important
    }

    .mr-lg-4,.mx-lg-4 {
        margin-right: 1.5rem!important
    }

    .mb-lg-4,.my-lg-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-lg-4,.mx-lg-4 {
        margin-left: 1.5rem!important
    }

    .m-lg-5 {
        margin: 3rem!important
    }

    .mt-lg-5,.my-lg-5 {
        margin-top: 3rem!important
    }

    .mr-lg-5,.mx-lg-5 {
        margin-right: 3rem!important
    }

    .mb-lg-5,.my-lg-5 {
        margin-bottom: 3rem!important
    }

    .ml-lg-5,.mx-lg-5 {
        margin-left: 3rem!important
    }

    .p-lg-0 {
        padding: 0!important
    }

    .pt-lg-0,.py-lg-0 {
        padding-top: 0!important
    }

    .pr-lg-0,.px-lg-0 {
        padding-right: 0!important
    }

    .pb-lg-0,.py-lg-0 {
        padding-bottom: 0!important
    }

    .pl-lg-0,.px-lg-0 {
        padding-left: 0!important
    }

    .p-lg-1 {
        padding: .25rem!important
    }

    .pt-lg-1,.py-lg-1 {
        padding-top: .25rem!important
    }

    .pr-lg-1,.px-lg-1 {
        padding-right: .25rem!important
    }

    .pb-lg-1,.py-lg-1 {
        padding-bottom: .25rem!important
    }

    .pl-lg-1,.px-lg-1 {
        padding-left: .25rem!important
    }

    .p-lg-2 {
        padding: .5rem!important
    }

    .pt-lg-2,.py-lg-2 {
        padding-top: .5rem!important
    }

    .pr-lg-2,.px-lg-2 {
        padding-right: .5rem!important
    }

    .pb-lg-2,.py-lg-2 {
        padding-bottom: .5rem!important
    }

    .pl-lg-2,.px-lg-2 {
        padding-left: .5rem!important
    }

    .p-lg-3 {
        padding: 1rem!important
    }

    .pt-lg-3,.py-lg-3 {
        padding-top: 1rem!important
    }

    .pr-lg-3,.px-lg-3 {
        padding-right: 1rem!important
    }

    .pb-lg-3,.py-lg-3 {
        padding-bottom: 1rem!important
    }

    .pl-lg-3,.px-lg-3 {
        padding-left: 1rem!important
    }

    .p-lg-4 {
        padding: 1.5rem!important
    }

    .pt-lg-4,.py-lg-4 {
        padding-top: 1.5rem!important
    }

    .pr-lg-4,.px-lg-4 {
        padding-right: 1.5rem!important
    }

    .pb-lg-4,.py-lg-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-lg-4,.px-lg-4 {
        padding-left: 1.5rem!important
    }

    .p-lg-5 {
        padding: 3rem!important
    }

    .pt-lg-5,.py-lg-5 {
        padding-top: 3rem!important
    }

    .pr-lg-5,.px-lg-5 {
        padding-right: 3rem!important
    }

    .pb-lg-5,.py-lg-5 {
        padding-bottom: 3rem!important
    }

    .pl-lg-5,.px-lg-5 {
        padding-left: 3rem!important
    }

    .m-lg-n1 {
        margin: -.25rem!important
    }

    .mt-lg-n1,.my-lg-n1 {
        margin-top: -.25rem!important
    }

    .mr-lg-n1,.mx-lg-n1 {
        margin-right: -.25rem!important
    }

    .mb-lg-n1,.my-lg-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-lg-n1,.mx-lg-n1 {
        margin-left: -.25rem!important
    }

    .m-lg-n2 {
        margin: -.5rem!important
    }

    .mt-lg-n2,.my-lg-n2 {
        margin-top: -.5rem!important
    }

    .mr-lg-n2,.mx-lg-n2 {
        margin-right: -.5rem!important
    }

    .mb-lg-n2,.my-lg-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-lg-n2,.mx-lg-n2 {
        margin-left: -.5rem!important
    }

    .m-lg-n3 {
        margin: -1rem!important
    }

    .mt-lg-n3,.my-lg-n3 {
        margin-top: -1rem!important
    }

    .mr-lg-n3,.mx-lg-n3 {
        margin-right: -1rem!important
    }

    .mb-lg-n3,.my-lg-n3 {
        margin-bottom: -1rem!important
    }

    .ml-lg-n3,.mx-lg-n3 {
        margin-left: -1rem!important
    }

    .m-lg-n4 {
        margin: -1.5rem!important
    }

    .mt-lg-n4,.my-lg-n4 {
        margin-top: -1.5rem!important
    }

    .mr-lg-n4,.mx-lg-n4 {
        margin-right: -1.5rem!important
    }

    .mb-lg-n4,.my-lg-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-lg-n4,.mx-lg-n4 {
        margin-left: -1.5rem!important
    }

    .m-lg-n5 {
        margin: -3rem!important
    }

    .mt-lg-n5,.my-lg-n5 {
        margin-top: -3rem!important
    }

    .mr-lg-n5,.mx-lg-n5 {
        margin-right: -3rem!important
    }

    .mb-lg-n5,.my-lg-n5 {
        margin-bottom: -3rem!important
    }

    .ml-lg-n5,.mx-lg-n5 {
        margin-left: -3rem!important
    }

    .m-lg-auto {
        margin: auto!important
    }

    .mt-lg-auto,.my-lg-auto {
        margin-top: auto!important
    }

    .mr-lg-auto,.mx-lg-auto {
        margin-right: auto!important
    }

    .mb-lg-auto,.my-lg-auto {
        margin-bottom: auto!important
    }

    .ml-lg-auto,.mx-lg-auto {
        margin-left: auto!important
    }

    .text-lg-left {
        text-align: left!important
    }

    .text-lg-right {
        text-align: right!important
    }

    .text-lg-center {
        text-align: center!important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction:row!important
    }

    .flex-xl-column {
        flex-direction: column!important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-xl-wrap {
        flex-wrap: wrap!important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .flex-xl-fill {
        flex: 1 1 auto!important
    }

    .flex-xl-grow-0 {
        flex-grow: 0!important
    }

    .flex-xl-grow-1 {
        flex-grow: 1!important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1!important
    }

    .justify-content-xl-start {
        justify-content: flex-start!important
    }

    .justify-content-xl-end {
        justify-content: flex-end!important
    }

    .justify-content-xl-center {
        justify-content: center!important
    }

    .justify-content-xl-between {
        justify-content: space-between!important
    }

    .justify-content-xl-around {
        justify-content: space-around!important
    }

    .align-items-xl-start {
        align-items: flex-start!important
    }

    .align-items-xl-end {
        align-items: flex-end!important
    }

    .align-items-xl-center {
        align-items: center!important
    }

    .align-items-xl-baseline {
        align-items: baseline!important
    }

    .align-items-xl-stretch {
        align-items: stretch!important
    }

    .align-content-xl-start {
        align-content: flex-start!important
    }

    .align-content-xl-end {
        align-content: flex-end!important
    }

    .align-content-xl-center {
        align-content: center!important
    }

    .align-content-xl-between {
        align-content: space-between!important
    }

    .align-content-xl-around {
        align-content: space-around!important
    }

    .align-content-xl-stretch {
        align-content: stretch!important
    }

    .align-self-xl-auto {
        align-self: auto!important
    }

    .align-self-xl-start {
        align-self: flex-start!important
    }

    .align-self-xl-end {
        align-self: flex-end!important
    }

    .align-self-xl-center {
        align-self: center!important
    }

    .align-self-xl-baseline {
        align-self: baseline!important
    }

    .align-self-xl-stretch {
        align-self: stretch!important
    }

    .float-xl-left {
        float: left!important
    }

    .float-xl-right {
        float: right!important
    }

    .float-xl-none {
        float: none!important
    }

    .m-xl-0 {
        margin: 0!important
    }

    .mt-xl-0,.my-xl-0 {
        margin-top: 0!important
    }

    .mr-xl-0,.mx-xl-0 {
        margin-right: 0!important
    }

    .mb-xl-0,.my-xl-0 {
        margin-bottom: 0!important
    }

    .ml-xl-0,.mx-xl-0 {
        margin-left: 0!important
    }

    .m-xl-1 {
        margin: .25rem!important
    }

    .mt-xl-1,.my-xl-1 {
        margin-top: .25rem!important
    }

    .mr-xl-1,.mx-xl-1 {
        margin-right: .25rem!important
    }

    .mb-xl-1,.my-xl-1 {
        margin-bottom: .25rem!important
    }

    .ml-xl-1,.mx-xl-1 {
        margin-left: .25rem!important
    }

    .m-xl-2 {
        margin: .5rem!important
    }

    .mt-xl-2,.my-xl-2 {
        margin-top: .5rem!important
    }

    .mr-xl-2,.mx-xl-2 {
        margin-right: .5rem!important
    }

    .mb-xl-2,.my-xl-2 {
        margin-bottom: .5rem!important
    }

    .ml-xl-2,.mx-xl-2 {
        margin-left: .5rem!important
    }

    .m-xl-3 {
        margin: 1rem!important
    }

    .mt-xl-3,.my-xl-3 {
        margin-top: 1rem!important
    }

    .mr-xl-3,.mx-xl-3 {
        margin-right: 1rem!important
    }

    .mb-xl-3,.my-xl-3 {
        margin-bottom: 1rem!important
    }

    .ml-xl-3,.mx-xl-3 {
        margin-left: 1rem!important
    }

    .m-xl-4 {
        margin: 1.5rem!important
    }

    .mt-xl-4,.my-xl-4 {
        margin-top: 1.5rem!important
    }

    .mr-xl-4,.mx-xl-4 {
        margin-right: 1.5rem!important
    }

    .mb-xl-4,.my-xl-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-xl-4,.mx-xl-4 {
        margin-left: 1.5rem!important
    }

    .m-xl-5 {
        margin: 3rem!important
    }

    .mt-xl-5,.my-xl-5 {
        margin-top: 3rem!important
    }

    .mr-xl-5,.mx-xl-5 {
        margin-right: 3rem!important
    }

    .mb-xl-5,.my-xl-5 {
        margin-bottom: 3rem!important
    }

    .ml-xl-5,.mx-xl-5 {
        margin-left: 3rem!important
    }

    .p-xl-0 {
        padding: 0!important
    }

    .pt-xl-0,.py-xl-0 {
        padding-top: 0!important
    }

    .pr-xl-0,.px-xl-0 {
        padding-right: 0!important
    }

    .pb-xl-0,.py-xl-0 {
        padding-bottom: 0!important
    }

    .pl-xl-0,.px-xl-0 {
        padding-left: 0!important
    }

    .p-xl-1 {
        padding: .25rem!important
    }

    .pt-xl-1,.py-xl-1 {
        padding-top: .25rem!important
    }

    .pr-xl-1,.px-xl-1 {
        padding-right: .25rem!important
    }

    .pb-xl-1,.py-xl-1 {
        padding-bottom: .25rem!important
    }

    .pl-xl-1,.px-xl-1 {
        padding-left: .25rem!important
    }

    .p-xl-2 {
        padding: .5rem!important
    }

    .pt-xl-2,.py-xl-2 {
        padding-top: .5rem!important
    }

    .pr-xl-2,.px-xl-2 {
        padding-right: .5rem!important
    }

    .pb-xl-2,.py-xl-2 {
        padding-bottom: .5rem!important
    }

    .pl-xl-2,.px-xl-2 {
        padding-left: .5rem!important
    }

    .p-xl-3 {
        padding: 1rem!important
    }

    .pt-xl-3,.py-xl-3 {
        padding-top: 1rem!important
    }

    .pr-xl-3,.px-xl-3 {
        padding-right: 1rem!important
    }

    .pb-xl-3,.py-xl-3 {
        padding-bottom: 1rem!important
    }

    .pl-xl-3,.px-xl-3 {
        padding-left: 1rem!important
    }

    .p-xl-4 {
        padding: 1.5rem!important
    }

    .pt-xl-4,.py-xl-4 {
        padding-top: 1.5rem!important
    }

    .pr-xl-4,.px-xl-4 {
        padding-right: 1.5rem!important
    }

    .pb-xl-4,.py-xl-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-xl-4,.px-xl-4 {
        padding-left: 1.5rem!important
    }

    .p-xl-5 {
        padding: 3rem!important
    }

    .pt-xl-5,.py-xl-5 {
        padding-top: 3rem!important
    }

    .pr-xl-5,.px-xl-5 {
        padding-right: 3rem!important
    }

    .pb-xl-5,.py-xl-5 {
        padding-bottom: 3rem!important
    }

    .pl-xl-5,.px-xl-5 {
        padding-left: 3rem!important
    }

    .m-xl-n1 {
        margin: -.25rem!important
    }

    .mt-xl-n1,.my-xl-n1 {
        margin-top: -.25rem!important
    }

    .mr-xl-n1,.mx-xl-n1 {
        margin-right: -.25rem!important
    }

    .mb-xl-n1,.my-xl-n1 {
        margin-bottom: -.25rem!important
    }

    .ml-xl-n1,.mx-xl-n1 {
        margin-left: -.25rem!important
    }

    .m-xl-n2 {
        margin: -.5rem!important
    }

    .mt-xl-n2,.my-xl-n2 {
        margin-top: -.5rem!important
    }

    .mr-xl-n2,.mx-xl-n2 {
        margin-right: -.5rem!important
    }

    .mb-xl-n2,.my-xl-n2 {
        margin-bottom: -.5rem!important
    }

    .ml-xl-n2,.mx-xl-n2 {
        margin-left: -.5rem!important
    }

    .m-xl-n3 {
        margin: -1rem!important
    }

    .mt-xl-n3,.my-xl-n3 {
        margin-top: -1rem!important
    }

    .mr-xl-n3,.mx-xl-n3 {
        margin-right: -1rem!important
    }

    .mb-xl-n3,.my-xl-n3 {
        margin-bottom: -1rem!important
    }

    .ml-xl-n3,.mx-xl-n3 {
        margin-left: -1rem!important
    }

    .m-xl-n4 {
        margin: -1.5rem!important
    }

    .mt-xl-n4,.my-xl-n4 {
        margin-top: -1.5rem!important
    }

    .mr-xl-n4,.mx-xl-n4 {
        margin-right: -1.5rem!important
    }

    .mb-xl-n4,.my-xl-n4 {
        margin-bottom: -1.5rem!important
    }

    .ml-xl-n4,.mx-xl-n4 {
        margin-left: -1.5rem!important
    }

    .m-xl-n5 {
        margin: -3rem!important
    }

    .mt-xl-n5,.my-xl-n5 {
        margin-top: -3rem!important
    }

    .mr-xl-n5,.mx-xl-n5 {
        margin-right: -3rem!important
    }

    .mb-xl-n5,.my-xl-n5 {
        margin-bottom: -3rem!important
    }

    .ml-xl-n5,.mx-xl-n5 {
        margin-left: -3rem!important
    }

    .m-xl-auto {
        margin: auto!important
    }

    .mt-xl-auto,.my-xl-auto {
        margin-top: auto!important
    }

    .mr-xl-auto,.mx-xl-auto {
        margin-right: auto!important
    }

    .mb-xl-auto,.my-xl-auto {
        margin-bottom: auto!important
    }

    .ml-xl-auto,.mx-xl-auto {
        margin-left: auto!important
    }

    .text-xl-left {
        text-align: left!important
    }

    .text-xl-right {
        text-align: right!important
    }

    .text-xl-center {
        text-align: center!important
    }
}

.text-lowercase {
    text-transform: lowercase!important
}

.text-uppercase {
    text-transform: uppercase!important
}

.text-capitalize {
    text-transform: capitalize!important
}

.font-weight-light {
    font-weight: 300!important
}

.font-weight-lighter {
    font-weight: lighter!important
}

.font-weight-normal {
    font-weight: 400!important
}

.font-weight-bold {
    font-weight: 700!important
}

.font-weight-bolder {
    font-weight: bolder!important
}

.font-italic {
    font-style: italic!important
}

.text-white {
    color: #fff!important
}

.text-primary {
    color: #007bff!important
}

a.text-primary:focus,a.text-primary:hover {
    color: #0056b3!important
}

.text-secondary {
    color: #6c757d!important
}

a.text-secondary:focus,a.text-secondary:hover {
    color: #494f54!important
}

.text-success {
    color: #28a745!important
}

a.text-success:focus,a.text-success:hover {
    color: #19692c!important
}

.text-info {
    color: #17a2b8!important
}

a.text-info:focus,a.text-info:hover {
    color: #0f6674!important
}

.text-warning {
    color: #ffc107!important
}

a.text-warning:focus,a.text-warning:hover {
    color: #ba8b00!important
}

.text-danger {
    color: #dc3545!important
}

a.text-danger:focus,a.text-danger:hover {
    color: #a71d2a!important
}

.text-light {
    color: #f8f9fa!important
}

a.text-light:focus,a.text-light:hover {
    color: #cbd3da!important
}

.text-dark {
    color: #343a40!important
}

a.text-dark:focus,a.text-dark:hover {
    color: #121416!important
}

.text-body {
    color: #212529!important
}

.text-muted {
    color: #6c757d!important
}

.text-black-50 {
    color: rgba(0,0,0,.5)!important
}

.text-white-50 {
    color: rgba(255,255,255,.5)!important
}

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

.text-decoration-none {
    text-decoration: none!important
}

.text-break {
    word-break: break-word!important;
    overflow-wrap: break-word!important
}

.text-reset {
    color: inherit!important
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

@media print {
    blockquote,img,pre,tr {
        page-break-inside: avoid
    }

    *,::after,::before {
        text-shadow: none!important;
        box-shadow: none!important
    }

    a:not(.btn) {
        text-decoration: underline
    }

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

    pre {
        white-space: pre-wrap!important
    }

    blockquote,pre {
        border: 1px solid #adb5bd
    }

    thead {
        display: table-header-group
    }

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

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

    @page {
        size: a3
    }

    .container,body {
        min-width: 992px!important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse!important
    }

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

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

    .table-dark {
        color: inherit
    }

    .table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

.ember-power-calendar-day,.ember-power-calendar-weekday {
    border: none;
    background-color: initial;
    padding: 0;
    -webkit-appearance: none
}

.ember-power-calendar-nav {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between
}

.ember-power-calendar-nav-title {
    flex: 1;
    text-align: center
}

.ember-power-calendar-row {
    display: flex;
    justify-content: space-between
}

.ember-power-calendar-weekday {
    flex: 1 1 100%;
    border: initial;
    outline: 0;
    outline: initial;
    justify-content: center;
    display: flex;
    align-items: center
}

.ember-power-calendar-day {
    border: initial;
    outline: 0;
    outline: initial;
    flex: 1 1 100%;
    font-size: inherit;
    align-items: center;
    justify-content: center
}

.ember-power-calendar {
    position: relative;
    font-size: 14px;
    line-height: 1.42857
}

.ember-power-calendar-nav {
    line-height: 2
}

.ember-power-calendar-nav-control {
    -webkit-appearance: none;
    background-color: initial;
    border: none;
    border: initial;
    outline: 0;
    outline: initial;
    line-height: 1;
    font-size: 150%
}

.ember-power-select-trigger,.ember-power-select-trigger--active,.ember-power-select-trigger:focus {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-left: 1px solid #aaa
}

.ember-power-calendar-nav-control:focus {
    transform: scale(1.2)
}

.ember-power-calendar-day--selected,.ember-power-calendar-day--selected:not([disabled]):hover {
    font-weight: 700
}

.ember-power-calendar-day--interactive[disabled] {
    opacity: .4
}

.ember-basic-dropdown {
    position: relative
}

.ember-basic-dropdown-content {
    position: absolute;
    width: auto;
    z-index: 1000;
    background-color: #fff
}

.ember-basic-dropdown-content--left {
    left: 0
}

.ember-basic-dropdown-content--right {
    right: 0
}

.ember-basic-dropdown-overlay {
    position: fixed;
    background: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    pointer-events: none
}

.ember-basic-dropdown-content-wormhole-origin {
    display: inline
}

.ember-power-select-trigger {
    position: relative;
    border-radius: 4px;
    background-color: #fff;
    line-height: 1.75;
    overflow-x: hidden;
    text-overflow: ellipsis;
    min-height: 1.75em;
    user-select: none;
    -webkit-user-select: none;
    color: inherit
}

.ember-power-select-trigger:after {
    content: "";
    display: table;
    clear: both
}

.ember-power-select-trigger--active,.ember-power-select-trigger:focus {
    box-shadow: none
}

.ember-basic-dropdown-trigger--below.ember-power-select-trigger[aria-expanded=true],.ember-basic-dropdown-trigger--in-place.ember-power-select-trigger[aria-expanded=true] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.ember-basic-dropdown-trigger--above.ember-power-select-trigger[aria-expanded=true] {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.ember-power-select-placeholder {
    color: #999;
    display: block;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.ember-power-select-status-icon {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-style: solid;
    border-width: 7px 4px 0;
    border-color: #aaa transparent transparent;
    right: 5px
}

.ember-basic-dropdown-trigger[aria-expanded=true] .ember-power-select-status-icon {
    transform: rotate(180deg)
}

.ember-power-select-clear-btn {
    position: absolute;
    cursor: pointer;
    right: 25px
}

.ember-power-select-trigger-multiple-input {
    font-family: inherit;
    font-size: inherit;
    border: none;
    display: inline-block;
    line-height: inherit;
    -webkit-appearance: none;
    outline: 0;
    padding: 0;
    float: left;
    background-color: transparent;
    text-indent: 2px
}

.ember-power-select-trigger-multiple-input:disabled {
    background-color: #eee
}

.ember-power-select-trigger-multiple-input::placeholder {
    opacity: 1;
    color: #999
}

.ember-power-select-trigger-multiple-input::-webkit-input-placeholder {
    opacity: 1;
    color: #999
}

.ember-power-select-trigger-multiple-input::-moz-placeholder {
    opacity: 1;
    color: #999
}

.ember-power-select-trigger-multiple-input::-ms-input-placeholder {
    opacity: 1;
    color: #999
}

.ember-power-select-multiple-options {
    padding: 0;
    margin: 0
}

.ember-power-select-multiple-option {
    border: 1px solid gray;
    border-radius: 4px;
    color: #333;
    background-color: #e4e4e4;
    padding: 0 4px;
    display: inline-block;
    line-height: 1.45;
    float: left;
    margin: 2px 0 2px 3px
}

.ember-power-select-multiple-remove-btn {
    cursor: pointer
}

.ember-power-select-multiple-remove-btn:not(:hover) {
    opacity: .5
}

.ember-power-select-search {
    padding: 4px
}

.ember-power-select-search-input {
    border: 1px solid #aaa;
    border-radius: 0;
    width: 100%;
    font-size: inherit;
    line-height: inherit;
    padding: 0 5px
}

.ember-power-select-search-input:focus {
    border: 1px solid #aaa;
    box-shadow: none
}

.ember-power-select-dropdown {
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    line-height: 1.75;
    border-radius: 4px;
    box-shadow: none;
    overflow: hidden;
    color: inherit
}

.checkbox-wrapper input[type=checkbox]:active+label.checked-indicator,.registration-usage-agreement input[type=checkbox]:active+.checked-indicator {
    box-shadow: 0 0 0 50px #F3F5F6
}

.ember-power-select-dropdown.ember-basic-dropdown-content--above {
    border-top: 1px solid #aaa;
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.ember-power-select-dropdown.ember-basic-dropdown-content--below,.ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
    border-top: none;
    border-bottom: 1px solid #aaa;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
    width: 100%
}

.ember-power-select-options {
    list-style: none;
    margin: 0;
    padding: 0;
    user-select: none;
    -webkit-user-select: none
}

.ember-power-select-options[role=listbox] {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    max-height: 12.25em
}

button,hr,input {
    overflow: visible
}

.ember-power-select-option {
    cursor: pointer;
    padding: 0 8px
}

.ember-power-select-group[aria-disabled=true] {
    color: #999;
    cursor: not-allowed
}

.ember-power-select-group[aria-disabled=true] .ember-power-select-option,.ember-power-select-option[aria-disabled=true] {
    color: #999;
    pointer-events: none;
    cursor: not-allowed
}

.ember-power-select-option[aria-selected=true] {
    background-color: #ddd
}

.ember-power-select-option[aria-current=true] {
    background-color: #5897fb;
    color: #fff
}

.ember-power-select-group-name {
    cursor: default;
    font-weight: 700
}

.ember-power-select-trigger[aria-disabled=true] {
    background-color: #eee
}

.ember-power-select-trigger {
    padding: 0 16px 0 0
}

.ember-power-select-placeholder,.ember-power-select-selected-item {
    margin-left: 8px
}

.ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
    padding-left: 24px
}

.ember-power-select-group .ember-power-select-group .ember-power-select-option {
    padding-left: 40px
}

.ember-power-select-group .ember-power-select-option {
    padding-left: 24px
}

.ember-power-select-group .ember-power-select-group-name {
    padding-left: 8px
}

.ember-power-select-trigger[dir=rtl] {
    padding: 0 0 0 16px
}

.ember-power-select-trigger[dir=rtl] .ember-power-select-placeholder,.ember-power-select-trigger[dir=rtl] .ember-power-select-selected-item {
    margin-right: 8px
}

.ember-power-select-trigger[dir=rtl] .ember-power-select-multiple-option,.ember-power-select-trigger[dir=rtl] .ember-power-select-trigger-multiple-input {
    float: right
}

.ember-power-select-trigger[dir=rtl] .ember-power-select-status-icon {
    left: 5px;
    right: initial
}

.ember-power-select-trigger[dir=rtl] .ember-power-select-clear-btn {
    left: 25px;
    right: initial
}

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
    padding-right: 24px
}

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-option {
    padding-right: 40px
}

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-option {
    padding-right: 24px
}

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group-name {
    padding-right: 8px
}

.arrow-box {
    position: relative
}

.info-font-icon::after {
    content: 'â“˜'
}

.warn-font-icon::after {
    content: 'âš '
}

.close-icon {
    flex-grow: 0;
    font-size: 1.5em;
    padding: 0;
    margin: 5px 0 0;
    width: 18px;
    height: 18px;
    background: url(../images/v2/icons/close-x.png) center center no-repeat
}

.close-icon:focus {
    outline: 0
}

.settings-gear-icon {
    background: url(../images/v2/icons/settings-gear.svg) center center no-repeat;
    height: 18px;
    width: 18px;
    display: inline-block
}

.clear-search-icon {
    background: url(../images/v2/icons/clear-search.svg) center center no-repeat;
    display: block;
    float: right;
    width: 20px;
    height: 20px;
    cursor: pointer
}

.featured-flag-icon {
    background: url(../images/v2/icons/featured-flag.svg) center center no-repeat;
    height: 55px;
    width: 43.02px;
    display: inline-block
}

.calendar-icon {
    display: inline-block;
    background: url(../images/v2/icons/calendar.png) no-repeat;
    width: 35px;
    height: 33px
}

.excel-icon,.print-icon {
    width: 27px;
    height: 31px;
    display: inline-block
}

.print-icon {
    background: url(../images/v2/icons/printer-icon.svg) no-repeat
}

.open-new-icon {
    display: inline-block;
    background: url(../images/v2/icons/external-link.svg) right no-repeat;
    padding-right: 1.2em
}

.excel-icon {
    background: url(../images/v2/icons/xls-file.svg) no-repeat
}

.required-field-icon {
    display: inline-block;
    background: url(../images/v2/icons/required-field.png) no-repeat;
    width: 10px;
    height: 9px
}

.kebab-icon {
    display: inline-block;
    background: url(../images/v2/icons/kebab-menu.svg) no-repeat;
    height: 44px;
    width: 33px
}

.kebab-icon:hover {
    background-image: url(../images/v2/icons/kebab-menu-hover.svg)
}

.information-icon {
    display: inline-block;
    background: url(../images/v2/icons/i-information.png) no-repeat;
    width: 24px;
    height: 24px
}

.blue-arrow {
    background: url(../images/v2/indicators/blue-arrow.svg) center center no-repeat;
    height: 15px;
    width: 35px;
    display: inline-block
}

.expand-icon,.unexpand-icon {
    display: inline-block;
    border-radius: 50%;
    width: 25px;
    height: 25px
}

.expand-icon {
    background: url(../images/v2/icons/expand-icon.png) center center no-repeat
}

.unexpand-icon {
    background: url(../images/v2/icons/unexpand-icon.png) center center no-repeat
}

@font-face {
    font-family: ADTMedium;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/adt-webfont.eot?) format("eot"),url(../fonts/adt-webfont.woff) format("woff"),url(../fonts/adt-webfont.ttf) format("truetype"),url(../fonts/adt-webfont.svg#ADTMedium) format("svg")
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Roboto-Bold.eot?) format("eot"),url(../fonts/Roboto-Bold.woff) format("woff"),url(../fonts/Roboto-Bold.ttf) format("truetype"),url(../fonts/Roboto-Bold.svg#Roboto) format("svg")
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

h1 {
    margin: .67em 0
}

hr {
    box-sizing: content-box
}

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

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,select {
    text-transform: none
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    resize: vertical;
    overflow: auto
}

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

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

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit
}

body,p {
    line-height: 1.4
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],template {
    display: none
}

body {
    margin: 0;
    font-family: 'Open Sans',Arial,sans-serif
}

body * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    transition: all .35s ease
}

body .clear-container {
    display: block;
    overflow: hidden
}

body .clear {
    display: block;
    clear: both
}

body .limit-wrapper {
    max-width: 1370px;
    width: 100%;
    margin: 0 auto
}

body .hidden {
    visibility: hidden
}

body .hide-all {
    display: none!important
}

.full-width {
    width: 100%!important
}

.center-text {
    text-align: center
}

.left-text {
    text-align: left
}

.right-text {
    text-align: right
}

.center-layout {
    margin-left: auto;
    margin-right: auto
}

.nowrap {
    white-space: nowrap
}

.no-margin {
    margin: 0!important
}

.no-margin-bottom {
    margin-bottom: 0!important
}

h2,h3,h4 {
    margin-bottom: 1.25em
}

h5,h6 {
    margin-bottom: .625em
}

.no-margin-top {
    margin-top: 0!important
}

.no-margin-left {
    margin-left: 0!important
}

.no-margin-right {
    margin-right: 0!important
}

.no-padding {
    padding: 0!important
}

.no-padding-bottom {
    padding-bottom: 0!important
}

.no-padding-top {
    padding-top: 0!important
}

.no-padding-left {
    padding-left: 0!important
}

.no-padding-right {
    padding-right: 0!important
}

.padded {
    padding: 1rem!important
}

.padded-top {
    padding-top: 1rem!important
}

.padded-bottom {
    padding-bottom: 1rem!important
}

.padding-left {
    padding-left: 1rem!important
}

.padding-right {
    padding-right: 1rem!important
}

h1 {
    font-size: 2.3em;
    margin-bottom: 1.5em;
    font-weight: 600
}

h2 {
    font-size: 2.25em;
    font-weight: 700
}

h3 {
    font-size: 2em;
    font-weight: 600
}

h4,h5 {
    font-weight: 400
}

h4 {
    font-size: 1.5em
}

h5 {
    font-size: 1.25em
}

h1.light,h2.light,h3.light,h4.light,h5.light,h6 {
    font-weight: 300
}

h6 {
    font-size: 1.15em
}

h1.normal,h2.normal,h3.normal {
    font-weight: 400
}

h4.strong,h5.strong,h6.strong {
    font-weight: 600
}

.strong,ol.dl li div.dd,ul.dl li div.dd {
    font-weight: 700
}

a {
    color: #303538;
    text-decoration: none
}

a.blue-line-link:visited,a.blue-link,a.blue-link:visited,a:visited {
    color: #008CFD
}

a.blue-line-link {
    color: #008CFD;
    text-decoration: underline
}

a.blue-link {
    text-decoration: none
}

a.arrow-link {
    color: #444;
    text-decoration: none;
    font-size: 18px;
    display: inline-block;
    background: url(../images/v2/indicators/arrow.svg) right center no-repeat;
    padding: .625em 50px 10px 0
}

a.arrow-link:hover {
    transform: scale(1.5)
}

a.disabled {
    color: #5E6366;
    cursor: no-drop
}

p {
    margin-bottom: 1em;
    font-size: 1em;
    white-space: normal
}

p.error {
    color: #DF0000
}

p.subtext {
    font-size: .75em
}

hr {
    border: none;
    height: 1px;
    width: 100%;
    display: block;
    background: #B7BDC0;
    margin: 1em 0
}

hr.light {
    background: #D4D9DD
}

hr.spaced {
    margin: 2em 0
}

ol,ul {
    margin-left: 0;
    padding: 0;
    margin-bottom: 1em
}

ol li,ul li {
    margin-left: 1em
}

ol.unstyled,ol.unstyled li,ul.unstyled,ul.unstyled li {
    margin: 0!important;
    padding: 0!important
}

ol.unstyled,ul.unstyled {
    list-style: none
}

ol.dl,ul.dl {
    list-style: none;
    padding: 0!important;
    margin-left: 0!important;
    margin-right: 0!important;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

ol.dl li,ul.dl li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 0;
    margin: 0
}

ol.dl li div,ul.dl li div {
    margin-right: 10px
}

ol.dl li div.dt,ul.dl li div.dt {
    flex-grow: 0;
    width: 150px
}

dl dd,dl dt {
    display: inline-block
}

.list-of-links li {
    list-style-type: none;
    margin-left: 0;
    margin-bottom: .3em
}

.angle-bracket-link {
    color: #008CFD;
    cursor: pointer
}

.angle-bracket-link::after {
    position: relative;
    font-weight: 700;
    top: 1px;
    margin-left: .2em;
    content: url(../images/v2/icons/chevron-right-blue.png)
}

.blue-bottom-border {
    border-bottom: 4px solid #008CFD
}

.adt-icon {
    font-family: ADTMedium;
    line-height: 1
}

.adt-icon.success {
    color: #00AE05
}

.adt-icon.error {
    color: #DF0000
}

.adt-icon.warn {
    color: #FFC200
}

.adt-icon.info {
    color: #0061AA
}

.flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start
}

.flex.flex-reverse {
    flex-direction: row-reverse!important
}

.flex.flex-column {
    flex-direction: column!important
}

.flex.flex-column.flex-reverse {
    flex-direction: column-reverse!important
}

.flex.flex-wrap {
    flex-wrap: wrap!important
}

.flex.flex-nowrap {
    flex-wrap: nowrap!important
}

.flex.justify-start {
    justify-content: flex-start!important
}

.flex.justify-end {
    justify-content: flex-end!important
}

.flex.justify-center {
    justify-content: center!important
}

.flex.space-between {
    justify-content: space-between!important
}

.flex.align-content-center {
    align-content: center
}

.flex.align-items-center {
    align-items: center
}

.flex.align-items-stretch {
    align-items: stretch
}

.flex-grow {
    flex-grow: 1
}

.flex-lock {
    flex-grow: 0!important;
    flex-shrink: 0!important
}

.flex-shrink {
    flex-shrink: 1
}

.loading-container {
    position: relative;
    min-height: 100px
}

.loading {
    width: 100%;
    height: 100%;
    min-height: 100px;
    top: 0;
    bottom: 0;
    position: absolute;
    background: url(../images/v2/indicators/loading-blue.gif) center center no-repeat
}

.loading.white {
    background-image: url(../images/v2/indicators/loading-white.gif)
}

.divider {
    width: 100%;
    border-top: 1px solid #D4D9DD;
    height: 1px
}

.inner {
    border: 1px solid transparent
}

.inner.gray {
    background: #F3F5F6;
    border-color: #D4D9DD
}

.inner.padded {
    padding: 10px
}

#dashboardWrapper,#pageWrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    background: #D4D9DD
}

.widget-title {
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 20px
}

.striped-table {
    border: 1px solid #dee2e6
}

.striped-table thead {
    background: #E7EAEC
}

.striped-table tbody tr:nth-child(2n) {
    background: #F3F5F6
}

.data-table .head {
    background: #E7EAEC;
    text-transform: uppercase;
    margin-bottom: 10px
}

.data-table .data-table-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    border: 1px solid #D4D9DD;
    margin-bottom: 5px
}

.data-table .row-heading,.data-table .row-item {
    padding: .75rem 1rem
}

.data-table .row-item-label {
    width: 100%;
    flex-shrink: 0;
    margin: .25rem 1rem -.6rem;
    font-size: .8em
}

@media only screen and (max-width: 768px) {
    .hide-mobile {
        display:none!important
    }

    .data-table .head {
        border: 1px solid #D4D9DD;
        border-width: 1px 0
    }

    .data-table .head .row-heading {
        padding: 1rem
    }

    .data-table .row-item-label span {
        padding: 5px 8px;
        margin: 5px 0;
        border-radius: 5px;
        border: 1px solid #045EB5;
        text-transform: uppercase;
        display: inline-block;
        font-weight: 600
    }

    .data-table .data-table-row {
        border-width: 0 0 1px
    }
}

@media only screen and (min-width: 769px) {
    #dashboardWrapper,#pageWrap {
        margin:0 auto;
        background: #FFF
    }

    .show-mobile {
        display: none!important
    }

    .left,.right {
        display: block
    }

    .left {
        float: left
    }

    .right {
        float: right
    }

    .inner.padded {
        padding: 15px
    }

    .inner.padded :last-child {
        margin-bottom: 0
    }
}

@media only screen and (min-width: 769px) and (max-width:1100px) {
    body {
        font-size:14px
    }

    .hide-tablet {
        display: none!important
    }
}

@media only screen and (min-width: 1025px) {
    .hide-desktop {
        display:none!important
    }
}

.transform.flip-horizontal {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

ul.inline-error-list {
    list-style: none;
    color: #DF0000;
    font-size: .8em;
    margin: 10px 0
}

ul.inline-error-list li {
    margin-bottom: 5px
}

.input-wrapper {
    background: #F3F5F6;
    padding: 10px;
    margin-bottom: 25px;
    position: relative
}

.input-wrapper.has-label {
    padding-top: 20px
}

.input-wrapper.blue-border-left {
    border-left: 5px solid #008CFD
}

.input-wrapper.error {
    border-left: 5px solid #DF0000;
    color: #DF0000;
    background-image: url(../images/v2/indicators/error-x.png);
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat
}

.input-wrapper.error a {
    margin-right: 25px
}

.input-wrapper.error input.show-password,.input-wrapper.error.show-password input {
    width: calc(100% - 75px)
}

.input-wrapper a.show-pwd-link {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/v2/icons/show-eye.svg) center center no-repeat;
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer
}

.input-wrapper a.show-pwd-link.show-pwd {
    background: url(../images/v2/icons/hide-eye.svg) center center no-repeat;
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer
}

.input-wrapper input {
    background: 0 0;
    border: none;
    width: 100%;
    line-height: 1.4
}

.input-wrapper input:-webkit-autofill~label {
    transition: none;
    top: 5px;
    font-size: .75em
}

.input-wrapper input.label-inactive,.input-wrapper input:focus {
    border: none;
    outline: 0
}

.input-wrapper input.label-inactive+label,.input-wrapper input:focus+label {
    top: 5px;
    font-size: .75em
}

.input-wrapper input.password {
    padding-right: 63px
}

.input-wrapper input[type=password]::-ms-reveal,.input-wrapper input[type=text]::-ms-clear {
    display: none!important
}

.input-wrapper input.show-password,.input-wrapper.show-password input {
    width: calc(100% - 50px)
}

.input-wrapper label {
    position: absolute;
    top: 15px;
    left: 10px;
    z-index: 2;
    user-select: none
}

.input-wrapper label.focused {
    top: 5px;
    font-size: .75em
}

.input-tt-wrapper .input-wrapper {
    width: 90%;
    float: left
}

.input-tt-wrapper {
    clear: both
}

.input-tt-wrapper .tool-tip {
    float: right
}

.input-tt-wrapper .tool-tip .icon {
    padding-top: 10px
}

.registration-usage-agreement label {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end
}

.registration-usage-agreement input[type=checkbox] {
    width: 0;
    height: 0;
    display: block
}

.registration-usage-agreement input[type=checkbox]:checked+.checked-indicator {
    border-color: #008CFD;
    background: url(../images/v2/indicators/white-check.png) center center no-repeat #008CFD
}

.registration-usage-agreement input[type=checkbox]:focus+.checked-indicator {
    outline: -webkit-focus-ring-color auto 5px
}

.registration-usage-agreement input[type=checkbox]:focus {
    font-weight: 500;
    outline: 0
}

.registration-usage-agreement input[type=checkbox]:disabled+.checked-indicator {
    opacity: .5;
    background-color: #B7BDC0;
    cursor: not-allowed
}

.checkbox-wrapper input[type=checkbox] {
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    z-index: -99
}

.checkbox-wrapper input[type=checkbox]:checked+label .checked-indicator {
    border-color: #008CFD;
    background: url(../images/v2/indicators/white-check.png) center center no-repeat #008CFD
}

.checkbox-wrapper input[type=checkbox]:focus+label .checked-indicator {
    outline: -webkit-focus-ring-color auto 5px
}

.checkbox-wrapper input[type=checkbox]:focus {
    font-weight: 500;
    outline: 0
}

.checkbox-wrapper input[type=checkbox]:disabled+label .checked-indicator {
    opacity: .5;
    background-color: #B7BDC0;
    cursor: not-allowed
}

.checkbox-wrapper .checked-indicator {
    display: inline-block;
    margin-right: 5px;
    background: #FFF;
    border: 2px solid #CCC;
    height: 25px;
    width: 25px;
    cursor: pointer
}

.checkbox-wrapper .description {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 6px 0;
    width: auto;
    font-size: 13px;
    line-height: 1
}

.checkbox-wrapper .description.has-header {
    margin: 0
}

.customselect label .label-value,.customselect.labeled label.selected .value {
    margin-right: 12px;
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.checkbox-wrapper .description.has-header .head {
    font-size: .9em;
    position: absolute;
    top: -5px
}

.checkbox-wrapper .description.has-header .value {
    position: relative;
    font-size: 1.2em;
    top: 10px
}

.customselect {
    margin-bottom: 25px;
    position: relative
}

.customselect label {
    background: #F3F5F6;
    padding: 14px 10px;
    display: block;
    line-height: 1.4;
    border: 1px solid #D4D9DD
}

.error .customselect label {
    border-color: #DF0000
}

.customselect label .switch {
    font-size: 1em;
    font-family: ADTMedium!important;
    font-weight: 400!important;
    font-style: normal!important;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 2.25em
}

#ember-bootstrap-wormhole .modal-dialog .modal-content .modal-body .inner h6.italic,#modalWindow .modal-container .modal-dialog .modal-content .modal-body .inner h6.italic,.comm-preferences-fields-list .comm-preferences-field>span,.delete-business-reporting .report-name,.enroll-paperless-statement .paperless-enroll-pending-email {
    font-style: italic
}

.customselect label .arrow {
    display: none
}

.customselect label .label-value {
    font-size: 1em;
    display: block
}

.customselect.switch-none .switch {
    display: none
}

.customselect.switch-none .label-value .value {
    color: #B0ACAB
}

.customselect.yellow-arrow label {
    display: flex;
    justify-content: space-between;
    background: #fff;
    box-shadow: 0 0 10px #D4D9DD
}

.customselect.yellow-arrow label .switch {
    display: none
}

.customselect.yellow-arrow label .arrow {
    margin-top: 6px;
    display: block;
    width: 18px;
    height: 11px;
    background: url(../images/v2/icons/chevron-orange.png)
}

.customselect select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #fff;
    display: block;
    cursor: hand;
    cursor: pointer;
    -webkit-appearance: menulist-button;
    z-index: 2
}

.customselect select option:hover {
    color: #045EB5
}

.customselect .label-value,.customselect .switch {
    color: #585957
}

.customselect:hover label {
    border-color: #B7BDC0
}

.customselect.labeled label {
    padding: 5px 10px;
    min-height: 52px
}

.customselect.labeled label .switch {
    top: 11px
}

.customselect.labeled label .label-value {
    margin-top: 10px
}

.customselect.labeled label.selected {
    font-size: .75em
}

.customselect.labeled label.selected .switch {
    top: 15px
}

.customselect.labeled label.selected .label-value {
    margin-top: 0
}

.bank-info .customselect.labeled label.selected .label-value {
    margin-top: 10px
}

.customselect.labeled label.selected .value {
    font-size: 1.3em;
    display: block;
    color: #000
}

.customselect.rounded label {
    border-radius: 30px;
    font-weight: 700
}

.customselect.rounded label .prefix {
    opacity: .6;
    display: inline-block;
    margin-right: 10px
}

.customselect.flat label {
    background: 0 0;
    padding: 0 1rem 0 0;
    font-size: .65em;
    border: none
}

.customselect.flat label .label-value,.customselect.flat label .switch {
    color: #008CFD
}

.customselect.flat label .switch {
    top: -4px
}

.input-with-button {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.input-with-button .input-wrapper {
    flex-grow: 1
}

.input-with-button .button {
    flex-grow: 0;
    margin: 0 0 0 20px
}

.form.reverse {
    background: #f5f5f5
}

.form.reverse .customselect label,.form.reverse .input-wrapper {
    background: #FFF
}

@media only screen and (max-width: 768px) {
    .input-tt-wrapper .input-wrapper {
        width:100%;
        float: none
    }
}

@media only screen and (min-width: 769px) and (max-width:1100px) {
    .input-wrapper label {
        font-size:12px
    }
}

.password-validator {
    position: absolute;
    z-index: 10;
    background: #FFF;
    padding: 15px;
    font-size: 12px;
    border: 1px solid #D4D9DD;
    display: none;
    width: 300px
}

.password-validator.failing {
    display: block
}

.password-validator.failing.focus-only {
    display: none
}

.input-wrapper input:focus~.password-validator.failing.focus-only {
    display: block
}

.password-validator h5 {
    font-size: .9em;
    font-weight: 700;
    white-space: nowrap
}

.password-validator ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.password-validator ul li {
    display: flex;
    margin: 0 0 10px
}

.password-validator ul li:last-child {
    margin: 0
}

.password-validator ul li.failed {
    color: #DF0000
}

.password-validator ul li.failed::before {
    content: url(../images/v2/indicators/password-validation-failing.png);
    color: #DF0000;
    padding-right: 10px
}

.password-validator ul li.passed {
    color: #303538
}

.password-validator ul li.passed::before {
    content: url(../images/v2/indicators/password-validation-success.png);
    color: #00AE05;
    padding-right: 10px
}

@media only screen and (max-width: 768px) {
    .password-validator {
        top:50px;
        right: 0;
        left: inherit;
        box-sizing: border-box;
        background: #FFF;
        box-shadow: 0 1px 6px 0 #CCC
    }

    .password-validator::after {
        content: " ";
        position: absolute;
        width: 0;
        height: 0;
        top: -16px;
        right: 95px;
        box-sizing: border-box;
        border: 10px solid transparent;
        border-top-color: #FFF;
        border-left-color: #FFF;
        pointer-events: none;
        transform-origin: 0 10px;
        transform: rotate(45deg);
        box-shadow: -3px -3px 1px 0 rgba(100,100,100,.1)
    }
}

@media only screen and (min-width: 769px) {
    .login-component .password-validator {
        right:auto;
        left: -96%;
        top: -50px;
        box-sizing: border-box;
        background: #FFF;
        box-shadow: 0 1px 6px 0 #CCC
    }

    .login-component .password-validator::after {
        content: " ";
        position: absolute;
        width: 0;
        height: 0;
        right: -16px;
        top: 60px;
        box-sizing: border-box;
        border: 10px solid transparent;
        border-top-color: #FFF;
        border-right-color: #FFF;
        pointer-events: none;
        transform-origin: 0 0;
        transform: rotate(45deg);
        box-shadow: 3px -3px 1px 0 rgba(100,100,100,.1)
    }
}

.datepicker table th.next,.datepicker table th.next:hover,.datepicker table th.prev,.datepicker table th.prev:hover {
    height: 30px;
    width: 30px;
    display: inline-block
}

.datepicker {
    padding: 10px;
    border-color: #008CFD
}

.datepicker table th {
    padding: 15px 0 0;
    font-weight: 600
}

.datepicker table th.datepicker-switch {
    font-weight: 700;
    font-size: 18px;
    padding: 0
}

.datepicker table th.prev {
    padding: 0;
    background: url(../images/v2/icons/chevron-gray.svg) center center no-repeat;
    text-indent: -999px;
    overflow: hidden
}

.datepicker table th.prev:hover {
    background: url(../images/v2/icons/chevron-gray.svg) center center no-repeat #eee;
    border-radius: 0
}

.datepicker table th.next {
    padding: 0;
    background: url(../images/v2/icons/chevron-gray.svg) center center no-repeat;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    text-indent: -999px;
    overflow: hidden
}

.datepicker table th.next:hover {
    background: url(../images/v2/icons/chevron-gray.svg) center center no-repeat #eee;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border-radius: 0
}

.datepicker table tr {
    padding: 5px;
    text-align: center
}

.datepicker table tr td,.datepicker table tr td span {
    padding: 3px 7px;
    border: 10px solid #fff
}

.datepicker table tr td span.disabled,.datepicker table tr td.disabled {
    color: #898e91
}

.datepicker table tr td span.active,.datepicker table tr td span.active:hover,.datepicker table tr td.active,.datepicker table tr td.active:hover {
    background-color: #008aff!important;
    background-image: none;
    border: none;
    border-radius: 0
}

.datepicker table tr td span.today,.datepicker table tr td.today {
    border: none!important;
    color: #898E91!important;
    background: 0 0!important
}

.datepicker table tr td span {
    padding: 0;
    border: 0
}

.datepicker table tr td span.focused {
    border-radius: 0
}

a.button,a.button:not([href]),button.button,span.button {
    box-sizing: border-box;
    background: inherit;
    display: block;
    flex-grow: 1;
    padding: 1em 1.5em;
    min-width: 50px;
    height: 3em;
    margin: 10px 0;
    cursor: pointer;
    color: #FFF;
    font-weight: 400;
    font-size: 1em;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    border: 2px solid transparent;
    border-radius: 4px
}

a.button.inline,a.button:not([href]).inline,button.button.inline,span.button.inline {
    display: inline-block
}

a.button.large,a.button:not([href]).large,button.button.large,span.button.large {
    font-size: 1.4em
}

a.button.small,a.button:not([href]).small,button.button.small,span.button.small {
    font-size: .6em
}

a.button.disabled,a.button:not([href]).disabled,a.button:not([href])[disabled],a.button[disabled],button.button.disabled,button.button[disabled],span.button.disabled,span.button[disabled] {
    opacity: .5;
    cursor: not-allowed
}

a.button.button-blue,a.button:not([href]).button-blue,button.button.button-blue,span.button.button-blue {
    background: #008CFD;
    border-color: #008CFD
}

a.button.button-blue-text,a.button:not([href]).button-blue-text,button.button.button-blue-text,span.button.button-blue-text {
    color: #008CFD
}

a.button.button-blue-outline,a.button:not([href]).button-blue-outline,button.button.button-blue-outline,span.button.button-blue-outline {
    color: #008CFD;
    border-color: #008CFD
}

a.button.button-green,a.button:not([href]).button-green,button.button.button-green,span.button.button-green {
    background: green;
    border-color: green
}

a.button.button-green-text,a.button:not([href]).button-green-text,button.button.button-green-text,span.button.button-green-text {
    color: green
}

a.button.button-green-outline,a.button:not([href]).button-green-outline,button.button.button-green-outline,span.button.button-green-outline {
    color: green;
    border-color: green
}

a.button.button-gray,a.button:not([href]).button-gray,button.button.button-gray,span.button.button-gray {
    background: gray;
    border-color: gray
}

a.button.button-gray-text,a.button:not([href]).button-gray-text,button.button.button-gray-text,span.button.button-gray-text {
    color: gray
}

a.button.button-gray-outline,a.button:not([href]).button-gray-outline,button.button.button-gray-outline,span.button.button-gray-outline {
    color: gray;
    border-color: gray
}

a.button.button-black,a.button:not([href]).button-black,button.button.button-black,span.button.button-black {
    background: #000;
    border-color: #000
}

a.button.button-black-text,a.button:not([href]).button-black-text,button.button.button-black-text,span.button.button-black-text {
    color: #000
}

a.button.button-black-outline,a.button:not([href]).button-black-outline,button.button.button-black-outline,span.button.button-black-outline {
    color: #000;
    border-color: #000
}

a.button.button-white,a.button:not([href]).button-white,button.button.button-white,span.button.button-white {
    background: #fff;
    border-color: #fff
}

a.button.button-white-text,a.button:not([href]).button-white-text,button.button.button-white-text,span.button.button-white-text {
    color: #fff
}

a.button.button-white-outline,a.button:not([href]).button-white-outline,button.button.button-white-outline,span.button.button-white-outline {
    color: #fff;
    border-color: #fff
}

a.button.button-success,a.button:not([href]).button-success,button.button.button-success,span.button.button-success {
    background: #00AE05;
    border-color: #00AE05
}

a.button.button-success-text,a.button:not([href]).button-success-text,button.button.button-success-text,span.button.button-success-text {
    color: #00AE05
}

a.button.button-success-outline,a.button:not([href]).button-success-outline,button.button.button-success-outline,span.button.button-success-outline {
    color: #00AE05;
    border-color: #00AE05
}

a.button.button-error,a.button:not([href]).button-error,button.button.button-error,span.button.button-error {
    background: #DF0000;
    border-color: #DF0000
}

a.button.button-error-text,a.button:not([href]).button-error-text,button.button.button-error-text,span.button.button-error-text {
    color: #DF0000
}

a.button.button-error-outline,a.button:not([href]).button-error-outline,button.button.button-error-outline,span.button.button-error-outline {
    color: #DF0000;
    border-color: #DF0000
}

a.button.button-blue:hover,a.button:not([href]).button-blue:hover,button.button.button-blue:hover,span.button.button-blue:hover {
    opacity: .8;
    color: #FFF
}

a.button.button-blue:active,a.button:not([href]).button-blue:active,button.button.button-blue:active,span.button.button-blue:active {
    background: #045EB5
}

a.button.button-blue.loading,a.button:not([href]).button-blue.loading,button.button.button-blue.loading,span.button.button-blue.loading {
    background: url(../images/v2/indicators/white-loading.gif) #045EB5
}

a.button.button-blue-outline:hover,a.button:not([href]).button-blue-outline:hover,button.button.button-blue-outline:hover,span.button.button-blue-outline:hover {
    opacity: .8
}

a.button.button-blue-outline.loading,a.button:not([href]).button-blue-outline.loading,button.button.button-blue-outline.loading,span.button.button-blue-outline.loading {
    background-image: url(../images/v2/indicators/white-loading.gif)
}

a.button.button-blue-text,a.button.button-white,a.button:not([href]).button-blue-text,a.button:not([href]).button-white,button.button.button-blue-text,button.button.button-white,span.button.button-blue-text,span.button.button-white {
    color: #008CFD
}

.radio-button {
    display: block;
    position: relative
}

.radio-button input[type=radio] {
    position: absolute;
    visibility: hidden
}

.radio-button label {
    display: flex;
    cursor: pointer
}

.radio-button .check {
    display: block;
    border: 3px solid #AAA;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    transition: border .25s linear;
    margin-right: .5em;
    cursor: pointer
}

.radio-button .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 13px;
    width: 13px;
    top: 6px;
    left: 6px;
    margin: auto;
    transition: background .25s linear;
    -webkit-transition: background .25s linear
}

.nav-tabs .nav-item,.nav-tabs .nav-item .nav-link,.nav-tabs .nav-item .nav-link.active {
    transition: background .5s,border-bottom .5s
}

.radio-button input[type=radio]:checked~.check {
    border: 3px solid #008CFD
}

.radio-button input[type=radio]:checked~.check::before {
    background: #008CFD
}

@media only screen and (min-width: 769px) and (max-width:1100px) {
    a.button,a.button:not([href]),button.button,span.button {
        font-size:.8em
    }

    a.button.large,a.button:not([href]).large,button.button.large,span.button.large {
        font-size: 1em
    }

    a.button.small,a.button:not([href]).small,button.button.small,span.button.small {
        font-size: .4em
    }
}

.mobile-header {
    background: #045EB5;
    color: #FFF;
    padding: 10px
}

.mobile-header .nav-menu {
    width: 25px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px 0 0 10px
}

.mobile-header .nav-menu a.adt-icon {
    font-size: 25px;
    color: #FFF
}

.mobile-header .nav-menu .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    top: 0;
    left: 0;
    z-index: 15
}

.mobile-header .nav-menu nav {
    position: absolute;
    background: #FFF;
    width: 250px;
    top: 0;
    box-shadow: 2px 2px 5px #898E91;
    z-index: 15
}

.mobile-header .nav-menu nav.closed {
    left: -275px
}

.mobile-header .nav-menu nav.open {
    left: 0
}

.mobile-header .nav-menu nav .inner {
    padding: 20px
}

.mobile-header .nav-menu nav a {
    display: block;
    padding: 10px 0;
    text-decoration: none;
    text-transform: uppercase
}

.mobile-header .nav-menu nav a.open {
    text-decoration: underline
}

.mobile-header .nav-menu nav a.open::after {
    content: ' -'
}

.mobile-header .nav-menu nav a.closed::after {
    content: ' +'
}

.mobile-header .nav-menu nav a.sub {
    text-transform: capitalize;
    margin-left: 8px
}

.mobile-header .search-link {
    width: 25px;
    position: absolute;
    right: 10px;
    top: 10px
}

.mobile-header .search-link img {
    width: 25px
}

.mobile-header .main,.mobile-header .time-of-day-greeting {
    width: calc(100% - 70px);
    margin-left: 40px
}

.mobile-header .main img {
    height: 40px
}

.mobile-header .time-of-day-greeting {
    text-align: center;
    font-size: 1.25em;
    font-weight: 300
}

.mobile-footer {
    background: #FFF;
    padding: 20px 30px
}

.mobile-footer nav.links {
    border-top: 1px solid #898E91
}

.mobile-footer nav.links a {
    display: block;
    color: #303538;
    text-decoration: none;
    margin: 25px 0
}

.mobile-footer nav.links a:visited {
    color: #303538
}

.mobile-footer nav.social a {
    display: inline-block;
    margin-right: 10px
}

.header,.meta-header {
    display: none
}

@media only screen and (min-width: 769px) {
    .meta-header {
        display:flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        padding: 10px;
        background: #0061AA;
        color: #303538
    }

    .meta-header nav {
        flex-grow: 2;
        flex-shrink: 1;
        align-self: center;
        font-size: .875em
    }

    .meta-header nav a {
        color: #fff;
        text-decoration: none;
        display: inline-block;
        padding: 0 15px
    }

    .meta-header nav a:hover span {
        color: #fff;
        border-bottom: 2px solid #daa520
    }

    .meta-header nav.internal {
        flex-grow: 1;
        flex-shrink: 2;
        font-size: .875em
    }

    .meta-header nav.internal a {
        padding: 0 10px;
        border-right: 1px solid #fff
    }

    .meta-header nav.internal a img {
        display: inline-block;
        vertical-align: middle
    }

    .meta-header nav.internal a:last-of-type {
        border: none
    }
}

#mainNavHeader {
    display: flex;
    justify-content: flex-start;
    height: 84px;
    padding: 12px 1.5rem;
    background: #FFF
}

#mainNavHeader .adt-logo {
    width: 60px;
    height: 60px
}

#mainNavHeader .support-number {
    margin: .75em 0 0 auto;
    font-size: 1.2em;
    font-weight: 700;
    color: #008CFD
}

#mainNavHeader nav {
    display: flex;
    justify-content: space-between
}

#mainNavHeader nav a {
    flex-grow: 0;
    color: #303538;
    text-decoration: none;
    font-size: 1.125em;
    display: inline-block;
    margin: 35px 15px
}

#mainNavHeader nav a:hover {
    border-bottom: 2px solid #daa520
}

#siteFooter {
    background: #FFF;
    font-size: .8em;
    margin: 0;
    padding: 20px 30px;
    overflow: hidden
}

#siteFooter .terms-footer {
    max-width: 100%;
    margin-right: 8%;
    border-top: 1px solid #D4D9DD;
    padding-top: 30px
}

#siteFooter .links {
    margin: 15px 0;
    display: flex;
    align-items: center
}

#siteFooter .links div {
    margin: 5px 10px
}

#siteFooter .links div:first-child {
    margin-left: 0
}

#siteFooter .links a {
    color: #303538;
    text-decoration: none;
    padding: .25rem;
    display: block
}

#siteFooter .tool-tip {
    cursor: pointer
}

#siteFooter .tool-tip .top {
    right: -57px;
    bottom: 25px
}

#siteFooter .tool-tip .top::after {
    right: 45px
}

#siteFooter .tool-tip::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    content: "";
    border-top: .5em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

#siteFooter .sitemap a {
    padding: 0
}

#siteFooter .trust {
    text-align: center;
    margin: 30px 0
}

#siteFooter .trust img {
    margin: 0 10px
}

@media only screen and (min-width: 769px) {
    .footer {
        overflow:hidden;
        margin: 40px 0 15px
    }

    .footer.unauthenticated-state {
        margin-bottom: 30px
    }

    .footer.unauthenticated-state a:not(:first-child),.footer.unauthenticated-state nav span:not(:first-child) {
        margin-top: 15px
    }

    .footer.unauthenticated-state a[name='Contact Us'],.footer.unauthenticated-state nav span[name='Contact Us'] {
        display: inline-block;
        background: url(../images/v2/icons/external-link.svg) right no-repeat;
        padding-right: 1.2em;
        width: 6.6em
    }

    .footer hr {
        margin-bottom: 40px
    }

    .footer nav.contact-footer span,.footer nav.social span {
        width: 100%;
        margin-bottom: 2em
    }

    .footer nav {
        max-width: 55%;
        float: left;
        margin-right: 8%
    }

    .footer nav a,.footer nav span {
        display: block;
        text-decoration: none;
        font-size: .8em;
        color: #303538
    }

    .footer nav span.title {
        font-weight: 700;
        font-size: .9em
    }

    .footer nav.social {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }

    .footer nav.social a {
        flex-grow: 1;
        display: flex;
        align-items: flex-start;
        float: left
    }

    .footer nav.social a .icon {
        margin-right: 5px;
        height: 20px
    }

    .footer nav.contact-footer {
        display: flex;
        flex-wrap: wrap;
        align-items: center
    }

    .footer nav.contact-footer a {
        display: flex;
        align-items: flex-start;
        float: left;
        padding-right: 20px;
        border-left: 1px solid #303538;
        padding-left: 20px
    }

    .footer nav.contact-footer a:first-child {
        padding-left: 0;
        border-left: 0
    }

    .footer nav.contact-footer a.contact {
        display: inline-block;
        background: url(../images/v2/icons/external-link.svg) right no-repeat;
        padding-right: 1.2em;
        padding-left: 2em;
        margin-right: 20px
    }

    .footer nav:last-of-type {
        margin-right: 0;
        float: right
    }

    #siteFooter {
        font-size: .625em;
        color: #555;
        margin: 10px 0 0;
        padding: 20px 0;
        overflow: hidden;
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap
    }

    #siteFooter .terms-footer {
        flex-grow: 0;
        width: 60%
    }

    #siteFooter .trust {
        flex-grow: 0
    }

    .limit-wrapper #siteFooter,.limit-wrapper .footer {
        padding: 0 30px
    }
}

.application-style.show {
    opacity: 1
}

.application-style.blue-tooltip-text .tooltip-inner {
    color: #008CFD
}

.application-style .tooltip-inner {
    padding: .7rem;
    font-size: 16px;
    color: #303538;
    box-shadow: 2px 0 18px rgba(0,0,0,.2);
    background-color: #fff
}

.application-style .arrow::before {
    border: none;
    height: 15px;
    width: 15px;
    box-shadow: 2px 3px 5px rgba(0,0,0,.15);
    transform: rotate(45deg);
    background-color: #fff
}

.application-style.bs-tooltip-auto[x-placement^=top] .arrow,.application-style.bs-tooltip-top .arrow {
    bottom: 7px
}

.application-style.bs-tooltip-auto[x-placement^=botttom] .arrow,.application-style.bs-tooltip-botttom .arrow {
    top: -7px
}

.application-style.bs-tooltip-auto[x-placement^=botttom] .arrow::before,.application-style.bs-tooltip-botttom .arrow::before {
    box-shadow: -2px -3px 5px rgba(0,0,0,.15)
}

.application-style.bs-tooltip-auto[x-placement^=left] .arrow,.application-style.bs-tooltip-left .arrow {
    right: 7px
}

.application-style.bs-tooltip-auto[x-placement^=left] .arrow::before,.application-style.bs-tooltip-left .arrow::before {
    box-shadow: 2px -3px 5px rgba(0,0,0,.15)
}

.application-style.bs-tooltip-auto[x-placement^=right] .arrow,.application-style.bs-tooltip-right .arrow {
    left: 7px
}

.application-style.bs-tooltip-auto[x-placement^=right] .arrow::before,.application-style.bs-tooltip-right .arrow::before {
    box-shadow: -3px 4px 5px rgba(0,0,0,.15)
}

#hpfIframeContainer {
    font-family: OpenSans,sans-serif;
    position: relative;
    overflow: hidden
}

#hpfIframeContainer form#theForm {
    margin-bottom: 0;
    padding-bottom: 199px
}

#hpfIframeContainer ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0
}

#hpfIframeContainer ul li {
    list-style: none;
    background: #F3F5F6;
    margin: 0 5px 10px;
    padding: 5px
}

#hpfIframeContainer ul li:focus {
    border: 1px solid #DCDCDC;
    outline: 0
}

#hpfIframeContainer ul li label {
    font-size: 85%;
    margin-bottom: 2px
}

#hpfIframeContainer ul li label[for=expMonth] {
    display: block;
    width: 100%
}

#hpfIframeContainer ul li label[for=expYear] {
    display: none
}

#hpfIframeContainer ul li input {
    font-size: 1.1em;
    border: none;
    outline: 0;
    background: 0 0
}

#hpfIframeContainer ul li input:focus {
    border: none;
    outline: 0
}

#hpfIframeContainer ul li#expDateBlock {
    display: block;
    width: 100%;
    padding: 5px 0;
    background: 0 0
}

#hpfIframeContainer ul li#expDateBlock>span {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

#hpfIframeContainer ul li#expDateBlock>span select {
    flex-grow: 1;
    background: #F3F5F6;
    padding: 15px 5px;
    border: none;
    outline: 0;
    width: 48%
}

#hpfIframeContainer ul li#cvcBlock {
    display: block;
    width: 35%
}

#hpfIframeContainer ul#completeButtonUL {
    position: absolute;
    bottom: -15px;
    width: 100%;
    z-index: 10;
    background: #F3F5F6
}

#hpfIframeContainer ul#completeButtonUL li {
    background: 0 0;
    margin: 0;
    padding: 0
}

#hpfIframeContainer ul#completeButtonUL li input {
    box-sizing: border-box;
    display: block;
    flex-grow: 1;
    padding: .75em 1.5em;
    height: 2.75em;
    margin: 10px auto;
    width: 70%;
    color: #FFF;
    font-weight: 400;
    font-size: 1.25em;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    border: 2px solid transparent;
    border-radius: 4px;
    background: #008CFD
}

@media only screen and (min-width: 769px) {
    #hpfIframeContainer input::placeholder {
        text-transform:capitalize
    }

    #hpfIframeContainer ul {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between
    }

    #hpfIframeContainer ul li {
        margin: 0 0 10px
    }

    #hpfIframeContainer ul li input[type=text],#hpfIframeContainer ul li input[type=tel] {
        background: #FFF;
        border: 1px solid #ABABAB;
        padding: 10px
    }

    #hpfIframeContainer ul li#ccNumberBlock,#hpfIframeContainer ul li#ccTypeBlock,#hpfIframeContainer ul li#nameBlock {
        flex-grow: 1
    }

    #hpfIframeContainer ul li#ccNumberBlock label,#hpfIframeContainer ul li#ccTypeBlock label,#hpfIframeContainer ul li#nameBlock label {
        display: none
    }

    #hpfIframeContainer ul li#nameBlock {
        width: 100%
    }

    #hpfIframeContainer ul li#ccNumberBlock,#hpfIframeContainer ul li#ccTypeBlock {
        width: 48%
    }

    #hpfIframeContainer#completeButtonUL {
        right: 0;
        width: 185px;
        background: 0 0
    }

    #hpfIframeContainer#completeButtonUL li input {
        padding: .65em 0;
        height: auto;
        width: 185px;
        margin: 10px 0;
        border-width: 1px
    }
}

.nav-tabs {
    box-shadow: 6px -6px 2px 6px #fff
}

.nav-tabs .nav-item {
    border: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    text-transform: uppercase;
    box-shadow: 2px 4px 3px #CCC;
    line-height: 24px;
    font-size: 12px
}

.nav-tabs .nav-item.active {
    border-top: 5px solid #008CFD;
    margin-bottom: -1px;
    box-shadow: none;
    background: #FFF;
    font-size: 14px;
    z-index: 2
}

.nav-tabs .nav-item:first-child {
    margin-left: 0
}

.nav-tabs .nav-item .nav-link {
    background: #E6EAED;
    color: #303538;
    border: none;
    padding: .93rem 3.3rem;
    margin-top: 5px;
    border-radius: 0;
    box-shadow: 0 0 6px 1px #cacaca
}

.nav-tabs .nav-item .nav-link.active {
    box-shadow: none;
    font-weight: 700;
    padding: .95rem 3.3rem;
    margin-top: 0;
    background: #FFF;
    border-bottom: none
}

.nav-tabs+.tab-content {
    position: relative;
    background: #FFF
}

@media only screen and (min-width: 769px) and (max-width:1100px) {
    .nav-tabs .nav-item .nav-link,.nav-tabs .nav-item .nav-link.active {
        padding:.5rem .75rem
    }
}

@media only screen and (max-width: 768px) {
    .nav-tabs {
        display:flex;
        justify-content: center;
        box-shadow: none;
        width: 100%;
        border-bottom: none
    }

    .nav-tabs .nav-item {
        transition: none;
        box-shadow: none;
        line-height: 0;
        font-size: .75em;
        border-bottom: 1px solid #D4D9DD
    }

    .nav-tabs .nav-item.active {
        border-top: 0;
        margin-bottom: 0;
        box-shadow: none;
        font-size: .75em;
        z-index: 2
    }

    .nav-tabs .nav-item:first-child {
        margin-left: 0;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px
    }

    .nav-tabs .nav-item:last-child {
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px
    }

    .nav-tabs .nav-item .nav-link {
        transition: none;
        background: #FFF;
        text-transform: initial;
        color: #008CFD;
        border: none;
        padding: 18px 10px;
        margin-top: 0;
        box-shadow: 1px -2px 5px 0 #cacaca
    }

    .nav-tabs .nav-item .nav-link.active {
        transition: none;
        background: #008CFD;
        padding: 18px 10px;
        font-weight: 400;
        box-shadow: none;
        color: #fff;
        border-radius: 15px
    }

    .nav-tabs+.tab-content {
        position: relative;
        background: #FFF
    }
}

#ember-bootstrap-wormhole .modal-dialog {
    width: 50%;
    max-width: 750px;
    min-width: 500px;
    margin: 1.75em auto
}

#ember-bootstrap-wormhole .modal-dialog .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    z-index: 1050;
    background-clip: padding-box;
    background-color: #FFF;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0
}

#ember-bootstrap-wormhole .modal-dialog .modal-content .modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background-color: #F3F5F6;
    border-bottom: 1px solid #D4D9DD;
    border-top-left-radius: .3em;
    border-top-right-radius: .3em;
    width: 100%
}

#ember-bootstrap-wormhole .modal-dialog .modal-content .modal-header .modal-title {
    width: 100%;
    padding: 0;
    text-align: center
}

#ember-bootstrap-wormhole .modal-dialog .modal-content .modal-header .modal-title h5 {
    margin-bottom: 0;
    font-weight: 700
}

#ember-bootstrap-wormhole .modal-dialog .modal-content .modal-header .close,#ember-bootstrap-wormhole .modal-dialog .modal-content .modal-header button.button.close-icon {
    min-width: 0;
    flex-grow: 0;
    font-size: 1.5em;
    padding: 0;
    margin: 5px 0 0;
    width: 18px;
    height: 18px;
    background: url(../images/v2/icons/close-x.png) center center no-repeat
}

#ember-bootstrap-wormhole .modal-dialog .modal-content .modal-header .close:focus,#ember-bootstrap-wormhole .modal-dialog .modal-content .modal-header button.button.close-icon:focus {
    outline: 0
}

#ember-bootstrap-wormhole .modal-dialog .modal-content .modal-header button.button.back-icon {
    padding: 0;
    width: 65px;
    height: 18px;
    margin: 3px 0;
    line-height: 10px;
    text-align: right;
    background: url(../images/v2/icons/chevron-left-blue.png) left center no-repeat
}

#ember-bootstrap-wormhole .modal-dialog .modal-content .modal-header button.button.back-icon:focus {
    outline: 0
}

#ember-bootstrap-wormhole .modal-dialog .modal-content .modal-body {
    position: relative;
    flex-grow: 1;
    padding: 1em;
    max-height: 70vh;
    overflow: auto
}

#ember-bootstrap-wormhole .modal-dialog .modal-content .modal-body .table-height-limiter {
    max-height: 400px;
    overflow: auto
}

#ember-bootstrap-wormhole .modal-dialog .modal-content .modal-body .shadow-box {
    box-shadow: 0 -2px 4px #D4D9DD;
    padding: 1rem;
    margin: .5rem 0
}

#ember-bootstrap-wormhole .modal-dialog .modal-content .modal-body .shadow-box p,#ember-bootstrap-wormhole .modal-dialog .modal-content .modal-body .shadow-box ul {
    font-size: .8em
}

#ember-bootstrap-wormhole .modal-dialog .modal-content .modal-body .shadow-box.border-bottom-thick {
    border-bottom: solid 3px #D4D9DD
}

#ember-bootstrap-wormhole .modal-dialog .modal-content .modal-body .shadow-box.border-blue {
    border-color: #008CFD
}

#ember-bootstrap-wormhole .modal-dialog .modal-content .modal-body p.confirmation-text {
    font-size: .85em;
    margin-bottom: 0
}

#ember-bootstrap-wormhole .modal-dialog .modal-content .modal-body .inner h6 {
    margin-bottom: 5px;
    font-weight: 700
}

#ember-bootstrap-wormhole .modal-dialog .modal-content .modal-body .inner h6.light {
    font-weight: 500
}

#ember-bootstrap-wormhole .modal-dialog .modal-content .modal-message .status-messages {
    margin: 32px 10px 0
}

#ember-bootstrap-wormhole .modal-dialog .modal-content .modal-message .status-messages .indicator {
    width: 43px;
    font-size: 1.5em
}

#ember-bootstrap-wormhole .modal-dialog .modal-content .modal-message .status-messages span {
    margin-top: 2px;
    margin-bottom: 2px;
    padding: .6em 10px;
    font-size: 1em;
    width: calc(100% - 45px)
}

#ember-bootstrap-wormhole .modal-dialog .modal-content .modal-message .status-messages .status-message:last-of-type {
    margin-bottom: 5px
}

#ember-bootstrap-wormhole .modal-dialog .modal-content .modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: .5em;
    border-top: none
}

#ember-bootstrap-wormhole .modal-dialog .modal-content .modal-footer.footer-line {
    border-top: 1px solid #D4D9DD
}

#ember-bootstrap-wormhole .modal-dialog .modal-content .modal-footer .button {
    flex-grow: 0;
    margin-right: .5em;
    padding: 1em 2.5em;
    height: 2.7em;
    line-height: .5em
}

#ember-bootstrap-wormhole .modal-dialog button.close {
    display: block
}

#ember-bootstrap-wormhole .modal-dialog button.close span {
    display: none
}

@media only screen and (max-width: 768px) {
    #ember-bootstrap-wormhole .modal-dialog {
        min-width:100%;
        max-width: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: 0;
        display: flex
    }

    #ember-bootstrap-wormhole .modal-dialog .modal-content .modal-message .status-messages span {
        padding: 2em 10px;
        width: 100%
    }

    #ember-bootstrap-wormhole .modal-dialog .modal-content .modal-message .status-messages .status-message:last-of-type {
        margin-bottom: 5px
    }

    #ember-bootstrap-wormhole .modal-dialog .modal-content .modal-body {
        overflow: hidden;
        overflow-y: scroll
    }

    #ember-bootstrap-wormhole .modal-dialog .modal-content .modal-footer .button {
        height: auto;
        padding: .7em;
        text-align: center;
        flex-grow: 1;
        line-height: normal;
        margin-top: 0
    }
}

.sitemap,.suggested-features {
    max-width: 1245px
}

.email-updater .email-updater-label,.phone-updater .phone-updater-label {
    text-align: left
}

.sitemap .categories {
    display: flex;
    flex-flow: row wrap
}

.sitemap .category {
    width: 33%;
    margin-bottom: 3em
}

.sitemap .title {
    display: flex;
    margin-bottom: 11px
}

.sitemap .title-text {
    line-height: 1.23;
    font-size: 1.5em
}

.sitemap .links {
    list-style: none
}

.sitemap .link {
    margin-left: 0
}

.sitemap .link a {
    line-height: 1.93;
    font-size: 1em;
    color: #008CFD
}

@media only screen and (max-width: 768px) {
    .sitemap .categories {
        padding:0 1em;
        margin-top: 1.5em;
        flex-flow: column nowrap
    }

    .sitemap .categories .category {
        width: 100%
    }
}

.feature-tools {
    display: flex
}

.results-per-page {
    display: flex;
    min-width: 12%;
    padding-top: 8px;
    margin-right: 1em
}

.results-per-page .customselect {
    width: 200px;
    padding-left: 15px
}

.results-per-page p {
    margin-top: 15px;
    font-weight: 700;
    margin-right: 10px
}

.suggested-features .feature {
    align-items: center;
    justify-content: flex-start;
    border-top: 1px solid #E7EAEC
}

.suggested-features .feature .icon img {
    width: 26px;
    height: 26px;
    margin-right: 1em
}

.suggested-features .feature .title {
    flex-grow: 7;
    max-width: 1000px;
    margin-right: 1em;
    display: flex;
    align-items: center
}

.suggested-features .feature .title .title-text {
    cursor: pointer
}

.suggested-features .feature .actions {
    flex-direction: row;
    display: flex;
    align-items: center
}

.suggested-features .feature .votes-counter {
    margin-right: 1em
}

.suggested-features .feature .button {
    width: 100px
}

.suggested-features .load-more .button {
    width: 25%;
    margin: 1em auto
}

@media only screen and (max-width: 768px) {
    .feature-tools {
        display:flex;
        flex-direction: column
    }

    .results-per-page {
        width: 90%
    }

    .results-per-page .customselect {
        width: 100%;
        background: #fff;
        border-radius: 50px
    }

    .results-per-page .customselect label {
        line-height: 3.6;
        font-size: 16px;
        padding-left: .5em
    }

    .results-per-page .customselect.labeled label.selected {
        box-shadow: none
    }

    .results-per-page .customselect.yellow-arrow label .arrow {
        margin-top: 20px
    }

    .suggested-features .load-more .button {
        width: 100%;
        margin: 1em 0
    }

    .suggested-features .feature {
        padding: .2em 0
    }

    .suggested-features .feature .icon {
        display: none
    }

    .suggested-features .feature .actions {
        flex-direction: column
    }

    .suggested-features .feature .votes-counter {
        margin-right: 0
    }
}

.email-updater .email-updater-field {
    border: none
}

.email-updater .email-updater-inner-wrap {
    min-width: 400px;
    max-width: 530px;
    margin: 0 5px 4px 0;
    display: flex;
    justify-content: flex-end
}

.email-updater .edit-email-btn {
    margin-left: 10px
}

.email-updater .delete-email-btn,.email-updater .edit-email-btn {
    background-color: transparent;
    border: none;
    color: #008CFD;
    cursor: pointer
}

@media only screen and (max-width: 768px) {
    .email-updater .email-updater-inner-wrap {
        min-width:auto
    }

    .email-updater .email-updater-label {
        display: none
    }
}

.phone-updater .phone-updater-field {
    border: none
}

.phone-updater .phone-updater-inner-wrap {
    min-width: 400px;
    max-width: 530px;
    margin: 0 5px 4px 0;
    display: flex;
    justify-content: flex-end
}

.phone-updater .edit-phone-btn {
    margin-left: 10px
}

.phone-updater .delete-phone-btn,.phone-updater .edit-phone-btn {
    background-color: transparent;
    border: none;
    color: #008CFD;
    cursor: pointer
}

@media only screen and (max-width: 768px) {
    .phone-updater .phone-updater-inner-wrap {
        min-width:auto;
        justify-content: flex-start
    }

    .phone-updater .phone-updater-inner-wrap .phone-actions-wrap {
        width: 100%;
        position: relative
    }

    .phone-updater .phone-updater-inner-wrap .phone-actions-wrap .edit-phone-btn {
        position: absolute;
        right: 0
    }

    .phone-updater .phone-updater-label {
        display: none
    }
}

.inline-errors-messages {
    box-shadow: none
}

.inline-errors-messages .error-messages-list {
    text-align: center;
    font-size: 12px;
    color: #DF0000;
    list-style: none
}

.inline-errors-messages .error-messages-item {
    margin-bottom: 3px
}

.simple-iframe {
    width: 100%;
    height: 100%
}

.modal-iframe {
    height: 350px;
    overflow: auto
}

#modalWindow {
    opacity: 0;
    transition: opacity .15s linear
}

#modalWindow.fade {
    opacity: 1
}

#modalWindow .modal-background {
    position: fixed;
    background: #000;
    opacity: .5;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1021
}

#modalWindow .modal-container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1031;
    overflow: hidden;
    outline: 0;
    display: block;
    justify-content: center;
    align-content: center;
    align-items: center
}

#modalWindow .modal-container .modal-dialog {
    width: 50%;
    max-width: 750px;
    min-width: 500px;
    margin: 1.75em auto
}

#modalWindow .modal-container .modal-dialog .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    z-index: 1050;
    background-clip: padding-box;
    background-color: #FFF;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0
}

#modalWindow .modal-container .modal-dialog .modal-content .modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background-color: #F3F5F6;
    border-bottom: 1px solid #D4D9DD;
    border-top-left-radius: .3em;
    border-top-right-radius: .3em;
    width: 100%
}

#modalWindow .modal-container .modal-dialog .modal-content .modal-header .modal-title {
    width: 100%;
    padding: 0;
    text-align: center
}

#modalWindow .modal-container .modal-dialog .modal-content .modal-header .modal-title h5 {
    margin-bottom: 0;
    font-weight: 700
}

#modalWindow .modal-container .modal-dialog .modal-content .modal-header .close,#modalWindow .modal-container .modal-dialog .modal-content .modal-header button.button.close-icon {
    min-width: 0;
    flex-grow: 0;
    font-size: 1.5em;
    padding: 0;
    margin: 5px 0 0;
    width: 18px;
    height: 18px;
    background: url(../images/v2/icons/close-x.png) center center no-repeat
}

#modalWindow .modal-container .modal-dialog .modal-content .modal-header .close:focus,#modalWindow .modal-container .modal-dialog .modal-content .modal-header button.button.close-icon:focus {
    outline: 0
}

#modalWindow .modal-container .modal-dialog .modal-content .modal-header button.button.back-icon {
    padding: 0;
    width: 65px;
    height: 18px;
    margin: 3px 0;
    line-height: 10px;
    text-align: right;
    background: url(../images/v2/icons/chevron-left-blue.png) left center no-repeat
}

#modalWindow .modal-container .modal-dialog .modal-content .modal-header button.button.back-icon:focus {
    outline: 0
}

#modalWindow .modal-container .modal-dialog .modal-content .modal-body {
    position: relative;
    flex-grow: 1;
    padding: 1em;
    max-height: 70vh;
    overflow: auto
}

#modalWindow .modal-container .modal-dialog .modal-content .modal-body .table-height-limiter {
    max-height: 400px;
    overflow: auto
}

#modalWindow .modal-container .modal-dialog .modal-content .modal-body .shadow-box {
    box-shadow: 0 -2px 4px #D4D9DD;
    padding: 1rem;
    margin: .5rem 0
}

#modalWindow .modal-container .modal-dialog .modal-content .modal-body .shadow-box p,#modalWindow .modal-container .modal-dialog .modal-content .modal-body .shadow-box ul {
    font-size: .8em
}

#modalWindow .modal-container .modal-dialog .modal-content .modal-body .shadow-box.border-bottom-thick {
    border-bottom: solid 3px #D4D9DD
}

#modalWindow .modal-container .modal-dialog .modal-content .modal-body .shadow-box.border-blue {
    border-color: #008CFD
}

#modalWindow .modal-container .modal-dialog .modal-content .modal-body p.confirmation-text {
    font-size: .85em;
    margin-bottom: 0
}

#modalWindow .modal-container .modal-dialog .modal-content .modal-body .inner h6 {
    margin-bottom: 5px;
    font-weight: 700
}

#modalWindow .modal-container .modal-dialog .modal-content .modal-body .inner h6.light {
    font-weight: 500
}

#modalWindow .modal-container .modal-dialog .modal-content .modal-message .status-messages {
    margin: 32px 10px 0
}

#modalWindow .modal-container .modal-dialog .modal-content .modal-message .status-messages .indicator {
    width: 43px;
    font-size: 1.5em
}

#modalWindow .modal-container .modal-dialog .modal-content .modal-message .status-messages span {
    margin-top: 2px;
    margin-bottom: 2px;
    padding: .6em 10px;
    font-size: 1em;
    width: calc(100% - 45px)
}

#modalWindow .modal-container .modal-dialog .modal-content .modal-message .status-messages .status-message:last-of-type {
    margin-bottom: 5px
}

#modalWindow .modal-container .modal-dialog .modal-content .modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: .5em;
    border-top: none
}

#modalWindow .modal-container .modal-dialog .modal-content .modal-footer.footer-line {
    border-top: 1px solid #D4D9DD
}

#modalWindow .modal-container .modal-dialog .modal-content .modal-footer .button {
    flex-grow: 0;
    margin-right: .5em;
    padding: 1em 2.5em;
    height: 2.7em;
    line-height: .5em
}

#modalWindow .modal-container .modal-footer .disclaimer {
    font-size: 12px;
    flex-basis: 350px;
    flex-grow: 1;
    padding: 10px 20px 10px 10px
}

@media only screen and (max-width: 768px) {
    #modalWindow .modal-container .modal-dialog {
        min-width:100%;
        max-width: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: 0;
        display: flex
    }

    #modalWindow .modal-container .modal-dialog .modal-content .modal-message .status-messages span {
        padding: 2em 10px;
        width: 100%
    }

    #modalWindow .modal-container .modal-dialog .modal-content .modal-message .status-messages .status-message:last-of-type {
        margin-bottom: 5px
    }

    #modalWindow .modal-container .modal-dialog .modal-content .modal-body {
        overflow: hidden;
        overflow-y: scroll
    }

    #modalWindow .modal-container .modal-dialog .modal-content .modal-footer .button {
        height: auto;
        padding: .7em;
        text-align: center;
        flex-grow: 1;
        line-height: normal;
        margin-top: 0
    }

    #modalWindow .modal-container .modal-dialog .modal-content .modal-footer.has-disclaimer {
        padding-top: 75px;
        position: relative
    }

    #modalWindow .modal-container .modal-dialog .modal-content .modal-footer.has-disclaimer .disclaimer {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 11px;
        flex-basis: 100%;
        flex-grow: 1;
        flex-shrink: 0;
        padding: 10px 10px 20px
    }

    #modalWindow .modal-container .modal-dialog .modal-content .modal-footer.big-callback {
        flex-direction: column-reverse
    }

    #modalWindow .modal-container .modal-dialog .modal-content .modal-footer.big-callback .button.button-blue {
        padding: 0;
        box-sizing: unset;
        width: 90%;
        height: 3em
    }

    #modalWindow .modal-container .modal-dialog .modal-content .modal-footer.big-callback .button.button-blue-outline {
        border: none;
        padding: 0;
        font-size: .8em
    }
}

.edit-saved-account .exp-month {
    margin-right: 1rem;
    width: 75px
}

.edit-saved-account .exp-year {
    width: 150px
}

.modal-window-title {
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    margin: auto
}

#ember-bootstrap-wormhole .close {
    display: none
}

.tool-tip {
    position: relative
}

.tool-tip .icon {
    cursor: pointer;
    font-family: ADTMedium;
    font-size: 2em;
    color: #008CFD;
    padding-top: 5px
}

.tool-tip .tip {
    display: none;
    position: absolute;
    z-index: 10;
    background: #FFF
}

.tool-tip .tip.image img {
    max-width: 100%;
    max-height: 100%
}

.tool-tip .tip.text li,.tool-tip .tip.text p {
    font-size: .8em
}

.tool-tip .tip.text li:last-of-type,.tool-tip .tip.text p:last-of-type {
    margin-bottom: 0!important
}

.tool-tip .tip a.block-link,.tool-tip.click-open.open .tip,.tool-tip.hover-open .icon:hover+.tip {
    display: block
}

@media only screen and (min-width: 769px) {
    .tool-tip .tip {
        padding:1rem
    }

    .tool-tip .tip.rightside {
        left: 50px;
        top: -4px;
        box-sizing: border-box;
        background: #FFF;
        box-shadow: 0 1px 6px 0 #CCC
    }

    .tool-tip .tip.rightside::after {
        content: " ";
        position: absolute;
        width: 0;
        height: 0;
        left: -16px;
        top: 20px;
        box-sizing: border-box;
        border: 10px solid transparent;
        border-top-color: #FFF;
        border-left-color: #FFF;
        pointer-events: none;
        transform-origin: 10px 0;
        transform: rotate(-45deg);
        box-shadow: -3px -3px 1px 0 rgba(100,100,100,.1)
    }

    .tool-tip .tip.bottom::after,.tool-tip .tip.leftside::after {
        border: 10px solid transparent;
        content: " ";
        position: absolute;
        width: 0;
        height: 0;
        box-sizing: border-box;
        pointer-events: none
    }

    .tool-tip .tip.leftside {
        right: 50px;
        top: -4px;
        box-sizing: border-box;
        background: #FFF;
        box-shadow: 0 1px 6px 0 #CCC
    }

    .tool-tip .tip.leftside::after {
        right: -16px;
        top: 20px;
        border-top-color: #FFF;
        border-right-color: #FFF;
        transform-origin: 0 0;
        transform: rotate(45deg);
        box-shadow: 3px -3px 1px 0 rgba(100,100,100,.1)
    }

    .tool-tip .tip.bottom {
        right: -10px;
        top: 60px;
        box-sizing: border-box;
        background: #FFF;
        box-shadow: 0 1px 6px 0 #CCC
    }

    .tool-tip .tip.bottom::after {
        top: -16px;
        right: 10px;
        border-top-color: #FFF;
        border-left-color: #FFF;
        transform-origin: 0 10px;
        transform: rotate(45deg);
        box-shadow: -3px -3px 1px 0 rgba(100,100,100,.1)
    }

    .tool-tip .tip.top {
        right: -10px;
        bottom: 60px;
        box-sizing: border-box;
        background: #FFF;
        box-shadow: 0 1px 6px 0 #CCC
    }

    .tool-tip .tip.top::after {
        content: " ";
        position: absolute;
        width: 0;
        height: 0;
        bottom: -16px;
        right: 10px;
        box-sizing: border-box;
        border: 10px solid transparent;
        border-bottom-color: #FFF;
        border-left-color: #FFF;
        pointer-events: none;
        transform-origin: 0 0;
        transform: rotate(-45deg);
        box-shadow: -3px 3px 1px 0 rgba(100,100,100,.1)
    }
}

@media only screen and (max-width: 768px) {
    .tool-tip .tip {
        top:50px;
        right: 0;
        padding: 10px;
        box-sizing: border-box;
        background: #FFF;
        box-shadow: 0 1px 6px 0 #CCC
    }

    .tool-tip .tip::after {
        content: " ";
        position: absolute;
        width: 0;
        height: 0;
        top: -25.6px;
        right: 20px;
        box-sizing: border-box;
        border: 16px solid transparent;
        border-top-color: #FFF;
        border-left-color: #FFF;
        pointer-events: none;
        transform-origin: 0 16px;
        transform: rotate(45deg);
        box-shadow: -3px -3px 1px 0 rgba(100,100,100,.1)
    }
}

#dashboardWrapper #notFoundPage {
    max-width: 1245px
}

.not-found {
    margin: 5em auto;
    display: flex;
    flex-direction: column;
    align-items: center
}

.not-found .icon {
    margin-bottom: 2em
}

.not-found h1.section-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2.5rem
}

.not-found h1.section-title span {
    display: block;
    padding-bottom: .1em;
    white-space: nowrap
}

.not-found h1.section-title span.orange-line {
    display: block;
    height: 1px;
    width: 110px;
    margin-top: .5em;
    border-bottom: 3px solid #FFC200
}

.not-found p.notice {
    font-size: 1.2em
}

.not-found .helpful-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1em
}

.not-found .helpful-links .title {
    font-size: 1.2em;
    font-weight: 700
}

.not-found .helpful-links ul.links {
    margin-top: 1em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 26em
}

.not-found .helpful-links ul.links li.link {
    list-style-type: none;
    width: 12em
}

.not-found .helpful-links ul.links li.link::before {
    content: 'Â·';
    margin-right: .3em;
    font-size: 2em;
    line-height: 32px;
    vertical-align: top
}

.not-found .helpful-links ul.links li.link a {
    line-height: 32px;
    color: #008CFD
}

@media only screen and (max-width: 768px) {
    #dashboardWrapper #notFoundPage .not-found {
        margin:1rem
    }

    #dashboardWrapper #notFoundPage .not-found h1.section-title {
        margin: 0
    }

    #dashboardWrapper #notFoundPage .not-found h1.section-title span {
        width: 100%;
        white-space: normal
    }

    #dashboardWrapper #notFoundPage .not-found h1.section-title span.orange-line {
        width: 100%;
        margin-top: .3em
    }

    #dashboardWrapper #notFoundPage .not-found p.notice {
        margin-top: 1em
    }

    #dashboardWrapper #notFoundPage .not-found .helpful-links {
        display: block
    }

    #dashboardWrapper #notFoundPage .not-found .helpful-links .links {
        width: 100%;
        flex-direction: column
    }
}

#launch-chat {
    position: fixed;
    bottom: 30px;
    right: 10px;
    z-index: 2;
    display: block;
    cursor: pointer
}

#launch-chat.hidden {
    display: none
}

#chat-container {
    position: fixed;
    bottom: 10px;
    right: 10px
}

#chat-container.open {
    z-index: 10;
    height: 600px;
    width: 450px
}

#navbarHeader {
    transition: none;
    z-index: 9
}

#navbarHeader .navbar {
    background: #FFF;
    box-shadow: 0 1px 5px #D4D9DD;
    height: 60px
}

#navbarHeader .navbar-brand {
    margin-left: .6875rem
}

#navbarHeader .navbar-collapse {
    margin-left: 2rem
}

#navbarHeader .logo {
    width: 71px
}

#navbarHeader .icon {
    cursor: pointer;
    margin: 0 .4em;
    padding-top: .4em;
    width: 2.5em;
    height: 2.5em
}

#navbarHeader .locations {
    box-shadow: 0 0 7px #D4D9DD;
    min-width: 19em;
    background-color: #fff;
    overflow: hidden
}

#navbarHeader .locations.single {
    box-shadow: none;
    margin-left: 0
}

#navbarHeader .locations.single .location .content {
    padding-left: 0
}

#navbarHeader .locations .location {
    display: none;
    padding: 5px 16px;
    justify-content: space-between;
    height: 2.5em
}

#navbarHeader .locations .location.current {
    display: flex
}

#navbarHeader .locations .location.current .label {
    font-weight: 700
}

#navbarHeader .locations .location.all-locations .content .label {
    color: #008CFD;
    font-size: 1.1em
}

#navbarHeader .locations .location:hover .content {
    text-decoration: none
}

#navbarHeader .locations .location:hover.current .label {
    color: #303538
}

#navbarHeader .locations .location:hover .label {
    transition: none;
    color: #008CFD
}

#navbarHeader .locations .location .content {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 0 5px;
    transition: none;
    width: 100%
}

#navbarHeader .locations .location .content:focus .label {
    color: #008CFD
}

#navbarHeader .locations .location .content .label {
    font-size: .9em;
    transition: none
}

#navbarHeader .locations .location .content .account-number,#navbarHeader .locations .location .content .address {
    font-size: .6em;
    color: #898E91
}

#navbarHeader .locations .location .arrow {
    margin-top: 10px;
    width: 18px;
    height: 11px;
    background: url(../images/v2/icons/chevron-orange.png)
}

#navbarHeader .locations .locations-wrapper {
    opacity: 0;
    height: 0
}

#navbarHeader .locations.open {
    position: absolute;
    z-index: 999;
    background: #fff;
    top: .5em
}

#navbarHeader .locations.open .locations-wrapper {
    opacity: 1;
    transition: all 1.5s ease-in-out;
    height: auto;
    border-bottom: 4px solid #008CFD;
    padding-bottom: 10px
}

#navbarHeader .locations.open .location {
    display: flex;
    cursor: pointer
}

#navbarHeader .locations.open .location.current {
    margin-bottom: .5em
}

#navbarHeader .locations.open .arrow {
    transform: rotate(180deg)
}

#navbarHeader .refer-a-friend-btn {
    border: 2px solid #008CFD;
    border-radius: 5px
}

#navbarHeader .refer-a-friend-btn .btn {
    width: 145px;
    height: 35px;
    color: #008CFD;
    font-size: 16px
}

#navbarHeader .help-search-wrapper {
    display: flex;
    border: 0 solid #D4D9DD;
    border-radius: 20px;
    align-items: center
}

#navbarHeader .help-search-wrapper .search-field {
    outline: 0;
    line-height: 1.3;
    width: 0;
    opacity: 0;
    padding: 0;
    transition: all .5s ease-in-out;
    margin-bottom: 0;
    background-color: #fff;
    border: 0
}

#navbarHeader .help-search-wrapper .search-field::placeholder {
    color: #5E6366;
    font-style: italic
}

#navbarHeader .help-search-wrapper.open {
    border-width: 2px;
    padding-left: 15px
}

#navbarHeader .help-search-wrapper.open .search-field {
    padding: 6px 0 6px 12px;
    opacity: 1;
    width: 350px;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0
}

#navbarHeader .help-search-wrapper .search-icon {
    margin-left: 10px;
    background: url(../images/v2/icons/search-gray.png) left center no-repeat
}

#navbarHeader .alerts .no-alerts {
    text-align: center
}

#navbarHeader .alerts .alert-icon {
    position: relative
}

#navbarHeader .alerts .alert-icon .token {
    color: #fff;
    font-size: .9em;
    position: absolute;
    top: .3em;
    right: .3em;
    width: 1.6em;
    height: 1.6em;
    padding: 0 .4em;
    border-radius: 100%;
    background: #ff4646;
    border: 2px solid #fff
}

#navbarHeader .alerts .alert-icon .great-than9 {
    top: .1em;
    right: .2em;
    width: 1.7em;
    height: 1.7em;
    padding: 0 .18em
}

#navbarHeader .alerts .alert-icon .great-than99 {
    top: 0;
    right: 0;
    width: 2.1em;
    height: 2.1em;
    padding: .2em .1em;
    font-size: .8em
}

#navbarHeader .alerts .dropdown-menu {
    max-height: 360px;
    overflow: auto
}

#navbarHeader .alerts .dropdown-menu a {
    display: flex;
    min-height: 70px;
    align-items: center;
    color: #008CFD;
    white-space: normal
}

#navbarHeader .alerts .dropdown-menu a:hover {
    background: #FFF;
    text-decoration: none
}

#navbarHeader .alerts .dropdown-menu a>span {
    display: flex;
    margin: 0 20px;
    align-items: center;
    min-height: 50px;
    max-width: calc(100% - 30px)
}

#navbarHeader .alerts .dropdown-menu a>span span {
    flex-grow: 0;
    flex-shrink: 0;
    max-width: calc(100% - 30px);
    overflow: hidden;
    text-overflow: ellipsis
}

#navbarHeader .alerts .dropdown-menu .close-icon {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1.2em;
    height: 1.2em;
    background-size: 10px;
    cursor: pointer;
    margin: 0
}

#navbarHeader .alerts .dropdown-menu .action-href-alert {
    flex-direction: column;
    align-items: flex-end;
    padding-top: .5em
}

#navbarHeader .alerts .dropdown-menu .action-href-alert p {
    margin: .5em
}

#navbarHeader .alerts .dropdown-menu .action-href-alert p:hover {
    text-decoration: underline
}

#navbarHeader .alerts .dropdown-menu .action-href-alert p.hidden {
    display: none
}

#navbarHeader .alerts .dropdown-menu .alert-type {
    color: #303538;
    display: inline-block
}

#navbarHeader .alerts .dropdown-menu .message {
    font-size: .8em;
    display: inline-block
}

#navbarHeader .alerts .alert-type {
    font-size: 1.2rem;
    width: 1em;
    margin-left: -.5rem;
    margin-right: .5rem
}

#navbarHeader .alerts .alert-type.info::after {
    content: 'â“˜'
}

#navbarHeader .alerts .alert-type.warn::after {
    content: 'âš '
}

#navbarHeader .dropdown-item {
    color: #303538;
    padding-top: .6rem;
    padding-bottom: .6rem
}

#navbarHeader .dropdown-item.active {
    color: #fff
}

#navbarHeader .dropdown-divider {
    margin: 0
}

#navbarHeader .dropdown-menu {
    width: 21em;
    margin-top: 0;
    left: -18em!important;
    top: 3em!important;
    transform: none!important;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 4px solid #008CFD
}

#navbarHeader .dropdown-menu a:hover {
    color: #008CFD;
    background: #FFF
}

#navbarHeader .dropdown-toggle::after {
    display: none
}

@media only screen and (min-width: 769px) {
    .navbar {
        flex-wrap:nowrap
    }

    .navbar-nav {
        flex-direction: row
    }

    .navbar-collapse {
        display: flex
    }
}

@media only screen and (min-width: 576px) and (max-width:768px) {
    .refer-a-friend-btn {
        display:none
    }
}

@media only screen and (max-width: 768px) {
    #navbarHeader {
        transition:none
    }

    #navbarHeader .navbar {
        padding: 0;
        height: auto;
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: initial;
        background: #045EB5;
        box-shadow: 0 0 5px #D4D9DD
    }

    #navbarHeader .bar {
        width: 100%;
        display: flex;
        height: 60px;
        justify-content: space-between
    }

    #navbarHeader .navbar-nav {
        position: relative;
        width: 100%
    }

    #navbarHeader .locations {
        width: 100%;
        height: 50px;
        margin: 0;
        padding-top: 0
    }

    #navbarHeader .locations.open {
        position: static;
        height: 260px
    }

    #navbarHeader .locations .location.current {
        padding: 10px 15px
    }

    #navbarHeader .locations .location .content {
        width: calc(100% - 20px)
    }

    #navbarHeader .locations .location .content .label {
        min-height: 18px;
        max-height: 18px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    #navbarHeader .location {
        background: #FFF
    }

    #navbarHeader .navbar-toggler-icon {
        background-image: url('data:image/svg+xml;charset=utf8,<svg viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"><path stroke="rgba(255, 255, 255, 0.75)" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" d="M4 7h22M4 15h22M4 23h22"/></svg>')
    }

    #navbarHeader .form-inline {
        width: 6em
    }

    #navbarHeader .navbar-brand {
        width: auto
    }

    #navbarHeader .icon {
        margin: 0
    }

    #navbarHeader .logo {
        display: block;
        width: 71px
    }

    #navbarHeader .dropdown-menu {
        width: 20em;
        margin-top: .54em;
        left: -17em!important;
        top: 2.6em!important;
        border-bottom: 4px solid #008CFD
    }

    #navbarHeader .search-alerts {
        margin-right: 1em
    }

    #navbarHeader .help-search-wrapper {
        border: 0
    }

    #navbarHeader .help-search-wrapper .clear-search-icon {
        display: none
    }

    #navbarHeader .help-search-wrapper .search-icon.white {
        background: url(../images/v2/icons/search-white.svg) center center no-repeat;
        display: block;
        float: right;
        width: 30px;
        height: 30px;
        cursor: pointer
    }

    #navbarHeader .help-search-wrapper.open {
        position: absolute;
        left: 2%;
        top: 65px;
        width: 96%;
        background: #008CFD;
        z-index: 999;
        padding: 15px;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center
    }

    #navbarHeader .help-search-wrapper.open .search-field {
        padding: 6px 12px;
        opacity: 1;
        height: 4.4em
    }
}

.express-pay-form .buttons,.one-time-payment-form .buttons,.status-messages .status-message>span:hover {
    -moz-transition: none!important;
    -webkit-transition: none!important;
    -o-transition: all 0 ease-in!important
}

@media only screen and (min-width: 769px) and (max-width:1100px) {
    #navbarHeader .navbar-collapse {
        margin-left:1rem
    }
}

#csrHeader {
    background: #003055
}

#csrHeader .top {
    color: #FFF;
    padding: 10px;
    background: #045EB5;
    box-shadow: 0 0 5px rgba(0,0,0,.5);
    font-size: .8em
}

#csrHeader .top .flex>div {
    margin: 0 10px
}

#csrHeader .top .flex>div>span {
    display: block;
    padding: .4em 0
}

#csrHeader .top .button {
    padding: .5em;
    height: 2em;
    margin: 0 10px
}

#csrHeader .top .impersonation-actions {
    height: 2em;
    width: 200px;
    position: relative
}

#csrHeader .top .impersonation-actions nav {
    border-radius: .5em;
    z-index: 10;
    background: #FFF;
    position: absolute;
    width: 100%;
    height: 2em;
    top: 0;
    right: 0;
    overflow: hidden
}

#csrHeader .top .impersonation-actions a {
    width: 100%;
    padding: 5px;
    height: 2em;
    display: none
}

#csrHeader .top .impersonation-actions a:first-of-type {
    display: block
}

#csrHeader .top .impersonation-actions .arrow {
    float: right;
    margin-top: 3px;
    width: 18px;
    height: 11px;
    background: url(../images/v2/icons/chevron-orange.png)
}

#csrHeader .top .impersonation-actions.open .arrow {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

#csrHeader .top .impersonation-actions.open nav {
    height: 16em;
    box-shadow: 0 1px 6px 0 #CCC
}

#csrHeader .top .impersonation-actions.open a {
    border-bottom: 1px solid #D4D9DD;
    display: block
}

#csrHeader .top .impersonation-actions.open a:last-of-type {
    border: none
}

#csrHeader .status-messages,#csrHeader .status-messages .status-message {
    margin-bottom: 0
}

#csrHeader .bottom {
    color: #FFF;
    display: flex;
    justify-content: flex-start;
    padding: 10px;
    font-size: .9em
}

#csrHeader .bottom span {
    margin: 0 30px 0 10px
}

@media only screen and (min-width: 769px) {
    .search-input-wrapper {
        background:#FFF;
        box-shadow: 0 0 10px #B7BDC0;
        border-radius: 0;
        font-size: 1.2em;
        padding: 13px 15px 15px
    }

    .search-input-wrapper input {
        width: 95%
    }

    .search-input-wrapper .search-icon {
        background: url(../images/v2/icons/search.svg) center center no-repeat;
        display: block;
        width: 30px;
        height: 30px;
        cursor: pointer;
        float: right
    }
}

.status-messages {
    min-height: 0;
    margin-bottom: 20px
}

.status-messages .status-message {
    border-width: 1px 0;
    display: block;
    background: #FFF
}

.status-messages .status-message.success .indicator {
    background: url(../images/v2/indicators/white-check-large.png) center center no-repeat #00AE05;
    background-size: 22px;
    width: 60px
}

.status-messages .status-message.error .indicator {
    background: url(../images/v2/indicators/warning-white.svg) center center no-repeat #DF0000;
    background-size: 22px;
    width: 60px
}

.status-messages .status-message.warn .indicator {
    background: url(../images/v2/indicators/warning-white.svg) center center no-repeat #FFC200;
    background-size: 36px;
    width: 60px
}

.status-messages .status-message.promo .indicator {
    background: url(../images/v2/indicators/info.svg) center center no-repeat #0061AA;
    background-size: 36px;
    width: 60px
}

.status-messages .status-message>span {
    font-size: 1em;
    line-height: 1.4;
    cursor: pointer
}

.status-messages .status-message>span:hover {
    background: url(../images/v2/icons/close-x.png) 99% 1em no-repeat #FFF;
    transition: none!important
}

.status-messages .status-message.static>span {
    cursor: inherit
}

.status-messages .status-message.static>span:hover {
    background-image: none
}

.status-messages .status-message.has-button .message-text {
    display: inline-block;
    max-width: 88%
}

.status-messages .status-message-btn {
    height: auto;
    float: right;
    text-transform: capitalize;
    padding: 4px 20px;
    font-size: 16px;
    transform: translateY(-50%);
    margin: 0
}

@media only screen and (max-width: 768px) {
    .status-messages {
        box-shadow:0 1px 6px 0 #CCC;
        margin: 0 0 20px;
        padding: 0;
        position: relative
    }

    .status-messages .status-message-btn {
        float: none;
        transform: none;
        display: inline-block;
        margin-top: 9px;
        padding: 8px 23px
    }

    .status-messages .status-message {
        margin-bottom: 10px;
        text-align: center
    }

    .status-messages .status-message .indicator {
        position: absolute;
        height: 40px;
        transform: translateY(-50%);
        right: calc(50% - 21px)
    }

    .status-messages .status-message.has-button .message-text {
        max-width: none
    }

    .status-messages .status-message.success .indicator {
        background: url(../images/v2/indicators/white-check-large.png) center center no-repeat #00AE05;
        background-size: 22px;
        width: 60px
    }

    .status-messages .status-message.error .indicator {
        background: url(../images/v2/indicators/warning-white.svg) center center no-repeat #DF0000;
        background-size: 22px;
        width: 60px
    }

    .status-messages .status-message.warn {
        background-color: rgba(218,165,32,.15);
        border-color: #FFC200
    }

    .status-messages .status-message.warn .indicator {
        background: url(../images/v2/indicators/warning-white.svg) center center no-repeat #FFC200;
        background-size: 36px;
        width: 60px
    }

    .status-messages .status-message.info {
        background-color: rgba(0,140,253,.15);
        border-color: #008CFD
    }

    .status-messages .status-message>span {
        display: block;
        padding: 40px 3px 30px 5px
    }

    .status-messages .status-message>span h5 {
        font-weight: 600;
        color: #303438
    }
}

@media only screen and (min-width: 769px) {
    .status-messages {
        margin-bottom:0
    }

    .status-messages .status-message {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        background: #008CFD;
        box-shadow: 0 0 8px #D4D9DD;
        margin: 5px 0
    }

    .status-messages .status-message.success {
        background-color: #00AE05
    }

    .status-messages .status-message.success .indicator {
        background: url(../images/v2/indicators/white-check-large.png) center center no-repeat #00AE05;
        background-size: 22px;
        width: 60px
    }

    .status-messages .status-message.error {
        background-color: #DF0000
    }

    .status-messages .status-message.warn {
        background-color: #daa520
    }

    .status-messages .status-message.promo {
        background-color: #0061AA
    }

    .status-messages .status-message .indicator {
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 50px;
        width: 60px;
        color: #FFF;
        font-family: ADTMedium;
        font-size: 2em;
        text-align: center;
        line-height: 1;
        vertical-align: middle
    }

    .status-messages .status-message>span {
        background: #FFF;
        display: block;
        padding: .75em 30px .875em;
        font-size: 1.25em;
        line-height: 1.25;
        width: calc(100% - 60px)
    }

    .status-messages .status-message>span h5 {
        font-weight: 700;
        margin-bottom: 10px
    }

    .status-messages .status-message>span p.sub-text {
        font-size: 80%
    }

    .status-messages .status-message:last-of-type {
        margin-bottom: 30px
    }
}

.system-test-wizard-note {
    box-shadow: 0 1px 6px 0 #CCC;
    padding: 27px 40px 27px 23px;
    color: #303538;
    font-size: 16px;
    border-bottom: 3px solid #008CFD
}

.paginated-list .list-header {
    display: flex;
    justify-content: space-between;
    background: #D4D9DD;
    padding: 10px
}

.paginated-list .list-header>div {
    display: flex;
    font-size: .8em;
    flex-grow: 0;
    flex-shrink: 1
}

.paginated-list .list-header .customselect {
    width: 60px;
    margin-left: 10px;
    margin-bottom: 0;
    top: -5px
}

.paginated-list .list-header .left-chevron,.paginated-list .list-header .right-chevron {
    background: url(../images/v2/icons/chevron-right-blue.png) center center no-repeat;
    height: 13px;
    width: 13px;
    display: inline-block
}

.paginated-list .list-header .customselect label {
    padding: 5px 10px
}

.paginated-list .list-header .customselect label .switch {
    top: 2px
}

.paginated-list .list-header .left-chevron {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: 10px
}

.paginated-list .list-header .left-chevron,.paginated-list .list-header .right-chevron {
    position: relative;
    top: 2px
}

.paginated-list .list-header .left-chevron.disabled,.paginated-list .list-header .right-chevron.disabled {
    opacity: .4;
    cursor: not-allowed
}

.paginated-list table {
    font-size: .8em
}

.paginated-list table thead {
    background: #D4D9DD;
    text-transform: uppercase
}

#expressPay {
    position: relative;
    background: #FFF;
    padding: 10px;
    max-width: 1370px;
    margin: 0 auto
}

#expressPay .acct-info .radio-button {
    margin-bottom: 1em
}

.one-time-payment-module,.payment-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 15px;
    margin-bottom: 20px;
    background: #F3F5F6;
    box-shadow: 0 0 5px #B7BDC0
}

.one-time-payment-module .myadt-logo,.payment-container .myadt-logo {
    height: 36px;
    float: right
}

.one-time-payment-module h4,.payment-container h4 {
    font-weight: 600;
    margin-bottom: .5em
}

.one-time-payment-module h4 .total,.payment-container h4 .total {
    color: #303538;
    font-size: 140%
}

.one-time-payment-module .form,.one-time-payment-module .gray-box,.payment-container .form,.payment-container .gray-box {
    padding: 10px 0;
    margin-bottom: 1.5em
}

.one-time-payment-module .gray-box,.payment-container .gray-box {
    background: #F3F5F6
}

.one-time-payment-module .gray-box ul li,.payment-container .gray-box ul li {
    margin: 0 0 10px 20px
}

.encrypted-info-note {
    font-size: .8em;
    color: #B7BDC0
}

.express-pay-form,.one-time-payment-form {
    position: relative;
    flex-grow: 1;
    flex-basis: 100%
}

.express-pay-form .form .nav,.one-time-payment-form .form .nav {
    text-align: center;
    display: flex;
    flex-direction: row;
    overflow: hidden
}

.express-pay-form .form .nav span,.one-time-payment-form .form .nav span {
    font-size: .8em;
    display: block;
    text-align: center;
    color: #008CFD;
    background: #FFF;
    padding: 5px 0;
    flex-grow: 1
}

.express-pay-form .form .nav span.active,.one-time-payment-form .form .nav span.active {
    font-weight: 400;
    color: #FFF;
    background: #008CFD
}

.express-pay-form #paymentDate::after,.one-time-payment-form #paymentDate::after {
    content: '%';
    font-family: ADTMedium;
    color: #303538;
    font-size: 1em;
    line-height: 1
}

.express-pay-form a.button.right,.one-time-payment-form a.button.right {
    margin-left: 15px
}

.express-pay-form .buttons,.one-time-payment-form .buttons {
    transition: none!important;
    position: relative;
    flex-wrap: wrap;
    justify-content: flex-start
}

.express-pay-form .buttons a.button,.one-time-payment-form .buttons a.button {
    -moz-transition: none!important;
    -webkit-transition: none!important;
    -o-transition: all 0 ease-in!important;
    transition: none!important;
    margin-left: 10px;
    flex-basis: width
}

.express-pay-form iframe,.one-time-payment-form iframe {
    display: none
}

.express-pay-form .ivr-info .button,.one-time-payment-form .ivr-info .button {
    margin: 3px 0
}

.express-pay-form .ivr-info .success-indicator,.one-time-payment-form .ivr-info .success-indicator {
    width: 200px;
    text-align: center;
    margin-top: 15px
}

.confirm-expresspay p {
    font-size: .65em
}

@media only screen and (max-width: 768px) {
    .express-pay-form .form .checking-help img,.express-pay-form .form.acct-info .flex .input-wrapper,.express-pay-form .payment-details,.one-time-payment-form .form .checking-help img,.one-time-payment-form .form.acct-info .flex .input-wrapper,.one-time-payment-form .payment-details,.payment-options .form .checking-help img,.payment-options .form.acct-info .flex .input-wrapper,.payment-options .payment-details {
        width:100%
    }

    #expressPay .login-link {
        position: relative;
        top: 0;
        margin-bottom: 1em;
        font-size: .85em
    }

    #expressPay .login-link a,#expressPay .login-link a :visited {
        color: #008CFD
    }

    #expressPay h3.title {
        font-size: 1.2em;
        margin-bottom: .5em
    }

    .one-time-payment-module h3,.one-time-payment-module h4,.payment-container h3,.payment-container h4 {
        font-size: 1.1em
    }

    .one-time-payment-module label,.payment-container label {
        font-size: 1em;
        margin-bottom: .5em;
        display: block
    }

    .one-time-payment-module label span,.payment-container label span {
        font-size: .9em;
        opacity: .85
    }

    .one-time-payment-module .radio-button label,.payment-container .radio-button label {
        display: flex
    }

    .one-time-payment-module .radio-button label .check,.payment-container .radio-button label .check {
        flex-shrink: 0
    }

    .one-time-payment-module .balance-info,.payment-container .balance-info {
        margin: 20px 0
    }

    .one-time-payment-module .balance-info h5,.payment-container .balance-info h5 {
        margin-bottom: 0
    }

    .one-time-payment-module .balance-info span,.payment-container .balance-info span {
        color: #5E6366
    }

    .one-time-payment-module .balance-info .total,.payment-container .balance-info .total {
        font-weight: 700;
        font-size: 1.6em;
        display: block;
        color: #303438
    }

    .one-time-payment-module .balance-info .due-date,.payment-container .balance-info .due-date {
        color: #5E6366;
        display: block;
        font-size: 1.1em
    }

    .express-pay-form .payment-method,.one-time-payment-form .payment-method,.payment-options .payment-method {
        position: relative;
        width: 100%
    }

    .express-pay-form .confirmation,.express-pay-form .form.acct-info,.express-pay-form .form.acct-info .flex,.one-time-payment-form .confirmation,.one-time-payment-form .form.acct-info,.one-time-payment-form .form.acct-info .flex,.payment-options .confirmation,.payment-options .form.acct-info,.payment-options .form.acct-info .flex {
        flex-direction: column
    }

    .express-pay-form .form input::-webkit-input-placeholder,.one-time-payment-form .form input::-webkit-input-placeholder,.payment-options .form input::-webkit-input-placeholder {
        visibility: hidden
    }

    .express-pay-form .form input::-moz-placeholder,.one-time-payment-form .form input::-moz-placeholder,.payment-options .form input::-moz-placeholder {
        visibility: hidden
    }

    .express-pay-form .form input:-ms-input-placeholder,.one-time-payment-form .form input:-ms-input-placeholder,.payment-options .form input:-ms-input-placeholder {
        visibility: hidden
    }

    .express-pay-form .form input:-moz-placeholder,.one-time-payment-form .form input:-moz-placeholder,.payment-options .form input:-moz-placeholder {
        visibility: hidden
    }

    .express-pay-form .form.reverse.white,.one-time-payment-form .form.reverse.white,.payment-options .form.reverse.white {
        background: #FFF;
        margin-top: 25px;
        margin-bottom: 125px;
        min-height: 350px;
        padding: 10px
    }

    .express-pay-form .form.reverse.white .customselect label,.express-pay-form .form.reverse.white .input-wrapper,.one-time-payment-form .form.reverse.white .customselect label,.one-time-payment-form .form.reverse.white .input-wrapper,.payment-options .form.reverse.white .customselect label,.payment-options .form.reverse.white .input-wrapper {
        background: #F3F5F6
    }

    .express-pay-form .form.reverse.white.cc-details-received,.one-time-payment-form .form.reverse.white.cc-details-received,.payment-options .form.reverse.white.cc-details-received {
        min-height: 100px
    }

    .express-pay-form .form .nav,.one-time-payment-form .form .nav,.payment-options .form .nav {
        margin: -25px 0 15px;
        border: 1px solid #008CFD;
        border-radius: 8px;
        text-align: center;
        display: flex;
        flex-direction: row;
        overflow: hidden;
        background: #FFF
    }

    .express-pay-form .form .nav span,.one-time-payment-form .form .nav span,.payment-options .form .nav span {
        font-size: .7em;
        display: block;
        text-align: center;
        color: #008CFD;
        padding: 5px 0;
        flex-grow: 1;
        border-radius: 8px
    }

    .express-pay-form .form .nav span:first-of-type,.one-time-payment-form .form .nav span:first-of-type,.payment-options .form .nav span:first-of-type {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .express-pay-form .form .nav span:last-of-type,.one-time-payment-form .form .nav span:last-of-type,.payment-options .form .nav span:last-of-type {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .express-pay-form .form .nav span.active,.one-time-payment-form .form .nav span.active,.payment-options .form .nav span.active {
        font-weight: 400;
        color: #FFF;
        background: #008CFD
    }

    .confirm-expresspay .balance-info span,.express-pay-form .gray-box ul.register-benefits,.one-time-payment-form .gray-box ul.register-benefits,.payment-options .gray-box ul.register-benefits {
        color: #5E6366
    }

    .express-pay-form .form .checking-help,.one-time-payment-form .form .checking-help,.payment-options .form .checking-help {
        margin: -10px 0 10px
    }

    .express-pay-form a.button,.one-time-payment-form a.button,.payment-options a.button {
        font-size: 1em
    }

    .express-pay-form .gray-box h6,.one-time-payment-form .gray-box h6,.payment-options .gray-box h6 {
        font-size: 1em;
        font-weight: 500;
        margin: 20px 10px
    }

    .express-pay-form .gray-box ul.register-benefits li,.one-time-payment-form .gray-box ul.register-benefits li,.payment-options .gray-box ul.register-benefits li {
        list-style-type: square;
        margin: 0 0 20px 20px;
        font-size: .9em
    }

    .express-pay-form .buttons.iframed,.one-time-payment-form .buttons.iframed,.payment-options .buttons.iframed {
        display: block;
        background: 0 0
    }

    .express-pay-form .buttons.iframed a.button,.one-time-payment-form .buttons.iframed a.button,.payment-options .buttons.iframed a.button {
        position: absolute;
        bottom: 20px;
        flex-grow: 0;
        width: 60%;
        margin: 10px 20%
    }

    .express-pay-form .buttons.iframed a.button-blue,.one-time-payment-form .buttons.iframed a.button-blue,.payment-options .buttons.iframed a.button-blue {
        opacity: 0
    }

    .express-pay-form .buttons.iframed a.button-blue.cc-details-received,.one-time-payment-form .buttons.iframed a.button-blue.cc-details-received,.payment-options .buttons.iframed a.button-blue.cc-details-received {
        opacity: 1;
        bottom: 76px;
        width: 72%;
        margin: 10px 15%;
        height: 55px
    }

    .express-pay-form #hpf,.express-pay-form .hpf,.one-time-payment-form #hpf,.one-time-payment-form .hpf,.payment-options #hpf,.payment-options .hpf {
        bottom: -45px;
        position: absolute;
        left: 0;
        width: 100%;
        min-height: 250px
    }

    .express-pay-form #hpf iframe,.express-pay-form .hpf iframe,.one-time-payment-form #hpf iframe,.one-time-payment-form .hpf iframe,.payment-options #hpf iframe,.payment-options .hpf iframe {
        height: 300px;
        display: inline
    }

    .express-pay-form #hpf .status-messages,.express-pay-form .hpf .status-messages,.one-time-payment-form #hpf .status-messages,.one-time-payment-form .hpf .status-messages,.payment-options #hpf .status-messages,.payment-options .hpf .status-messages {
        margin: 0
    }

    .express-pay-form #hpf .status-messages .status-message,.express-pay-form .hpf .status-messages .status-message,.one-time-payment-form #hpf .status-messages .status-message,.one-time-payment-form .hpf .status-messages .status-message,.payment-options #hpf .status-messages .status-message,.payment-options .hpf .status-messages .status-message {
        text-align: center
    }

    .express-pay-form iframe,.one-time-payment-form iframe,.payment-options iframe {
        width: calc(100% - 20px);
        margin: 0 10px
    }

    .express-pay-form .payment-method {
        flex-grow: 2
    }

    .express-pay-form .payment-method #hpf {
        bottom: unset;
        top: 100px;
        margin-top: 1.5em
    }

    .confirm-expresspay .balance-info {
        margin: 20px 0
    }

    .confirm-expresspay .balance-info h5 {
        margin-bottom: 0
    }

    .confirm-expresspay .balance-info .total {
        font-weight: 700;
        font-size: 1.6em;
        display: block;
        color: #303438
    }

    .confirm-expresspay .balance-info .due-date {
        color: #5E6366;
        display: block;
        font-size: 1.1em
    }
}

@media only screen and (min-width: 769px) {
    .one-time-payment-module,.payment-container {
        flex-direction:row;
        background: calc(100% - 30px) 30px no-repeat #FFF;
        background-image: url(../images/v2/logos/my-adt-logo.png);
        background-size: 75px 43px;
        padding: 2em
    }

    .one-time-payment-module .encrypted-info-note,.payment-container .encrypted-info-note {
        position: absolute;
        top: -12px;
        left: 0
    }

    .express-pay-form>div.left,.one-time-payment-form>div.left,.payment-options>div.left {
        width: 33%;
        margin-right: 2%;
        flex-grow: 1
    }

    .express-pay-form>div.right,.one-time-payment-form>div.right,.payment-options>div.right {
        width: 65%;
        flex-grow: 2
    }

    .express-pay-form .form,.express-pay-form .gray-box,.one-time-payment-form .form,.one-time-payment-form .gray-box,.payment-options .form,.payment-options .gray-box {
        padding: 1em;
        width: 100%;
        border: 1px solid #D4D9DD
    }

    .express-pay-form .form .nav,.express-pay-form .gray-box .nav,.one-time-payment-form .form .nav,.one-time-payment-form .gray-box .nav,.payment-options .form .nav,.payment-options .gray-box .nav {
        margin: 0 0 15px
    }

    .express-pay-form .form .nav span,.express-pay-form .gray-box .nav span,.one-time-payment-form .form .nav span,.one-time-payment-form .gray-box .nav span,.payment-options .form .nav span,.payment-options .gray-box .nav span {
        cursor: pointer;
        color: #303538;
        display: inline-block;
        text-align: center;
        padding: 5px 0;
        flex-grow: 1;
        background: #E6EAED;
        font-size: 1em;
        border: none;
        margin-top: 5px;
        border-radius: 0
    }

    .express-pay-form .form .nav span.active,.express-pay-form .gray-box .nav span.active,.one-time-payment-form .form .nav span.active,.one-time-payment-form .gray-box .nav span.active,.payment-options .form .nav span.active,.payment-options .gray-box .nav span.active {
        color: #008CFD;
        border-top: 5px solid #008CFD;
        margin-bottom: 0;
        box-shadow: none;
        background: #FFF;
        font-size: 14px;
        z-index: 2;
        border-left: 1px solid #cacaca
    }

    .express-pay-form .form .bank-info,.express-pay-form .gray-box .bank-info,.one-time-payment-form .form .bank-info,.one-time-payment-form .gray-box .bank-info,.payment-options .form .bank-info,.payment-options .gray-box .bank-info {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between
    }

    .express-pay-form .form .bank-info .section,.express-pay-form .gray-box .bank-info .section,.one-time-payment-form .form .bank-info .section,.one-time-payment-form .gray-box .bank-info .section,.payment-options .form .bank-info .section,.payment-options .gray-box .bank-info .section {
        flex-grow: 1;
        flex-shrink: 1
    }

    .express-pay-form .form .select-wrapper,.express-pay-form .gray-box .select-wrapper,.one-time-payment-form .form .select-wrapper,.one-time-payment-form .gray-box .select-wrapper,.payment-options .form .select-wrapper,.payment-options .gray-box .select-wrapper {
        margin-left: 36px
    }

    .express-pay-form .form .input-wrapper,.express-pay-form .gray-box .input-wrapper,.one-time-payment-form .form .input-wrapper,.one-time-payment-form .gray-box .input-wrapper,.payment-options .form .input-wrapper,.payment-options .gray-box .input-wrapper {
        max-width: 350px;
        min-width: 180px
    }

    .express-pay-form .form .input-wrapper .tool-tip,.express-pay-form .gray-box .input-wrapper .tool-tip,.one-time-payment-form .form .input-wrapper .tool-tip,.one-time-payment-form .gray-box .input-wrapper .tool-tip,.payment-options .form .input-wrapper .tool-tip,.payment-options .gray-box .input-wrapper .tool-tip {
        position: absolute;
        top: 0;
        right: -30px
    }

    .express-pay-form .form .input-wrapper.has-label .tool-tip,.express-pay-form .gray-box .input-wrapper.has-label .tool-tip,.one-time-payment-form .form .input-wrapper.has-label .tool-tip,.one-time-payment-form .gray-box .input-wrapper.has-label .tool-tip,.payment-options .form .input-wrapper.has-label .tool-tip,.payment-options .gray-box .input-wrapper.has-label .tool-tip {
        top: 3px
    }

    .express-pay-form .form .input-wrapper input.payment-date,.express-pay-form .gray-box .input-wrapper input.payment-date,.one-time-payment-form .form .input-wrapper input.payment-date,.one-time-payment-form .gray-box .input-wrapper input.payment-date,.payment-options .form .input-wrapper input.payment-date,.payment-options .gray-box .input-wrapper input.payment-date {
        background: url(../images/v2/icons/calendar.svg) right center/contain no-repeat
    }

    .express-pay-form .form.acct-info .acct-selection,.express-pay-form .gray-box.acct-info .acct-selection,.one-time-payment-form .form.acct-info .acct-selection,.one-time-payment-form .gray-box.acct-info .acct-selection,.payment-options .form.acct-info .acct-selection,.payment-options .gray-box.acct-info .acct-selection {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-grow: 1;
        margin-left: 1rem
    }

    .express-pay-form .form.acct-info .input-wrapper,.express-pay-form .gray-box.acct-info .input-wrapper,.one-time-payment-form .form.acct-info .input-wrapper,.one-time-payment-form .gray-box.acct-info .input-wrapper,.payment-options .form.acct-info .input-wrapper,.payment-options .gray-box.acct-info .input-wrapper {
        width: 235px
    }

    .express-pay-form .form .or-button,.express-pay-form .gray-box .or-button,.one-time-payment-form .form .or-button,.one-time-payment-form .gray-box .or-button,.payment-options .form .or-button,.payment-options .gray-box .or-button {
        background: #6b6b6b;
        border-radius: 42px;
        display: inline-block;
        color: #fff;
        font-family: Arial;
        font-size: 16px;
        padding: 6px;
        margin-right: 40px;
        position: relative;
        top: 8px
    }

    .express-pay-form .form .adt-acct-no-wrapper,.express-pay-form .gray-box .adt-acct-no-wrapper,.one-time-payment-form .form .adt-acct-no-wrapper,.one-time-payment-form .gray-box .adt-acct-no-wrapper,.payment-options .form .adt-acct-no-wrapper,.payment-options .gray-box .adt-acct-no-wrapper {
        margin-right: 40px
    }

    .express-pay-form .form.register-or-login h4,.express-pay-form .gray-box.register-or-login h4,.one-time-payment-form .form.register-or-login h4,.one-time-payment-form .gray-box.register-or-login h4,.payment-options .form.register-or-login h4,.payment-options .gray-box.register-or-login h4 {
        font-weight: lighter
    }

    .express-pay-form .form.register-or-login h6,.express-pay-form .gray-box.register-or-login h6,.one-time-payment-form .form.register-or-login h6,.one-time-payment-form .gray-box.register-or-login h6,.payment-options .form.register-or-login h6,.payment-options .gray-box.register-or-login h6 {
        font-weight: 600
    }

    .express-pay-form .form.register-or-login a.button,.express-pay-form .form.register-or-login ul.register-benefits,.express-pay-form .gray-box.register-or-login a.button,.express-pay-form .gray-box.register-or-login ul.register-benefits,.one-time-payment-form .form.register-or-login a.button,.one-time-payment-form .form.register-or-login ul.register-benefits,.one-time-payment-form .gray-box.register-or-login a.button,.one-time-payment-form .gray-box.register-or-login ul.register-benefits,.payment-options .form.register-or-login a.button,.payment-options .form.register-or-login ul.register-benefits,.payment-options .gray-box.register-or-login a.button,.payment-options .gray-box.register-or-login ul.register-benefits {
        margin-left: 15px
    }

    .express-pay-form .buttons,.one-time-payment-form .buttons,.payment-options .buttons {
        margin-bottom: 50px
    }

    .express-pay-form .buttons.iframed a.button-blue,.one-time-payment-form .buttons.iframed a.button-blue,.payment-options .buttons.iframed a.button-blue {
        display: none
    }

    .express-pay-form .buttons.iframed a.button-blue.cc-details-received,.one-time-payment-form .buttons.iframed a.button-blue.cc-details-received,.payment-options .buttons.iframed a.button-blue.cc-details-received {
        display: block;
        margin: -5px 6px 0 0;
        padding: .7em 1.5em;
        height: 2.6em
    }

    .express-pay-form .buttons.iframed a.button-blue-outline,.one-time-payment-form .buttons.iframed a.button-blue-outline,.payment-options .buttons.iframed a.button-blue-outline {
        position: absolute;
        right: 255px;
        top: 18px;
        padding: .8em 1em;
        height: 44px
    }

    .express-pay-form .buttons a.button,.one-time-payment-form .buttons a.button,.payment-options .buttons a.button {
        flex-grow: 0
    }

    .express-pay-form .payment-method,.one-time-payment-form .payment-method,.payment-options .payment-method {
        position: relative
    }

    .express-pay-form .payment-method .input-wrapper,.one-time-payment-form .payment-method .input-wrapper,.payment-options .payment-method .input-wrapper {
        max-width: calc(100% - 55px)
    }

    .express-pay-form .payment-method .h4-message-info,.one-time-payment-form .payment-method .h4-message-info,.payment-options .payment-method .h4-message-info {
        margin-top: -1em;
        font-weight: 600;
        width: 80%;
        max-height: 2.5em;
        content-visibility: auto
    }

    .express-pay-form .payment-method .form.reverse.white,.one-time-payment-form .payment-method .form.reverse.white,.payment-options .payment-method .form.reverse.white {
        min-height: 347px
    }

    .express-pay-form .payment-method #hpf,.express-pay-form .payment-method .hpf,.one-time-payment-form .payment-method #hpf,.one-time-payment-form .payment-method .hpf,.payment-options .payment-method #hpf,.payment-options .payment-method .hpf {
        position: absolute;
        margin-top: 2em;
        padding: 0 15px;
        top: 70px;
        height: 290px;
        width: 100%
    }

    .express-pay-form .payment-method #hpf iframe,.express-pay-form .payment-method .hpf iframe,.one-time-payment-form .payment-method #hpf iframe,.one-time-payment-form .payment-method .hpf iframe,.payment-options .payment-method #hpf iframe,.payment-options .payment-method .hpf iframe {
        width: 100%;
        height: 300px;
        display: inline
    }

    .express-pay-form .payment-method #hpf .status-messages .status-message,.express-pay-form .payment-method .hpf .status-messages .status-message,.one-time-payment-form .payment-method #hpf .status-messages .status-message,.one-time-payment-form .payment-method .hpf .status-messages .status-message,.payment-options .payment-method #hpf .status-messages .status-message,.payment-options .payment-method .hpf .status-messages .status-message {
        margin: 1rem;
        box-shadow: 0 0 8px #D4D9DD
    }

    .express-pay-form .payment-details .p-info,.one-time-payment-form .payment-details .p-info,.payment-options .payment-details .p-info {
        max-width: 28em
    }

    .express-pay-form .payment-method #hpf {
        max-width: 705px;
        margin: 2em auto 0
    }

    .confirm-expresspay h4 {
        font-weight: 400;
        margin-bottom: .5em;
        font-size: 1.2em
    }

    .confirm-expresspay h4 .total {
        color: #303538;
        font-size: 140%;
        margin-right: 5px
    }

    .confirm-expresspay ul.dl {
        font-size: .8em
    }

    .confirm-expresspay ul.dl li {
        font-weight: 200;
        margin-bottom: 10px
    }

    .confirm-expresspay ul.dl li div.dd {
        font-weight: 400
    }

    .confirm-expresspay p.legal {
        margin-top: 15px
    }

    #expressPay {
        background: #F3F5F6;
        padding: 30px 5%
    }

    #expressPay a.return-to-main {
        display: inline-block;
        font-size: 1.2em;
        color: #008CFD;
        line-height: 1.2
    }

    #expressPay a.return-to-main .blue-arrow {
        text-decoration: none;
        vertical-align: middle;
        margin-right: 5px
    }

    #expressPay .heading {
        line-height: 1
    }

    #expressPay .heading h3 {
        margin: .67em 0
    }

    #expressPay .heading .right {
        margin: 1.67em 0
    }

    #expressPay .payment-container {
        min-width: 720px
    }

    #expressPay .payment-container .express-pay-form {
        min-width: 655px;
        margin-top: 1em
    }

    #expressPay .payment-container .express-pay-form .payment-details {
        flex-grow: 1;
        margin-right: 16px
    }

    #expressPay .payment-container .express-pay-form .payment-method {
        margin-left: 16px;
        flex-grow: 2;
        max-width: 705px;
        width: 70%
    }

    #expressPay .payment-container .express-pay-form .buttons.iframed a.button-blue-outline {
        height: 43px
    }
}

@media only screen and (min-width: 426px) and (max-width:768px) {
    .express-pay-form .buttons.iframed,.one-time-payment-form .buttons.iframed,.payment-options .buttons.iframed {
        display:block;
        background: 0 0
    }

    .express-pay-form .buttons.iframed a.button,.one-time-payment-form .buttons.iframed a.button,.payment-options .buttons.iframed a.button {
        position: absolute;
        bottom: 75px;
        flex-grow: 0;
        width: 50%;
        margin: 10px 20%
    }
}

@media only screen and (min-width: 769px) and (max-width:1024px) {
    .express-pay-form .buttons.iframed a.button,.one-time-payment-form .buttons.iframed a.button,.payment-options .buttons.iframed a.button {
        padding:1em 1.5em;
        height: 3em;
        top: 24px
    }
}

#INDmenu-btn {
    display: none!important
}

#siteFooter span.btn-equal-web-icon {
    background-image: url(/images/icons/accessibility-icon.svg)
}

#siteFooter .btn-equal-web:active span.btn-equal-web-icon,#siteFooter .btn-equal-web:focus span.btn-equal-web-icon,#siteFooter .btn-equal-web:hover span.btn-equal-web-icon {
    background-image: url(/images/icons/accessibility-icon-white.svg)
}

#siteFooter .btn-equal-web {
    cursor: pointer;
    width: 184px!important;
    height: 42px!important;
    border: 2px solid #242629!important;
    margin: 0 auto 1rem!important;
    background: 0 0;
    display: inherit;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .3rem .25rem;
    font-size: 1rem;
    border-radius: 21px;
    -webkit-transition: all .2s ease-in-out!important;
    -o-transition: all .2s ease-in-out!important;
    transition: all .2s ease-in-out!important;
    position: relative!important;
    top: 0!important;
    float: none!important
}

#siteFooter .btn-equal-web:active,#siteFooter .btn-equal-web:focus,#siteFooter .btn-equal-web:hover {
    border: 2px solid #242629;
    background: #242629!important;
    color: #fff!important
}

#siteFooter .btn-equal-web:active span.btn-equal-web-icon,#siteFooter .btn-equal-web:focus span.btn-equal-web-icon,#siteFooter .btn-equal-web:hover span.btn-equal-web-icon {
    background-repeat: no-repeat!important;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

#siteFooter span.btn-equal-web-icon {
    display: inline-block;
    height: 27px;
    width: 27px;
    background-repeat: no-repeat;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out!important;
    background-size: contain
}

#siteFooter span.btn-equal-web-txt {
    display: inline-block;
    position: relative;
    font-weight: 700
}

@media only screen and (min-width: 769px) {
    #siteFooter span.btn-equal-web-icon {
        display:inline-block;
        height: 27px;
        width: 27px
    }

    #siteFooter span.btn-equal-web-txt {
        display: inline-block;
        font-size: 1em
    }
}

#indexContent .cta .row {
    display: flex;
    background: #FFF;
    margin: 15px 0;
    padding: 15px 0
}

#indexContent .cta .row:last-child {
    margin-bottom: 0
}

#indexContent .cta .cta-col {
    margin: 15px 0;
    padding: 0 15px
}

#indexContent .cta .cta-col.support {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row
}

#indexContent .cta .cta-col.support .help-search-section,#indexContent .cta .cta-col.support .support-heading {
    flex-grow: 1
}

#indexContent .cta .cta-col.support .help-search-section .input-wrapper {
    float: right;
    background: url(../images/v2/icons/search-support-black.svg) right center no-repeat;
    background-size: 16px;
    padding: 0 30px 5px 0;
    margin: 2px 0 15px;
    border-bottom: 1px solid #303538
}

#indexContent .cta .cta-col a {
    background: 0 0;
    color: #008CFD;
    text-decoration: none;
    display: inline;
    position: relative;
    min-height: 0
}

#indexContent .cta .cta-col a:visited {
    color: #008CFD
}

#indexContent .cta .cta-col p+a {
    top: -10px
}

#indexContent .cta .cta-col:last-of-type {
    border: none
}

#indexContent .cta .cta-col h4 {
    text-align: left;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 1.3em
}

#indexContent .cta .large-cta,#indexContent .cta .small-cta {
    flex-grow: 1;
    overflow: hidden
}

#indexContent .cta .large-cta h2,#indexContent .cta .small-cta h2 {
    font-size: 1.75em;
    margin-bottom: .5em
}

#indexContent .cta .large-cta h3,#indexContent .cta .small-cta h3 {
    font-size: 1.5em
}

#indexContent .cta .large-cta p,#indexContent .cta .small-cta p {
    font-size: 1.25em;
    color: #898E91
}

#indexContent .cta .large-cta.highlight,#indexContent .cta .small-cta.highlight {
    background: linear-gradient(to bottom right,#898E91,#D4D9DD);
    color: #FFF;
    margin: -15px 0
}

#indexContent .cta .large-cta.highlight.blue,#indexContent .cta .small-cta.highlight.blue {
    background: linear-gradient(to bottom right,#008CFD,#02BFFF)
}

#indexContent .cta .large-cta.highlight a,#indexContent .cta .small-cta.highlight a {
    color: #FFF;
    text-decoration: none
}

#indexContent .cta .large-cta.highlight p,#indexContent .cta .small-cta.highlight p {
    color: #FFF
}

#indexContent .cta .large-cta {
    padding: 15px;
    margin: 15px;
    border: 1px solid #898E91
}

#indexContent .cta .large-cta .image {
    margin: -15px -15px 0
}

#indexContent .cta .large-cta .image img {
    width: 100%
}

#indexContent .cta .large-cta .copy {
    padding: 20px
}

#indexContent .cta .large-cta h2 {
    font-size: 1.75em;
    margin-bottom: .5em
}

#indexContent .cta .large-cta.life-saver {
    border: none
}

#indexContent .cta .large-cta.life-saver .lifesaver-logo {
    margin-bottom: 30px
}

#indexContent .cta .large-cta.life-saver .life-saver-promo {
    display: block;
    box-shadow: 0 0 25px #CCC
}

#indexContent .cta .large-cta.life-saver .life-saver-promo .image {
    margin: 0
}

#indexContent .cta .large-cta.life-saver .life-saver-promo .image img {
    display: block;
    width: 100%
}

#indexContent .cta .large-cta.life-saver .life-saver-promo .play-button {
    display: block;
    background: url(../images/v2/icons/play.svg) center center/contain no-repeat;
    position: relative;
    top: -32px;
    width: 64px;
    height: 64px;
    margin: 0 auto -32px
}

#indexContent .cta .large-cta.life-saver .life-saver-promo .text {
    padding: 0 20px 20px
}

#indexContent .cta .large-cta.life-saver .life-saver-promo h3 {
    font-size: 1.2em;
    margin: 10px;
    color: #303538
}

#indexContent .cta .large-cta.life-saver .life-saver-promo p {
    font-size: 1em;
    margin: 10px
}

#indexContent .cta .large-cta.alexa-background .copy {
    padding-left: 0
}

#indexContent .cta .large-cta.alexa-background .copy ul {
    margin-left: 20px
}

#indexContent .cta .large-cta.alexa-background .copy ul li {
    margin-bottom: 10px;
    color: #898E91;
    font-size: 1.2em
}

#indexContent .cta .small-cta {
    padding: 20px
}

@media only screen and (min-width: 769px) {
    #indexContent {
        width:100%;
        margin: 0 auto;
        color: #303538
    }

    #indexContent .marquee {
        background: url(https://alpha.adt.com/content/dam/MyADTAssets/myadtcarousel/myadt-landing-page-bg.jpg) center center no-repeat;
        background-size: cover;
        min-height: 620px;
        width: 100%;
        padding: 30px 60px;
        margin-bottom: 40px;
        box-shadow: inset -5px 23px 30px -30px
    }

    #indexContent .marquee .left {
        margin-top: 30px;
        width: 463px;
        max-width: 50%
    }

    #indexContent .marquee .left h2 {
        font-weight: 600;
        margin-bottom: 15px;
        line-height: 50px
    }

    #indexContent .marquee .left h5.body-copy {
        margin-bottom: 15px;
        font-weight: 400;
        line-height: 30px
    }

    #indexContent .marquee .express-pay-link {
        width: 400px;
        text-align: center;
        padding: 10px 0;
        margin-top: 10px;
        display: block;
        background: #FFF;
        font-size: .875em
    }

    #indexContent .marquee .express-pay-link:hover {
        color: #008CFD
    }

    #indexContent .cta .row {
        display: flex;
        flex-direction: row
    }

    #indexContent .cta .row.arrow-link-boxes {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto
    }

    #indexContent .cta .cta-col {
        width: 25%;
        flex-grow: 1;
        height: 200px;
        margin-bottom: 40px;
        padding: 0 25px;
        border-right: 1px solid #D4D9DD;
        color: #303538;
        text-align: center;
        position: relative
    }

    #indexContent .cta .cta-col p {
        line-height: 1.8
    }

    #indexContent .cta .cta-col a {
        text-decoration: none;
        display: block;
        bottom: 0;
        left: 0;
        width: 100%;
        position: absolute;
        min-height: 20px;
        background: url(../images/v2/indicators/arrow.svg) center bottom no-repeat
    }

    #indexContent .cta .cta-col:last-of-type {
        border: none
    }

    #indexContent .cta .cta-col h4 {
        text-align: center;
        font-weight: 600;
        margin-bottom: 20px;
        line-height: 1.5
    }

    #indexContent .cta .help-search-section {
        background: #EFEFEF;
        box-shadow: inset 0 10px 10px #DDD;
        height: 100px;
        padding: 22px 0
    }

    #indexContent .cta .help-search-section .limit-wrapper {
        display: flex;
        justify-content: space-around;
        overflow: hidden
    }

    #indexContent .cta .help-search-section .help-search {
        margin-right: 10%;
        flex-grow: 8
    }

    #indexContent .cta .help-search-section h4 {
        flex-grow: 0;
        margin-left: 10%;
        padding-top: 10px;
        padding-right: 20px;
        font-weight: 700;
        float: left;
        text-align: right
    }

    #indexContent .cta .help-search-section .input-wrapper input {
        width: calc(100% - 30px);
        font-size: .8em
    }

    #indexContent .cta .large-cta h2,#indexContent .cta .small-cta h2 {
        font-size: 3em
    }

    #indexContent .cta .large-cta h3,#indexContent .cta .small-cta h3 {
        font-size: 2em;
        margin-bottom: .4em
    }

    #indexContent .cta .large-cta p,#indexContent .cta .small-cta p {
        font-size: 1.25em
    }

    #indexContent .cta .large-cta {
        border: none;
        padding: 30px;
        margin: 10px auto
    }

    #indexContent .cta .large-cta .copy,#indexContent .cta .large-cta .image {
        float: left
    }

    #indexContent .cta .large-cta .copy {
        padding: 75px 30px 0
    }

    #indexContent .cta .large-cta .col-60 {
        width: 60%
    }

    #indexContent .cta .large-cta .col-40 {
        width: 40%
    }

    #indexContent .cta .large-cta.alexa-background {
        background: center bottom no-repeat;
        height: 620px
    }

    #indexContent .cta .large-cta.alexa-background .copy {
        padding-left: 150px
    }

    #indexContent .cta .large-cta.alexa-background .copy ul {
        margin-left: 20px
    }

    #indexContent .cta .large-cta.alexa-background .copy ul li {
        margin-bottom: 10px;
        font-size: 1.375em
    }

    #indexContent .cta .large-cta.life-saver .lifesaver-logo {
        margin-bottom: 30px
    }

    #indexContent .cta .large-cta.life-saver .life-saver-promo {
        width: 800px;
        display: block;
        overflow: hidden
    }

    #indexContent .cta .large-cta.life-saver .life-saver-promo:hover {
        -moz-transform: scale(1.025);
        -o-transform: scale(1.025);
        -ms-transform: scale(1.025);
        -webkit-transform: scale(1.025);
        transform: scale(1.025);
        box-shadow: 0 0 25px #898E91;
        text-decoration: none
    }

    #indexContent .cta .large-cta.life-saver .life-saver-promo .image {
        float: none
    }

    #indexContent .cta .large-cta.life-saver .life-saver-promo .image img {
        display: block;
        width: 100%;
        height: auto
    }

    #indexContent .cta .large-cta.life-saver .life-saver-promo .text {
        margin: -15px 60px 40px
    }

    #indexContent .cta .large-cta.life-saver .life-saver-promo h3 {
        font-size: 1.65em
    }

    #indexContent .cta .large-cta.life-saver .life-saver-promo p {
        color: #303538;
        font-size: 1.125em;
        margin-bottom: 15px
    }

    #indexContent .cta .small-cta {
        padding: 30px 0
    }

    #indexContent .cta .highlight {
        margin: 0
    }

    .webp #indexContent .marquee {
        background: url(https://alpha.adt.com/content/dam/MyADTAssets/myadtcarousel/myadt-landing-page-bg.webp) center center no-repeat;
        background-size: cover
    }
}

@media only screen and (min-width: 769px) and (max-width:1100px) {
    .meta-header nav {
        line-height:1
    }

    .meta-header nav a {
        font-size: .625em;
        padding: 0 5px
    }
}

#resetPassword {
    width: 100%;
    max-width: 575px;
    margin: 40px auto
}

#resetPassword .buttons {
    margin-top: 60px;
    margin-bottom: 10px
}

#resetPassword .buttons.flex a.button {
    margin: 0 10px
}

@media screen and (min-width: 1049px) {
    #resetPassword .password-validator {
        right:-320px;
        top: -55px;
        box-sizing: border-box;
        background: #FFF;
        box-shadow: 0 1px 6px 0 #CCC
    }

    #resetPassword .password-validator::after {
        content: " ";
        position: absolute;
        width: 0;
        height: 0;
        left: -16px;
        top: 75px;
        box-sizing: border-box;
        border: 10px solid transparent;
        border-top-color: #FFF;
        border-left-color: #FFF;
        pointer-events: none;
        transform-origin: 10px 0;
        transform: rotate(-45deg);
        box-shadow: -3px -3px 1px 0 rgba(100,100,100,.1)
    }
}

@media screen and (max-width: 1048px) {
    #resetPassword .password-validator {
        box-sizing:border-box;
        background: #FFF;
        box-shadow: 0 1px 6px 0 #CCC
    }

    #resetPassword .password-validator::after {
        content: " ";
        position: absolute;
        width: 0;
        height: 0;
        top: -16px;
        right: 95px;
        box-sizing: border-box;
        border: 10px solid transparent;
        border-top-color: #FFF;
        border-left-color: #FFF;
        pointer-events: none;
        transform-origin: 0 10px;
        transform: rotate(45deg);
        box-shadow: -3px -3px 1px 0 rgba(100,100,100,.1)
    }
}

.widget-section,.widgets-row {
    position: relative
}

.help-iframe-container,.section-content iframe {
    width: 100%;
    min-height: 100vh
}

#usageAgreement {
    margin: 0 2rem auto
}

.help-iframe-container {
    justify-content: center
}

.help-iframe-container iframe {
    flex-grow: 1
}

#indexContent .helpful {
    margin-left: 6.45em
}

#indexContent .helpful .no-reason-tooltip {
    bottom: .5em
}

#indexContent .helpful .no-reason-tooltip::after {
    top: 229px
}

@media only screen and (max-width: 768px) {
    #resetPassword {
        background:#FFF;
        padding: 30px;
        max-width: auto
    }

    #indexContent .helpful {
        margin-left: 0;
        padding: 0 .5em
    }
}

#dashboardWrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

#dashboardWrapper #sidebar-wrapper {
    box-shadow: 0 0 25px #CCC
}

#dashboardWrapper .dashboard-content {
    display: flex;
    flex-direction: row;
    flex-grow: 1
}

#dashboardWrapper .dashboard-content .content {
    padding: 35px;
    flex-grow: 0;
    width: calc(100% - 125px);
    min-height: 100vh
}

#dashboardWrapper .dashboard-content .content .dashboard-preinstall-wrapper .checklist-info {
    display: flex;
    margin-left: -35px;
    margin-top: 40px
}

#dashboardWrapper .dashboard-content .content .dashboard-preinstall-wrapper .checklist-info .check-list {
    box-shadow: 0 1px 6px 0 #CCC;
    background: #fafafa;
    width: 32.5%
}

#dashboardWrapper .dashboard-content .content .dashboard-preinstall-wrapper .checklist-info .check-list h4 {
    padding: 20px 0 0 90px
}

#dashboardWrapper .dashboard-content .content .dashboard-preinstall-wrapper .checklist-info .check-list ul {
    list-style: none;
    width: 80%;
    padding-left: 73px
}

#dashboardWrapper .dashboard-content .content .dashboard-preinstall-wrapper .checklist-info .check-list ul .link {
    padding-left: 38px
}

#dashboardWrapper .dashboard-content .content .dashboard-preinstall-wrapper .checklist-info .check-list ul li p {
    font-size: 14px;
    line-height: 20px
}

#dashboardWrapper .dashboard-content .content .dashboard-preinstall-wrapper .checklist-info .check-list ul li:not(:last-child) {
    background: url(../images/v2/icons/check-icon.svg) no-repeat;
    padding-left: 40px;
    padding-bottom: 10px
}

#dashboardWrapper .dashboard-content .content .dashboard-preinstall-wrapper .checklist-info .image {
    box-shadow: 0 1px 6px 0 #CCC
}

#dashboardWrapper .dashboard-content .content .dashboard-preinstall-wrapper .checklist-info .image img {
    width: 100%;
    height: 400px
}

#dashboardWrapper .dashboard-content .content .dashboard-main-top-part {
    margin: -35px;
    padding: 35px;
    background: #F3F5F6
}

#dashboardWrapper .dashboard-content .content .dashboard-main-top-part .welcome-user {
    font-size: 24px
}

#dashboardWrapper .dashboard-content .content .dashboard-main-top-part .status-message h5 {
    font-weight: 600
}

#dashboardWrapper .dashboard-content .content .dashboard-additional-bottom-part {
    margin: -35px;
    padding: 35px
}

#dashboardWrapper .dashboard-content h1.section-title {
    display: flex;
    flex-direction: column;
    margin-bottom: 2.5rem
}

#dashboardWrapper .dashboard-content h1.section-title span {
    display: block;
    padding-bottom: .1em;
    white-space: nowrap
}

#dashboardWrapper .dashboard-content h1.section-title span.orange-line {
    display: block;
    height: 1px;
    width: 110px;
    border-bottom: 3px solid #FFC200
}

.section-tab-nav .nav.nav-tabs .nav-item a.nav-link {
    padding: 10px 30px
}

a.button.pulse-portal-link {
    display: inline-block;
    background: url(../images/v2/icons/new-window-white.svg) 11em no-repeat #008cfd;
    padding-right: 2em
}

.widgets-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch
}

.widgets-row.additional-margin {
    margin-top: 90px
}

.widgets-row.bottom-widgets-row {
    padding-top: 25px;
    padding-bottom: 40px;
    align-items: stretch
}

.widgets-row.halves>div {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc(50% - 12px)
}

.inner-container {
    max-width: 1245px
}

#dashboardBalanceDue,#dashboardProfileInfo,#dashboardWidgetsTabs {
    background-color: #fff;
    width: 49%;
    box-shadow: 0 1px 6px 0 #CCC
}

#dashboardWidgetsTabs {
    background-color: transparent;
    box-shadow: none
}

#dashboardWidgetsTabs .nav-tabs {
    box-shadow: none
}

.account-widget-section,section {
    box-shadow: 0 1px 6px 0 #CCC
}

@media only screen and (min-width: 1100px) and (max-width:1366px) {
    #dashboardWidgetsTabs .nav-tabs .nav-item .nav-link {
        padding:.93rem 1rem
    }

    #dashboardWidgetsTabs .nav-tabs .nav-item .nav-link.active {
        padding: .93rem 3.3rem
    }
}

#dashboardWidgetsTabs .tab-content {
    box-shadow: 0 1px 6px 0 #CCC;
    min-height: 370px;
    height: 100%
}

#dashboardSupportWidget {
    flex-grow: 2;
    flex-shrink: 1;
    flex-basis: 0;
    margin-right: 2%;
    max-width: 80%
}

#dashboardSupportWidget.cyber-security-only {
    max-width: 100%;
    margin-right: 0
}

#dashboardSafetyTips {
    display: flex;
    width: 100%;
    padding-top: 55px;
    height: 100%
}

section .section-tab-nav .nav-item {
    max-width: 240px
}

section .section-content {
    position: relative;
    background: #FFF;
    padding: 50px
}

section .section-content .loading-container {
    min-height: 200px
}

.widget-section .widget-section-icon {
    display: none;
    justify-content: center;
    align-items: flex-end;
    position: absolute;
    left: 50%;
    top: -14px;
    transform: translateX(-50%);
    width: 67px;
    height: 33.5px;
    background-color: #fff;
    border-top-left-radius: 67px;
    border-top-right-radius: 75px
}

.widget-section i.icon {
    width: 22px;
    height: 24px;
    display: block
}

.widget-section i.icon.dashboard-icon {
    background: url(../images/icons/icon-heart.png) center top no-repeat;
    background-size: 100%
}

.account-widget-section {
    padding: 35px 20px 30px 30px;
    position: relative;
    color: #303538
}

.account-widget-section.active {
    z-index: 10;
    box-shadow: 0 1px 12px 3px #CCC
}

.account-widget-section .account-widget-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #D4D9DD
}

.account-widget-section .account-widget-title {
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 0
}

#modalWindow .modal-container.welcome-experience-intro {
    background: 0 0
}

#modalWindow .modal-container.welcome-experience-intro .modal-dialog .modal-content .modal-header {
    background: 0 0;
    border: none
}

#modalWindow .modal-container.welcome-experience-intro .modal-dialog .modal-content .modal-header .modal-title {
    opacity: 0
}

#modalWindow .modal-container.welcome-experience-intro img {
    position: relative;
    top: -1.5em
}

#modalWindow .modal-container.welcome-experience-intro h2 {
    font-weight: 400;
    margin-bottom: 0
}

#modalWindow .modal-container.welcome-experience-intro .yellow-bar {
    width: 100px;
    height: 2px;
    background: #FFC200;
    margin: 1em 0
}

#modalWindow .modal-container.welcome-experience .modal-dialog {
    max-width: 900px;
    width: 90%
}

#modalWindow .modal-container.welcome-experience .welcome-hero {
    position: relative;
    left: -1em;
    bottom: -2em
}

#modalWindow .modal-container.welcome-experience .welcome-content {
    margin-top: 5em
}

#modalWindow .modal-container.welcome-experience .welcome-content p {
    display: flex;
    align-items: flex-start
}

#modalWindow .modal-container.welcome-experience .welcome-content p img {
    flex-grow: 0;
    padding-top: 3px;
    padding-right: .5em
}

#modalWindow .modal-container.welcome-experience .welcome-experience-step-2 {
    max-width: 700px;
    margin: 0 auto 60px
}

#modalWindow .modal-container.welcome-experience .welcome-experience-step-2 .gray-box {
    background: #F3F5F6;
    border: 1px solid #E7EAEC;
    margin-bottom: 1em
}

#modalWindow .modal-container.welcome-experience .welcome-experience-step-2 .gray-box .input-wrapper {
    background: #FFF
}

#modalWindow .modal-container.welcome-experience .welcome-experience-step-2 .checkbox-wrapper .description,#modalWindow .modal-container.welcome-experience .welcome-experience-step-2 h6 {
    font-size: 1em;
    font-weight: 700
}

#modalWindow .modal-container.welcome-experience .welcome-buttons {
    display: flex;
    flex-wrap: nowrap;
    position: absolute;
    bottom: 0;
    right: 1em
}

#modalWindow .modal-container.welcome-experience .welcome-buttons a.button {
    margin-left: 1em
}

@media only screen and (max-width: 768px) {
    #dashboardWrapper {
        background:#FFF
    }

    #dashboardWrapper .dashboard-content .content {
        padding-top: .25rem;
        padding-left: .5rem;
        padding-right: .5rem;
        width: 100%
    }

    #dashboardWrapper .dashboard-content .content h1.section-title {
        margin: 1rem 0 0 1rem
    }

    #dashboardWrapper .dashboard-content .content h1.section-title span {
        padding-bottom: .5rem;
        border-width: 4px;
        width: 60px;
        font-size: .6em;
        font-weight: 600
    }

    #dashboardWrapper .dashboard-content .content .dashboard-preinstall-wrapper .checklist-info .check-list,#dashboardWrapper .dashboard-content .content .dashboard-preinstall-wrapper .checklist-info .list,.widgets-row #dashboardBalanceDue,.widgets-row #dashboardWidgetsTabs {
        width: 100%
    }

    #dashboardWrapper .dashboard-content .content .dashboard-preinstall-wrapper .checklist-info {
        flex-direction: column;
        margin-left: 0
    }

    #dashboardWrapper .dashboard-content .content .dashboard-preinstall-wrapper .checklist-info .check-list {
        margin-bottom: 40px
    }

    #dashboardWrapper .dashboard-content .content .dashboard-preinstall-wrapper .checklist-info .check-list ul .link {
        float: none
    }

    #dashboardWrapper .dashboard-content .content .dashboard-preinstall-wrapper .checklist-info .image {
        order: 2
    }

    .welcome-user {
        padding-top: 1em
    }

    .account-widget-section {
        padding: 30px 15px;
        background-color: #fff;
        box-shadow: none;
        border: 1px solid #DADADB;
        font-size: 14px
    }

    .account-widget-section .account-widget-title {
        font-size: .875em;
        font-weight: 700
    }

    .account-widget-section .account-widget-header {
        border: none;
        margin-bottom: 0
    }

    #dashboardSupportWidget {
        max-width: 100%;
        margin-right: 0;
        padding-top: 15px;
        order: 1
    }

    .widgets-row,.widgets-row.bottom-widgets-row {
        padding-top: 12.5px;
        padding-bottom: 12.5px
    }

    .widgets-row {
        flex-direction: column
    }

    .widgets-row.additional-margin {
        margin-top: 0
    }

    .widgets-row #dashboardWidgetsTabs {
        position: relative;
        padding-top: 40px
    }

    .widgets-row #dashboardWidgetsTabs .nav-tabs {
        position: absolute;
        z-index: 2;
        top: 15px
    }

    .widget-section {
        background-color: #fff;
        padding-top: 17px
    }

    .widget-section .widget-section-icon {
        display: flex
    }

    .widget-section .widget-title {
        text-transform: uppercase;
        font-weight: 700;
        text-align: center;
        font-size: 14px
    }

    .widget-section .widget-bg-header {
        padding: 26px 30px;
        background-color: #6A6A6A;
        margin-bottom: 20px
    }

    section {
        box-shadow: none
    }

    section .section-content {
        padding: .7rem .5rem
    }

    section .data-table {
        margin-left: calc(-1rem - 1px);
        margin-right: calc(-1rem - 1px)
    }

    .scrollable-tabs {
        position: relative
    }

    .scrollable-tabs .tab-arrow {
        position: absolute;
        z-index: 999;
        top: 6px;
        background: url(../images/v2/icons/chevron-orange.png) 10px no-repeat #FFF;
        height: 40px;
        width: 40px;
        padding: 10px
    }

    .scrollable-tabs .tab-arrow.left {
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        left: 0
    }

    .scrollable-tabs .tab-arrow.right {
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        right: 0
    }

    .section-tab-nav {
        overflow: auto;
        position: relative
    }

    .section-tab-nav .nav.nav-tabs {
        flex-wrap: nowrap;
        box-shadow: none;
        border: none;
        justify-content: flex-start;
        margin: 10px 0
    }

    .section-tab-nav .nav.nav-tabs .nav-item {
        flex-shrink: 0;
        flex-grow: 0;
        text-transform: capitalize;
        line-height: normal;
        font-size: .8em;
        padding: 0
    }

    .section-tab-nav .nav.nav-tabs .nav-item:first-child,.section-tab-nav .nav.nav-tabs .nav-item:last-child {
        border-radius: 0
    }

    .section-tab-nav .nav.nav-tabs .nav-item a.nav-link {
        border: none;
        padding: 8px 30px;
        margin-top: 0;
        border-bottom: 3px solid #fff;
        text-transform: uppercase;
        color: #303538;
        font-size: 12px;
        box-shadow: 0 1px 6px 0 #CCC
    }

    .section-tab-nav .nav.nav-tabs .nav-item a.nav-link.active {
        border-bottom: 3px solid #008CFD;
        border-radius: 0;
        background: #FFF;
        color: #303538;
        font-weight: 600;
        font-size: 14px
    }

    .section-tab-nav .nav.nav-tabs .nav-item.active {
        border-bottom: 1px solid #F3F5F6
    }

    .dashboard-sub-tab-nav {
        margin: 0 -.7rem;
        background: #F3F5F6;
        display: flex;
        text-align: center
    }

    .dashboard-sub-tab-nav a {
        padding: .75rem;
        line-height: 1.2;
        display: inline-block;
        font-size: .75em;
        font-weight: 700;
        color: #303538;
        flex-grow: 1
    }

    .dashboard-sub-tab-nav a.active {
        color: #303538;
        font-size: .9em;
        text-decoration: none;
        background: #E7EAEC;
        flex-grow: 1;
        border-top: 3px solid #008CFD
    }

    .widget-certificates-documents {
        margin-bottom: 15px
    }

    a.button.pulse-portal-link {
        margin: 1.5em;
        background-position: 16.5em
    }

    #modalWindow .modal-container.inactivity-timeout .yellow-bar,#modalWindow .modal-container.welcome-experience-intro .yellow-bar {
        height: 4px
    }

    #modalWindow .modal-container.inactivity-timeout .modal-footer,#modalWindow .modal-container.welcome-experience-intro .modal-footer {
        flex-direction: column-reverse
    }

    #modalWindow .modal-container.inactivity-timeout .modal-footer button.button,#modalWindow .modal-container.welcome-experience-intro .modal-footer button.button {
        display: block;
        width: 100%
    }

    #modalWindow .modal-container.inactivity-timeout .modal-footer button.button.button-blue-outline,#modalWindow .modal-container.welcome-experience-intro .modal-footer button.button.button-blue-outline {
        border: none
    }

    #modalWindow .modal-container.welcome-experience .welcome-container {
        flex-direction: column
    }

    #modalWindow .modal-container.welcome-experience .welcome-hero {
        position: relative;
        left: 0;
        bottom: 0;
        width: 100%
    }

    #modalWindow .modal-container.welcome-experience .welcome-content {
        margin-top: 1.5em
    }

    #modalWindow .modal-container.welcome-experience .welcome-content p {
        display: flex;
        font-size: .8em;
        align-items: flex-start
    }

    #modalWindow .modal-container.welcome-experience .welcome-content p img {
        flex-grow: 0;
        padding-top: 3px;
        padding-right: .5em
    }

    #modalWindow .modal-container.welcome-experience .welcome-experience-step-2 {
        max-width: 700px;
        margin: 0 auto 60px
    }

    #modalWindow .modal-container.welcome-experience .welcome-experience-step-2 .gray-box {
        background: #F3F5F6;
        border: 1px solid #E7EAEC;
        margin-bottom: 1em
    }

    #modalWindow .modal-container.welcome-experience .welcome-experience-step-2 .gray-box .input-wrapper {
        background: #FFF
    }

    #modalWindow .modal-container.welcome-experience .welcome-experience-step-2 .checkbox-wrapper .description,#modalWindow .modal-container.welcome-experience .welcome-experience-step-2 h6 {
        font-size: 1em;
        font-weight: 700
    }

    #modalWindow .modal-container.welcome-experience .welcome-buttons {
        flex-wrap: wrap;
        position: fixed;
        flex-direction: column-reverse;
        align-items: center;
        bottom: 10px;
        right: 1%;
        width: 98%;
        padding: 0 10px;
        background: #FFF
    }

    #modalWindow .modal-container.welcome-experience .welcome-buttons a.button {
        width: calc(100% - 1em);
        margin: 0 .5em
    }

    #modalWindow .modal-container.welcome-experience .welcome-buttons a.button.button-blue-outline {
        border: none
    }
}

@media only screen and (min-width: 769px) {
    .dashboard-content .content .status-messages {
        max-width:1245px
    }

    section .section-tab-nav {
        box-shadow: -1px 4px 5px 0 #CCC
    }

    section .section-tab-nav .nav-tabs {
        flex-direction: row-reverse;
        justify-content: flex-end;
        flex-wrap: nowrap
    }

    section .section-tab-nav .nav-item {
        max-width: none
    }

    .dashboard-sub-tab-nav {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-end;
        height: 35px
    }

    .dashboard-sub-tab-nav a {
        flex-shrink: 1;
        width: 20%;
        max-width: 200px;
        padding: .75em 0;
        text-align: center;
        line-height: .85em;
        font-size: .7em;
        text-transform: uppercase;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: 35px;
        background: #FFF;
        color: #008CFD
    }

    .dashboard-sub-tab-nav a.active {
        font-weight: 700;
        font-size: .85em;
        padding-top: 10px;
        margin-top: -3px;
        border-top: 3px solid #008CFD;
        height: 38px;
        background: #E7EAEC;
        border-left: 1px solid #D4D9DD;
        border-right: 1px solid #D4D9DD;
        color: #303538;
        border-bottom: 1px solid #E7EAEC;
        margin-bottom: -1px
    }

    .dashboard-sub-tab-nav a:first-child {
        margin-left: 0
    }

    .dashboard-sub-tab-content {
        border: 1px solid #D4D9DD
    }

    .dashboard-sub-tab-content .head {
        background: #E7EAEC;
        padding: 10px
    }

    .dashboard-sub-tab-content .head a.download-excel {
        font-size: .85em;
        align-items: baseline;
        display: flex
    }

    .dashboard-sub-tab-content .head a.download-excel img {
        margin-right: 5px
    }

    .dashboard-sub-tab-content .head .customselect.rounded {
        float: right
    }

    .dashboard-sub-tab-content .head .customselect.rounded label {
        background: #FFF;
        border: none;
        box-shadow: 0 0 3px #B7BDC0;
        padding: 8px 30px 8px 8px;
        font-size: .85em;
        font-weight: 400
    }

    .dashboard-sub-tab-content .head .customselect.rounded label .switch {
        top: 4px
    }

    .dashboard-sub-tab-content .table thead {
        font-size: .85em
    }

    .dashboard-sub-tab-content .table tbody {
        font-size: 1em
    }

    .account-documents-wrap {
        padding: 43px 40px 70px
    }

    .widget-certificates-documents {
        flex-grow: 3;
        flex-shrink: 2;
        padding-right: 55px
    }

    .dashboard-insurance-discount {
        width: 462px;
        flex-shrink: 1;
        flex-grow: 2
    }

    .dashboard-additional-certificates {
        padding-top: 55px
    }

    .dashboard-on-site-assessment {
        padding-top: 35px
    }

    a.button.pulse-portal-link {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 14px;
        padding: .5em 1.5em;
        height: auto
    }

    #modalWindow .modal-container.welcome-experience-intro img {
        width: 100%
    }

    #modalWindow .modal-container.welcome-experience .welcome-content {
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: 50%
    }
}

.accLogin,.login-component,.picLogin,.ps-login-component,.resetpic {
    box-shadow: 0 0 20px #DDD
}

.accLogin .success h4,.login-component .success h4,.picLogin .success h4,.ps-login-component .success h4 {
    font-weight: 700
}

@media only screen and (min-width: 769px) and (max-width:1100px) {
    .dashboard-additional-bottom-part .widgets-row.bottom-widgets-row {
        flex-direction:column
    }

    .dashboard-additional-bottom-part .widgets-row.bottom-widgets-row #dashboardSupportWidget {
        max-width: 100%;
        margin-right: 0
    }

    .dashboard-additional-bottom-part .widgets-row.bottom-widgets-row .emergency-contacts {
        width: 100%;
        margin-top: 2.5em
    }

    section .section-tab-nav .nav.nav-tabs .nav-item a.nav-link {
        padding: .5rem
    }

    .dashboard-sub-tab-nav a {
        padding: .75rem;
        line-height: 1;
        width: auto
    }

    .dashboard-sub-tab-nav a.active {
        padding: .75rem;
        font-size: .75em
    }

    #dashboardWrapper #sidebar-wrapper .dashboard-content .content {
        padding: 20px
    }

    section .section-content {
        padding: 25px
    }
}

.login-component {
    width: 400px;
    min-height: 450px;
    background: #FFF;
    padding: 15px;
    position: relative
}

.login-component .uncompleted-registration-warn {
    padding: 25px 35px 0;
    text-align: right
}

.login-component .uncompleted-registration-warn p {
    margin-top: 0;
    text-align: center
}

.login-component .uncompleted-registration-warn p:first-child {
    margin-bottom: 0
}

.login-component .myadt-logo {
    height: 60px;
    text-align: right
}

.login-component .myadt-logo img {
    height: 40px;
    width: 70px
}

.login-component .form {
    margin: 10px 20px
}

.login-component h3 {
    font-size: 1.75em;
    margin-bottom: 0;
    text-align: center
}

.login-component .checkbox-wrapper {
    float: left
}

.login-component .register-form .checkbox-wrapper {
    float: none
}

.login-component a.forgot-password {
    display: block;
    float: right;
    color: #008CFD;
    text-decoration: underline
}

.login-component p {
    margin-bottom: 15px;
    font-size: .875em;
    text-align: center;
    margin-top: 8px
}

.login-component p.terms-link {
    margin-top: 20px
}

.login-component p.sub-text {
    text-align: center
}

.login-component .buttons {
    margin-top: 30px;
    margin-bottom: 10px
}

.login-component .buttons.flex a.button {
    margin: 0 10px
}

.login-component a.button {
    font-size: 1.1em;
    padding: .5em 20px;
    height: 2.25em;
    margin: 0 auto;
    flex-grow: 1;
    max-width: 70%
}

.login-component .weird-cancel-link-design {
    position: relative;
    right: 0;
    bottom: 0
}

.login-component .success .blue-check {
    height: 51px;
    width: 54px;
    margin-bottom: 40px
}

.login-component .success h4,.login-component .success h6 {
    margin-bottom: 40px
}

.login-component .success h6 {
    font-weight: 400
}

@media only screen and (max-width: 768px) {
    .login-component {
        width:auto
    }

    .login-component h3 {
        font-weight: 700;
        text-align: left;
        font-size: 1.2em;
        margin-left: 20px;
        margin-bottom: 25px;
        margin-top: 15px;
        line-height: 1
    }

    .login-component .myadt-logo {
        display: none
    }

    .login-component .auth-payment-cta,.login-component .express-pay-cta {
        display: flex;
        flex-direction: row-reverse
    }

    .login-component .auth-payment-cta a,.login-component .express-pay-cta a {
        width: 50%;
        position: relative;
        right: 0;
        padding: 4px 16px;
        display: block;
        text-align: right;
        color: #008CFD;
        text-decoration: none
    }

    .login-component .auth-payment-cta a {
        background: #045EB5;
        color: #FFF
    }

    .login-component .form .input-wrapper {
        margin-bottom: 30px;
        padding: 15px 10px
    }

    .login-component .form a.forgot-password {
        float: none;
        text-align: right;
        font-size: .9em;
        margin-bottom: 5px
    }

    .login-component .buttons {
        display: flex;
        flex-direction: row;
        justify-content: flex-end
    }

    .login-component a.button {
        flex-grow: 0;
        margin: 15px 0 15px auto;
        right: 0;
        width: auto
    }

    .login-component a.button.center-layout {
        margin: 15px auto
    }

    .login-component p.sub-text {
        text-align: left;
        margin-left: 20px;
        margin-right: 20px;
        font-size: 1em
    }

    .login-component p.sub-text.right-mobile {
        text-align: right
    }

    .login-component .forgot-password-form a.button.reset-by-email,.login-component .forgot-password-form a.button.reset-by-question {
        margin: 15px auto
    }

    .login-component .register-form table {
        font-size: .8em
    }

    .login-component .register-form table a.button {
        padding: .5em 0
    }

    .login-component .register-form .form.myadt-form.details {
        margin: 0;
        flex-direction: column
    }

    .login-component .register-form .form.myadt-form.details .input-wrapper,.login-component .register-form .form.myadt-form.details .select-wrapper {
        width: 100%
    }

    .login-component .register-form .checkbox-wrapper {
        float: none
    }

    .login-component .register-form .buttons a.button {
        font-size: .9em;
        flex-grow: 0;
        min-width: 20%;
        padding: .5em 10px
    }
}

@media only screen and (min-width: 769px) {
    #registerAccount .complete-registration-container .body .details.form .select-wrapper .customselect>select:focus,#registerAccount .complete-registration-container .head .close:focus,.login-component .complete-registration-container .body .details.form .select-wrapper .customselect>select:focus,.login-component .complete-registration-container .head .close:focus {
        outline:0
    }

    .login-component .complete-registration-container {
        position: absolute;
        top: -10px;
        right: -20px;
        width: 700px
    }

    #indexContent .login-component {
        height: auto
    }

    #registerAccount .complete-registration-container,.login-component .complete-registration-container {
        height: 375px;
        overflow: hidden;
        background: #FFF
    }

    #registerAccount .complete-registration-container .head,.login-component .complete-registration-container .head {
        background: #F3F5F6;
        border-bottom: 1px solid #D4D9DD;
        padding: 15px;
        text-align: center
    }

    #registerAccount .complete-registration-container .head .title,.login-component .complete-registration-container .head .title {
        width: 100%;
        padding: 0;
        font-size: 1.5rem;
        font-weight: 700
    }

    #registerAccount .complete-registration-container .head .close,.login-component .complete-registration-container .head .close {
        flex-grow: 0;
        font-size: 1.5em;
        padding: 0;
        margin: 5px 0 0;
        width: 18px;
        height: 18px;
        background: url(../images/v2/icons/close-x.png) center center no-repeat
    }

    #registerAccount .complete-registration-container .body,.login-component .complete-registration-container .body {
        padding: 20px;
        height: 310px;
        overflow: auto
    }

    #registerAccount .complete-registration-container .body p,.login-component .complete-registration-container .body p {
        font-size: .9em
    }

    #registerAccount .complete-registration-container .body table,.login-component .complete-registration-container .body table {
        border: 1px solid #D4D9DD;
        border-top-color: #D4D9DD
    }

    #registerAccount .complete-registration-container .body table tr,.login-component .complete-registration-container .body table tr {
        padding: 25px 0;
        vertical-align: middle
    }

    #registerAccount .complete-registration-container .body table thead,.login-component .complete-registration-container .body table thead {
        background: #D4D9DD
    }

    #registerAccount .complete-registration-container .body table thead tr,.login-component .complete-registration-container .body table thead tr {
        border: 1px solid #D4D9DD;
        border-bottom-width: 0
    }

    #registerAccount .complete-registration-container .body table tbody tr:nth-child(2n-1),.login-component .complete-registration-container .body table tbody tr:nth-child(2n-1) {
        background: #F3F5F6
    }

    #registerAccount .complete-registration-container .body table tbody tr td,.login-component .complete-registration-container .body table tbody tr td {
        font-size: 1em
    }

    #registerAccount .complete-registration-container .body table tbody tr td span,.login-component .complete-registration-container .body table tbody tr td span {
        display: block;
        padding: 10px 0;
        line-height: 1
    }

    #registerAccount .complete-registration-container .body table tbody tr td a span,.login-component .complete-registration-container .body table tbody tr td a span {
        padding: 0
    }

    #registerAccount .complete-registration-container .body table tbody tr td .button,.login-component .complete-registration-container .body table tbody tr td .button {
        white-space: nowrap;
        max-width: 100%;
        width: 125px;
        font-size: .8em;
        padding: .9em 0;
        height: 3em
    }

    #registerAccount .complete-registration-container .body .details.form,.login-component .complete-registration-container .body .details.form {
        flex-wrap: wrap;
        margin: 10px 0
    }

    #registerAccount .complete-registration-container .body .details.form>div,.login-component .complete-registration-container .body .details.form>div {
        width: 49%;
        flex-grow: 0;
        flex-shrink: 0
    }

    #registerAccount .complete-registration-container .body .details.form .input-answer-wrapper,#registerAccount .complete-registration-container .body .details.form .select-wrapper,.login-component .complete-registration-container .body .details.form .input-answer-wrapper,.login-component .complete-registration-container .body .details.form .select-wrapper {
        width: 100%
    }

    #registerAccount .complete-registration-container .body .details.form>div p,.login-component .complete-registration-container .body .details.form>div p {
        font-size: .8em;
        margin: 17px 0
    }

    #registerAccount .complete-registration-container .body .details.form .select-wrapper .customselect>select,.login-component .complete-registration-container .body .details.form .select-wrapper .customselect>select {
        opacity: initial;
        z-index: 0;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: #F3F5F6;
        border: 1px solid #D4D9DD;
        padding: 14px 10px;
        display: block;
        line-height: 1.4
    }

    #registerAccount .complete-registration-container .body .details.form .select-wrapper .customselect>select::-ms-expand,.login-component .complete-registration-container .body .details.form .select-wrapper .customselect>select::-ms-expand {
        display: none
    }

    #registerAccount .complete-registration-container .body .details.form .select-wrapper .customselect label .label-value,.login-component .complete-registration-container .body .details.form .select-wrapper .customselect label .label-value {
        max-width: 400px
    }

    #registerAccount .complete-registration-container .body .details.form .customselect,#registerAccount .complete-registration-container .body .details.form .input-wrapper,.login-component .complete-registration-container .body .details.form .customselect,.login-component .complete-registration-container .body .details.form .input-wrapper {
        margin-bottom: 15px
    }

    #registerAccount .complete-registration-container .body .checkbox-wrapper,.login-component .complete-registration-container .body .checkbox-wrapper {
        float: none
    }

    #registerAccount .complete-registration-container .body .gray-box,.login-component .complete-registration-container .body .gray-box {
        margin: 120px 0 60px;
        padding: 30px 15px;
        text-align: center;
        background: #F3F5F6
    }

    #registerAccount .complete-registration-container .body .buttons,.login-component .complete-registration-container .body .buttons {
        margin-top: 15px
    }

    #registerAccount .complete-registration-container .body .buttons a.button,.login-component .complete-registration-container .body .buttons a.button {
        flex-grow: 0;
        min-width: 20%
    }

    .marquee .login-component .complete-registration-container {
        height: 580px
    }

    .marquee .login-component .complete-registration-container .body {
        height: 520px;
        padding-bottom: 0
    }
}

.registration-type {
    align-items: inherit
}

.registration-type a.button {
    max-width: 100%;
    width: 100%;
    color: #008CFD;
    margin: 10px auto
}

.registration-type a.button.cancel {
    text-align: right;
    margin-top: 2em;
    padding: 0
}

#registerAccount .center-text a {
    margin: 1em 4.5em 0 2em
}

.ps-login-component {
    width: 400px;
    min-height: 370px;
    background: #FFF;
    padding: 15px;
    position: relative
}

.ps-login-component .uncompleted-registration-warn {
    padding: 25px 35px 0;
    text-align: right
}

.ps-login-component .uncompleted-registration-warn p {
    margin-top: 0;
    text-align: center
}

.ps-login-component .uncompleted-registration-warn p:first-child {
    margin-bottom: 0
}

.ps-login-component .myadt-logo {
    height: 60px;
    text-align: right
}

.ps-login-component .myadt-logo img {
    height: 40px;
    width: 70px
}

.ps-login-component .form {
    margin: 10px 20px
}

.ps-login-component .form .forgot-pwd {
    text-align: right
}

.ps-login-component h3 {
    font-size: 1.75em;
    margin-bottom: 0;
    text-align: center
}

.ps-login-component .checkbox-wrapper {
    float: left
}

.ps-login-component p {
    margin-bottom: 15px;
    font-size: .875em;
    text-align: center;
    margin-top: 8px
}

.ps-login-component p.terms-link {
    margin-top: 20px
}

.ps-login-component p.sub-text {
    text-align: center
}

.ps-login-component .buttons {
    margin-top: 30px;
    margin-bottom: 10px
}

.ps-login-component .buttons.flex a.button {
    margin: 0 10px
}

.ps-login-component a.button {
    font-size: 1.1em;
    padding: .5em 20px;
    height: 2.25em;
    margin: 0 auto;
    flex-grow: 1;
    max-width: 70%
}

.ps-login-component .weird-cancel-link-design {
    position: relative;
    right: 0;
    bottom: 0
}

.ps-login-component .success .blue-check {
    height: 51px;
    width: 54px;
    margin-bottom: 40px
}

.ps-login-component .success h4,.ps-login-component .success h6 {
    margin-bottom: 40px
}

.ps-login-component .success h6 {
    font-weight: 400
}

@media only screen and (max-width: 768px) {
    .ps-login-component .myadt-logo {
        height:40px
    }

    .ps-login-component .form .input-wrapper {
        margin-bottom: 30px;
        padding: 15px 10px
    }

    .ps-login-component .form a.forgot-password {
        float: none;
        text-align: right;
        font-size: .9em;
        margin-bottom: 5px
    }

    .ps-login-component a.button {
        width: auto
    }

    .ps-login-component a.button.center-layout {
        margin: 15px auto
    }

    .ps-login-component p.sub-text {
        text-align: left;
        margin-left: 20px;
        margin-right: 20px;
        font-size: 1em
    }

    .ps-login-component p.sub-text.right-mobile {
        text-align: right
    }
}

@media only screen and (min-width: 769px) {
    #registerAccount .complete-registration-container .body .details.form .select-wrapper .customselect>select:focus,#registerAccount .complete-registration-container .head .close:focus,.ps-login-component .complete-registration-container .body .details.form .select-wrapper .customselect>select:focus,.ps-login-component .complete-registration-container .head .close:focus {
        outline:0
    }

    .ps-login-component .complete-registration-container {
        position: absolute;
        top: -10px;
        right: -20px;
        width: 700px
    }

    #indexContent .ps-login-component {
        height: auto
    }

    #registerAccount .complete-registration-container,.ps-login-component .complete-registration-container {
        height: 375px;
        overflow: hidden;
        background: #FFF
    }

    #registerAccount .complete-registration-container .head,.ps-login-component .complete-registration-container .head {
        background: #F3F5F6;
        border-bottom: 1px solid #D4D9DD;
        padding: 15px;
        text-align: center
    }

    #registerAccount .complete-registration-container .head .title,.ps-login-component .complete-registration-container .head .title {
        width: 100%;
        padding: 0;
        font-size: 1.5rem;
        font-weight: 700
    }

    #registerAccount .complete-registration-container .head .close,.ps-login-component .complete-registration-container .head .close {
        flex-grow: 0;
        font-size: 1.5em;
        padding: 0;
        margin: 5px 0 0;
        width: 18px;
        height: 18px;
        background: url(../images/v2/icons/close-x.png) center center no-repeat
    }

    #registerAccount .complete-registration-container .body,.ps-login-component .complete-registration-container .body {
        padding: 20px;
        height: 310px;
        overflow: auto
    }

    #registerAccount .complete-registration-container .body p,.ps-login-component .complete-registration-container .body p {
        font-size: .9em
    }

    #registerAccount .complete-registration-container .body table,.ps-login-component .complete-registration-container .body table {
        border: 1px solid #D4D9DD;
        border-top-color: #D4D9DD
    }

    #registerAccount .complete-registration-container .body table tr,.ps-login-component .complete-registration-container .body table tr {
        padding: 25px 0;
        vertical-align: middle
    }

    #registerAccount .complete-registration-container .body table thead,.ps-login-component .complete-registration-container .body table thead {
        background: #D4D9DD
    }

    #registerAccount .complete-registration-container .body table thead tr,.ps-login-component .complete-registration-container .body table thead tr {
        border: 1px solid #D4D9DD;
        border-bottom-width: 0
    }

    #registerAccount .complete-registration-container .body table tbody tr:nth-child(2n-1),.ps-login-component .complete-registration-container .body table tbody tr:nth-child(2n-1) {
        background: #F3F5F6
    }

    #registerAccount .complete-registration-container .body table tbody tr td,.ps-login-component .complete-registration-container .body table tbody tr td {
        font-size: 1em
    }

    #registerAccount .complete-registration-container .body table tbody tr td span,.ps-login-component .complete-registration-container .body table tbody tr td span {
        display: block;
        padding: 10px 0;
        line-height: 1
    }

    #registerAccount .complete-registration-container .body table tbody tr td a span,.ps-login-component .complete-registration-container .body table tbody tr td a span {
        padding: 0
    }

    #registerAccount .complete-registration-container .body table tbody tr td .button,.ps-login-component .complete-registration-container .body table tbody tr td .button {
        white-space: nowrap;
        max-width: 100%;
        width: 125px;
        font-size: .8em;
        padding: .9em 0;
        height: 3em
    }

    #registerAccount .complete-registration-container .body .details.form,.ps-login-component .complete-registration-container .body .details.form {
        flex-wrap: wrap;
        margin: 10px 0
    }

    #registerAccount .complete-registration-container .body .details.form>div,.ps-login-component .complete-registration-container .body .details.form>div {
        width: 49%;
        flex-grow: 0;
        flex-shrink: 0
    }

    #registerAccount .complete-registration-container .body .details.form .input-answer-wrapper,#registerAccount .complete-registration-container .body .details.form .select-wrapper,.ps-login-component .complete-registration-container .body .details.form .input-answer-wrapper,.ps-login-component .complete-registration-container .body .details.form .select-wrapper {
        width: 100%
    }

    #registerAccount .complete-registration-container .body .details.form>div p,.ps-login-component .complete-registration-container .body .details.form>div p {
        font-size: .8em;
        margin: 17px 0
    }

    #registerAccount .complete-registration-container .body .details.form .select-wrapper .customselect>select,.ps-login-component .complete-registration-container .body .details.form .select-wrapper .customselect>select {
        opacity: initial;
        z-index: 0;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: #F3F5F6;
        border: 1px solid #D4D9DD;
        padding: 14px 10px;
        display: block;
        line-height: 1.4
    }

    #registerAccount .complete-registration-container .body .details.form .select-wrapper .customselect>select::-ms-expand,.ps-login-component .complete-registration-container .body .details.form .select-wrapper .customselect>select::-ms-expand {
        display: none
    }

    #registerAccount .complete-registration-container .body .details.form .select-wrapper .customselect label .label-value,.ps-login-component .complete-registration-container .body .details.form .select-wrapper .customselect label .label-value {
        max-width: 400px
    }

    #registerAccount .complete-registration-container .body .details.form .customselect,#registerAccount .complete-registration-container .body .details.form .input-wrapper,.ps-login-component .complete-registration-container .body .details.form .customselect,.ps-login-component .complete-registration-container .body .details.form .input-wrapper {
        margin-bottom: 15px
    }

    #registerAccount .complete-registration-container .body .checkbox-wrapper,.ps-login-component .complete-registration-container .body .checkbox-wrapper {
        float: none
    }

    #registerAccount .complete-registration-container .body .gray-box,.ps-login-component .complete-registration-container .body .gray-box {
        margin: 120px 0 60px;
        padding: 30px 15px;
        text-align: center;
        background: #F3F5F6
    }

    #registerAccount .complete-registration-container .body .buttons,.ps-login-component .complete-registration-container .body .buttons {
        margin-top: 15px
    }

    #registerAccount .complete-registration-container .body .buttons a.button,.ps-login-component .complete-registration-container .body .buttons a.button {
        flex-grow: 0;
        min-width: 20%
    }

    .marquee .ps-login-component .complete-registration-container {
        height: 580px
    }

    .marquee .ps-login-component .complete-registration-container .body {
        height: 520px;
        padding-bottom: 0
    }
}

.picLogin {
    width: 400px;
    min-height: 390px;
    background: #FFF;
    padding: 15px;
    position: relative
}

.picLogin .uncompleted-registration-warn {
    padding: 25px 35px 0;
    text-align: right
}

.picLogin .uncompleted-registration-warn p {
    margin-top: 0;
    text-align: center
}

.picLogin .uncompleted-registration-warn p:first-child {
    margin-bottom: 0
}

.picLogin .myadt-logo {
    height: 60px;
    text-align: right
}

.picLogin h3,.picLogin p,.picLogin p.sub-text {
    text-align: center
}

.picLogin .myadt-logo img {
    height: 40px;
    width: 70px
}

.picLogin .form {
    margin: 10px 20px
}

.picLogin h3 {
    font-size: 1.75em;
    margin-bottom: 0
}

.picLogin p {
    margin-bottom: 15px;
    font-size: .875em;
    margin-top: 8px
}

.picLogin p.terms-link {
    margin-top: 20px
}

.picLogin .buttons {
    margin: 20px 0
}

.picLogin .buttons.flex a.button {
    margin: 0 10px
}

.picLogin a.button {
    font-size: 1.1em;
    padding: .5em 20px;
    height: 2.25em;
    margin: 0 auto;
    flex-grow: 1;
    max-width: 70%
}

.picLogin .success .blue-check {
    height: 51px;
    width: 54px;
    margin-bottom: 40px
}

.picLogin .success h4,.picLogin .success h6 {
    margin-bottom: 40px
}

.picLogin .success h6 {
    font-weight: 400
}

@media only screen and (max-width: 768px) {
    .picLogin .myadt-logo {
        height:40px
    }

    .picLogin .form .input-wrapper {
        margin-bottom: 30px;
        padding: 15px 10px
    }

    .picLogin .form a.forgot-password {
        float: none;
        text-align: right;
        font-size: .9em;
        margin-bottom: 5px
    }

    .picLogin a.button {
        width: auto
    }

    .picLogin a.button.center-layout {
        margin: 15px auto
    }
}

@media only screen and (min-width: 769px) {
    #registerAccount .complete-registration-container .body .details.form .select-wrapper .customselect>select:focus,#registerAccount .complete-registration-container .head .close:focus,.picLogin .complete-registration-container .body .details.form .select-wrapper .customselect>select:focus,.picLogin .complete-registration-container .head .close:focus {
        outline:0
    }

    .picLogin .complete-registration-container {
        position: absolute;
        top: -10px;
        right: -20px;
        width: 700px
    }

    #registerAccount .complete-registration-container,.picLogin .complete-registration-container {
        height: 375px;
        overflow: hidden;
        background: #FFF
    }

    #registerAccount .complete-registration-container .head,.picLogin .complete-registration-container .head {
        background: #F3F5F6;
        border-bottom: 1px solid #D4D9DD;
        padding: 15px;
        text-align: center
    }

    #registerAccount .complete-registration-container .head .title,.picLogin .complete-registration-container .head .title {
        width: 100%;
        padding: 0;
        font-size: 1.5rem;
        font-weight: 700
    }

    #registerAccount .complete-registration-container .head .close,.picLogin .complete-registration-container .head .close {
        flex-grow: 0;
        font-size: 1.5em;
        padding: 0;
        margin: 5px 0 0;
        width: 18px;
        height: 18px;
        background: url(../images/v2/icons/close-x.png) center center no-repeat
    }

    #registerAccount .complete-registration-container .body,.picLogin .complete-registration-container .body {
        padding: 20px;
        height: 310px;
        overflow: auto
    }

    #registerAccount .complete-registration-container .body p,.picLogin .complete-registration-container .body p {
        font-size: .9em
    }

    #registerAccount .complete-registration-container .body table,.picLogin .complete-registration-container .body table {
        border: 1px solid #D4D9DD;
        border-top-color: #D4D9DD
    }

    #registerAccount .complete-registration-container .body table tr,.picLogin .complete-registration-container .body table tr {
        padding: 25px 0;
        vertical-align: middle
    }

    #registerAccount .complete-registration-container .body table thead,.picLogin .complete-registration-container .body table thead {
        background: #D4D9DD
    }

    #registerAccount .complete-registration-container .body table thead tr,.picLogin .complete-registration-container .body table thead tr {
        border: 1px solid #D4D9DD;
        border-bottom-width: 0
    }

    #registerAccount .complete-registration-container .body table tbody tr:nth-child(2n-1),.picLogin .complete-registration-container .body table tbody tr:nth-child(2n-1) {
        background: #F3F5F6
    }

    #registerAccount .complete-registration-container .body table tbody tr td,.picLogin .complete-registration-container .body table tbody tr td {
        font-size: 1em
    }

    #registerAccount .complete-registration-container .body table tbody tr td span,.picLogin .complete-registration-container .body table tbody tr td span {
        display: block;
        padding: 10px 0;
        line-height: 1
    }

    #registerAccount .complete-registration-container .body table tbody tr td a span,.picLogin .complete-registration-container .body table tbody tr td a span {
        padding: 0
    }

    #registerAccount .complete-registration-container .body table tbody tr td .button,.picLogin .complete-registration-container .body table tbody tr td .button {
        white-space: nowrap;
        max-width: 100%;
        width: 125px;
        font-size: .8em;
        padding: .9em 0;
        height: 3em
    }

    #registerAccount .complete-registration-container .body .details.form,.picLogin .complete-registration-container .body .details.form {
        flex-wrap: wrap;
        margin: 10px 0
    }

    #registerAccount .complete-registration-container .body .details.form>div,.picLogin .complete-registration-container .body .details.form>div {
        width: 49%;
        flex-grow: 0;
        flex-shrink: 0
    }

    #registerAccount .complete-registration-container .body .details.form .input-answer-wrapper,#registerAccount .complete-registration-container .body .details.form .select-wrapper,.picLogin .complete-registration-container .body .details.form .input-answer-wrapper,.picLogin .complete-registration-container .body .details.form .select-wrapper {
        width: 100%
    }

    #registerAccount .complete-registration-container .body .details.form>div p,.picLogin .complete-registration-container .body .details.form>div p {
        font-size: .8em;
        margin: 17px 0
    }

    #registerAccount .complete-registration-container .body .details.form .select-wrapper .customselect>select,.picLogin .complete-registration-container .body .details.form .select-wrapper .customselect>select {
        opacity: initial;
        z-index: 0;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: #F3F5F6;
        border: 1px solid #D4D9DD;
        padding: 14px 10px;
        display: block;
        line-height: 1.4
    }

    #registerAccount .complete-registration-container .body .details.form .select-wrapper .customselect>select::-ms-expand,.picLogin .complete-registration-container .body .details.form .select-wrapper .customselect>select::-ms-expand {
        display: none
    }

    #registerAccount .complete-registration-container .body .details.form .select-wrapper .customselect label .label-value,.picLogin .complete-registration-container .body .details.form .select-wrapper .customselect label .label-value {
        max-width: 400px
    }

    #registerAccount .complete-registration-container .body .details.form .customselect,#registerAccount .complete-registration-container .body .details.form .input-wrapper,.picLogin .complete-registration-container .body .details.form .customselect,.picLogin .complete-registration-container .body .details.form .input-wrapper {
        margin-bottom: 15px
    }

    #registerAccount .complete-registration-container .body .gray-box,.picLogin .complete-registration-container .body .gray-box {
        margin: 120px 0 60px;
        padding: 30px 15px;
        text-align: center;
        background: #F3F5F6
    }

    #registerAccount .complete-registration-container .body .buttons,.picLogin .complete-registration-container .body .buttons {
        margin-top: 15px
    }

    #registerAccount .complete-registration-container .body .buttons a.button,.picLogin .complete-registration-container .body .buttons a.button {
        flex-grow: 0;
        min-width: 20%
    }
}

.accLogin {
    width: 400px;
    min-height: 390px;
    background: #FFF;
    padding: 15px;
    position: relative
}

.accLogin .uncompleted-registration-warn {
    padding: 25px 35px 0;
    text-align: right
}

.accLogin .uncompleted-registration-warn p {
    margin-top: 0;
    text-align: center
}

.accLogin .uncompleted-registration-warn p:first-child {
    margin-bottom: 0
}

.accLogin .myadt-logo {
    height: 60px;
    text-align: right
}

.accLogin h3,.accLogin p,.accLogin p.sub-text {
    text-align: center
}

.accLogin .myadt-logo img {
    height: 40px;
    width: 70px
}

.accLogin .form {
    margin: 10px 20px
}

.accLogin h3 {
    font-size: 1.75em;
    margin-bottom: 0
}

.accLogin p {
    margin-bottom: 15px;
    font-size: .875em;
    margin-top: 8px
}

.accLogin p.terms-link {
    margin-top: 20px
}

.accLogin .buttons {
    margin: 20px 0
}

.accLogin .buttons.flex a.button {
    margin: 0 10px
}

.accLogin a.button {
    font-size: 1.1em;
    padding: .5em 20px;
    height: 2.25em;
    margin: 0 auto;
    flex-grow: 1;
    max-width: 70%
}

.accLogin .success .blue-check {
    height: 51px;
    width: 54px;
    margin-bottom: 40px
}

.accLogin .success h4,.accLogin .success h6 {
    margin-bottom: 40px
}

.accLogin .success h6 {
    font-weight: 400
}

@media only screen and (max-width: 768px) {
    .accLogin .myadt-logo {
        height:40px
    }

    .accLogin .form .input-wrapper {
        margin-bottom: 30px;
        padding: 15px 10px
    }

    .accLogin .form a.forgot-password {
        float: none;
        text-align: right;
        font-size: .9em;
        margin-bottom: 5px
    }

    .accLogin a.button {
        width: auto
    }

    .accLogin a.button.center-layout {
        margin: 15px auto
    }
}

@media only screen and (min-width: 769px) {
    #registerAccount .complete-registration-container .body .details.form .select-wrapper .customselect>select:focus,#registerAccount .complete-registration-container .head .close:focus,.accLogin .complete-registration-container .body .details.form .select-wrapper .customselect>select:focus,.accLogin .complete-registration-container .head .close:focus {
        outline:0
    }

    .accLogin .complete-registration-container {
        position: absolute;
        top: -10px;
        right: -20px;
        width: 700px
    }

    #registerAccount .complete-registration-container,.accLogin .complete-registration-container {
        height: 375px;
        overflow: hidden;
        background: #FFF
    }

    #registerAccount .complete-registration-container .head,.accLogin .complete-registration-container .head {
        background: #F3F5F6;
        border-bottom: 1px solid #D4D9DD;
        padding: 15px;
        text-align: center
    }

    #registerAccount .complete-registration-container .head .title,.accLogin .complete-registration-container .head .title {
        width: 100%;
        padding: 0;
        font-size: 1.5rem;
        font-weight: 700
    }

    #registerAccount .complete-registration-container .head .close,.accLogin .complete-registration-container .head .close {
        flex-grow: 0;
        font-size: 1.5em;
        padding: 0;
        margin: 5px 0 0;
        width: 18px;
        height: 18px;
        background: url(../images/v2/icons/close-x.png) center center no-repeat
    }

    #registerAccount .complete-registration-container .body,.accLogin .complete-registration-container .body {
        padding: 20px;
        height: 310px;
        overflow: auto
    }

    #registerAccount .complete-registration-container .body p,.accLogin .complete-registration-container .body p {
        font-size: .9em
    }

    #registerAccount .complete-registration-container .body table,.accLogin .complete-registration-container .body table {
        border: 1px solid #D4D9DD;
        border-top-color: #D4D9DD
    }

    #registerAccount .complete-registration-container .body table tr,.accLogin .complete-registration-container .body table tr {
        padding: 25px 0;
        vertical-align: middle
    }

    #registerAccount .complete-registration-container .body table thead,.accLogin .complete-registration-container .body table thead {
        background: #D4D9DD
    }

    #registerAccount .complete-registration-container .body table thead tr,.accLogin .complete-registration-container .body table thead tr {
        border: 1px solid #D4D9DD;
        border-bottom-width: 0
    }

    #registerAccount .complete-registration-container .body table tbody tr:nth-child(2n-1),.accLogin .complete-registration-container .body table tbody tr:nth-child(2n-1) {
        background: #F3F5F6
    }

    #registerAccount .complete-registration-container .body table tbody tr td,.accLogin .complete-registration-container .body table tbody tr td {
        font-size: 1em
    }

    #registerAccount .complete-registration-container .body table tbody tr td span,.accLogin .complete-registration-container .body table tbody tr td span {
        display: block;
        padding: 10px 0;
        line-height: 1
    }

    #registerAccount .complete-registration-container .body table tbody tr td a span,.accLogin .complete-registration-container .body table tbody tr td a span {
        padding: 0
    }

    #registerAccount .complete-registration-container .body table tbody tr td .button,.accLogin .complete-registration-container .body table tbody tr td .button {
        white-space: nowrap;
        max-width: 100%;
        width: 125px;
        font-size: .8em;
        padding: .9em 0;
        height: 3em
    }

    #registerAccount .complete-registration-container .body .details.form,.accLogin .complete-registration-container .body .details.form {
        flex-wrap: wrap;
        margin: 10px 0
    }

    #registerAccount .complete-registration-container .body .details.form>div,.accLogin .complete-registration-container .body .details.form>div {
        width: 49%;
        flex-grow: 0;
        flex-shrink: 0
    }

    #registerAccount .complete-registration-container .body .details.form .input-answer-wrapper,#registerAccount .complete-registration-container .body .details.form .select-wrapper,.accLogin .complete-registration-container .body .details.form .input-answer-wrapper,.accLogin .complete-registration-container .body .details.form .select-wrapper {
        width: 100%
    }

    #registerAccount .complete-registration-container .body .details.form>div p,.accLogin .complete-registration-container .body .details.form>div p {
        font-size: .8em;
        margin: 17px 0
    }

    #registerAccount .complete-registration-container .body .details.form .select-wrapper .customselect>select,.accLogin .complete-registration-container .body .details.form .select-wrapper .customselect>select {
        opacity: initial;
        z-index: 0;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: #F3F5F6;
        border: 1px solid #D4D9DD;
        padding: 14px 10px;
        display: block;
        line-height: 1.4
    }

    #registerAccount .complete-registration-container .body .details.form .select-wrapper .customselect>select::-ms-expand,.accLogin .complete-registration-container .body .details.form .select-wrapper .customselect>select::-ms-expand {
        display: none
    }

    #registerAccount .complete-registration-container .body .details.form .select-wrapper .customselect label .label-value,.accLogin .complete-registration-container .body .details.form .select-wrapper .customselect label .label-value {
        max-width: 400px
    }

    #registerAccount .complete-registration-container .body .details.form .customselect,#registerAccount .complete-registration-container .body .details.form .input-wrapper,.accLogin .complete-registration-container .body .details.form .customselect,.accLogin .complete-registration-container .body .details.form .input-wrapper {
        margin-bottom: 15px
    }

    #registerAccount .complete-registration-container .body .gray-box,.accLogin .complete-registration-container .body .gray-box {
        margin: 120px 0 60px;
        padding: 30px 15px;
        text-align: center;
        background: #F3F5F6
    }

    #registerAccount .complete-registration-container .body .buttons,.accLogin .complete-registration-container .body .buttons {
        margin-top: 15px
    }

    #registerAccount .complete-registration-container .body .buttons a.button,.accLogin .complete-registration-container .body .buttons a.button {
        flex-grow: 0;
        min-width: 20%
    }
}

.resetpic {
    width: 400px;
    min-height: 390px;
    background: #FFF;
    padding: 15px;
    position: relative
}

.resetpic .reset-header {
    margin: .5em;
    font-size: 1.5em
}

.resetpic .verbal-security-pass-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    color: #B7BDC0;
    text-transform: uppercase;
    margin-bottom: 0
}

.resetpic .inline-errors-messages {
    margin-bottom: 8px
}

.resetpic .profile-password-view {
    margin-left: 0;
    line-height: 25px
}

.resetpic ul {
    list-style: none;
    margin: 0 0 0 .5em
}

.resetpic ul li {
    margin-left: 0;
    margin-bottom: .2em;
    position: relative;
    clear: both
}

.resetpic ul li.profile-password-error-msg {
    color: #DF0000
}

.easypay-enroll-modal .nav span.active,.resetpic .profile-password-title a {
    color: #008CFD
}

.resetpic ul li.profile-password-error-msg.hidden {
    display: none
}

.resetpic ul li .edit-mode {
    margin-bottom: 1em
}

.resetpic ul li .item-title,.resetpic ul li .item-value {
    font-size: .8rem;
    padding-right: 5px
}

.resetpic ul li .input-wrapper {
    margin-bottom: 30px;
    padding: 15px 10px
}

@media only screen and (min-width: 769px) {
    .resetpic ul li .tool-tip .tip {
        padding:0;
        top: 40%;
        left: 100%
    }
}

.resetpic .profile-password-title {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #CCC;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-bottom: 10px
}

.resetpic .profile-password-requirements {
    font-size: .875em;
    line-height: 1.4;
    text-align: center
}

.resetpic .profile-password-requirements-second {
    width: calc(100% - 30px);
    box-shadow: 0 1px 6px 0 #CCC;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 20px;
    font-size: .875em;
    border-bottom: 4px solid #008CFD
}

.resetpic .profile-password-requirements-second>p {
    margin-bottom: 0
}

.resetpic .delete-password {
    flex-grow: 0;
    font-size: 1.5em;
    padding: 0;
    margin: 5px 0 0;
    width: 18px;
    height: 18px;
    background: url(../images/v2/icons/close-x.png) center center no-repeat;
    top: 15%;
    left: 98%;
    position: absolute
}

.easypay-intro-modal .inner,.resetpic .password-field-wrapper {
    position: relative
}

.resetpic .delete-password:focus {
    outline: 0
}

.resetpic .action-buttons {
    display: flex;
    border-top: 1px solid #ccc;
    padding-top: 1rem;
    width: calc(100% - 30px);
    justify-content: center
}

.resetpic .action-buttons a {
    flex-grow: .2;
    margin: 0 7px 20px
}

@media only screen and (max-width: 768px) {
    .resetpic li {
        margin-bottom:.8em
    }

    .resetpic .delete-password {
        left: 96%
    }

    .resetpic .action-buttons {
        flex-flow: column
    }

    .resetpic .action-buttons .button-blue-outline {
        border: none;
        order: 2
    }

    .resetpic .action-buttons a {
        flex-grow: .5
    }
}

.center {
    display: flex;
    justify-content: center;
    padding: 45px 10px
}

.creditEnquiryForm {
    width: 500px;
    min-height: 450px;
    background: #FFF;
    padding: 15px;
    box-shadow: 0 0 20px #DDD;
    position: relative
}

.creditEnquiryForm .myadt-logo {
    height: 60px;
    text-align: right
}

.creditEnquiryForm .myadt-logo img {
    height: 40px;
    width: 70px
}

.creditEnquiryForm .form {
    margin: 10px 20px
}

.creditEnquiryForm .form label {
    font-weight: 700;
    padding-bottom: .5em
}

.creditEnquiryForm .left-text {
    padding: 0 0 10px 15px
}

.creditEnquiryForm .success-text {
    padding: 3em 0
}

.creditEnquiryForm h3 {
    font-size: 1.75em;
    margin-bottom: .75em;
    text-align: center
}

.creditEnquiryForm p {
    margin-bottom: 15px;
    font-size: .875em;
    text-align: center;
    margin-top: 8px
}

.creditEnquiryForm p.terms-link {
    margin-top: 20px
}

.creditEnquiryForm p.sub-text {
    text-align: center
}

.creditEnquiryForm .buttons {
    margin: 20px 0;
    padding-top: .5em
}

.creditEnquiryForm .buttons.flex a.button {
    margin: 0 10px
}

.creditEnquiryForm a.button {
    font-size: 1.1em;
    padding: .5em 20px;
    height: 2.25em;
    margin: 0 auto;
    flex-grow: 1;
    max-width: 70%
}

.creditEnquiryForm .success .blue-check {
    height: 51px;
    width: 54px;
    margin-bottom: 40px
}

.creditEnquiryForm .success h4,.creditEnquiryForm .success h6 {
    margin-bottom: 40px
}

.creditEnquiryForm .success h4 {
    font-weight: 700
}

.creditEnquiryForm .success h6 {
    font-weight: 400
}

@media only screen and (max-width: 768px) {
    .creditEnquiryForm .myadt-logo {
        height:40px
    }

    .creditEnquiryForm .form .input-wrapper {
        margin-bottom: 30px;
        padding: 15px 10px
    }

    .creditEnquiryForm .form a.forgot-password {
        float: none;
        text-align: right;
        font-size: .9em;
        margin-bottom: 5px
    }

    .creditEnquiryForm a.button {
        width: auto
    }

    .creditEnquiryForm a.button.center-layout {
        margin: 15px auto
    }
}

.hide-salesforce-chat .embeddedServiceHelpButton {
    display: none
}

.easypay-intro-modal a.button {
    margin-left: auto;
    margin-right: auto
}

.easypay-intro-modal dl dd {
    flex-grow: 1
}

.easypay-intro-modal dl dt {
    width: 25%;
    text-align: right;
    margin-right: 1rem
}

.easypay-intro-modal .three-dot-edit-button {
    flex-grow: 0;
    position: absolute;
    top: 0;
    right: 0
}

#modalWindow .modal-container.easypay-enroll-modal .modal-dialog .modal-content .modal-body {
    max-height: inherit;
    overflow: inherit
}

#modalWindow .modal-container.easypay-enroll-modal .modal-dialog .modal-content .modal-footer .button {
    font-size: 1em
}

.video-billing-statement-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

.video-billing-statement-wrapper iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute
}

.easypay-enroll-modal .nav {
    margin: 0 0 15px
}

.easypay-enroll-modal .nav span {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    width: auto;
    max-width: 33%;
    padding: 5px 30px;
    flex-grow: 0
}

.easypay-enroll-modal .nav span:last-of-type {
    border: none
}

.easypay-enroll-modal .bank-info {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between
}

.easypay-enroll-modal .bank-info .section {
    flex-grow: 1;
    flex-shrink: 1
}

.easypay-enroll-modal .bank-info .section:first-child {
    margin-left: 43px
}

.easypay-enroll-modal .input-wrapper {
    max-width: 275px
}

.easypay-enroll-modal .input-wrapper .tool-tip {
    position: absolute;
    top: 0;
    right: -35px
}

.easypay-enroll-modal .input-wrapper.has-label .tool-tip {
    top: 3px
}

.easypay-enroll-modal .easypay-cancel-link {
    z-index: 0
}

.easypay-enroll-modal .ivr-info .button {
    margin: 3px 0
}

.easypay-enroll-modal .ivr-info .success-indicator {
    width: 200px;
    text-align: center;
    margin-top: 15px
}

@media only screen and (min-width: 769px) {
    .easypay-intro-modal .modal-header {
        background:#f5f5f5!important;
        border-bottom: 1px solid #D4D9DD;
        height: 70px!important;
        justify-content: flex-end!important
    }

    .easypay-intro-modal .modal-header .close-icon {
        flex-grow: 0
    }

    .easypay-intro-modal .modal-header .modal-title h5 {
        padding-top: 9px
    }

    .easypay-intro-modal a.button {
        margin-left: auto;
        margin-right: auto;
        max-width: 35%
    }

    .easypay-enroll-modal .hpf {
        height: 236px
    }

    .easypay-enroll-modal .easypay-next-step-link.cc-form {
        opacity: 0;
        z-index: -1;
        width: 160px
    }

    a.button.pulse-portal-link {
        position: absolute;
        top: -74px;
        right: 0;
        font-size: 14px;
        padding: .5em 1.5em;
        height: auto
    }
}

.contract-renewal-modal span {
    font-weight: 600
}

.contract-renewal-modal .details {
    padding-left: 16px;
    margin-top: 25px;
    margin-bottom: 25px
}

.contract-renewal-modal .title {
    padding-left: 16px;
    font-weight: 600
}

.contract-renewal-modal ol {
    list-style: none;
    counter-reset: index
}

.contract-renewal-modal ol li {
    counter-increment: index;
    margin-top: 25px
}

.contract-renewal-modal ol li::before {
    content: counter(index) ". ";
    font-weight: 700
}

@media only screen and (min-width: 769px) and (max-width:1280px) {
    .easypay-enroll-modal .nav span {
        max-width:50%;
        padding: 5px 60px
    }

    .easypay-enroll-modal .hpf {
        height: 267px
    }
}

@media only screen and (min-width: 576px) and (max-width:768px) {
    .easypay-enroll-modal .modal-dialog .modal-content .modal-body {
        padding:1em 0
    }
}

@media only screen and (max-width: 768px) {
    a.button.pulse-portal-link {
        margin:1.5em 0;
        color: #fff
    }

    .easypay-enroll-modal .status-messages span {
        padding: 1.6em 10px .6em!important;
        width: 100%!important
    }

    .easypay-enroll-modal h4 {
        margin-bottom: 1em
    }

    .easypay-enroll-modal p.center-text {
        margin-top: 1em;
        font-size: 13px
    }

    .easypay-enroll-modal .center-text+.checkbox-wrapper {
        position: absolute;
        bottom: 0
    }

    .easypay-enroll-modal .bank-info {
        margin-top: 2em
    }

    .easypay-enroll-modal .nav {
        border-radius: 50px;
        text-align: center;
        display: flex;
        flex-direction: row;
        overflow: hidden;
        background: #F3F5F6!important
    }

    .easypay-enroll-modal .nav span {
        padding: 20px;
        max-width: 50%;
        font-size: 1em;
        display: block;
        text-align: center;
        color: #000;
        flex-grow: 1
    }

    .easypay-enroll-modal .nav span:first-of-type {
        border-right: 0
    }

    .easypay-enroll-modal .nav span.active {
        font-weight: 400;
        color: #008CFD;
        background: #fff;
        border-radius: 50px;
        box-shadow: 0 1px 6px 0 #CCC;
        border: 1px solid #ccc
    }

    .easypay-enroll-modal .customselect {
        width: 115%
    }

    .checking-help img,.easypay-enroll-modal .modal-footer .button {
        width: 100%
    }

    .easypay-enroll-modal .modal-body {
        overflow-x: scroll
    }

    .easypay-enroll-modal .modal-footer {
        flex-direction: column-reverse;
        margin-top: .5em
    }

    .easypay-enroll-modal .modal-footer .button.button-blue-outline {
        border: none;
        height: 1em;
        padding: 0
    }

    .easypay-enroll-modal .back-link {
        position: fixed;
        top: 20px;
        left: 15px;
        padding-left: 15px;
        background: url(../images/v2/icons/chevron-left-blue.png) left center no-repeat
    }

    .easypay-enroll-modal .back-link a {
        color: #000
    }

    .easypay-enroll-modal .easypay-next-step-link.cc-form {
        display: none
    }

    .easypay-intro-modal a.button {
        max-width: 100%
    }

    .easypay-intro-modal p {
        margin: 30px 0
    }

    .easypay-intro-modal p.sign-up {
        margin: 30% 0
    }

    .easypay-intro-modal dl dd {
        margin-left: 20px;
        margin-bottom: 1rem
    }

    .easypay-intro-modal dl dt {
        width: 100%;
        text-align: left;
        margin-right: 0
    }

    .easypay-intro-modal h4 {
        margin-top: 2em
    }

    .checking-help {
        margin: -10px 0 10px
    }
}

@media only screen and (min-width: 769px) and (max-width:1280px) {
    .easypay-intro-modal a.button {
        font-size:.9em
    }
}

#dashboardAccount .account-preferences-wrap .account-preferences-header {
    margin-bottom: 35px;
    color: #303538
}

#dashboardAccount .account-preferences-wrap .account-preferences-header-title {
    font-size: 24px;
    margin-bottom: 18px;
    text-transform: capitalize
}

#dashboardAccount .account-preferences-wrap .account-preferences-header-descr {
    font-size: 16px
}

#dashboardAccount .account-preferences-wrap .gray-box {
    width: 60%;
    padding: 1rem;
    font-size: 13px;
    margin: 1rem 0;
    border: 2px solid #D4D9DD;
    background: #F3F5F6
}

@media only screen and (max-width: 768px) {
    #dashboardAccount .account-preferences-wrap {
        padding:0
    }

    #dashboardAccount .account-preferences-wrap .gray-box {
        width: 100%
    }
}

#dashboardAccount .flex-fi-component,.modal-container.payment-options .flex-fi-component {
    padding-bottom: 9px;
    padding-right: 34px
}

#dashboardAccount .flex-fi-component .flexfi-title,.modal-container.payment-options .flex-fi-component .flexfi-title {
    font-size: 20px
}

#dashboardAccount .balance-info,.modal-container.payment-options .balance-info {
    display: flex;
    justify-content: space-between;
    flex-direction: column
}

#dashboardAccount .balance-info .links a:hover,.modal-container.payment-options .balance-info .links a:hover {
    text-decoration: underline
}

#dashboardAccount .balance-info .links .button-blue-outline,.modal-container.payment-options .balance-info .links .button-blue-outline {
    display: block;
    color: #008CFD;
    margin-bottom: .5rem
}

#dashboardAccount .balance-info .text-links .button-blue-outline,.modal-container.payment-options .balance-info .text-links .button-blue-outline {
    color: #008CFD
}

#dashboardAccount .one-time-payment-module,#dashboardAccount .saved-account-module,.modal-container.payment-options .one-time-payment-module,.modal-container.payment-options .saved-account-module {
    box-shadow: none;
    padding: 0;
    background: 0 0
}

#dashboardAccount .one-time-payment-module a.button.right,#dashboardAccount .saved-account-module a.button.right,.modal-container.payment-options .one-time-payment-module a.button.right,.modal-container.payment-options .saved-account-module a.button.right {
    margin-left: 15px
}

#dashboardAccount .one-time-payment-module .buttons,#dashboardAccount .saved-account-module .buttons,.modal-container.payment-options .one-time-payment-module .buttons,.modal-container.payment-options .saved-account-module .buttons {
    -moz-transition: none!important;
    -webkit-transition: none!important;
    -o-transition: all 0 ease-in!important;
    transition: none!important;
    position: relative;
    flex-wrap: wrap;
    justify-content: flex-start
}

#dashboardAccount .one-time-payment-module .buttons a.button,#dashboardAccount .saved-account-module .buttons a.button,.modal-container.payment-options .one-time-payment-module .buttons a.button,.modal-container.payment-options .saved-account-module .buttons a.button {
    -moz-transition: none!important;
    -webkit-transition: none!important;
    -o-transition: all 0 ease-in!important;
    transition: none!important;
    flex-basis: width
}

#dashboardAccount .one-time-payment-module .how-easeypay-works,#dashboardAccount .saved-account-module .how-easeypay-works,.modal-container.payment-options .one-time-payment-module .how-easeypay-works,.modal-container.payment-options .saved-account-module .how-easeypay-works {
    display: inline-block;
    background: url(../images/v2/icons/external-link.svg) right no-repeat;
    padding-right: 1.2em
}

#dashboardAccount .one-time-payment-module .save-acct label,#dashboardAccount .saved-account-module .save-acct label,.modal-container.payment-options .one-time-payment-module .save-acct label,.modal-container.payment-options .saved-account-module .save-acct label {
    display: flex;
    align-items: center
}

#dashboardAccount .one-time-payment-module .saved-accounts,#dashboardAccount .saved-account-module .saved-accounts,.modal-container.payment-options .one-time-payment-module .saved-accounts,.modal-container.payment-options .saved-account-module .saved-accounts {
    flex-wrap: wrap
}

#dashboardAccount .one-time-payment-module .saved-accounts a,#dashboardAccount .saved-account-module .saved-accounts a,.modal-container.payment-options .one-time-payment-module .saved-accounts a,.modal-container.payment-options .saved-account-module .saved-accounts a {
    width: 49%;
    flex-grow: 0;
    flex-shrink: 0;
    padding: .6rem;
    margin-bottom: 1rem
}

#dashboardAccount .one-time-payment-module .saved-accounts .tip a,#dashboardAccount .saved-account-module .saved-accounts .tip a,.modal-container.payment-options .one-time-payment-module .saved-accounts .tip a,.modal-container.payment-options .saved-account-module .saved-accounts .tip a {
    width: 100%;
    padding: 0 .6rem;
    display: block;
    margin: 0
}

#dashboardAccount .one-time-payment-module .saved-accounts .saved-account,#dashboardAccount .saved-account-module .saved-accounts .saved-account,.modal-container.payment-options .one-time-payment-module .saved-accounts .saved-account,.modal-container.payment-options .saved-account-module .saved-accounts .saved-account {
    background: #FFF;
    border: 1px solid #D4D9DD;
    border-left-width: 1rem
}

#dashboardAccount .one-time-payment-module .saved-accounts .saved-account .selected-indicator,#dashboardAccount .saved-account-module .saved-accounts .saved-account .selected-indicator,.modal-container.payment-options .one-time-payment-module .saved-accounts .saved-account .selected-indicator,.modal-container.payment-options .saved-account-module .saved-accounts .saved-account .selected-indicator {
    position: absolute;
    left: -.8rem;
    top: 0;
    height: 100%;
    width: .6rem;
    background: url(../images/v2/indicators/white-check.png) center center no-repeat;
    background-size: contain;
    opacity: 0
}

#dashboardAccount .one-time-payment-module .saved-accounts .saved-account:visited,#dashboardAccount .saved-account-module .saved-accounts .saved-account:visited,.modal-container.payment-options .one-time-payment-module .saved-accounts .saved-account:visited,.modal-container.payment-options .saved-account-module .saved-accounts .saved-account:visited {
    color: #303538
}

#dashboardAccount .one-time-payment-module .saved-accounts .saved-account.selected,#dashboardAccount .one-time-payment-module .saved-accounts .saved-account:hover,#dashboardAccount .saved-account-module .saved-accounts .saved-account.selected,#dashboardAccount .saved-account-module .saved-accounts .saved-account:hover,.modal-container.payment-options .one-time-payment-module .saved-accounts .saved-account.selected,.modal-container.payment-options .one-time-payment-module .saved-accounts .saved-account:hover,.modal-container.payment-options .saved-account-module .saved-accounts .saved-account.selected,.modal-container.payment-options .saved-account-module .saved-accounts .saved-account:hover {
    border-left-color: #00AE05;
    position: relative
}

#dashboardAccount .one-time-payment-module .saved-accounts .saved-account.selected .selected-indicator,#dashboardAccount .one-time-payment-module .saved-accounts .saved-account:hover .selected-indicator,#dashboardAccount .saved-account-module .saved-accounts .saved-account.selected .selected-indicator,#dashboardAccount .saved-account-module .saved-accounts .saved-account:hover .selected-indicator,.modal-container.payment-options .one-time-payment-module .saved-accounts .saved-account.selected .selected-indicator,.modal-container.payment-options .one-time-payment-module .saved-accounts .saved-account:hover .selected-indicator,.modal-container.payment-options .saved-account-module .saved-accounts .saved-account.selected .selected-indicator,.modal-container.payment-options .saved-account-module .saved-accounts .saved-account:hover .selected-indicator {
    opacity: 1
}

#dashboardAccount .one-time-payment-module .saved-accounts .saved-account:hover,#dashboardAccount .saved-account-module .saved-accounts .saved-account:hover,.modal-container.payment-options .one-time-payment-module .saved-accounts .saved-account:hover,.modal-container.payment-options .saved-account-module .saved-accounts .saved-account:hover {
    box-shadow: 0 0 1px #008CFD
}

#dashboardAccount .one-time-payment-module .saved-accounts .saved-account .acct-info,#dashboardAccount .saved-account-module .saved-accounts .saved-account .acct-info,.modal-container.payment-options .one-time-payment-module .saved-accounts .saved-account .acct-info,.modal-container.payment-options .saved-account-module .saved-accounts .saved-account .acct-info {
    justify-content: flex-start;
    font-size: .8em;
    align-items: center
}

#dashboardAccount .one-time-payment-module .saved-accounts .saved-account .payment-icon,#dashboardAccount .saved-account-module .saved-accounts .saved-account .payment-icon,.modal-container.payment-options .one-time-payment-module .saved-accounts .saved-account .payment-icon,.modal-container.payment-options .saved-account-module .saved-accounts .saved-account .payment-icon {
    margin-right: .5rem;
    width: 80px;
    height: 40px;
    background: #E7EAEC;
    float: left
}

#dashboardAccount .one-time-payment-module .saved-accounts .saved-account .payment-icon.visa,#dashboardAccount .saved-account-module .saved-accounts .saved-account .payment-icon.visa,.modal-container.payment-options .one-time-payment-module .saved-accounts .saved-account .payment-icon.visa,.modal-container.payment-options .saved-account-module .saved-accounts .saved-account .payment-icon.visa {
    background: url(../images/v2/logos/cc-visa.svg) center center no-repeat
}

#dashboardAccount .one-time-payment-module .saved-accounts .saved-account .payment-icon.mastercard,#dashboardAccount .saved-account-module .saved-accounts .saved-account .payment-icon.mastercard,.modal-container.payment-options .one-time-payment-module .saved-accounts .saved-account .payment-icon.mastercard,.modal-container.payment-options .saved-account-module .saved-accounts .saved-account .payment-icon.mastercard {
    background: url(../images/v2/logos/cc-mc.svg) center center no-repeat
}

#dashboardAccount .one-time-payment-module .saved-accounts .saved-account .payment-icon.amex,#dashboardAccount .saved-account-module .saved-accounts .saved-account .payment-icon.amex,.modal-container.payment-options .one-time-payment-module .saved-accounts .saved-account .payment-icon.amex,.modal-container.payment-options .saved-account-module .saved-accounts .saved-account .payment-icon.amex {
    background: url(../images/v2/logos/cc-amex.svg) center center no-repeat
}

#dashboardAccount .one-time-payment-module .saved-accounts .saved-account .payment-icon.discover,#dashboardAccount .saved-account-module .saved-accounts .saved-account .payment-icon.discover,.modal-container.payment-options .one-time-payment-module .saved-accounts .saved-account .payment-icon.discover,.modal-container.payment-options .saved-account-module .saved-accounts .saved-account .payment-icon.discover {
    background: url(../images/v2/logos/cc-discover.svg) center center no-repeat
}

#dashboardAccount .one-time-payment-module .saved-accounts .saved-account .payment-icon.bank,#dashboardAccount .saved-account-module .saved-accounts .saved-account .payment-icon.bank,.modal-container.payment-options .one-time-payment-module .saved-accounts .saved-account .payment-icon.bank,.modal-container.payment-options .saved-account-module .saved-accounts .saved-account .payment-icon.bank {
    background: url(../images/v2/logos/generic-bank.svg) center center no-repeat
}

#dashboardAccount .one-time-payment-module .saved-accounts .saved-account .payment-data,#dashboardAccount .saved-account-module .saved-accounts .saved-account .payment-data,.modal-container.payment-options .one-time-payment-module .saved-accounts .saved-account .payment-data,.modal-container.payment-options .saved-account-module .saved-accounts .saved-account .payment-data {
    flex-grow: 1
}

#dashboardAccount .one-time-payment-module .saved-accounts .saved-account .payment-name,#dashboardAccount .saved-account-module .saved-accounts .saved-account .payment-name,.modal-container.payment-options .one-time-payment-module .saved-accounts .saved-account .payment-name,.modal-container.payment-options .saved-account-module .saved-accounts .saved-account .payment-name {
    font-weight: 700;
    margin-bottom: .25rem
}

#dashboardAccount .one-time-payment-module .saved-accounts .saved-account .payment-numbers span,#dashboardAccount .saved-account-module .saved-accounts .saved-account .payment-numbers span,.modal-container.payment-options .one-time-payment-module .saved-accounts .saved-account .payment-numbers span,.modal-container.payment-options .saved-account-module .saved-accounts .saved-account .payment-numbers span {
    width: 49%;
    flex-grow: 0;
    flex-shrink: 0
}

#dashboardAccount .one-time-payment-module .saved-accounts .add-payment-link-block,#dashboardAccount .saved-account-module .saved-accounts .add-payment-link-block,.modal-container.payment-options .one-time-payment-module .saved-accounts .add-payment-link-block,.modal-container.payment-options .saved-account-module .saved-accounts .add-payment-link-block {
    width: 100%
}

#dashboardAccount .one-time-payment-module .saved-accounts .add-payment-link-block img,#dashboardAccount .saved-account-module .saved-accounts .add-payment-link-block img,.modal-container.payment-options .one-time-payment-module .saved-accounts .add-payment-link-block img,.modal-container.payment-options .saved-account-module .saved-accounts .add-payment-link-block img {
    height: 12px;
    vertical-align: baseline;
    margin-right: 10px
}

#dashboardAccount .saved-account-module .saved-account-boxes-container,.modal-container.payment-options .saved-account-module .saved-account-boxes-container {
    display: flex;
    align-items: stretch
}

@media only screen and (min-width: 769px) and (max-width:800px) {
    #dashboardAccount .saved-account-module .saved-accounts .saved-account .payment-numbers,.modal-container.payment-options .saved-account-module .saved-accounts .saved-account .payment-numbers {
        display:block
    }

    #dashboardAccount .saved-account-module .saved-accounts .saved-account .payment-numbers span,.modal-container.payment-options .saved-account-module .saved-accounts .saved-account .payment-numbers span {
        display: block;
        width: 100%
    }
}

@media only screen and (min-width: 769px) {
    #dashboardAccount .flex-fi-component,.modal-container.payment-options .flex-fi-component {
        padding-right:0
    }

    #dashboardAccount .balance-info,.modal-container.payment-options .balance-info {
        padding-bottom: 2em;
        margin-bottom: 2em;
        flex-direction: row;
        box-shadow: 0 2px 2px #F3F5F6
    }

    #dashboardAccount .balance-info .easy-pay-extra-info,.modal-container.payment-options .balance-info .easy-pay-extra-info {
        color: #5E6366
    }

    #dashboardAccount .balance-info .total,.modal-container.payment-options .balance-info .total {
        flex-grow: 0
    }

    #dashboardAccount .balance-info .total h3,.modal-container.payment-options .balance-info .total h3 {
        height: 30px;
        color: #303538;
        font-size: 32px;
        line-height: 30px;
        margin-bottom: 5px
    }

    #dashboardAccount .balance-info .payment-links,.modal-container.payment-options .balance-info .payment-links {
        flex-grow: 3
    }

    #dashboardAccount .balance-info .payment-links h3 a,.modal-container.payment-options .balance-info .payment-links h3 a {
        color: #000
    }

    #dashboardAccount .balance-info .payment-links a.button,.modal-container.payment-options .balance-info .payment-links a.button {
        min-width: 270px;
        font-size: 20px;
        clear: both
    }

    #dashboardAccount .balance-info .payment-links .links-wrapper,.modal-container.payment-options .balance-info .payment-links .links-wrapper {
        align-items: flex-end
    }

    #dashboardAccount .balance-info .payment-links .list-of-links,.modal-container.payment-options .balance-info .payment-links .list-of-links {
        float: left
    }

    #dashboardAccount .balance-info .payment-links .list-of-links a,.modal-container.payment-options .balance-info .payment-links .list-of-links a {
        color: #008CFD
    }

    #dashboardAccount .balance-info .payment-links .bottom-space,.modal-container.payment-options .balance-info .payment-links .bottom-space {
        padding-bottom: 1rem
    }

    #dashboardAccount .balance-info a,.modal-container.payment-options .balance-info a {
        font-size: .875em
    }

    #dashboardAccount .balance-info a.button,.modal-container.payment-options .balance-info a.button {
        max-width: 150px
    }

    #dashboardAccount .balance-info .links-wrapper,.modal-container.payment-options .balance-info .links-wrapper {
        align-items: flex-end
    }

    #dashboardAccount .balance-info .list-of-links .open-new-icon,.modal-container.payment-options .balance-info .list-of-links .open-new-icon {
        background-position: 133px;
        padding-right: 8.8em;
        display: inline
    }

    #dashboardAccount .balance-info .list-of-links li:first-child>a::after,.modal-container.payment-options .balance-info .list-of-links li:first-child>a::after {
        margin-left: .9em
    }

    #dashboardAccount .balance-info .list-of-links a,.modal-container.payment-options .balance-info .list-of-links a {
        color: #008CFD;
        height: 27px;
        width: 190px;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 27px;
        text-align: left;
        margin: .5em 0;
        padding-right: .5rem
    }

    #dashboardAccount .balance-info .billing-links,.modal-container.payment-options .balance-info .billing-links {
        width: 40%;
        height: 100%
    }

    #dashboardAccount .balance-info .billing-links.sign-up,.modal-container.payment-options .balance-info .billing-links.sign-up {
        width: 20%
    }

    #dashboardAccount .balance-info .billing-links h6,.modal-container.payment-options .balance-info .billing-links h6 {
        color: #008CFD;
        height: 27px;
        width: 190px;
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        font-weight: 600;
        line-height: 27px;
        text-align: left;
        margin: .5em 0;
        padding-right: .5rem;
        padding-left: 40px
    }

    #dashboardAccount .balance-info .billing-links .actions-row,.modal-container.payment-options .balance-info .billing-links .actions-row {
        padding: 1.5rem 0 1rem 1rem;
        border-top: none;
        margin-right: 0;
        margin-top: 0;
        justify-content: flex-start
    }

    #dashboardAccount .balance-info .billing-links .actions-row a,.modal-container.payment-options .balance-info .billing-links .actions-row a {
        margin-right: 0;
        height: 2.625rem;
        padding: 10px;
        color: #008CFD
    }

    #dashboardAccount .balance-info .billing-links .actions-row a.button,.modal-container.payment-options .balance-info .billing-links .actions-row a.button {
        top: 0
    }

    #dashboardAccount .balance-info .billing-links a,.modal-container.payment-options .balance-info .billing-links a {
        font-size: .875em
    }

    #dashboardAccount .balance-info .billing-links a.button,.modal-container.payment-options .balance-info .billing-links a.button {
        max-width: 200px;
        border-radius: 6px;
        width: 200px;
        padding: 10px;
        line-height: 1.5;
        margin: 0;
        flex-grow: 0
    }

    #dashboardAccount .balance-info .billing-links .manage-easy-pay,#dashboardAccount .balance-info .manage-easy-pay,.modal-container.payment-options .balance-info .billing-links .manage-easy-pay,.modal-container.payment-options .balance-info .manage-easy-pay {
        padding-bottom: 26px;
        text-align: center
    }

    #dashboardAccount .balance-info .billing-links .manage-easy-pay a,.modal-container.payment-options .balance-info .billing-links .manage-easy-pay a {
        font-size: 1em;
        line-height: 1.15
    }

    #dashboardAccount .balance-info .manage-easy-pay a,.modal-container.payment-options .balance-info .manage-easy-pay a {
        font-size: .875em
    }

    #dashboardAccount .balance-info .manage-easy-pay a.button,.modal-container.payment-options .balance-info .manage-easy-pay a.button {
        max-width: 200px;
        border-radius: 6px;
        width: 150px;
        padding: 10px;
        line-height: 1.5;
        margin: 0;
        flex-grow: 0
    }

    #dashboardAccount .balance-info .manage-easy-pay .manage-easy-pay,.modal-container.payment-options .balance-info .manage-easy-pay .manage-easy-pay {
        padding-bottom: 26px;
        text-align: center
    }

    #dashboardAccount .balance-info .manage-easy-pay .manage-easy-pay a,.modal-container.payment-options .balance-info .manage-easy-pay .manage-easy-pay a {
        font-size: 1em;
        line-height: 1.15
    }

    #dashboardAccount .one-time-payment-module .buttons,#dashboardAccount .saved-account-module .buttons,.modal-container.payment-options .one-time-payment-module .buttons,.modal-container.payment-options .saved-account-module .buttons {
        margin-bottom: 50px
    }

    #dashboardAccount .one-time-payment-module .buttons.iframed a.button-blue,#dashboardAccount .saved-account-module .buttons.iframed a.button-blue,.modal-container.payment-options .one-time-payment-module .buttons.iframed a.button-blue,.modal-container.payment-options .saved-account-module .buttons.iframed a.button-blue {
        display: none
    }

    #dashboardAccount .one-time-payment-module .buttons.iframed a.button-blue.cc-details-received,#dashboardAccount .saved-account-module .buttons.iframed a.button-blue.cc-details-received,.modal-container.payment-options .one-time-payment-module .buttons.iframed a.button-blue.cc-details-received,.modal-container.payment-options .saved-account-module .buttons.iframed a.button-blue.cc-details-received {
        display: block;
        margin: 12px 14px 0 0
    }

    #dashboardAccount .one-time-payment-module .buttons.iframed a.button-blue-outline,#dashboardAccount .saved-account-module .buttons.iframed a.button-blue-outline,.modal-container.payment-options .one-time-payment-module .buttons.iframed a.button-blue-outline,.modal-container.payment-options .saved-account-module .buttons.iframed a.button-blue-outline {
        position: absolute;
        right: 205px;
        top: 35px
    }

    #dashboardAccount .one-time-payment-module .buttons a.button,#dashboardAccount .saved-account-module .buttons a.button,.modal-container.payment-options .one-time-payment-module .buttons a.button,.modal-container.payment-options .saved-account-module .buttons a.button {
        margin-left: 10px;
        flex-grow: 0
    }

    #dashboardAccount .saved-account-module,.modal-container.payment-options .saved-account-module {
        flex-direction: row
    }

    #dashboardAccount .saved-account-module h5,.modal-container.payment-options .saved-account-module h5 {
        font-weight: 700
    }

    #dashboardAccount .saved-account-module .left,.modal-container.payment-options .saved-account-module .left {
        flex-grow: 2;
        flex-basis: 0;
        flex-shrink: 1;
        background: #F3F5F6;
        padding: 1rem;
        border: 1px solid #D4D9DD;
        width: calc(100% - 23rem);
        max-width: 780px
    }

    #dashboardAccount .saved-account-module .right,.modal-container.payment-options .saved-account-module .right {
        background: #F3F5F6;
        padding: 1rem;
        border: 1px solid #D4D9DD;
        flex-grow: 2;
        flex-basis: 0;
        flex-shrink: 3;
        margin-left: 1rem
    }

    #dashboardAccount .saved-account-module .right .saved-account,.modal-container.payment-options .saved-account-module .right .saved-account {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: .5rem
    }

    #dashboardAccount .saved-account-module .right .saved-account .payment-icon,.modal-container.payment-options .saved-account-module .right .saved-account .payment-icon {
        margin: 0 .5rem
    }

    #dashboardAccount .saved-account-module .right .saved-account .acct-info,.modal-container.payment-options .saved-account-module .right .saved-account .acct-info {
        flex-grow: 1
    }

    #dashboardAccount .saved-account-module .right .saved-account .three-dot-edit-button,.modal-container.payment-options .saved-account-module .right .saved-account .three-dot-edit-button {
        flex-grow: 0
    }

    #dashboardAccount .one-time-payment-form h4 .close-icon,.modal-container.payment-options .one-time-payment-form h4 .close-icon {
        flex-grow: 0;
        font-size: 1.5em;
        padding: 0;
        margin: 5px 0 0;
        width: 18px;
        height: 18px;
        background: url(../images/v2/icons/close-x.png) center center no-repeat;
        position: absolute;
        right: 0;
        top: -3px
    }

    #dashboardAccount .one-time-payment-form h4 .close-icon:focus,.modal-container.payment-options .one-time-payment-form h4 .close-icon:focus {
        outline: 0
    }

    #dashboardAccount .one-time-payment-form .form .bank-info .section,.modal-container.payment-options .one-time-payment-form .form .bank-info .section {
        flex-grow: 0;
        width: 49%;
        position: relative
    }

    #dashboardAccount .one-time-payment-form .form .bank-info .save-acct,.modal-container.payment-options .one-time-payment-form .form .bank-info .save-acct {
        position: absolute;
        bottom: 35px;
        left: 0
    }

    #dashboardAccount .one-time-payment-form .form.tall-form-bg,.modal-container.payment-options .one-time-payment-form .form.tall-form-bg {
        height: 490px
    }

    #dashboardAccount .one-time-payment-form #hpf,#dashboardAccount .one-time-payment-form .hpf,.modal-container.payment-options .one-time-payment-form #hpf,.modal-container.payment-options .one-time-payment-form .hpf {
        height: 555px
    }

    #dashboardAccount .one-time-payment-form #hpf .save-acct,#dashboardAccount .one-time-payment-form .hpf .save-acct,.modal-container.payment-options .one-time-payment-form #hpf .save-acct,.modal-container.payment-options .one-time-payment-form .hpf .save-acct {
        position: absolute;
        top: 375px;
        left: 20px;
        width: 45%
    }

    #dashboardAccount h5.account-number,.modal-container.payment-options h5.account-number {
        font-size: 1.15em
    }

    #dashboardAccount .billing-history .head p,#dashboardAccount .billing-statements .head p,.modal-container.payment-options .billing-history .head p,.modal-container.payment-options .billing-statements .head p {
        margin: 10px;
        font-weight: 700
    }

    #dashboardAccount .billing-history .head .customselect,#dashboardAccount .billing-statements .head .customselect,.modal-container.payment-options .billing-history .head .customselect,.modal-container.payment-options .billing-statements .head .customselect {
        margin: 5px 10px 10px
    }

    #dashboardAccount .billing-history table,#dashboardAccount .billing-statements table,.modal-container.payment-options .billing-history table,.modal-container.payment-options .billing-statements table {
        border-spacing: 0;
        border: none;
        border-top: 1px solid #D4D9DD;
        margin: 0
    }

    #dashboardAccount .billing-history table thead,#dashboardAccount .billing-statements table thead,.modal-container.payment-options .billing-history table thead,.modal-container.payment-options .billing-statements table thead {
        text-transform: uppercase;
        background: #E7EAEC
    }

    #dashboardAccount .billing-history table tbody tr:nth-child(2n),#dashboardAccount .billing-statements table tbody tr:nth-child(2n),.modal-container.payment-options .billing-history table tbody tr:nth-child(2n),.modal-container.payment-options .billing-statements table tbody tr:nth-child(2n) {
        background: #F3F5F6
    }

    #dashboardAccount .billing-history table tbody tr td,#dashboardAccount .billing-statements table tbody tr td,.modal-container.payment-options .billing-history table tbody tr td,.modal-container.payment-options .billing-statements table tbody tr td {
        height: 50px
    }

    #dashboardAccount .billing-history table tbody tr td .tool-tip .icon,#dashboardAccount .billing-statements table tbody tr td .tool-tip .icon,.modal-container.payment-options .billing-history table tbody tr td .tool-tip .icon,.modal-container.payment-options .billing-statements table tbody tr td .tool-tip .icon {
        font-size: 1em
    }

    #dashboardAccount .billing-history table tbody tr td a,#dashboardAccount .billing-statements table tbody tr td a,.modal-container.payment-options .billing-history table tbody tr td a,.modal-container.payment-options .billing-statements table tbody tr td a {
        display: inline-block;
        margin: 0 .5em
    }

    #dashboardAccount .billing-history table tbody tr td a img,#dashboardAccount .billing-statements table tbody tr td a img,.modal-container.payment-options .billing-history table tbody tr td a img,.modal-container.payment-options .billing-statements table tbody tr td a img {
        height: 1rem
    }

    #dashboardAccount .billing-history table tbody tr td a img.video,#dashboardAccount .billing-statements table tbody tr td a img.video,.modal-container.payment-options .billing-history table tbody tr td a img.video,.modal-container.payment-options .billing-statements table tbody tr td a img.video {
        width: 22px;
        height: 22px
    }
}

#dashboardAccount .billing-statements tbody tr td.links,.modal-container.payment-options .billing-statements tbody tr td.links {
    text-align: right
}

#dashboardAccount .billing-statements tbody tr td.links a,.modal-container.payment-options .billing-statements tbody tr td.links a {
    opacity: 0
}

#dashboardAccount .billing-statements tbody tr:hover .links a,.modal-container.payment-options .billing-statements tbody tr:hover .links a {
    opacity: 1
}

#dashboardAccount .billing-statements tbody tr:hover .links a .tool-tip .tip,.modal-container.payment-options .billing-statements tbody tr:hover .links a .tool-tip .tip {
    padding: 10px;
    color: #008CFD;
    text-align: center
}

#dashboardAccount .billing-statements tbody tr:hover .links a .tool-tip .tip.bottom,.modal-container.payment-options .billing-statements tbody tr:hover .links a .tool-tip .tip.bottom {
    border-radius: 5px;
    right: -63px;
    top: 55px
}

#dashboardAccount .billing-statements tbody tr:hover .links a .tool-tip .tip.bottom::after,.modal-container.payment-options .billing-statements tbody tr:hover .links a .tool-tip .tip.bottom::after {
    top: -16px;
    right: 42%
}

@media only screen and (min-width: 769px) and (max-width:800px) {
    #dashboardAccount .balance-info .payment-links a.button,.modal-container.payment-options .balance-info .payment-links a.button {
        margin-left:10px;
        margin-right: 10px;
        width: 100%
    }

    #dashboardAccount .balance-info .billing-links .actions-row,.modal-container.payment-options .balance-info .billing-links .actions-row {
        flex-wrap: wrap
    }

    #dashboardAccount .balance-info .billing-links .actions-row h6,.modal-container.payment-options .balance-info .billing-links .actions-row h6 {
        text-align: center
    }

    #dashboardAccount .balance-info .billing-links .actions-row a.button,.modal-container.payment-options .balance-info .billing-links .actions-row a.button {
        width: 100%
    }
}

@media only screen and (max-width: 768px) {
    #dashboardAccount .list-of-links,.modal-container.payment-options .list-of-links {
        padding-top:1rem
    }

    #dashboardAccount .list-of-links .open-new-icon,.modal-container.payment-options .list-of-links .open-new-icon {
        background-position: 155px;
        padding-right: 0;
        display: inline
    }

    #dashboardAccount .list-of-links li:first-child>a::after,.modal-container.payment-options .list-of-links li:first-child>a::after {
        margin-left: .9em
    }

    #dashboardAccount .list-of-links a,.modal-container.payment-options .list-of-links a {
        color: #008CFD
    }

    #dashboardAccount .balance-info .total h3,.modal-container.payment-options .balance-info .total h3 {
        margin-bottom: .5em
    }

    #dashboardAccount .billing-history .head,#dashboardAccount .billing-statements .head,.modal-container.payment-options .billing-history .head,.modal-container.payment-options .billing-statements .head {
        padding: 1rem .5rem;
        background: #E7EAEC;
        border: 1px solid #D4D9DD;
        border-top: none;
        margin-left: -.7rem;
        margin-right: -.7rem
    }

    #dashboardAccount .billing-history .head p,#dashboardAccount .billing-statements .head p,.modal-container.payment-options .billing-history .head p,.modal-container.payment-options .billing-statements .head p {
        font-size: .65em;
        text-transform: capitalize;
        float: left;
        margin: 0;
        padding: .5rem;
        background: #fff;
        border-radius: 25px
    }

    #dashboardAccount .billing-history .head p img,#dashboardAccount .billing-statements .head p img,.modal-container.payment-options .billing-history .head p img,.modal-container.payment-options .billing-statements .head p img {
        height: .7rem
    }

    #dashboardAccount .billing-history .head p a,#dashboardAccount .billing-statements .head p a,.modal-container.payment-options .billing-history .head p a,.modal-container.payment-options .billing-statements .head p a {
        color: #303538;
        font-weight: 700
    }

    #dashboardAccount .billing-history .head .customselect,#dashboardAccount .billing-statements .head .customselect,.modal-container.payment-options .billing-history .head .customselect,.modal-container.payment-options .billing-statements .head .customselect {
        float: right;
        margin: 0;
        padding: .5rem;
        background: #fff;
        border-radius: 25px
    }

    #dashboardAccount .billing-history .head .customselect label .label-value .prefix,#dashboardAccount .billing-statements .head .customselect label .label-value .prefix,.modal-container.payment-options .billing-history .head .customselect label .label-value .prefix,.modal-container.payment-options .billing-statements .head .customselect label .label-value .prefix {
        opacity: .6;
        color: #303538
    }

    #dashboardAccount .billing-history .head .customselect label .label-value .value,#dashboardAccount .billing-statements .head .customselect label .label-value .value,.modal-container.payment-options .billing-history .head .customselect label .label-value .value,.modal-container.payment-options .billing-statements .head .customselect label .label-value .value {
        color: #303538;
        font-weight: 700
    }

    #dashboardAccount .billing-history .head .customselect label .switch,#dashboardAccount .billing-statements .head .customselect label .switch,.modal-container.payment-options .billing-history .head .customselect label .switch,.modal-container.payment-options .billing-statements .head .customselect label .switch {
        top: 4px;
        color: #303538
    }

    #dashboardAccount .billing-history .billing-data-table,#dashboardAccount .billing-statements .billing-data-table,.modal-container.payment-options .billing-history .billing-data-table,.modal-container.payment-options .billing-statements .billing-data-table {
        font-size: .7em;
        margin: 0 -.7rem
    }

    #dashboardAccount .billing-history .billing-data-table .table-head,#dashboardAccount .billing-statements .billing-data-table .table-head,.modal-container.payment-options .billing-history .billing-data-table .table-head,.modal-container.payment-options .billing-statements .billing-data-table .table-head {
        background: #E7EAEC;
        font-weight: 700;
        border: 1px solid #D4D9DD;
        border-top: none;
        text-align: center
    }

    #dashboardAccount .billing-history .billing-data-table .table-head>div,#dashboardAccount .billing-statements .billing-data-table .table-head>div,.modal-container.payment-options .billing-history .billing-data-table .table-head>div,.modal-container.payment-options .billing-statements .billing-data-table .table-head>div {
        flex-shrink: 1;
        flex-grow: 1;
        width: 25%;
        padding: .75rem;
        white-space: nowrap
    }

    #dashboardAccount .billing-history .billing-data-table .table-head>div.link,#dashboardAccount .billing-statements .billing-data-table .table-head>div.link,.modal-container.payment-options .billing-history .billing-data-table .table-head>div.link,.modal-container.payment-options .billing-statements .billing-data-table .table-head>div.link {
        flex-grow: 3;
        flex-shrink: 0;
        width: 50%
    }

    #dashboardAccount .billing-history .billing-data-table .table-head>div:last-child,#dashboardAccount .billing-statements .billing-data-table .table-head>div:last-child,.modal-container.payment-options .billing-history .billing-data-table .table-head>div:last-child,.modal-container.payment-options .billing-statements .billing-data-table .table-head>div:last-child {
        text-align: center
    }

    #dashboardAccount .billing-history .billing-data-table h5,#dashboardAccount .billing-statements .billing-data-table h5,.modal-container.payment-options .billing-history .billing-data-table h5,.modal-container.payment-options .billing-statements .billing-data-table h5 {
        text-align: center;
        margin: 1rem 0
    }

    #dashboardAccount .billing-history .billing-data-table .item,#dashboardAccount .billing-statements .billing-data-table .item,.modal-container.payment-options .billing-history .billing-data-table .item,.modal-container.payment-options .billing-statements .billing-data-table .item {
        border: 1px solid #D4D9DD;
        padding: .75rem .5rem
    }

    #dashboardAccount .billing-history .billing-data-table .item>div,#dashboardAccount .billing-statements .billing-data-table .item>div,.modal-container.payment-options .billing-history .billing-data-table .item>div,.modal-container.payment-options .billing-statements .billing-data-table .item>div {
        flex-shrink: 1;
        flex-grow: 1;
        text-transform: uppercase;
        width: 25%;
        white-space: nowrap;
        padding: 0 .75rem
    }

    #dashboardAccount .billing-history .billing-data-table .item>div.link,#dashboardAccount .billing-statements .billing-data-table .item>div.link,.modal-container.payment-options .billing-history .billing-data-table .item>div.link,.modal-container.payment-options .billing-statements .billing-data-table .item>div.link {
        flex-grow: 3;
        flex-shrink: 0;
        width: 50%
    }

    #dashboardAccount .billing-history .billing-data-table .item.history-line,#dashboardAccount .billing-statements .billing-data-table .item.history-line,#dashboardAccount .one-time-payment-module,#dashboardAccount .saved-account-module,.modal-container.payment-options .billing-history .billing-data-table .item.history-line,.modal-container.payment-options .billing-statements .billing-data-table .item.history-line,.modal-container.payment-options .one-time-payment-module,.modal-container.payment-options .saved-account-module {
        flex-direction: column
    }

    #dashboardAccount .billing-history .billing-data-table .item.statement>div:last-child,#dashboardAccount .billing-statements .billing-data-table .item.statement>div:last-child,.modal-container.payment-options .billing-history .billing-data-table .item.statement>div:last-child,.modal-container.payment-options .billing-statements .billing-data-table .item.statement>div:last-child {
        text-align: center
    }

    #dashboardAccount .billing-history .billing-data-table .item.statement a:focus,#dashboardAccount .billing-statements .billing-data-table .item.statement a:focus,.modal-container.payment-options .billing-history .billing-data-table .item.statement a:focus,.modal-container.payment-options .billing-statements .billing-data-table .item.statement a:focus {
        color: #000;
        outline: 0
    }

    #dashboardAccount .billing-history .billing-data-table .item.history-line>div,#dashboardAccount .billing-statements .billing-data-table .item.history-line>div,.modal-container.payment-options .billing-history .billing-data-table .item.history-line>div,.modal-container.payment-options .billing-statements .billing-data-table .item.history-line>div {
        width: 100%;
        margin-bottom: .5rem;
        overflow: hidden;
        text-overflow: ellipsis
    }

    #dashboardAccount .billing-history .billing-data-table .item.history-line>div span,#dashboardAccount .billing-statements .billing-data-table .item.history-line>div span,.modal-container.payment-options .billing-history .billing-data-table .item.history-line>div span,.modal-container.payment-options .billing-statements .billing-data-table .item.history-line>div span {
        flex-grow: 1;
        width: 50%
    }

    #dashboardAccount .billing-history .billing-data-table .item.history-line>div:last-of-type,#dashboardAccount .billing-statements .billing-data-table .item.history-line>div:last-of-type,.modal-container.payment-options .billing-history .billing-data-table .item.history-line>div:last-of-type,.modal-container.payment-options .billing-statements .billing-data-table .item.history-line>div:last-of-type {
        margin-bottom: 0
    }

    #dashboardAccount .not-enrolled,.modal-container.payment-options .not-enrolled {
        text-align: center
    }

    #dashboardAccount .not-enrolled img,.modal-container.payment-options .not-enrolled img {
        margin: 10px
    }

    #dashboardAccount .not-enrolled h6,.modal-container.payment-options .not-enrolled h6 {
        color: #008CFD;
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        font-weight: 600
    }

    #dashboardAccount .not-enrolled .actions-row,.modal-container.payment-options .not-enrolled .actions-row {
        padding: 0;
        display: block;
        border-top: none;
        margin: 0 auto
    }

    #dashboardAccount .not-enrolled .actions-row .btn,.modal-container.payment-options .not-enrolled .actions-row .btn {
        width: 120px;
        font-size: 15px;
        padding: 3px
    }

    #dashboardAccount .not-enrolled .actions-row h6,.modal-container.payment-options .not-enrolled .actions-row h6 {
        color: #008CFD;
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        font-weight: 600
    }

    #dashboardAccount .not-enrolled .actions-row .actions-row,.modal-container.payment-options .not-enrolled .actions-row .actions-row {
        padding: 0;
        display: block;
        border-top: none;
        margin: 0 auto
    }

    #dashboardAccount .not-enrolled .actions-row .actions-row .btn,.modal-container.payment-options .not-enrolled .actions-row .actions-row .btn {
        width: 120px;
        font-size: 15px;
        padding: 3px
    }

    #dashboardAccount .not-enrolled .balance-info,.modal-container.payment-options .not-enrolled .balance-info {
        text-align: left
    }

    #dashboardAccount .not-enrolled .balance-info .easy-pay-extra-info,.modal-container.payment-options .not-enrolled .balance-info .easy-pay-extra-info {
        color: #5E6366
    }

    #dashboardAccount .not-enrolled .balance-info ul a,.modal-container.payment-options .not-enrolled .balance-info ul a {
        color: #008CFD
    }

    #dashboardAccount .one-time-payment-module .saved-accounts .saved-account .payment-data .payment-numbers,#dashboardAccount .saved-account-module .saved-accounts .saved-account .payment-data .payment-numbers,.modal-container.payment-options .one-time-payment-module .saved-accounts .saved-account .payment-data .payment-numbers,.modal-container.payment-options .saved-account-module .saved-accounts .saved-account .payment-data .payment-numbers {
        display: block
    }

    #dashboardAccount .one-time-payment-module .saved-accounts .saved-account .payment-data .payment-numbers>span,#dashboardAccount .saved-account-module .saved-accounts .saved-account .payment-data .payment-numbers>span,.modal-container.payment-options .one-time-payment-module .saved-accounts .saved-account .payment-data .payment-numbers>span,.modal-container.payment-options .saved-account-module .saved-accounts .saved-account .payment-data .payment-numbers>span {
        display: block;
        width: 100%
    }

    #dashboardAccount .one-time-payment-module .form.tall-form-bg,#dashboardAccount .saved-account-module .form.tall-form-bg,.modal-container.payment-options .one-time-payment-module .form.tall-form-bg,.modal-container.payment-options .saved-account-module .form.tall-form-bg {
        height: 640px
    }

    #dashboardAccount .one-time-payment-module .form .save-acct,#dashboardAccount .saved-account-module .form .save-acct,.modal-container.payment-options .one-time-payment-module .form .save-acct,.modal-container.payment-options .saved-account-module .form .save-acct {
        position: absolute;
        bottom: 70px;
        left: 15px
    }

    #dashboardAccount .one-time-payment-module .saved-accounts,#dashboardAccount .saved-account-module .saved-accounts,.modal-container.payment-options .one-time-payment-module .saved-accounts,.modal-container.payment-options .saved-account-module .saved-accounts {
        flex-direction: column
    }

    #dashboardAccount .one-time-payment-module .saved-accounts a,#dashboardAccount .saved-account-module .saved-accounts a,.modal-container.payment-options .one-time-payment-module .saved-accounts a,.modal-container.payment-options .saved-account-module .saved-accounts a {
        width: 100%
    }

    #dashboardAccount .one-time-payment-module .saved-accounts .saved-account,#dashboardAccount .saved-account-module .saved-accounts .saved-account,.modal-container.payment-options .one-time-payment-module .saved-accounts .saved-account,.modal-container.payment-options .saved-account-module .saved-accounts .saved-account {
        display: flex
    }

    #dashboardAccount .one-time-payment-module #hpf,#dashboardAccount .one-time-payment-module .hpf,#dashboardAccount .saved-account-module #hpf,#dashboardAccount .saved-account-module .hpf,.modal-container.payment-options .one-time-payment-module #hpf,.modal-container.payment-options .one-time-payment-module .hpf,.modal-container.payment-options .saved-account-module #hpf,.modal-container.payment-options .saved-account-module .hpf {
        bottom: auto;
        top: 90px
    }

    #dashboardAccount .one-time-payment-module #hpf iframe,#dashboardAccount .one-time-payment-module .hpf iframe,#dashboardAccount .saved-account-module #hpf iframe,#dashboardAccount .saved-account-module .hpf iframe,.modal-container.payment-options .one-time-payment-module #hpf iframe,.modal-container.payment-options .one-time-payment-module .hpf iframe,.modal-container.payment-options .saved-account-module #hpf iframe,.modal-container.payment-options .saved-account-module .hpf iframe {
        height: 760px;
        margin: 0
    }

    #dashboardAccount .one-time-payment-module #hpf .save-acct,#dashboardAccount .one-time-payment-module .hpf .save-acct,#dashboardAccount .saved-account-module #hpf .save-acct,#dashboardAccount .saved-account-module .hpf .save-acct,.modal-container.payment-options .one-time-payment-module #hpf .save-acct,.modal-container.payment-options .one-time-payment-module .hpf .save-acct,.modal-container.payment-options .saved-account-module #hpf .save-acct,.modal-container.payment-options .saved-account-module .hpf .save-acct {
        position: relative;
        bottom: 141px;
        left: 5px
    }
}

@media only screen and (min-width: 769px) and (max-width:1100px) {
    #dashboardAccount .one-time-payment-form>div.left,#dashboardAccount .one-time-payment-form>div.right,.modal-container.payment-options .one-time-payment-form>div.left,.modal-container.payment-options .one-time-payment-form>div.right {
        float:none;
        width: auto;
        margin: 0 0 1rem
    }

    #dashboardAccount .one-time-payment-form>div.left h4 .close-icon,#dashboardAccount .one-time-payment-form>div.right h4 .close-icon,.modal-container.payment-options .one-time-payment-form>div.left h4 .close-icon,.modal-container.payment-options .one-time-payment-form>div.right h4 .close-icon {
        display: none
    }

    #dashboardAccount .one-time-payment-form .form,.modal-container.payment-options .one-time-payment-form .form {
        position: relative
    }

    #dashboardAccount .one-time-payment-form .form .bank-info,.modal-container.payment-options .one-time-payment-form .form .bank-info {
        flex-direction: column-reverse
    }

    #dashboardAccount .one-time-payment-form .form .bank-info .section,.modal-container.payment-options .one-time-payment-form .form .bank-info .section {
        width: auto;
        flex-grow: 1
    }

    #dashboardAccount .one-time-payment-form .form .bank-info .save-acct,.modal-container.payment-options .one-time-payment-form .form .bank-info .save-acct {
        position: static;
        bottom: 5px
    }

    #dashboardAccount .one-time-payment-form #hpf,.modal-container.payment-options .one-time-payment-form #hpf {
        min-width: 520px
    }
}

@media only screen and (min-width: 320px) and (max-width:460px) {
    #dashboardAccount .one-time-payment-form hr {
        display:none
    }

    #dashboardAccount .one-time-payment-form .encrypted-info-note {
        margin-bottom: 70px
    }

    #dashboardAccount .one-time-payment-form .buttons.iframed a.button {
        top: -15px
    }

    #dashboardAccount .one-time-payment-form #hpf .save-acct {
        top: -190px
    }
}

@media only screen and (max-width: 1454px) and (min-width:769px) {
    #dashboardAccount .balance-info a.button {
        font-size:.8em
    }

    #dashboardAccount .one-time-payment-form #hpf {
        min-width: 490px
    }

    #dashboardAccount .one-time-payment-form #hpf .save-acct {
        top: 438px
    }

    #dashboardAccount .one-time-payment-form .form.tall-form-bg {
        height: 550px
    }
}

@media only screen and (min-width: 769px) and (max-width:1100px) {
    #dashboardAccount .balance-info .billing-links,#dashboardAccount .balance-info .billing-links.sign-up {
        width:48%
    }

    #dashboardAccount .balance-info .billing-links h6 {
        padding: 15px;
        height: 55px
    }
}

@media only screen and (min-width: 1025px) and (max-width:1225px) {
    #dashboardAccount .balance-info .billing-links,#dashboardAccount .balance-info .billing-links.sign-up {
        width:40%
    }
}

#dashboardAccount .dashboard-account-profile {
    background-color: #fff;
    position: relative
}

#dashboardAccount .dashboard-account-profile::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.8);
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out;
    z-index: 1
}

#dashboardAccount .dashboard-account-profile.overlaped::before {
    opacity: 1;
    visibility: visible
}

#dashboardAccount .dashboard-account-profile .status-messages {
    margin-bottom: 27px;
    z-index: 10;
    position: relative;
    box-shadow: -2px 1px 10px 1px #CCC
}

#dashboardAccount .dashboard-account-profile .status-message {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 3px;
    box-shadow: none
}

#dashboardAccount .dashboard-account-profile .status-message:last-of-type {
    margin-bottom: 0
}

#dashboardAccount .dashboard-account-profile .widgets-row.bottom-widgets-row {
    align-items: stretch
}

#dashboardAccount .dashboard-acc-security-question {
    width: auto;
    max-width: 50%
}

#dashboardAccount .actions-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 20px;
    margin-top: 10px;
    border-top: 1px solid #D4D9DD
}

#dashboardAccount .actions-row .btn {
    font-size: 20px;
    color: #fff;
    padding: 6px;
    width: 200px;
    background-color: #008CFD;
    border-radius: 6px;
    border: 2px solid #008CFD
}

#dashboardAccount .actions-row .cancel-btn {
    margin-right: 10px;
    background-color: transparent;
    color: #008CFD
}

@media only screen and (max-width: 768px) {
    #dashboardAccount .dashboard-account-profile {
        padding:0
    }

    #dashboardAccount .dashboard-acc-billing-address,#dashboardAccount .dashboard-acc-security-question {
        max-width: inherit;
        padding-top: 12.5px
    }

    #dashboardAccount .bottom-widgets-row {
        padding-top: 0
    }

    #dashboardAccount .actions-row {
        justify-content: flex-end
    }

    #dashboardAccount .btn {
        width: 105px;
        font-size: 16px;
        padding: 7px
    }
}

@media only screen and (min-width: 300px) and (max-width:500px) and (max-width:768px) {
    #dashboardAccount .btn {
        width:43px;
        font-size: 16px;
        padding: 7px
    }
}

.verbal-security-pass-body {
    border-bottom: 1px solid #E7EAEC;
    padding: 2em 5em;
    text-align: center
}

.delete-verbal-security-password-confirm .modal-dialog {
    width: 20%!important
}

#dashboardAlarmSystem {
    box-shadow: none
}

#systemIdIframe {
    border: none;
    min-height: 100vh;
    width: 100%
}

.appointments {
    flex-grow: 2;
    margin-right: 2em;
    width: 65%
}

.troubleshooting-links h6 {
    text-transform: uppercase;
    color: #303438
}

.troubleshooting-links a {
    color: #008CFD
}

.troubleshooting-links li {
    list-style: none;
    margin: 0
}

#modalWindow .modal-container.change-appointment .modal-dialog .modal-content {
    max-width: 600px
}

@media only screen and (max-width: 768px) {
    .appointments {
        width:100%
    }
}

.troubleshooting-links h6 {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 15px
}

.troubleshooting-links li {
    margin-bottom: 6px;
    font-size: 14px
}

.troubleshooting-links li a:not([href]) {
    color: #008CFD;
    cursor: pointer
}

.troubleshooting-links li a:not([href]):hover {
    color: #008CFD;
    text-decoration: underline
}

@media only screen and (min-width: 769px) and (max-width:1100px) {
    .easypay-enroll-modal .disclaimer {
        max-width:240px;
        position: absolute;
        left: 0
    }
}

.easypay-enroll-modal .nav span.active {
    border-top: 5px solid #008CFD;
    margin-bottom: 0;
    box-shadow: none;
    background: #FFF;
    font-size: 1.2em;
    z-index: 2;
    border-left: 1px solid #cacaca
}

.easypay-enroll-modal .nav span {
    background: #E6EAED;
    color: #303538;
    border: none;
    margin-top: 5px;
    border-radius: 0;
    font-size: 1em
}

.easypay-enroll-modal .bank-info {
    box-shadow: 0 0 6px 1px #cacaca;
    max-height: 400px;
    padding: 15px
}

#dashboardManageLocations .locations {
    margin-top: -1rem;
    margin-bottom: -1rem
}

#dashboardManageLocations .locations .table-body {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start
}

#dashboardManageLocations .locations .location-widget {
    position: relative;
    height: 350px;
    width: calc(50% - 1rem);
    margin: 1rem 0;
    padding: 1rem;
    box-shadow: 0 1px 6px 0 #CCC;
    flex-grow: 0;
    flex-shrink: 0
}

#dashboardManageLocations .locations .location-widget .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem
}

#dashboardManageLocations .locations .location-widget .title h4 {
    margin-bottom: 0
}

#dashboardManageLocations .locations .location-widget .title .three-dot-edit-button {
    flex-grow: 0
}

#dashboardManageLocations .locations .location-widget .title .three-dot-edit-button .tool-tip .tip a.blue-link {
    font-size: .8em;
    margin-bottom: .4rem;
    display: block
}

#dashboardManageLocations .locations .location-widget .title .three-dot-edit-button .tool-tip .tip a.blue-link:last-child {
    margin-bottom: 0
}

#dashboardManageLocations .locations .location-widget .title .input-wrapper {
    width: 80%;
    top: 14px
}

#dashboardManageLocations .locations .location-widget .address,#dashboardManageLocations .locations .location-widget .phone {
    margin-bottom: 2rem
}

#dashboardManageLocations .locations .location-widget .address .header,#dashboardManageLocations .locations .location-widget .phone .header {
    font-size: .7em;
    text-transform: uppercase;
    margin-bottom: .25rem
}

#dashboardManageLocations .locations .location-widget .address span,#dashboardManageLocations .locations .location-widget .phone span {
    display: block
}

#dashboardManageLocations .locations .location-widget .address span.phone-number,#dashboardManageLocations .locations .location-widget .phone span.phone-number {
    margin-bottom: .5rem
}

#dashboardManageLocations .locations .location-widget .address span.phone-number:last-child,#dashboardManageLocations .locations .location-widget .phone span.phone-number:last-child {
    margin-bottom: 0
}

#dashboardManageLocations .locations .location-widget .location-status {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #F3F5F6;
    height: 37px;
    padding: 9px 10px
}

#dashboardManageLocations .locations .location-widget .location-status span {
    display: inline-block;
    font-size: 1em;
    line-height: 1em;
    margin: 0 .5rem
}

#dashboardManageLocations .locations .location-widget .location-status ::before {
    content: ' ';
    display: block;
    position: absolute;
    left: -37px;
    top: 0;
    height: 0;
    width: 0;
    border-bottom: 37px solid #F3F5F6;
    border-left: 37px solid #FFF
}

#dashboardManageLocations .locations.over-3 {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0
}

#dashboardManageLocations .locations.over-3 .table-head {
    background: #D4D9DD;
    text-transform: uppercase;
    font-size: .9em;
    margin-bottom: 1rem;
    border: 1px solid #D4D9DD
}

#dashboardManageLocations .locations.over-3 .table-body {
    margin-top: 1rem;
    flex-direction: column;
    justify-content: flex-start;
    border: 1px solid #D4D9DD
}

#dashboardManageLocations .locations.over-3 .table-body .location-widget-row:nth-child(odd) {
    background: #F3F5F6
}

#dashboardManageLocations .locations.over-3 .table-body .location-widget-row:nth-child(odd) .title .input-wrapper {
    background: #FFF
}

#dashboardManageLocations .locations.over-3 .toolbar {
    position: absolute;
    top: -85px;
    right: -35px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
    align-items: center;
    width: 50%
}

#dashboardManageLocations .locations.over-3 .toolbar .add-location-widget {
    position: relative;
    height: 1.25rem;
    width: auto;
    margin: 0 0 0 20px;
    flex-grow: 0;
    flex-shrink: 0;
    border: none;
    cursor: pointer;
    text-align: left;
    display: flex;
    flex-direction: row;
    align-items: center
}

#dashboardManageLocations .locations.over-3 .toolbar .add-location-widget img {
    margin: 0 10px;
    height: 20px
}

#dashboardManageLocations .locations.over-3 .toolbar .add-location-widget h2 {
    font-size: 1rem;
    color: #008CFD;
    margin-bottom: 0;
    font-weight: 600
}

#dashboardManageLocations .locations.over-3 .toolbar .input-wrapper {
    background: #FFF;
    border-radius: 20px;
    box-shadow: 0 1px 6px 0 #CCC;
    font-size: .8em;
    width: 250px;
    padding: .4rem;
    margin-bottom: 0
}

#dashboardManageLocations .locations .table-head .row-wrapper .address {
    font-size: 1em!important
}

#dashboardManageLocations .locations .location-widget-row,#dashboardManageLocations .locations .table-head {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    border-bottom: 1px solid #D4D9DD
}

#dashboardManageLocations .locations .location-widget-row .row-wrapper,#dashboardManageLocations .locations .table-head .row-wrapper {
    display: flex;
    padding: 10px 20px;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

#dashboardManageLocations .locations .location-widget-row .row-wrapper.disabled,#dashboardManageLocations .locations .table-head .row-wrapper.disabled {
    opacity: .3
}

#dashboardManageLocations .locations .location-widget-row .row-wrapper.active-row,#dashboardManageLocations .locations .table-head .row-wrapper.active-row {
    box-shadow: 0 1px 12px 3px #CCC;
    opacity: 1
}

#dashboardManageLocations .locations .location-widget-row.is-current,#dashboardManageLocations .locations .table-head.is-current,.appointments-list .attention,.product-checkout-form .cost-details,.retailer-link {
    box-shadow: 0 1px 6px 0 #CCC
}

#dashboardManageLocations .locations .location-widget-row .row-wrapper>div,#dashboardManageLocations .locations .table-head .row-wrapper>div {
    flex-grow: 2;
    flex-shrink: 1
}

#dashboardManageLocations .locations .location-widget-row .row-wrapper>div.title,#dashboardManageLocations .locations .table-head .row-wrapper>div.title {
    width: 25%;
    margin-right: 2%;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    align-content: center;
    align-items: center
}

#dashboardManageLocations .locations .location-widget-row .row-wrapper>div.address,#dashboardManageLocations .locations .table-head .row-wrapper>div.address {
    width: 20%;
    margin-right: 2%;
    font-size: .9em
}

#dashboardManageLocations .locations .location-widget-row .row-wrapper>div.phone,#dashboardManageLocations .locations .table-head .row-wrapper>div.phone {
    width: 15%;
    margin-right: 2%;
    flex-grow: 1;
    flex-shrink: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#dashboardManageLocations .locations .location-widget-row .row-wrapper>div.actions-status,#dashboardManageLocations .locations .table-head .row-wrapper>div.actions-status {
    width: 25%;
    flex-grow: 3;
    flex-shrink: 1;
    text-align: right
}

#dashboardManageLocations .locations .location-widget-row .row-wrapper>div .location-name,#dashboardManageLocations .locations .table-head .row-wrapper>div .location-name {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#dashboardManageLocations .locations .location-widget-row .row-wrapper>div .default-location img,#dashboardManageLocations .locations .table-head .row-wrapper>div .default-location img {
    margin: 0 10px 3px
}

#dashboardManageLocations .locations .location-widget-row.is-current .current-location,#dashboardManageLocations .locations .table-head.is-current .current-location {
    margin-left: 1rem
}

#dashboardManageLocations .locations .location-widget-row .actions-status a,#dashboardManageLocations .locations .table-head .actions-status a {
    display: none;
    margin: 0 0 0 20px
}

#dashboardManageLocations .locations .location-widget-row:hover,#dashboardManageLocations .locations .table-head:hover {
    box-shadow: 0 1px 6px 0 #CCC;
    z-index: 3
}

#dashboardManageLocations .locations .location-widget-row:hover .actions-status a,#dashboardManageLocations .locations .table-head:hover .actions-status a {
    display: inline-block
}

#dashboardManageLocations .locations .location-widget-row:hover .actions-status a .tool-tip .tip,#dashboardManageLocations .locations .table-head:hover .actions-status a .tool-tip .tip {
    padding: 10px;
    color: #008CFD;
    text-align: center
}

#dashboardManageLocations .locations .location-widget-row:hover .actions-status a .tool-tip .tip.bottom,#dashboardManageLocations .locations .table-head:hover .actions-status a .tool-tip .tip.bottom {
    border-radius: 5px;
    right: -67px;
    top: 55px
}

#dashboardManageLocations .locations .location-widget-row:hover .actions-status a .tool-tip .tip.bottom::after,#dashboardManageLocations .locations .table-head:hover .actions-status a .tool-tip .tip.bottom::after {
    top: -16px;
    right: 42%
}

#dashboardManageLocations .locations .location-widget-row:hover .actions-status a .tool-tip .icon,#dashboardManageLocations .locations .table-head:hover .actions-status a .tool-tip .icon {
    padding-top: 0;
    font-size: .8em
}

#dashboardManageLocations .locations .location-widget-row .title .input-wrapper,#dashboardManageLocations .locations .table-head .title .input-wrapper {
    margin: 0 0 0 -15px;
    width: 90%;
    border-left: 5px solid #008CFD
}

#dashboardManageLocations .locations .add-location-widget {
    position: relative;
    height: 350px;
    width: calc(50% - 1rem);
    margin: 1rem 0;
    flex-grow: 0;
    flex-shrink: 0;
    border: 6px dashed #F3F5F6;
    cursor: pointer;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

#dashboardManageLocations .locations .add-location-widget img {
    margin: 1rem;
    height: 50px
}

#dashboardManageLocations .locations .add-location-widget h2 {
    color: #008CFD;
    margin-bottom: 1rem;
    font-size: 1.5em;
    font-weight: 600
}

@media only screen and (max-width: 768px) {
    #dashboardManageLocations .locations {
        display:flex;
        flex-direction: column
    }

    #dashboardManageLocations .locations .add-location-widget,#dashboardManageLocations .locations .location-widget {
        height: auto;
        width: 100%
    }

    #dashboardManageLocations .locations.over-3 .toolbar {
        position: initial;
        justify-content: space-between;
        width: 100%
    }

    #dashboardManageLocations .locations.over-3 .toolbar .add-location-widget h2 {
        font-size: .85em
    }

    #dashboardManageLocations .locations.over-3 .toolbar .add-location-widget img {
        height: 14px
    }
}

@media only screen and (min-width: 769px) and (max-width:1100px) {
    #dashboardManageLocations .locations {
        display:flex;
        flex-direction: column
    }

    #dashboardManageLocations .locations .add-location-widget,#dashboardManageLocations .locations .location-widget {
        height: auto;
        width: 100%
    }

    #dashboardManageLocations .locations.over-3 .toolbar {
        position: initial;
        justify-content: space-between;
        width: 100%
    }

    #dashboardManageLocations .locations.over-3 .toolbar .add-location-widget h2 {
        font-size: .85em
    }

    #dashboardManageLocations .locations.over-3 .toolbar .add-location-widget img {
        height: 14px
    }
}

#webUsers h4 {
    font-weight: 500;
    margin-bottom: .5em
}

#webUsers h4 a {
    font-size: 1rem;
    color: #008CFD;
    margin-top: 4px
}

#webUsers a.add-user,#webUsers p.sub-title {
    margin-bottom: .4rem
}

#webUsers .web-users-list .table thead {
    background: #F3F5F6;
    text-transform: uppercase;
    margin-bottom: 30px;
    border: 1px solid #D4D9DD
}

#webUsers .web-users-list .table thead td .tool-tip {
    display: inline-block;
    margin-left: .5rem
}

#webUsers .web-users-list .table thead td .tool-tip .icon {
    font-size: .8em;
    padding: 0
}

#webUsers .web-users-list .table thead td .tool-tip .icon img {
    height: 20px
}

#webUsers .web-users-list .table thead td .tool-tip .tip {
    text-transform: initial;
    font-size: 13px
}

#webUsers .web-users-list .table tbody {
    border: 1px solid #D4D9DD
}

#webUsers .web-users-list .table tbody tr {
    border-top: 1px solid #D4D9DD
}

#webUsers .web-users-list .table tbody tr:first-child {
    border-top: none
}

#webUsers .web-users-list .table tbody tr:nth-child(2n) {
    background-color: #F3F5F6
}

#webUsers .web-users-list .table tbody td {
    border: none;
    padding: 2rem .75rem 1rem;
    height: 4rem
}

#webUsers .web-users-list .table .checkbox {
    display: inline-block;
    margin-right: 5px;
    background: #FFF;
    border: 2px solid #CCC;
    height: 25px;
    width: 25px
}

#webUsers .web-users-list .table .checkbox.checked {
    border-color: #008CFD;
    background: url(../images/v2/indicators/white-check.png) center center no-repeat #008CFD
}

#webUsers .web-users-list .table .trash-icon {
    display: block;
    margin: 0 1rem;
    background-color: transparent;
    height: 28px;
    width: 20px;
    background-image: url(../images/v2/icons/trashcan.svg);
    background-repeat: no-repeat;
    border: none
}

.add-web-user h4 {
    margin-bottom: .5rem
}

.add-web-user h4.error {
    color: #DF0000
}

.add-web-user input[disabled] {
    background-image: url(../images/v2/indicators/checkmark-green.png);
    background-position-x: 99%;
    background-repeat: no-repeat
}

.add-web-user .buttons .button {
    width: 6rem;
    font-size: .8rem;
    margin-right: .5rem;
    flex-grow: 0
}

.add-web-user .buttons .button .inline-check-icon {
    height: 12px;
    margin-right: 5px;
    vertical-align: top
}

.add-web-user .admin-indicator {
    margin-top: -15px;
    font-size: .85em
}

.add-web-user .admin-indicator img {
    height: 14px
}

@media only screen and (max-width: 768px) {
    #webUsers .widget {
        position:relative;
        height: 350px;
        margin: 1rem 0;
        padding: 1rem;
        box-shadow: 0 1px 6px 0 #CCC;
        flex-grow: 0;
        flex-shrink: 0
    }

    #webUsers .widget .title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 1rem
    }

    #webUsers .widget .title h4 {
        margin-bottom: 0
    }

    #webUsers .widget .title .input-wrapper {
        width: 80%;
        top: 14px
    }

    #webUsers .widget .title .trash-icon {
        display: block;
        background-color: transparent;
        height: 28px;
        width: 20px;
        background-image: url(../images/v2/icons/trashcan.svg);
        background-repeat: no-repeat;
        border: none
    }

    #webUsers .widget .admin,#webUsers .widget .email,#webUsers .widget .last-login {
        margin-bottom: 2rem
    }

    #webUsers .widget .admin .header,#webUsers .widget .email .header,#webUsers .widget .last-login .header {
        font-size: .7em;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: .25rem
    }

    #webUsers .widget .admin span,#webUsers .widget .email span,#webUsers .widget .last-login span {
        display: block
    }

    #webUsers .widget .checkbox {
        display: inline-block;
        margin-right: 5px;
        background: #FFF;
        border: 2px solid #CCC;
        height: 25px;
        width: 25px
    }

    #webUsers .widget .checkbox.checked {
        border-color: #008CFD;
        background: url(../images/v2/indicators/white-check.png) center center no-repeat #008CFD
    }
}

@media only screen and (min-width: 769px) and (max-width:1100px) {
    #webUsers .widget {
        position:relative;
        height: 350px;
        margin: 1rem 0;
        padding: 1rem;
        box-shadow: 0 1px 6px 0 #CCC;
        flex-grow: 0;
        flex-shrink: 0
    }

    #webUsers .widget .title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 1rem
    }

    #webUsers .widget .title h4 {
        margin-bottom: 0
    }

    #webUsers .widget .title .input-wrapper {
        width: 80%;
        top: 14px
    }

    #webUsers .widget .title .trash-icon {
        display: block;
        background-color: transparent;
        height: 28px;
        width: 20px;
        background-image: url(../images/v2/icons/trashcan.svg);
        background-repeat: no-repeat;
        border: none
    }

    #webUsers .widget .admin,#webUsers .widget .email,#webUsers .widget .last-login {
        margin-bottom: 2rem
    }

    #webUsers .widget .admin .header,#webUsers .widget .email .header,#webUsers .widget .last-login .header {
        font-size: .7em;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: .25rem
    }

    #webUsers .widget .admin span,#webUsers .widget .email span,#webUsers .widget .last-login span {
        display: block
    }

    #webUsers .widget .checkbox {
        display: inline-block;
        margin-right: 5px;
        background: #FFF;
        border: 2px solid #CCC;
        height: 25px;
        width: 25px
    }

    #webUsers .widget .checkbox.checked {
        border-color: #008CFD;
        background: url(../images/v2/indicators/white-check.png) center center no-repeat #008CFD
    }
}

.product-checkout-form {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start
}

.product-checkout-form .contract-repair-kit-banner {
    width: 60%
}

.product-checkout-form .order-details {
    flex-grow: 3;
    flex-shrink: 2;
    flex-basis: 0;
    padding-right: 2rem
}

.product-checkout-form .cost-details {
    flex-grow: 2;
    flex-shrink: 3;
    flex-basis: 0;
    padding: 1.5rem
}

.product-checkout-form p {
    margin-bottom: 1.5em
}

ul.product-info-table,ul.radio-list {
    list-style: none;
    margin: 0;
    padding: 0
}

ul.product-info-table .contact-repair-kit-details-list,ul.radio-list .contact-repair-kit-details-list {
    list-style: none
}

ul.product-info-table li,ul.radio-list li {
    margin: 0 0 1em
}

ul.product-info-table li span,ul.radio-list li span {
    display: inline-block
}

ul.product-info-table li span.label,ul.radio-list li span.label {
    width: 190px;
    font-weight: 600;
    vertical-align: top
}

.shipping-info {
    line-height: 1.75
}

.shipping-info span {
    display: block
}

.product-order-summary .order-summary-table {
    margin: 2rem 0
}

.product-order-summary .order-summary-table .product-order-summary-line {
    padding: 1rem;
    border-bottom: 1px solid #B7BDC0
}

.product-order-summary .order-summary-table .product-order-summary-line.last {
    border: none
}

.product-order-summary .order-summary-table .product-order-summary-total {
    background: #D4D9DD;
    padding: 1rem;
    font-weight: 700
}

.product-order-summary .order-summary-table .product-order-summary-line,.product-order-summary .order-summary-table .product-order-summary-total {
    display: flex;
    height: 50px;
    align-content: center;
    align-items: center
}

.product-order-summary .order-summary-table .product-order-summary-line .desc,.product-order-summary .order-summary-table .product-order-summary-total .desc {
    flex-grow: 1
}

.product-order-summary .order-summary-table .product-order-summary-line .cost,.product-order-summary .order-summary-table .product-order-summary-total .cost {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    flex-grow: 0;
    flex-basis: 100px
}

.product-order-summary p {
    font-size: .8em
}

@media only screen and (min-width: 769px) {
    ul.radio-list {
        margin-left:1rem
    }
}

@media only screen and (max-width: 768px) {
    .product-checkout-form {
        flex-direction:column;
        justify-content: flex-start;
        margin: 0 1rem
    }

    .product-checkout-form h3 {
        font-size: 1.5em
    }

    .product-checkout-form .order-details {
        padding-right: 0
    }

    .product-checkout-form .order-list {
        padding-top: 1.4rem
    }

    .product-checkout-form p {
        line-height: 1.75
    }

    .product-checkout-form button.button.button-blue {
        margin-top: 2em;
        width: 100%
    }

    .product-checkout-form ul.product-info-table {
        margin-bottom: 2em
    }

    .product-checkout-form ul.product-info-table li {
        display: flex
    }

    .product-checkout-form ul.product-info-table li .label {
        max-width: 120px
    }

    .mobile-order-summary {
        margin: 1.5rem 0;
        box-shadow: 0 1px 6px 0 #CCC
    }

    .mobile-order-summary a.toggle-order-summary {
        color: #303538;
        font-size: 1.25em;
        font-weight: 700;
        padding: 1rem;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .mobile-order-summary a.toggle-order-summary .arrow {
        float: right;
        margin-top: 3px;
        width: 18px;
        height: 11px;
        background: url(../images/v2/icons/chevron-orange.png)
    }

    .mobile-order-summary a.toggle-order-summary.open .arrow {
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .mobile-order-summary .product-order-summary {
        height: 0;
        overflow: hidden;
        padding: 0 .75rem
    }

    .mobile-order-summary .product-order-summary h3 {
        display: none
    }

    .mobile-order-summary .product-order-summary.open {
        height: 555px;
        padding-bottom: 1rem
    }

    .mobile-order-summary .product-order-summary p {
        line-height: 1.3
    }
}

.appointment-widget a:visited,.appointments-list a:visited {
    color: #008CFD
}

.other-retailers {
    display: grid;
    grid-template-columns: 50% 50%
}

.retailer-link {
    margin: 1em;
    justify-self: stretch;
    align-self: stretch;
    text-align: center;
    max-height: 100px;
    border-left: 5px solid #008CFD
}

.retailer-link a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1em
}

.retailer-link a img {
    max-width: 100%
}

#batteryIframe {
    border: none;
    min-height: 100vh;
    width: 100%
}

.appointments-list {
    padding-left: 20px;
    padding-right: 20px
}

.appointments-list h4 {
    font-size: 16px
}

.appointments-list .appointments-title {
    padding-top: 1em;
    padding-bottom: 1em;
    font-weight: 700;
    text-align: center
}

.appointments-list .list {
    padding-top: 2em
}

.appointments-list .attention {
    padding: 1em;
    border-bottom: 4px solid #008CFD
}

@media only screen and (max-width: 768px) {
    .other-retailers {
        display:block
    }

    .other-retailers a img {
        max-height: 80px
    }

    .appointments-list .list-section {
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 1em
    }

    .appointments-list .not-widget {
        flex-direction: column
    }

    .appointments-list .not-widget .attention {
        margin-top: 0;
        padding-top: 15px
    }

    .appointments-list .list {
        margin-top: 0;
        border-bottom: 1px solid #D4D9DD
    }

    .appointments-list .attention {
        margin-top: 2em;
        padding: 1em;
        position: relative
    }

    .appointments-list .attention button.close-icon {
        border: none;
        min-width: 0;
        position: absolute;
        right: 5px;
        top: 5px;
        flex-grow: 0;
        font-size: 1.5em;
        padding: 0;
        margin: 5px 0 0;
        width: 18px;
        height: 18px;
        background: url(../images/v2/icons/close-x.png) center center no-repeat
    }

    .appointments-list .attention button.close-icon:focus {
        outline: 0
    }
}

.appointment-widget {
    padding-top: 15px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-bottom: 1px solid #D4D9DD
}

.appointment-widget:last-child {
    border-bottom: 0
}

.appointment-widget.eligible-for-schedule {
    height: 3.7em;
    width: 100%
}

.appointment-widget.eligible-for-schedule .right {
    width: 50%
}

.appointment-widget .map {
    border: 1px solid #D4D9DD;
    width: 100%;
    height: 350px;
    background: #F3F5F6;
    margin-top: .4em;
    display: none
}

.appointment-widget .photo {
    width: 5em
}

.appointment-widget .avatar {
    width: 5em;
    border-radius: 100%;
    background: green
}

.appointment-widget .left {
    width: 50%;
    font-size: 20px
}

.appointment-widget .right {
    width: 50%;
    padding-left: 1.5em
}

.appointment-widget .technician-info {
    margin-top: .5em;
    display: flex;
    width: 93%;
    padding-bottom: 1em
}

.appointment-widget .technician-info .info {
    margin-left: .7em
}

.appointment-widget .technician-info .info .tech {
    margin-bottom: 3px
}

.appointment-widget .technician-info .info .title {
    color: #303438;
    font-size: .75em;
    text-transform: uppercase
}

.appointment-widget .technician-info .info .name {
    font-size: 1em;
    font-weight: 700
}

.appointment-widget .technician-info .info .id-number,.appointment-widget .technician-info .info .tooltip-info {
    color: #303438;
    font-size: .75em
}

.appointment-widget .status {
    margin-top: 10px;
    display: flex
}

.appointment-widget .status .label {
    color: #00AE05;
    font-size: 1.2em
}

.appointment-widget .status .label.processing {
    color: #008CFD
}

.appointment-widget .status .estimated-time {
    font-size: .75em;
    text-transform: uppercase;
    color: #303438
}

.appointment-widget .appointment-actions {
    margin-top: 1em
}

.page-view {
    display: block
}

.page-view .section {
    display: flex;
    flex-direction: column
}

.page-view .section .left {
    width: 100%
}

.page-view .section .right {
    padding-left: 0
}

.page-view .section .right .technician-info .info {
    margin-left: 0
}

.page-view .section .right .technician-info .info .status-icon {
    margin-right: .5em
}

.page-view .section .right .technician-info .photo {
    display: none
}

.page-view .comments-for-technician {
    margin-bottom: 1em
}

.page-view .comments-for-technician a {
    color: #008CFD
}

@media only screen and (max-width: 768px) {
    .appointment-widget {
        padding:15px 20px;
        display: flex;
        width: 100%
    }

    .appointment-widget a:visited {
        color: #008CFD
    }

    .appointment-widget .eligible-for-schedule .date-value {
        font-size: .7em
    }

    .appointment-widget .map {
        border: 1px solid #D4D9DD;
        width: 100%;
        height: 350px;
        background: #F3F5F6;
        margin-top: .4em
    }

    .appointment-widget .photo {
        display: none
    }

    .appointment-widget .avatar {
        width: 5em;
        height: 5em;
        border-radius: 0;
        background: green
    }

    .appointment-widget .left {
        width: 100%
    }

    .appointment-widget .left .date {
        text-align: center
    }

    .appointment-widget .left .date .time-range {
        font-size: 1em
    }

    .appointment-widget .technician-info {
        display: flex;
        width: 16em;
        text-align: left;
        border-bottom: none;
        padding-bottom: 5px;
        margin: 0
    }

    .appointment-widget .technician-info .info {
        margin-left: .7em
    }

    .appointment-widget .technician-info .info .tech {
        margin-bottom: 3px;
        text-align: left
    }

    .appointment-widget .technician-info .info .title {
        color: inherit;
        font-size: 1em;
        text-transform: capitalize;
        font-weight: 200
    }

    .appointment-widget .right .date .date-value,.appointment-widget .right .title {
        font-weight: 700
    }

    .appointment-widget .technician-info .info .name {
        font-size: 1em;
        font-weight: 700
    }

    .appointment-widget .technician-info .info .id-number,.appointment-widget .technician-info .info .tooltip-info {
        color: #303438;
        font-size: .75em
    }

    .appointment-widget .right {
        position: relative;
        width: 100%;
        margin-left: 0;
        padding-left: 0;
        text-align: center
    }

    .appointment-widget .right .date {
        width: 100%;
        font-size: 1.2em;
        border-bottom: none;
        text-align: center
    }

    .appointment-widget .right .date .time-range {
        color: #D4D9DD;
        font-size: .7em;
        margin-bottom: 7px
    }

    .appointment-widget .right .date .time-range .estimated-time {
        display: inline
    }

    .appointment-widget .status {
        display: flex
    }

    .appointment-widget .status .label {
        color: #00AE05;
        font-size: 1.2em
    }

    .appointment-widget .estimated-time {
        font-size: .75em;
        text-transform: uppercase;
        color: #303438
    }

    .appointment-widget .appointment-actions {
        font-size: .9em;
        text-align: left;
        width: 100%;
        margin: 4em auto 0
    }
}

@media only screen and (min-width: 769px) and (max-width:1100px) {
    .appointment-widget .status {
        display:block
    }

    .appointment-widget .date-value,.appointment-widget .time-range {
        font-size: 15px
    }
}

#dashboardBalanceDue {
    display: flex;
    flex-direction: column;
    padding: 1.1em;
    min-height: 489px;
}

#dashboardBalanceDue a {
    color: #008CFD
}

#dashboardBalanceDue .total {
    margin-bottom: .1em
}

#dashboardBalanceDue .reminder {
    font-weight: 500;
    margin-bottom: .4em
}

#dashboardBalanceDue .account-number-meta-info {
    color: #898E91;
    font-size: .865em;
    margin-bottom: 5em
}

#dashboardBalanceDue .links {
    margin-bottom: 2em;
    font-size: .875em
}

#dashboardBalanceDue .links .links-title {
    margin-bottom: .5em
}

#dashboardBalanceDue a.button-blue {
    display: inline-block;
    color: #FFF
}

@media only screen and (min-width: 769px) {
    #dashboardBalanceDue .links {
        position:absolute;
        bottom: 0
    }
}

@media only screen and (max-width: 768px) {
    #dashboardBalanceDue {
        padding-left:1.7em;
        padding-right: 1.7em;
        min-height: 489px
    }

    #dashboardBalanceDue .title {
        font-size: 1.5em
    }

    #dashboardBalanceDue .total {
        color: #303538;
        font-size: 2.25em;
        margin-bottom: 5px
    }

    #dashboardBalanceDue .reminder {
        margin-bottom: 2rem;
        order: -1
    }

    #dashboardBalanceDue .reminder>span {
        display: inline-block;
        margin-bottom: .75rem
    }

    #dashboardBalanceDue .account-number-meta-info {
        order: -2;
        margin-bottom: 0
    }

    #dashboardBalanceDue .links {
        margin-bottom: 0
    }
}

.emergency-contacts {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    width: 300px;
    padding: 17px 17px 40px;
    position: relative
}

.emergency-contacts address {
    font-size: 16px
}

.emergency-contacts .emerg-primary-phone {
    display: block;
    margin-bottom: 8px
}

.emergency-contacts.hidden {
    visibility: hidden
}

.emergency-contacts .emerg-contacts-phones-list::after {
    content: '';
    display: block;
    clear: both
}

.emergency-contacts .emerg-contacts-phones-list dd,.emergency-contacts .emerg-contacts-phones-list dt {
    padding-top: 5px;
    padding-bottom: 5px
}

.emergency-contacts .emerg-contacts-phones-list dt {
    display: block;
    float: left;
    clear: both;
    width: 50%;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-transform: capitalize;
    text-overflow: ellipsis
}

.emergency-contacts .emerg-contacts-phones-list dd {
    display: block;
    float: left;
    width: 47%;
    margin-left: 3%;
    color: #555
}

.emergency-contacts .emerg-contacts-more {
    position: absolute;
    bottom: 17px;
    right: 17px;
    text-transform: capitalize;
    font-size: 14px
}

.emergency-contacts .emerg-contacts-more:visited {
    color: #008CFD
}

.emergency-contacts .emerg-contact-phone-item {
    display: block
}

#safetyTips {
    flex-basis: 1245px
}

#safetyTips iframe {
    overflow: hidden;
    height: 375px
}

@media only screen and (min-width: 769px) and (max-width:1100px) {
    #safetyTips iframe {
        height:400px
    }
}

@media only screen and (max-width: 768px) {
    .emergency-contacts {
        min-height:262px;
        padding-bottom: 65px;
        width: 100%
    }

    .emergency-contacts .emerg-contacts-phones-list dd {
        text-align: right
    }

    .emergency-contacts .widget-title {
        margin-top: 10px
    }

    .emergency-contacts .widget-bottom-btn {
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        padding-top: 20px;
        padding-bottom: 20px;
        border-top: 1px solid #ECECEC;
        bottom: 0;
        left: 0
    }

    .emergency-contacts .widget-bottom-btn::after {
        content: ''
    }

    #safetyTips iframe {
        height: 550px
    }
}

.sidebar-tooltip {
    padding-left: 1rem;
    padding-right: 1rem
}

.sidebar-tooltip h3.popover-header {
    border-bottom: none;
    font-size: 12px;
    background: 0 0;
    margin-top: .8rem;
    padding-bottom: 0;
    padding-left: .2rem;
    font-weight: 700
}

.sidebar-tooltip .popover-body {
    font-size: 12px
}

.sidebar-tooltip .popover-body li {
    padding-left: .6em
}

#sidebar-wrapper {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 125px;
    min-height: 100%;
    background-color: #0061AA;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
    position: relative
}

#sidebar-wrapper .sidebar-menu-item-text {
    color: #fff;
    font-size: 12px
}

#sidebar-wrapper .sidebar-menu-list {
    display: flex;
    justify-content: space-between;
    flex-direction: column
}

#sidebar-wrapper .sidebar-menu-list li {
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    list-style-type: none;
    margin-left: 0
}

#sidebar-wrapper .sidebar-menu-list .sidebar-menu-item {
    flex-grow: 1;
    height: 6.4rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

#sidebar-wrapper .sidebar-menu-list .sidebar-menu-item>a {
    width: 100%;
    height: 100%;
    padding-top: 25px
}

#sidebar-wrapper .sidebar-menu-list .sidebar-menu-item>a:hover {
    text-decoration: none;
    font-weight: 700
}

#sidebar-wrapper .sidebar-menu-list .sidebar-menu-item .active {
    background-color: #008CFD
}

#sidebar-wrapper .sidebar-menu-list .sidebar-menu-item:hover {
    background-color: #0070ca
}

#sidebar-wrapper .sidebar-menu-list .sidebar-menu-item i {
    width: 100%;
    height: 2.2rem;
    display: block
}

#sidebar-wrapper .sidebar-menu-list .sidebar-menu-item i.dashboard-icon {
    background: url(../images/v2/icons/sidebar/dashboard.png) center top no-repeat
}

#sidebar-wrapper .sidebar-menu-list .sidebar-menu-item i.account-icon {
    background: url(../images/v2/icons/sidebar/account.png) center top no-repeat
}

#sidebar-wrapper .sidebar-menu-list .sidebar-menu-item i.alarm-icon {
    background: url(../images/v2/icons/sidebar/alarm.png) center top no-repeat
}

#sidebar-wrapper .sidebar-menu-list .sidebar-menu-item i.locations-icon {
    background: url(../images/v2/icons/sidebar/locations.png) center top no-repeat
}

#sidebar-wrapper .sidebar-menu-list .sidebar-menu-item i.order-icon {
    background: url(../images/v2/icons/sidebar/order.png) center top no-repeat
}

#sidebar-wrapper .sidebar-menu-list .sidebar-menu-item i.support-icon {
    background: url(../images/v2/icons/sidebar/support.png) center top no-repeat
}

#sidebar-wrapper .sidebar-menu-list .sidebar-menu-item i.crime-icon {
    background: url(../images/v2/icons/sidebar/crime.svg) center top no-repeat
}

.sidebar-collapse-icon {
    display: inline-block;
    text-align: left;
    color: #fff
}

.sidebar-collapse-icon::after {
    position: relative;
    font-weight: 700;
    top: 1px;
    margin-right: 1em;
    padding: 4px 4px 1px 1px;
    background-color: rgba(0,97,170,.54);
    font-size: .8em;
    content: url(../images/v2/icons/chevron-right-blue.png)
}

.sidebar-collapse-icon.expanded {
    transform: rotate(90deg);
    margin-right: 4px;
    margin-top: 6px
}

.sidebar-collapse-icon.expanded::after {
    top: 1em
}

@media only screen and (max-width: 768px) {
    #sidebar,#sidebar-wrapper,.dashboard-sidebar-nav {
        min-height:100%;
        position: absolute;
        top: 0
    }

    .dashboard-sidebar-nav {
        left: 0;
        width: 100%
    }

    #dashboardWrapper #sidebar {
        box-shadow: 0 0 25px #3c3c3c
    }

    #sidebar {
        width: 80%;
        background-color: #0061AA;
        left: -100%
    }

    #sidebar-wrapper {
        width: 100%;
        height: auto;
        left: 0;
        opacity: 0;
        visibility: hidden;
        z-index: 1001;
        background-color: rgba(0,0,0,.4);
        transition: all .3s;
        -webkit-transition: all .25s
    }

    #sidebar-wrapper.opened {
        visibility: visible;
        opacity: 1
    }

    #sidebar-wrapper.opened #sidebar {
        left: 0
    }

    #sidebar-wrapper .close-sidebar-button {
        padding: 5px 15px;
        font-weight: 700;
        background-color: transparent;
        border: none;
        border: 2px solid #008cfd;
        border-right: none;
        color: #fff;
        font-size: 22px;
        cursor: pointer
    }

    #sidebar-wrapper .sidebar-menu-list .sidebar-menu-item {
        text-align: initial;
        align-items: initial;
        min-height: 3.5rem;
        height: auto
    }

    #sidebar-wrapper .sidebar-menu-list .sidebar-menu-item:hover {
        background-color: initial
    }

    #sidebar-wrapper .sidebar-menu-list .sidebar-menu-item .sidebar-child-links li:hover,#sidebar-wrapper .sidebar-menu-list .sidebar-menu-item:hover .sidebar-top-link-title {
        background-color: #0070ca
    }

    #sidebar-wrapper .sidebar-menu-list .sidebar-menu-item .sidebar-final-link,#sidebar-wrapper .sidebar-menu-list .sidebar-menu-item .sidebar-top-link-title {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        min-height: 3.5em;
        padding-top: 1em
    }

    #sidebar-wrapper .sidebar-menu-list .sidebar-menu-item .sidebar-final-link .sidebar-final-link,#sidebar-wrapper .sidebar-menu-list .sidebar-menu-item .sidebar-final-link .sidebar-menu-item-text,#sidebar-wrapper .sidebar-menu-list .sidebar-menu-item .sidebar-top-link-title .sidebar-final-link,#sidebar-wrapper .sidebar-menu-list .sidebar-menu-item .sidebar-top-link-title .sidebar-menu-item-text {
        width: 100%;
        padding-left: 1rem;
        display: inline-block;
        text-transform: uppercase;
        font-size: 1.1rem
    }

    #sidebar-wrapper .sidebar-menu-list .sidebar-menu-item .sidebar-final-link .sidebar-collapse-icon,#sidebar-wrapper .sidebar-menu-list .sidebar-menu-item .sidebar-final-link .sidebar-menu-item-text,#sidebar-wrapper .sidebar-menu-list .sidebar-menu-item .sidebar-top-link-title .sidebar-collapse-icon,#sidebar-wrapper .sidebar-menu-list .sidebar-menu-item .sidebar-top-link-title .sidebar-menu-item-text {
        padding-top: 8px;
        padding-bottom: 18px
    }

    #sidebar-wrapper .sidebar-menu-list .sidebar-menu-item .sidebar-final-link {
        padding: 1.3em 1em;
        text-transform: uppercase;
        font-size: 1.1rem;
        color: #fff
    }

    #sidebar-wrapper .sidebar-menu-list .sidebar-menu-item .sidebar-child-links {
        margin-bottom: 1em
    }

    #sidebar-wrapper .sidebar-menu-list .sidebar-menu-item .sidebar-child-links li a {
        display: block;
        height: auto;
        padding-right: .5em;
        padding-left: 1em;
        font-size: 1.1em;
        line-height: 2.5em
    }
}

@media only screen and (min-width: 769px) and (max-width:1100px) {
    #sidebar-wrapper {
        flex-basis:105px
    }
}

.support-widget {
    padding: 21px 21px 35px
}

.support-widget .support-wdgt-container {
    display: flex;
    align-items: flex-start
}

.support-widget .support-wdgt-container .error.red {
    text-align: center;
    font-weight: 600
}

.support-widget .support-wdgt-column {
    box-shadow: none
}

.support-widget .support-wdgt-column.hide-order-links .support-wdgt-column-title,.support-widget .support-wdgt-column.hide-order-links .support-wdgt-links-list {
    visibility: hidden
}

.support-widget .support-wdgt-column:last-child {
    padding-left: 60px;
    flex-grow: 1
}

.support-widget .alarm-system-troubleshooting-col {
    max-width: 220px
}

.no-systems .support-widget .alarm-system-troubleshooting-col {
    max-width: 50%
}

.support-widget .support-wdgt-column-title {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 1.5em
}

.support-widget .support-wdgt-image {
    margin-right: 20px;
    max-width: 260px
}

.support-widget .search-input-wrapper {
    padding: 0
}

.support-widget .search-input-wrapper input {
    font-size: 14px;
    padding: 15px;
    width: calc(100% - 24px)
}

.support-widget .search-input-wrapper .search-icon {
    width: 24px;
    height: 22px;
    position: relative;
    top: 12px;
    right: 10px;
    background-size: 23px
}

.support-widget .support-wdgt-links-list {
    font-size: 14px;
    list-style: none;
    margin-bottom: 25px
}

.support-widget .support-wdgt-links-list li {
    margin-left: 0;
    margin-bottom: 20px
}

.support-widget .support-wdgt-links-list a {
    color: #008CFD
}

.support-widget .support-wdgt-links-list a:not([href]) {
    color: #008CFD;
    cursor: pointer
}

.support-widget .support-wdgt-links-list a:not([href]):hover {
    color: #008CFD;
    text-decoration: underline
}

@media only screen and (max-width: 768px) {
    .support-widget {
        padding:0
    }

    .support-widget .support-wdgt-container {
        flex-direction: column
    }

    .support-widget .alarm-system-troubleshooting-col {
        max-width: inherit
    }

    .support-widget .support-wdgt-column {
        padding-left: 15px;
        padding-right: 15px
    }

    .support-widget .support-wdgt-column:last-child {
        padding: 20px 15px;
        flex-grow: 1
    }

    .support-widget .search-input-wrapper {
        margin-bottom: 0;
        background: #FFF;
        box-shadow: 0 0 10px #B7BDC0;
        padding: 13px 15px 15px
    }

    .support-widget .search-input-wrapper input {
        width: calc(100% - 30px);
        font-size: 18px
    }

    .support-widget .search-input-wrapper .search-icon {
        background: url(../images/v2/icons/search.svg) center center no-repeat;
        background-size: 30px;
        display: block;
        float: right;
        width: 30px;
        height: 30px;
        cursor: pointer
    }
}

.whats-new,.whats-new img {
    width: 100%
}

.billing-address,.whats-new {
    height: 100%
}

.whats-new {
    display: flex
}

.additional-certificates-widget .additional-certificates-links-list {
    list-style: none;
    margin-bottom: 0;
    font-size: 14px
}

.additional-certificates-widget .additional-certificates-links-list-item {
    margin-left: 0;
    margin-bottom: 3px
}

.additional-certificates-widget .additional-certificates-links-list-item a {
    display: inline-block;
    background: url(../images/v2/icons/external-link.svg) right no-repeat;
    padding-right: 1.2em;
    color: #008CFD
}

@media only screen and (max-width: 768px) {
    .additional-certificates-widget {
        padding:17px 12px 20px;
        font-size: 14px
    }

    .additional-certificates-widget .widget-title {
        font-size: 16px;
        font-weight: 400;
        text-transform: capitalize
    }
}

.billing-address a {
    color: #008CFD
}

.billing-address .account-widget-content {
    line-height: 25px
}

.billing-address .account-widget-view-address,.billing-address .account-widget-view-name {
    display: block
}

.billing-address .billing-address-edit {
    max-width: 316px
}

.billing-address .billing-address-privacy-policy {
    font-size: 12px;
    margin-top: 15px;
    color: #008CFD
}

.billing-address .inputs-wrap {
    display: flex;
    padding-bottom: 25px
}

.billing-address .inputs-wrap .input-wrapper {
    flex-grow: 1;
    margin-bottom: 0
}

.billing-address .inputs-wrap select {
    margin-right: 5px;
    border: none
}

.billing-address .inline-errors-messages .error-messages-list {
    text-align: left
}

.billing-address .billing-address-form-field {
    position: relative;
    box-shadow: none
}

.billing-address .clear-billing-address-field-icon {
    flex-grow: 0;
    font-size: 1.5em;
    padding: 0;
    width: 18px;
    height: 18px;
    background: url(../images/v2/icons/close-x.png) center center no-repeat;
    display: inline-block;
    position: absolute;
    right: -25px;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: .2
}

.billing-address .clear-billing-address-field-icon:focus {
    outline: 0
}

@media only screen and (max-width: 768px) {
    .billing-address .clear-billing-address-field-icon {
        right:5px
    }

    .billing-address .billing-address-form-field .input-wrapper input {
        padding-right: 20px
    }
}

.comm-pref-email-section {
    flex-basis: 55%
}

.comm-pref-phone-section {
    flex-basis: 40%;
    box-shadow: none
}

.comm-preferences-fields-list {
    list-style: none
}

.comm-preferences-fields-list .comm-preferences-field {
    display: flex;
    width: 100%;
    align-items: center;
    margin-left: 0;
    margin-bottom: 10px
}

.comm-preferences-fields-list .comm-preferences-field.phone {
    position: relative;
    justify-content: space-between
}

.comm-preferences-fields-list .comm-preferences-field.phone .input-wrapper {
    width: 59%;
    flex-grow: 0
}

.comm-preferences-fields-list .comm-preferences-field.phone .customselect {
    width: 39%;
    flex-grow: 0;
    margin-bottom: 0
}

.comm-preferences-fields-list .comm-preferences-field.phone .checkbox-wrapper {
    margin: 8px 0
}

.comm-preferences-fields-list .input-wrapper {
    flex-grow: 1;
    margin-bottom: 0
}

.comm-preferences-fields-list .input-wrapper.disabled {
    background: 0 0;
    color: #303538
}

.comm-preferences-fields-list .comm-preferences-delete-field {
    flex-grow: 0;
    font-size: 1.5em;
    padding: 8px;
    width: 12px;
    height: 12px;
    background: url(../images/v2/indicators/error-x.png) center center no-repeat;
    background-size: 10px;
    border-radius: 20px;
    box-shadow: 0 0 5px #666;
    margin: 0 0 0 15px;
    border: none;
    cursor: pointer
}

.comm-preferences-fields-list .comm-preferences-delete-field:focus {
    outline: 0
}

.preferences--monitoring-reports .hint {
    margin-left: 10px;
    font-weight: 600
}

.preferences--monitoring-reports .reminder-content {
    display: flex;
    justify-content: space-between
}

.preferences--monitoring-reports .frequency,.preferences--monitoring-reports div.email {
    width: 48%
}

.preferences--monitoring-reports .checkbox-wrapper {
    margin-top: 10px
}

.preferences--travel-reminders .new-reminder .input-wrapper {
    position: relative
}

.preferences--travel-reminders .new-reminder .input-wrapper input {
    cursor: pointer
}

.preferences--travel-reminders .new-reminder .calendar-icon {
    width: 30px;
    height: 28px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background-size: 30px 28px;
    pointer-events: none
}

.preferences--travel-reminders .hint {
    margin-left: 10px;
    font-weight: 600
}

.preferences--travel-reminders .reminders-content {
    max-height: 330px;
    overflow: auto
}

.preferences--travel-reminders .reminders-content .title {
    margin-bottom: 5px;
    text-transform: uppercase;
    margin-left: 10px;
    font-size: 14px
}

.preferences--travel-reminders .reminders-content .title .blue-line-link {
    padding-bottom: 5px
}

.preferences--travel-reminders .form {
    display: flex;
    justify-content: space-between
}

.preferences--travel-reminders .dates,.preferences--travel-reminders div.email {
    width: 48%
}

.preferences--travel-reminders .comm-add-item-btn {
    margin-top: 10px;
    margin-bottom: 20px
}

.preferences--travel-reminders .input-wrapper {
    margin-bottom: 15px
}

.preferences--travel-reminders .add-new {
    margin-top: 10px;
    margin-bottom: 30px;
    margin-left: 10px
}

.preferences--travel-reminders .checkbox-wrapper {
    margin-top: 10px
}

.comm-pref-reminders-description {
    box-shadow: none
}

.comm-pref-reminders-description h5 {
    margin-bottom: 5px
}

.comm-pref-reminders-description p {
    font-size: 14px;
    font-weight: 300
}

.communication-pref-agreement-wrapper {
    padding-top: 12px;
    margin-top: 12px;
    border-top: 1px solid #D4D9DD
}

.communication-pref-agreement {
    cursor: pointer;
    display: flex;
    align-items: center
}

.communication-pref-agreement .checked-indicator {
    flex-shrink: 0
}

.blue-line-link {
    background: 0 0;
    padding: 0;
    color: #008CFD;
    text-decoration: underline
}

#modalWindow div[class^="modal-container preferences"] .modal-dialog {
    max-width: 660px
}

.communication-preferences-widget {
    border: 1px solid #D4D9DD;
    background-color: #E7EAEC
}

.communication-preferences-widget .head {
    padding: 19px 25px 25px;
    text-align: right;
    position: relative;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end
}

.communication-preferences-widget .head .loading-container {
    height: auto;
    position: initial
}

.communication-preferences-widget .head .loading {
    position: absolute;
    background-color: #E7EAEC;
    top: 0;
    left: 0
}

.communication-preferences-widget .table {
    margin-bottom: 0
}

.communication-preferences-widget .table th {
    border-top: 1px solid #D4D9DD
}

.communication-preferences-widget .email-updater {
    display: inline-block
}

.communication-preferences-widget .ember-text-field {
    width: 230px;
    padding: 5px
}

.communication-preferences-widget .primary-email-field,.communication-preferences-widget .primary-phone-field {
    font-size: 18px;
    box-shadow: none
}

.communication-preferences-widget .primary-email-field>span,.communication-preferences-widget .primary-phone-field>span {
    font-size: 16px;
    font-style: italic
}

.communication-preferences-widget .communication-preferences-t-head {
    font-size: 14px;
    text-transform: uppercase
}

.communication-preferences-widget .communication-preferences-t-head th.meta-info {
    padding-left: 47px
}

.communication-preferences-widget .communication-preferences-t-head td {
    border-color: #D4D9DD
}

.communication-preferences-widget .email-opt-in-head,.communication-preferences-widget .phone-opt-in-head {
    text-align: center
}

@media only screen and (min-width: 769px) {
    .comm-preferences-fields-list.primary-contacts-list {
        width:70%
    }

    .comm-preferences-fields-list.primary-contacts-list .phone button.comm-preferences-delete-field {
        position: absolute;
        right: -30px
    }

    .email-updater .email-actions-wrap.text-alert-eligible {
        margin-right: 47px
    }
}

@media only screen and (max-width: 768px) {
    .comm-pref-email-section,.comm-pref-phone-section,.comm-preferences-fields-list.primary-contacts-list,.communication-preferences-widget ul.primary-pmoc-editor,.preferences--monitoring-reports .reminder-content .email,.preferences--monitoring-reports .reminder-content .frequency,.preferences--travel-reminders .form .dates,.preferences--travel-reminders .form .email {
        width:100%
    }

    .comm-preferences-fields-list.primary-contacts-list .phone button.comm-preferences-delete-field {
        display: none
    }

    .preferences--monitoring-reports .reminder-content {
        flex-direction: column
    }

    .preferences--travel-reminders .form {
        flex-direction: column
    }

    .preferences--monitoring-reports .checkbox-wrapper label,.preferences--travel-reminders .checkbox-wrapper label {
        display: flex;
        align-items: center
    }

    .preferences--monitoring-reports .checkbox-wrapper .checked-indicator,.preferences--travel-reminders .checkbox-wrapper .checked-indicator {
        margin-right: 10px
    }

    .preferences--monitoring-reports .checkbox-wrapper .description,.preferences--travel-reminders .checkbox-wrapper .description {
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 0
    }

    .communication-preferences-widget {
        background: 0 0;
        border: none
    }

    .communication-preferences-widget .head {
        padding: 9px;
        align-items: flex-start;
        flex-direction: column
    }

    .communication-preferences-widget .primary-emails-list,.communication-preferences-widget .primary-phone-list {
        width: 100%;
        text-align: left
    }

    .communication-preferences-widget .primary-emails-title,.communication-preferences-widget .primary-phone-title {
        margin-bottom: 3px;
        font-size: 16px;
        font-weight: 400;
        padding-top: 8px
    }

    .communication-preferences-widget .primary-email-field,.communication-preferences-widget .primary-phone-field {
        font-size: 16px
    }

    .communication-preferences-widget table.table {
        border: 1px solid #D4D9DD;
        background: #E7EAEC;
        margin-top: 1em
    }

    .communication-preferences-widget .communication-preferences-t-head th {
        font-weight: 400;
        font-size: .85em
    }

    .communication-preferences-widget .communication-preferences-t-head th.meta-info {
        padding-left: .75rem
    }

    .comm-pref-reminders-description h5 {
        font-size: .9em;
        font-weight: 700;
        line-height: 1.5
    }

    .comm-pref-email-section {
        flex-basis: 100%
    }

    .comm-pref-phone-section {
        flex-basis: 100%;
        margin-top: 1em
    }

    .comm-preferences-fields-list .comm-preferences-field>span {
        font-size: .8em
    }

    .comm-preferences-fields-list .comm-preferences-delete-field {
        background: url(../images/v2/icons/trashcan.svg);
        background-size: cover;
        height: 28px;
        width: 23px;
        opacity: 1
    }
}

.communication-preferences-item {
    background-color: #fff
}

.communication-preferences-item.even {
    background-color: #F3F5F6
}

.communication-preferences-item td {
    padding-top: 25px;
    padding-bottom: 20px;
    border-color: #E7EAEC;
    vertical-align: middle
}

.communication-preferences-item .meta-info {
    width: 60%;
    padding-left: 47px;
    padding-right: 25px;
    color: #303538
}

.communication-preferences-item .email-opt-in-info,.communication-preferences-item .phone-opt-in-info {
    text-align: center;
    width: 17%
}

.communication-preferences-item .communication-preferences-item-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px
}

.communication-preferences-item .communication-preferences-item-description {
    font-size: 16px;
    line-height: 20px;
    max-width: 436px;
    margin-bottom: 0
}

.communication-preferences-item .actions {
    width: 20%;
    padding-right: 29px;
    font-weight: 700;
    text-align: right
}

.communication-preferences-item .communication-preference-action-btn {
    padding: 0;
    color: #008CFD;
    background-color: transparent
}

.communication-preferences-item .opt-in-icon {
    cursor: pointer
}

.communication-preferences-item .opt-in-icon.enabled {
    width: 36px;
    height: 36px;
    display: inline-block;
    background: url(../images/v2/icons/green-success-bubble.svg) center center no-repeat
}

.communication-preferences-item .opt-in-icon.disabled {
    width: 36px;
    height: 36px;
    display: inline-block;
    background: url(../images/v2/icons/unchecked-bubble.svg) center center no-repeat;
    position: relative;
    left: -4px
}

.communication-preferences-item .collapse-icon {
    width: 25px;
    height: 25px;
    margin-right: 6px;
    position: relative;
    top: 5.5px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,.3)
}

.communication-preferences-item .collapse-icon.expand-icon {
    display: inline-block;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background: url(../images/v2/icons/expand-icon.png) center center no-repeat
}

.communication-preferences-item .collapse-icon.unexpand-icon {
    display: inline-block;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background: url(../images/v2/icons/unexpand-icon.png) center center no-repeat
}

@media only screen and (max-width: 768px) {
    table.table .mobile-explanation {
        background-color:#fff
    }

    table.table .mobile-explanation td {
        border-top: none
    }

    table.table .mobile-explanation.even {
        background-color: #F3F5F6
    }

    table.table .communication-preferences-item .actions {
        width: auto;
        padding-right: 0;
        padding-left: 0
    }

    table.table .communication-preferences-item .actions .btn {
        width: auto!important
    }

    table.table .communication-preferences-item .meta-info {
        max-width: 40%;
        padding-left: .75rem;
        padding-right: 0
    }

    table.table .communication-preferences-item .meta-info .communication-preferences-item-title {
        font-size: 16px
    }

    table.table .communication-preferences-item .email-opt-in-info,table.table .communication-preferences-item .phone-opt-in-info {
        padding: 25px 0 20px
    }

    table.table .communication-preferences-item .communication-preferences-item-sub-title {
        display: block
    }

    table.table .communication-preferences-item #dashboardAccount .communication-preference-action-btn {
        width: auto
    }

    table.table .communication-preferences-item .settings-gear-icon {
        background: url(../images/v2/icons/settings-gear.svg) center center no-repeat;
        display: inline-block;
        height: 28px;
        width: 28px;
        background-size: cover
    }
}

.contact-dispatch.system-phone-numbers-duplication .add-new-contact {
    pointer-events: none;
    opacity: .5
}

.contact-dispatch .print-export-buttons {
    text-align: right;
    margin-bottom: 10px
}

.contact-dispatch .print-export-buttons button {
    margin-left: 10px;
    background-color: transparent;
    border: none;
    padding: 0;
    cursor: pointer
}

.contact-dispatch .emergency-dispatch-contact {
    position: relative;
    box-shadow: none
}

.contact-dispatch .emergency-dispatch-contact .emergency-dispatch-contact-header {
    display: flex;
    align-items: center;
    font-size: 12px;
    padding: 12px 30px 12px 0;
    margin-bottom: 20px;
    background: #F3F5F6;
    text-transform: uppercase;
    border: 1px solid #D4D9DD
}

.contact-dispatch .emergency-dispatch-contact .emergency-dispatch-contact-header .tool-tip {
    display: inline-block
}

.contact-dispatch .emergency-dispatch-contact .emergency-dispatch-contact-header .tool-tip .icon {
    font-size: inherit
}

.contact-dispatch .emergency-dispatch-contact .emergency-dispatch-contact-header>h5 {
    flex-grow: 1;
    margin-bottom: 0
}

.contact-dispatch .emergency-dispatch-contact .emergency-dispatch-contact-header>h5:first-child {
    padding-left: 12px
}

.contact-dispatch .emergency-dispatch-contact .emergency-dispatch-contact-header>h5:last-child {
    padding-left: 16px
}

.contact-dispatch .emergency-dispatch-contact .emergency-dispatch-contact-header>h5:last-child(1) {
    padding-left: 18px
}

.contact-dispatch .emergency-dispatch-contact .emergency-dispatch-contact-header>h5.phone-numbers,.contact-dispatch .emergency-dispatch-contact .emergency-dispatch-contact-header>h5.view-verbal-security-password {
    flex-grow: 1
}

.contact-dispatch .emergency-dispatch-contact .emergency-dispatch-contact-header>h5.phone-numbers .tip,.contact-dispatch .emergency-dispatch-contact .emergency-dispatch-contact-header>h5.view-verbal-security-password .tip {
    text-transform: initial
}

.contact-dispatch .emergency-dispatch-contact::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,.8);
    visibility: hidden;
    opacity: 0;
    transition: .3s ease-in-out;
    z-index: 10
}

.contact-dispatch.editing .emergency-dispatch-contact::before {
    opacity: 1;
    width: 100%;
    height: 100%;
    visibility: visible
}

.empty-contacts-handler-message {
    padding-left: 12px
}

@media only screen and (max-width: 768px) {
    .emergency-dispatch-contact .emergency-dispatch-contact-header {
        font-size:13px
    }
}

@media only screen and (min-width: 769px) and (max-width:1100px) {
    .emergency-dispatch-contact .emergency-dispatch-contact-header {
        font-size:13px
    }
}

.contract-documents-widget .contract-documents-files-list {
    font-size: 14px;
    list-style: none;
    border: 1px solid #E7EAEC;
    background-color: #fafafa;
    padding: 10px 20px
}

.contract-documents-widget .contract-documents-files-list a {
    display: inline-block;
    background: url(../images/v2/icons/external-link.svg) right no-repeat;
    padding-right: 1.2em
}

.contract-documents-widget .contract-documents-files-list .end-date-link a {
    background: 0 0
}

.contract-documents-widget .contract-documents-files-item {
    display: flex;
    align-items: center;
    margin-left: 0;
    margin-bottom: 8px
}

.contract-documents-widget .contract-documents-files-item::before {
    content: '';
    display: inline-block;
    margin-right: 14px;
    background-color: transparent;
    height: 28px;
    width: 22px;
    background-image: url(../images/v2/icons/download-outline.png);
    border: none
}

.contract-documents-widget .contract-documents-link {
    text-transform: capitalize;
    color: #008CFD;
    text-decoration: underline;
    font-weight: 700;
    display: inline-block;
    background: url(../images/v2/icons/external-link.svg) right no-repeat;
    padding-right: 1.2em
}

.contract-documents-widget time {
    color: #5E6366;
    padding-left: 5px
}

@media only screen and (max-width: 768px) {
    .contract-documents-widget {
        padding:17px 12px 20px;
        font-size: 14px
    }

    .contract-documents-widget .widget-title {
        font-size: 16px;
        font-weight: 400;
        text-transform: capitalize
    }
}

.account-emergency-contact,.empty-contacts-handler-message {
    position: relative
}

.account-emergency-contact.has-duplications,.empty-contacts-handler-message.has-duplications {
    background-color: #fff4e5;
    position: relative
}

.account-emergency-contact.has-duplications .contact-wrap,.empty-contacts-handler-message.has-duplications .contact-wrap {
    border: 2px solid #FF9600
}

.account-emergency-contact.has-duplications .contact-wrap.dupes-cleared,.empty-contacts-handler-message.has-duplications .contact-wrap.dupes-cleared {
    border-color: #00AE05
}

.account-emergency-contact.has-duplications .contact-wrap.dupes-cleared .validated-duplicate-check.pre-post,.empty-contacts-handler-message.has-duplications .contact-wrap.dupes-cleared .validated-duplicate-check.pre-post {
    display: block
}

.account-emergency-contact.has-duplications::before,.empty-contacts-handler-message.has-duplications::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/v2/indicators/alert-icon-round-orange.svg) center center no-repeat;
    background-size: 20px
}

.account-emergency-contact .dropdown .dropdown-toggle::after,.account-emergency-contact .emergency-contact-actions-dropdown::after,.empty-contacts-handler-message .dropdown .dropdown-toggle::after,.empty-contacts-handler-message .emergency-contact-actions-dropdown::after {
    content: none
}

.account-emergency-contact .error-messages-list,.empty-contacts-handler-message .error-messages-list {
    padding-top: 15px
}

.account-emergency-contact .emergency-contact-actions-dropdown,.empty-contacts-handler-message .emergency-contact-actions-dropdown {
    padding: 0;
    border: none;
    background-color: transparent
}

.account-emergency-contact .emergency-contact-actions-dropdown.btn-secondary:active,.account-emergency-contact .emergency-contact-actions-dropdown.dropdown-toggle,.empty-contacts-handler-message .emergency-contact-actions-dropdown.btn-secondary:active,.empty-contacts-handler-message .emergency-contact-actions-dropdown.dropdown-toggle {
    background-color: transparent
}

.account-emergency-contact .emergency-contact-actions-dropdown.btn-secondary:focus,.empty-contacts-handler-message .emergency-contact-actions-dropdown.btn-secondary:focus {
    box-shadow: none
}

.account-emergency-contact .emergency-contact-item,.account-emergency-contact .empty-indicator,.empty-contacts-handler-message .emergency-contact-item,.empty-contacts-handler-message .empty-indicator {
    display: flex;
    align-items: center;
    padding: 21px 7px 21px 0;
    font-size: 16px
}

.account-emergency-contact .dropdown-menu,.empty-contacts-handler-message .dropdown-menu {
    transition: none
}

.account-emergency-contact.is-editing,.empty-contacts-handler-message.is-editing {
    z-index: 20;
    background-color: transparent;
    box-shadow: 0 1px 6px 0 #CCC
}

.account-emergency-contact.is-editing .emergency-contact-item,.empty-contacts-handler-message.is-editing .emergency-contact-item {
    padding-right: 10px;
    align-items: flex-start
}

.account-emergency-contact .contact-phone-item,.empty-contacts-handler-message .contact-phone-item {
    display: flex;
    position: relative;
    margin-left: 0
}

.account-emergency-contact .contact-phone-item:not(:last-child),.empty-contacts-handler-message .contact-phone-item:not(:last-child) {
    margin-bottom: 5px
}

.account-emergency-contact .duplicate-number-error,.empty-contacts-handler-message .duplicate-number-error {
    color: #DF0000;
    margin-left: 37%;
    white-space: nowrap;
    margin-bottom: 5px;
    font-size: .7em
}

.account-emergency-contact .emergency-contact-value,.empty-contacts-handler-message .emergency-contact-value {
    flex-grow: .5;
    flex-shrink: 1;
    flex-basis: 0;
    padding-left: 20px
}

@media (min-width: 300px) and (max-width:1200px) {
    .account-emergency-contact .emergency-contact-value,.empty-contacts-handler-message .emergency-contact-value {
        flex-grow:.5;
        flex-shrink: 1;
        flex-basis: 0;
        padding-left: 2px
    }
}

.account-emergency-contact .emergency-contact-order,.empty-contacts-handler-message .emergency-contact-order {
    display: flex;
    align-items: center;
    padding-left: 20px;
    cursor: pointer
}

@media (min-width: 300px) and (max-width:1200px) {
    .account-emergency-contact .emergency-contact-order,.empty-contacts-handler-message .emergency-contact-order {
        display:flex;
        align-items: center;
        padding-left: 20px;
        cursor: pointer
    }
}

.account-emergency-contact .grips-icon,.empty-contacts-handler-message .grips-icon {
    width: 12px;
    height: 20px;
    display: inline-block;
    background: url(../images/v2/icons/grips-icon.svg) center center no-repeat;
    margin-right: 10px
}

.account-emergency-contact .dropdown,.empty-contacts-handler-message .dropdown {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: none
}

.account-emergency-contact .dropdown.show,.empty-contacts-handler-message .dropdown.show {
    z-index: 120
}

.account-emergency-contact .emergency-contact-actions-btn,.empty-contacts-handler-message .emergency-contact-actions-btn {
    width: 100%;
    display: block;
    border: none;
    cursor: pointer
}

.account-emergency-contact .phone-numbers-value,.account-emergency-contact .verbal-security-password-value,.empty-contacts-handler-message .phone-numbers-value,.empty-contacts-handler-message .verbal-security-password-value {
    align-items: center;
    flex-grow: 1
}

.account-emergency-contact a.show-pwd-link,.empty-contacts-handler-message a.show-pwd-link {
    background: url(../images/v2/icons/show-eye.svg) center center no-repeat;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    top: 7px;
    left: 5px
}

.account-emergency-contact a.show-pwd-link.show-pwd,.empty-contacts-handler-message a.show-pwd-link.show-pwd {
    background: url(../images/v2/icons/hide-eye.svg) center center no-repeat;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: inline-block
}

.account-emergency-contact .emergency-contact-input-wrap,.empty-contacts-handler-message .emergency-contact-input-wrap {
    display: flex
}

.account-emergency-contact .main-actions-wrapper,.empty-contacts-handler-message .main-actions-wrapper {
    display: flex;
    flex-basis: 185px
}

.account-emergency-contact .main-action-btn,.empty-contacts-handler-message .main-action-btn {
    margin: 0 0 0 4px;
    padding: 15px 7px;
    height: auto
}

.account-emergency-contact .customselect,.account-emergency-contact .input-wrapper,.empty-contacts-handler-message .customselect,.empty-contacts-handler-message .input-wrapper {
    margin: 0 0 0 10px;
    flex-grow: 2;
    flex-shrink: 2;
    flex-basis: 240px;
    overflow: hidden
}

.account-emergency-contact .customselect label,.account-emergency-contact .input-wrapper label,.empty-contacts-handler-message .customselect label,.empty-contacts-handler-message .input-wrapper label {
    font-size: 13px;
    white-space: nowrap
}

.account-emergency-contact .phone-type-select,.empty-contacts-handler-message .phone-type-select {
    border: none;
    height: 100%;
    width: 100%;
    background-color: transparent;
    position: relative;
    top: 2px
}

.account-emergency-contact .phone-type-select::-moz-focus-inner,.empty-contacts-handler-message .phone-type-select::-moz-focus-inner {
    border: 0
}

.account-emergency-contact .phone-type-select:focus,.empty-contacts-handler-message .phone-type-select:focus {
    outline: 0
}

.account-emergency-contact .phone-type-select:focus::-ms-value,.empty-contacts-handler-message .phone-type-select:focus::-ms-value {
    background-color: transparent;
    color: #303538
}

.account-emergency-contact .phone-type-select-wrapper label,.empty-contacts-handler-message .phone-type-select-wrapper label {
    font-size: .75rem;
    top: 2px
}

.account-emergency-contact .verbal-password-wrap,.empty-contacts-handler-message .verbal-password-wrap {
    flex-grow: 3
}

.account-emergency-contact .customselect label,.empty-contacts-handler-message .customselect label {
    border: none
}

.account-emergency-contact .emergency-contact-phone-item,.empty-contacts-handler-message .emergency-contact-phone-item {
    display: block
}

.account-emergency-contact .contact-phones-wrapper,.empty-contacts-handler-message .contact-phones-wrapper {
    position: relative;
    padding-right: 11px;
    min-width: 27%
}

.account-emergency-contact .contact-phone-share-video,.account-emergency-contact .contact-phone-signal-chat,.empty-contacts-handler-message .contact-phone-share-video,.empty-contacts-handler-message .contact-phone-signal-chat {
    position: relative;
    padding-right: 11px;
    min-width: 12%
}

.account-emergency-contact .add-new-phone-number-btn,.empty-contacts-handler-message .add-new-phone-number-btn {
    font-size: 12px;
    position: absolute;
    top: -23px;
    right: 0;
    background-color: transparent;
    border: none;
    color: #008CFD;
    cursor: pointer
}

.account-emergency-contact .delete-phone-number-icon,.empty-contacts-handler-message .delete-phone-number-icon {
    flex-grow: 0;
    font-size: 1.5em;
    padding: 0;
    background: url(../images/v2/icons/close-x.png) center center no-repeat;
    display: inline-block;
    position: absolute;
    right: -14px;
    height: 10px;
    width: 10px;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: .2
}

.dupes-class .emergency-duplicate-icon,.dupes-cleared .validated-duplicate-check.pre-post {
    display: block
}

.account-emergency-contact .delete-phone-number-icon:focus,.empty-contacts-handler-message .delete-phone-number-icon:focus {
    outline: 0
}

.dupes-class {
    border: 2px solid #FF9600
}

.dupes-class .button-blue {
    pointer-events: none;
    cursor: not-allowed;
    opacity: .65
}

.dupes-class .cancel-btn {
    pointer-events: initial;
    cursor: initial;
    opacity: 1
}

.system-phone-numbers-duplication .add-new-phone-number-btn,.system-phone-numbers-duplication .emergency-contact-actions-dropdown,.system-phone-numbers-duplication .grips-icon {
    opacity: .5;
    pointer-events: none
}

.system-phone-numbers-duplication .btn-group,.system-phone-numbers-duplication .emergency-contact-order {
    cursor: not-allowed
}

.system-phone-numbers-duplication.has-duplications .emergency-contact-actions-dropdown {
    opacity: 1;
    pointer-events: auto
}

.dupes-cleared {
    border: 2px solid #00AE05
}

.emergency-duplicate-icon,.validated-duplicate-check.pre-post {
    display: none;
    position: absolute;
    border-radius: 50%;
    z-index: 2;
    top: calc(50% - 15px);
    transform: translateX(-50%)
}

.validated-duplicate-check.pre-post {
    left: 0
}

.account-emergency-contact-wrapper,.empty-contacts-handler-message {
    position: relative;
    margin-left: 0;
    border: 1px solid #E7EAEC;
    background-color: #fff;
    transition: all .12s
}

#ember-basic-dropdown-wormhole *,.business-report-item .report-actions,.business-report-item .report-actions *,.secondary-phone-number-wrap {
    transition: none
}

.account-emergency-contact-wrapper:nth-child(2n),.empty-contacts-handler-message:nth-child(2n) {
    background-color: #F3F5F6
}

.account-emergency-contact-wrapper:not(:first-child),.empty-contacts-handler-message:not(:first-child) {
    border-top: none
}

.account-emergency-contact-wrapper.is-dragging,.empty-contacts-handler-message.is-dragging {
    z-index: 30;
    border: 1px solid #E7EAEC;
    box-shadow: 0 1px 6px 0 #CCC
}

.account-emergency-contact-wrapper .emergency-contact-actions-dropdown,.empty-contacts-handler-message .emergency-contact-actions-dropdown {
    text-align: right
}

@media only screen and (max-width: 768px) {
    .account-emergency-contact.has-duplications::before {
        left:50%;
        top: 0;
        transform: translate(-50%,-50%)
    }

    .account-emergency-contact .contact-phones-wrapper {
        width: 100%;
        padding-top: 20px;
        padding-right: 0
    }

    .account-emergency-contact .add-new-phone-number-btn {
        top: 8px
    }

    .account-emergency-contact .emergency-contact-phone-nubmer-wrapper {
        flex-grow: 4
    }

    .account-emergency-contact .delete-phone-number-icon {
        top: 4px;
        right: 0
    }

    .account-emergency-contact .main-actions-wrapper {
        flex-direction: column;
        width: 100%;
        margin-top: 10px;
        flex-basis: initial
    }

    .account-emergency-contact .main-actions-wrapper .cancel-btn {
        margin-top: 5px;
        background-color: transparent;
        color: #008CFD;
        border: none
    }

    .account-emergency-contact .duplicate-number-error {
        white-space: normal;
        font-size: .75em;
        margin-bottom: 10px;
        margin-left: 0;
        padding-left: 10px
    }

    .account-emergency-contact .main-action-btn {
        margin-left: 0;
        width: auto;
        padding: 15px
    }

    .account-emergency-contact .contact-phone-item {
        flex-direction: column;
        margin-left: 0;
        padding-top: 20px
    }

    .account-emergency-contact .contact-phone-item:not(:last-child) {
        margin-bottom: 0
    }

    .account-emergency-contact .emergency-contact-phone-extension-wrap {
        order: -1
    }

    .account-emergency-contact .emergency-contact-item.expanded {
        display: block;
        position: relative
    }

    .account-emergency-contact .emergency-contact-item.expanded .emergency-contact-actions-dropdown {
        width: auto;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%)
    }

    .account-emergency-contact .emergency-contact-item.expanded .btn-group {
        position: initial;
        display: inline
    }

    .account-emergency-contact .mobile-expanded-title {
        margin-bottom: 0;
        padding: 15px 0 3px 30px
    }

    .account-emergency-contact.is-editing .emergency-contact-item {
        flex-direction: column;
        padding-left: 30px;
        padding-right: 30px
    }

    .account-emergency-contact.is-editing .emergency-contact-order::before {
        content: '#'
    }

    .account-emergency-contact .emergency-contact-order {
        display: block;
        order: -4
    }

    .account-emergency-contact .emergency-contact-first-name {
        order: -3
    }

    .account-emergency-contact .emergency-contact-last-name {
        order: -2
    }

    .account-emergency-contact .verbal-password-wrap {
        order: -1;
        position: relative;
        width: 100%
    }

    .account-emergency-contact .customselect,.account-emergency-contact .input-wrapper {
        margin-bottom: 10px;
        width: 100%;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: initial;
        margin-left: 0
    }

    .account-emergency-contact .information-icon {
        position: absolute;
        top: 50%;
        right: -26px;
        transform: translateY(-66%)
    }

    .emergency-duplicate-icon,.validated-duplicate-check.pre-post {
        left: calc(50% - 15px);
        top: 0;
        transform: translateY(-50%)
    }
}

@media only screen and (min-width: 769px) and (max-width:1100px) {
    .account-emergency-contact.has-duplications::before {
        left:50%;
        top: 0;
        transform: translate(-50%,-50%)
    }

    .account-emergency-contact .contact-phones-wrapper {
        width: 100%;
        padding-top: 20px;
        padding-right: 0
    }

    .account-emergency-contact .add-new-phone-number-btn {
        top: 8px
    }

    .account-emergency-contact .emergency-contact-phone-nubmer-wrapper {
        flex-grow: 4
    }

    .account-emergency-contact .delete-phone-number-icon {
        top: 4px;
        right: 0
    }

    .account-emergency-contact .main-actions-wrapper {
        flex-direction: column;
        width: 100%;
        margin-top: 10px;
        flex-basis: initial
    }

    .account-emergency-contact .main-actions-wrapper .cancel-btn {
        margin-top: 5px;
        background-color: transparent;
        color: #008CFD;
        border: none
    }

    .account-emergency-contact .duplicate-number-error {
        white-space: normal;
        font-size: .75em;
        margin-bottom: 10px;
        margin-left: 0;
        padding-left: 10px
    }

    .account-emergency-contact .main-action-btn {
        margin-left: 0;
        width: auto;
        padding: 15px
    }

    .account-emergency-contact .contact-phone-item {
        flex-direction: column;
        margin-left: 0;
        padding-top: 20px
    }

    .account-emergency-contact .contact-phone-item:not(:last-child) {
        margin-bottom: 0
    }

    .account-emergency-contact .emergency-contact-phone-extension-wrap {
        order: -1
    }

    .account-emergency-contact .emergency-contact-item.expanded {
        display: block;
        position: relative
    }

    .account-emergency-contact .emergency-contact-item.expanded .emergency-contact-actions-dropdown {
        width: auto;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%)
    }

    .account-emergency-contact .emergency-contact-item.expanded .btn-group {
        position: initial;
        display: inline
    }

    .account-emergency-contact .mobile-expanded-title {
        margin-bottom: 0;
        padding: 15px 0 3px 30px
    }

    .account-emergency-contact.is-editing .emergency-contact-item {
        flex-direction: column;
        padding-left: 30px;
        padding-right: 30px
    }

    .account-emergency-contact.is-editing .emergency-contact-order::before {
        content: '#'
    }

    .account-emergency-contact .emergency-contact-order {
        display: block;
        order: -4
    }

    .account-emergency-contact .emergency-contact-first-name {
        order: -3
    }

    .account-emergency-contact .emergency-contact-last-name {
        order: -2
    }

    .account-emergency-contact .verbal-password-wrap {
        order: -1;
        position: relative;
        width: 100%
    }

    .account-emergency-contact .customselect,.account-emergency-contact .input-wrapper {
        margin-bottom: 10px;
        width: 100%;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: initial;
        margin-left: 0
    }

    .account-emergency-contact .information-icon {
        position: absolute;
        top: 50%;
        right: -26px;
        transform: translateY(-66%)
    }

    .emergency-duplicate-icon,.validated-duplicate-check.pre-post {
        left: calc(50% - 15px);
        top: 0;
        transform: translateY(-50%)
    }
}

.enroll-paperless-statement .enroll-paperless-description p,.enroll-paperless-statement .paperless-statement-icon-wrap p {
    margin-bottom: 0
}

.enroll-paperless-statement {
    font-size: 16px;
    color: #303538;
    text-align: left
}

.enroll-paperless-statement .paperless-transition-statements-btn {
    color: #008CFD;
    border: none;
    background: 0 0;
    padding: 0;
    cursor: pointer;
    text-decoration: underline
}

.enroll-paperless-statement .leaf-icon {
    margin-right: 10px;
    display: inline-block;
    background: url(../images/v2/icons/leaf.png) no-repeat;
    height: 23px;
    width: 29px
}

.enroll-paperless-statement .paperless-statement-icon-wrap {
    display: flex;
    align-items: center;
    margin-top: 20px
}

.enroll-paperless-statement .paperless-statement-icon-wrap.icon-top {
    align-items: flex-start
}

.enroll-paperless-statement .enroll-paperless-pre-enroll-state-wrap {
    box-shadow: none
}

.enroll-paperless-statement .description-item {
    display: block
}

.enroll-paperless-statement .paperless-statements-agreement {
    display: flex;
    align-items: center
}

.enroll-paperless-statement .enroll-paperless-pre-enroll-descr-wrap {
    flex-grow: 1
}

.enroll-paperless-statement .button {
    display: inline-block;
    height: auto;
    padding: 4px 18px;
    font-size: 14px;
    margin-right: 8px
}

.enroll-paperless-statement .paperless-enroll-pending-email {
    display: inline-block;
    padding-top: 8px;
    font-size: 14px
}

.enroll-paperless-statement .enroll-paperless-description {
    font-size: 14px
}

.enroll-paperless-statement .enrolled-state-text {
    font-weight: 700
}

.enroll-paperless-statement .enrolled-state-text .paperless-transition-statements-btn {
    font-weight: 700;
    text-decoration: none
}

.enroll-paperless-statement .enroll-paperless-pending-state-wrap {
    box-shadow: none
}

.enroll-paperless-statement .pending-status-block {
    display: block
}

.enroll-paperless-statement .status-messages {
    max-width: 55%;
    margin-top: 11px
}

.enroll-paperless-statement .status-messages .status-message.success .indicator {
    width: 50px
}

.enroll-paperless-statement .status-messages .status-message.success span {
    font-size: 14px;
    width: 100%;
    padding: 10px
}

.paperless-statements-modal-wrap {
    padding: 0 12%
}

.paperless-statements-modal-title {
    font-weight: 600
}

.unenroll-paperless-statements-modal-window-preloader .loading-container {
    height: auto
}

@media only screen and (max-width: 768px) {
    .enroll-paperless-statement {
        width:100%;
        margin-bottom: 10px
    }

    .enroll-paperless-statement .status-messages {
        margin-top: 24px
    }

    .enroll-paperless-statement .status-messages .status-message.success span {
        padding-top: 23px
    }
}

.flexfi-table {
    background: #f5f5f5;
    border: 1px solid #E7EAEC
}

.flexfi-table .flexfi-table-title {
    margin-bottom: .5rem
}

.flexfi-table .flexfi-table-title h5 {
    margin-bottom: 0
}

.flexfi-table .flexfi-table-title a {
    color: #008CFD;
    margin-left: 1rem;
    display: inline-block
}

.flexfi-table .nav-tabs {
    box-shadow: none;
    margin-bottom: .5rem
}

.flexfi-table .nav-tabs .nav-item {
    border-bottom: 3px solid transparent;
    box-shadow: none;
    font-size: 14px
}

.flexfi-table .nav-tabs .nav-item.active {
    border-bottom: 3px solid #008CFD;
    background: 0 0
}

.flexfi-table .nav-tabs .nav-item .nav-link {
    padding: .2rem .4rem;
    box-shadow: none;
    background: 0 0;
    margin: 0
}

.flexfi-table .nav-tabs .nav-item .nav-link.active {
    padding: .2rem .4rem;
    background: 0 0
}

.flexfi-table .nav-tabs+.tab-content {
    background: 0 0
}

.flexfi-table table {
    width: 100%
}

.flexfi-table table tr td {
    padding: 4px 0
}

.flexfi-table table tr td hr {
    margin: .25em 0
}

@media only screen and (min-width: 769px) {
    .flexfi-table {
        flex-grow:2;
        max-width: 450px;
        min-width: 250px;
        padding: 16px
    }

    .flexfi-table .nav-tabs {
        box-shadow: none;
        border-bottom: #D4D9DD
    }

    .flexfi-table .nav-tabs .nav-item {
        text-transform: unset;
        background: 0 0;
        border-bottom: 3px solid transparent;
        box-shadow: none;
        font-size: 14px
    }

    .flexfi-table .nav-tabs .nav-item.active {
        border-bottom: 3px solid #008CFD;
        border-top: none;
        background: 0 0
    }

    .flexfi-table .nav-tabs .nav-item .nav-link {
        padding: .2rem .4rem;
        box-shadow: none;
        background: 0 0;
        margin: 0
    }

    .flexfi-table .nav-tabs .nav-item .nav-link.active {
        padding: .2rem .4rem;
        background: 0 0
    }

    .flexfi-table .nav-tabs+.tab-content {
        background: 0 0
    }
}

@media only screen and (max-width: 768px) {
    .flexfi-table {
        background:0 0;
        border: none;
        margin: 1rem 0
    }

    .flexfi-table .flexfi-table-title {
        flex-wrap: wrap;
        margin-bottom: 1rem
    }

    .flexfi-table .flexfi-table-title h5 {
        font-size: 1.2em;
        font-weight: 700;
        width: 100%;
        margin-bottom: .5rem
    }

    .flexfi-table .nav-tabs {
        border-bottom: 1px solid #D4D9DD;
        justify-content: flex-start
    }

    .flexfi-table .nav-tabs .nav-item {
        border-radius: 0
    }

    .flexfi-table .nav-tabs .nav-item.active {
        font-weight: 700
    }

    .flexfi-table .nav-tabs .nav-item .nav-link {
        padding: 1rem;
        display: block;
        border-radius: 0;
        color: #303538
    }

    .flexfi-table .nav-tabs .nav-item .nav-link.active {
        font-weight: 700;
        padding: 1rem
    }

    .flexfi-table table {
        font-size: .9em
    }

    .flexfi-table table tr td {
        text-align: left
    }

    .flexfi-table table tr td.text {
        text-align: right
    }

    .flexfi-table table.small {
        font-size: .8em
    }
}

.dashboard-inspection-reports {
    margin-top: 4em
}

.dashboard-inspection-reports .striped-table td {
    vertical-align: middle
}

.dashboard-inspection-reports .contract-documents-files-item {
    margin-top: .5em
}

.dashboard-inspection-reports .contract-documents-files-item .contract-documents-link {
    display: inline-block;
    background: url(../images/v2/icons/external-link.svg) right no-repeat;
    padding-right: 1.2em
}

.dashboard-inspection-reports .emtpy-list-indicator {
    box-shadow: none;
    font-size: 14px;
    border: 1px solid #E7EAEC;
    background-color: #fafafa;
    padding: 10px 35px
}

.dashboard-inspection-reports .emtpy-list-indicator a {
    display: inline-block;
    background: url(../images/v2/icons/external-link.svg) right no-repeat;
    padding-right: 1.2em
}

.insurance-discount-widget {
    color: #303538
}

.insurance-discount-widget .insurance-discount-widget-content {
    padding: 24px 33px 40px;
    margin-bottom: 0;
    border: 1px solid #E7EAEC;
    background-color: #FAFAFA;
    line-height: 25px;
    font-size: 16px
}

.insurance-discount-widget .insurance-discount-widget-steps {
    margin-top: 35px;
    margin-bottom: 20px
}

.insurance-discount-widget .insurance-discount-widget-steps .monitoring-certificate {
    display: inline-block;
    background: url(../images/v2/icons/external-link.svg) right no-repeat;
    padding-right: 1.2em
}

.insurance-discount-widget .insurance-discount-widget-steps a {
    color: #008CFD;
    text-decoration: underline;
    cursor: pointer
}

.insurance-discount-widget .insurance-discount-widget-steps a:hover {
    color: #0061AA;
    text-decoration: none
}

.insurance-discount-widget .insurance-discount-widget-steps a.disabled {
    color: #5E6366;
    cursor: no-drop
}

.insurance-discount-widget .insurance-discount-widget-steps li {
    padding-left: 11px;
    margin-left: 23px;
    margin-bottom: 18px
}

.insurance-discount-widget .insurance-discount-widget-desc {
    font-size: 16px;
    line-height: 25px
}

.insurance-discount-widget small {
    color: #898E91;
    font-size: 14px
}

@media only screen and (max-width: 768px) {
    .insurance-discount-widget .widget-title {
        font-size:16px;
        text-transform: none;
        font-weight: 400
    }

    .insurance-discount-widget .insurance-discount-widget-content {
        padding: 2px 12px 20px;
        background-color: transparent;
        border: none;
        font-size: 14px
    }

    .insurance-discount-widget .insurance-discount-widget-desc {
        font-size: 14px
    }

    .insurance-discount-widget .insurance-discount-widget-steps {
        margin-top: 20px
    }

    .insurance-discount-widget .insurance-discount-widget-steps li {
        padding-left: 0;
        margin-left: 16px
    }
}

.additional-certificates-links-list-item a.monitoring-certificate {
    cursor: pointer
}

.additional-certificates-links-list-item a.monitoring-certificate:hover {
    text-decoration: underline;
    color: #008CFD
}

.contacts-location-numbers .data-table {
    max-width: 700px;
    font-size: .85em
}

.contacts-location-numbers .data-table-row.duplication {
    background-color: #fff4e5;
    border: 2px solid #FF9600;
    position: relative
}

.contacts-location-numbers .data-table-row.duplication::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/v2/indicators/alert-icon-round-orange.svg) center center no-repeat;
    background-size: 20px
}

.contacts-location-numbers .data-table .data-table-row {
    margin-bottom: 0;
    justify-content: unset
}

.contacts-location-numbers .data-table .data-table-row .row-item {
    padding-right: 90px
}

@media (min-width: 300px) and (max-width:500px) {
    .contacts-location-numbers .data-table .data-table-row .row-item {
        padding-right:37px
    }
}

@media (min-width: 500px) and (max-width:1200px) {
    .contacts-location-numbers .data-table .data-table-row .row-item {
        padding-right:116px
    }
}

.contacts-location-numbers .data-table .data-table-row .row-item:last-of-type {
    padding-right: 10px
}

.contacts-location-numbers .phone-type-select {
    border: none;
    height: 100%;
    width: 100%;
    background-color: transparent
}

.contacts-location-numbers .phone-type-select-wrapper {
    margin-right: 10px
}

.contacts-location-numbers .row-heading.phone {
    padding-right: 125px
}

@media (min-width: 300px) and (max-width:500px) {
    .contacts-location-numbers .row-heading.phone {
        padding-right:38px
    }
}

.contacts-location-numbers .row-heading.signalchat {
    padding-right: 10px
}

@media (min-width: 500px) and (max-width:1200px) {
    .contacts-location-numbers .row-heading.phone {
        padding-right:150px
    }

    .contacts-location-numbers .row-heading.signalchat {
        padding-right: 15px
    }
}

.contacts-location-numbers .is-editing {
    z-index: 20;
    background-color: #fff!important;
    box-shadow: 0 1px 6px 0 #ccc
}

.contacts-location-numbers .dropdown-menu {
    text-align: center
}

.contacts-location-numbers .contact-number-actions-btn {
    border: none;
    width: 100%
}

.contacts-location-numbers .data-table-row:nth-of-type(even) {
    background-color: #E7EAEC
}

.contacts-location-numbers .primary-location-number {
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px
}

.contacts-location-numbers .dropdown-toggle::after {
    content: none
}

.contacts-location-numbers .secondary-location-number {
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px
}

.contacts-location-numbers .main-action-btn {
    margin-left: 10px
}

.contacts-location-numbers .main-action-btn.cancel-btn {
    margin-left: 10px;
    margin-right: 10px
}

.system-phone-numbers-duplication .data-table .data-table-row:not(.duplication) .row-item:nth-of-type(3) {
    cursor: not-allowed;
    opacity: .5
}

.system-phone-numbers-duplication .data-table .data-table-row:not(.duplication) .row-item:nth-of-type(3) a {
    pointer-events: none
}

.duplicate-phone-number {
    border: 2px solid #FF9600;
    background: #fff4e5
}

.duplicate-phone-number-cleared {
    border: 2px solid #00AE05;
    background: #F3F5F6
}

.duplicate-number-message {
    margin-bottom: 1em;
    display: none
}

.duplicate-number-message .status-messages .status-message.warn {
    background-color: transparent;
    border: 2px solid #FF9600
}

.duplicate-number-message .status-messages .status-message.warn .indicator {
    background-color: #FF9600;
    background-size: 22px;
    width: 41px
}

.duplicate-number-message .status-messages .status-message.warn span {
    font-size: 1em;
    padding: .6em 10px
}

.dupes-class-location-number .button-blue {
    display: none
}

.dupes-class-location-number .duplicate-number-message {
    display: block;
    margin: 0 -4px
}

.dupes-class-location-number .input-wrapper.duplicate {
    border: 2px solid #FF9600;
    background: #fff4e5
}

.input-wrapper.cleared {
    border: 2px solid #00AE05;
    background: #F3F5F6
}

.validated-duplicate-check {
    position: absolute;
    left: calc(50% - 15px);
    padding: 5px;
    border-radius: 50%;
    z-index: 2;
    transform: translateY(-50%);
    background-color: #00AE05
}

.validated-duplicate-check img {
    display: block;
    margin: auto
}

.secondary-phone-number-wrap {
    visibility: hidden;
    overflow: hidden;
    height: 0
}

.secondary-phone-number-wrap.visible {
    overflow: auto;
    height: auto;
    visibility: visible
}

@media only screen and (max-width: 768px) {
    .duplicate-number-message {
        margin-top:25px
    }

    .duplicate-number-message .status-messages .status-message.warn {
        border: none
    }

    .duplicate-number-message .status-messages .status-message.warn span {
        padding: 2em 10px
    }

    .contacts-location-numbers .data-table-row.duplication::before {
        left: 50%;
        top: 0;
        transform: translate(-50%,-50%)
    }
}

.contact-number-action-dropdown {
    padding: 0;
    border: none!important;
    background: 0 0!important
}

#dashboardProfileInfo {
    width: auto
}

#dashboardProfileInfo .profile-info-view .item-title {
    width: 7em;
    display: inline-block
}

#dashboardProfileInfo .profile-info-list {
    list-style: none;
    margin: 0 0 0 .5em;
    line-height: 25px
}

#dashboardProfileInfo .profile-info-list>li {
    margin-left: 0;
    margin-bottom: 15px;
    position: relative;
    clear: both
}

#dashboardProfileInfo .profile-info-list>li.profile-info-error-msg {
    text-align: center;
    font-size: 12px;
    color: #DF0000
}

#dashboardProfileInfo .profile-info-list>li.profile-info-error-msg.hidden {
    display: none
}

#dashboardProfileInfo .profile-info-list>li .edit-mode {
    margin-bottom: 1em
}

#dashboardProfileInfo .profile-info-list>li .item-title,#dashboardProfileInfo .profile-info-list>li .item-value {
    font-size: 1em;
    padding-right: 5px
}

#dashboardProfileInfo .profile-info-list>li .input-wrapper {
    width: 92%;
    margin-right: 7%;
    margin-bottom: 15px
}

@media only screen and (min-width: 576px) {
    #dashboardProfileInfo .profile-info-list>li .tool-tip .tip {
        padding:0;
        top: 40%;
        left: 100%
    }
}

#dashboardProfileInfo .phone-edit-title {
    display: block
}

#dashboardProfileInfo .current-password-wrapper {
    margin-top: 0
}

#dashboardProfileInfo .profile-name {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #CCC;
    margin-top: 1em;
    margin-bottom: 1em
}

#dashboardProfileInfo .profile-name a {
    color: #008CFD
}

#dashboardProfileInfo .action-buttons {
    display: flex;
    border-top: 1px solid #ccc;
    padding-top: 1rem;
    justify-content: flex-end
}

#dashboardProfileInfo .action-buttons a {
    flex-grow: .2
}

#dashboardProfileInfo .action-buttons a.cancel-btn {
    margin: 10px 20px
}

@media only screen and (max-width: 768px) {
    #dashboardProfileInfo {
        text-align:left;
        width: auto!important;
        margin-right: 0
    }

    #dashboardProfileInfo .profile-info-list>li {
        margin-bottom: .8em
    }

    #dashboardProfileInfo .action-buttons .button-blue-outline {
        border: none
    }
}

#dashboardProfilePassword {
    box-shadow: 0 1px 6px 0 #CCC;
    width: auto
}

#dashboardProfilePassword .verbal-security-pass-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    color: #B7BDC0;
    text-transform: uppercase;
    margin-bottom: 0
}

#dashboardProfilePassword .inline-errors-messages {
    margin-bottom: 8px
}

#dashboardProfilePassword .profile-password-view {
    margin-left: 0;
    line-height: 25px
}

#dashboardProfilePassword ul {
    list-style: none;
    margin: 0 0 0 .5em
}

#dashboardProfilePassword ul li {
    margin-left: 0;
    margin-bottom: .2em;
    position: relative;
    clear: both
}

#dashboardProfilePassword ul li.profile-password-error-msg {
    color: #DF0000
}

#dashboardProfilePassword .profile-password-title a,.security-question a {
    color: #008CFD
}

#dashboardProfilePassword ul li.profile-password-error-msg.hidden {
    display: none
}

#dashboardProfilePassword ul li .edit-mode {
    margin-bottom: 1em
}

#dashboardProfilePassword ul li .item-title,#dashboardProfilePassword ul li .item-value {
    font-size: .8rem;
    padding-right: 5px
}

#dashboardProfilePassword ul li .input-wrapper {
    margin-right: 2em
}

@media only screen and (min-width: 769px) {
    #dashboardProfilePassword ul li .tool-tip .tip {
        padding:0;
        top: 40%;
        left: 100%
    }
}

#dashboardProfilePassword .profile-password-title {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #CCC;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-bottom: 10px
}

#dashboardProfilePassword .profile-password-requirements {
    font-size: 16px;
    line-height: 25px;
    width: calc(100% - 30px)
}

#dashboardProfilePassword .profile-password-requirements-second {
    width: calc(100% - 30px);
    box-shadow: 0 1px 6px 0 #CCC;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 20px;
    border-bottom: 4px solid #008CFD
}

#dashboardProfilePassword .profile-password-requirements-second>p {
    margin-bottom: 0
}

#dashboardProfilePassword .delete-password {
    flex-grow: 0;
    font-size: 1.5em;
    padding: 0;
    margin: 5px 0 0;
    width: 18px;
    height: 18px;
    background: url(../images/v2/icons/close-x.png) center center no-repeat;
    top: 15%;
    left: 98%;
    position: absolute
}

#dashboardProfilePassword .delete-password:focus {
    outline: 0
}

#dashboardProfilePassword .password-field-wrapper {
    position: relative
}

#dashboardProfilePassword .action-buttons {
    display: flex;
    border-top: 1px solid #ccc;
    padding-top: 1rem;
    width: calc(100% - 30px);
    justify-content: center
}

#dashboardProfilePassword .action-buttons a {
    flex-grow: .2;
    margin: 0 7px 20px
}

@media only screen and (max-width: 768px) {
    #dashboardProfilePassword {
        text-align:left;
        width: auto!important;
        margin-right: 0
    }

    #dashboardProfilePassword li {
        margin-bottom: .8em
    }

    #dashboardProfilePassword .delete-password {
        left: 96%
    }

    #dashboardProfilePassword .action-buttons {
        flex-flow: column
    }

    #dashboardProfilePassword .action-buttons .button-blue-outline {
        border: none;
        order: 2
    }

    #dashboardProfilePassword .action-buttons a {
        flex-grow: .5
    }
}

.security-question {
    height: 100%
}

.security-question .security-question-view {
    line-height: 25px
}

.security-question .questions-list-view {
    font-size: 14px;
    word-wrap: break-word
}

.security-question .questions-list-view dt {
    padding-top: 5px;
    text-transform: uppercase;
    color: #B7BDC0;
    font-weight: 400;
    display: block
}

.security-question .questions-list-view dd {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: clip
}

.security-question .security-question-select {
    width: 100%;
    border: none;
    padding-top: 2px
}

.security-question .input-wrapper {
    margin-bottom: 7px
}

.security-question .security-question-item-label {
    display: block;
    background-color: #F3F5F6;
    padding: 8px 4px 0 13px;
    font-size: 12px
}

.security-question .question-item:not(:first-child) {
    border-top: 3px solid #F4F5F7;
    margin-top: 15px;
    padding-top: 15px
}

.preferences--products-and-offers .comm-pref-reminders-description {
    font-size: 14px;
    font-weight: 600
}

.preferences--products-and-offers .checkbox-wrapper .description.has-header .head {
    min-width: 100px
}

#dashboardAlarmHistory a {
    color: #008CFD
}

#dashboardAlarmHistory ul {
    list-style: none
}

#dashboardAlarmHistory ul li {
    margin-left: 0
}

#dashboardAlarmHistory .alarm-history-column.description {
    flex-grow: 2;
    margin-right: 2em;
    width: 65%
}

#dashboardAlarmHistory .alarm-history-column.help {
    flex-grow: 1
}

#dashboardAlarmHistory .bottom-widgets-row {
    display: flex;
    flex-direction: column
}

#dashboardAlarmHistory .bottom-widgets-row .alarm-history-tools {
    position: relative;
    display: flex
}

#dashboardAlarmHistory .bottom-widgets-row .alarm-history-tools .results-per-page {
    display: flex;
    min-width: 25%;
    padding-top: 5px
}

#dashboardAlarmHistory .bottom-widgets-row .alarm-history-tools .results-per-page .customselect {
    width: 200px;
    padding-left: 15px
}

#dashboardAlarmHistory .bottom-widgets-row .alarm-history-tools .results-per-page p {
    margin-top: 15px;
    font-weight: 700;
    margin-right: 10px
}

#dashboardAlarmHistory .bottom-widgets-row .alarm-history-tools .input-wrapper {
    border-radius: 50px;
    box-shadow: 0 0 10px #D4D9DD;
    border: 1px solid #D4D9DD;
    height: 50px;
    width: 275px;
    background: 0 0;
    margin-bottom: 15px;
    margin-top: 5px
}

#dashboardAlarmHistory .bottom-widgets-row .alarm-history-tools .input-wrapper label {
    top: 13px
}

#dashboardAlarmHistory .bottom-widgets-row .alarm-history-tools .input-wrapper label.focused {
    top: 5px
}

#dashboardAlarmHistory .bottom-widgets-row .alarm-history-table {
    display: flex;
    flex-direction: column
}

#dashboardAlarmHistory .bottom-widgets-row .alarm-history-table .header {
    background-color: #cccfd1;
    display: flex;
    justify-content: space-between;
    border: 1px solid #D4D9DD
}

#dashboardAlarmHistory .bottom-widgets-row .alarm-history-table .day-item {
    display: flex;
    flex-direction: column
}

#dashboardAlarmHistory .bottom-widgets-row .alarm-history-table .day-item .date-line {
    background-color: #E7EAEC
}

#dashboardAlarmHistory .bottom-widgets-row .alarm-history-table .date-line {
    padding: 10px 0 10px 30px;
    font-weight: 700;
    border-bottom: 1px solid #FFC200
}

#dashboardAlarmHistory .bottom-widgets-row .alarm-history-table .event-line {
    display: flex;
    justify-content: space-between;
    padding: 10px 0
}

#dashboardAlarmHistory .bottom-widgets-row .alarm-history-table .event-line:nth-child(2n+3) {
    background-color: #F3F5F6
}

#dashboardAlarmHistory .bottom-widgets-row .alarm-history-table .event-line-item,#dashboardAlarmHistory .bottom-widgets-row .alarm-history-table .header-title {
    flex-grow: 1;
    width: 15%;
    padding: 10px 0 10px 30px
}

#dashboardAlarmHistory .bottom-widgets-row .alarm-history-table .event-line-item:first-child,#dashboardAlarmHistory .bottom-widgets-row .alarm-history-table .header-title:first-child {
    flex-grow: 2;
    width: 35%
}

#dashboardAlarmHistory .bottom-widgets-row .load-more-btn {
    width: 50%;
    margin: 2em auto auto
}

@media only screen and (max-width: 768px) {
    #dashboardAlarmHistory .collapsed-data,#dashboardAlarmHistory .results-per-page {
        display:none
    }

    #dashboardAlarmHistory .bottom-widgets-row {
        width: 100vw;
        left: calc(-50vw + 50%)
    }

    #dashboardAlarmHistory .bottom-widgets-row .alarm-history-tools {
        flex-direction: column;
        align-items: center;
        background-color: #f5f5f5;
        padding-top: 25px
    }

    #dashboardAlarmHistory .bottom-widgets-row .alarm-history-tools .search-wrapper {
        width: 90%
    }

    #dashboardAlarmHistory .bottom-widgets-row .alarm-history-tools .input-wrapper {
        background: #fff;
        width: 100%
    }

    #dashboardAlarmHistory .bottom-widgets-row .alarm-history-tools .results-per-page {
        width: 90%
    }

    #dashboardAlarmHistory .bottom-widgets-row .alarm-history-tools .results-per-page .customselect {
        width: 100%;
        background: #fff;
        border-radius: 50px
    }

    #dashboardAlarmHistory .bottom-widgets-row .alarm-history-tools .results-per-page .customselect label {
        line-height: 1.6
    }

    #dashboardAlarmHistory .bottom-widgets-row .alarm-history-tools .results-per-page .customselect.labeled label.selected {
        box-shadow: none
    }

    #dashboardAlarmHistory .bottom-widgets-row .alarm-history-tools .results-per-page .customselect.yellow-arrow label .arrow {
        margin-top: 20px
    }

    #dashboardAlarmHistory .bottom-widgets-row .alarm-history-table .date-line {
        padding: 10px!important;
        background-color: #E7EAEC!important
    }

    #dashboardAlarmHistory .bottom-widgets-row .alarm-history-table .event-line {
        padding: 10px
    }

    #dashboardAlarmHistory .alarm-history-column.description,#dashboardAlarmHistory .alarm-history-column.help {
        width: 100%
    }

    #dashboardAlarmHistory .alarm-history-table .table-title {
        background-color: #f5f5f5;
        border-top: 1px solid #D4D9DD;
        padding: .7em;
        justify-content: flex-start
    }

    #dashboardAlarmHistory .alarm-history-table .table-title span:first-child {
        width: 62%
    }

    #dashboardAlarmHistory .alarm-history-table .event-line {
        position: relative
    }

    #dashboardAlarmHistory .alarm-history-table .event-line .description-item {
        width: 50%;
        flex-grow: unset
    }

    #dashboardAlarmHistory .alarm-history-table .event-line .zone {
        font-weight: 700
    }

    #dashboardAlarmHistory .alarm-history-table .event-line .title {
        margin-top: 1em;
        margin-bottom: 0;
        display: block
    }

    #dashboardAlarmHistory .alarm-history-table .date-text {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 0
    }

    #dashboardAlarmHistory .alarm-history-table .date-line {
        padding: 10px 0!important
    }

    #dashboardAlarmHistory .alarm-history-table .collapse-icon {
        width: 30px;
        height: 25px;
        margin-bottom: 0;
        position: relative;
        cursor: pointer;
        box-shadow: 0 0 10px rgba(0,0,0,.3)
    }

    #dashboardAlarmHistory .alarm-history-table .collapse-icon.expand-icon {
        display: inline-block;
        border-radius: 50%;
        width: 25px;
        height: 25px;
        background: url(../images/v2/icons/expand-icon.png) center center no-repeat
    }

    #dashboardAlarmHistory .alarm-history-table .collapse-icon.unexpand-icon {
        display: inline-block;
        border-radius: 50%;
        width: 25px;
        height: 25px;
        background: url(../images/v2/icons/unexpand-icon.png) center center no-repeat
    }

    #dashboardAlarmHistory .alarm-history-table .collapse-icon a {
        width: 30px;
        height: 25px;
        display: block
    }
}

#modalWindow .change-appointment .cancel-appointment,#modalWindow .self-schedule-body .cancel-appointment {
    margin: 2em
}

#modalWindow .change-appointment .reschedule-header,#modalWindow .self-schedule-body .reschedule-header {
    text-align: center;
    font-weight: 700;
    font-size: 1em
}

#modalWindow .change-appointment .reschedule-body,#modalWindow .self-schedule-body .reschedule-body {
    display: flex;
    margin-top: 1em
}

#modalWindow .change-appointment .available-time,#modalWindow .change-appointment .calendar-block,#modalWindow .self-schedule-body .available-time,#modalWindow .self-schedule-body .calendar-block {
    width: 50%;
    margin: 0 1em
}

#modalWindow .change-appointment .calendar-block .calendar-widget .available-day,#modalWindow .self-schedule-body .calendar-block .calendar-widget .available-day {
    background: #00AE05;
    color: #fff
}

#modalWindow .change-appointment .calendar-block .calendar-widget .ember-power-calendar-nav,#modalWindow .self-schedule-body .calendar-block .calendar-widget .ember-power-calendar-nav {
    margin: 0 2em
}

#modalWindow .change-appointment .calendar-block .calendar-widget .ember-power-calendar-nav-title,#modalWindow .self-schedule-body .calendar-block .calendar-widget .ember-power-calendar-nav-title {
    font-weight: 700
}

#modalWindow .change-appointment .calendar-block .calendar-widget .ember-power-calendar-day,#modalWindow .self-schedule-body .calendar-block .calendar-widget .ember-power-calendar-day {
    cursor: pointer;
    border-radius: 2px;
    width: 30px;
    height: 25px;
    margin: 7px
}

#modalWindow .change-appointment .calendar-block .calendar-widget .ember-power-calendar-day:disabled,#modalWindow .self-schedule-body .calendar-block .calendar-widget .ember-power-calendar-day:disabled {
    cursor: not-allowed
}

#modalWindow .change-appointment .calendar-block .calendar-widget .ember-power-calendar-day--focused,#modalWindow .self-schedule-body .calendar-block .calendar-widget .ember-power-calendar-day--focused {
    outline: 0
}

#modalWindow .change-appointment .calendar-block .calendar-widget .ember-power-calendar-day--selected,#modalWindow .self-schedule-body .calendar-block .calendar-widget .ember-power-calendar-day--selected {
    background: #008CFD;
    color: #fff;
    font-weight: 400
}

#modalWindow .change-appointment .calendar-block .calendar-widget .ember-power-calendar-day--other-month,#modalWindow .self-schedule-body .calendar-block .calendar-widget .ember-power-calendar-day--other-month {
    background: #E7EAEC;
    color: #000;
    cursor: auto
}

#modalWindow .change-appointment .calendar-block .calendar-widget .ember-power-calendar-day--interactive[disabled],#modalWindow .self-schedule-body .calendar-block .calendar-widget .ember-power-calendar-day--interactive[disabled] {
    opacity: 1
}

#modalWindow .change-appointment .calendar-block .calendar-widget .next-month,#modalWindow .self-schedule-body .calendar-block .calendar-widget .next-month {
    background: url(../images/v2/icons/chevron-right-blue.png) center center no-repeat;
    width: 13px;
    display: inline-block;
    cursor: pointer;
    height: 26px;
    zoom:1.2}

#modalWindow .change-appointment .calendar-block .calendar-widget .prev-month,#modalWindow .self-schedule-body .calendar-block .calendar-widget .prev-month {
    background: url(../images/v2/icons/chevron-right-blue.png) center center no-repeat;
    width: 13px;
    display: inline-block;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    cursor: pointer;
    height: 26px;
    zoom:1.2}

#modalWindow .change-appointment .calendar-block .legend,#modalWindow .self-schedule-body .calendar-block .legend {
    display: flex;
    width: 100%;
    justify-content: space-around;
    margin-top: 2em
}

#modalWindow .change-appointment .calendar-block .legend .day,#modalWindow .self-schedule-body .calendar-block .legend .day {
    display: flex
}

#modalWindow .change-appointment .calendar-block .legend .square,#modalWindow .self-schedule-body .calendar-block .legend .square {
    width: 25px;
    height: 25px;
    border-radius: 2px
}

#modalWindow .change-appointment .calendar-block .legend .description,#modalWindow .self-schedule-body .calendar-block .legend .description {
    margin-left: .5em;
    display: block;
    color: #898E91
}

#modalWindow .change-appointment .calendar-block .legend .available,#modalWindow .self-schedule-body .calendar-block .legend .available {
    background: #00AE05
}

#modalWindow .change-appointment .calendar-block .legend .selected,#modalWindow .self-schedule-body .calendar-block .legend .selected {
    background: #008CFD
}

#modalWindow .change-appointment .available-time,#modalWindow .self-schedule-body .available-time {
    margin-top: 2em
}

#modalWindow .change-appointment .available-time label,#modalWindow .self-schedule-body .available-time label {
    font-weight: 600
}

#modalWindow .change-appointment .available-time ul,#modalWindow .self-schedule-body .available-time ul {
    margin-top: 1em;
    list-style: none;
    margin-left: 0
}

#modalWindow .change-appointment .available-time ul li,#modalWindow .self-schedule-body .available-time ul li {
    margin: 1em 0
}

#modalWindow .change-appointment .available-time ul li span,#modalWindow .self-schedule-body .available-time ul li span {
    font-size: .8em;
    font-weight: 700
}

#modalWindow .change-appointment .not-available,#modalWindow .self-schedule-body .not-available {
    margin-top: 1em;
    font-size: 1.5em;
    text-align: center;
    width: 8em;
    color: #898E91
}

#modalWindow .change-appointment .confirm-message,#modalWindow .self-schedule-body .confirm-message {
    font-weight: 700;
    text-align: center;
    font-size: 1.2em;
    margin: 2em 0
}

@media only screen and (max-width: 768px) {
    #modalWindow .change-appointment .reschedule-body,#modalWindow .self-schedule-body .reschedule-body {
        display:flex;
        flex-direction: column;
        margin-top: 1em
    }

    #modalWindow .change-appointment .ember-power-calendar-nav,#modalWindow .self-schedule-body .ember-power-calendar-nav {
        margin: 0 3em
    }

    #modalWindow .change-appointment .available-time,#modalWindow .change-appointment .calendar-block,#modalWindow .self-schedule-body .available-time,#modalWindow .self-schedule-body .calendar-block {
        width: 100%;
        margin: 0
    }

    #modalWindow .change-appointment .calendar-block .calendar-widget .ember-power-calendar-day,#modalWindow .self-schedule-body .calendar-block .calendar-widget .ember-power-calendar-day {
        width: 37px;
        height: 37px
    }

    #modalWindow .change-appointment .available-time,#modalWindow .self-schedule-body .available-time {
        margin-top: 2em
    }

    #modalWindow .change-appointment .available-time ul,#modalWindow .self-schedule-body .available-time ul {
        margin-top: 0;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap
    }

    #modalWindow .change-appointment .available-time ul li,#modalWindow .self-schedule-body .available-time ul li {
        width: 50%
    }

    #modalWindow .change-appointment .available-time .two-radio-buttons,#modalWindow .self-schedule-body .available-time .two-radio-buttons {
        justify-content: space-around
    }

    #modalWindow .change-appointment .available-time .three-radio-buttons,#modalWindow .self-schedule-body .available-time .three-radio-buttons {
        justify-content: space-between
    }

    #modalWindow .change-appointment .not-available,#modalWindow .self-schedule-body .not-available {
        width: 100%
    }

    #modalWindow .change-appointment .confirm-message,#modalWindow .self-schedule-body .confirm-message {
        font-weight: 400;
        font-size: 1.7em;
        margin: 4em 0
    }
}

.dashboard-alarm-system-info-wrapper {
    width: 100%
}

.dashboard-alarm-system-info-wrapper a.button.pulse-portal-link {
    top: -7.5em;
    right: -3.7em
}

.alarm-system-item:not(:last-child) {
    border-bottom: 1px solid #D4D9DD;
    padding-bottom: 1.2em;
    margin-bottom: 1em
}

.alarm-system-info {
    padding: 1em 0 0
}

.alarm-system-info .alarm-system-title {
    display: flex;
    margin-bottom: 1.25em
}

.alarm-system-info .alarm-system-title .alarm-system-name {
    margin: .2em 0 0 .5em;
    font-weight: 700
}

.alarm-system-info .alarm-system-content {
    display: flex
}

.alarm-system-info .alarm-system-column {
    display: flex;
    flex-direction: column;
    margin: 0 1em;
    width: 33%
}

.alarm-system-info .alarm-system-column img {
    max-width: 100%;
    width: 100%;
    flex-shrink: 0
}

.alarm-system-info .alarm-system-column ul {
    list-style: none
}

.alarm-system-info .alarm-system-column ul li {
    margin-left: 0
}

.alarm-system-info .alarm-system-column.image {
    width: 18.3%;
    flex-shrink: 0
}

.alarm-system-info .alarm-system-column.image .error.red {
    text-align: center;
    font-weight: 600
}

.alarm-system-info .alarm-system-column.help {
    flex-grow: initial;
    flex-shrink: initial;
    width: 35%;
    padding: 1em 0 0
}

.alarm-system-info .alarm-system-column.keypad {
    background-color: #F3F5F6;
    padding: 1em 2em 0;
    width: 60%;
    height: 100%
}

.alarm-system-info .alarm-system-column.keypad h6 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 1.5em
}

.alarm-system-info .alarm-system-column.keypad li {
    display: flex
}

.alarm-system-info .alarm-system-column.keypad li p {
    font-weight: 600;
    width: 30%;
    line-height: 2em;
    font-size: 14px
}

.alarm-system-info .alarm-system-column.keypad li .keypad-value {
    position: relative;
    top: -10px;
    width: 100%
}

.alarm-system-info .alarm-system-column.keypad li span.keypad-value-code {
    background-color: #fff;
    border: 1px solid #303438;
    border-radius: 5px;
    padding: .3em;
    margin: .5em;
    display: inline-block
}

.alarm-system-info .alarm-system-column.keypad li .keypad-plus-sign:last-child {
    display: none
}

.alarm-system-info a {
    color: #008CFD
}

.alarm-system-info a.not-your-system {
    margin: .2em 0 .5em;
    font-size: 14px;
    text-align: center
}

.no-batteries {
    padding-top: 1em
}

.no-batteries h3 {
    margin-bottom: .1em
}

.no-batteries a {
    color: #008CFD;
    text-decoration: underline
}

.no-batteries .my-system-button-wrapper a {
    font-size: 20px;
    color: #fff;
    text-decoration: none
}

.system-battery-info h4 {
    margin: 1rem 0
}

.system-battery-info .battery {
    margin-bottom: 1rem;
    text-align: center;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding: 2em;
    height: 16em
}

.system-battery-info .battery:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.system-battery-info .battery .battery-description,.system-battery-info .battery .battery-image {
    text-align: left;
    width: 30%;
    padding: 0 2rem
}

.system-battery-info .battery .battery-description h4 {
    margin: 0;
    font-weight: 600
}

.system-battery-info .battery .battery-button {
    width: 30%;
    padding: 0 2rem;
    text-align: right
}

.system-battery-info .battery .battery-button a {
    width: 150px
}

.system-battery-info .battery a {
    display: inline-block
}

.system-battery-retailers-modal .retailers {
    display: flex;
    flex-wrap: wrap
}

.system-battery-retailers-modal .retailers a {
    box-shadow: 0 1px 6px 0 #CCC;
    width: 48%;
    padding: 0 .5rem;
    margin: 0 1% 2rem;
    box-sizing: border-box;
    border-left: 5px solid #045EB5;
    display: flex;
    align-items: center;
    justify-content: center
}

.system-battery-retailers-modal .retailers a img {
    max-width: 100%
}

@media only screen and (max-width: 1280px) and (min-width:769px) {
    .alarm-system-info .alarm-system-column.keypad li {
        display:block
    }

    .alarm-system-info .alarm-system-column.keypad li p {
        width: 100%;
        margin-bottom: .5em
    }

    .alarm-system-info .alarm-system-column.keypad li .keypad-value {
        align-items: center;
        display: flex
    }

    .alarm-system-info .alarm-system-column.keypad li .keypad-value .keypad-value-code:first-child {
        margin-left: 0
    }
}

@media only screen and (max-width: 768px) {
    .alarm-system-info .alarm-system-content {
        flex-direction:column
    }

    .alarm-system-info .alarm-system-content .help,.alarm-system-info .alarm-system-content .image,.alarm-system-info .alarm-system-content .keypad {
        width: auto
    }

    .alarm-system-info .alarm-system-column.keypad li {
        display: block
    }

    .alarm-system-info .alarm-system-column.keypad li p {
        width: 100%;
        margin-bottom: .5em
    }

    .alarm-system-info .alarm-system-column.keypad li .keypad-value {
        display: flex;
        align-items: center
    }

    .alarm-system-info .alarm-system-column.keypad li .keypad-value .keypad-value-code:first-child {
        margin-left: 0
    }

    .no-batteries {
        flex-direction: column;
        align-items: center
    }

    .no-batteries .my-system-button-wrapper {
        width: 100%
    }

    .no-batteries .battery-info {
        align-items: center
    }

    .system-battery-info .battery {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 1.25em;
        justify-content: center;
        flex-wrap: wrap
    }

    .system-battery-info .battery .battery-image {
        width: 100%;
        margin-bottom: 1rem;
        text-align: center
    }

    .system-battery-info .battery .battery-description {
        width: 100%;
        text-align: left;
        padding: 1em 0
    }

    .system-battery-info .battery .battery-button {
        width: 100%;
        text-align: right
    }

    .system-battery-info .battery .battery-button a {
        width: 100%
    }
}

.dashboard-system-test .bottom-widgets-row {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 860px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-top: -87px
}

.status-msg-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    box-shadow: 0 0 8px #D4D9DD;
    margin: 15px 5px;
    border: 1px solid #E7EAEC;
    background-color: #FF9600
}

.status-msg-wrapper .indicator {
    background: url(../images/v2/indicators/warning-white.svg) center center no-repeat;
    background-size: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 50px;
    width: 60px;
    color: #FFF;
    font-family: ADTMedium;
    font-size: 2em;
    text-align: center;
    line-height: 1;
    vertical-align: middle
}

.status-msg-wrapper span {
    background: #FFF;
    display: block;
    padding: .75em 30px .875em;
    font-size: 1.25em;
    line-height: 1.25;
    width: calc(100% - 60px)
}

.system-test-content {
    display: flex
}

.system-test-column {
    display: flex;
    flex-direction: column;
    margin: 0 1em
}

.system-test-column.image .error,.system-test-column.image .red {
    font-weight: 600
}

.duration-settings-wrap .duration-settings-title,.systems-row .image p,.systems-row .title,.systems-row .title.red+.note {
    font-weight: 700
}

.system-test-column ul {
    list-style: none
}

.system-test-column ul li {
    margin-left: 0
}

.description {
    width: 75%;
    flex-grow: 3
}

.help {
    width: 21%;
    flex-grow: 1;
    flex-shrink: 0;
    padding: 1em 0 0
}

.help a {
    color: #008CFD
}

.systems-row {
    box-shadow: 0 1px 6px 0 #CCC;
    margin-bottom: 1em;
    border: 1px solid #E7EAEC;
    border-radius: 5px
}

.systems-row .on-test-label-wrapper {
    height: 45px;
    background-color: #fafafa;
    width: 100%;
    justify-content: flex-start;
    display: flex;
    border-radius: 5px 5px 0 0
}

.systems-row .on-test-label-wrapper .text {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    padding-top: .5em
}

.systems-row .on-test-label {
    background: url(../images/v2/icons/featured-flag.svg) center center no-repeat;
    height: 55px;
    width: 43.02px;
    display: inline-block;
    padding-left: 3em;
    margin-left: 2em;
    padding-top: .5em;
    background-position-x: left
}

.systems-row .on-test-content {
    width: 100%
}

.systems-row .edit-test-buttons {
    display: flex
}

.systems-row .image {
    border-right: 1px solid #B7BDC0;
    padding: 1em 3.5em 1em 2.5em;
    width: 320px
}

.systems-row .image img {
    width: 100%;
    margin-bottom: .5em
}

.systems-row .image p {
    margin-bottom: 0
}

.systems-row p {
    text-align: center
}

.systems-row .active-buttons {
    padding: 15px;
    width: 100%;
    margin-top: 1em
}

.systems-row .active-buttons .middot {
    vertical-align: sub;
    font-size: 30px
}

.systems-row .update-test-buttons {
    display: flex;
    width: 100%;
    align-items: center
}

.systems-row .update-test-buttons a {
    margin-left: 10px;
    padding: 15px 10px
}

.systems-row .update-test-buttons a.start-test-btn.disabled:hover {
    opacity: .5
}

.systems-row .title.red {
    color: #DF0000
}

.systems-row .extend-test-combo {
    display: flex;
    flex-direction: column
}

.systems-row .extend-test-combo .label-value {
    width: 80%
}

.systems-row .extend-test-combo .customselect,.systems-row .extend-test-combo p {
    margin-bottom: 0
}

.systems-row .extend-test-combo .customselect select.disabled {
    cursor: not-allowed
}

.systems-row .extend-test-combo .customselect label {
    background-color: #fff;
    min-width: 150px
}

.systems-row .extend-test-combo .customselect label.disabled {
    background-color: #f5f5f5;
    min-width: 150px;
    box-shadow: none
}

.systems-row .extend-test-combo a {
    margin-top: 23px;
    margin-left: 10px
}

@media screen and (min-width: 1025px) and (max-width:1430px) {
    .dashboard-system-test .bottom-widgets-row {
        margin-top:0
    }
}

@media only screen and (min-width: 769px) and (max-width:1100px) {
    .dashboard-system-test .bottom-widgets-row {
        margin-top:0
    }

    .dashboard-system-test .bottom-widgets-row .system-test-column {
        padding-top: 2em
    }
}

@media only screen and (max-width: 768px) {
    .dashboard-system-test .bottom-widgets-row {
        margin-top:0
    }

    h4.system-test-description-title {
        display: none
    }

    .system-test-column {
        margin: 0
    }

    .systems-row {
        flex-direction: column;
        width: auto
    }

    .systems-row .on-test-content {
        flex-direction: column
    }

    .systems-row .image {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #B7BDC0
    }

    .systems-row .active-buttons {
        width: 100%
    }

    .systems-row .update-test-buttons {
        flex-direction: column;
        margin-top: 1em
    }

    .systems-row .update-test-buttons a {
        margin: 5px 0;
        padding: 16px
    }

    .systems-row .edit-test-buttons {
        width: 100%;
        flex-direction: column
    }

    .systems-row .extend-test-combo {
        flex-direction: row;
        justify-content: space-around;
        align-items: baseline;
        margin-left: 0;
        width: 100%
    }

    .systems-row .extend-test-combo .customselect {
        margin-bottom: 15px;
        width: 100%
    }

    .systems-row .extend-test-combo .customselect label {
        padding: 10px;
        font-size: 1em;
        margin-top: 0
    }

    .systems-row .extend-test-combo .customselect label .arrow {
        margin-left: 2em
    }

    .description {
        width: 100%
    }

    .help-mobile {
        width: 100%;
        padding: 2.5em 0 0
    }

    .help-mobile a {
        color: #008CFD
    }

    .help-mobile li {
        border: 1px solid #E7EAEC;
        padding: 10px
    }
}

.duration-settings-wrap {
    text-align: center
}

.duration-settings-wrap .system-test-wizard-duration-list {
    display: inline-block
}

.test-system-wizard-info-modal {
    box-shadow: none;
    color: #303538;
    font-size: 16px
}

.test-wizard-info-text {
    min-height: 145px;
    padding-top: 40px;
    padding-right: 125px;
    background-size: 100px;
    background-position: right center;
    background-repeat: no-repeat
}

.test-wizard-info-text p {
    margin-bottom: 0
}

.test-wizard-stopwatch-modal {
    text-align: center
}

.test-wizard-info-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: capitalize
}

.system-test-stopwatch-title {
    max-width: 65%;
    padding: 32px 0;
    display: inline-block;
    margin-bottom: 0;
    text-transform: none
}

.system-test-pre-start-info,.system-test-started-info {
    background-image: url(../images/v2/icons/communications-test.svg)
}

.system-test-arm-system-instruction-info,.system-test-silence-alarm-instruction-info {
    padding-right: 190px;
    background-image: url(../images/v2/icons/push-button-panel.svg)
}

.system-test-trigger-sensors-instruction-info {
    padding-right: 230px;
    background-image: url(../images/v2/icons/audio.svg)
}

.system-test-trigger-sensors-instruction-info .system-test-wizard-note {
    margin-top: 15px
}

.system-test-no-signals-received-instruction-info {
    padding: 200px 20px 20px;
    text-align: center;
    background-image: url(../images/v2/icons/no-signal-received.svg);
    background-position: center 35px
}

.system-test-no-signals-received-instruction-info .test-wizard-info-title {
    font-size: 24px;
    text-transform: none
}

.test-system-wizard-progress {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    color: #D4D9DD
}

.test-system-wizard-progress .progress {
    height: 4px;
    margin-top: 5px
}

.test-system-wizard-progress .progress-bar {
    background-color: #1A91EB
}

#modalWindow div[class^="modal-container system-test-wizard--"] .modal-dialog {
    max-width: 660px
}

.system-test-wizard-stopwatch {
    text-align: center
}

.system-test-wizard-stopwatch .reset-btn {
    box-shadow: 0 1px 6px 0 #CCC;
    padding: 15px 40px;
    margin-top: 10px;
    font-size: 22px;
    font-weight: 600;
    color: #008CFD;
    background: #FFF;
    border-radius: 30px;
    border: none;
    cursor: pointer
}

.system-test-wizard-stopwatch .countdown {
    position: relative;
    margin: auto;
    height: 244px;
    width: 244px;
    text-align: center
}

.system-test-wizard-stopwatch .countdown-number {
    color: #303538;
    display: inline-block;
    line-height: 244px;
    font-size: 45px;
    font-weight: 700
}

.system-test-wizard-stopwatch .countdown-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    height: 244px;
    width: 244px;
    transform: rotateY(-180deg) rotateZ(-90deg)
}

.system-test-wizard-stopwatch .countdown-wrapper.running circle {
    animation-name: countdown;
    stroke: #008CFD
}

.system-test-wizard-stopwatch .countdown-wrapper circle {
    stroke-dasharray: 690px;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    stroke-width: 6px;
    stroke: #fff;
    fill: none;
    animation-timing-function: linear;
    animation-play-state: paused;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-duration: 10s
}

@keyframes countdown {
    from {
        stroke-dashoffset: 0
    }

    to {
        stroke-dashoffset: 690px
    }
}

#dashboardOrderHistory .order-history-description-text a {
    display: inline-block;
    background: url(../images/v2/icons/external-link.svg) right no-repeat;
    padding-right: 1.2em
}

#dashboardOrderHistory a {
    color: #008CFD;
    text-decoration: underline
}

#dashboardOrderHistory .bottom-widgets-row {
    display: flex;
    flex-direction: column
}

#dashboardOrderHistory .bottom-widgets-row .order-history-search {
    position: relative;
    display: flex;
    justify-content: flex-end;
    width: calc(100% + 50px)
}

#dashboardOrderHistory .bottom-widgets-row .order-history-search .input-wrapper {
    border-radius: 50px;
    box-shadow: 0 0 10px #D4D9DD;
    border: 1px solid #D4D9DD;
    height: 50px;
    width: 275px;
    background: 0 0;
    margin-bottom: 15px;
    margin-top: 5px
}

#dashboardOrderHistory .order-history-table {
    width: calc(100% + 100px);
    margin-left: -50px;
    display: flex;
    flex-direction: column
}

#dashboardOrderHistory .order-header {
    background-color: #E7EAEC;
    align-items: center;
    padding: 20px
}

#dashboardOrderHistory .order-header .header-title {
    text-transform: uppercase;
    width: 23%
}

#dashboardOrderHistory .order-header .header-title:first-child {
    text-indent: 45px
}

#dashboardOrderHistory .order-header .header-title.total {
    width: 17%
}

#dashboardOrderHistory .order-history-body {
    overflow: hidden
}

#dashboardOrderHistory .order-history-body:nth-child(odd) {
    background: #f5f5f5
}

#dashboardOrderHistory .order-history-body .order-line {
    width: 100%;
    padding: 15px 25px;
    align-items: center
}

#dashboardOrderHistory .order-history-body .order-line .order-line-item {
    width: 23%
}

#dashboardOrderHistory .order-history-body .order-line .order-line-item.status {
    text-transform: capitalize
}

#dashboardOrderHistory .order-history-body .order-line .order-line-item.date {
    font-weight: 700;
    display: flex;
    align-items: center;
    height: 25px
}

#dashboardOrderHistory .order-history-body .order-line .order-line-item.price {
    width: 17%
}

#dashboardOrderHistory .order-history-body .order-line-details {
    width: 100%;
    padding: 10px 70px 40px
}

#dashboardOrderHistory .order-history-body .order-details {
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #B7BDC0;
    padding-bottom: 30px;
    margin-bottom: 30px
}

#dashboardOrderHistory .order-history-body .total-wrapper,#dashboardOrderHistory .order-history-body .total-wrapper>span {
    width: 100%
}

#dashboardOrderHistory .order-history-body .address-wrapper,#dashboardOrderHistory .order-history-body .total {
    width: 30%;
    margin-right: 25%
}

#dashboardOrderHistory .order-history-body .address-wrapper h6,#dashboardOrderHistory .order-history-body .total h6 {
    font-weight: 700;
    width: 100%;
    border-bottom: 1px solid #B7BDC0;
    padding-bottom: 10px
}

#dashboardOrderHistory .order-history-body .address-wrapper .name,#dashboardOrderHistory .order-history-body .total .name {
    font-weight: 700
}

#dashboardOrderHistory .order-history-body .address-wrapper .order-total,#dashboardOrderHistory .order-history-body .total .order-total {
    font-weight: 700;
    margin-top: 25px
}

#dashboardOrderHistory .order-history-body .product-info h6 {
    font-weight: 700
}

#dashboardOrderHistory .order-history-body .product-info-wrapper {
    background-color: #fff;
    box-shadow: 0 1px 6px 0 #CCC;
    padding: 30px
}

#dashboardOrderHistory .order-history-body .product-info-wrapper img {
    width: 40%;
    max-width: 139px;
    margin-right: 3px
}

#dashboardOrderHistory .order-history-body .product-info-wrapper .details {
    margin: 10px 40px 0 0
}

#dashboardOrderHistory .order-history-body .product-info-wrapper .label-text,#dashboardOrderHistory .order-history-body .product-info-wrapper h6 {
    font-weight: 700;
    padding-right: 5px
}

#dashboardOrderHistory .collapse-icon {
    width: 25px;
    height: 25px;
    margin-right: 20px;
    position: relative;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,.3)
}

#dashboardOrderHistory .collapse-icon.expand-icon {
    display: inline-block;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background: url(../images/v2/icons/expand-icon.png) center center no-repeat
}

#dashboardOrderHistory .collapse-icon.unexpand-icon {
    display: inline-block;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background: url(../images/v2/icons/unexpand-icon.png) center center no-repeat
}

@media only screen and (max-width: 768px) {
    #dashboardOrderHistory .order-header {
        padding:10px 0
    }

    #dashboardOrderHistory .order-header .header-title:first-child {
        width: 50%;
        margin-left: 1.2em
    }

    #dashboardOrderHistory .order-header .header-title.total {
        width: 30%
    }

    #dashboardOrderHistory .order-history-body .address-wrapper,#dashboardOrderHistory .order-history-body .total {
        width: 100%;
        position: relative
    }

    #dashboardOrderHistory .order-history-body .product-info {
        width: 90%;
        position: relative
    }

    #dashboardOrderHistory .order-history-body .product-info>h6 {
        border-bottom: 1px solid #B7BDC0;
        padding-bottom: 10px;
        width: 100%
    }

    #dashboardOrderHistory .order-history-body .product-info .product-info-wrapper {
        padding: 10px;
        width: 100%
    }

    #dashboardOrderHistory .order-history-body .product-info .details {
        margin: 0
    }

    #dashboardOrderHistory .order-history-body .order-line-details {
        margin: 0 17px;
        padding-right: 30px;
        padding-left: 30px
    }

    #dashboardOrderHistory .order-history-body .order-number-mobile,#dashboardOrderHistory .order-history-body .status-mobile {
        margin-top: 20px;
        text-transform: uppercase
    }

    #dashboardOrderHistory .order-history-body .order-details {
        flex-direction: column;
        width: 90%;
        margin-top: 30px;
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0
    }

    #dashboardOrderHistory .order-history-body .order-line {
        margin: 15px 10px;
        align-items: baseline
    }

    #dashboardOrderHistory .order-history-body .image-wrapper {
        justify-content: flex-start;
        align-items: center
    }

    #dashboardOrderHistory .order-history-body .image-wrapper img {
        width: 30%
    }

    #dashboardOrderHistory .order-history-body .order-line-item {
        width: 100%!important
    }

    #dashboardOrderHistory .order-history-body .order-line-item.price {
        width: 100%!important;
        text-align: center
    }

    #dashboardOrderHistory .order-history-body .hidden-content {
        display: none
    }

    #dashboardOrderHistory .order-history-body .arrow {
        margin-top: 8px;
        position: absolute;
        right: 0;
        width: 18px;
        height: 11px;
        background: url(../images/v2/icons/chevron-orange.png)
    }

    #dashboardOrderHistory .order-history-body .expanded .hidden-content {
        display: flex;
        padding-bottom: 20px
    }

    #dashboardOrderHistory .order-history-body .expanded .arrow {
        transform: rotate(180deg)
    }
}

#dashboardOrder>.checkout-content {
    padding: 0
}

#dashboardOrder .sub-section-tab-nav {
    margin-bottom: 15px
}

#dashboardOrder .sub-section-tab-nav a {
    padding-right: 3em
}

#dashboardOrder .sub-section-tab-nav a.active {
    color: #000
}

#dashboardOrder .dashboard-order-news .frame-row {
    position: relative;
    overflow: hidden;
    padding-top: 40%;
    margin-bottom: 40px;
    box-shadow: 0 1px 6px 0 #CCC
}

#dashboardOrder .dashboard-order-news #newsIframe {
    position: absolute;
    top: 2em;
    left: 0;
    width: 102%;
    height: 105%;
    border: 0
}

#dashboardOrder .dashboard-order-news .bottom-widgets-row {
    flex-direction: column;
    padding-top: 0
}

#dashboardOrder .dashboard-order-news .order-links {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 2em;
    flex-wrap: wrap
}

#dashboardOrder .dashboard-order-news .order-link-wrapper {
    box-shadow: 0 1px 6px 0 #CCC;
    justify-content: center;
    height: 17em;
    width: 31%
}

#dashboardOrder .dashboard-order-news .order-link-wrapper:nth-child(n+4) {
    margin-top: 30px
}

#dashboardOrder .dashboard-order-news .order-link-wrapper:hover {
    box-shadow: 0 1px 6px 2px #CCC
}

#dashboardOrder .dashboard-order-news .order-link-wrapper p {
    text-align: center;
    color: #000;
    font-size: 1.2em;
    margin-top: .5em
}

#dashboardOrder .dashboard-order-news .order-link-wrapper a {
    display: block;
    padding: 2em;
    text-align: center
}

#dashboardOrder .dashboard-order-news .order-link-wrapper a:hover {
    text-decoration: none
}

#dashboardOrder .dashboard-order-news .order-link-wrapper a img[alt=Batteries] {
    margin-bottom: 17px
}

#dashboardOrder .dashboard-order-news .order-link-wrapper a img[alt="Yard Signs"] {
    margin-bottom: 9px
}

#dashboardOrder .dashboard-order-battery {
    padding-top: 40px
}

#dashboardOrder .dashboard-order-battery .battery-list {
    width: 100%
}

#dashboardOrder .dashboard-order-battery .customselect {
    width: 25%
}

#dashboardOrder .dashboard-order-battery .customselect .ember-power-select-trigger {
    padding: 10px;
    border: 1px solid #D4D9DD;
    box-shadow: 0 0 10px #D4D9DD;
    border-radius: 0;
    outline: 0
}

#dashboardOrder .dashboard-order-battery .customselect .ember-power-select-trigger .ember-power-select-selected-item {
    margin: 0
}

#dashboardOrder .dashboard-order-battery .customselect .ember-power-select-trigger .ember-power-select-selected-item .system-info {
    line-height: 17px
}

#dashboardOrder .dashboard-order-battery .customselect .ember-power-select-trigger .ember-power-select-selected-item .system-info .system-number {
    font-weight: 700
}

#dashboardOrder .dashboard-order-battery .customselect .ember-power-select-trigger .ember-power-select-selected-item .system-info .system-name {
    display: block;
    font-size: 14px;
    font-weight: 600
}

#dashboardOrder .dashboard-order-battery .customselect .ember-power-select-trigger .ember-power-select-status-icon {
    position: absolute;
    right: 11px;
    display: inline-block;
    width: 18px;
    top: 5px;
    border: none;
    height: 11px;
    background: url(../images/v2/icons/chevron-orange.png);
    transform: none
}

#dashboardOrder .dashboard-order-battery .battery {
    border-bottom: 1px solid #CCC;
    padding: 2em 0;
    justify-content: space-between;
    margin-bottom: 1em;
    text-align: center
}

#dashboardOrder .dashboard-order-battery .image {
    padding: 0;
    width: 30%;
    text-align: center
}

#dashboardOrder .dashboard-order-battery .description {
    text-align: left;
    padding: 0 2rem;
    width: 30%
}

#dashboardOrder .dashboard-order-battery .description h4 {
    margin-bottom: 5px
}

#dashboardOrder .dashboard-order-battery .description a {
    font-size: .8em
}

#dashboardOrder .dashboard-order-battery .order {
    justify-content: space-around;
    text-decoration: underline;
    font-size: .9em;
    padding: 0 2rem;
    width: 30%;
    text-align: right
}

#dashboardOrder .dashboard-order-battery .buy a,#dashboardOrder .dashboard-order-battery .other-retailer a {
    display: inline-block;
    width: 120px
}

#dashboardOrder .dashboard-order-battery .buy {
    align-items: baseline
}

#dashboardOrder .dashboard-order-battery .buy h4 {
    padding-right: 2em
}

#dashboardOrder .dashboard-order-battery .battery-select-wrapper,#dashboardOrder .dashboard-order-battery .system-select-wrapper {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1.5em
}

#dashboardOrder .dashboard-order-battery .battery-select-wrapper .customselect,#dashboardOrder .dashboard-order-battery .system-select-wrapper .customselect {
    margin: 0 0 0 2em
}

#dashboardOrder .dashboard-order-battery .battery-select-wrapper .customselect label,#dashboardOrder .dashboard-order-battery .system-select-wrapper .customselect label {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 300px
}

#dashboardOrder .dashboard-order-battery .battery-select-wrapper>span,#dashboardOrder .dashboard-order-battery .system-select-wrapper>span {
    flex-shrink: 0;
    flex-basis: 100px;
    font-weight: 700;
    white-space: nowrap
}

#dashboardOrder .dashboard-order-battery .battery-select-wrapper p,#dashboardOrder .dashboard-order-battery .system-select-wrapper p {
    flex-basis: 50%;
    flex-grow: 1;
    flex-shrink: 1;
    margin: 0 0 0 1.5em
}

#dashboardOrder .dashboard-order-battery .battery-select-wrapper .tooltip-wrapper,#dashboardOrder .dashboard-order-battery .system-select-wrapper .tooltip-wrapper {
    width: calc(25% + 2em);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 0 2em
}

#dashboardOrder .dashboard-order-battery .battery-select-wrapper .tooltip-wrapper>div,#dashboardOrder .dashboard-order-battery .system-select-wrapper .tooltip-wrapper>div {
    flex-grow: 1;
    flex-shrink: 1
}

#dashboardOrder .dashboard-order-battery .battery-select-wrapper .tooltip-wrapper .customselect,#dashboardOrder .dashboard-order-battery .system-select-wrapper .tooltip-wrapper .customselect {
    width: 100%;
    margin: 0
}

#dashboardOrder .dashboard-order-battery .system-select-wrapper .customselect {
    margin-right: 2.1em
}

#dashboardOrder .dashboard-order-battery .battery-type-description {
    margin-left: .6em
}

@media only screen and (min-width: 769px) {
    #dashboardOrder .dashboard-order-battery .battery-type-description .tool-tip .tip.rightside {
        top:-110px
    }

    #dashboardOrder .dashboard-order-battery .battery-type-description .tool-tip .tip.rightside::after {
        top: 125px
    }
}

@media only screen and (max-width: 768px) {
    #dashboardOrder .dashboard-order-battery .battery-type-description .tool-tip .tip.rightside {
        top:53px;
        right: -10px
    }

    #dashboardOrder .dashboard-order-battery .battery-type-description .tool-tip .tip.rightside::after {
        right: 2px
    }
}

@media only screen and (min-width: 769px) and (max-width:1100px) {
    #dashboardOrder .dashboard-order-battery .battery-type-description .tool-tip .tip.rightside {
        top:53px;
        right: -10px
    }

    #dashboardOrder .dashboard-order-battery .battery-type-description .tool-tip .tip.rightside::after {
        right: 2px
    }
}

#dashboardOrder .dashboard-order-battery .battery-type-description .title {
    display: block;
    font-weight: 700;
    margin-bottom: 1em
}

#dashboardOrder .dashboard-order-decals {
    padding-top: 40px
}

#dashboardOrder .dashboard-order-decals .description {
    margin: 0
}

#dashboardOrder .dashboard-order-decals .decals-list {
    flex-grow: 1
}

#dashboardOrder .dashboard-order-decals .address {
    font-weight: 700
}

#dashboardOrder .dashboard-order-decals .yard-signs img {
    margin-left: 2em
}

#dashboardOrder .dashboard-order-decals .yard-signs .image {
    margin-right: 47.5px
}

#dashboardOrder .dashboard-order-decals .decals,#dashboardOrder .dashboard-order-decals .yard-signs {
    border-bottom: 1px solid #CCC;
    padding: 1em;
    margin-top: 3em;
    justify-content: space-around;
    align-items: center
}

#dashboardOrder .dashboard-order-decals .image {
    flex-grow: 1
}

#dashboardOrder .dashboard-order-decals .quantity {
    flex-grow: 2
}

#dashboardOrder .dashboard-order-decals .quantity h4 {
    margin: 0
}

#dashboardOrder .dashboard-order-decals .quantity .quantity-combo {
    justify-content: flex-start;
    align-items: baseline
}

#dashboardOrder .dashboard-order-decals .quantity .quantity-combo p {
    padding-right: 1em
}

#dashboardOrder .dashboard-order-decals .order {
    align-items: baseline
}

#dashboardOrder .dashboard-order-decals .order h4 {
    padding-right: 2em
}

#dashboardOrder .dashboard-order-decals .confirm-frame {
    box-shadow: 0 1px 6px 0 #CCC;
    width: 50%;
    flex-direction: column;
    margin-bottom: 2em;
    padding: 2em
}

#dashboardOrder .dashboard-order-decals .thank-you-msg {
    font-weight: 700
}

#dashboardOrder .dashboard-order-decals .note-msg p {
    margin-bottom: 0;
    font-size: .8em
}

#dashboardOrder .dashboard-order-decals .calendar {
    display: inline-block;
    background: url(../images/v2/icons/adt-calendar.png) left center no-repeat;
    padding-left: 5em;
    width: 70%;
    margin-top: 1em;
    height: 5em;
    margin-bottom: 0
}

@media only screen and (min-width: 769px) and (max-width:1280px) {
    #dashboardOrder .dashboard-order-decals .image {
        padding-right:30px
    }
}

@media only screen and (max-width: 768px) {
    #dashboardOrder .dashboard-order-battery,#dashboardOrder .dashboard-order-decals {
        padding-top:0
    }

    #dashboardOrder #newsIframe {
        position: relative!important
    }

    #dashboardOrder .sub-section-tab-nav {
        padding-bottom: 15px;
        overflow-x: scroll
    }

    #dashboardOrder .sub-section-tab-nav a {
        padding-bottom: .3em;
        padding-right: 0;
        margin-right: .5em;
        font-size: .8em;
        text-transform: uppercase;
        border-bottom: 3px solid transparent;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    #dashboardOrder .sub-section-tab-nav a.active {
        border-color: #FFC200
    }

    #dashboardOrder .dashboard-order-decals .decals,#dashboardOrder .dashboard-order-decals .yard-signs {
        flex-direction: column
    }

    #dashboardOrder .dashboard-order-decals .calendar,#dashboardOrder .dashboard-order-decals .confirm-frame,#dashboardOrder .dashboard-order-decals .customselect {
        width: 100%
    }

    #dashboardOrder .dashboard-order-decals .note-msg p {
        margin-bottom: 1em
    }

    #dashboardOrder .dashboard-order-news .frame-row {
        padding-top: 0;
        padding-bottom: 0
    }

    #dashboardOrder .dashboard-order-news .order-links {
        flex-direction: column
    }

    #dashboardOrder .dashboard-order-news .order-link-wrapper {
        width: 100%;
        margin-bottom: 2em
    }

    #dashboardOrder .dashboard-order-news .order-link-wrapper:nth-child(n+4) {
        margin-top: initial
    }

    #dashboardOrder .dashboard-order-news .order-link-wrapper a img[alt=Batteries] {
        margin-bottom: 0!important
    }

    #dashboardOrder .dashboard-order-news .order-link-wrapper a img[alt="Yard Signs"] {
        margin-bottom: 0;
        height: 166px
    }

    #dashboardOrder .dashboard-order-news .order-link-wrapper a img[alt=Decals] {
        height: 166px
    }

    #dashboardOrder .dashboard-order-battery .battery-select-wrapper,#dashboardOrder .dashboard-order-battery .system-select-wrapper {
        align-items: flex-start;
        flex-direction: column
    }

    #dashboardOrder .dashboard-order-battery .battery-select-wrapper>span,#dashboardOrder .dashboard-order-battery .system-select-wrapper>span {
        flex-basis: 0;
        padding: 1em 0;
        align-self: flex-start
    }

    #dashboardOrder .dashboard-order-battery .battery-select-wrapper .customselect,#dashboardOrder .dashboard-order-battery .system-select-wrapper .customselect {
        margin: 0
    }

    #dashboardOrder .dashboard-order-battery .battery-select-wrapper p,#dashboardOrder .dashboard-order-battery .system-select-wrapper p {
        margin: 1.5em 0;
        flex-basis: 0
    }

    #dashboardOrder .dashboard-order-battery .battery-select-wrapper .tooltip-wrapper,#dashboardOrder .dashboard-order-battery .system-select-wrapper .tooltip-wrapper {
        width: 90%;
        margin: 0
    }

    #dashboardOrder .dashboard-order-battery .customselect {
        width: 90%
    }

    #dashboardOrder .dashboard-order-battery .battery {
        flex-direction: column;
        height: auto;
        padding: 1.25em
    }

    #dashboardOrder .dashboard-order-battery .battery .image {
        width: 100%;
        text-align: center
    }

    #dashboardOrder .dashboard-order-battery .battery .order {
        width: 100%;
        padding: 0
    }

    #dashboardOrder .dashboard-order-battery .description {
        width: 100%;
        padding: 1em 0
    }

    #dashboardOrder .dashboard-order-battery .description p {
        margin-bottom: .5em
    }

    #dashboardOrder .dashboard-order-battery .image-description img {
        width: 100%
    }

    #dashboardOrder .dashboard-order-battery .buy {
        margin: 0
    }

    #dashboardOrder .dashboard-order-battery .buy .price {
        float: left;
        margin: 10px 0
    }

    #dashboardOrder .dashboard-order-battery .buy .price h3 {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 0;
        line-height: 1
    }

    #dashboardOrder .dashboard-order-battery .buy .price h3 sup {
        top: .3em
    }

    #dashboardOrder .dashboard-order-battery .product-wrapper {
        display: flex;
        flex-direction: column
    }
}

@media only screen and (min-width: 769px) and (max-width:1100px) {
    #dashboardOrder .dashboard-order-battery,#dashboardOrder .dashboard-order-decals {
        padding-top:0
    }

    #dashboardOrder #newsIframe {
        position: relative!important
    }

    #dashboardOrder .sub-section-tab-nav {
        padding-bottom: 15px;
        overflow-x: scroll
    }

    #dashboardOrder .sub-section-tab-nav a {
        padding-bottom: .3em;
        padding-right: 0;
        margin-right: .5em;
        font-size: .8em;
        text-transform: uppercase;
        border-bottom: 3px solid transparent;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    #dashboardOrder .sub-section-tab-nav a.active {
        border-color: #FFC200
    }

    #dashboardOrder .dashboard-order-decals .decals,#dashboardOrder .dashboard-order-decals .yard-signs {
        flex-direction: column
    }

    #dashboardOrder .dashboard-order-decals .calendar,#dashboardOrder .dashboard-order-decals .confirm-frame,#dashboardOrder .dashboard-order-decals .customselect {
        width: 100%
    }

    #dashboardOrder .dashboard-order-decals .note-msg p {
        margin-bottom: 1em
    }

    #dashboardOrder .dashboard-order-news .frame-row {
        padding-top: 0;
        padding-bottom: 0
    }

    #dashboardOrder .dashboard-order-news .order-links {
        flex-direction: column
    }

    #dashboardOrder .dashboard-order-news .order-link-wrapper {
        width: 100%;
        margin-bottom: 2em
    }

    #dashboardOrder .dashboard-order-news .order-link-wrapper:nth-child(n+4) {
        margin-top: initial
    }

    #dashboardOrder .dashboard-order-news .order-link-wrapper a img[alt=Batteries] {
        margin-bottom: 0!important
    }

    #dashboardOrder .dashboard-order-news .order-link-wrapper a img[alt="Yard Signs"] {
        margin-bottom: 0;
        height: 166px
    }

    #dashboardOrder .dashboard-order-news .order-link-wrapper a img[alt=Decals] {
        height: 166px
    }

    #dashboardOrder .dashboard-order-battery .battery-select-wrapper,#dashboardOrder .dashboard-order-battery .system-select-wrapper {
        align-items: flex-start;
        flex-direction: column
    }

    #dashboardOrder .dashboard-order-battery .battery-select-wrapper>span,#dashboardOrder .dashboard-order-battery .system-select-wrapper>span {
        flex-basis: 0;
        padding: 1em 0;
        align-self: flex-start
    }

    #dashboardOrder .dashboard-order-battery .battery-select-wrapper .customselect,#dashboardOrder .dashboard-order-battery .system-select-wrapper .customselect {
        margin: 0
    }

    #dashboardOrder .dashboard-order-battery .battery-select-wrapper p,#dashboardOrder .dashboard-order-battery .system-select-wrapper p {
        margin: 1.5em 0;
        flex-basis: 0
    }

    #dashboardOrder .dashboard-order-battery .battery-select-wrapper .tooltip-wrapper,#dashboardOrder .dashboard-order-battery .system-select-wrapper .tooltip-wrapper {
        width: 90%;
        margin: 0
    }

    #dashboardOrder .dashboard-order-battery .customselect {
        width: 90%
    }

    #dashboardOrder .dashboard-order-battery .battery {
        flex-direction: column;
        height: auto;
        padding: 1.25em
    }

    #dashboardOrder .dashboard-order-battery .battery .image {
        width: 100%;
        text-align: center
    }

    #dashboardOrder .dashboard-order-battery .battery .order {
        width: 100%;
        padding: 0
    }

    #dashboardOrder .dashboard-order-battery .description {
        width: 100%;
        padding: 1em 0
    }

    #dashboardOrder .dashboard-order-battery .description p {
        margin-bottom: .5em
    }

    #dashboardOrder .dashboard-order-battery .image-description img {
        width: 100%
    }

    #dashboardOrder .dashboard-order-battery .buy {
        margin: 0
    }

    #dashboardOrder .dashboard-order-battery .buy .price {
        float: left;
        margin: 10px 0
    }

    #dashboardOrder .dashboard-order-battery .buy .price h3 {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 0;
        line-height: 1
    }

    #dashboardOrder .dashboard-order-battery .buy .price h3 sup {
        top: .3em
    }

    #dashboardOrder .dashboard-order-battery .product-wrapper {
        display: flex;
        flex-direction: column
    }
}

#ember-basic-dropdown-wormhole ul li {
    margin-left: 0
}

#ember-basic-dropdown-wormhole ul li .system-info {
    line-height: 21px
}

#ember-basic-dropdown-wormhole ul li .system-info .system-number {
    font-weight: 700
}

#ember-basic-dropdown-wormhole ul li .system-info .system-name {
    display: block;
    font-size: 14px;
    font-weight: 600
}

#ember-basic-dropdown-wormhole ul .ember-power-select-option[aria-selected=true] {
    background: 0 0
}

#ember-basic-dropdown-wormhole ul .ember-power-select-option[aria-current=true] {
    background-color: #008CFD
}

.manage-easypay-wrap {
    box-shadow: none
}

.manage-easypay-wrap .title {
    margin-bottom: 5px
}

.manage-easypay-wrap .edit-payments-description {
    margin-bottom: 25px
}

.payment-details-entering {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 15px
}

.payment-details-entering dt {
    width: 21%;
    margin-bottom: 15px;
    color: #5E6366;
    font-weight: 400;
    text-transform: capitalize
}

.payment-details-entering dd {
    width: 79%;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-weight: 600
}

.payment-details-entering dd.error {
    color: #DF0000
}

.payment-details-entering .calendar-icon {
    height: 15px;
    width: 15px;
    background-size: 15px;
    margin-left: 6px;
    position: relative;
    left: -20px;
    z-index: 3
}

.payment-details-entering .payment-amount {
    width: 15%;
    padding: 4px 4px 4px 10px;
    border: 1px solid #E7EAEC;
    display: flex
}

.payment-details-entering .payment-date {
    width: 105px;
    background-color: transparent;
    border: none;
    font-size: inherit;
    font-weight: inherit;
    cursor: pointer;
    color: inherit
}

.payment-details-entering .payment-date:focus {
    outline: 0
}

.payment-details-entering .payment-amount-field {
    width: 100%;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    padding-left: 3px;
    margin: 0
}

.payment-details-entering .payment-amount-field::-webkit-inner-spin-button,.payment-details-entering .payment-amount-field::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.payment-details-entering .payment-amount-field:focus {
    outline: 0
}

@media only screen and (max-width: 768px) {
    .payment-details-entering dd,.payment-details-entering dt {
        width:50%
    }
}

.express-pay-message {
    margin-top: 20px
}

.express-pay-message .payment-info {
    background: #FFF
}

.payment-messages {
    margin-bottom: 20px;
    max-width: 1245px
}

.payment-messages .payment-info {
    display: flex;
    flex-direction: row;
    box-shadow: 0 0 8px #D4D9DD;
    margin: 5px 0
}

.easypay-select-saved-accounts .saved-account:hover,.easypay-update-saved-accounts .saved-account:hover {
    box-shadow: 0 0 1px #008CFD
}

.payment-messages .payment-info .payment-box {
    padding: .8rem .5rem 1rem 2rem
}

.payment-messages .payment-info .payment-box-title {
    margin-bottom: .7rem
}

.payment-messages .payment-info .payment-box-title p {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0
}

.payment-messages .payment-info .payment-box-links .divider {
    margin: 0 1.5rem
}

.payment-messages .payment-info .payment-box a {
    color: #008CFD
}

.payment-messages .payment-info .indicator {
    background: url(../images/v2/indicators/info.svg) center center no-repeat #0061AA;
    background-size: 36px;
    min-height: 50px;
    width: 60px;
    color: #FFF;
    font-size: 2em;
    text-align: center;
    line-height: 1;
    vertical-align: middle
}

.easypay-content-text,.easypay-content-title {
    line-height: 27px;
    font-weight: 600;
    max-width: 100%;
    text-align: center
}

.hide {
    border: 1px solid red;
    display: none
}

#modalWindow .easypay-notification .modal-dialog .modal-content .modal-body {
    padding: 0
}

#modalWindow .easypay-notification .modal-dialog .modal-content .modal-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 20px
}

#modalWindow .easypay-notification .modal-dialog .modal-content .modal-footer.footer-line {
    border-top: 0
}

.easypay-notification button:not(:first-child) {
    border: 0;
    background-color: #FFF
}

.easypay-notification .button-blue-outline:last-child {
    display: none
}

.easypay {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden
}

.easypay-blue-bar {
    height: 100px;
    width: 100%;
    background-image: linear-gradient(to right,#003055,#0061aa)
}

.easypay-welcome-image {
    margin-top: -5.5rem;
    margin-bottom: 2rem
}

.easypay-content {
    display: flex;
    flex-direction: column;
    align-items: center
}

.easypay-content-title {
    font-size: 22px
}

.easypay-content-text {
    padding: 1rem 5rem;
    font-size: 20px
}

.easypay-easypay-content p {
    text-align: center
}

.easypay-content-message {
    padding: 1rem 4rem;
    text-align: center;
    max-width: 100%
}

@media only screen and (max-width: 768px) {
    .payment-messages .payment-info {
        margin:35px 10px;
        flex-direction: column
    }

    .payment-messages .payment-info .message {
        margin: 2.5rem 0 0
    }

    .payment-messages .payment-info .indicator {
        position: absolute;
        height: 40px;
        transform: translateY(-50%);
        right: calc(50% - 30px)
    }

    .payment-messages .payment-info .payment-box {
        max-width: 304px;
        text-align: center;
        display: flex;
        flex-direction: column;
        margin: 3rem auto 0;
        width: 100%;
        padding: 0 1rem
    }

    .payment-messages .payment-info .payment-box-title p {
        text-align: center;
        font-size: 1.25rem;
        line-height: 1.4;
        font-weight: 600
    }

    .payment-messages .payment-info .payment-box-links {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: .9rem
    }

    .easypay-notification .modal-title span,.payment-messages .payment-info .payment-box-links .divider {
        display: none
    }

    .payment-messages .payment-info .payment-box-links a {
        cursor: pointer
    }

    .payment-messages .payment-info .payment-box-links a:first-child {
        border: 2px solid #008CFD;
        padding: .4rem 0;
        border-radius: 5px;
        font-weight: 600;
        margin: 1.2rem 0;
        width: 160px;
        text-align: center
    }

    .payment-messages .payment-info .payment-box-links a:last-child {
        margin-bottom: 1.2rem
    }

    .easypay-blue-bar {
        height: 70px;
        width: 100%
    }

    .easypay-welcome-image {
        width: auto;
        height: 120px;
        margin-top: -4.2rem;
        margin-bottom: .4rem
    }

    .easypay-content-text {
        padding: 0 1rem;
        font-size: 1rem;
        font-weight: 600
    }

    .easypay-content-message {
        padding: .4rem;
        font-size: .8rem
    }

    .easypay-content-title {
        padding: .5rem 2rem;
        font-size: 1.2rem;
        font-weight: 600
    }

    #modalWindow .easypay-notification .modal-dialog .modal-content .button:first-child {
        width: 100%;
        border: 0;
        font-size: 20px;
        margin-left: .6rem;
        padding: .5rem
    }

    .easypay-notification .button-blue-outline:last-child {
        display: block
    }

    .easypay-notification button:not(:first-child) {
        font-size: .8rem
    }
}

#dashboardAccount .manage-easypay-module .left {
    flex-basis: 0
}

.easypay-update {
    padding: 0 .3rem
}

.easypay-update-name {
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    margin: auto
}

.easypay-update-title {
    padding: 0 1rem;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px
}

.easypay-update-info {
    padding: 0 1rem;
    margin-bottom: 20px
}

.easypay-update-content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px
}

.easypay-update-saved-accounts {
    flex-wrap: wrap;
    padding: 0 1rem;
    width: 50%
}

.easypay-update-saved-accounts a {
    width: 49%;
    flex-grow: 0;
    flex-shrink: 0;
    padding: .6rem;
    margin-bottom: 1rem
}

.easypay-update-saved-accounts .tip a {
    width: 100%;
    padding: 0 .6rem;
    display: block;
    margin: 0
}

.easypay-update-saved-accounts .saved-account {
    width: 100%;
    background: #FFF;
    border: 1px solid #D4D9DD;
    border-left-width: 1rem
}

.easypay-update-saved-accounts .saved-account .selected-indicator {
    position: absolute;
    left: -.8rem;
    top: 0;
    height: 100%;
    width: .6rem;
    background: url(../images/v2/indicators/white-check.png) center center no-repeat;
    background-size: contain;
    opacity: 0
}

.easypay-select-saved-accounts .saved-account.selected .selected-indicator,.easypay-select-saved-accounts .saved-account:hover .selected-indicator,.easypay-update-saved-accounts .saved-account.selected .selected-indicator,.easypay-update-saved-accounts .saved-account:hover .selected-indicator {
    opacity: 1
}

.easypay-update-saved-accounts .saved-account:visited {
    color: #303538
}

.easypay-update-saved-accounts .saved-account.selected,.easypay-update-saved-accounts .saved-account:hover {
    border-color: #00AE05;
    position: relative
}

.easypay-update-saved-accounts .saved-account .acct-info {
    justify-content: flex-start;
    font-size: .8em;
    align-items: center
}

.easypay-update-saved-accounts .saved-account .payment-icon {
    margin-right: .5rem;
    width: 80px;
    height: 40px;
    background: #E7EAEC;
    float: left
}

.easypay-update-saved-accounts .saved-account .payment-icon.visa {
    background: url(../images/v2/logos/cc-visa.svg) center center no-repeat
}

.easypay-update-saved-accounts .saved-account .payment-icon.mastercard {
    background: url(../images/v2/logos/cc-mc.svg) center center no-repeat
}

.easypay-update-saved-accounts .saved-account .payment-icon.amex {
    background: url(../images/v2/logos/cc-amex.svg) center center no-repeat
}

.easypay-update-saved-accounts .saved-account .payment-icon.discover {
    background: url(../images/v2/logos/cc-discover.svg) center center no-repeat
}

.easypay-update-saved-accounts .saved-account .payment-icon.bank {
    background: url(../images/v2/logos/generic-bank.svg) center center no-repeat
}

.easypay-update-saved-accounts .saved-account .payment-data {
    padding: 10px 0
}

.easypay-update-saved-accounts .saved-account .payment-name {
    font-weight: 700;
    margin-bottom: .25rem
}

.easypay-update-saved-accounts .saved-account .payment-numbers {
    justify-content: flex-start
}

.easypay-update-saved-accounts .saved-account .payment-numbers span:first-child {
    margin-right: 10px
}

.easypay-update-saved-accounts .three-dot-edit-button {
    flex-grow: 0
}

.easypay-update-saved-accounts .three-dot-edit-button .tool-tip .tip a.blue-link {
    font-size: .8em;
    margin-bottom: .4rem;
    display: block
}

.easypay-update-saved-accounts .three-dot-edit-button .tool-tip .tip a.blue-link:last-child {
    margin-bottom: 0
}

.easypay-update-saved-accounts .three-dot-edit-button img {
    width: 30px;
    height: 30px;
    vertical-align: top;
    position: absolute;
    right: -7px;
    top: 0
}

.easypay-update-links {
    display: flex;
    justify-content: center;
    width: 50%
}

.easypay-update-links-container {
    display: flex;
    justify-content: left;
    flex-direction: column
}

.easypay-select {
    padding: 0 .3rem
}

.easypay-select-name {
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    margin: auto
}

.easypay-select-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px
}

.easypay-select-message {
    font-size: 16px;
    font-weight: 600;
    margin: 25px 0 5px
}

.easypay-select-enroll {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px
}

.easypay-select-enroll a,.easypay-select-enroll a:hover,.easypay-select-enroll a:visited {
    color: #008CFD
}

.easypay-select-saved-accounts {
    width: 50%;
    display: flex;
    flex-direction: column;
    margin: auto
}

.easypay-select-saved-accounts .saved-account {
    width: 100%;
    min-height: 50px;
    margin-bottom: 18px;
    background: #FFF;
    border: 1px solid #D4D9DD;
    border-left-width: 1rem
}

.easypay-select-saved-accounts .saved-account .selected-indicator {
    position: absolute;
    left: -.8rem;
    top: 0;
    height: 100%;
    width: .6rem;
    background: url(../images/v2/indicators/white-check.png) center center no-repeat;
    background-size: contain;
    opacity: 1
}

.easypay-select-saved-accounts .saved-account:visited {
    color: #303538
}

.easypay-select-saved-accounts .saved-account.selected,.easypay-select-saved-accounts .saved-account:hover {
    border-color: #00AE05;
    position: relative
}

.easypay-select-saved-accounts .saved-account .acct-info {
    justify-content: flex-start;
    font-size: .8em;
    align-items: center
}

.easypay-select-saved-accounts .saved-account .payment-data {
    flex-grow: 1
}

.easypay-select-saved-accounts .saved-account .payment-name {
    font-weight: 700;
    margin-bottom: .25rem
}

.easypay-select-saved-accounts .saved-account .payment-numbers span {
    width: 49%;
    flex-grow: 0;
    flex-shrink: 0
}

.easypay-select .selected-item {
    font-size: 16px;
    font-weight: 700;
    padding: 12px 10px
}

.easypay-select-enroll,.easypay-select-message {
    padding: 0 18px
}

.easypay-confirm {
    padding: 0 1.5rem
}

.easypay-confirm .user-agreement {
    margin-top: 1.5rem
}

.user-agreement {
    text-align: right
}

@media only screen and (max-width: 768px) {
    .easypay-update {
        padding:0!important
    }

    .easypay-update-name {
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        margin: auto
    }

    .easypay-update-content {
        flex-direction: column;
        background-color: #F3F5F6;
        padding-top: 40px
    }

    .easypay-update-saved-accounts {
        flex-wrap: wrap;
        width: 100%
    }

    .easypay-update-links-container {
        margin: 10px 0
    }

    .easypay-update-links {
        width: 100%
    }

    .easypay-update .blue-link {
        padding: 10px 0;
        text-align: center
    }

    #easypay-update-footer .button {
        font-size: 20px;
        font-weight: 600;
        margin-left: 10px
    }

    #modalWindow .easypay-notification .modal-dialog .modal-content .modal-footer.footer-line {
        border-top: 0
    }

    .easypay-select {
        padding: 0
    }

    .easypay-select-name {
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        margin: auto
    }

    .easypay-select-name span {
        display: none
    }

    .easypay-select-saved-accounts {
        flex-wrap: wrap;
        width: 100%;
        padding: 0 1rem
    }

    .easypay-select-content {
        background-color: #F3F5F6;
        padding-top: 20px
    }

    .easypay-select-enroll,.easypay-select-message {
        padding: 0 14px;
        width: 100%
    }

    .easypay-confirm {
        padding: 0
    }

    .easypay-update-confirm .modal-footer {
        display: flex;
        flex-direction: column-reverse
    }

    .easypay-update-confirm .modal-footer .button {
        width: 100%
    }

    .easypay-update-confirm .modal-footer .button:last-child {
        font-size: 20px;
        padding: .4em!important;
        margin-left: 7px
    }

    .easypay-update-confirm .modal-footer .button:first-child {
        font-size: 12px;
        border: 2px solid #fff
    }

    .easypay-update-confirm .modal-footer .footer-line {
        border-top: 0!important
    }

    #easypay-select-footer {
        display: flex;
        flex-direction: column-reverse
    }

    #easypay-select-footer .button {
        width: 100%;
        margin-left: 7px
    }

    #easypay-select-footer .button:first-child {
        font-size: 12px;
        border: 2px solid #fff
    }

    #easypay-select-footer .button:last-child {
        font-size: 20px;
        padding: .4em!important
    }
}

.dashboard-system-identification .description-title {
    margin-bottom: 17px
}

.dashboard-system-identification .description-text {
    max-width: 750px;
    line-height: 22px
}

.dashboard-system-identification .system-identification-filters {
    padding: 21px 28px;
    margin-bottom: 33px;
    background-color: #f5f5f5
}

.dashboard-system-identification .system-identification-filters-title {
    font-size: 20px;
    font-weight: 600
}

.dashboard-system-identification .filters {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #B7BDC0;
    margin-bottom: 9px
}

.dashboard-system-identification .my-system-btn {
    overflow: hidden;
    text-overflow: ellipsis
}

.dashboard-system-identification .filter-item {
    width: 37%;
    display: flex;
    margin-bottom: 25px;
    align-items: center
}

.dashboard-system-identification .filter-item .customselect {
    flex: 1;
    margin-right: 15px;
    margin-bottom: 0
}

.dashboard-system-identification .filter-item .customselect label .label-value {
    max-width: 300px
}

.dashboard-system-identification .filter-item:nth-child(2n) {
    margin-left: 75px
}

.dashboard-system-identification .tool-tip .icon {
    padding-top: 0;
    font-size: 0
}

.dashboard-system-identification .clear-btn {
    display: inline-block;
    padding: 11px 22px;
    font-size: 20px;
    width: auto;
    height: auto;
    font-weight: 600;
    border-radius: 5px
}

.dashboard-system-identification .system-identification-systems {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.dashboard-system-identification .system-identification-systems::after {
    content: '';
    width: 31%
}

.dashboard-system-identification .system-item {
    width: 31%;
    padding: 23px 47px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 1px 6px 0 #CCC
}

.dashboard-system-identification .system-item.current-system .my-system-wrapper {
    display: block
}

.dashboard-system-identification .system-item.current-system .action-buttons {
    justify-content: center
}

.dashboard-system-identification .system-item.current-system .details-btn {
    max-width: 90px
}

.dashboard-system-identification .system-item img {
    width: 100%;
    flex-shrink: 0
}

.dashboard-system-identification .system-item-name {
    font-size: 16px;
    font-weight: 700;
    text-align: center
}

.dashboard-system-identification .action-buttons {
    display: flex;
    align-items: center
}

.dashboard-system-identification .action-buttons .button {
    height: auto;
    min-width: auto;
    font-size: 14px;
    font-weight: 600;
    padding: 9px 5px;
    white-space: nowrap
}

.dashboard-system-identification .action-buttons .button:first-child {
    margin-right: 10px
}

.dashboard-system-identification .my-system-wrapper {
    display: none;
    margin: -23px -47px 0;
    padding: 9px 47px 14px 80px;
    position: relative;
    background-color: #f5f5f5;
    font-weight: 600
}

.dashboard-system-identification .featured-flag-icon {
    position: absolute;
    top: 0;
    left: 23px
}

.system-details .modal-dialog {
    min-width: 1000px!important
}

.system-details .modal-dialog .modal-body {
    overflow: auto;
    height: 400px
}

.system-details .modal-dialog .details .my-system-btn {
    color: #fff;
    flex-grow: unset;
    padding: 1em
}

.system-details .modal-dialog .details .alarm-system-column.image {
    width: 19.3%;
    display: block;
    text-align: center
}

.system-details .modal-dialog .details .alarm-system-column.help {
    width: 35%
}

.system-details .modal-dialog .details .alarm-system-column.keypad {
    padding: 1em 1em 0;
    width: 51%
}

.system-details .modal-dialog .details .alarm-system-column.keypad li p {
    width: 40%
}

@media only screen and (min-width: 769px) and (max-width:1280px) {
    .dashboard-system-identification .system-item {
        padding-left:14px;
        padding-right: 14px
    }

    .dashboard-system-identification .my-system-wrapper {
        margin-left: -14px;
        margin-right: -14px
    }

    .dashboard-system-identification .filters {
        justify-content: space-between
    }

    .dashboard-system-identification .filter-item {
        width: auto
    }

    .dashboard-system-identification .filter-item .customselect label .label-value {
        width: 250px
    }

    .dashboard-system-identification .filter-item:nth-child(odd) {
        margin-right: 5px
    }

    .dashboard-system-identification .filter-item:nth-child(even) {
        margin-left: 0
    }
}

@media only screen and (min-width: 769px) and (max-width:1100px) {
    .dashboard-system-identification .system-item {
        width:48%
    }
}

@media only screen and (max-width: 768px) {
    .system-details .modal-dialog {
        min-width:100%!important
    }

    .system-details .modal-dialog .details .alarm-system-column.help,.system-details .modal-dialog .details .alarm-system-column.image,.system-details .modal-dialog .details .alarm-system-column.keypad {
        width: 100%;
        margin-left: 0
    }

    .dashboard-system-identification .description-title {
        display: block
    }

    .dashboard-system-identification .description-text {
        margin-bottom: 27px
    }

    .dashboard-system-identification .filter-item {
        position: relative;
        display: block;
        width: 100%
    }

    .dashboard-system-identification .filter-item .customselect {
        margin-right: 0
    }

    .dashboard-system-identification .filter-item .customselect label {
        padding-right: 37px
    }

    .dashboard-system-identification .filter-item .information-icon {
        position: absolute;
        right: 7px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 5
    }

    .dashboard-system-identification .filter-item:nth-child(2n) {
        margin-left: 0
    }

    .dashboard-system-identification .system-identification-filters {
        margin-bottom: 20px
    }

    .dashboard-system-identification .filters {
        border-bottom: none;
        margin-bottom: 0
    }

    .dashboard-system-identification .clear-btn {
        display: block;
        padding-top: 7px;
        padding-bottom: 7px;
        margin-top: 0
    }

    .dashboard-system-identification .system-item {
        width: 100%
    }

    .dashboard-system-identification .customselect {
        margin-bottom: 15px
    }

    .flex-fi-component .flexfi-title {
        font-size: 15px!important
    }
}

.flex-fi-component {
    display: none
}

.flex-fi-component .flexfi-title {
    font-weight: 600;
    color: #303538
}

.flex-fi-component .flexfi-description {
    color: #5E6366
}

.flex-fi-component.active {
    display: block
}

.flex-fi-component .financier-cust-website:hover {
    text-decoration: underline
}

#dashboardBalanceDue .flex-fi-component {
    padding-top: 5px
}

#dashboardBalanceDue .flex-fi-component div {
    padding: 5px 0
}

.complete-registration-container .loading-container {
    height: 100%
}

.complete-registration-container .password-validator {
    left: auto
}

@media screen and (min-width: 1049px) {
    .complete-registration-container .password-validator {
        right:-309px;
        top: -55px;
        box-sizing: border-box;
        background: #FFF;
        box-shadow: 0 1px 6px 0 #CCC
    }

    .complete-registration-container .password-validator::after {
        content: " ";
        position: absolute;
        width: 0;
        height: 0;
        left: -16px;
        top: 75px;
        box-sizing: border-box;
        border: 10px solid transparent;
        border-top-color: #FFF;
        border-left-color: #FFF;
        pointer-events: none;
        transform-origin: 10px 0;
        transform: rotate(-45deg);
        box-shadow: -3px -3px 1px 0 rgba(100,100,100,.1)
    }
}

@media screen and (max-width: 1048px) {
    .complete-registration-container .password-validator {
        box-sizing:border-box;
        background: #FFF;
        box-shadow: 0 1px 6px 0 #CCC
    }

    .complete-registration-container .password-validator::after {
        content: " ";
        position: absolute;
        width: 0;
        height: 0;
        top: -16px;
        right: 95px;
        box-sizing: border-box;
        border: 10px solid transparent;
        border-top-color: #FFF;
        border-left-color: #FFF;
        pointer-events: none;
        transform-origin: 0 10px;
        transform: rotate(45deg);
        box-shadow: -3px -3px 1px 0 rgba(100,100,100,.1)
    }
}

.business-reporting-wrap {
    color: #303538
}

.business-reporting-wrap .business-reporting-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 9px
}

.business-reporting-wrap .email-preferences-link {
    font-size: 16px;
    font-weight: 400
}

.business-reporting-wrap .business-reportion-description {
    line-height: 1.69;
    margin-bottom: 45px
}

.business-reporting-wrap .business-reportion-description p {
    margin-bottom: 0
}

#modalWindow .modal-container.payment-options .modal-dialog .modal-content .modal-body {
    padding: 1.3em 2.1em
}

#modalWindow .modal-container.payment-options .modal-dialog .modal-content .modal-body.card-form {
    position: initial;
    height: 592px
}

#modalWindow .modal-container.payment-options .modal-dialog .modal-content .modal-body.card-form .tall-form-bg {
    padding: 0
}

#modalWindow .modal-container.payment-options .modal-dialog .modal-content .modal-body.card-form.has-errors #hpf {
    padding-top: 87px
}

#modalWindow .modal-container.payment-options .modal-dialog .modal-content .modal-body.card-form #hpf {
    height: calc(100% - 187px);
    position: absolute;
    top: 220px;
    left: 0;
    width: 100%
}

#modalWindow .modal-container.payment-options .modal-dialog .modal-content .modal-body.card-form #hpfIframe,#modalWindow .modal-container.payment-options .modal-dialog .modal-content .modal-body.card-form #hpfIframeContainer {
    width: 100%;
    height: 100%
}

#modalWindow .modal-container.payment-options .modal-dialog .modal-content .modal-body.card-form+.modal-footer .button-blue {
    opacity: 0;
    visibility: hidden
}

#modalWindow .modal-container.payment-options .modal-dialog .modal-content .modal-body .save-acct label {
    position: relative;
    top: -15px;
    z-index: 10;
    background-color: #fff
}

#modalWindow .modal-container.payment-options .modal-dialog .modal-content .modal-body .bank-info .input-wrapper label {
    top: 10px
}

#modalWindow .modal-container.payment-options .modal-dialog .modal-content .modal-footer .button.button-blue-outline {
    position: relative;
    z-index: 2
}

.payment-options-link {
    cursor: pointer
}

.modal-container.payment-options .one-time-payment-module {
    display: block
}

.modal-container.payment-options .payment-options-list {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center
}

.modal-container.payment-options .payment-options-title {
    font-weight: 600;
    font-size: 19px
}

.modal-container.payment-options .payment-option-card {
    padding: 1em .8em;
    width: 300px;
    border: 1px solid #D4D9DD;
    margin-left: 0;
    background-color: #fff;
    border-left-width: 1rem;
    list-style: none;
    margin-bottom: 10px;
    font-size: 14px;
    position: relative;
    cursor: pointer
}

.modal-container.payment-options .payment-option-card::before {
    content: "";
    border-color: #008CFD;
    background: url(../images/v2/indicators/white-check.png) center center no-repeat;
    display: none;
    height: 10px;
    width: 10px;
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translate(-50%,-50%);
    background-size: 10px
}

.modal-container.payment-options .payment-option-card.selected {
    border-color: #00AE05
}

.modal-container.payment-options .payment-option-card-title,.modal-container.payment-options .payment-option-card.selected::before {
    display: block
}

@media only screen and (max-width: 768px) {
    #modalWindow .modal-container.payment-options .modal-dialog .modal-content .modal-body {
        padding:2em .7em .7em
    }

    #modalWindow .modal-container.payment-options .modal-dialog .modal-content .modal-body.card-form {
        height: 63vh
    }

    #modalWindow .modal-container.payment-options .modal-dialog .modal-content .modal-body.card-form>div.ember-view {
        height: 100%
    }

    #modalWindow .modal-container.payment-options .modal-dialog .modal-content .modal-body.card-form .tall-form-bg {
        height: auto;
        min-height: auto;
        margin: 0
    }

    #modalWindow .modal-container.payment-options .modal-dialog .modal-content .modal-body.card-form #hpf {
        top: 240px;
        height: 58vh;
        padding-top: 11px;
        z-index: 1
    }

    #modalWindow .modal-container.payment-options .modal-dialog .modal-content .modal-body.card-form+.modal-footer .button-blue {
        opacity: 0;
        visibility: hidden
    }

    #modalWindow .modal-container.payment-options .modal-dialog .modal-content .modal-footer {
        flex-direction: column;
        align-items: stretch;
        justify-content: center
    }

    #modalWindow .modal-container.payment-options .modal-dialog .modal-content .modal-footer.has-disclaimer {
        padding: 40px;
        position: initial
    }

    #modalWindow .modal-container.payment-options .modal-dialog .modal-content .modal-footer.has-disclaimer .disclaimer {
        padding: 3px;
        width: 100%;
        text-align: center;
        background-color: #fff;
        top: auto;
        bottom: 3px
    }

    #modalWindow .modal-container.payment-options .modal-dialog .modal-content .modal-footer .button {
        margin-left: 0;
        margin-right: 0
    }

    #modalWindow .modal-container.payment-options .modal-dialog .modal-content .modal-footer .button-blue {
        order: -1
    }

    #modalWindow .modal-container.payment-options .modal-dialog .modal-content .modal-footer .button-blue-outline {
        border: none;
        padding-bottom: 0;
        padding-top: 0;
        margin-bottom: 0
    }

    .modal-container.payment-options .payment-options-list {
        padding: 1.5em;
        background-color: #F3F5F6
    }

    .modal-container.payment-options .payment-option-card {
        width: 100%
    }
}

.payment-details-confirmation-list {
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
    align-items: center
}

.payment-details-confirmation-list dt {
    width: 24%;
    margin-bottom: 15px;
    color: #5E6366;
    font-weight: 400;
    text-transform: capitalize
}

.payment-details-confirmation-list dd {
    width: 76%;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-weight: 600
}

.payment-details-confirmation-list .calendar-icon {
    height: 15px;
    width: 15px;
    background-size: 15px;
    margin-left: 6px
}

.payment-details-confirmation-list .payment-icon {
    width: 40px;
    height: 20px;
    margin-right: 10px;
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center center
}

.payment-details-confirmation-list .payment-icon.visa {
    background-image: url(../images/v2/logos/cc-visa.svg)
}

.payment-details-confirmation-list .payment-icon.mastercard {
    background-image: url(../images/v2/logos/cc-mc.svg)
}

.payment-details-confirmation-list .payment-icon.amex {
    background-image: url(../images/v2/logos/cc-amex.svg)
}

.payment-details-confirmation-list .payment-icon.discover {
    background-image: url(../images/v2/logos/cc-discover.svg)
}

.payment-details-confirmation-list .payment-icon.bank {
    background-image: url(../images/v2/logos/generic-bank.svg)
}

.payment-terms-and-conditions {
    padding-top: 10px;
    margin-top: 20px;
    font-size: 12px;
    box-shadow: none;
    border-top: 1px solid #D4D9DD
}

.payment-method-selection {
    display: none!important
}

.payment-method-selection.visible {
    display: block!important
}

.payment-options .payment-form {
    display: block
}

.payment-options .form {
    width: auto;
    border: none;
    background-color: #fff;
    display: block
}

.payment-options .form .input-wrapper:not(.error) {
    border: 1px solid #D4D9DD
}

.payment-options .form .input-wrapper.error {
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    border-color: #DF0000
}

.payment-options .form .input-wrapper .tool-tip {
    right: 5px
}

.payment-options .customselect label {
    height: 54px
}

.payment-options .bank-info .section:nth-child(2) {
    flex-grow: 2;
    margin-right: 10px
}

.payment-options .bank-info .section:nth-child(2) .bank-acct-num-wrapper,.payment-options .bank-info .section:nth-child(2) .routing-number-wrapper {
    padding-right: 33px
}

.payment-options .ivr-info .button {
    margin: 3px 0
}

.payment-options .ivr-info .success-indicator {
    width: 200px;
    text-align: center;
    margin-top: 15px
}

#modalWindow .modal-container.payment-options .one-time-payment-module.payment-method-selection .form .nav span {
    background: #E6EAED;
    color: #303538;
    border: none;
    margin-top: 5px;
    border-radius: 0;
    font-size: 12px
}

#modalWindow .modal-container.payment-options .one-time-payment-module.payment-method-selection .form .nav span.active {
    color: #008CFD;
    border-top: 5px solid #008CFD;
    margin-bottom: 0;
    box-shadow: none;
    background: #FFF;
    font-size: 14px;
    z-index: 2;
    border-left: 1px solid #cacaca;
    border-right: 1px solid #cacaca
}

#modalWindow .modal-container.payment-options .one-time-payment-module.payment-method-selection .form .checkbox-wrapper.save-acct {
    margin: 45px 0 0 35px
}

#modalWindow .modal-container.payment-options .one-time-payment-module.payment-method-selection .form .select-wrapper {
    margin-left: 10px
}

@media only screen and (max-width: 768px) {
    #modalWindow .modal-container.payment-options .modal-dialog .modal-content .modal-body .save-acct,#modalWindow .modal-container.payment-options .modal-dialog .modal-content .modal-body .save-acct label {
        position:initial
    }

    .payment-method-selection .form.reverse.white:not(.tall-form-bg) {
        background-color: #F3F5F6
    }

    .payment-method-selection .form.reverse.white:not(.tall-form-bg) .customselect label,.payment-method-selection .form.reverse.white:not(.tall-form-bg) .input-wrapper,.payment-options .form .input-wrapper {
        background-color: #fff
    }

    .payment-options .bank-info .section:nth-child(2) {
        margin-right: 0
    }

    .payment-options .form:not(.tall-form-bg) {
        margin-left: 0;
        margin-right: 0
    }

    .payment-options .form .nav {
        margin-bottom: 9px
    }

    .payment-options .form .nav span {
        padding-top: 11px;
        padding-bottom: 11px;
        font-size: 14px
    }

    .payment-options .form .nav span:first-of-type {
        margin-left: 0
    }
}

.enroll-business-reporting-modal-description {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    box-shadow: none;
    padding: 20px
}

.enroll-business-reporting-modal-description>p {
    width: 100%
}

.enroll-business-reporting-modal-description>p:first-child {
    margin-bottom: 22px
}

.enroll-business-report-agreement {
    margin-top: 30px
}

.enroll-business-report-agreement .description {
    font-size: 14px
}

.enroll-business-reporting-modal-services-list-wrap {
    width: 100%;
    max-width: 349px;
    box-shadow: none
}

.enroll-business-reporting-modal-services-list-wrap .list-title {
    font-weight: 600;
    color: #5E6366;
    font-size: 16px;
    margin-bottom: 0
}

.enroll-business-reporting-modal-services-list {
    font-size: 16px;
    display: flex;
    flex-wrap: wrap
}

.enroll-business-reporting-modal-services-list dd,.enroll-business-reporting-modal-services-list dt {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 2px solid #E7EAEC
}

.enroll-business-reporting-modal-services-list dt {
    font-weight: 400;
    width: 70%
}

.enroll-business-reporting-modal-services-list dd {
    font-weight: 600;
    width: 30%
}

.enroll-business-reporting-modal-title {
    color: #303538;
    font-weight: 600
}

.business-scheduled-reports-list {
    box-shadow: none
}

.business-scheduled-reports-list .scheduled-reports-title {
    font-size: 22px;
    margin-bottom: 5px
}

.business-scheduled-reports-list .scheduled-reports-wrap {
    box-shadow: none
}

.business-scheduled-reports-list .scheduled-reports-description {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 17px
}

.business-scheduled-reports-list .scheduled-reports-description p {
    margin-bottom: 0
}

.business-scheduled-reports-list .search-input {
    width: 151.5px;
    height: 33.3px;
    border-radius: 21.5px;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.5);
    border: none;
    padding: 0 15px;
    font-size: 14px;
    color: #303538
}

.business-scheduled-reports-list .search-input:focus {
    outline: 0;
    width: 158px
}

.business-scheduled-reports-list .search-input::placeholder {
    color: #303538
}

.business-scheduled-reports-list .scheduled-reports-list-header {
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 8px 30px;
    margin-bottom: 12.1px;
    text-transform: uppercase;
    background-color: #E7EAEC;
    border: 1px solid #D4D9DD
}

.business-scheduled-reports-list .email-to-cell,.business-scheduled-reports-list .event-type-cell,.business-scheduled-reports-list .name-cell {
    width: 23%
}

.business-scheduled-reports-list .schedule-cell {
    width: 9%
}

.business-scheduled-reports-list .actions-cell,.business-scheduled-reports-list .day-cell {
    width: 11%
}

.business-scheduled-reports-list .report-item>*,.business-scheduled-reports-list .scheduled-reports-list-header>* {
    margin: 0;
    font-size: inherit
}

.business-scheduled-reports-list .actions-cell {
    text-align: right;
    padding-right: 0
}

.business-scheduled-reports-list .no-items-indicator {
    padding: 30px 20px
}

.business-scheduled-reports-list .no-items-indicator .add-business-report {
    font-weight: 400
}

.business-report-item {
    display: flex;
    align-items: center;
    padding: 20px 30px;
    box-shadow: none;
    font-size: 16px;
    border-color: #E7EAEC;
    border-style: solid;
    border-width: 1px 1px 0;
    background-color: #f5f5f5
}

.business-report-item:nth-child(2n) {
    background-color: #fff
}

.business-report-item:last-child {
    border-bottom-width: 1px
}

.business-report-item .delete-btn,.business-report-item .edit-btn {
    background-color: transparent;
    background-repeat: no-repeat;
    border: none
}

.business-report-item:hover .report-actions {
    visibility: visible
}

#modalWindow .modal-container.sweepstakes-modal .modal-dialog .checkbox-wrapper .ember-checkbox,.business-report-item .report-actions {
    visibility: hidden
}

.business-report-item .report-emails,.business-report-item .report-name {
    color: #0061AA
}

.business-report-item .report-email,.business-report-item .report-name {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis
}

.business-report-item [class$='-cell'] {
    padding-right: 10px
}

.business-report-item .edit-btn {
    background-image: url(../images/v2/icons/pencil-outline-blue.png)
}

.business-report-item .delete-btn {
    background-image: url(../images/v2/icons/trashcan.svg)
}

.business-report-item .reports-tooltip-title {
    font-size: 16px;
    font-weight: 600
}

.business-report-item .report-more-emails-tooltip .tip {
    left: 97px;
    top: -16px;
    line-height: 1.7em
}

.business-report-item .report-more-emails {
    cursor: pointer
}

.business-report-item .reports-emails-tooltip {
    color: #303538
}

.business-report-item .reports-emails-tooltip .report-email {
    color: inherit
}

.business-report-item .report-actions-tooltip,.sweepstakes-content-component .sweepstakes-content .main-content .action-buttons .remind-button {
    color: #008CFD
}

.business-report-item .delete-btn,.business-report-item .edit-btn {
    display: inline-block;
    width: 19px;
    height: 19.7px;
    background-size: 19px 19.7px;
    transition: none
}

.business-report-item .report-actions>.tool-tip {
    display: inline-block;
    line-height: normal
}

.business-report-item .report-actions>.tool-tip .icon {
    padding-top: 0
}

.business-report-item .report-actions>.tool-tip:first-child {
    margin-right: 27px
}

.sweepstakes-content-component .sweepstake-entry-form {
    padding: 1em
}

.sweepstakes-content-component .sweepstakes-content {
    display: flex;
    position: relative
}

.sweepstakes-content-component .sweepstakes-content .main-content {
    width: 57%;
    position: relative;
    z-index: 10;
    background-color: #fff;
    padding: 1em .3em 1em 1em
}

.sweepstakes-content-component .sweepstakes-content .main-content .myadt-logo {
    height: 60px
}

.sweepstakes-content-component .sweepstakes-content .main-content .myadt-logo img {
    height: 40px;
    width: 70px
}

.sweepstakes-content-component .sweepstakes-content .main-content .action-buttons {
    align-items: baseline
}

.sweepstakes-content-component .sweepstakes-content .main-content .action-buttons a {
    width: 50%;
    text-align: center
}

.sweepstakes-content-component .sweepstakes-content .main-content .action-buttons [class$='-button'] {
    font-size: 15px
}

.sweepstakes-content-component .sweepstakes-content .main-content .sweepstakes-title {
    display: inline-block;
    background: url(../images/v2/icons/sweepstakes-icon.svg) no-repeat;
    height: 47px;
    color: #0061AA;
    padding: 10px 0 0 70px;
    margin-bottom: 5px
}

.sweepstake-button,.sweepstake-button:hover,.sweepstake-button:visited {
    text-decoration: none;
    color: #fff
}

.sweepstakes-content-component .sweepstakes-content .main-content .sweepstakes-text {
    margin-bottom: 20px
}

.sweepstakes-content-component .sweepstakes-content .main-content .succesful-entered-sweepstake {
    height: 50px;
    width: 250px;
    position: relative;
    background-color: #ececec
}

.sweepstakes-content-component .sweepstakes-content .main-content .succesful-entered-sweepstake .text-wrapper {
    padding-left: 40px;
    padding-top: 5px
}

.sweepstakes-content-component .sweepstakes-content .main-content .succesful-entered-sweepstake .text-wrapper small {
    display: block
}

.sweepstakes-content-component .sweepstakes-content .main-content .succesful-entered-sweepstake .check {
    position: absolute;
    transform: rotate(45deg);
    height: 13px;
    width: 12px;
    top: 15px;
    left: 16px;
    border-bottom: 3px solid;
    border-right: 3px solid
}

.sweepstakes-content-component .sweepstakes-content .main-content .sweepstake-terms-conditions {
    margin-top: 20px;
    line-height: .9
}

.sweepstakes-content-component .sweepstakes-content .main-content .sweepstake-terms-conditions #sweepstakeFormFooter {
    font-size: 65%
}

.sweepstakes-content-component .sweepstakes-content .sweepstake-image {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0
}

.sweepstakes-content-component .sweepstakes-content .sweepstake-image img {
    height: 100%;
    width: auto
}

.sweepstake-button {
    background-color: #008CFD;
    padding: 8px;
    border: none;
    border-radius: 6px
}

#modalWindow .modal-container.sweepstakes-modal .modal-dialog .modal-content .modal-body {
    padding: 0
}

.header-content h5 {
    font-weight: 600
}

.header-content .error.red {
    width: 60%;
    padding-top: 20px
}

.header-content .status-messages .indicator {
    width: 43px;
    font-size: 1.5em
}

.header-content .status-messages span {
    margin-top: 2px;
    margin-bottom: 2px;
    padding: .6em 10px;
    font-size: 1em;
    width: calc(100% - 62px)
}

.form-data .input-list li .phone-number-wrapper,.header-content .status-messages .status-message:last-of-type {
    margin-bottom: 5px
}

.form-data .input-list {
    padding-top: 20px
}

.form-data .input-list .description-text {
    float: right
}

.form-data .input-list .description-text small {
    padding-right: 53px
}

.form-data .input-list li {
    list-style: none;
    display: inline-block;
    width: 46%
}

.form-data .input-list li div {
    background: 0 0
}

.additional-info {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-left: 10px;
    margin-top: -90px;
    margin-bottom: 10px;
    border-bottom: 1px solid #CCC
}

.additional-info a {
    text-decoration: underline
}

.additional-info label {
    margin: 10px 0
}

.additional-info .description {
    margin: 0;
    width: 87%
}

.additional-info .checkbox-wrapper {
    width: 49%;
    float: right
}

.additional-info button {
    width: 49%;
    align-self: flex-end
}

#modalWindow .modal-container.sweepstakes-modal .modal-dialog {
    width: 55%
}

#modalWindow .modal-container.sweepstakes-modal .modal-dialog .modal-content .modal-footer {
    display: none
}

@media only screen and (max-width: 768px) {
    .sweepstakes-content-component .sweepstakes-content,.sweepstakes-content-component .sweepstakes-content .main-content .action-buttons {
        flex-direction:column
    }

    #modalWindow .modal-container .modal-dialog .modal-content .modal-body {
        max-height: 63vh
    }

    .sweepstakes-content-component .sweepstakes-content .main-content {
        order: 2;
        width: 100%;
        position: initial;
        z-index: 0;
        background: 0 0;
        padding: 1em
    }

    .sweepstakes-content-component .sweepstakes-content .main-content .sweepstakes-title {
        margin-top: 10px
    }

    .sweepstakes-content-component .sweepstakes-content .main-content .action-buttons a {
        width: 100%!important
    }

    .sweepstakes-content-component .sweepstakes-content .main-content .action-buttons .remind-button {
        margin-top: 1em
    }

    .sweepstakes-content-component .sweepstakes-content .main-content .action-buttons [class$='-button'] {
        font-size: 13px
    }

    .sweepstakes-content-component .sweepstakes-content .sweepstake-image {
        position: initial;
        margin-bottom: 20px
    }

    .sweepstakes-content-component .sweepstakes-content .sweepstake-image img {
        display: block;
        margin: 0 auto;
        width: 100%;
        height: auto
    }

    .sweepstakes-content-component .status-messages {
        margin: 32px 10px 0
    }

    .sweepstakes-content-component .status-messages span {
        padding: 2em 10px;
        width: 100%
    }

    .sweepstakes-content-component .form-data .input-list .description-text small {
        padding: 0 30px 20px 0
    }

    .sweepstakes-content-component .form-data .input-list li {
        width: 90%
    }

    .sweepstakes-content-component .additional-info {
        flex-direction: column;
        margin-top: -60px
    }

    .sweepstakes-content-component .additional-info label {
        margin: 10px
    }

    .sweepstakes-content-component .additional-info div,.sweepstakes-content-component .additional-info small {
        flex-basis: 0
    }

    .sweepstakes-content-component .additional-info+div {
        padding: 15px 0 0
    }

    .sweepstakes-content-component .additional-info .checkbox-wrapper {
        width: 100%;
        float: none
    }

    .sweepstakes-content-component .additional-info button {
        width: 100%;
        align-self: center
    }
}

.add-business-report {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
    color: #008CFD;
    background-color: transparent;
    border: none;
    cursor: pointer
}

.create-update-business-report-modal-window .select-locations-description {
    font-size: 16px;
    margin-bottom: 23px;
    max-width: 636px
}

.create-update-business-report-modal-window .report-adjustment-state-container {
    box-shadow: none
}

.create-update-business-report-modal-window .report-adjustment-state-title {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600
}

.create-update-business-report-modal-window .report-adjustment-state-hint {
    display: block;
    font-size: 14px
}

.create-update-business-report-modal-window .checkbox {
    display: inline-block;
    margin-right: 5px;
    background: #FFF;
    border: 2px solid #CCC;
    height: 25px;
    width: 25px
}

.create-update-business-report-modal-window .checkbox.checked {
    border-color: #008CFD;
    background: url(../images/v2/indicators/white-check.png) center center no-repeat #008CFD
}

.create-update-business-report-modal-window .report-adjustment-state-days {
    display: flex;
    margin: 10px 0 30px
}

.create-update-business-report-modal-window .event-type-option,.create-update-business-report-modal-window .report-day-option {
    display: flex;
    align-items: center;
    margin-left: 15px
}

.create-update-business-report-modal-window .event-type-option:hover,.create-update-business-report-modal-window .report-day-option:hover {
    text-decoration: none
}

.create-update-business-report-modal-window .event-type-option:first-of-type,.create-update-business-report-modal-window .report-day-option:first-of-type {
    margin-left: 0
}

.create-update-business-report-modal-window .business-reporting-emails-list,.create-update-business-report-modal-window .reports-adjustment-state-events {
    max-width: 420px;
    display: flex;
    flex-wrap: wrap
}

.create-update-business-report-modal-window .event-type-option {
    width: 50%;
    margin-left: 0;
    margin-bottom: 16px
}

.create-update-business-report-modal-window .event-type-option .information {
    line-height: 0;
    padding: 0 10px 0 5px
}

.create-update-business-report-modal-window .event-type-option .information-icon {
    width: 16px;
    height: 16px;
    background-size: 16px
}

.create-update-business-report-modal-window .business-reporting-emails-list {
    max-width: initial
}

.create-update-business-report-modal-window .add-email-address-btn,.create-update-business-report-modal-window .select-all-events-btn {
    background-color: transparent;
    color: #008CFD;
    font-size: 14px;
    margin-bottom: 8px;
    border: none;
    cursor: pointer
}

.create-update-business-report-modal-window .day-label,.create-update-business-report-modal-window .event-label {
    font-size: 14px;
    margin-left: 4px;
    color: #303538;
    font-weight: 600
}

.create-update-business-report-modal-window .btn-group {
    margin: 12px 0 19px
}

.create-update-business-report-modal-window .btn-group .btn {
    font-size: 20px;
    color: #303538;
    background-color: #F3F5F6;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    border-color: #008CFD;
    border-radius: 0
}

.create-update-business-report-modal-window .btn-group .btn:first-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    order: 1
}

.create-update-business-report-modal-window .btn-group .btn:last-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-left-width: 1px;
    order: -1
}

.create-update-business-report-modal-window .btn-group .btn:focus {
    box-shadow: none
}

.create-update-business-report-modal-window .btn-group .btn.active {
    color: #fff;
    background-color: #008CFD
}

.create-update-business-report-modal-window .report-final-state-title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 21px
}

.create-update-business-report-modal-window .close-icon {
    border: none;
    opacity: .3;
    margin-top: 0;
    margin-left: 6px;
    cursor: pointer
}

.create-update-business-report-modal-window .close-icon:hover {
    opacity: .5
}

.create-update-business-report-modal-window .report-final-state-container {
    box-shadow: none;
    padding: 20px 0
}

.create-update-business-report-modal-window .report-final-state-container:first-child {
    border-bottom: 2px solid #E7EAEC
}

.create-update-business-report-modal-window .business-reporting-email-item {
    width: 50%;
    max-width: 335px;
    display: flex;
    align-items: center;
    list-style: none;
    margin-left: 0;
    margin-bottom: 6px;
    padding-right: 15px
}

.create-update-business-report-modal-window .business-report-email-wrapper {
    margin-bottom: 0;
    width: 100%
}

.create-update-business-report-modal-window .business-report-name-wrapper {
    max-width: 320px
}

.business-report-event-types-tooltip-description {
    text-align: left;
    font-size: 14px
}

.business-report-event-types-tooltip-description h6 {
    font-weight: 600
}

.select-locations-widget {
    color: #303538;
    box-shadow: none
}

.select-locations-widget .select-locations-title {
    font-size: 22px;
    margin-bottom: 8px
}

.select-locations-widget .select-locations-widget-header {
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 8px 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
    background-color: #E7EAEC;
    border: 1px solid #D4D9DD
}

.billing-content .bottom span,.contact-repair-kit .contact-repair-kit-title {
    text-transform: capitalize
}

.select-locations-widget .select-all-location-btn {
    font-size: 12px;
    display: inline-block;
    background-color: transparent;
    border: none;
    color: inherit;
    margin: 0 0 7px 30px;
    cursor: pointer
}

.select-locations-widget .location-item {
    display: flex;
    align-items: center;
    padding: 15px 30px;
    box-shadow: none;
    font-size: 16px;
    border-color: #E7EAEC;
    border-style: solid;
    border-width: 1px 1px 0;
    background-color: #f5f5f5
}

.select-locations-widget .location-item:nth-of-type(2n) {
    background-color: #fff
}

.select-locations-widget .location-item:last-child {
    border-bottom-width: 1px
}

.select-locations-widget [class$="-cell"] {
    margin-bottom: 0
}

.select-locations-widget [class$="-cell"]:last-child {
    padding-right: 5px
}

.select-locations-widget .address-cell .address-line,.select-locations-widget .address-cell .city {
    display: block
}

.select-locations-widget .currently-viewing,.select-locations-widget .enroll-cell {
    width: 15%
}

.select-locations-widget .nickname-cell {
    width: 18%;
    word-break: break-all
}

.select-locations-widget .address-cell,.select-locations-widget .primary-phone-cell {
    width: 26%
}

.select-locations-widget .currently-viewing {
    text-align: center;
    padding: 8px 0
}

.dashboard-preinstall-wrapper .appointment-widget .pre-install-info .actions-info,.dashboard-preinstall-wrapper .appointment-widget .pre-install-info .info-title {
    padding-left: 40px
}

.select-locations-widget .currently-viewing::before {
    content: '';
    background: url(../images/v2/icons/viewing-blue.svg) no-repeat;
    display: inline-block;
    width: 40px;
    height: 22px;
    background-size: 40px 22px
}

.select-locations-widget .checkbox {
    display: inline-block;
    margin-right: 5px;
    background: #FFF;
    border: 2px solid #CCC;
    height: 25px;
    width: 25px
}

.select-locations-widget .checkbox.checked {
    border-color: #008CFD;
    background: url(../images/v2/indicators/white-check.png) center center no-repeat #008CFD
}

.delete-business-reporting {
    box-shadow: none;
    font-weight: 600
}

.delete-business-reporting .title {
    font-weight: inherit;
    margin-bottom: 40px
}

.dashboard-preinstall-wrapper {
    margin-bottom: 50px
}

.dashboard-preinstall-wrapper h1.section-title {
    margin-bottom: 1.5rem!important
}

.dashboard-preinstall-wrapper .appointment-widget {
    border: 0;
    padding-top: 0
}

.dashboard-preinstall-wrapper .appointment-widget .pre-install-info {
    display: flex
}

.dashboard-preinstall-wrapper .appointment-widget .pre-install-info .status-info {
    padding-right: 80px
}

.dashboard-preinstall-wrapper .appointment-widget .pre-install-info .date-info {
    padding-right: 40px
}

.dashboard-preinstall-wrapper .appointment-widget .pre-install-info .date-info .date-value {
    margin-top: 10px;
    font-size: 22px
}

.dashboard-preinstall-wrapper .appointment-widget .pre-install-info .date-info .time-range {
    font-size: 20px;
    white-space: nowrap
}

.dashboard-preinstall-wrapper .appointment-widget .pre-install-info .actions-info .list-of-links {
    margin-top: 10px
}

.dashboard-preinstall-wrapper .appointment-widget .pre-install-info .technician {
    padding: 0 40px;
    border-right: 1px solid #D4D9DD;
    display: flex;
    justify-content: space-evenly
}

.dashboard-preinstall-wrapper .appointment-widget .pre-install-info .technician .technician-avatar {
    max-height: 100px;
    max-width: 100px;
    margin-right: 40px;
    border-radius: 50%
}

.dashboard-preinstall-wrapper .appointment-widget .pre-install-info .technician .tech-info {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly
}

.dashboard-preinstall-wrapper .appointment-widget .pre-install-info .technician .tech.title {
    margin-top: 10px
}

.dashboard-preinstall-wrapper .appointment-widget .pre-install-info .technician .tech.title .name {
    font-weight: 800;
    font-size: 18px
}

.dashboard-preinstall-wrapper .appointment-widget .pre-install-info .info-wrapper {
    display: flex;
    margin-top: 10px
}

.dashboard-preinstall-wrapper .appointment-widget .pre-install-info .info-wrapper .info {
    padding: 4px 0 0 20px;
    font-weight: 600
}

.dashboard-preinstall-wrapper .appointment-widget .pre-install-info .info-wrapper .label {
    color: #00AE05;
    font-size: 20px
}

.dashboard-preinstall-wrapper .appointment-widget .pre-install-info .info-wrapper .label.processing {
    color: #008CFD
}

@media only screen and (max-width: 768px) {
    .dashboard-preinstall-wrapper .appointment-widget,.dashboard-preinstall-wrapper .appointment-widget .pre-install-info .actions-info,.dashboard-preinstall-wrapper .appointment-widget .pre-install-info .date-info,.dashboard-preinstall-wrapper .appointment-widget .pre-install-info .status-info,.dashboard-preinstall-wrapper .appointment-widget .pre-install-info .technician {
        padding:0
    }

    .dashboard-preinstall-wrapper {
        flex-grow: 0;
        flex-shrink: 1
    }

    .dashboard-preinstall-wrapper .appointment-widget .pre-install-info {
        display: block;
        text-align: center;
        box-shadow: 0 1px 6px 0 #CCC
    }

    .dashboard-preinstall-wrapper .appointment-widget .pre-install-info .status-info .info-wrapper {
        display: block;
        padding-bottom: 10px;
        position: relative
    }

    .dashboard-preinstall-wrapper .appointment-widget .pre-install-info .status-info .info-wrapper .label {
        font-size: 16px
    }

    .dashboard-preinstall-wrapper .appointment-widget .pre-install-info .status-info .info-wrapper .circle {
        width: 49px;
        height: 20px;
        border-top-left-radius: 70px;
        border-top-right-radius: 70px;
        border: 2px solid #D4D9DD;
        border-bottom: 5px solid #fff;
        float: 40%;
        left: calc(50% - 24.5px);
        bottom: 72px;
        position: absolute
    }

    .dashboard-preinstall-wrapper .appointment-widget .pre-install-info .status-info .info-wrapper .info {
        padding: 0
    }

    .dashboard-preinstall-wrapper .appointment-widget .pre-install-info .status-info .info-wrapper .scheduled {
        font-weight: 600
    }

    .dashboard-preinstall-wrapper .appointment-widget .pre-install-info .date-info {
        padding-bottom: 20px;
        border-bottom: 1px solid #D4D9DD;
        border-right: none
    }

    .dashboard-preinstall-wrapper .appointment-widget .pre-install-info .date-info.assigned {
        border-bottom: none
    }

    .dashboard-preinstall-wrapper .appointment-widget .pre-install-info .actions-info {
        padding-top: 10px
    }

    .dashboard-preinstall-wrapper .appointment-widget .pre-install-info .actions-info .list-of-links {
        padding-top: 1em;
        border-top: 1px solid #D4D9DD
    }

    .dashboard-preinstall-wrapper .appointment-widget .pre-install-info .technician {
        padding-bottom: 30px;
        justify-content: center
    }

    .dashboard-preinstall-wrapper .appointment-widget .pre-install-info .technician .tech-info.with-avatar {
        text-align: left;
        margin-left: 20px
    }

    .dashboard-preinstall-wrapper .appointment-widget .pre-install-info .technician .tech.title {
        margin-top: 0
    }

    .dashboard-preinstall-wrapper .appointment-widget .pre-install-info .technician .technician-avatar {
        margin-right: 0
    }
}

.due-to-installation {
    padding: 0 40px
}

.due-to-installation .price {
    font-weight: 600;
    font-size: 1.5rem;
    margin-top: .3rem
}

.due-to-installation .estimated {
    font-size: .8rem
}

.due-to-installation .pointer {
    margin-bottom: 1rem
}

.due-to-installation .row-item {
    margin-top: .6rem
}

.billing-content {
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 6px 0 #CCC
}

.billing-content .summary-title {
    font-size: 18px;
    font-weight: 600;
    padding: .7rem 2rem .7rem 1rem
}

.billing-content .equipment,.billing-content .recurring-charges {
    padding: .5rem 2rem .5rem 1rem
}

.billing-content .charges {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.billing-content .equipment {
    background-color: #F3F5F6
}

.billing-content .equipment:nth-child(2) {
    margin-bottom: 6px
}

.billing-content .due-at-installation {
    padding: .6rem 2rem .8rem 1rem
}

.billing-content .inliner {
    height: 4px;
    background-color: #F3F5F6
}

.billing-content .top {
    font-size: 14px;
    font-weight: 600
}

.billing-content .amount,.billing-content .bottom {
    font-size: 17px;
    font-weight: 600
}

.billing-content .amount-to-pay {
    font-size: 24px;
    font-weight: 600;
    color: #008cfd
}

.summary-description {
    margin-top: .5rem;
    padding: .5rem .5rem 0
}

.billing-summary .button {
    font-size: 20px;
    font-weight: 600
}

.modal-name {
    text-align: center;
    margin-bottom: 7px
}

.button-no-border {
    background: 0 0!important;
    border: 2px solid transparent!important;
    padding: 1em 0!important
}

.button-no-border:active,.button-no-border:hover {
    outline: 0
}

.crime-risk {
    padding: 45px 25px
}

.crime-risk-container {
    display: flex;
    flex-direction: column
}

.crime-risk-content {
    padding-right: 20px
}

.crime-risk-header {
    font-size: 20px;
    font-weight: 600
}

.crime-risk-button {
    max-width: 260px
}

.crime-risk-button span {
    font-size: 20px
}

.crime-risk-button a {
    height: 100%!important
}

.crime-risk-body {
    display: flex;
    flex-direction: row
}

.crime-risk-left {
    display: flex;
    flex-direction: column
}

.crime-risk-button-resp {
    margin-top: 100px
}

.crime-risk-image {
    vertical-align: text-bottom
}

@media only screen and (max-width: 768px) {
    .button-no-border {
        border:2px solid #008CFD!important
    }

    .crime-risk-body {
        flex-direction: column-reverse
    }

    .crime-risk-image {
        text-align: center;
        margin-bottom: 15px
    }

    .crime-risk-button {
        max-width: 100%
    }

    .crime-risk-content {
        padding-right: 0
    }

    #modalWindow .contract-agreement-docu-sign .modal-dialog .modal-content .modal-body {
        max-height: initial
    }
}

#modalWindow .contract-agreement-docu-sign .modal-dialog {
    width: 75%;
    max-width: 1366px;
    min-width: 970px
}

@media only screen and (max-width: 1024px) {
    #modalWindow .contract-agreement-docu-sign .modal-dialog {
        min-width:auto;
        max-width: auto;
        width: 100%
    }
}

.contract-renewal {
    margin-bottom: 60px;
    width: 90%
}

.contract-renewal .renewal-title {
    margin-bottom: 0
}

.contract-renewal .offers {
    border-bottom: 2px solid #E7EAEC;
    padding-bottom: 29px
}

.contract-renewal .renewal-protection-title {
    padding-top: 20px;
    font-size: 24px
}

.contract-renewal .renewal-options-btn {
    display: inline-block;
    font-size: 18px;
    margin-top: 25px;
    height: 42px;
    padding-top: 10px;
    padding-bottom: 10px
}

.contract-renewal .button-group {
    padding-top: 20px;
    text-align: right;
    margin: 0 auto
}

.contract-renewal .button-group .button {
    display: inline;
    padding: 10px 50px
}

.contract-renewal .button-group .button.button-blue-outline {
    margin-right: 15px
}

.contract-renewal .option {
    margin-top: 15px;
    width: 100%;
    border: 1px solid #E7EAEC;
    background-color: #fafafa
}

.contract-renewal .option .option-content {
    display: flex;
    align-items: center;
    padding-left: 20px
}

.contract-renewal .option.checked {
    border: 1px solid #008CFD
}

.contract-renewal .option label .description {
    flex: 1;
    display: flex;
    align-items: center;
    padding-left: 12px;
    justify-content: space-between
}

.contract-renewal .option label .description .credit-amount {
    font-size: 20px;
    color: #008CFD;
    padding-right: 15px
}

.contract-renewal .option label .description .offer-desctiption h5 {
    padding-top: 20px;
    font-weight: 600;
    margin-bottom: 5px
}

@media only screen and (min-width: 769px) and (max-width:1100px) {
    .contract-renewal {
        width:100%
    }

    .contract-renewal .option .checked-indicator {
        margin-right: 0
    }

    .contract-renewal .option label .description {
        flex-direction: column;
        align-items: flex-start;
        padding-right: 5px
    }

    .contract-renewal .option label .description .credit-amount {
        padding-right: 4px
    }

    .contract-renewal .option .option-content {
        padding-left: 5px
    }

    .contract-renewal .button-group {
        display: flex
    }
}

@media only screen and (max-width: 768px) {
    .contract-renewal {
        width:100%
    }

    .contract-renewal .option {
        margin-top: 15px
    }

    .contract-renewal .option.checked {
        border: 1px solid #008CFD
    }

    .contract-renewal .option label .description .offer-desctiption h5 {
        font-weight: 600;
        padding-top: 0;
        margin-bottom: 5px
    }

    .contract-renewal .offers {
        border-bottom: none
    }

    .contract-renewal .button-group {
        display: flex;
        flex-direction: column-reverse
    }

    .contract-renewal .button-group a {
        text-align: center
    }

    .contract-renewal .button-group .button.button-blue-outline {
        margin-right: 0
    }
}

.contract-renewal-alert.is-template2>span.promo-alert {
    display: flex;
    align-items: center
}

.contract-renewal-alert.is-template2>span.promo-alert h5 {
    margin-bottom: 0
}

.contract-renewal-alert>span.promo-alert {
    position: relative;
    padding-right: 35px
}

.contract-renewal-alert>span.promo-alert:hover {
    background-image: none
}

.contract-renewal-alert>span.promo-alert:hover .close-icon {
    display: block
}

.contract-renewal-alert .buttons {
    display: flex;
    justify-content: flex-end;
    min-width: 340px
}

.contract-renewal-alert .button-blue-outline {
    background-color: #fff
}

.contract-renewal-alert .button {
    height: auto;
    margin: 0 0 0 10px;
    padding: 4px 20px;
    line-height: 16px;
    font-size: 16px;
    white-space: nowrap
}

.contract-renewal-alert .close-icon {
    display: none;
    position: absolute;
    top: 14px;
    right: 11px
}

@media only screen and (max-width: 768px) {
    .contract-renewal-alert>span.promo-alert {
        flex-direction:column;
        padding-right: 3px
    }

    .contract-renewal-alert .button {
        line-height: normal
    }

    .contract-renewal-alert .buttons {
        margin-top: 35px;
        min-width: auto
    }
}

.contact-repair-kit {
    padding-top: 30px
}

.contact-repair-kit section {
    box-shadow: none
}

.contact-repair-kit .contact-repair-kit-details-wrap {
    display: flex;
    margin-top: 60px
}

.contact-repair-kit .title {
    font-size: 21px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 5px
}

.contact-repair-kit .contact-repair-kit-details {
    margin-left: 70px;
    flex: 1
}

.contact-repair-kit .contact-repair-kit-details-list {
    list-style: none;
    padding-top: 7px;
    line-height: 1.5
}

.contact-repair-kit .contact-repair-kit-details-list li {
    margin-left: 0
}

.contact-repair-kit .contract-repair-kit-banner {
    width: 400px
}

.contact-repair-kit .contact-repair-kit-identifier {
    display: block;
    margin-top: 12px
}

.contact-repair-kit .contact-repair-kit-footer {
    display: flex;
    justify-content: space-between;
    padding-top: 30px
}

.contact-repair-kit .contact-repair-kit-order-btn-wrap,.contact-repair-kit .contact-repair-kit-quantity,.stupid-widget-input-counter {
    align-items: center;
    display: flex
}

.contact-repair-kit .contact-repair-kit-quantity-label,.contact-repair-kit .pre-order-btn-label {
    font-weight: 600
}

.contact-repair-kit .pre-order-btn-label {
    font-size: 21px
}

.contact-repair-kit .order-button {
    height: auto;
    min-width: auto;
    padding: .6em 2em;
    margin-left: 20px
}

@media only screen and (max-width: 768px) {
    .contact-repair-kit .contact-repair-kit-details-wrap {
        flex-direction:column;
        align-items: center;
        margin-top: 20px
    }

    .contact-repair-kit .contract-repair-kit-banner {
        width: 70%
    }

    .contact-repair-kit .contact-repair-kit-identifier {
        order: -1
    }

    .contact-repair-kit .contact-repair-kit-details-list {
        order: 0
    }

    .contact-repair-kit .contact-repair-kit-details {
        display: flex;
        margin-left: 0;
        width: 100%;
        flex-direction: column
    }

    .contact-repair-kit .contact-repair-kit-details .title {
        order: 1
    }

    .contact-repair-kit .contact-repair-kit-footer {
        flex-direction: column;
        order: 2
    }

    .contact-repair-kit .contact-repair-kit-order-btn-wrap,.contact-repair-kit .contact-repair-kit-quantity {
        justify-content: space-between;
        margin-bottom: 8px
    }

    .contact-repair-kit .order-button {
        flex-grow: 0
    }

    .contact-repair-kit .stupid-widget-input-counter .expand-icon {
        margin-right: 0
    }
}

.stupid-widget-input-counter button {
    border: none;
    margin: 0 10px;
    background-size: 30px;
    cursor: pointer;
    box-shadow: 0 1px 6px 0 #CCC
}

.stupid-widget-input-counter button:focus {
    outline: 0
}

.stupid-widget-input-counter input[type=number] {
    height: 42px;
    width: 47px;
    -moz-appearance: textfield;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    border: none;
    box-shadow: 0 1px 6px 0 #CCC
}

.stupid-widget-input-counter input[readonly] {
    cursor: default;
    outline: 0
}

.stupid-widget-input-counter input::-webkit-inner-spin-button,.stupid-widget-input-counter input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.amount-input {
    width: 15%;
    min-width: 80px;
    padding: 4px 4px 4px 10px;
    border: 1px solid #e7eaec;
    display: flex
}

.amount-input.error {
    border-color: #DF0000
}

.amount-input input {
    width: 100%;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    padding-left: 3px;
    margin: 0
}

.amount-input input::-webkit-inner-spin-button,.amount-input input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.amount-input input:focus {
    outline: 0
}

.flexfi-payment-selection {
    display: none
}

.flexfi-payment-selection.visible {
    display: block
}

.flexfi-payment-selection .flexfi-payments-list {
    width: 350px
}

.flexfi-payment-selection .flexfi-payments-list.selection-state .flexfi-payment-item {
    border-left-width: 1rem
}

.flexfi-payment-selection .flexfi-payment-item {
    display: flex;
    align-items: center;
    margin-left: 0;
    list-style: none;
    padding: 1em .8em;
    border: 1px solid #D4D9DD;
    background-color: #fff;
    margin-top: 15px;
    font-size: 14px;
    position: relative;
    cursor: pointer;
    justify-content: space-between
}

.flexfi-payment-selection .flexfi-payment-item:first-of-type {
    margin-top: 0
}

.flexfi-payment-selection .flexfi-payment-item::before {
    content: '';
    border-color: #008CFD;
    background: url(../images/v2/indicators/white-check.png) center center no-repeat;
    display: none;
    height: 10px;
    width: 10px;
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translate(-50%,-50%);
    background-size: 10px
}

.flexfi-payment-selection .flexfi-payment-item.selected {
    border-color: #00AE05
}

.flexfi-payment-selection .flexfi-payment-item.selected::before {
    display: block
}

.flexfi-payment-selection .flexfi-payment-item.error {
    border: 1px solid #DF0000
}

.flexfi-payment-selection .flexfi-payment-item.error .amount-input.error {
    border: 2px solid rgba(223,0,0,.48);
    border-radius: 3px
}

.flexfi-payment-selection .error-message {
    font-size: 12px;
    color: #DF0000
}

.flexfi-payment-selection .amount-input {
    width: 35%;
    justify-content: flex-end;
    padding-top: 8px;
    padding-bottom: 8px
}

.flexfi-payment-selection .amount-input input {
    width: 80%
}

.flexfi-payment-selection .flexfi-payment-info {
    margin-right: 10px
}

.flexfi-payment-selection .flexfi-payment-info strong {
    display: block;
    font-size: 16px;
    font-weight: 600
}

.flexfi-payment-selection .info-details {
    font-size: 16px;
    margin-top: 20px
}

.flexfi-payment-selection .info-details dt {
    font-weight: 400;
    margin-right: 20px
}

.flexfi-payment-selection .info-details dd {
    font-weight: 600
}

@media only screen and (max-width: 768px) {
    .flexfi-payment-selection .flexfi-payments-list {
        width:100%;
        padding: .4em .4em 0;
        background-color: #F3F5F6
    }

    .flexfi-payment-selection .info-details {
        background-color: #fff
    }
}

#psEasypayForm #paymentForm .buttons,#psPaymentForm #paymentForm .buttons {
    margin: 0 -10px
}

#psEasypayForm #paymentForm .buttons a,#psPaymentForm #paymentForm .buttons a {
    margin: 10px
}

#psEasypayForm #paymentForm .buttons a.button,#psPaymentForm #paymentForm .buttons a.button {
    padding-left: 0;
    padding-right: 0
}

#psEasypayForm #paymentForm .buttons.iframed a.button-blue,#psPaymentForm #paymentForm .buttons.iframed a.button-blue {
    display: none
}

#psEasypayForm #paymentForm .buttons.iframed a.button-blue.cc-details-received,#psPaymentForm #paymentForm .buttons.iframed a.button-blue.cc-details-received {
    display: block;
    margin: -5px 6px 0 0;
    padding: .7em 1.5em;
    height: 2.6em
}

#psEasypayForm #paymentForm .buttons.iframed a.button-blue-outline,#psPaymentForm #paymentForm .buttons.iframed a.button-blue-outline {
    right: 205px;
    top: 18px;
    padding: .8em 1em;
    height: 44px
}

@media only screen and (max-width: 356px) {
    #psEasypayForm #paymentForm .buttons.iframed,#psPaymentForm #paymentForm .buttons.iframed {
        display:block;
        background: 0 0
    }

    #psEasypayForm #paymentForm .buttons.iframed a.button,#psPaymentForm #paymentForm .buttons.iframed a.button {
        position: absolute;
        bottom: 75px;
        flex-grow: 0;
        width: 50%;
        margin: 10px 20%
    }

    #psEasypayForm #paymentForm .buttons.iframed a.button-blue,#psPaymentForm #paymentForm .buttons.iframed a.button-blue {
        opacity: 0
    }

    #psEasypayForm #paymentForm .buttons.iframed a.button-blue.cc-details-received,#psPaymentForm #paymentForm .buttons.iframed a.button-blue.cc-details-received {
        opacity: 1;
        bottom: 76px;
        width: 72%;
        margin: 10px 15%;
        height: 55px
    }
}

#psEasypayForm #paymentForm .balance-info,#psPaymentForm #paymentForm .balance-info {
    margin: 20px 0
}

#psEasypayForm #paymentForm .balance-info h5,#psPaymentForm #paymentForm .balance-info h5 {
    font-size: 1.5
}

#psEasypayForm #paymentForm .balance-info span,#psPaymentForm #paymentForm .balance-info span {
    color: #5E6366
}

#psEasypayForm #paymentForm .balance-info .total,#psPaymentForm #paymentForm .balance-info .total {
    font-weight: 700;
    font-size: 1.6em;
    display: block;
    color: #303438;
    margin-bottom: 1rem
}

#psEasypayForm #paymentForm .balance-info .due-date,#psPaymentForm #paymentForm .balance-info .due-date {
    color: #5E6366;
    display: block;
    font-size: 1.1em
}

#psEasypayForm #paymentForm .balance-info .legal,#psPaymentForm #paymentForm .balance-info .legal {
    font-size: .7
}

.three-g--self-scheduling .self-schedule-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center
}

.three-g--self-scheduling .self-schedule-body .confirm {
    font-weight: 700;
    text-align: center;
    font-size: 1.2em;
    margin: 2em 0
}

@media only screen and (max-width: 768px) {
    .three-g--self-scheduling .self-schedule-body p {
        font-size:80%
    }

    .three-g--self-scheduling .self-schedule-body .buttons {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        align-content: center;
        width: 100%
    }

    .three-g--self-scheduling .self-schedule-body .buttons span,.three-g--self-scheduling .self-schedule-body .buttons>div {
        max-width: 40%
    }

    .three-g--self-scheduling .self-schedule-body .buttons .radio-button {
        margin: 10px 0
    }

    .three-g--self-scheduling .self-schedule-body ul.available-times {
        list-style: none;
        width: 100%
    }

    .three-g--self-scheduling .self-schedule-body ul.available-times li {
        display: flex;
        min-height: 18px;
        padding: 3px 5px;
        font-size: .75em
    }

    .three-g--self-scheduling .self-schedule-body ul.available-times li label .label {
        display: flex;
        flex-grow: 1;
        color: #045EB5;
        align-items: center
    }

    .three-g--self-scheduling .self-schedule-body ul.available-times li .radio-button {
        width: 100%
    }

    .three-g--self-scheduling .self-schedule-body ul.available-times li .radio-button .check {
        height: 20px;
        width: 20px
    }

    .three-g--self-scheduling .self-schedule-body ul.available-times li .radio-button .check::before {
        height: 10px;
        width: 10px;
        top: 5px;
        left: 5px
    }

    .three-g--self-scheduling .self-schedule-body ul.available-times li .date,.three-g--self-scheduling .self-schedule-body ul.available-times li .day {
        width: 29%
    }

    .three-g--self-scheduling .self-schedule-body ul.available-times li .hours {
        width: 39%
    }

    .three-g--self-scheduling .self-schedule-body ul.available-times li.header {
        padding-left: 18px;
        background: #444;
        color: #EEE
    }
}

@media only screen and (min-width: 769px) {
    .three-g--self-scheduling .self-schedule-body {
        min-height:350px;
        max-width: 600px;
        margin: 1rem auto
    }

    .three-g--self-scheduling .self-schedule-body .buttons {
        width: 30%;
        min-width: 200px;
        margin: 1rem auto
    }

    .three-g--self-scheduling .self-schedule-body .buttons .radio-button {
        margin-bottom: 1rem
    }

    .three-g--self-scheduling .self-schedule-body ul.available-times {
        list-style: none;
        width: 400px
    }

    .three-g--self-scheduling .self-schedule-body ul.available-times li {
        display: flex;
        min-height: 25px;
        padding: 3px 5px;
        font-size: .8em
    }

    .three-g--self-scheduling .self-schedule-body ul.available-times li label .label {
        display: flex;
        flex-grow: 1;
        color: #045EB5;
        align-items: center
    }

    .three-g--self-scheduling .self-schedule-body ul.available-times li .radio-button {
        width: 100%
    }

    .three-g--self-scheduling .self-schedule-body ul.available-times li .date,.three-g--self-scheduling .self-schedule-body ul.available-times li .day {
        width: 29%
    }

    .three-g--self-scheduling .self-schedule-body ul.available-times li .hours {
        width: 39%
    }

    .three-g--self-scheduling .self-schedule-body ul.available-times li.header {
        padding-left: 36px;
        background: #444;
        color: #EEE
    }

    .three-g--self-scheduling .footer {
        overflow: hidden
    }

    .three-g--self-scheduling .footer .button {
        float: left
    }
}

@media only screen and (max-width: 768px) {
    .on-site-assessment-widget {
        padding:17px 12px 20px;
        font-size: 14px
    }

    .on-site-assessment-widget .widget-title {
        font-size: 16px;
        font-weight: 400;
        text-transform: capitalize
    }
}

.contract-mode img.adt-logo,.contract-mode img.logo {
    filter: hue-rotate(270deg)
}

.balance-info1 {
    padding-bottom: 2em;
    margin-bottom: 2em;
    flex-direction: row;
    box-shadow: 0 2px 2px #F3F5F6
}



/* Modal CSS */




.custom-modal-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: opacity .15s;
    visibility: hidden;
    opacity: 0;z-index: 11111;
}
.custom-modal-overlay:target {
    visibility: visible;
    opacity: 1;
}
.custom-modal {
    width: 50%;
    max-width: 750px;
    min-width: 500px;
    margin: 1.75em auto;


    color: #212529;
    position: relative;
    transition: all .15s ease-in-out;
}

.custom-modal h2 {

    background-color: #F3F5F6;
    border-bottom: 1px solid #D4D9DD;
    color:#212529;
    width: 100%;
    font-size: 20px;
    text-align: center;
    padding: 1rem 0;
    margin: 0;
}
.custom-modal .close {
    min-width: 0;
    flex-grow: 0;
    font-size: 1.5em;
    padding: 0;
    margin: 5px 0 0;
    width: 18px;
    height: 18px;
    background: url(../images/v2/icons/close-x.png) center center no-repeat;
    position: absolute;
    top: 15px;
    right: 18px;
}

.custom-modal .close:hover {
    color: #888;
}
.custom-modal-back-button {
    flex-grow: 0;
}
.custom-modal .content {
    position: relative;
    flex-grow: 1;
    padding: 1em;
    max-height: 70vh;
    overflow: auto;
    background-color: #FFF;
}
.custom-modal-body {background: #FFF; padding: 1em;
}

.custom-modal-footer-left-align {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0.5em;
    border-top: 1px solid #dee2e6;
    background: #FFF;
}

.custom-modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0.5em;
    border-top: 1px solid #dee2e6;
    background: #FFF;
}

.custom-modal-footer .disclaimer {
    font-size: 12px;
    flex-basis: 350px;
    flex-grow: 1;
    padding: 10px 20px 10px 10px;
}
.start-add-credit-card {
    padding: 10px;
    cursor: pointer
}
.custom-modal-footer-left-align .disclaimer {
    font-size: 12px;
    flex-basis: 350px;
    flex-grow: 1;
    padding: 10px 20px 10px 10px;
}

.modal-footer {border-top: none!important; padding: 0 1em;}

.custom-modal .button {
    box-sizing: border-box;
    background: inherit;
    display: block;
    flex-grow: 1;
    padding: 1em 1.5em;
    min-width: 50px;
    height: 3.25em;
    margin: 10px 0;
    cursor: pointer;
    color: #FFF;
    font-weight: 400;
    font-size: 1em;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    border: 2px solid transparent;
    border-radius: 4px;
}

.custom-modal .next-btn {margin-left: 20px;}
@media (max-width: 767px) {

    .custom-modal {
        width: 100%;
        margin: 0 auto
    }
    .border-right {
        border-right: none!important;
    }
}
