@charset "UTF-8"; /*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/blob/master/LICENSE)
 */
/*!
 *
 * Source based on:
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/blob/master/LICENSE)
 *
 * Modifications: 2018 Anthem, Inc - Enterprise Design System
 *
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

a {
    background-color: transparent
}

a:active,a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

legend,td,th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@media print {
    *,:after,:before {
        background: 0 0!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }

    a,a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,a[href^="javascript:"]:after {
        content: ""
    }

    blockquote,pre {
        border: 1px solid #999
    }

    thead {
        display: table-header-group
    }

    blockquote,img,pre,tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100%!important
    }

    h2,h3,p {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn>.caret,.dropup>.btn>.caret {
        border-top-color: #000!important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse!important
    }

    .table td,.table th {
        background-color: #fff!important
    }

    .table-bordered td,.table-bordered th {
        border: 1px solid #ddd!important
    }
}

*,:after,:before,input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body,html {
    font-size: 14px
}

html {
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.428571429;
    color: #333;
    background-color: #fff
}

button,input,select,textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

a:focus,a:hover {
    color: #23527c
}

a:focus,input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    text-decoration: none
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1,.h2,.h3,h1,h2,h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small {
    font-size: 65%
}

.h4,.h5,.h6,h4,h5,h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
    font-size: 75%
}

.h1,h1 {
    font-size: 2.285rem
}

.h2,h2 {
    font-size: 1.857rem
}

.h3,.h4,h3,h4 {
    font-size: 1.571rem
}

.h5,h5 {
    font-size: 1.285rem
}

.h6,h6 {
    font-size: 1.1428rem
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 801px) {
    .lead {
        font-size:21px
    }
}

.small,small {
    font-size: 142%
}

.mark,mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left,th {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.initialism,.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:focus,a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:focus,a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus,a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus,a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus,a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:focus,a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus,a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus,a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus,a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus,a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

dl,ol,ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0
}

.list-inline,.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-bottom: 20px
}

dd,dt {
    line-height: 1.428571429
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

.dl-horizontal dd:after,.dl-horizontal dd:before {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

@media (min-width: 801px) {
    .dl-horizontal dt {
        float:left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title],abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small,blockquote footer,blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777
}

blockquote .small:before,blockquote footer:before,blockquote small:before {
    content: "— "
}

.blockquote-reverse,blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before {
    content: ""
}

.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after {
    content: " —"
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429
}

code,kbd,pre,samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace
}

code,kbd,pre {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

@media (min-width: 801px) {
    .container {
        width:750px
    }
}

@media (min-width: 1024px) {
    .container {
        width:970px
    }
}

@media (min-width: 1200px) {
    .container {
        width:1170px
    }
}

@media (min-width: 480px) {
    .col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
        float:left
    }

    .col-xs-1 {
        width: 8.3333333333%
    }

    .col-xs-2 {
        width: 16.6666666667%
    }

    .col-xs-3 {
        width: 25%
    }

    .col-xs-4 {
        width: 33.3333333333%
    }

    .col-xs-5 {
        width: 41.6666666667%
    }

    .col-xs-6 {
        width: 50%
    }

    .col-xs-7 {
        width: 58.3333333333%
    }

    .col-xs-8 {
        width: 66.6666666667%
    }

    .col-xs-9 {
        width: 75%
    }

    .col-xs-10 {
        width: 83.3333333333%
    }

    .col-xs-11 {
        width: 91.6666666667%
    }

    .col-xs-12 {
        width: 100%
    }

    .col-xs-pull-0 {
        right: auto
    }

    .col-xs-pull-1 {
        right: 8.3333333333%
    }

    .col-xs-pull-2 {
        right: 16.6666666667%
    }

    .col-xs-pull-3 {
        right: 25%
    }

    .col-xs-pull-4 {
        right: 33.3333333333%
    }

    .col-xs-pull-5 {
        right: 41.6666666667%
    }

    .col-xs-pull-6 {
        right: 50%
    }

    .col-xs-pull-7 {
        right: 58.3333333333%
    }

    .col-xs-pull-8 {
        right: 66.6666666667%
    }

    .col-xs-pull-9 {
        right: 75%
    }

    .col-xs-pull-10 {
        right: 83.3333333333%
    }

    .col-xs-pull-11 {
        right: 91.6666666667%
    }

    .col-xs-pull-12 {
        right: 100%
    }

    .col-xs-push-0 {
        left: auto
    }

    .col-xs-push-1 {
        left: 8.3333333333%
    }

    .col-xs-push-2 {
        left: 16.6666666667%
    }

    .col-xs-push-3 {
        left: 25%
    }

    .col-xs-push-4 {
        left: 33.3333333333%
    }

    .col-xs-push-5 {
        left: 41.6666666667%
    }

    .col-xs-push-6 {
        left: 50%
    }

    .col-xs-push-7 {
        left: 58.3333333333%
    }

    .col-xs-push-8 {
        left: 66.6666666667%
    }

    .col-xs-push-9 {
        left: 75%
    }

    .col-xs-push-10 {
        left: 83.3333333333%
    }

    .col-xs-push-11 {
        left: 91.6666666667%
    }

    .col-xs-push-12 {
        left: 100%
    }

    .col-xs-offset-0 {
        margin-left: 0
    }

    .col-xs-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-xs-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-xs-offset-3 {
        margin-left: 25%
    }

    .col-xs-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-xs-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-xs-offset-6 {
        margin-left: 50%
    }

    .col-xs-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-xs-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-xs-offset-9 {
        margin-left: 75%
    }

    .col-xs-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-xs-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-xs-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 801px) {
    .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 {
        float:left
    }

    .col-sm-1 {
        width: 8.3333333333%
    }

    .col-sm-2 {
        width: 16.6666666667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.3333333333%
    }

    .col-sm-5 {
        width: 41.6666666667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.3333333333%
    }

    .col-sm-8 {
        width: 66.6666666667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.3333333333%
    }

    .col-sm-11 {
        width: 91.6666666667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.3333333333%
    }

    .col-sm-pull-2 {
        right: 16.6666666667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.3333333333%
    }

    .col-sm-pull-5 {
        right: 41.6666666667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.3333333333%
    }

    .col-sm-pull-8 {
        right: 66.6666666667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.3333333333%
    }

    .col-sm-pull-11 {
        right: 91.6666666667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.3333333333%
    }

    .col-sm-push-2 {
        left: 16.6666666667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.3333333333%
    }

    .col-sm-push-5 {
        left: 41.6666666667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.3333333333%
    }

    .col-sm-push-8 {
        left: 66.6666666667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.3333333333%
    }

    .col-sm-push-11 {
        left: 91.6666666667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .col-sm-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-sm-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-sm-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-sm-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-sm-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1024px) {
    .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 {
        float:left
    }

    .col-md-1 {
        width: 8.3333333333%
    }

    .col-md-2 {
        width: 16.6666666667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.3333333333%
    }

    .col-md-5 {
        width: 41.6666666667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.3333333333%
    }

    .col-md-8 {
        width: 66.6666666667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.3333333333%
    }

    .col-md-11 {
        width: 91.6666666667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.3333333333%
    }

    .col-md-pull-2 {
        right: 16.6666666667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.3333333333%
    }

    .col-md-pull-5 {
        right: 41.6666666667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.3333333333%
    }

    .col-md-pull-8 {
        right: 66.6666666667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.3333333333%
    }

    .col-md-pull-11 {
        right: 91.6666666667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.3333333333%
    }

    .col-md-push-2 {
        left: 16.6666666667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.3333333333%
    }

    .col-md-push-5 {
        left: 41.6666666667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.3333333333%
    }

    .col-md-push-8 {
        left: 66.6666666667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.3333333333%
    }

    .col-md-push-11 {
        left: 91.6666666667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-md-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-md-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-md-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-md-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1200px) {
    .col-lg-1,.col-lg-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 {
        float:left
    }

    .col-lg-1 {
        width: 8.3333333333%
    }

    .col-lg-2 {
        width: 16.6666666667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.3333333333%
    }

    .col-lg-5 {
        width: 41.6666666667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.3333333333%
    }

    .col-lg-8 {
        width: 66.6666666667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.3333333333%
    }

    .col-lg-11 {
        width: 91.6666666667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.3333333333%
    }

    .col-lg-pull-2 {
        right: 16.6666666667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.3333333333%
    }

    .col-lg-pull-5 {
        right: 41.6666666667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.3333333333%
    }

    .col-lg-pull-8 {
        right: 66.6666666667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.3333333333%
    }

    .col-lg-pull-11 {
        right: 91.6666666667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.3333333333%
    }

    .col-lg-push-2 {
        left: 16.6666666667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.3333333333%
    }

    .col-lg-push-5 {
        left: 41.6666666667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.3333333333%
    }

    .col-lg-push-8 {
        left: 66.6666666667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.3333333333%
    }

    .col-lg-push-11 {
        left: 91.6666666667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-lg-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-lg-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-lg-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-lg-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

pre code,table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>thead>tr>th {
    padding: 8px;
    line-height: 1.428571429;
    border-top: 1px solid #ddd
}

.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th,.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered,.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover,.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-],table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width: 800px) {
    .table-responsive {
        width:100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

fieldset,legend {
    padding: 0;
    border: 0
}

fieldset {
    margin: 0;
    min-width: 0
}

legend {
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=checkbox],input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px \9 ;
    line-height: normal
}

input[type=file],legend,output {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],select[size] {
    height: auto
}

output {
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #666
}

.form-control,input[type=email]:not(.ant-text-input),input[type=password]:not(.ant-text-input),input[type=text]:not(.ant-text-input),select,textarea {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #666;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

.form-control:focus,input[type=email]:focus:not(.ant-text-input),input[type=password]:focus:not(.ant-text-input),input[type=text]:focus:not(.ant-text-input),select:focus,textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

.form-control::-moz-placeholder,input[type=email]:not(.ant-text-input)::-moz-placeholder,input[type=password]:not(.ant-text-input)::-moz-placeholder,input[type=text]:not(.ant-text-input)::-moz-placeholder,select::-moz-placeholder,textarea::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder,input[type=email]:-ms-input-placeholder:not(.ant-text-input),input[type=password]:-ms-input-placeholder:not(.ant-text-input),input[type=text]:-ms-input-placeholder:not(.ant-text-input),select:-ms-input-placeholder,textarea:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder,input[type=email]:not(.ant-text-input)::-webkit-input-placeholder,input[type=password]:not(.ant-text-input)::-webkit-input-placeholder,input[type=text]:not(.ant-text-input)::-webkit-input-placeholder,select::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand,input[type=email]:not(.ant-text-input)::-ms-expand,input[type=password]:not(.ant-text-input)::-ms-expand,input[type=text]:not(.ant-text-input)::-ms-expand,select::-ms-expand,textarea::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control,fieldset[disabled] input[type=email]:not(.ant-text-input),fieldset[disabled] input[type=password]:not(.ant-text-input),fieldset[disabled] input[type=text]:not(.ant-text-input),fieldset[disabled] select,fieldset[disabled] textarea,input[disabled][type=email]:not(.ant-text-input),input[disabled][type=password]:not(.ant-text-input),input[disabled][type=text]:not(.ant-text-input),input[readonly][type=email]:not(.ant-text-input),input[readonly][type=password]:not(.ant-text-input),input[readonly][type=text]:not(.ant-text-input),select[disabled],select[readonly],textarea[disabled],textarea[readonly] {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],fieldset[disabled] .form-control,fieldset[disabled] input[type=email]:not(.ant-text-input),fieldset[disabled] input[type=password]:not(.ant-text-input),fieldset[disabled] input[type=text]:not(.ant-text-input),fieldset[disabled] select,fieldset[disabled] textarea,input[disabled][type=email]:not(.ant-text-input),input[disabled][type=password]:not(.ant-text-input),input[disabled][type=text]:not(.ant-text-input),select[disabled],textarea[disabled] {
    cursor: not-allowed
}

textarea,textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date].form-control,input[type=date][type=email]:not(.ant-text-input),input[type=date][type=password]:not(.ant-text-input),input[type=date][type=text]:not(.ant-text-input),input[type=datetime-local].form-control,input[type=datetime-local][type=email]:not(.ant-text-input),input[type=datetime-local][type=password]:not(.ant-text-input),input[type=datetime-local][type=text]:not(.ant-text-input),input[type=month].form-control,input[type=month][type=email]:not(.ant-text-input),input[type=month][type=password]:not(.ant-text-input),input[type=month][type=text]:not(.ant-text-input),input[type=time].form-control,input[type=time][type=email]:not(.ant-text-input),input[type=time][type=password]:not(.ant-text-input),input[type=time][type=text]:not(.ant-text-input) {
        line-height:34px
    }

    .input-group-sm input[type=date],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],.input-group-sm input[type=time],.input-group-sm>.input-group-btn>input[type=date].btn,.input-group-sm>.input-group-btn>input[type=datetime-local].btn,.input-group-sm>.input-group-btn>input[type=month].btn,.input-group-sm>.input-group-btn>input[type=time].btn,input[type=date].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm,input[type=time].input-sm {
        line-height: 42px
    }

    .input-group-lg input[type=date],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],.input-group-lg input[type=time],.input-group-lg>.input-group-btn>input[type=date].btn,.input-group-lg>.input-group-btn>input[type=datetime-local].btn,.input-group-lg>.input-group-btn>input[type=month].btn,.input-group-lg>.input-group-btn>input[type=time].btn,input[type=date].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg,input[type=time].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox,.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,.checkbox-inline,.radio label,.radio-inline {
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox label,.radio label {
    min-height: 20px
}

.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

.checkbox+.checkbox,.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,.radio-inline {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.checkbox-inline.disabled,.checkbox.disabled label,.radio-inline.disabled,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio label,fieldset[disabled] .radio-inline,fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled] {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

.form-control-static.input-lg,.form-control-static.input-sm,.input-group-lg>.form-control-static.form-control,.input-group-lg>.form-control-static.input-group-addon,.input-group-lg>.input-group-btn>.form-control-static.btn,.input-group-lg>input.form-control-static[type=email]:not(.ant-text-input),.input-group-lg>input.form-control-static[type=password]:not(.ant-text-input),.input-group-lg>input.form-control-static[type=text]:not(.ant-text-input),.input-group-lg>select.form-control-static,.input-group-lg>textarea.form-control-static,.input-group-sm>.form-control-static.form-control,.input-group-sm>.form-control-static.input-group-addon,.input-group-sm>.input-group-btn>.form-control-static.btn,.input-group-sm>input.form-control-static[type=email]:not(.ant-text-input),.input-group-sm>input.form-control-static[type=password]:not(.ant-text-input),.input-group-sm>input.form-control-static[type=text]:not(.ant-text-input),.input-group-sm>select.form-control-static,.input-group-sm>textarea.form-control-static {
    padding-left: 0;
    padding-right: 0
}

.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn,.input-group-sm>input[type=email]:not(.ant-text-input),.input-group-sm>input[type=password]:not(.ant-text-input),.input-group-sm>input[type=text]:not(.ant-text-input),.input-group-sm>select,.input-group-sm>textarea,.input-sm {
    height: 42px;
    padding: 5px 10px;
    font-size: 20px;
    line-height: 1.5;
    border-radius: 3px
}

.input-group-sm>.input-group-btn>select.btn,.input-group-sm>select,.input-group-sm>select.form-control,.input-group-sm>select.input-group-addon,select.input-sm {
    height: 42px;
    line-height: 42px
}

.input-group-sm>.input-group-btn>select[multiple].btn,.input-group-sm>.input-group-btn>textarea.btn,.input-group-sm>select[multiple],.input-group-sm>textarea,.input-group-sm>textarea.form-control,.input-group-sm>textarea.input-group-addon,select[multiple].input-sm,textarea.input-sm {
    height: auto
}

.form-group-sm .form-control,.form-group-sm input[type=email]:not(.ant-text-input),.form-group-sm input[type=password]:not(.ant-text-input),.form-group-sm input[type=text]:not(.ant-text-input),.form-group-sm select,.form-group-sm textarea {
    height: 42px;
    padding: 5px 10px;
    font-size: 20px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select,.form-group-sm select.form-control {
    height: 42px;
    line-height: 42px
}

.form-group-sm select[multiple],.form-group-sm select[multiple].form-control,.form-group-sm textarea,.form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 42px;
    min-height: 40px;
    padding: 6px 10px;
    font-size: 20px;
    line-height: 1.5
}

.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn,.input-group-lg>input[type=email]:not(.ant-text-input),.input-group-lg>input[type=password]:not(.ant-text-input),.input-group-lg>input[type=text]:not(.ant-text-input),.input-group-lg>select,.input-group-lg>textarea,.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.input-group-lg>.input-group-btn>select.btn,.input-group-lg>select,.input-group-lg>select.form-control,.input-group-lg>select.input-group-addon,select.input-lg {
    height: 46px;
    line-height: 46px
}

.input-group-lg>.input-group-btn>select[multiple].btn,.input-group-lg>.input-group-btn>textarea.btn,.input-group-lg>select[multiple],.input-group-lg>textarea,.input-group-lg>textarea.form-control,.input-group-lg>textarea.input-group-addon,select[multiple].input-lg,textarea.input-lg {
    height: auto
}

.form-group-lg .form-control,.form-group-lg input[type=email]:not(.ant-text-input),.form-group-lg input[type=password]:not(.ant-text-input),.form-group-lg input[type=text]:not(.ant-text-input),.form-group-lg select,.form-group-lg textarea {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select,.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple],.form-group-lg select[multiple].form-control,.form-group-lg textarea,.form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control,.has-feedback input[type=email]:not(.ant-text-input),.has-feedback input[type=password]:not(.ant-text-input),.has-feedback input[type=text]:not(.ant-text-input),.has-feedback select,.has-feedback textarea {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,.form-group-lg input[type=email]:not(.ant-text-input)+.form-control-feedback,.form-group-lg input[type=password]:not(.ant-text-input)+.form-control-feedback,.form-group-lg input[type=text]:not(.ant-text-input)+.form-control-feedback,.form-group-lg select+.form-control-feedback,.form-group-lg textarea+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-group-lg>.form-control+.form-control-feedback,.input-group-lg>.input-group-addon+.form-control-feedback,.input-group-lg>.input-group-btn>.btn+.form-control-feedback,.input-group-lg>input[type=email]:not(.ant-text-input)+.form-control-feedback,.input-group-lg>input[type=password]:not(.ant-text-input)+.form-control-feedback,.input-group-lg>input[type=text]:not(.ant-text-input)+.form-control-feedback,.input-group-lg>select+.form-control-feedback,.input-group-lg>textarea+.form-control-feedback,.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,.form-group-sm input[type=email]:not(.ant-text-input)+.form-control-feedback,.form-group-sm input[type=password]:not(.ant-text-input)+.form-control-feedback,.form-group-sm input[type=text]:not(.ant-text-input)+.form-control-feedback,.form-group-sm select+.form-control-feedback,.form-group-sm textarea+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-group-sm>.form-control+.form-control-feedback,.input-group-sm>.input-group-addon+.form-control-feedback,.input-group-sm>.input-group-btn>.btn+.form-control-feedback,.input-group-sm>input[type=email]:not(.ant-text-input)+.form-control-feedback,.input-group-sm>input[type=password]:not(.ant-text-input)+.form-control-feedback,.input-group-sm>input[type=text]:not(.ant-text-input)+.form-control-feedback,.input-group-sm>select+.form-control-feedback,.input-group-sm>textarea+.form-control-feedback,.input-sm+.form-control-feedback {
    width: 42px;
    height: 42px;
    line-height: 42px
}

.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control,.has-success input[type=email]:not(.ant-text-input),.has-success input[type=password]:not(.ant-text-input),.has-success input[type=text]:not(.ant-text-input),.has-success select,.has-success textarea {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-success .form-control:focus,.has-success input[type=email]:focus:not(.ant-text-input),.has-success input[type=password]:focus:not(.ant-text-input),.has-success input[type=text]:focus:not(.ant-text-input),.has-success select:focus,.has-success textarea:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control,.has-warning input[type=email]:not(.ant-text-input),.has-warning input[type=password]:not(.ant-text-input),.has-warning input[type=text]:not(.ant-text-input),.has-warning select,.has-warning textarea {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-warning .form-control:focus,.has-warning input[type=email]:focus:not(.ant-text-input),.has-warning input[type=password]:focus:not(.ant-text-input),.has-warning input[type=text]:focus:not(.ant-text-input),.has-warning select:focus,.has-warning textarea:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control,.has-error input[type=email]:not(.ant-text-input),.has-error input[type=password]:not(.ant-text-input),.has-error input[type=text]:not(.ant-text-input),.has-error select,.has-error textarea {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-error .form-control:focus,.has-error input[type=email]:focus:not(.ant-text-input),.has-error input[type=password]:focus:not(.ant-text-input),.has-error input[type=text]:focus:not(.ant-text-input),.has-error select:focus,.has-error textarea:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 801px) {
    .form-inline .form-group {
        display:inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control,.form-inline input[type=email]:not(.ant-text-input),.form-inline input[type=password]:not(.ant-text-input),.form-inline input[type=text]:not(.ant-text-input),.form-inline select,.form-inline textarea {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group input[type=email]:not(.ant-text-input),.form-inline .input-group input[type=password]:not(.ant-text-input),.form-inline .input-group input[type=text]:not(.ant-text-input),.form-inline .input-group select,.form-inline .input-group textarea {
        width: auto
    }

    .form-inline .input-group>.form-control,.form-inline .input-group>input[type=email]:not(.ant-text-input),.form-inline .input-group>input[type=password]:not(.ant-text-input),.form-inline .input-group>input[type=text]:not(.ant-text-input),.form-inline .input-group>select,.form-inline .input-group>textarea {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox,.form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label,.form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox,.form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.btn-toolbar:after,.btn-toolbar:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before {
    content: " ";
    display: table
}

.btn-toolbar:after,.form-horizontal .form-group:after {
    clear: both
}

@media (min-width: 801px) {
    .form-horizontal .control-label {
        text-align:right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width: 801px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top:11px;
        font-size: 18px
    }

    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 20px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn.focus,.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color
}

.btn.active.focus,.btn.active:focus,.btn:active.focus,.btn:active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    text-decoration: none
}

.btn.focus,.btn:focus,.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,.btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled,fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.focus,.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default.active,.btn-default:active,.btn-default:hover,.open>.btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.btn-default.dropdown-toggle.focus,.open>.btn-default.dropdown-toggle:focus,.open>.btn-default.dropdown-toggle:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.active,.btn-default:active,.open>.btn-default.dropdown-toggle {
    background-image: none
}

.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary.focus,.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary.active,.btn-primary:active,.btn-primary:hover,.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.btn-primary.dropdown-toggle.focus,.open>.btn-primary.dropdown-toggle:focus,.open>.btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary.active,.btn-primary:active,.open>.btn-primary.dropdown-toggle {
    background-image: none
}

.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.focus,.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success.active,.btn-success:active,.btn-success:hover,.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.btn-success.dropdown-toggle.focus,.open>.btn-success.dropdown-toggle:focus,.open>.btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.active,.btn-success:active,.open>.btn-success.dropdown-toggle {
    background-image: none
}

.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.focus,.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info.active,.btn-info:active,.btn-info:hover,.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.btn-info.dropdown-toggle.focus,.open>.btn-info.dropdown-toggle:focus,.open>.btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.active,.btn-info:active,.open>.btn-info.dropdown-toggle {
    background-image: none
}

.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.focus,.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning.active,.btn-warning:active,.btn-warning:hover,.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.btn-warning.dropdown-toggle.focus,.open>.btn-warning.dropdown-toggle:focus,.open>.btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.active,.btn-warning:active,.open>.btn-warning.dropdown-toggle {
    background-image: none
}

.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.focus,.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger.active,.btn-danger:active,.btn-danger:hover,.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.btn-danger.dropdown-toggle.focus,.open>.btn-danger.dropdown-toggle:focus,.open>.btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.active,.btn-danger:active,.open>.btn-danger.dropdown-toggle {
    background-image: none
}

.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #337ab7;
    font-weight: 400;
    border-radius: 0
}

.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-group-lg>.btn,.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm>.btn,.btn-group-xs>.btn,.btn-sm,.btn-xs {
    padding: 5px 10px;
    font-size: 20px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs>.btn,.btn-xs {
    padding: 1px 5px
}

.btn-block {
    display: block;
    width: 100%
}

.alert>p+p,.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height,visibility;
    transition-property: height,visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9 ;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown,.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #333
}

.dropdown-menu>li a:focus,.dropdown-menu>li a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu>.active a,.dropdown-menu>.active a:focus,.dropdown-menu>.active a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7
}

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 20px;
    line-height: 1.428571429;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9 ;
    content: ""
}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 801px) {
    .navbar-right .dropdown-menu {
        right:0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group,.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group>.btn {
    float: left
}

.btn-group-vertical>.btn,.btn-group>.btn {
    position: relative
}

.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: 2
}

.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group-lg.btn-group>.btn+.dropdown-toggle,.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-group-lg>.btn .caret,.btn-lg .caret {
    border-width: 5px 5px 0
}

.dropup .btn-group-lg>.btn .caret,.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn {
    display: block;
    width: 100%;
    max-width: 100%;
    float: none
}

.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.nav:after,.nav:before {
    content: " ";
    display: table
}

.btn-group-vertical>.btn-group:after,.nav:after {
    clear: both
}

.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn,.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified,.input-group {
    display: table;
    border-collapse: separate
}

.btn-group-justified {
    width: 100%;
    table-layout: fixed
}

.btn-group-justified>.btn,.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

.input-group {
    position: relative
}

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control,.input-group input[type=email]:not(.ant-text-input),.input-group input[type=password]:not(.ant-text-input),.input-group input[type=text]:not(.ant-text-input),.input-group select,.input-group textarea {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus,.input-group input[type=email]:focus:not(.ant-text-input),.input-group input[type=password]:focus:not(.ant-text-input),.input-group input[type=text]:focus:not(.ant-text-input),.input-group select:focus,.input-group textarea:focus {
    z-index: 3
}

.input-group .form-control,.input-group input[type=email]:not(.ant-text-input),.input-group input[type=password]:not(.ant-text-input),.input-group input[type=text]:not(.ant-text-input),.input-group select,.input-group textarea,.input-group-addon,.input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),.input-group input[type=email]:not(:first-child):not(:last-child):not(.ant-text-input),.input-group input[type=password]:not(:first-child):not(:last-child):not(.ant-text-input),.input-group input[type=text]:not(:first-child):not(:last-child):not(.ant-text-input),.input-group select:not(:first-child):not(:last-child),.input-group textarea:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon {
    white-space: nowrap
}

.input-group-addon,.input-group-btn {
    width: 1%;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #666;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 5px 10px;
    font-size: 20px;
    border-radius: 3px
}

.input-group-addon.input-lg,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox],.input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:first-child,.input-group input[type=email]:first-child:not(.ant-text-input),.input-group input[type=password]:first-child:not(.ant-text-input),.input-group input[type=text]:first-child:not(.ant-text-input),.input-group select:first-child,.input-group textarea:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,.input-group input[type=email]:last-child:not(.ant-text-input),.input-group input[type=password]:last-child:not(.ant-text-input),.input-group input[type=text]:last-child:not(.ant-text-input),.input-group select:last-child,.input-group textarea:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    font-size: 0;
    white-space: nowrap
}

.input-group-btn,.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover {
    z-index: 2
}

.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav>li,.nav>li>a {
    position: relative;
    display: block
}

.nav>li>a {
    padding: 10px 15px
}

.nav>li>a:focus,.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:focus,.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,.nav .open>a:focus,.nav .open>a:hover {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
    color: #666;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #337ab7
}

.nav-justified>li,.nav-stacked>li,.nav-tabs.nav-justified>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified,.nav-tabs.nav-justified {
    width: 100%
}

.nav-justified>li>a,.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 801px) {
    .nav-justified>li,.nav-tabs.nav-justified>li {
        display:table-cell;
        width: 1%
    }

    .nav-justified>li>a,.nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified,.nav-tabs.nav-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a {
    border: 1px solid #ddd
}

@media (min-width: 801px) {
    .nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a {
        border-bottom:1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.navbar-brand>img,.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

.navbar:after,.navbar:before {
    content: " ";
    display: table
}

.navbar:after {
    clear: both
}

@media (min-width: 801px) {
    .navbar {
        border-radius:4px
    }
}

.navbar-header:after,.navbar-header:before {
    content: " ";
    display: table
}

.navbar-header:after {
    clear: both
}

@media (min-width: 801px) {
    .navbar-header {
        float:left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse:after,.navbar-collapse:before {
    content: " ";
    display: table
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 801px) {
    .navbar-collapse {
        width:auto;
        border-top: 0;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width: 480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse {
        max-height:200px
    }
}

.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 801px) {
    .container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header {
        margin-right:0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 801px) {
    .navbar-static-top {
        border-radius:0
    }
}

.navbar-fixed-bottom,.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width: 801px) {
    .navbar-fixed-bottom,.navbar-fixed-top {
        border-radius:0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}

.navbar-brand:focus,.navbar-brand:hover {
    text-decoration: none
}

@media (min-width: 801px) {
    .navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand {
        margin-left:-15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width: 801px) {
    .navbar-toggle {
        display:none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width: 800px) {
    .navbar-nav .open .dropdown-menu {
        position:static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media (min-width: 801px) {
    .navbar-nav {
        float:left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    margin: 8px -15px
}

@media (min-width: 801px) {
    .navbar-form .form-group {
        display:inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control,.navbar-form input[type=email]:not(.ant-text-input),.navbar-form input[type=password]:not(.ant-text-input),.navbar-form input[type=text]:not(.ant-text-input),.navbar-form select,.navbar-form textarea {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group input[type=email]:not(.ant-text-input),.navbar-form .input-group input[type=password]:not(.ant-text-input),.navbar-form .input-group input[type=text]:not(.ant-text-input),.navbar-form .input-group select,.navbar-form .input-group textarea {
        width: auto
    }

    .navbar-form .input-group>.form-control,.navbar-form .input-group>input[type=email]:not(.ant-text-input),.navbar-form .input-group>input[type=password]:not(.ant-text-input),.navbar-form .input-group>input[type=text]:not(.ant-text-input),.navbar-form .input-group>select,.navbar-form .input-group>textarea {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox,.navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox label,.navbar-form .radio label {
        padding-left: 0
    }

    .navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width: 800px) {
    .navbar-form .form-group {
        margin-bottom:5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 801px) {
    .navbar-form {
        width:auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.btn-group-sm>.navbar-btn.btn,.navbar-btn.btn-sm {
    margin-top: 4px;
    margin-bottom: 4px
}

.btn-group-xs>.navbar-btn.btn,.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width: 801px) {
    .navbar-text {
        float:left;
        margin-left: 15px;
        margin-right: 15px
    }

    .navbar-left {
        float: left!important
    }

    .navbar-right {
        float: right!important;
        margin-right: -15px
    }

    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand,.navbar-default .navbar-nav>li>a,.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover {
    background-color: #e7e7e7;
    color: #555
}

@media (max-width: 800px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color:#777
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .btn-link,.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover,a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading {
    color: #333
}

.navbar-default .btn-link:focus,.navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909
}

.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav>li>a,.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #090909
}

.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #090909;
    color: #fff
}

@media (max-width: 800px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color:#090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .btn-link,.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li,.pagination {
    display: inline-block
}

.breadcrumb>li+li:before {
    content: "/ ";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pager li,.pagination>li {
    display: inline
}

.pagination>li>a,.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.428571429;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default
}

.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg>li>a,.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm>li>a,.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 20px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

.pager:after,.pager:before {
    content: " ";
    display: table
}

.pager:after {
    clear: both
}

.pager li>a,.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:focus,.pager li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,.pager .next>span {
    float: right
}

.pager .previous>a,.pager .previous>span {
    float: left
}

.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

a.badge:focus,a.badge:hover,a.label:focus,a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #777
}

.label-default[href]:focus,.label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:focus,.label-primary[href]:hover {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus,.label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus,.label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus,.label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus,.label-danger[href]:hover {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs>.btn .badge,.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

.list-group-item.active>.badge,.nav-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    background-color: #eee
}

.jumbotron,.jumbotron .h1,.jumbotron h1,a.list-group-item-danger .list-group-item-heading,a.list-group-item-info .list-group-item-heading,a.list-group-item-success .list-group-item-heading,a.list-group-item-warning .list-group-item-heading,button.list-group-item-danger .list-group-item-heading,button.list-group-item-info .list-group-item-heading,button.list-group-item-success .list-group-item-heading,button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,.container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 801px) {
    .jumbotron {
        padding-top:48px;
        padding-bottom: 48px
    }

    .container .jumbotron,.container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }

    .jumbotron .h1,.jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail a>img,.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover {
    border-color: #337ab7
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,.alert>ul {
    margin-bottom: 0
}

.alert-dismissable,.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped,.progress-striped .progress-bar {
    background-image: -webkit-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-image: -o-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-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: 40px 40px
}

.progress-bar.active,.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-danger,.progress-striped .progress-bar-info,.progress-striped .progress-bar-success,.progress-striped .progress-bar-warning {
    background-image: -webkit-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-image: -o-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-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)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-bar-danger {
    background-color: #d9534f
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,.media-body {
    zoom:1;overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,.media>.pull-right {
    padding-left: 10px
}

.media-left,.media>.pull-left {
    padding-right: 10px
}

.media-body,.media-left,.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item,button.list-group-item {
    color: #555
}

a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small {
    color: inherit
}

.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05)
}

.panel-body {
    padding: 15px
}

.panel-body:after,.panel-body:before {
    content: " ";
    display: table
}

.panel-body:after {
    clear: both
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle,.panel-title,.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group,.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel>.table-responsive:first-child>.table:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body,.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table-bordered,.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default,.well blockquote {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}

.well blockquote {
    border-color: rgba(0,0,0,.15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:focus,.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal,.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header:after,.modal-header:before {
    content: " ";
    display: table
}

.modal-header:after {
    clear: both
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.428571429
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:after,.modal-footer:before {
    content: " ";
    display: table
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 801px) {
    .modal-dialog {
        width:600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 1024px) {
    .modal-lg {
        width:900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.428571429;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 20px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow,.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px
}

.tooltip.top-right .tooltip-arrow {
    left: 5px
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.428571429;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    bottom: -11px
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25)
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
    top: -11px
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25)
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.carousel,.carousel-inner {
    position: relative
}

.carousel-inner {
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,.carousel-inner>.item>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -moz-transition: -moz-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner>.item.active.right,.carousel-inner>.item.next {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        left: 0
    }

    .carousel-inner>.item.active.left,.carousel-inner>.item.prev {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        left: 0
    }

    .carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        left: 0
    }
}

.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active,.carousel-inner>.next.left,.carousel-inner>.prev.right {
    left: 0
}

.carousel-control,.carousel-inner>.next,.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.active.left,.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: transparent
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1)
}

.carousel-control:focus,.carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block
}

.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: "‹"
}

.carousel-control .icon-next:before {
    content: "›"
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9 ;
    background-color: transparent
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width: 801px) {
    .carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
        width:30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:after,.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none!important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

@media (max-width: 479px) {
    .visible-xxs,.visible-xxs-block {
        display:block!important
    }

    table.visible-xxs {
        display: table!important
    }

    tr.visible-xxs {
        display: table-row!important
    }

    td.visible-xxs,th.visible-xxs {
        display: table-cell!important
    }

    .visible-xxs-inline {
        display: inline!important
    }

    .visible-xxs-inline-block {
        display: inline-block!important
    }
}

@media (min-width: 480px) and (max-width:800px) {
    .visible-xs {
        display:block!important
    }

    table.visible-xs {
        display: table!important
    }

    tr.visible-xs {
        display: table-row!important
    }

    td.visible-xs,th.visible-xs {
        display: table-cell!important
    }
}

@media (max-width: 800px) {
    .visible-xs-block {
        display:block!important
    }

    .visible-xs-inline {
        display: inline!important
    }

    .visible-xs-inline-block {
        display: inline-block!important
    }
}

@media (min-width: 801px) and (max-width:1023px) {
    .visible-sm,.visible-sm-block {
        display:block!important
    }

    table.visible-sm {
        display: table!important
    }

    tr.visible-sm {
        display: table-row!important
    }

    td.visible-sm,th.visible-sm {
        display: table-cell!important
    }

    .visible-sm-inline {
        display: inline!important
    }

    .visible-sm-inline-block {
        display: inline-block!important
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    .visible-md,.visible-md-block {
        display:block!important
    }

    table.visible-md {
        display: table!important
    }

    tr.visible-md {
        display: table-row!important
    }

    td.visible-md,th.visible-md {
        display: table-cell!important
    }

    .visible-md-inline {
        display: inline!important
    }

    .visible-md-inline-block {
        display: inline-block!important
    }
}

@media (min-width: 1200px) {
    .visible-lg,.visible-lg-block {
        display:block!important
    }

    table.visible-lg {
        display: table!important
    }

    tr.visible-lg {
        display: table-row!important
    }

    td.visible-lg,th.visible-lg {
        display: table-cell!important
    }

    .visible-lg-inline {
        display: inline!important
    }

    .visible-lg-inline-block {
        display: inline-block!important
    }
}

@media (max-width: 479px) {
    .hidden-xxs {
        display:none!important
    }
}

@media (min-width: 480px) and (max-width:800px) {
    .hidden-xs {
        display:none!important
    }
}

@media (min-width: 801px) and (max-width:1023px) {
    .hidden-sm {
        display:none!important
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    .hidden-md {
        display:none!important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display:none!important
    }
}

@media print {
    .visible-print {
        display: block!important
    }

    table.visible-print {
        display: table!important
    }

    tr.visible-print {
        display: table-row!important
    }

    td.visible-print,th.visible-print {
        display: table-cell!important
    }
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }

    .hidden-print {
        display: none!important
    }
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container:after,.container:before {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media (min-width: 801px) {
    .container {
        width:750px
    }
}

@media (min-width: 1024px) {
    .container {
        width:970px
    }
}

@media (min-width: 1200px) {
    .container {
        width:1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container-fluid:after,.container-fluid:before {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row:after,.row:before {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.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-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-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-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xxs-1,.col-xxs-10,.col-xxs-11,.col-xxs-12,.col-xxs-2,.col-xxs-3,.col-xxs-4,.col-xxs-5,.col-xxs-6,.col-xxs-7,.col-xxs-8,.col-xxs-9 {
    float: left
}

.col-xxs-1 {
    width: 8.3333333333%
}

.col-xxs-2 {
    width: 16.6666666667%
}

.col-xxs-3 {
    width: 25%
}

.col-xxs-4 {
    width: 33.3333333333%
}

.col-xxs-5 {
    width: 41.6666666667%
}

.col-xxs-6 {
    width: 50%
}

.col-xxs-7 {
    width: 58.3333333333%
}

.col-xxs-8 {
    width: 66.6666666667%
}

.col-xxs-9 {
    width: 75%
}

.col-xxs-10 {
    width: 83.3333333333%
}

.col-xxs-11 {
    width: 91.6666666667%
}

.col-xxs-12 {
    width: 100%
}

.col-xxs-pull-0 {
    right: auto
}

.col-xxs-pull-1 {
    right: 8.3333333333%
}

.col-xxs-pull-2 {
    right: 16.6666666667%
}

.col-xxs-pull-3 {
    right: 25%
}

.col-xxs-pull-4 {
    right: 33.3333333333%
}

.col-xxs-pull-5 {
    right: 41.6666666667%
}

.col-xxs-pull-6 {
    right: 50%
}

.col-xxs-pull-7 {
    right: 58.3333333333%
}

.col-xxs-pull-8 {
    right: 66.6666666667%
}

.col-xxs-pull-9 {
    right: 75%
}

.col-xxs-pull-10 {
    right: 83.3333333333%
}

.col-xxs-pull-11 {
    right: 91.6666666667%
}

.col-xxs-pull-12 {
    right: 100%
}

.col-xxs-push-0 {
    left: auto
}

.col-xxs-push-1 {
    left: 8.3333333333%
}

.col-xxs-push-2 {
    left: 16.6666666667%
}

.col-xxs-push-3 {
    left: 25%
}

.col-xxs-push-4 {
    left: 33.3333333333%
}

.col-xxs-push-5 {
    left: 41.6666666667%
}

.col-xxs-push-6 {
    left: 50%
}

.col-xxs-push-7 {
    left: 58.3333333333%
}

.col-xxs-push-8 {
    left: 66.6666666667%
}

.col-xxs-push-9 {
    left: 75%
}

.col-xxs-push-10 {
    left: 83.3333333333%
}

.col-xxs-push-11 {
    left: 91.6666666667%
}

.col-xxs-push-12 {
    left: 100%
}

.col-xxs-offset-0 {
    margin-left: 0
}

.col-xxs-offset-1 {
    margin-left: 8.3333333333%
}

.col-xxs-offset-2 {
    margin-left: 16.6666666667%
}

.col-xxs-offset-3 {
    margin-left: 25%
}

.col-xxs-offset-4 {
    margin-left: 33.3333333333%
}

.col-xxs-offset-5 {
    margin-left: 41.6666666667%
}

.col-xxs-offset-6 {
    margin-left: 50%
}

.col-xxs-offset-7 {
    margin-left: 58.3333333333%
}

.col-xxs-offset-8 {
    margin-left: 66.6666666667%
}

.col-xxs-offset-9 {
    margin-left: 75%
}

.col-xxs-offset-10 {
    margin-left: 83.3333333333%
}

.col-xxs-offset-11 {
    margin-left: 91.6666666667%
}

.col-xxs-offset-12 {
    margin-left: 100%
}

@media (min-width: 480px) {
    .col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
        float:left
    }

    .col-xs-1 {
        width: 8.3333333333%
    }

    .col-xs-2 {
        width: 16.6666666667%
    }

    .col-xs-3 {
        width: 25%
    }

    .col-xs-4 {
        width: 33.3333333333%
    }

    .col-xs-5 {
        width: 41.6666666667%
    }

    .col-xs-6 {
        width: 50%
    }

    .col-xs-7 {
        width: 58.3333333333%
    }

    .col-xs-8 {
        width: 66.6666666667%
    }

    .col-xs-9 {
        width: 75%
    }

    .col-xs-10 {
        width: 83.3333333333%
    }

    .col-xs-11 {
        width: 91.6666666667%
    }

    .col-xs-12 {
        width: 100%
    }

    .col-xs-pull-0 {
        right: auto
    }

    .col-xs-pull-1 {
        right: 8.3333333333%
    }

    .col-xs-pull-2 {
        right: 16.6666666667%
    }

    .col-xs-pull-3 {
        right: 25%
    }

    .col-xs-pull-4 {
        right: 33.3333333333%
    }

    .col-xs-pull-5 {
        right: 41.6666666667%
    }

    .col-xs-pull-6 {
        right: 50%
    }

    .col-xs-pull-7 {
        right: 58.3333333333%
    }

    .col-xs-pull-8 {
        right: 66.6666666667%
    }

    .col-xs-pull-9 {
        right: 75%
    }

    .col-xs-pull-10 {
        right: 83.3333333333%
    }

    .col-xs-pull-11 {
        right: 91.6666666667%
    }

    .col-xs-pull-12 {
        right: 100%
    }

    .col-xs-push-0 {
        left: auto
    }

    .col-xs-push-1 {
        left: 8.3333333333%
    }

    .col-xs-push-2 {
        left: 16.6666666667%
    }

    .col-xs-push-3 {
        left: 25%
    }

    .col-xs-push-4 {
        left: 33.3333333333%
    }

    .col-xs-push-5 {
        left: 41.6666666667%
    }

    .col-xs-push-6 {
        left: 50%
    }

    .col-xs-push-7 {
        left: 58.3333333333%
    }

    .col-xs-push-8 {
        left: 66.6666666667%
    }

    .col-xs-push-9 {
        left: 75%
    }

    .col-xs-push-10 {
        left: 83.3333333333%
    }

    .col-xs-push-11 {
        left: 91.6666666667%
    }

    .col-xs-push-12 {
        left: 100%
    }

    .col-xs-offset-0 {
        margin-left: 0
    }

    .col-xs-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-xs-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-xs-offset-3 {
        margin-left: 25%
    }

    .col-xs-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-xs-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-xs-offset-6 {
        margin-left: 50%
    }

    .col-xs-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-xs-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-xs-offset-9 {
        margin-left: 75%
    }

    .col-xs-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-xs-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-xs-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 801px) {
    .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 {
        float:left
    }

    .col-sm-1 {
        width: 8.3333333333%
    }

    .col-sm-2 {
        width: 16.6666666667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.3333333333%
    }

    .col-sm-5 {
        width: 41.6666666667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.3333333333%
    }

    .col-sm-8 {
        width: 66.6666666667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.3333333333%
    }

    .col-sm-11 {
        width: 91.6666666667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.3333333333%
    }

    .col-sm-pull-2 {
        right: 16.6666666667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.3333333333%
    }

    .col-sm-pull-5 {
        right: 41.6666666667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.3333333333%
    }

    .col-sm-pull-8 {
        right: 66.6666666667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.3333333333%
    }

    .col-sm-pull-11 {
        right: 91.6666666667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.3333333333%
    }

    .col-sm-push-2 {
        left: 16.6666666667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.3333333333%
    }

    .col-sm-push-5 {
        left: 41.6666666667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.3333333333%
    }

    .col-sm-push-8 {
        left: 66.6666666667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.3333333333%
    }

    .col-sm-push-11 {
        left: 91.6666666667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .col-sm-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-sm-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-sm-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-sm-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-sm-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1024px) {
    .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 {
        float:left
    }

    .col-md-1 {
        width: 8.3333333333%
    }

    .col-md-2 {
        width: 16.6666666667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.3333333333%
    }

    .col-md-5 {
        width: 41.6666666667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.3333333333%
    }

    .col-md-8 {
        width: 66.6666666667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.3333333333%
    }

    .col-md-11 {
        width: 91.6666666667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.3333333333%
    }

    .col-md-pull-2 {
        right: 16.6666666667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.3333333333%
    }

    .col-md-pull-5 {
        right: 41.6666666667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.3333333333%
    }

    .col-md-pull-8 {
        right: 66.6666666667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.3333333333%
    }

    .col-md-pull-11 {
        right: 91.6666666667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.3333333333%
    }

    .col-md-push-2 {
        left: 16.6666666667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.3333333333%
    }

    .col-md-push-5 {
        left: 41.6666666667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.3333333333%
    }

    .col-md-push-8 {
        left: 66.6666666667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.3333333333%
    }

    .col-md-push-11 {
        left: 91.6666666667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-md-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-md-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-md-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-md-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1200px) {
    .col-lg-1,.col-lg-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 {
        float:left
    }

    .col-lg-1 {
        width: 8.3333333333%
    }

    .col-lg-2 {
        width: 16.6666666667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.3333333333%
    }

    .col-lg-5 {
        width: 41.6666666667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.3333333333%
    }

    .col-lg-8 {
        width: 66.6666666667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.3333333333%
    }

    .col-lg-11 {
        width: 91.6666666667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.3333333333%
    }

    .col-lg-pull-2 {
        right: 16.6666666667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.3333333333%
    }

    .col-lg-pull-5 {
        right: 41.6666666667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.3333333333%
    }

    .col-lg-pull-8 {
        right: 66.6666666667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.3333333333%
    }

    .col-lg-pull-11 {
        right: 91.6666666667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.3333333333%
    }

    .col-lg-push-2 {
        left: 16.6666666667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.3333333333%
    }

    .col-lg-push-5 {
        left: 41.6666666667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.3333333333%
    }

    .col-lg-push-8 {
        left: 66.6666666667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.3333333333%
    }

    .col-lg-push-11 {
        left: 91.6666666667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-lg-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-lg-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-lg-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-lg-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

@-ms-viewport {
    width: device-width
}

.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-xxs,.visible-xxs-block,.visible-xxs-inline,.visible-xxs-inline-block {
    display: none!important
}

@media (max-width: 479px) {
    .visible-xxs,.visible-xxs-block {
        display:block!important
    }

    table.visible-xxs {
        display: table!important
    }

    tr.visible-xxs {
        display: table-row!important
    }

    td.visible-xxs,th.visible-xxs {
        display: table-cell!important
    }

    .visible-xxs-inline {
        display: inline!important
    }

    .visible-xxs-inline-block {
        display: inline-block!important
    }
}

@media (min-width: 480px) and (max-width:800px) {
    .visible-xs {
        display:block!important
    }

    table.visible-xs {
        display: table!important
    }

    tr.visible-xs {
        display: table-row!important
    }

    td.visible-xs,th.visible-xs {
        display: table-cell!important
    }
}

@media (max-width: 800px) {
    .visible-xs-block {
        display:block!important
    }

    .visible-xs-inline {
        display: inline!important
    }

    .visible-xs-inline-block {
        display: inline-block!important
    }
}

@media (min-width: 801px) and (max-width:1023px) {
    .visible-sm,.visible-sm-block {
        display:block!important
    }

    table.visible-sm {
        display: table!important
    }

    tr.visible-sm {
        display: table-row!important
    }

    td.visible-sm,th.visible-sm {
        display: table-cell!important
    }

    .visible-sm-inline {
        display: inline!important
    }

    .visible-sm-inline-block {
        display: inline-block!important
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    .visible-md,.visible-md-block {
        display:block!important
    }

    table.visible-md {
        display: table!important
    }

    tr.visible-md {
        display: table-row!important
    }

    td.visible-md,th.visible-md {
        display: table-cell!important
    }

    .visible-md-inline {
        display: inline!important
    }

    .visible-md-inline-block {
        display: inline-block!important
    }
}

@media (min-width: 1200px) {
    .visible-lg,.visible-lg-block {
        display:block!important
    }

    table.visible-lg {
        display: table!important
    }

    tr.visible-lg {
        display: table-row!important
    }

    td.visible-lg,th.visible-lg {
        display: table-cell!important
    }

    .visible-lg-inline {
        display: inline!important
    }

    .visible-lg-inline-block {
        display: inline-block!important
    }
}

@media (max-width: 479px) {
    .hidden-xxs {
        display:none!important
    }
}

@media (min-width: 480px) and (max-width:800px) {
    .hidden-xs {
        display:none!important
    }
}

@media (min-width: 801px) and (max-width:1023px) {
    .hidden-sm {
        display:none!important
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    .hidden-md {
        display:none!important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display:none!important
    }
}

.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }

    table.visible-print {
        display: table!important
    }

    tr.visible-print {
        display: table-row!important
    }

    td.visible-print,th.visible-print {
        display: table-cell!important
    }
}

.visible-print-block {
    display: none!important
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

.visible-print-inline {
    display: none!important
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

.visible-print-inline-block {
    display: none!important
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }

    .hidden-print {
        display: none!important
    }
}

@font-face {
    font-family: "ant-classic-icons";
    src: url(../fonts/icons/classic/ant-classic-icons.eot?5lat0d);
    src: url(../fonts/icons/classic/ant-classic-icons.eot?5lat0d#iefix) format("embedded-opentype"),url(../fonts/icons/classic/ant-classic-icons.ttf?5lat0d) format("truetype"),url(../fonts/icons/classic/ant-classic-icons.woff?5lat0d) format("woff"),url(../fonts/icons/classic/ant-classic-icons.svg?5lat0d#ant-classic-icons) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" ant-classic-"],[class*=" fa-"],[class^=ant-classic-],[class^=fa-] {
    font-family: "ant-classic-icons"!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ant-classic-500px:before,.fa-500px:before {
    content: "\f100"
}

.ant-classic-activity-grid-filled:before,.fa-activity-grid-filled:before {
    content: "\e91d"
}

.ant-classic-adjust:before,.fa-adjust:before {
    content: "\f101"
}

.ant-classic-adn:before,.fa-adn:before {
    content: "\f102"
}

.ant-classic-agreement:before,.fa-agreement:before {
    content: "\e925"
}

.ant-classic-agreement-filled:before,.fa-agreement-filled:before {
    content: "\e928"
}

.ant-classic-align-center:before,.fa-align-center:before {
    content: "\f103"
}

.ant-classic-align-justify:before,.fa-align-justify:before {
    content: "\f104"
}

.ant-classic-align-left:before,.fa-align-left:before {
    content: "\f105"
}

.ant-classic-align-right:before,.fa-align-right:before {
    content: "\f106"
}

.ant-classic-amazon:before,.fa-amazon:before {
    content: "\f107"
}

.ant-classic-ambulance:before,.fa-ambulance:before {
    content: "\f108"
}

.ant-classic-anchor:before,.fa-anchor:before {
    content: "\f109"
}

.ant-classic-android:before,.fa-android:before {
    content: "\f10a"
}

.ant-classic-angellist:before,.fa-angellist:before {
    content: "\f10b"
}

.ant-classic-angle-double-down:before,.fa-angle-double-down:before {
    content: "\f10c"
}

.ant-classic-angle-double-left:before,.fa-angle-double-left:before {
    content: "\f10d"
}

.ant-classic-angle-double-right:before,.fa-angle-double-right:before {
    content: "\f10e"
}

.ant-classic-angle-double-up:before,.fa-angle-double-up:before {
    content: "\f10f"
}

.ant-classic-angle-down:before,.fa-angle-down:before {
    content: "\f110"
}

.ant-classic-angle-left:before,.fa-angle-left:before {
    content: "\f111"
}

.ant-classic-angle-left2:before,.fa-angle-left2:before {
    content: "\f38e"
}

.ant-classic-angle-right:before,.fa-angle-right:before {
    content: "\f112"
}

.ant-classic-angle-up:before,.fa-angle-up:before {
    content: "\f113"
}

.ant-classic-antapple:before,.fa-antapple:before {
    content: "\f38f"
}

.ant-classic-apple:before,.fa-apple:before {
    content: "\f114"
}

.ant-classic-archive:before,.fa-archive:before {
    content: "\f115"
}

.ant-classic-area-chart:before,.fa-area-chart:before {
    content: "\f116"
}

.ant-classic-arrow-circle-down:before,.fa-arrow-circle-down:before {
    content: "\f117"
}

.ant-classic-arrow-circle-left:before,.fa-arrow-circle-left:before {
    content: "\f118"
}

.ant-classic-arrow-circle-o-down:before,.fa-arrow-circle-o-down:before {
    content: "\f119"
}

.ant-classic-arrow-circle-o-left:before,.fa-arrow-circle-o-left:before {
    content: "\f11a"
}

.ant-classic-arrow-circle-o-right:before,.fa-arrow-circle-o-right:before {
    content: "\f11b"
}

.ant-classic-arrow-circle-o-up:before,.fa-arrow-circle-o-up:before {
    content: "\f11c"
}

.ant-classic-arrow-circle-right:before,.fa-arrow-circle-right:before {
    content: "\f11d"
}

.ant-classic-arrow-circle-up:before,.fa-arrow-circle-up:before {
    content: "\f11e"
}

.ant-classic-arrow-down:before,.fa-arrow-down:before {
    content: "\f11f"
}

.ant-classic-arrow-left:before,.fa-arrow-left:before {
    content: "\f120"
}

.ant-classic-arrow-right:before,.fa-arrow-right:before {
    content: "\f121"
}

.ant-classic-arrow-up:before,.fa-arrow-up:before {
    content: "\f122"
}

.ant-classic-arrows:before,.fa-arrows:before {
    content: "\f123"
}

.ant-classic-arrows-alt:before,.fa-arrows-alt:before {
    content: "\f124"
}

.ant-classic-arrows-h:before,.fa-arrows-h:before {
    content: "\f125"
}

.ant-classic-arrows-v:before,.fa-arrows-v:before {
    content: "\f126"
}

.ant-classic-asterisk:before,.fa-asterisk:before {
    content: "\f127"
}

.ant-classic-at:before,.fa-at:before {
    content: "\f128"
}

.ant-classic-automobile:before,.fa-automobile:before {
    content: "\f129"
}

.ant-classic-availity:before,.fa-availity:before {
    content: "\e93e"
}

.ant-classic-backward:before,.fa-backward:before {
    content: "\f12a"
}

.ant-classic-balance-scale:before,.fa-balance-scale:before {
    content: "\f12b"
}

.ant-classic-ban:before,.fa-ban:before {
    content: "\f12c"
}

.ant-classic-bank:before,.fa-bank:before {
    content: "\f12d"
}

.ant-classic-bar-chart:before,.fa-bar-chart:before {
    content: "\f12e"
}

.ant-classic-bar-chart-o:before,.fa-bar-chart-o:before {
    content: "\f12f"
}

.ant-classic-barcode:before,.fa-barcode:before {
    content: "\f130"
}

.ant-classic-bars:before,.fa-bars:before {
    content: "\f131"
}

.ant-classic-battery-0:before,.fa-battery-0:before {
    content: "\f132"
}

.ant-classic-battery-1:before,.fa-battery-1:before {
    content: "\f133"
}

.ant-classic-battery-2:before,.fa-battery-2:before {
    content: "\f134"
}

.ant-classic-battery-3:before,.fa-battery-3:before {
    content: "\f135"
}

.ant-classic-battery-4:before,.fa-battery-4:before {
    content: "\f136"
}

.ant-classic-battery-empty:before,.fa-battery-empty:before {
    content: "\f137"
}

.ant-classic-battery-full:before,.fa-battery-full:before {
    content: "\f138"
}

.ant-classic-battery-half:before,.fa-battery-half:before {
    content: "\f139"
}

.ant-classic-battery-quarter:before,.fa-battery-quarter:before {
    content: "\f13a"
}

.ant-classic-battery-three-quarters:before,.fa-battery-three-quarters:before {
    content: "\f13b"
}

.ant-classic-bed:before,.fa-bed:before {
    content: "\f13c"
}

.ant-classic-beer:before,.fa-beer:before {
    content: "\f13d"
}

.ant-classic-behance:before,.fa-behance:before {
    content: "\f13e"
}

.ant-classic-behance-square:before,.fa-behance-square:before {
    content: "\f13f"
}

.ant-classic-bell:before,.fa-bell:before {
    content: "\f140"
}

.ant-classic-bell-o:before,.fa-bell-o:before {
    content: "\f141"
}

.ant-classic-bell-slash:before,.fa-bell-slash:before {
    content: "\f142"
}

.ant-classic-bell-slash-o:before,.fa-bell-slash-o:before {
    content: "\f143"
}

.ant-classic-bicycle:before,.fa-bicycle:before {
    content: "\f144"
}

.ant-classic-binoculars:before,.fa-binoculars:before {
    content: "\f145"
}

.ant-classic-birthday-cake:before,.fa-birthday-cake:before {
    content: "\f146"
}

.ant-classic-bitbucket:before,.fa-bitbucket:before {
    content: "\f147"
}

.ant-classic-bitbucket-square:before,.fa-bitbucket-square:before {
    content: "\f148"
}

.ant-classic-bitcoin:before,.fa-bitcoin:before {
    content: "\f149"
}

.ant-classic-black-tie:before,.fa-black-tie:before {
    content: "\f14a"
}

.ant-classic-bold:before,.fa-bold:before {
    content: "\f14b"
}

.ant-classic-bolt:before,.fa-bolt:before {
    content: "\f14c"
}

.ant-classic-bomb:before,.fa-bomb:before {
    content: "\f14d"
}

.ant-classic-book:before,.fa-book:before {
    content: "\f14e"
}

.ant-classic-bookmark:before,.fa-bookmark:before {
    content: "\f14f"
}

.ant-classic-bookmark-o:before,.fa-bookmark-o:before {
    content: "\f150"
}

.ant-classic-brain:before,.fa-brain:before {
    content: "\e90b"
}

.ant-classic-brain-circle:before,.fa-brain-circle:before {
    content: "\e900"
}

.ant-classic-briefcase:before,.fa-briefcase:before {
    content: "\f151"
}

.ant-classic-btc:before,.fa-btc:before {
    content: "\f152"
}

.ant-classic-bug:before,.fa-bug:before {
    content: "\f153"
}

.ant-classic-building:before,.fa-building:before {
    content: "\f154"
}

.ant-classic-building-o:before,.fa-building-o:before {
    content: "\f155"
}

.ant-classic-bullhorn:before,.fa-bullhorn:before {
    content: "\f156"
}

.ant-classic-bullseye:before,.fa-bullseye:before {
    content: "\f157"
}

.ant-classic-bus:before,.fa-bus:before {
    content: "\f158"
}

.ant-classic-buysellads:before,.fa-buysellads:before {
    content: "\f159"
}

.ant-classic-cab:before,.fa-cab:before {
    content: "\f15a"
}

.ant-classic-calculator:before,.fa-calculator:before {
    content: "\f15b"
}

.ant-classic-calendar:before,.fa-calendar:before {
    content: "\f15c"
}

.ant-classic-calendar-check-o:before,.fa-calendar-check-o:before {
    content: "\f15d"
}

.ant-classic-calendar-minus-o:before,.fa-calendar-minus-o:before {
    content: "\f15e"
}

.ant-classic-calendar-o:before,.fa-calendar-o:before {
    content: "\f15f"
}

.ant-classic-calendar-plus-o:before,.fa-calendar-plus-o:before {
    content: "\f160"
}

.ant-classic-calendar-times-o:before,.fa-calendar-times-o:before {
    content: "\f161"
}

.ant-classic-camera:before,.fa-camera:before {
    content: "\f162"
}

.ant-classic-camera-retro:before,.fa-camera-retro:before {
    content: "\f163"
}

.ant-classic-car:before,.fa-car:before {
    content: "\f164"
}

.ant-classic-caret-down:before,.fa-caret-down:before {
    content: "\f0d7"
}

.ant-classic-caret-down-1:before,.fa-caret-down-1:before {
    content: "\f165"
}

.ant-classic-caret-left:before,.fa-caret-left:before {
    content: "\f0d9"
}

.ant-classic-caret-left-1:before,.fa-caret-left-1:before {
    content: "\f166"
}

.ant-classic-caret-right:before,.fa-caret-right:before {
    content: "\f0da"
}

.ant-classic-caret-right-1:before,.fa-caret-right-1:before {
    content: "\f167"
}

.ant-classic-caret-square-o-down:before,.fa-caret-square-o-down:before {
    content: "\f168"
}

.ant-classic-caret-square-o-left:before,.fa-caret-square-o-left:before {
    content: "\f169"
}

.ant-classic-caret-square-o-right:before,.fa-caret-square-o-right:before {
    content: "\f16a"
}

.ant-classic-caret-square-o-up:before,.fa-caret-square-o-up:before {
    content: "\f16b"
}

.ant-classic-caret-up:before,.fa-caret-up:before {
    content: "\f0d8"
}

.ant-classic-caret-up-1:before,.fa-caret-up-1:before {
    content: "\f16c"
}

.ant-classic-cart-arrow-down:before,.fa-cart-arrow-down:before {
    content: "\f16d"
}

.ant-classic-cart-plus:before,.fa-cart-plus:before {
    content: "\f16e"
}

.ant-classic-cc:before,.fa-cc:before {
    content: "\f16f"
}

.ant-classic-cc-amex:before,.fa-cc-amex:before {
    content: "\f170"
}

.ant-classic-cc-diners-club:before,.fa-cc-diners-club:before {
    content: "\f171"
}

.ant-classic-cc-discover:before,.fa-cc-discover:before {
    content: "\f172"
}

.ant-classic-cc-jcb:before,.fa-cc-jcb:before {
    content: "\f173"
}

.ant-classic-cc-mastercard:before,.fa-cc-mastercard:before {
    content: "\f174"
}

.ant-classic-cc-paypal:before,.fa-cc-paypal:before {
    content: "\f175"
}

.ant-classic-cc-stripe:before,.fa-cc-stripe:before {
    content: "\f176"
}

.ant-classic-cc-visa:before,.fa-cc-visa:before {
    content: "\f177"
}

.ant-classic-certificate:before,.fa-certificate:before {
    content: "\f178"
}

.ant-classic-chain:before,.fa-chain:before {
    content: "\f179"
}

.ant-classic-chain-broken:before,.fa-chain-broken:before {
    content: "\f17a"
}

.ant-classic-chat-outline:before,.fa-chat-outline:before {
    content: "\e93f"
}

.ant-classic-check:before,.fa-check:before {
    content: "\f17b"
}

.ant-classic-check-circle:before,.fa-check-circle:before {
    content: "\f17c"
}

.ant-classic-check-circle-o:before,.fa-check-circle-o:before {
    content: "\f17d"
}

.ant-classic-check-square:before,.fa-check-square:before {
    content: "\f17e"
}

.ant-classic-check-square-o:before,.fa-check-square-o:before {
    content: "\f17f"
}

.ant-classic-chevron-circle-down:before,.fa-chevron-circle-down:before {
    content: "\f180"
}

.ant-classic-chevron-circle-left:before,.fa-chevron-circle-left:before {
    content: "\f181"
}

.ant-classic-chevron-circle-right:before,.fa-chevron-circle-right:before {
    content: "\f182"
}

.ant-classic-chevron-circle-up:before,.fa-chevron-circle-up:before {
    content: "\f183"
}

.ant-classic-chevron-down:before,.fa-chevron-down:before {
    content: "\f184"
}

.ant-classic-chevron-down-filled:before,.fa-chevron-down-filled:before {
    content: "\e91e"
}

.ant-classic-chevron-left:before,.fa-chevron-left:before {
    content: "\f185"
}

.ant-classic-chevron-left-filled:before,.fa-chevron-left-filled:before {
    content: "\e91f"
}

.ant-classic-chevron-right:before,.fa-chevron-right:before {
    content: "\f186"
}

.ant-classic-chevron-right-filled:before,.fa-chevron-right-filled:before {
    content: "\e924"
}

.ant-classic-chevron-up:before,.fa-chevron-up:before {
    content: "\f187"
}

.ant-classic-chevron-up-filled:before,.fa-chevron-up-filled:before {
    content: "\e920"
}

.ant-classic-child:before,.fa-child:before {
    content: "\f188"
}

.ant-classic-chrome:before,.fa-chrome:before {
    content: "\f189"
}

.ant-classic-circle:before,.fa-circle:before {
    content: "\f18a"
}

.ant-classic-circle-o:before,.fa-circle-o:before {
    content: "\f18b"
}

.ant-classic-circle-o-notch:before,.fa-circle-o-notch:before {
    content: "\f18c"
}

.ant-classic-circle-thin:before,.fa-circle-thin:before {
    content: "\f18d"
}

.ant-classic-clinic:before,.fa-clinic:before {
    content: "\e93d"
}

.ant-classic-clipboard:before,.fa-clipboard:before {
    content: "\f18e"
}

.ant-classic-clock-o:before,.fa-clock-o:before {
    content: "\f18f"
}

.ant-classic-clone:before,.fa-clone:before {
    content: "\f190"
}

.ant-classic-close:before,.fa-close:before {
    content: "\f191"
}

.ant-classic-cloud:before,.fa-cloud:before {
    content: "\f192"
}

.ant-classic-cloud-download:before,.fa-cloud-download:before {
    content: "\f193"
}

.ant-classic-cloud-upload:before,.fa-cloud-upload:before {
    content: "\f194"
}

.ant-classic-cny:before,.fa-cny:before {
    content: "\f195"
}

.ant-classic-code:before,.fa-code:before {
    content: "\f196"
}

.ant-classic-code-fork:before,.fa-code-fork:before {
    content: "\f197"
}

.ant-classic-codepen:before,.fa-codepen:before {
    content: "\f198"
}

.ant-classic-coffee:before,.fa-coffee:before {
    content: "\f199"
}

.ant-classic-cog:before,.fa-cog:before {
    content: "\f19a"
}

.ant-classic-cogs:before,.fa-cogs:before {
    content: "\f19b"
}

.ant-classic-columns:before,.fa-columns:before {
    content: "\f19c"
}

.ant-classic-comment:before,.fa-comment:before {
    content: "\f19d"
}

.ant-classic-comment-o:before,.fa-comment-o:before {
    content: "\f19e"
}

.ant-classic-commenting:before,.fa-commenting:before {
    content: "\f19f"
}

.ant-classic-commenting-o:before,.fa-commenting-o:before {
    content: "\f1a0"
}

.ant-classic-comments:before,.fa-comments:before {
    content: "\f1a1"
}

.ant-classic-comments-o:before,.fa-comments-o:before {
    content: "\f1a2"
}

.ant-classic-compass:before,.fa-compass:before {
    content: "\f1a3"
}

.ant-classic-compress:before,.fa-compress:before {
    content: "\f1a4"
}

.ant-classic-connectdevelop:before,.fa-connectdevelop:before {
    content: "\f1a5"
}

.ant-classic-contao:before,.fa-contao:before {
    content: "\f1a6"
}

.ant-classic-copy:before,.fa-copy:before {
    content: "\f1a7"
}

.ant-classic-copyright:before,.fa-copyright:before {
    content: "\f1a8"
}

.ant-classic-creative-commons:before,.fa-creative-commons:before {
    content: "\f1a9"
}

.ant-classic-credit-card:before,.fa-credit-card:before {
    content: "\f1aa"
}

.ant-classic-critical-condition:before,.fa-critical-condition:before {
    content: "\e92a"
}

.ant-classic-critical-condition-circle:before,.fa-critical-condition-circle:before {
    content: "\e92f"
}

.ant-classic-crop:before,.fa-crop:before {
    content: "\f1ab"
}

.ant-classic-crosshairs:before,.fa-crosshairs:before {
    content: "\f1ac"
}

.ant-classic-crutches:before,.fa-crutches:before {
    content: "\e907"
}

.ant-classic-crutches-circle:before,.fa-crutches-circle:before {
    content: "\e902"
}

.ant-classic-css3:before,.fa-css3:before {
    content: "\f1ad"
}

.ant-classic-cube:before,.fa-cube:before {
    content: "\f1ae"
}

.ant-classic-cubes:before,.fa-cubes:before {
    content: "\f1af"
}

.ant-classic-cut:before,.fa-cut:before {
    content: "\f1b0"
}

.ant-classic-cutlery:before,.fa-cutlery:before {
    content: "\f1b1"
}

.ant-classic-dashboard:before,.fa-dashboard:before {
    content: "\f1b2"
}

.ant-classic-dashcube:before,.fa-dashcube:before {
    content: "\f1b3"
}

.ant-classic-database:before,.fa-database:before {
    content: "\f1b4"
}

.ant-classic-dedent:before,.fa-dedent:before {
    content: "\f1b5"
}

.ant-classic-delicious:before,.fa-delicious:before {
    content: "\f1b6"
}

.ant-classic-desktop:before,.fa-desktop:before {
    content: "\f1b7"
}

.ant-classic-deviantart:before,.fa-deviantart:before {
    content: "\f1b8"
}

.ant-classic-diamond:before,.fa-diamond:before {
    content: "\f1b9"
}

.ant-classic-digg:before,.fa-digg:before {
    content: "\f1ba"
}

.ant-classic-documents-stacked:before,.fa-documents-stacked:before {
    content: "\e921"
}

.ant-classic-dollar:before,.fa-dollar:before {
    content: "\f1bb"
}

.ant-classic-dot-circle-o:before,.fa-dot-circle-o:before {
    content: "\f1bc"
}

.ant-classic-download:before,.fa-download:before {
    content: "\f1bd"
}

.ant-classic-dribbble:before,.fa-dribbble:before {
    content: "\f1be"
}

.ant-classic-dropbox:before,.fa-dropbox:before {
    content: "\f1bf"
}

.ant-classic-drupal:before,.fa-drupal:before {
    content: "\f1c0"
}

.ant-classic-edit:before,.fa-edit:before {
    content: "\f1c1"
}

.ant-classic-eject:before,.fa-eject:before {
    content: "\f1c2"
}

.ant-classic-ellipsis-h:before,.fa-ellipsis-h:before {
    content: "\f1c3"
}

.ant-classic-ellipsis-v:before,.fa-ellipsis-v:before {
    content: "\f1c4"
}

.ant-classic-empire:before,.fa-empire:before {
    content: "\f1c5"
}

.ant-classic-envelope:before,.fa-envelope:before {
    content: "\f1c6"
}

.ant-classic-envelope-o:before,.fa-envelope-o:before {
    content: "\f1c7"
}

.ant-classic-envelope-square:before,.fa-envelope-square:before {
    content: "\f1c8"
}

.ant-classic-eraser:before,.fa-eraser:before {
    content: "\f1c9"
}

.ant-classic-eur:before,.fa-eur:before {
    content: "\f1ca"
}

.ant-classic-euro:before,.fa-euro:before {
    content: "\f1cb"
}

.ant-classic-exchange:before,.fa-exchange:before {
    content: "\f1cc"
}

.ant-classic-exclamation:before,.fa-exclamation:before {
    content: "\f1cd"
}

.ant-classic-exclamation-circle:before,.fa-exclamation-circle:before {
    content: "\f1ce"
}

.ant-classic-exclamation-mark-filled:before,.fa-exclamation-mark-filled:before {
    content: "\e922"
}

.ant-classic-exclamation-mark-filled2:before,.fa-exclamation-mark-filled2:before {
    content: "\e937"
}

.ant-classic-exclamation-triangle:before,.fa-exclamation-triangle:before {
    content: "\f1cf"
}

.ant-classic-exercise-bike:before,.fa-exercise-bike:before {
    content: "\e931"
}

.ant-classic-exercise-bike-circle:before,.fa-exercise-bike-circle:before {
    content: "\e930"
}

.ant-classic-expand:before,.fa-expand:before {
    content: "\f1d0"
}

.ant-classic-expeditedssl:before,.fa-expeditedssl:before {
    content: "\f1d1"
}

.ant-classic-external-link:before,.fa-external-link:before {
    content: "\f1d2"
}

.ant-classic-external-link-square:before,.fa-external-link-square:before {
    content: "\f1d3"
}

.ant-classic-eye:before,.fa-eye:before {
    content: "\f1d4"
}

.ant-classic-eye-slash:before,.fa-eye-slash:before {
    content: "\f1d5"
}

.ant-classic-eyedropper:before,.fa-eyedropper:before {
    content: "\f1d6"
}

.ant-classic-fa-conference-call:before,.fa-fa-conference-call:before {
    content: "\e914"
}

.ant-classic-fa-conference-call-filled:before,.fa-fa-conference-call-filled:before {
    content: "\e913"
}

.ant-classic-fa-pill:before,.fa-fa-pill:before {
    content: "\e916"
}

.ant-classic-fa-pill-filled:before,.fa-fa-pill-filled:before {
    content: "\e915"
}

.ant-classic-fa-storage:before,.fa-fa-storage:before {
    content: "\e918"
}

.ant-classic-fa-storage-filled:before,.fa-fa-storage-filled:before {
    content: "\e917"
}

.ant-classic-fa-triangular-bandage:before,.fa-fa-triangular-bandage:before {
    content: "\e91a"
}

.ant-classic-fa-triangular-bandage-filled:before,.fa-fa-triangular-bandage-filled:before {
    content: "\e919"
}

.ant-classic-fa-view-details:before,.fa-fa-view-details:before {
    content: "\e91c"
}

.ant-classic-fa-view-details-filled:before,.fa-fa-view-details-filled:before {
    content: "\e91b"
}

.ant-classic-facebook:before,.fa-facebook:before {
    content: "\f1d7"
}

.ant-classic-facebook-official:before,.fa-facebook-official:before {
    content: "\f1d8"
}

.ant-classic-facebook-square:before,.fa-facebook-square:before {
    content: "\f1d9"
}

.ant-classic-family:before,.fa-family:before {
    content: "\e908"
}

.ant-classic-family-circle:before,.fa-family-circle:before {
    content: "\e905"
}

.ant-classic-fast-backward:before,.fa-fast-backward:before {
    content: "\f1da"
}

.ant-classic-fast-forward:before,.fa-fast-forward:before {
    content: "\f1db"
}

.ant-classic-fax:before,.fa-fax:before {
    content: "\f1dc"
}

.ant-classic-female:before,.fa-female:before {
    content: "\f1dd"
}

.ant-classic-fertility:before,.fa-fertility:before {
    content: "\e92c"
}

.ant-classic-fertility-circle:before,.fa-fertility-circle:before {
    content: "\e92b"
}

.ant-classic-fighter-jet:before,.fa-fighter-jet:before {
    content: "\f1de"
}

.ant-classic-file:before,.fa-file:before {
    content: "\f1df"
}

.ant-classic-file-archive-o:before,.fa-file-archive-o:before {
    content: "\f1e0"
}

.ant-classic-file-audio-o:before,.fa-file-audio-o:before {
    content: "\f1e1"
}

.ant-classic-file-code-o:before,.fa-file-code-o:before {
    content: "\f1e2"
}

.ant-classic-file-excel-o:before,.fa-file-excel-o:before {
    content: "\f1e3"
}

.ant-classic-file-image-o:before,.fa-file-image-o:before {
    content: "\f1e4"
}

.ant-classic-file-movie-o:before,.fa-file-movie-o:before {
    content: "\f1e5"
}

.ant-classic-file-o:before,.fa-file-o:before {
    content: "\f1e6"
}

.ant-classic-file-pdf-o:before,.fa-file-pdf-o:before {
    content: "\f1e7"
}

.ant-classic-file-photo-o:before,.fa-file-photo-o:before {
    content: "\f1e8"
}

.ant-classic-file-picture-o:before,.fa-file-picture-o:before {
    content: "\f1e9"
}

.ant-classic-file-powerpoint-o:before,.fa-file-powerpoint-o:before {
    content: "\f1ea"
}

.ant-classic-file-sound-o:before,.fa-file-sound-o:before {
    content: "\f1eb"
}

.ant-classic-file-text:before,.fa-file-text:before {
    content: "\f1ec"
}

.ant-classic-file-text-o:before,.fa-file-text-o:before {
    content: "\f1ed"
}

.ant-classic-file-video-o:before,.fa-file-video-o:before {
    content: "\f1ee"
}

.ant-classic-file-word-o:before,.fa-file-word-o:before {
    content: "\f1ef"
}

.ant-classic-file-zip-o:before,.fa-file-zip-o:before {
    content: "\f1f0"
}

.ant-classic-files-o:before,.fa-files-o:before {
    content: "\f1f1"
}

.ant-classic-film:before,.fa-film:before {
    content: "\f1f2"
}

.ant-classic-filter:before,.fa-filter:before {
    content: "\f1f3"
}

.ant-classic-fire:before,.fa-fire:before {
    content: "\f1f4"
}

.ant-classic-fire-extinguisher:before,.fa-fire-extinguisher:before {
    content: "\f1f5"
}

.ant-classic-firefox:before,.fa-firefox:before {
    content: "\f1f6"
}

.ant-classic-flag:before,.fa-flag:before {
    content: "\f1f7"
}

.ant-classic-flag-checkered:before,.fa-flag-checkered:before {
    content: "\f1f8"
}

.ant-classic-flag-o:before,.fa-flag-o:before {
    content: "\f1f9"
}

.ant-classic-flash:before,.fa-flash:before {
    content: "\f1fa"
}

.ant-classic-flask:before,.fa-flask:before {
    content: "\f1fb"
}

.ant-classic-flickr:before,.fa-flickr:before {
    content: "\f1fc"
}

.ant-classic-floppy-o:before,.fa-floppy-o:before {
    content: "\f1fd"
}

.ant-classic-folder:before,.fa-folder:before {
    content: "\f1fe"
}

.ant-classic-folder-o:before,.fa-folder-o:before {
    content: "\f1ff"
}

.ant-classic-folder-open:before,.fa-folder-open:before {
    content: "\f200"
}

.ant-classic-folder-open-o:before,.fa-folder-open-o:before {
    content: "\f201"
}

.ant-classic-font:before,.fa-font:before {
    content: "\f202"
}

.ant-classic-fonticons:before,.fa-fonticons:before {
    content: "\f203"
}

.ant-classic-forumbee:before,.fa-forumbee:before {
    content: "\f204"
}

.ant-classic-forward:before,.fa-forward:before {
    content: "\f205"
}

.ant-classic-foursquare:before,.fa-foursquare:before {
    content: "\f206"
}

.ant-classic-frown-o:before,.fa-frown-o:before {
    content: "\f207"
}

.ant-classic-futbol-o:before,.fa-futbol-o:before {
    content: "\f208"
}

.ant-classic-gamepad:before,.fa-gamepad:before {
    content: "\f209"
}

.ant-classic-gavel:before,.fa-gavel:before {
    content: "\f20a"
}

.ant-classic-gbp:before,.fa-gbp:before {
    content: "\f20b"
}

.ant-classic-gear:before,.fa-gear:before {
    content: "\f20c"
}

.ant-classic-gears:before,.fa-gears:before {
    content: "\f20d"
}

.ant-classic-genderless:before,.fa-genderless:before {
    content: "\f20e"
}

.ant-classic-get-pocket:before,.fa-get-pocket:before {
    content: "\f20f"
}

.ant-classic-gg:before,.fa-gg:before {
    content: "\f210"
}

.ant-classic-gg-circle:before,.fa-gg-circle:before {
    content: "\f211"
}

.ant-classic-gift:before,.fa-gift:before {
    content: "\f212"
}

.ant-classic-git:before,.fa-git:before {
    content: "\f213"
}

.ant-classic-git-square:before,.fa-git-square:before {
    content: "\f214"
}

.ant-classic-github:before,.fa-github:before {
    content: "\f215"
}

.ant-classic-github-alt:before,.fa-github-alt:before {
    content: "\f216"
}

.ant-classic-github-square:before,.fa-github-square:before {
    content: "\f217"
}

.ant-classic-glass:before,.fa-glass:before {
    content: "\f218"
}

.ant-classic-globe:before,.fa-globe:before {
    content: "\f219"
}

.ant-classic-google:before,.fa-google:before {
    content: "\f21a"
}

.ant-classic-google-plus:before,.fa-google-plus:before {
    content: "\f21b"
}

.ant-classic-google-plus-square:before,.fa-google-plus-square:before {
    content: "\f21c"
}

.ant-classic-google-wallet:before,.fa-google-wallet:before {
    content: "\f21d"
}

.ant-classic-graduation-cap:before,.fa-graduation-cap:before {
    content: "\f21e"
}

.ant-classic-gratipay:before,.fa-gratipay:before {
    content: "\f21f"
}

.ant-classic-group:before,.fa-group:before {
    content: "\f220"
}

.ant-classic-h-square:before,.fa-h-square:before {
    content: "\f221"
}

.ant-classic-hacker-news:before,.fa-hacker-news:before {
    content: "\f222"
}

.ant-classic-hand-grab-o:before,.fa-hand-grab-o:before {
    content: "\f223"
}

.ant-classic-hand-heart:before,.fa-hand-heart:before {
    content: "\e940"
}

.ant-classic-hand-lizard-o:before,.fa-hand-lizard-o:before {
    content: "\f224"
}

.ant-classic-hand-o-down:before,.fa-hand-o-down:before {
    content: "\f225"
}

.ant-classic-hand-o-left:before,.fa-hand-o-left:before {
    content: "\f226"
}

.ant-classic-hand-o-right:before,.fa-hand-o-right:before {
    content: "\f227"
}

.ant-classic-hand-o-up:before,.fa-hand-o-up:before {
    content: "\f228"
}

.ant-classic-hand-paper-o:before,.fa-hand-paper-o:before {
    content: "\f229"
}

.ant-classic-hand-peace-o:before,.fa-hand-peace-o:before {
    content: "\f22a"
}

.ant-classic-hand-pointer-o:before,.fa-hand-pointer-o:before {
    content: "\f22b"
}

.ant-classic-hand-rock-o:before,.fa-hand-rock-o:before {
    content: "\f22c"
}

.ant-classic-hand-scissors-o:before,.fa-hand-scissors-o:before {
    content: "\f22d"
}

.ant-classic-hand-spock-o:before,.fa-hand-spock-o:before {
    content: "\f22e"
}

.ant-classic-hand-stop-o:before,.fa-hand-stop-o:before {
    content: "\f22f"
}

.ant-classic-hand-with-pen:before,.fa-hand-with-pen:before {
    content: "\e927"
}

.ant-classic-hand-with-pen-filled:before,.fa-hand-with-pen-filled:before {
    content: "\e926"
}

.ant-classic-handshake:before,.fa-handshake:before {
    content: "\e92d"
}

.ant-classic-handshake-circle:before,.fa-handshake-circle:before {
    content: "\e929"
}

.ant-classic-hdd-o:before,.fa-hdd-o:before {
    content: "\f230"
}

.ant-classic-header:before,.fa-header:before {
    content: "\f231"
}

.ant-classic-headphones:before,.fa-headphones:before {
    content: "\f232"
}

.ant-classic-headset:before,.fa-headset:before {
    content: "\e90f"
}

.ant-classic-heart:before,.fa-heart:before {
    content: "\f233"
}

.ant-classic-heart-o:before,.fa-heart-o:before {
    content: "\f234"
}

.ant-classic-heartbeat:before,.fa-heartbeat:before {
    content: "\f235"
}

.ant-classic-history:before,.fa-history:before {
    content: "\f236"
}

.ant-classic-home:before,.fa-home:before {
    content: "\f237"
}

.ant-classic-hospital-o:before,.fa-hospital-o:before {
    content: "\f238"
}

.ant-classic-hotel:before,.fa-hotel:before {
    content: "\f239"
}

.ant-classic-hourglass:before,.fa-hourglass:before {
    content: "\f23a"
}

.ant-classic-hourglass-1:before,.fa-hourglass-1:before {
    content: "\f23b"
}

.ant-classic-hourglass-2:before,.fa-hourglass-2:before {
    content: "\f23c"
}

.ant-classic-hourglass-3:before,.fa-hourglass-3:before {
    content: "\f23d"
}

.ant-classic-hourglass-end:before,.fa-hourglass-end:before {
    content: "\f23e"
}

.ant-classic-hourglass-half:before,.fa-hourglass-half:before {
    content: "\f23f"
}

.ant-classic-hourglass-o:before,.fa-hourglass-o:before {
    content: "\f240"
}

.ant-classic-hourglass-start:before,.fa-hourglass-start:before {
    content: "\f241"
}

.ant-classic-houzz:before,.fa-houzz:before {
    content: "\f242"
}

.ant-classic-html5:before,.fa-html5:before {
    content: "\f243"
}

.ant-classic-i-cursor:before,.fa-i-cursor:before {
    content: "\f244"
}

.ant-classic-ils:before,.fa-ils:before {
    content: "\f245"
}

.ant-classic-image:before,.fa-image:before {
    content: "\f246"
}

.ant-classic-inbox:before,.fa-inbox:before {
    content: "\f247"
}

.ant-classic-indent:before,.fa-indent:before {
    content: "\f248"
}

.ant-classic-industry:before,.fa-industry:before {
    content: "\f249"
}

.ant-classic-info:before,.fa-info:before {
    content: "\f24a"
}

.ant-classic-info-circle:before,.fa-info-circle:before {
    content: "\f24b"
}

.ant-classic-information-filled:before,.fa-information-filled:before {
    content: "\e923"
}

.ant-classic-information-filled2:before,.fa-information-filled2:before {
    content: "\e938"
}

.ant-classic-inr:before,.fa-inr:before {
    content: "\f24c"
}

.ant-classic-instagram:before,.fa-instagram:before {
    content: "\f24d"
}

.ant-classic-institution:before,.fa-institution:before {
    content: "\f24e"
}

.ant-classic-internet-explorer:before,.fa-internet-explorer:before {
    content: "\f24f"
}

.ant-classic-ioxhost:before,.fa-ioxhost:before {
    content: "\f250"
}

.ant-classic-italic:before,.fa-italic:before {
    content: "\f251"
}

.ant-classic-joomla:before,.fa-joomla:before {
    content: "\f252"
}

.ant-classic-jpy:before,.fa-jpy:before {
    content: "\f253"
}

.ant-classic-jsfiddle:before,.fa-jsfiddle:before {
    content: "\f254"
}

.ant-classic-key:before,.fa-key:before {
    content: "\f255"
}

.ant-classic-keyboard-o:before,.fa-keyboard-o:before {
    content: "\f256"
}

.ant-classic-krw:before,.fa-krw:before {
    content: "\f257"
}

.ant-classic-language:before,.fa-language:before {
    content: "\f258"
}

.ant-classic-laptop:before,.fa-laptop:before {
    content: "\f259"
}

.ant-classic-lastfm:before,.fa-lastfm:before {
    content: "\f25a"
}

.ant-classic-lastfm-square:before,.fa-lastfm-square:before {
    content: "\f25b"
}

.ant-classic-leaf:before,.fa-leaf:before {
    content: "\f25c"
}

.ant-classic-leanpub:before,.fa-leanpub:before {
    content: "\f25d"
}

.ant-classic-legal:before,.fa-legal:before {
    content: "\f25e"
}

.ant-classic-lemon-o:before,.fa-lemon-o:before {
    content: "\f25f"
}

.ant-classic-level-down:before,.fa-level-down:before {
    content: "\f260"
}

.ant-classic-level-up:before,.fa-level-up:before {
    content: "\f261"
}

.ant-classic-life-bouy:before,.fa-life-bouy:before {
    content: "\f262"
}

.ant-classic-life-buoy:before,.fa-life-buoy:before {
    content: "\f263"
}

.ant-classic-life-ring:before,.fa-life-ring:before {
    content: "\f264"
}

.ant-classic-life-saver:before,.fa-life-saver:before {
    content: "\f265"
}

.ant-classic-lightbulb-o:before,.fa-lightbulb-o:before {
    content: "\f266"
}

.ant-classic-line-chart:before,.fa-line-chart:before {
    content: "\f267"
}

.ant-classic-line-graph:before,.fa-line-graph:before {
    content: "\e90e"
}

.ant-classic-link:before,.fa-link:before {
    content: "\f268"
}

.ant-classic-linkedin:before,.fa-linkedin:before {
    content: "\f269"
}

.ant-classic-linkedin-square:before,.fa-linkedin-square:before {
    content: "\f26a"
}

.ant-classic-linux:before,.fa-linux:before {
    content: "\f26b"
}

.ant-classic-list:before,.fa-list:before {
    content: "\f26c"
}

.ant-classic-list-alt:before,.fa-list-alt:before {
    content: "\e912"
}

.ant-classic-list-alt-1:before,.fa-list-alt-1:before {
    content: "\f26d"
}

.ant-classic-list-ol:before,.fa-list-ol:before {
    content: "\f26e"
}

.ant-classic-list-ul:before,.fa-list-ul:before {
    content: "\f26f"
}

.ant-classic-location-arrow:before,.fa-location-arrow:before {
    content: "\f270"
}

.ant-classic-lock:before,.fa-lock:before {
    content: "\f271"
}

.ant-classic-long-arrow-down:before,.fa-long-arrow-down:before {
    content: "\f272"
}

.ant-classic-long-arrow-left:before,.fa-long-arrow-left:before {
    content: "\f273"
}

.ant-classic-long-arrow-right:before,.fa-long-arrow-right:before {
    content: "\f274"
}

.ant-classic-long-arrow-up:before,.fa-long-arrow-up:before {
    content: "\f275"
}

.ant-classic-magic:before,.fa-magic:before {
    content: "\f276"
}

.ant-classic-magnet:before,.fa-magnet:before {
    content: "\f277"
}

.ant-classic-mail-forward:before,.fa-mail-forward:before {
    content: "\f278"
}

.ant-classic-mail-reply:before,.fa-mail-reply:before {
    content: "\f279"
}

.ant-classic-mail-reply-all:before,.fa-mail-reply-all:before {
    content: "\f27a"
}

.ant-classic-male:before,.fa-male:before {
    content: "\f27b"
}

.ant-classic-map:before,.fa-map:before {
    content: "\f27c"
}

.ant-classic-map-marker:before,.fa-map-marker:before {
    content: "\f27d"
}

.ant-classic-map-o:before,.fa-map-o:before {
    content: "\f27e"
}

.ant-classic-map-pin:before,.fa-map-pin:before {
    content: "\f27f"
}

.ant-classic-map-signs:before,.fa-map-signs:before {
    content: "\f280"
}

.ant-classic-mars:before,.fa-mars:before {
    content: "\f281"
}

.ant-classic-mars-double:before,.fa-mars-double:before {
    content: "\f282"
}

.ant-classic-mars-stroke:before,.fa-mars-stroke:before {
    content: "\f283"
}

.ant-classic-mars-stroke-h:before,.fa-mars-stroke-h:before {
    content: "\f284"
}

.ant-classic-mars-stroke-v:before,.fa-mars-stroke-v:before {
    content: "\f285"
}

.ant-classic-maxcdn:before,.fa-maxcdn:before {
    content: "\f286"
}

.ant-classic-meanpath:before,.fa-meanpath:before {
    content: "\f287"
}

.ant-classic-medium:before,.fa-medium:before {
    content: "\f288"
}

.ant-classic-medkit:before,.fa-medkit:before {
    content: "\f289"
}

.ant-classic-meh-o:before,.fa-meh-o:before {
    content: "\f28a"
}

.ant-classic-mercury:before,.fa-mercury:before {
    content: "\f28b"
}

.ant-classic-microphone:before,.fa-microphone:before {
    content: "\f28c"
}

.ant-classic-microphone-slash:before,.fa-microphone-slash:before {
    content: "\f28d"
}

.ant-classic-minus:before,.fa-minus:before {
    content: "\f28e"
}

.ant-classic-minus-circle:before,.fa-minus-circle:before {
    content: "\f28f"
}

.ant-classic-minus-square:before,.fa-minus-square:before {
    content: "\f290"
}

.ant-classic-minus-square-o:before,.fa-minus-square-o:before {
    content: "\f291"
}

.ant-classic-mobile:before,.fa-mobile:before {
    content: "\f292"
}

.ant-classic-mobile-phone:before,.fa-mobile-phone:before {
    content: "\f293"
}

.ant-classic-money:before,.fa-money:before {
    content: "\f294"
}

.ant-classic-moon-o:before,.fa-moon-o:before {
    content: "\f295"
}

.ant-classic-mortar-board:before,.fa-mortar-board:before {
    content: "\f296"
}

.ant-classic-motorcycle:before,.fa-motorcycle:before {
    content: "\f297"
}

.ant-classic-mouse-pointer:before,.fa-mouse-pointer:before {
    content: "\f298"
}

.ant-classic-music:before,.fa-music:before {
    content: "\f299"
}

.ant-classic-navicon:before,.fa-navicon:before {
    content: "\f29a"
}

.ant-classic-neuter:before,.fa-neuter:before {
    content: "\f29b"
}

.ant-classic-newspaper-o:before,.fa-newspaper-o:before {
    content: "\f29c"
}

.ant-classic-object-group:before,.fa-object-group:before {
    content: "\f29d"
}

.ant-classic-object-ungroup:before,.fa-object-ungroup:before {
    content: "\f29e"
}

.ant-classic-odnoklassniki:before,.fa-odnoklassniki:before {
    content: "\f29f"
}

.ant-classic-odnoklassniki-square:before,.fa-odnoklassniki-square:before {
    content: "\f2a0"
}

.ant-classic-opencart:before,.fa-opencart:before {
    content: "\f2a1"
}

.ant-classic-openid:before,.fa-openid:before {
    content: "\f2a2"
}

.ant-classic-opera:before,.fa-opera:before {
    content: "\f2a3"
}

.ant-classic-optin-monster:before,.fa-optin-monster:before {
    content: "\f2a4"
}

.ant-classic-outdent:before,.fa-outdent:before {
    content: "\f2a5"
}

.ant-classic-pagelines:before,.fa-pagelines:before {
    content: "\f2a6"
}

.ant-classic-paint-brush:before,.fa-paint-brush:before {
    content: "\f2a7"
}

.ant-classic-paper-plane:before,.fa-paper-plane:before {
    content: "\f2a8"
}

.ant-classic-paper-plane-o:before,.fa-paper-plane-o:before {
    content: "\f2a9"
}

.ant-classic-paperclip:before,.fa-paperclip:before {
    content: "\f2aa"
}

.ant-classic-paragraph:before,.fa-paragraph:before {
    content: "\f2ab"
}

.ant-classic-paste:before,.fa-paste:before {
    content: "\f2ac"
}

.ant-classic-pause:before,.fa-pause:before {
    content: "\f2ad"
}

.ant-classic-paw:before,.fa-paw:before {
    content: "\f2ae"
}

.ant-classic-paypal:before,.fa-paypal:before {
    content: "\f2af"
}

.ant-classic-pencil:before,.fa-pencil:before {
    content: "\f2b0"
}

.ant-classic-pencil-square:before,.fa-pencil-square:before {
    content: "\f2b1"
}

.ant-classic-pencil-square-o:before,.fa-pencil-square-o:before {
    content: "\f2b2"
}

.ant-classic-pestal_mortar:before,.fa-pestal_mortar:before {
    content: "\e934"
}

.ant-classic-phone:before,.fa-phone:before {
    content: "\f2b3"
}

.ant-classic-phone-filled:before,.fa-phone-filled:before {
    content: "\e936"
}

.ant-classic-phone-square:before,.fa-phone-square:before {
    content: "\f2b4"
}

.ant-classic-photo:before,.fa-photo:before {
    content: "\f2b5"
}

.ant-classic-picture-o:before,.fa-picture-o:before {
    content: "\f2b6"
}

.ant-classic-pie-chart:before,.fa-pie-chart:before {
    content: "\f2b7"
}

.ant-classic-pied-piper:before,.fa-pied-piper:before {
    content: "\f2b8"
}

.ant-classic-pied-piper-alt:before,.fa-pied-piper-alt:before {
    content: "\f2b9"
}

.ant-classic-pinterest:before,.fa-pinterest:before {
    content: "\f2ba"
}

.ant-classic-pinterest-p:before,.fa-pinterest-p:before {
    content: "\f2bb"
}

.ant-classic-pinterest-square:before,.fa-pinterest-square:before {
    content: "\f2bc"
}

.ant-classic-plane:before,.fa-plane:before {
    content: "\f2bd"
}

.ant-classic-play:before,.fa-play:before {
    content: "\f2be"
}

.ant-classic-play-circle:before,.fa-play-circle:before {
    content: "\f2bf"
}

.ant-classic-play-circle-o:before,.fa-play-circle-o:before {
    content: "\f2c0"
}

.ant-classic-plug:before,.fa-plug:before {
    content: "\f2c1"
}

.ant-classic-plus:before,.collapse-block .ant-collapse-heading .ant-collapse-button .fa:before,.fa-plus:before {
    content: "\f2c2"
}

.ant-classic-plus-circle:before,.fa-plus-circle:before {
    content: "\f2c3"
}

.ant-classic-plus-square:before,.fa-plus-square:before {
    content: "\f2c4"
}

.ant-classic-plus-square-o:before,.fa-plus-square-o:before {
    content: "\f2c5"
}

.ant-classic-power-off:before,.fa-power-off:before {
    content: "\f2c6"
}

.ant-classic-prescription_pill_bottle:before,.fa-prescription_pill_bottle:before {
    content: "\e93c"
}

.ant-classic-print:before,.fa-print:before {
    content: "\f2c7"
}

.ant-classic-pulse:before,.fa-pulse:before {
    content: "\e90c"
}

.ant-classic-pulse-circle:before,.fa-pulse-circle:before {
    content: "\e904"
}

.ant-classic-purchase_order:before,.fa-purchase_order:before {
    content: "\e93b"
}

.ant-classic-puzzle-piece:before,.fa-puzzle-piece:before {
    content: "\f2c8"
}

.ant-classic-qq:before,.fa-qq:before {
    content: "\f2c9"
}

.ant-classic-qrcode:before,.fa-qrcode:before {
    content: "\f2ca"
}

.ant-classic-question:before,.fa-question:before {
    content: "\f2cb"
}

.ant-classic-question-circle:before,.fa-question-circle:before {
    content: "\f2cc"
}

.ant-classic-quote-left:before,.fa-quote-left:before {
    content: "\f2cd"
}

.ant-classic-quote-right:before,.fa-quote-right:before {
    content: "\f2ce"
}

.ant-classic-ra:before,.fa-ra:before {
    content: "\f2cf"
}

.ant-classic-random:before,.fa-random:before {
    content: "\f2d0"
}

.ant-classic-rebel:before,.fa-rebel:before {
    content: "\f2d1"
}

.ant-classic-receive_cash:before,.fa-receive_cash:before {
    content: "\e93a"
}

.ant-classic-recycle:before,.fa-recycle:before {
    content: "\f2d2"
}

.ant-classic-reddit:before,.fa-reddit:before {
    content: "\f2d3"
}

.ant-classic-reddit-square:before,.fa-reddit-square:before {
    content: "\f2d4"
}

.ant-classic-refresh:before,.fa-refresh:before {
    content: "\f2d5"
}

.ant-classic-reg-employer:before,.fa-reg-employer:before {
    content: "\e941"
}

.ant-classic-reg-guest:before,.fa-reg-guest:before {
    content: "\e942"
}

.ant-classic-reg-member:before,.fa-reg-member:before {
    content: "\e943"
}

.ant-classic-reg-producer:before,.fa-reg-producer:before {
    content: "\e946"
}

.ant-classic-reg-provider:before,.fa-reg-provider:before {
    content: "\e945"
}

.ant-classic-reg-shopper:before,.fa-reg-shopper:before {
    content: "\e944"
}

.ant-classic-registered:before,.fa-registered:before {
    content: "\f2d6"
}

.ant-classic-renren:before,.fa-renren:before {
    content: "\f2d7"
}

.ant-classic-reorder:before,.fa-reorder:before {
    content: "\f2d8"
}

.ant-classic-remove:before,.fa-remove:before {
    content: "\f191"
}

.ant-classic-repeat:before,.fa-repeat:before {
    content: "\f2d9"
}

.ant-classic-reply:before,.fa-reply:before {
    content: "\f2da"
}

.ant-classic-reply-all:before,.fa-reply-all:before {
    content: "\f2db"
}

.ant-classic-retweet:before,.fa-retweet:before {
    content: "\f2dc"
}

.ant-classic-rmb:before,.fa-rmb:before {
    content: "\f2dd"
}

.ant-classic-road:before,.fa-road:before {
    content: "\f2de"
}

.ant-classic-rocket:before,.fa-rocket:before {
    content: "\f2df"
}

.ant-classic-rotate-left:before,.fa-rotate-left:before {
    content: "\f2e0"
}

.ant-classic-rotate-right:before,.fa-rotate-right:before {
    content: "\f2e1"
}

.ant-classic-rouble:before,.fa-rouble:before {
    content: "\f2e2"
}

.ant-classic-rss:before,.fa-rss:before {
    content: "\f2e3"
}

.ant-classic-rss-square:before,.fa-rss-square:before {
    content: "\f2e4"
}

.ant-classic-rub:before,.fa-rub:before {
    content: "\f2e5"
}

.ant-classic-ruble:before,.fa-ruble:before {
    content: "\f2e6"
}

.ant-classic-running-shoe:before,.fa-running-shoe:before {
    content: "\e932"
}

.ant-classic-running-shoe-circle:before,.fa-running-shoe-circle:before {
    content: "\e92e"
}

.ant-classic-rupee:before,.fa-rupee:before {
    content: "\f2e7"
}

.ant-classic-rx:before,.fa-rx:before {
    content: "\e90d"
}

.ant-classic-rx-circle:before,.fa-rx-circle:before {
    content: "\e906"
}

.ant-classic-safari:before,.fa-safari:before {
    content: "\f2e8"
}

.ant-classic-save:before,.fa-save:before {
    content: "\f2e9"
}

.ant-classic-scissors:before,.fa-scissors:before {
    content: "\f2ea"
}

.ant-classic-search:before,.fa-search:before {
    content: "\f2eb"
}

.ant-classic-search-minus:before,.fa-search-minus:before {
    content: "\f2ec"
}

.ant-classic-search-plus:before,.fa-search-plus:before {
    content: "\f2ed"
}

.ant-classic-sellsy:before,.fa-sellsy:before {
    content: "\f2ee"
}

.ant-classic-server:before,.fa-server:before {
    content: "\f2ef"
}

.ant-classic-share:before,.fa-share:before {
    content: "\f2f0"
}

.ant-classic-share-alt:before,.fa-share-alt:before {
    content: "\f2f1"
}

.ant-classic-share-alt-square:before,.fa-share-alt-square:before {
    content: "\f2f2"
}

.ant-classic-share-square:before,.fa-share-square:before {
    content: "\f2f3"
}

.ant-classic-share-square-o:before,.fa-share-square-o:before {
    content: "\f2f4"
}

.ant-classic-shekel:before,.fa-shekel:before {
    content: "\f2f5"
}

.ant-classic-sheqel:before,.fa-sheqel:before {
    content: "\f2f6"
}

.ant-classic-shield:before,.fa-shield:before {
    content: "\f2f7"
}

.ant-classic-ship:before,.fa-ship:before {
    content: "\f2f8"
}

.ant-classic-shirtsinbulk:before,.fa-shirtsinbulk:before {
    content: "\f2f9"
}

.ant-classic-shopping-cart:before,.fa-shopping-cart:before {
    content: "\f2fa"
}

.ant-classic-sign-in:before,.fa-sign-in:before {
    content: "\f2fb"
}

.ant-classic-sign-out:before,.fa-sign-out:before {
    content: "\f2fc"
}

.ant-classic-signal:before,.fa-signal:before {
    content: "\f2fd"
}

.ant-classic-simplybuilt:before,.fa-simplybuilt:before {
    content: "\f2fe"
}

.ant-classic-sitemap:before,.fa-sitemap:before {
    content: "\f2ff"
}

.ant-classic-skyatlas:before,.fa-skyatlas:before {
    content: "\f300"
}

.ant-classic-skype:before,.fa-skype:before {
    content: "\f301"
}

.ant-classic-slack:before,.fa-slack:before {
    content: "\f302"
}

.ant-classic-sliders:before,.fa-sliders:before {
    content: "\f303"
}

.ant-classic-slideshare:before,.fa-slideshare:before {
    content: "\f304"
}

.ant-classic-smile-o:before,.fa-smile-o:before {
    content: "\f305"
}

.ant-classic-sort:before,.fa-sort:before {
    content: "\f306"
}

.ant-classic-sort-alpha-asc:before,.fa-sort-alpha-asc:before {
    content: "\f307"
}

.ant-classic-sort-alpha-desc:before,.fa-sort-alpha-desc:before {
    content: "\f308"
}

.ant-classic-sort-amount-asc:before,.fa-sort-amount-asc:before {
    content: "\f309"
}

.ant-classic-sort-amount-desc:before,.fa-sort-amount-desc:before {
    content: "\f30a"
}

.ant-classic-sort-asc:before,.fa-sort-asc:before {
    content: "\f30b"
}

.ant-classic-sort-desc:before,.fa-sort-desc:before {
    content: "\f30c"
}

.ant-classic-sort-numeric-asc:before,.fa-sort-numeric-asc:before {
    content: "\f30d"
}

.ant-classic-sort-numeric-desc:before,.fa-sort-numeric-desc:before {
    content: "\f30e"
}

.ant-classic-soundcloud:before,.fa-soundcloud:before {
    content: "\f30f"
}

.ant-classic-space-shuttle:before,.fa-space-shuttle:before {
    content: "\f310"
}

.ant-classic-spinner:before,.fa-spinner:before {
    content: "\f311"
}

.ant-classic-spoon:before,.fa-spoon:before {
    content: "\f312"
}

.ant-classic-spotify:before,.fa-spotify:before {
    content: "\f313"
}

.ant-classic-square:before,.fa-square:before {
    content: "\f314"
}

.ant-classic-square-o:before,.fa-square-o:before {
    content: "\f315"
}

.ant-classic-stack-exchange:before,.fa-stack-exchange:before {
    content: "\f316"
}

.ant-classic-stack-overflow:before,.fa-stack-overflow:before {
    content: "\f317"
}

.ant-classic-star:before,.fa-star:before {
    content: "\f318"
}

.ant-classic-star-half:before,.fa-star-half:before {
    content: "\f319"
}

.ant-classic-star-half-o:before,.fa-star-half-o:before {
    content: "\f31a"
}

.ant-classic-star-o:before,.fa-star-o:before {
    content: "\f31b"
}

.ant-classic-steam:before,.fa-steam:before {
    content: "\f31c"
}

.ant-classic-steam-square:before,.fa-steam-square:before {
    content: "\f31d"
}

.ant-classic-step-backward:before,.fa-step-backward:before {
    content: "\f31e"
}

.ant-classic-step-forward:before,.fa-step-forward:before {
    content: "\f31f"
}

.ant-classic-stethoscope:before,.fa-stethoscope:before {
    content: "\f320"
}

.ant-classic-sticky-note:before,.fa-sticky-note:before {
    content: "\f321"
}

.ant-classic-sticky-note-o:before,.fa-sticky-note-o:before {
    content: "\f322"
}

.ant-classic-stop:before,.fa-stop:before {
    content: "\f323"
}

.ant-classic-street-view:before,.fa-street-view:before {
    content: "\f324"
}

.ant-classic-strikethrough:before,.fa-strikethrough:before {
    content: "\f325"
}

.ant-classic-stumbleupon:before,.fa-stumbleupon:before {
    content: "\f326"
}

.ant-classic-stumbleupon-circle:before,.fa-stumbleupon-circle:before {
    content: "\f327"
}

.ant-classic-subscript:before,.fa-subscript:before {
    content: "\f328"
}

.ant-classic-subway:before,.fa-subway:before {
    content: "\f329"
}

.ant-classic-suitcase:before,.fa-suitcase:before {
    content: "\f32a"
}

.ant-classic-sun-o:before,.fa-sun-o:before {
    content: "\f32b"
}

.ant-classic-superscript:before,.fa-superscript:before {
    content: "\f32c"
}

.ant-classic-table:before,.fa-table:before {
    content: "\e911"
}

.ant-classic-table-1:before,.fa-table-1:before {
    content: "\f32d"
}

.ant-classic-tablet:before,.fa-tablet:before {
    content: "\f32e"
}

.ant-classic-tachometer:before,.fa-tachometer:before {
    content: "\f32f"
}

.ant-classic-tag:before,.fa-tag:before {
    content: "\f330"
}

.ant-classic-tags:before,.fa-tags:before {
    content: "\f331"
}

.ant-classic-tasks:before,.fa-tasks:before {
    content: "\f332"
}

.ant-classic-taxi:before,.fa-taxi:before {
    content: "\f333"
}

.ant-classic-television:before,.fa-television:before {
    content: "\f334"
}

.ant-classic-tencent-weibo:before,.fa-tencent-weibo:before {
    content: "\f335"
}

.ant-classic-terminal:before,.fa-terminal:before {
    content: "\f336"
}

.ant-classic-text-height:before,.fa-text-height:before {
    content: "\f337"
}

.ant-classic-text-width:before,.fa-text-width:before {
    content: "\f338"
}

.ant-classic-th:before,.fa-th:before {
    content: "\e910"
}

.ant-classic-th-1:before,.fa-th-1:before {
    content: "\f339"
}

.ant-classic-th-large:before,.fa-th-large:before {
    content: "\f33a"
}

.ant-classic-th-list:before,.fa-th-list:before {
    content: "\f33b"
}

.ant-classic-thumb-tack:before,.fa-thumb-tack:before {
    content: "\f33c"
}

.ant-classic-thumbs-down:before,.fa-thumbs-down:before {
    content: "\f33d"
}

.ant-classic-thumbs-o-down:before,.fa-thumbs-o-down:before {
    content: "\f33e"
}

.ant-classic-thumbs-o-up:before,.fa-thumbs-o-up:before {
    content: "\f33f"
}

.ant-classic-thumbs-up:before,.fa-thumbs-up:before {
    content: "\f340"
}

.ant-classic-ticket:before,.fa-ticket:before {
    content: "\f341"
}

.ant-classic-times:before,.fa-times:before {
    content: "\f342"
}

.ant-classic-times-circle:before,.fa-times-circle:before {
    content: "\f343"
}

.ant-classic-times-circle-o:before,.fa-times-circle-o:before {
    content: "\f344"
}

.ant-classic-tint:before,.fa-tint:before {
    content: "\f345"
}

.ant-classic-toggle-off:before,.fa-toggle-off:before {
    content: "\f346"
}

.ant-classic-toggle-on:before,.fa-toggle-on:before {
    content: "\f347"
}

.ant-classic-toothbrush:before,.fa-toothbrush:before {
    content: "\e90a"
}

.ant-classic-toothbrush-circle:before,.fa-toothbrush-circle:before {
    content: "\e901"
}

.ant-classic-trademark:before,.fa-trademark:before {
    content: "\f348"
}

.ant-classic-train:before,.fa-train:before {
    content: "\f349"
}

.ant-classic-transgender:before,.fa-transgender:before {
    content: "\f34a"
}

.ant-classic-transgender-alt:before,.fa-transgender-alt:before {
    content: "\f34b"
}

.ant-classic-trash:before,.fa-trash:before {
    content: "\f34c"
}

.ant-classic-trash-o:before,.fa-trash-o:before {
    content: "\f34d"
}

.ant-classic-treatment_plan:before,.fa-treatment_plan:before {
    content: "\e939"
}

.ant-classic-tree:before,.fa-tree:before {
    content: "\f34e"
}

.ant-classic-trello:before,.fa-trello:before {
    content: "\f34f"
}

.ant-classic-tripadvisor:before,.fa-tripadvisor:before {
    content: "\f350"
}

.ant-classic-trophy:before,.fa-trophy:before {
    content: "\f351"
}

.ant-classic-truck:before,.fa-truck:before {
    content: "\f352"
}

.ant-classic-try:before,.fa-try:before {
    content: "\f353"
}

.ant-classic-tty:before,.fa-tty:before {
    content: "\f354"
}

.ant-classic-tumblr:before,.fa-tumblr:before {
    content: "\f355"
}

.ant-classic-tumblr-square:before,.fa-tumblr-square:before {
    content: "\f356"
}

.ant-classic-turkish-lira:before,.fa-turkish-lira:before {
    content: "\f357"
}

.ant-classic-twitch:before,.fa-twitch:before {
    content: "\f358"
}

.ant-classic-twitter:before,.fa-twitter:before {
    content: "\f359"
}

.ant-classic-twitter-square:before,.fa-twitter-square:before {
    content: "\f35a"
}

.ant-classic-umbrella:before,.fa-umbrella:before {
    content: "\f35b"
}

.ant-classic-underline:before,.fa-underline:before {
    content: "\f35c"
}

.ant-classic-undo:before,.fa-undo:before {
    content: "\f35d"
}

.ant-classic-university:before,.fa-university:before {
    content: "\f35e"
}

.ant-classic-unlink:before,.fa-unlink:before {
    content: "\f35f"
}

.ant-classic-unlock:before,.fa-unlock:before {
    content: "\f360"
}

.ant-classic-unlock-alt:before,.fa-unlock-alt:before {
    content: "\f361"
}

.ant-classic-upload:before,.fa-upload:before {
    content: "\f362"
}

.ant-classic-usd:before,.fa-usd:before {
    content: "\f363"
}

.ant-classic-user:before,.fa-user:before {
    content: "\f364"
}

.ant-classic-user-md:before,.fa-user-md:before {
    content: "\f365"
}

.ant-classic-user-plus:before,.fa-user-plus:before {
    content: "\f366"
}

.ant-classic-user-secret:before,.fa-user-secret:before {
    content: "\f367"
}

.ant-classic-user-times:before,.fa-user-times:before {
    content: "\f368"
}

.ant-classic-users:before,.fa-users:before {
    content: "\f369"
}

.ant-classic-venus:before,.fa-venus:before {
    content: "\f36a"
}

.ant-classic-venus-double:before,.fa-venus-double:before {
    content: "\f36b"
}

.ant-classic-venus-mars:before,.fa-venus-mars:before {
    content: "\f36c"
}

.ant-classic-viacoin:before,.fa-viacoin:before {
    content: "\f36d"
}

.ant-classic-video-camera:before,.fa-video-camera:before {
    content: "\f36e"
}

.ant-classic-vimeo:before,.fa-vimeo:before {
    content: "\f36f"
}

.ant-classic-vimeo-square:before,.fa-vimeo-square:before {
    content: "\f370"
}

.ant-classic-vine:before,.fa-vine:before {
    content: "\f371"
}

.ant-classic-vision:before,.fa-vision:before {
    content: "\e909"
}

.ant-classic-vision-circle:before,.fa-vision-circle:before {
    content: "\e903"
}

.ant-classic-vk:before,.fa-vk:before {
    content: "\f372"
}

.ant-classic-volume-down:before,.fa-volume-down:before {
    content: "\f373"
}

.ant-classic-volume-off:before,.fa-volume-off:before {
    content: "\f374"
}

.ant-classic-volume-up:before,.fa-volume-up:before {
    content: "\f375"
}

.ant-classic-warning:before,.fa-warning:before {
    content: "\f376"
}

.ant-classic-wechat:before,.fa-wechat:before {
    content: "\f377"
}

.ant-classic-weibo:before,.fa-weibo:before {
    content: "\f378"
}

.ant-classic-weixin:before,.fa-weixin:before {
    content: "\f379"
}

.ant-classic-whatsapp:before,.fa-whatsapp:before {
    content: "\f37a"
}

.ant-classic-wheelchair:before,.fa-wheelchair:before {
    content: "\f37b"
}

.ant-classic-whistle:before,.fa-whistle:before {
    content: "\e933"
}

.ant-classic-whistle-circle:before,.fa-whistle-circle:before {
    content: "\e935"
}

.ant-classic-wifi:before,.fa-wifi:before {
    content: "\f37c"
}

.ant-classic-wikipedia-w:before,.fa-wikipedia-w:before {
    content: "\f37d"
}

.ant-classic-windows:before,.fa-windows:before {
    content: "\f37e"
}

.ant-classic-won:before,.fa-won:before {
    content: "\f37f"
}

.ant-classic-wordpress:before,.fa-wordpress:before {
    content: "\f380"
}

.ant-classic-wrench:before,.fa-wrench:before {
    content: "\f381"
}

.ant-classic-xing:before,.fa-xing:before {
    content: "\f382"
}

.ant-classic-xing-square:before,.fa-xing-square:before {
    content: "\f383"
}

.ant-classic-y-combinator:before,.fa-y-combinator:before {
    content: "\f384"
}

.ant-classic-y-combinator-square:before,.fa-y-combinator-square:before {
    content: "\f385"
}

.ant-classic-yahoo:before,.fa-yahoo:before {
    content: "\f386"
}

.ant-classic-yc:before,.fa-yc:before {
    content: "\f387"
}

.ant-classic-yc-square:before,.fa-yc-square:before {
    content: "\f388"
}

.ant-classic-yelp:before,.fa-yelp:before {
    content: "\f389"
}

.ant-classic-yen:before,.fa-yen:before {
    content: "\f38a"
}

.ant-classic-youtube:before,.fa-youtube:before {
    content: "\f38b"
}

.ant-classic-youtube-play:before,.fa-youtube-play:before {
    content: "\f38c"
}

.ant-classic-youtube-square:before,.fa-youtube-square:before {
    content: "\f38d"
}

@font-face {
    font-family: "Open Sans";
    font-display: auto;
    src: url(../fonts/open-sans/OpenSans-Light.ttf) format("truetype"),url(../fonts/open-sans/OpenSans-Light.woff) format("woff"),url(../fonts/open-sans/OpenSans-Light.woff2) format("woff2");
    font-weight: 300
}

@font-face {
    font-family: "Open Sans";
    font-display: auto;
    src: url(../fonts/open-sans/OpenSans-Regular.ttf) format("truetype"),url(../fonts/open-sans/OpenSans-Regular.woff) format("woff"),url(../fonts/open-sans/OpenSans-Regular.woff2) format("woff2");
    font-weight: 400
}

@font-face {
    font-family: "Open Sans";
    font-display: auto;
    src: url(../fonts/open-sans/OpenSans-Semibold.ttf) format("truetype"),url(../fonts/open-sans/OpenSans-Semibold.woff) format("woff"),url(../fonts/open-sans/OpenSans-Semibold.woff2) format("woff2");
    font-weight: 600
}

@font-face {
    font-family: "Open Sans";
    font-display: auto;
    src: url(../fonts/open-sans/OpenSans-Bold.ttf) format("truetype"),url(../fonts/open-sans/OpenSans-Bold.woff) format("woff"),url(../fonts/open-sans/OpenSans-Bold.woff2) format("woff2");
    font-weight: 700
}

@media screen and (min-width: 800px) {
    html {
        font-size:16px
    }
}

@media screen and (min-width: 1024px) {
    html {
        font-size:18px
    }
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
@-webkit-keyframes bounce {
    0%,20%,53%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0)
    }
}

@keyframes bounce {
    0%,20%,53%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0)
    }
}

@-webkit-keyframes flash {
    0%,50%,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,50%,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@-webkit-keyframes pulse {
    0%,to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }
}

@keyframes pulse {
    0%,to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }
}

@-webkit-keyframes rubberBand {
    0%,to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1)
    }

    40% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1)
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1)
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1)
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1)
    }
}

@keyframes rubberBand {
    0%,to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1)
    }

    40% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1)
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1)
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1)
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1)
    }
}

@-webkit-keyframes shake {
    0%,to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }
}

@keyframes shake {
    0%,to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0,0,1,15deg);
        transform: rotate3d(0,0,1,15deg)
    }

    40% {
        -webkit-transform: rotate3d(0,0,1,-10deg);
        transform: rotate3d(0,0,1,-10deg)
    }

    60% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg)
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,-5deg);
        transform: rotate3d(0,0,1,-5deg)
    }

    to {
        -webkit-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0,0,1,15deg);
        transform: rotate3d(0,0,1,15deg)
    }

    40% {
        -webkit-transform: rotate3d(0,0,1,-10deg);
        transform: rotate3d(0,0,1,-10deg)
    }

    60% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg)
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,-5deg);
        transform: rotate3d(0,0,1,-5deg)
    }

    to {
        -webkit-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg)
    }
}

@-webkit-keyframes tada {
    0%,to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
    }
}

@keyframes tada {
    0%,to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
    }
}

@-webkit-keyframes wobble {
    0%,to {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
        transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
        transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
        transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
        transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
        transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
    }
}

@keyframes wobble {
    0%,to {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
        transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
        transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
        transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
        transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
        transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
    }
}

@-webkit-keyframes jello {
    0%,11.1%,to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {
    0%,11.1%,to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@-webkit-keyframes bounceIn {
    0%,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes bounceIn {
    0%,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@-webkit-keyframes bounceInDown {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0)
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0)
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes bounceInLeft {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes bounceInRight {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0);
        transform: translate3d(3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0);
        transform: translate3d(-25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0);
        transform: translate3d(3000px,0,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0);
        transform: translate3d(-25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes bounceInUp {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,3000px,0);
        transform: translate3d(0,3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    75% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0)
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes bounceInUp {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,3000px,0);
        transform: translate3d(0,3000px,0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    75% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0)
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px,0,0);
        transform: translate3d(20px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px,0,0);
        transform: translate3d(20px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0)
    }
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0)
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0)
    }
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0)
    }
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
        transform: perspective(400px) rotate3d(0,1,0,-360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
        transform: perspective(400px) scale3d(.95,.95,.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
        transform: perspective(400px) rotate3d(0,1,0,-360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
        transform: perspective(400px) scale3d(.95,.95,.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
        transform: perspective(400px) rotate3d(1,0,0,-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
        transform: perspective(400px) rotate3d(1,0,0,-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
        transform: perspective(400px) rotate3d(0,1,0,-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
        transform: perspective(400px) rotate3d(0,1,0,-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        opacity: 0
    }
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
        transform: perspective(400px) rotate3d(0,1,0,-15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
        transform: perspective(400px) rotate3d(0,1,0,-15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0
    }
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
        transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
        transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0
    }
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,-200deg);
        transform: rotate3d(0,0,1,-200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,-200deg);
        transform: rotate3d(0,0,1,-200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-90deg);
        transform: rotate3d(0,0,1,-90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-90deg);
        transform: rotate3d(0,0,1,-90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,200deg);
        transform: rotate3d(0,0,1,200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,200deg);
        transform: rotate3d(0,0,1,200deg);
        opacity: 0
    }
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0
    }
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0
    }
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,90deg);
        transform: rotate3d(0,0,1,90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,90deg);
        transform: rotate3d(0,0,1,90deg);
        opacity: 0
    }
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        -webkit-transform: rotate3d(0,0,1,80deg);
        transform: rotate3d(0,0,1,80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,80% {
        -webkit-transform: rotate3d(0,0,1,60deg);
        transform: rotate3d(0,0,1,60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0,700px,0);
        transform: translate3d(0,700px,0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        -webkit-transform: rotate3d(0,0,1,80deg);
        transform: rotate3d(0,0,1,80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,80% {
        -webkit-transform: rotate3d(0,0,1,60deg);
        transform: rotate3d(0,0,1,60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0,700px,0);
        transform: translate3d(0,700px,0);
        opacity: 0
    }
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
        transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
        transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
        transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
        transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg)
    }
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }
}

@keyframes selectorfadein {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes sk-stretchdelay {
    0%,40%,to {
        -webkit-transform: scaleY(.4)
    }

    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes sk-stretchdelay {
    0%,40%,to {
        transform: scaleY(.4);
        -webkit-transform: scaleY(.4)
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

.flipInX,.flipInY,.flipOutX,.flipOutY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

.flipInY,.flipOutX,.flipOutY {
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

.flipOutX,.flipOutY {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX
}

.flipOutY {
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.ant-content-callout {
    margin-bottom: 2.7777777778rem;
    margin-top: 1.1111111111rem
}

.ant-content-callout .ant-callout-img-wrapper {
    text-align: center;
    margin-bottom: 1.6666666667rem
}

.ant-content-callout .ant-callout-img-wrapper .fa {
    font-size: 2.778rem;
    text-align: center;
    width: 5.556rem;
    border-radius: 50%;
    display: inline-block
}

.ant-content-callout .ant-callout-img-wrapper img,.ant-content-callout.ant-hero-callout .ant-callout-img-wrapper img {
    max-width: 100%
}

.ant-content-callout .ant-callout-content h3 {
    margin-bottom: .8333333333rem
}

.ant-content-callout .ant-callout-content p,table th {
    text-align: left
}

.ant-content-callout .ant-callout-links a:not(.btn) {
    text-align: left;
    display: inline-block;
    float: left
}

.ant-content-callout.ant-image-callout h3 {
    text-align: center
}

@media screen and (min-width: 375px) {
    .ant-content-callout.ant-image-callout .ant-callout-img-wrapper {
        width:120px;
        float: left;
        margin-top: 5px
    }

    .ant-content-callout.ant-image-callout .ant-callout-content {
        float: left;
        width: calc(100% - 120px);
        padding-left: 1.1111111111rem
    }

    .ant-content-callout.ant-image-callout h3 {
        text-align: left
    }
}

.ant-content-callout.ant-icon-callout h3 {
    text-align: center
}

.ant-content-callout.ant-hero-callout .ant-callout-img-wrapper {
    width: 100%;
    margin-top: .2777777778rem
}

.data-uxd-card {
    padding: 50px 2rem
}

.data-uxd-card.content-container:first-of-type {
    margin-bottom: 40px
}

.data-uxd-card:not(.content-container) {
    padding: 50px 2rem 30px;
    margin: 30px auto 40px
}

.data-uxd-card .card-title {
    text-align: center;
    font-weight: 200;
    font-size: 2.3333rem
}

.data-uxd-card .card-title:after {
    content: " ";
    display: block;
    height: 4px;
    margin: 25px auto 50px;
    position: relative;
    width: 108px
}

.masthead .headline-underline:after,.masthead.black-text .headline-underline:after,.wide-container .content-container {
    margin-bottom: 0
}

@media (max-width: 800px) {
    .wide-block+.container .content-container {
        margin-top:-120px
    }
}

.content-container {
    position: relative;
    z-index: 3;
    margin: -120px auto 60px;
    padding-top: 30px;
    padding-bottom: 30px
}

@media (max-width: 800px) {
    .content-container {
        margin-top:-60px;
        margin-bottom: 30px
    }
}

@media (min-width: 801px) {
    .content-container {
        padding-top:60px;
        padding-bottom: 60px
    }
}

.content-container:after,.content-container:before {
    content: " ";
    display: table
}

.content-container:after {
    clear: both
}

.content-container.static {
    margin-top: 0
}

.content-container p:last-child {
    margin: 0
}

.content {
    text-align: center;
    padding: 0
}

@media (max-width: 479px) {
    .content {
        text-align:left
    }

    .content .headline,.content .headline-underline {
        text-align: center
    }
}

.header-container {
    padding: 60px 0;
    text-align: center
}

.hr-container {
    padding-bottom: 30px;
    margin-bottom: 30px
}

@media (min-width: 801px) {
    .hr-container {
        padding-bottom:60px;
        margin-bottom: 60px
    }
}

.hr-container:last-child {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.wide-block {
    max-width: 1090px;
    margin: 0 auto 60px
}

.wide-block .container {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px
}

.wide-block .content {
    text-align: center
}

.footer-links {
    padding-top: 60px
}

.footer-links .headline-half,.tab-pane h5 {
    margin-bottom: 30px
}

.footer-links .headline-half+ul {
    padding: 0;
    list-style: none
}

.footer-links .headline-half+ul li {
    padding: 0;
    position: relative
}

@media screen and (min-width: 800px) {
    .footer-links .headline-half+ul li {
        width:93%
    }
}

.footer-links .headline-half+ul li:after {
    content: "\e924";
    font-family: "ant-classic-icons";
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.footer-links .headline-half+ul li a {
    border: 0;
    display: block;
    line-height: 1.3;
    max-width: calc(100% - 15px);
    padding: 30px 0
}

@media screen and (min-width: 1024px) {
    .footer-links .headline-half+ul li a {
        padding-right:42px
    }
}

.footer-links .headline-half+ul li a:focus,.footer-links .headline-half+ul li a:hover {
    text-decoration: none
}

.form-item .ng-inactive {
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: height .25s linear;
    -moz-transition: height .25s linear;
    -ms-transition: height .25s linear;
    -o-transition: height .25s linear;
    transition: max-height .25s linear,visibility .1s
}

.form-item .ng-inactive.addTransitionClass {
    max-height: 250px;
    overflow: hidden;
    visibility: visible;
    -webkit-transition: height .5s linear;
    -moz-transition: height .5s linear;
    -ms-transition: height .5s linear;
    -o-transition: height .5s linear;
    transition: max-height .5s linear,visibility .25s
}

.ant-full-bkg,.masthead {
    background-repeat: no-repeat;
    background-size: cover
}

.masthead {
    position: relative;
    background-position: top center
}

@media (max-width: 479px) {
    .masthead.black-text {
        background-position:top right
    }
}

.masthead header {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    position: relative;
    padding: 2rem 1rem 4rem
}

@media (min-width: 801px) {
    .masthead header {
        padding:3rem 1rem 8rem
    }
}

@media (min-width: 1024px) {
    .masthead header {
        padding:4rem 1rem 8rem
    }
}

.masthead.no-header {
    padding-top: 81px
}

.headline-underline.sub-menu-align {
    position: relative;
    top: 2rem
}

.headline-underline:after {
    content: "";
    display: block;
    height: 4px;
    margin: 30px auto 60px;
    position: relative;
    width: 0;
    transition: 1500ms cubic-bezier(.87,-.41,.19,1.44)
}

.headline-underline.animate:after {
    width: 108px
}

.ant-member-secure h2.headline-underline {
    font-size: 2.2rem;
    font-weight: 300
}

.ant-member-secure .bkg-gray {
    border-bottom: 1px solid transparent
}

.ant-member-secure .wide-container {
    padding: 60px 0;
    margin-bottom: 60px
}

.ant-member-secure .wide-block {
    max-width: 1170px
}

.ant-member-secure .masthead .container,.ant-member-secure .masthead .row,.ant-member-secure .masthead div[class*=col] {
    height: 100%
}

.ant-member-secure .masthead h1 {
    font-size: 2.65rem
}

.ant-member-secure .masthead {
    margin-top: 65px
}

@media screen and (min-width: 1024px) {
    .ant-member-secure .masthead {
        margin-top:85px
    }
}

.ant-full-bkg {
    background-position: 60% top;
    border: 0 solid transparent;
    margin: 0
}

@media screen and (min-width: 801px) {
    .ant-full-bkg {
        background-position:top left;
        border-top: 0
    }
}

.ant-masthead-content {
    margin: 250px 0 30px;
    padding: 10px 15px 1px;
    text-align: center
}

@media screen and (min-width: 801px) {
    .ant-masthead-content {
        margin-bottom:30px;
        margin-top: 30px
    }
}

.ant-masthead-content-two {
    margin-bottom: 30px;
    padding-top: 10px;
    text-align: center
}

.ant-masthead-content-border {
    padding: 25px 30px
}

.back-to-top-dir.ng-hide {
    opacity: 0
}

.back-to-top-dir {
    position: fixed;
    display: block;
    bottom: -1px;
    right: -1px;
    text-align: center;
    border: 1px solid;
    float: right;
    max-width: 250px;
    z-index: 5
}

.back-to-top-dir,.fa.black {
    transition: all .2s ease-in-out 0s
}

.ant-fringe-mask,.ant-fringe-mask-left {
    background: -webkit-gradient(linear,left top,right top,color-stop(25%,rgba(248,248,248,0)),color-stop(100%,rgba(238,238,238,.55)));
    height: 100%;
    position: absolute;
    pointer-events: none;
    right: 0;
    width: 3rem;
    z-index: 2
}

.ant-fringe-mask-left {
    left: 0;
    right: auto;
    background: -webkit-gradient(linear,left top,right top,color-stop(100%,rgba(248,248,248,0)),color-stop(25%,rgba(238,238,238,.55)))
}

.ant-pattern-library-sub-nav,.ant-sub-navigation-container {
    position: fixed;
    z-index: 1000;
    left: 0;
    right: 0;
    top: 65px;
    box-shadow: 0 2px 10px -1px #666
}

.ant-pattern-library-sub-nav .ant-sub-navigation,.ant-sub-navigation-container .ant-sub-navigation {
    overflow-x: auto;
    padding: .7rem 0
}

.ant-pattern-library-sub-nav .ant-sub-navigation::-webkit-scrollbar,.ant-sub-navigation-container .ant-sub-navigation::-webkit-scrollbar {
    display: none
}

.ant-pattern-library-sub-nav .ant-sub-navigation ul,.ant-sub-navigation-container .ant-sub-navigation ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    white-space: nowrap;
    margin: 0;
    padding: 0
}

.ant-pattern-library-sub-nav .ant-sub-navigation ul li,.ant-sub-navigation-container .ant-sub-navigation ul li {
    display: inline-block;
    padding: 0 .8rem;
    text-align: center;
    cursor: pointer
}

.ant-pattern-library-sub-nav .ant-sub-navigation ul li .fa,.ant-sub-navigation-container .ant-sub-navigation ul li .fa {
    margin-right: .5rem;
    font-size: 1rem
}

.ant-pattern-library-sub-nav .ant-sub-navigation a,.ant-sub-navigation-container .ant-sub-navigation a {
    border-bottom: 0;
    vertical-align: top
}

.ant-pattern-library-sub-nav .ant-sub-navigation.no-overflow ul,.ant-sub-navigation-container .ant-sub-navigation.no-overflow ul {
    justify-content: center
}

@media screen and (min-width: 1024px) {
    .ant-pattern-library-sub-nav,.ant-sub-navigation-container {
        top:85px
    }
}

.ant-pattern-library-sub-nav .ant-pattern-library-sub-nav,.ant-pattern-library-sub-nav .ant-sub-navigation-container {
    bottom: 0;
    top: auto
}

.btn {
    background-image: none;
    border-radius: 0;
    min-width: 0;
    text-align: center;
    display: inline-block;
    font-family: "open-sans","Open Sans",sans-serif;
    text-decoration: none
}

.btn .btn-default:focus,.btn .btn-primary:focus {
    background-position: 0
}

.btn-group-sm>.btn,.btn-sm {
    min-width: 0
}

.btn.dropdown-toggle {
    padding: 0
}

.btn.dropdown-toggle .buttonMain {
    display: inline-block;
    vertical-align: top
}

.btn.dropdown-toggle .fa {
    color: inherit;
    top: 0;
    position: relative
}

.btn-naked-dropdown,.btn-naked-dropdown:active,.btn-naked-dropdown:active:focus,.btn-naked-dropdown:focus,.btn-naked-dropdown:hover {
    border: 0 solid;
    background: 0 0;
    box-shadow: none
}

.btn.dropdown-toggle.btn-select-style {
    border-radius: 3px;
    padding: 0;
    text-align: left;
    width: 250px;
    max-width: 100%
}

.btn.dropdown-toggle.btn-select-style .buttonMain {
    float: left;
    display: block
}

.btn.dropdown-toggle.btn-select-style .fa {
    top: 0;
    position: relative;
    float: right;
    display: block
}

.btn-group.open .dropdown-toggle {
    box-shadow: none
}

.open>div .dropdown-menu {
    display: block;
    width: 100%;
    margin-top: -1px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.dropdown-menu .fa {
    display: inline-block
}

.btn-icon {
    text-decoration: underline
}

.btn-icon,.btn-icon:focus,.btn-icon:hover {
    background: 0 0;
    min-width: 0;
    border: 0
}

.btn-icon .fa,.btn-icon-sm .fa {
    position: relative;
    top: 3px
}

.btn-icon-sm,.btn-icon-sm:focus,.btn-icon-sm:hover {
    background: 0 0;
    min-width: 0;
    border: 0
}

.btn-icon-sm,.btn-icon-sm:focus,.btn-icon-sm:hover,.btn-icon:focus,.btn-icon:hover {
    text-decoration: underline
}

.uxd-btn-ddl.ant-input-long,.uxd-btn-ddl.ant-input-med,.uxd-btn-ddl.ant-input-short {
    width: auto
}

.uxd-btn-ddl.ant-input-long .psButton,.uxd-btn-ddl.ant-input-long .psDropdown {
    width: 600px
}

.uxd-btn-ddl.ant-input-short .psButton,.uxd-btn-ddl.ant-input-short .psDropdown {
    width: 100px
}

.btn-group.link-style {
    top: -3px;
    margin: 0
}

.btn-group.link-style button,.btn-group.link-style button.btn:first-child {
    background: 0 0;
    border: 2px solid;
    border-radius: 4px;
    display: block
}

.btn-group.open .btn.dropdown-toggle,.btn-group.open .btn.dropdown-toggle:active,.btn-group.open .btn.dropdown-toggle:focus {
    box-shadow: none
}

.btn-group.link-style li a.icon-item,label {
    display: block
}

.btn.btn-circle-large {
    border-radius: 35px;
    height: 70px;
    width: 70px;
    padding: 0
}

.btn.btn-circle-large .motif-icon {
    font-size: 28px
}

.btn.btn-circle-small {
    border-radius: 17px;
    height: 35px;
    width: 35px;
    padding: 7px
}

.btn.btn-circle-small .motif-icon {
    font-size: 17px
}

a.ant-arrow-down:after,a.ant-arrow-next:after,a.ant-arrow-previous:before,a.ant-arrow-up:after {
    font-family: "ant-classic-icons";
    display: inline;
    position: relative;
    top: .15em
}

a.ant-action-link {
    border-bottom: 0;
    cursor: pointer
}

a.ant-action-link .motif-icon {
    display: inline-block;
    vertical-align: bottom;
    color: #949494;
    padding-right: .85714286rem
}

a.ant-action-link .ant-link-text {
    display: inline-block
}

a[rel=external] {
    position: relative
}

a[rel=external]:after {
    font-family: "ant-classic-icons";
    content: "\f1d2";
    position: absolute;
    right: -25px;
    top: 0
}

a.ant-arrow-down,a.ant-arrow-next,a.ant-arrow-previous,a.ant-arrow-up {
    border-bottom: none
}

a.ant-arrow-previous:before {
    content: "\e91f"
}

a.ant-arrow-next:after {
    content: "\e925"
}

a.ant-arrow-up:after {
    content: "\f113"
}

a.ant-arrow-down:after {
    content: "\f110"
}

.implementation-link {
    display: block;
    margin-top: 1rem;
    margin-bottom: 2rem
}

.ant-float-left,.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ant-float-right {
    float: right
}

.ant-full-width {
    width: 100%
}

.ant-classic .ant-datepicker {
    position: relative;
    width: 225px;
    height: 37px
}

.ant-classic .ant-datepicker button,.ant-classic .example-header button {
    background: 0 0;
    border: transparent;
    padding: 0;
    border-radius: 0
}

.ant-classic .ant-datepicker button :focus {
    background: 0 0
}

.ant-classic .ant-datepicker .ant-datepicker-input {
    border-radius: 4px;
    border: 1px solid #666;
    color: #666;
    width: 225px;
    height: 37px;
    padding: .3rem .5rem;
    font-size: 1rem
}

.ant-classic .ant-datepicker .ant-datepicker-toggle {
    position: absolute;
    top: 0;
    right: 0;
    height: 37px;
    border-left: 1px solid #666
}

.ant-classic .ant-datepicker .datepicker-icon {
    color: #00609a;
    font-size: 24.5px;
    padding: 8px
}

.ant-classic .example-header {
    background: #00609a;
    color: #fff;
    text-align: center;
    padding: .4rem 0
}

.ant-classic span.fa.fa-chevron-left {
    position: absolute;
    width: 1.8em;
    left: 0;
    text-decoration: none;
    top: 0;
    height: 1.8em;
    padding: .5rem 0
}

.ant-classic span.fa.fa-chevron-right {
    position: absolute;
    width: 1.8em;
    right: 0;
    text-decoration: none;
    top: 0;
    padding: .5rem 0
}

.ant-classic span.example-header-label {
    position: relative;
    text-align: center
}

.ant-classic .cdk-overlay-connected-position-bounding-box {
    max-width: 225px;
    width: 100%
}

.ant-classic .mat-calendar-content {
    background: #fff
}

.ant-classic .ant-calendar-header {
    padding: 0 8px 0 0;
    background: #0079c2 0 0;
    color: #fff
}

.ant-classic .mat-calendar-body-label {
    color: transparent
}

.ant-classic .cdk-visually-hidden,td.ui-datepicker-other-month.ui-datepicker-unselectable span {
    display: none
}

.ant-alert .ant-alert-main p,.ant-classic .mat-calendar-controls,.nav-pills li+li {
    margin: 0
}

.ant-classic .mat-datepicker-content {
    box-shadow: none;
    display: block;
    border-radius: 0;
    border: 1px solid #666
}

.ant-classic .mat-datepicker-content .mat-calendar {
    width: 225px;
    height: inherit;
    font-size: .9rem
}

.ant-classic .mat-calendar-table-header th {
    padding: .7em 0 0
}

.ant-classic .mat-calendar-body-cell-content {
    border-style: none
}

.cdk-overlay-container {
    pointer-events: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1000
}

.cdk-overlay-container .cdk-overlay-backdrop {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    pointer-events: auto;
    -webkit-tap-highlight-color: transparent;
    transition: opacity .4s cubic-bezier(.25,.8,.25,1);
    opacity: 0
}

.cdk-overlay-container .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
    opacity: 1
}

.cdk-overlay-container .cdk-overlay-pane {
    position: absolute;
    pointer-events: auto;
    box-sizing: border-box;
    z-index: 1000;
    display: flex;
    max-width: 100%;
    max-height: 100%
}

.ui-datepicker .ui-datepicker-header {
    padding: .2em 0;
    position: relative
}

.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev {
    height: 1.8em;
    position: absolute;
    width: 1.8em
}

.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span {
    left: 50%;
    position: absolute;
    top: 50%;
    display: none
}

.ui-datepicker .ui-datepicker-title {
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker table {
    border-collapse: collapse;
    font-size: .9em;
    margin: 0 0 .4em;
    width: 100%
}

.ui-datepicker th {
    border: 0;
    font-weight: 700;
    padding: .7em .3em;
    text-align: center
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td a,.ui-datepicker td span {
    display: block;
    padding: .2em;
    text-decoration: none;
    font-size: .8889rem;
    text-align: center
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    border-bottom: 0 none;
    border-left: 0 none;
    border-right: 0 none;
    margin: .7em 0 0;
    padding: 0 .2em
}

.ui-datepicker .ui-datepicker-buttonpane button {
    cursor: pointer;
    float: right;
    margin: .5em .2em .4em;
    overflow: visible;
    padding: .2em .6em .3em;
    width: auto
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group,.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    margin: 0 auto .4em;
    width: 95%
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    font-size: 0;
    width: 100%
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    left: auto;
    right: 2px
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    left: auto;
    right: 1px
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 1px;
    border-right-width: 0
}

.ui-datepicker {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff 0 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    margin: -1px 2px;
    padding: 0;
    width: 220px;
    display: none
}

table.ui-datepicker-calendar {
    table-layout: fixed;
    width: 100%
}

.ui-datepicker-header {
    font-size: 1rem
}

.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-prev:hover {
    left: 0;
    text-decoration: none;
    top: 0
}

.ui-datepicker .ui-datepicker-next:hover.ui-state-disabled,.ui-datepicker .ui-datepicker-prev.ui-state-disabled,.ui-datepicker .ui-datepicker-prev:hover.ui-state-disabled {
    cursor: default;
    opacity: .5
}

.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-next:hover {
    right: 0;
    text-decoration: none;
    top: 0
}

.ui-datepicker .ui-datepicker-next.ui-state-disabled {
    cursor: default;
    opacity: .5
}

.ui-datepicker-next::before,.ui-datepicker-prev::before {
    top: 2px;
    left: 13px;
    position: relative;
    font-size: 1.389rem
}

.ui-datepicker-next::before {
    left: 9px
}

.ui-datepicker-trigger {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    border: 0 transparent;
    position: relative;
    width: 0;
    font-size: 1.25rem;
    padding: 0 2.3rem 0 0;
    margin: 0 0 0 -2.3rem;
    top: 1px;
    display: block;
    float: left;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

@media screen and (min-width: 480px) {
    .ui-datepicker-trigger {
        top:0
    }
}

.hasDatepicker.ant-text-input {
    float: left
}

.hasDatepicker.ant-text-input::-ms-clear {
    display: none
}

input.pfText.hasDatepicker,input.pfText.hasDatepicker:focus,input.pfText.hasDatepicker:hover {
    width: auto;
    margin-left: 0!important
}

.ui-datepicker-prev {
    float: left;
    cursor: pointer
}

.ui-datepicker-next {
    float: right;
    cursor: pointer
}

.modal-open.ui-datepicker {
    z-index: 1056
}

.ui-datepicker {
    z-index: 112
}

.ui-datepicker .ui-datepicker-calendar td a.ui-state-default,a.ui-datepicker-next,a.ui-datepicker-prev {
    border-bottom: 0 none
}

.ui-datepicker-trigger span.ant-calendar-icon {
    color: #0079c2;
    padding: .15rem .5rem;
    border-left: 1px solid #666;
    position: relative;
    display: block;
    font-size: 1.25rem
}

.ui-datepicker-trigger .fa-remove {
    padding-left: 2px
}

.ant-text-input {
    max-width: 100%
}

.pfText {
    float: left
}

.prOption {
    position: absolute;
    left: -9999px
}

.prLabel {
    display: inline-flex;
    align-items: flex-start;
    cursor: pointer;
    position: relative
}

.prLabel:before {
    display: block;
    height: 1rem;
    width: 1rem;
    flex-shrink: 0;
    content: " ";
    position: relative;
    top: .2rem
}

.prLabel.active:before {
    background-position: center
}

.prLabel.prDisabled,.prLabel.prDisabled:before {
    cursor: not-allowed
}

.pfRadio .align-vertical {
    display: flex;
    flex-direction: column
}

label.pfText {
    line-height: 45px;
    width: 230px;
    padding-left: 15px
}

input.pfText,input.pfText:hover {
    margin-left: -230px;
    background-color: rgba(255,255,255,.5);
    filter: alpha(opacity=50)
}

input.pfText.focus,input.pfText.hasValue {
    background-color: #fff;
    filter: alpha(opacity=100)
}

.pfSelect button {
    padding: 0;
    height: auto;
    display: block;
    border-radius: 3px;
    z-index: 11;
    position: relative;
    box-shadow: 0 0 0;
    font-weight: 400;
    text-shadow: 0 0 transparent;
    width: 100%
}

.pfSelect button:focus,.pfSelect button:hover {
    height: auto;
    display: block;
    z-index: 11;
    position: relative;
    box-shadow: 0 0 0;
    font-weight: 400;
    text-shadow: 0 0 transparent
}

fieldset.ant-auto-suggest {
    position: relative
}

.pfSelect.active .listbox-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100
}

.psArrow {
    display: inline-block;
    text-align: center
}

.psDropdown {
    width: calc(100% - 4px);
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    z-index: 1000;
    -webkit-transition: max-height .25s ease-out;
    -o-transition: max-height .25s ease-out;
    transition: max-height .25s ease-out;
    margin-left: 2px
}

.psDropdown.active {
    padding-top: 0;
    overflow-y: auto;
    overflow-x: hidden
}

.psDropdown input {
    position: absolute;
    left: -9999px
}

.psLabel {
    display: block;
    margin: 0;
    cursor: pointer
}

.psLabel.psDisabled {
    opacity: .7;
    cursor: not-allowed
}

.pfCheckbox,.pfRadio legend,.pfSelect legend,.pfToggleB legend,.pfToggleSwitch legend {
    border: 0
}

.pfSelect.borderless .btn {
    width: auto;
    border-color: transparent
}

.pfSelect.borderless .btn:active,.pfSelect.borderless .btn:focus,.pfSelect.borderless .btn:focus:active {
    border-color: transparent
}

.pfSelect.borderless .btn span.psActiveOption {
    width: 100%;
    padding-left: 0
}

.pfSelect.borderless .btn span.psArrow {
    border-color: transparent;
    width: 1rem
}

.ant-ddl-alt .pfSelect button {
    border-radius: 0
}

.ant-ddl-alt .pfSelect button:focus .psArrow {
    border-left: 0
}

.ant-ddl-alt .psButton span {
    top: -1px
}

.pcOption {
    position: absolute;
    left: -9999px
}

.pcLabel,.pcLabel::before {
    display: inline-block;
    position: relative
}

.pcLabel {
    cursor: pointer;
    float: left
}

.pcLabel::before {
    border-radius: 3px;
    text-indent: -9999px;
    top: .05rem
}

.pcLabel.active::before {
    text-indent: 1px;
    content: " "
}

.pcLabel.pcDisabled,.pcLabel.pcDisabled:before {
    cursor: not-allowed
}

.ant-form-item-error:before,.ant-form-item-valid:before {
    content: "\f1ce";
    font-family: "ant-classic-icons";
    top: 3px;
    position: relative
}

.ant-search-button {
    border: 0;
    background-color: transparent;
    position: relative;
    z-index: 100;
    font-size: 1.111rem;
    padding: 0 2.3rem 0 0;
    margin-left: -2.3rem;
    width: 0;
    display: block;
    float: left
}

.ant-search-button span.fa {
    padding: .4rem .5rem;
    position: relative;
    top: 1px;
    font-size: 1.25rem
}

@media screen and (min-width: 480px) {
    .ant-search-button span.fa {
        top:0;
        padding: .4rem .5rem .45rem
    }
}

.ant-search-button .fa-remove {
    padding-left: 2px
}

.ant-search-input {
    float: left;
    padding-right: 3rem
}

.pcLabel .label-text,.prLabel .label-text {
    display: block;
    float: left;
    max-width: calc(100% - 35px)
}

.ant-form-item-valid:before {
    content: "\f17c";
    top: 2px
}

.alignVertical {
    display: inline-block;
    clear: left
}

.ant-data-security-mask {
    color: #0079c2;
    font-size: 1.571rem
}

.ant-data-security-mask .ant-security-mask-icon {
    color: inherit;
    font-size: inherit
}

[data-uxd-auto-suggest-cmp] .psDropdown {
    margin-top: 2.1rem
}

[data-uxd-auto-suggest-cmp] .psDropdown.active {
    overflow-y: auto
}

[data-uxd-auto-suggest-cmp] .psDropdown.noresults {
    height: auto!important;
    margin-top: 41px
}

[data-uxd-auto-suggest-cmp] legend {
    margin-bottom: .7143rem;
    border: 0;
    font-size: 1rem;
    font-weight: 600
}

[data-uxd-auto-suggest-cmp] .no-suggestions {
    padding: 8px 1rem
}

[data-uxd-auto-suggest-cmp] .ant-search-button span.fa {
    font-size: 1.5rem;
    padding: .25rem .6rem
}

@media screen and (min-width: 480px) {
    [data-uxd-auto-suggest-cmp] .ant-search-button span.fa {
        padding:.3rem .6rem
    }
}

.uxd-text-input {
    position: relative;
    display: inline-block;
    padding: 0;
    width: 100%;
    margin-bottom: 1.7222222222rem
}

.uxd-text-input .uxd-error-message {
    display: block;
    width: 100%;
    line-height: 1.2em
}

.uxd-text-input label.uxd-text-input__label {
    pointer-events: none;
    position: relative;
    transition: bottom 250ms ease-in-out,font-size 250ms ease-in-out,color 100ms linear;
    color: inherit;
    display: flex;
    margin-bottom: 0;
    font-size: 1rem;
    padding-left: .6666666667rem;
    bottom: -1.6666666667rem;
    font-weight: 400;
    line-height: 1.42857rem;
    max-height: 1.42857rem
}

.uxd-text-input label.uxd-text-input__label.is-focused {
    bottom: 0;
    color: #0079c2;
    font-size: .8611111111rem
}

.uxd-text-input .bottom-bar {
    position: relative;
    display: block;
    width: 100%
}

.uxd-text-input .bottom-bar:before {
    content: "";
    width: 0%;
    border: inherit;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0;
    right: 0;
    transition: width 250ms linear
}

.uxd-text-input .bottom-bar.is-focused:before {
    width: 100%;
    opacity: 1
}

.uxd-text-input input[type=password],.uxd-text-input input[type=text] {
    display: block;
    color: inherit;
    width: 100%;
    background: 0 0;
    border: 0
}

.pfToggleB .ptLabel {
    display: inline-block;
    border-radius: 20px;
    position: relative;
    left: 220px;
    cursor: pointer
}

.pfToggleB .ptLabel span {
    position: relative;
    top: -24px;
    display: inline-block;
    width: 200px;
    left: -200px
}

.pfToggleB .ptLabel.right-align {
    left: 0
}

.pfToggleB .ptLabel.right-align span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(100% + 8px);
    margin: auto;
    line-height: 22px;
    width: auto;
    white-space: nowrap
}

.pfToggleB .ptLabel:before {
    display: block;
    border-radius: 50%;
    margin: -1px;
    transition: margin .15s
}

.pfToggleB .optionWrapper {
    overflow: hidden
}

.pfToggleB .ptOption {
    position: absolute;
    left: -9999px
}

.ptLabel.ptDisabled {
    cursor: not-allowed!important
}

.pfToggleSwitch .ptOption {
    position: absolute;
    left: -9999px
}

.pfToggleSwitch .ptLabel {
    text-align: center;
    border: 1px solid;
    border-right: 0;
    float: left;
    cursor: pointer
}

.pfToggleSwitch .optionWrapper:first-of-type .ptLabel {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pfToggleSwitch .optionWrapper:last-of-type .ptLabel {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pfToggleSwitch .ptLabel.active,.pfToggleSwitch .ptLabel.focus {
    cursor: default
}

.uxd-dp {
    line-height: 1.1;
    display: inline-block;
    position: relative
}

.uxd-dp * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

.uxd-dp,.uxd-dp .headertodaybtn,.uxd-dp .selection,.uxd-dp .selectiongroup,.uxd-dp .selector {
    border-radius: 4px
}

.uxd-dp .header {
    border-radius: 4px 4px 0 0
}

.uxd-dp .caltable,.uxd-dp .monthtable,.uxd-dp .yeartable {
    border-radius: 0 0 4px 4px
}

.uxd-dp .caltable tbody tr:nth-child(6) td:first-child,.uxd-dp .monthtable tbody tr:nth-child(4) td:first-child,.uxd-dp .yeartable tbody tr:nth-child(7) td:first-child {
    border-bottom-left-radius: 4px
}

.uxd-dp .caltable tbody tr:nth-child(6) td:last-child,.uxd-dp .monthtable tbody tr:nth-child(4) td:last-child,.uxd-dp .yeartable tbody tr:nth-child(7) td:last-child {
    border-bottom-right-radius: 4px
}

.uxd-dp .btnpicker {
    border-radius: 0 4px 4px 0
}

.uxd-dp .btnleftborderradius {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.uxd-dp .selector {
    margin-top: 2px;
    margin-left: -1px;
    position: absolute;
    padding: 0;
    border: 1px solid #ccc;
    z-index: 100;
    animation: selectorfadein .1s;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)
}

.uxd-dp .selector:focus {
    border: 1px solid #add8e6
}

.uxd-dp .selectorarrow {
    background: #fff;
    margin-top: 0;
    padding: 8px;
    outline: 0
}

.uxd-dp .selectorarrow:after,.uxd-dp .selectorarrow:before {
    bottom: 100%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute
}

.uxd-dp .selectorarrow:after {
    border-color: transparent transparent #fff;
    border-width: 10px;
    margin-left: -10px
}

.uxd-dp .selectorarrow:before {
    border-color: transparent transparent #ccc;
    border-width: 11px;
    margin-left: -11px
}

.uxd-dp .selectorarrow:focus:before {
    border-bottom-color: #add8e6
}

.uxd-dp .selectorarrowleft:after,.uxd-dp .selectorarrowleft:before {
    left: 24px
}

.uxd-dp .selectorarrowright:after,.uxd-dp .selectorarrowright:before {
    left: 86%
}

.uxd-dp .alignselectorright {
    right: -1px
}

.uxd-dp .selectiongroup {
    position: relative;
    display: table;
    border: 0;
    border-spacing: 0;
    background-color: #fff
}

.uxd-dp .selection {
    width: 100%;
    background-color: #fff;
    display: table-cell;
    position: absolute;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 6px;
    border: 0;
    color: #555
}

.uxd-dp .invaliddate {
    background-color: #f1dede
}

.uxd-dp ::-ms-clear {
    display: none
}

.uxd-dp .selbtngroup {
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
    width: 1%;
    display: table-cell;
    font-size: 0
}

.uxd-dp .btnclear,.uxd-dp .btndecrease,.uxd-dp .btnincrease,.uxd-dp .btnpicker {
    height: 100%;
    width: 26px;
    border: 0;
    padding: 0;
    outline: 0;
    font: inherit;
    -moz-user-select: none
}

.uxd-dp .btnleftborder {
    border-left: 1px solid #ccc
}

.uxd-dp .btnclearenabled,.uxd-dp .btndecreaseenabled,.uxd-dp .btnincreaseenabled,.uxd-dp .btnpickerenabled,.uxd-dp .headerbtnenabled,.uxd-dp .headertodaybtnenabled,.uxd-dp .yearchangebtnenabled {
    cursor: pointer
}

.uxd-dp .btncleardisabled,.uxd-dp .btndecreasedisabled,.uxd-dp .btnincreasedisabled,.uxd-dp .btnpickerdisabled,.uxd-dp .headerbtndisabled,.uxd-dp .headertodaybtndisabled,.uxd-dp .selectiondisabled,.uxd-dp .yearchangebtndisabled {
    cursor: not-allowed;
    opacity: .65
}

.uxd-dp .selectiondisabled {
    background-color: #eee
}

.uxd-dp .btnclear,.uxd-dp .btndecrease,.uxd-dp .btnincrease,.uxd-dp .btnpicker,.uxd-dp .headertodaybtn {
    background: #fff
}

.uxd-dp .header {
    width: 100%;
    height: 30px;
    background-color: #fff
}

.uxd-dp .header td {
    vertical-align: middle;
    border: 0;
    line-height: 0
}

.uxd-dp .header td:nth-child(1) {
    padding-left: 4px
}

.uxd-dp .header td:nth-child(2) {
    text-align: center
}

.uxd-dp .header td:nth-child(3) {
    padding-right: 4px
}

.uxd-dp .caltable,.uxd-dp .monthtable,.uxd-dp .yeartable {
    table-layout: fixed;
    width: 100%;
    background-color: #fff;
    font-size: 14px
}

.uxd-dp .caltable,.uxd-dp .daycell,.uxd-dp .monthcell,.uxd-dp .monthtable,.uxd-dp .weekdaytitle,.uxd-dp .yearcell,.uxd-dp .yeartable {
    border-collapse: collapse;
    color: #036;
    line-height: 1.1
}

.uxd-dp .weekdaytitle {
    width: 14.2857%;
    height: 40px
}

.uxd-dp .daycell {
    height: 40px
}

.uxd-dp .daycell,.uxd-dp .monthcell {
    text-align: center;
    width: 14.2857%
}

.uxd-dp .yearcell {
    text-align: center
}

.uxd-dp .weekdaytitle {
    font-size: 11px;
    font-weight: 400;
    text-align: center;
    padding: 0 0 8px;
    border-bottom: 1px solid #ccc
}

.uxd-dp .weekdaytitleweeknbr {
    width: 20px;
    border-right: 1px solid #bbb
}

.uxd-dp .monthcell:focus .monthvalue {
    background-color: #ddd
}

.uxd-dp .monthcell .monthvalue,.uxd-dp .yearcell .yearvalue {
    top: 5%;
    left: 5%;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 90%;
    height: 90%;
    line-height: 1;
    border-width: 1px;
    border-radius: 100px;
    border-style: none;
    display: flex
}

.uxd-dp .monthcell .monthvalue:hover {
    background-color: #ddd
}

.uxd-dp .monthcell {
    background-color: #fff;
    overflow: hidden;
    white-space: nowrap;
    height: 65px
}

.uxd-dp .yearcell {
    background-color: #fff;
    width: 20%;
    height: 45px
}

.uxd-dp .yearcell:focus .yearvalue {
    background-color: #ddd
}

.uxd-dp .yearcell .yearvalue:hover {
    background-color: #ddd
}

.uxd-dp .daycell:focus .datevalue {
    background-color: #ddd
}

.uxd-dp .daycell .datevalue {
    display: none;
    top: 5%;
    left: 5%;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    line-height: 1;
    border-width: 1px;
    border-radius: 999px;
    border-style: none
}

.uxd-dp .daycell .datevalue.currmonth {
    display: flex
}

.uxd-dp .daycell .datevalue.markcurrday {
    border-style: solid;
    border-color: #ccc
}

.uxd-dp .daycell .datevalue:hover {
    background-color: #ddd
}

.uxd-dp .daycell .datevalue span {
    vertical-align: middle
}

.uxd-dp .daycellweeknbr {
    font-size: 10px;
    border-right: 1px solid #ccc;
    cursor: default;
    color: #000
}

.uxd-dp .inlinedp {
    position: relative;
    margin-top: -1px
}

.uxd-dp .nextmonth,.uxd-dp .prevmonth {
    color: #999
}

.uxd-dp .disabled {
    cursor: default!important;
    color: #ccc;
    background: #fbefef
}

.form-step .uxd-dp .edit,.uxd-dp .form-step .edit,.uxd-dp .highlight {
    color: #c30000
}

.uxd-dp .dimday {
    opacity: .5
}

.uxd-dp .currmonth {
    font-weight: 400
}

.uxd-dp .markdate {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 4px
}

.uxd-dp .markcurrday,.uxd-dp .markcurrmonth,.uxd-dp .markcurryear {
    text-decoration: underline
}

.uxd-dp .selectedday .datevalue,.uxd-dp .selectedmonth .monthvalue,.uxd-dp .selectedyear .yearvalue {
    background-color: #8ebfff
}

.uxd-dp .headerbtncell {
    background-color: #fff;
    display: table-cell;
    vertical-align: middle
}

.uxd-dp .yearchangebtncell {
    text-align: center;
    background-color: #fff
}

.uxd-dp .headerbtn,.uxd-dp .headerlabelbtn,.uxd-dp .yearchangebtn {
    background: #fff;
    border: 0;
    height: 22px
}

.uxd-dp .headerbtn {
    width: 16px
}

.uxd-dp .headerlabelbtn {
    font-size: 14px;
    cursor: default
}

.uxd-dp,.uxd-dp .headertodaybtn {
    border: 1px solid #ccc
}

.uxd-dp .btnclear,.uxd-dp .btndecrease,.uxd-dp .btnincrease,.uxd-dp .btnpicker,.uxd-dp .headerbtn,.uxd-dp .headermonthtxt,.uxd-dp .headertodaybtn,.uxd-dp .headeryeartxt,.uxd-dp .yearchangebtn {
    color: #000
}

.uxd-dp .headertodaybtn {
    padding: 0 4px;
    font-size: 11px;
    height: 22px;
    min-width: 60px;
    max-width: 84px;
    overflow: hidden;
    white-space: nowrap
}

.uxd-dp button::-moz-focus-inner {
    border: 0
}

.uxd-dp .headermonthtxt,.uxd-dp .headeryeartxt {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    height: 26px;
    width: 40px;
    max-width: 40px;
    overflow: hidden;
    white-space: nowrap
}

.uxd-dp .btnclear:focus,.uxd-dp .btndecrease:focus,.uxd-dp .btnincrease:focus,.uxd-dp .btnpicker:focus,.uxd-dp .headertodaybtn:focus {
    background: #add8e6
}

.uxd-dp .headerbtn:focus,.uxd-dp .monthlabel:focus,.uxd-dp .yearchangebtn:focus,.uxd-dp .yearlabel:focus {
    color: #add8e6
}

.uxd-dp .daycell:focus,.uxd-dp .monthcell:focus,.uxd-dp .yearcell:focus {
    outline: 1px solid #ccc
}

.uxd-dp .motif-google-calendar {
    font-size: 20px
}

.uxd-dp table {
    display: table;
    border-spacing: 0;
    border: 0
}

.uxd-dp td,.uxd-dp th {
    border: 0
}

.uxd-dp .btnclearenabled:hover,.uxd-dp .btndecreaseenabled:hover,.uxd-dp .btnincreaseenabled:hover,.uxd-dp .btnpickerenabled:hover,.uxd-dp .headertodaybtnenabled:hover {
    background-color: #e6e6e6
}

.uxd-dp .daycell,.uxd-dp .inputnoteditable,.uxd-dp .monthcell,.uxd-dp .monthlabel,.uxd-dp .yearcell,.uxd-dp .yearlabel {
    cursor: pointer
}

.ant-alert {
    display: flex;
    align-items: stretch
}

.ant-alert .ant-alert-left,.ant-alert .ant-alert-main {
    display: flex;
    align-items: center
}

.ant-alert .ant-alert-main {
    flex-grow: 1
}

.ant-alert.ant-dismissable {
    position: fixed;
    left: 0;
    top: -120px;
    margin: 0 auto;
    width: 100%;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transition: top .5s;
    z-index: 99999
}

.ant-alert.ant-dismissable.on {
    top: 0
}

@media screen and (min-width: 800px) {
    .ant-alert.ant-dismissable {
        width:70%;
        left: 15%
    }
}

.ant-alert.ant-dismissable .ant-alert-main p {
    display: block;
    float: left;
    max-width: 94%;
    margin-bottom: 0;
    text-align: left;
    white-space: normal
}

.ant-alert.ant-dismissable .ant-alert-main button.ant-dismiss-alert {
    border: 0;
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    background: 0 0
}

.ant-inline-alert {
    font-size: 1rem
}

.ant-inline-alert .ant-inline-alert-body {
    padding: .5rem
}

.ant-ui-widget-overlay {
    height: 100%;
    left: 0;
    opacity: .7;
    top: 0;
    width: 100%;
    position: fixed;
    z-index: 1099
}

.ant-ajax-load {
    display: block;
    outline: 0;
    overflow: hidden;
    z-index: 2000;
    height: auto!important;
    left: 50%!important;
    transform: translate(-50%,-50%);
    position: fixed!important;
    top: 50%!important;
    text-align: center
}

.ant-data-load {
    display: flex;
    flex-direction: column;
    align-items: center
}

.ant-data-load .ant-data-spin,.ant-data-load .ant-data-text {
    display: flex;
    justify-content: center
}

.ant-data-load .ant-ajax-text {
    margin-top: 20px;
    margin-left: 20px
}

.sk-spinner-wave.sk-spinner div {
    background: #0079c2;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
    display: inline-block;
    height: 100%;
    margin: 0 1px;
    width: 6px
}

.sk-spinner-wave.sk-spinner .sk-rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.sk-spinner-wave.sk-spinner .sk-rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.sk-spinner-wave.sk-spinner .sk-rect4 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.sk-spinner-wave.sk-spinner .sk-rect5 {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

.modal .modal-header {
    padding: 10px 25px;
    border: 0
}

.modal .modal-header .close {
    position: relative;
    top: -18px;
    right: -33px;
    opacity: 1;
    filter: alpha(opacity=100);
    display: block;
    padding: 5px 5px 4px 6px;
    border-radius: 50%;
    font-size: 1.667rem
}

.modal .modal-footer {
    padding: 25px;
    text-align: left
}

.modal .modal-body {
    padding: 0 1.429rem
}

.modal .modal-backdrop.in {
    opacity: .7;
    filter: alpha(opacity=70)
}

.modal.ant-error-modal h2:before {
    content: "\f1ce";
    font-family: "ant-classic-icons";
    font-size: 2.444rem;
    top: 9px;
    position: relative;
    margin-right: 10px
}

.modal.ant-fullscreen-modal .modal-dialog {
    width: 100vw;
    height: 100vh;
    margin: 0 auto;
    overflow: scroll
}

.modal.ant-fullscreen-modal .modal-dialog .modal-content {
    border: 0;
    border-radius: 0
}

.modal.ant-fullscreen-modal .modal-dialog .modal-content .modal-top {
    border-radius: 0;
    border: 0;
    height: 100vh;
    padding-bottom: 70px;
    overflow-x: auto;
    box-shadow: 0 0 0 transparent
}

.modal.ant-fullscreen-modal .modal-dialog .modal-content .modal-top .close {
    padding: 5px 5px 4px 6px;
    font-size: 22px;
    opacity: 1;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    transform: translate3d(0,0,0)
}

.modal.ant-fullscreen-modal .modal-dialog .modal-content .modal-top .modal-header {
    border: 0;
    padding: 1.428rem 3.929rem 2.714rem 1.429rem
}

.modal.ant-fullscreen-modal .modal-dialog .modal-content .modal-top .modal-body {
    padding-bottom: 40px
}

.modal.ant-fullscreen-modal .modal-dialog .modal-content .modal-footer {
    bottom: 0;
    position: absolute;
    padding: 0;
    text-align: center;
    width: 100%;
    left: 0
}

.modal.ant-fullscreen-modal .modal-dialog .modal-content .modal-footer .btn {
    min-width: auto;
    padding: 8px 20px 9px;
    margin: 1rem 0 1.142rem
}

@media screen and (max-width: 479px) {
    .modal,.modal-backdrop,.modal-dialog {
        height:100vh;
        width: 100vw;
        overflow: hidden
    }

    .model .model-header .close {
        top: 12px;
        right: 8px
    }

    .modal-dialog {
        margin: 0
    }

    .modal-dialog .close {
        position: fixed;
        border: 0;
        text-shadow: none
    }

    .modal-content {
        border: 0;
        border-radius: 0;
        height: 100vh;
        width: 100vw;
        overflow: auto
    }

    .modal-body {
        padding-bottom: 150px
    }

    .modal-footer {
        position: fixed;
        bottom: 0;
        left: 0;
        text-align: center;
        transform: translate3d(0,0,0)
    }

    .modal-footer .btn {
        font-size: 16px;
        min-width: auto
    }
}

@media (min-width: 480px) {
    .modal-dialog {
        position:relative;
        width: calc(100% - 40px);
        margin: 20px
    }

    .ant-fullscreen-modal .modal-dialog {
        width: 100%
    }

    .ant-fullscreen-modal .modal-top .close {
        font-size: 36px;
        padding: 5px 5px 4px 6px
    }
}

@media (min-width: 801px) {
    .modal-dialog {
        width:80%;
        max-width: 900px;
        margin: 50px auto
    }

    .ant-fullscreen-modal .modal-dialog {
        width: 90vw;
        max-width: 1024px
    }

    .ant-fullscreen-modal .modal-top {
        padding: 0 25px 100px
    }

    .ant-fullscreen-modal .modal-top .close {
        padding: 5px 5px 4px 6px;
        font-size: 40px;
        top: 18px;
        right: 18px
    }
}

@media (min-width: 1024px) {
    .ant-fullscreen-modal .modal-top {
        padding:0 60px 100px
    }
}

.ant-tooltip-backdrop {
    pointer-events: auto;
    background-color: rgba(55,71,90,.9);
    -webkit-tap-highlight-color: transparent;
    transition: 125ms opacity ease-in-out
}

.cdk-overlay-pane.ant-tooltip-panel {
    max-width: 13.3333333333rem
}

.cdk-overlay-pane.ant-tooltip-panel .ant-tooltip-message {
    padding: 1.1666666667rem 1.3333333333rem;
    background-color: #fff;
    border: 1px solid #286ce2
}

.cdk-overlay-pane.ant-tooltip-panel .ant-tooltip-message .ant-tooltip-close {
    padding: 0;
    float: right
}

.cdk-overlay-pane.ant-tooltip-panel .ant-tooltip-message .ant-tooltip-close-button {
    text-align: center;
    margin-top: 1rem
}

@media screen and (min-width: 480px) {
    .cdk-overlay-pane.ant-tooltip-panel .ant-tooltip-message .ant-tooltip-close,.cdk-overlay-pane.ant-tooltip-panel .ant-tooltip-message .ant-tooltip-close-button {
        display:none
    }
}

.popover {
    min-width: 150px;
    border: 0 solid transparent
}

input+.popover {
    margin-top: -25px
}

input+.popover>.popover-indicator {
    left: 77%;
    bottom: -1.7em
}

input.popoverTrigger {
    float: left
}

.popover .popover-close {
    position: relative;
    top: -10px;
    right: -10px;
    float: right;
    z-index: 2;
    border-radius: 40px;
    height: 25px;
    width: 25px;
    padding: 0;
    text-align: center
}

.popover .popover-close a {
    text-decoration: none;
    display: inline-block;
    top: 0;
    left: 0;
    position: relative;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    border-bottom: none
}

.popover .popover-close a .fa {
    line-height: 25px
}

.popover.bottom,.popover.left,.popover.right,.popover.top {
    border-radius: 0;
    border: 0;
    z-index: 1
}

.popover.right {
    margin-left: 5px
}

.popover.left {
    margin-left: -5px
}

.popover.top {
    margin: -15px 0 0 -10px
}

.popover.top>.popover-indicator {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -1em;
    left: 50%;
    box-sizing: border-box;
    transform-origin: 0 0;
    transform: rotate(-45deg);
    z-index: 1
}

.popContainer {
    display: inline;
    z-index: 20;
    position: relative
}

.iconTip {
    margin-right: 10px
}

input+.popIcon {
    top: 2px;
    position: relative
}

.popIcon {
    display: inline-block;
    margin-left: 5px;
    border-bottom: 0;
    text-indent: 1px;
    padding-right: 2px
}

.carousel .carousel-control .popIcon span.left:before,.carousel .carousel-control .popIcon span.right:before,.checklist .popIcon li:before,.checklist-green .popIcon li:before,.error .popIcon li:before,.featured-carousel .arrows-section .popIcon .carousel-actions:before,.footer-links .blocked-link-list ul ul .popIcon li:after,.masthead .popIcon .page-breadcrumb:after,.medicare-quiz-container header .popIcon .back-arrow:after,.panel-group .panel-heading .popIcon a:before,.plan-carousel .plan-header .popIcon .carousel-actions:before,.popIcon .carousel .carousel-control span.left:before,.popIcon .carousel .carousel-control span.right:before,.popIcon .checklist li:before,.popIcon .checklist-green li:before,.popIcon .error li:before,.popIcon .fa,.popIcon .featured-carousel .arrows-section .carousel-actions:before,.popIcon .footer-links .blocked-link-list ul ul li:after,.popIcon .glyphicon,.popIcon .highlight-no:before,.popIcon .highlight-yes:before,.popIcon .masthead .page-breadcrumb:after,.popIcon .medicare-quiz-container header .back-arrow:after,.popIcon .panel-group .panel-heading a:before,.popIcon .plan-carousel .plan-header .carousel-actions:before,.popIcon .state-link:before,.popIcon .state-modal .states li a:after,.popIcon a.link:after,.popIcon a.prev-link:before,.state-modal .states li .popIcon a:after {
    font-size: 1.4em;
    top: 5px
}

.progress {
    border-radius: 0;
    height: 30px;
    font-size: 24px;
    border-bottom: 0 solid;
    box-shadow: none;
    margin-bottom: 12px;
    font-weight: 500
}

.progress .complete,.progress .remaining {
    font-size: 20px;
    padding-top: 4px;
    box-shadow: none
}

.progress .complete {
    padding-left: 6px;
    text-align: left
}

.progress .remaining {
    padding-right: 6px;
    text-align: right
}

.popover.bottom {
    margin-top: 20px
}

.popover.bottom>.popover-indicator {
    top: 0
}

.ant-text-input.ant-has-notes,.ant-text-input.ant-has-notes:focus {
    padding-right: 40px;
    z-index: 2;
    position: relative;
    background: 0 0;
    float: left
}

a .glossary-term {
    border-bottom: 1px dashed
}

.collapse-block .ant-collapse-heading .collapsible-heading-text {
    display: inline-block
}

.collapse-block .ant-collapse-heading .ant-collapse-button {
    border: 0;
    background-color: transparent;
    padding-left: 0;
    padding-right: 0
}

.collapse-block .ant-collapse-heading .ant-collapse-button .fa {
    font-family: "ant-classic-icons"
}

.collapse-block .ant-collapse-button {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    width: 100%
}

.collapse-block .content-control {
    overflow: hidden
}

.css-collapsible .ant-collapse-body {
    max-height: 0;
    overflow: hidden;
    visibility: hidden
}

.css-collapsible.ant-block-expanded .ant-collapse-body {
    max-height: 5000px;
    visibility: visible
}

.ant-alphabet-tabs-container {
    position: relative
}

.ant-alphabet-tabs-container .ant-alphabet-tabs {
    overflow-x: auto
}

.ant-alphabet-tabs-container .ant-alphabet-tabs::-webkit-scrollbar {
    display: none
}

.ant-alphabet-tabs-container .ant-alphabet-tabs ul {
    white-space: nowrap;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start
}

.ant-alphabet-tabs-container .ant-alphabet-tabs ul li {
    text-align: center;
    display: block;
    cursor: pointer
}

.ant-alphabet-tabs-container .ant-alphabet-tabs ul li a {
    border-bottom: 0
}

.ant-alphabet-tabs-body ul,.tab-controls-container ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.ant-alphabet-tabs-body ul.active {
    display: block
}

.alt-toggle-cmp {
    margin-bottom: -2px
}

.alt-toggle-cmp .alt-toggle-header {
    width: calc(100% - 35px);
    float: left;
    margin: .75rem 0
}

.alt-toggle-cmp .alt-toggle-header .alt-toggle-body {
    width: calc(100% + 35px);
    margin-top: 1rem;
    visibility: visible
}

.alt-toggle-cmp .alt-toggle-header .alt-toggle-body.closed {
    padding: 0;
    margin: 0;
    overflow: hidden;
    visibility: hidden
}

.alt-toggle-cmp .alt-toggle-icon {
    float: right;
    cursor: pointer
}

.alt-toggle-cmp .alt-toggle-icon .alt-toggle-plus:before {
    content: "+"
}

.alt-toggle-cmp .alt-toggle-icon .alt-toggle-minus:before {
    content: "−"
}

.alt-toggle-cmp,.carousel-selector-cmp {
    position: relative
}

.carousel-selector-cmp .carousel-content-container {
    padding: 0 2rem
}

.carousel-selector-cmp .carousel-content-container ul {
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    text-align: center
}

.carousel-selector-cmp .carousel-content-container ul li {
    list-style: none;
    display: inline-block;
    position: relative
}

.carousel-content-container ul>.button-select-item,.carousel-selector-cmp .carousel-content-container ul>li {
    width: 100%;
    transition: left .5s
}

@media screen and (min-width: 480px) {
    .carousel-selector-cmp .carousel-content-container ul>li {
        width:50%
    }

    .carousel-selector-cmp .carousel-content-container ul>li:first-child:nth-last-child(1) {
        max-width: 100%
    }
}

@media screen and (min-width: 1024px) {
    .carousel-selector-cmp .carousel-content-container ul>li {
        width:33.3333%
    }

    .carousel-selector-cmp .carousel-content-container ul>li:first-child:nth-last-child(1) {
        max-width: 100%
    }

    .carousel-selector-cmp .carousel-content-container ul>li:first-child:nth-last-child(2),.carousel-selector-cmp .carousel-content-container ul>li:first-child:nth-last-child(2)~li {
        width: 50%
    }
}

.carousel-selector-cmp .carousel-left-control,.carousel-selector-cmp .carousel-right-control {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.carousel-selector-cmp .carousel-left-control button,.carousel-selector-cmp .carousel-right-control button {
    border-style: hidden;
    background: 0 0
}

.carousel-selector-cmp .carousel-left-control .fa.fa-chevron-left,.carousel-selector-cmp .carousel-left-control .fa.fa-chevron-right,.carousel-selector-cmp .carousel-right-control .fa.fa-chevron-left,.carousel-selector-cmp .carousel-right-control .fa.fa-chevron-right {
    font-size: 1.75rem
}

.carousel-selector-cmp .carousel-left-control .fa.fa-chevron-left:hover,.carousel-selector-cmp .carousel-left-control .fa.fa-chevron-right:hover,.carousel-selector-cmp .carousel-right-control .fa.fa-chevron-left:hover,.carousel-selector-cmp .carousel-right-control .fa.fa-chevron-right:hover {
    cursor: pointer
}

.carousel-selector-cmp .carousel-right-control {
    right: 0
}

.carousel-content-container ul>.button-select-item li {
    margin: .5rem
}

@media screen and (min-width: 480px) {
    .carousel-content-container ul>.button-select-item {
        width:50%
    }

    .carousel-content-container ul>.button-select-item:first-child:nth-last-child(1) {
        width: 100%
    }
}

@media screen and (min-width: 1024px) {
    .carousel-content-container ul>.button-select-item {
        width:33.3333%
    }

    .carousel-content-container ul>.button-select-item:first-child:nth-last-child(1) {
        width: 100%
    }

    .carousel-content-container ul>.button-select-item:first-child:nth-last-child(2),.carousel-content-container ul>.button-select-item:first-child:nth-last-child(2)~.button-select-item {
        width: 50%
    }
}

.carousel-content-container ul .button-select-item {
    display: inline-block;
    white-space: normal;
    padding-bottom: 1.75rem;
    position: relative
}

.carousel-content-container ul .button-select-item .button-select-content-container {
    position: relative;
    padding: 1.25rem;
    text-align: center
}

.carousel-content-container ul .button-select-item .button-select-carousel-button {
    margin-top: 1rem
}

.carousel-content-container ul .button-select-item.active .button-select-content-container {
    transition: border .5s,box-shadow .5s;
    z-index: 1
}

[data-uxd-button-selector-carousel-cmp] .tcp-plan-item.active .plan-selector-container {
    border: 1px solid #a3a3a3;
    box-shadow: 0 2px 10px -1px #a3a3a3;
    transition: border .5s,box-shadow .5s;
    z-index: 1
}

.carousel-content-container ul .button-select-item.active .button-select-content-container:before {
    content: " ";
    position: absolute;
    left: 50%;
    height: 2.5rem;
    width: 2.5rem;
    bottom: -1.3rem;
    transform: translateX(-50%) rotate(45deg);
    z-index: -1
}

.carousel-content-container ul .button-select-item.active .button-select-carousel-button,[data-uxd-button-selector-carousel-cmp] .tcp-plan-item.active .plan-selector-container .plan-selector-button-container {
    height: 0;
    transition: height 1s
}

.carousel-content-container ul .button-select-item.active .button-select-carousel-button button,[data-uxd-button-selector-carousel-cmp] .tcp-plan-item.active .plan-selector-container .plan-selector-button-container button {
    border: 0;
    padding: 0;
    font-size: 0;
    height: 0;
    transition: border .25s,padding .25s,font-size .25s,height .25s
}

.ant-progress-bar-cmp .carousel-left-control {
    top: 35%
}

.ant-progress-bar-cmp .carousel-right-control {
    top: 35%;
    right: 10px
}

.ant-progress-bar-cmp .carousel-content-container ul>.default-select-item-container {
    width: 50%;
    transition: left .5s
}

@media screen and (min-width: 480px) {
    .ant-progress-bar-cmp .carousel-content-container ul>.default-select-item-container {
        width:25%
    }
}

@media screen and (min-width: 1024px) {
    .ant-progress-bar-cmp .carousel-content-container ul>.default-select-item-container {
        width:16.6666666667%
    }

    .ant-progress-bar-cmp .carousel-content-container ul>.default-select-item-container:first-child:nth-last-child(1) {
        width: 33.3333333333%
    }

    .ant-progress-bar-cmp .carousel-content-container ul>.default-select-item-container:first-child:nth-last-child(2),.ant-progress-bar-cmp .carousel-content-container ul>.default-select-item-container:first-child:nth-last-child(2)~.default-select-item-container {
        width: 25%
    }
}

.carousel-content-container ul>.color-select-item-container,.carousel-content-container ul>.default-select-item-container {
    width: calc(100% - .5rem);
    transition: left .5s
}

@media screen and (min-width: 480px) {
    .carousel-content-container ul>.color-select-item-container,.carousel-content-container ul>.default-select-item-container {
        width:calc(33.3333333333% - .5rem)
    }

    .carousel-content-container ul>.color-select-item-container:first-child:nth-last-child(1),.carousel-content-container ul>.default-select-item-container:first-child:nth-last-child(1) {
        width: calc(33.3333333333% - .5rem)
    }
}

@media screen and (min-width: 1024px) {
    .carousel-content-container ul>.color-select-item-container,.carousel-content-container ul>.default-select-item-container {
        width:calc(25% - .5rem)
    }

    .carousel-content-container ul>.color-select-item-container:first-child:nth-last-child(1),.carousel-content-container ul>.default-select-item-container:first-child:nth-last-child(1) {
        width: calc(33.3333333333% - .5rem)
    }

    .carousel-content-container ul>.color-select-item-container:first-child:nth-last-child(2),.carousel-content-container ul>.color-select-item-container:first-child:nth-last-child(2)~.color-select-item-container,.carousel-content-container ul>.default-select-item-container:first-child:nth-last-child(2),.carousel-content-container ul>.default-select-item-container:first-child:nth-last-child(2)~.default-select-item-container {
        width: calc(50% - .5rem)
    }
}

.carousel-content-container ul .default-select-item-container {
    display: inline-block;
    position: relative;
    vertical-align: top;
    white-space: normal;
    cursor: pointer;
    min-height: 100px;
    margin: .25rem
}

@media screen and (min-width: 1024px) {
    .carousel-content-container ul .default-select-item-container {
        min-height:125px
    }
}

.carousel-content-container ul .default-select-item-container>.select-item {
    padding: 1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    width: 100%
}

.carousel-content-container ul .default-select-item-container.active {
    cursor: initial
}

.carousel-content-container ul .color-select-item-container {
    display: inline-block;
    position: relative;
    vertical-align: top;
    white-space: normal;
    cursor: pointer;
    margin: .25rem;
    padding-bottom: 1.75rem
}

.carousel-content-container ul .color-select-item-container>.select-item {
    padding: 1rem 1rem 0;
    width: 100%;
    min-height: 8rem;
    z-index: 0
}

.carousel-content-container ul .color-select-item-container>.select-item:before {
    display: block;
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 100%;
    transition: top 250ms ease;
    z-index: -1;
    border-bottom: 1.5rem solid;
    margin-top: -1.75rem
}

.carousel-content-container ul .color-select-item-container.active {
    cursor: default
}

.carousel-content-container ul .color-select-item-container.active:after {
    display: block;
    content: " ";
    position: absolute;
    border-style: solid;
    border-width: 25px 25px 0;
    left: 50%;
    transform: translateX(-50%)
}

.carousel-content-container ul .color-select-item-container.active .select-item {
    padding-top: 1.75rem;
    transition: padding-top 230ms ease-in
}

.carousel-content-container ul .color-select-item-container.active .select-item:before {
    top: 0
}

[data-uxd-button-selector-carousel-cmp] .tcp-plan-item {
    display: inline-block;
    margin: .5rem;
    white-space: normal;
    padding-bottom: 1.75rem;
    position: relative
}

[data-uxd-button-selector-carousel-cmp] .tcp-plan-item .plan-selector-container {
    position: relative;
    padding: 1.75rem;
    text-align: center;
    background: #fff
}

[data-uxd-button-selector-carousel-cmp] .tcp-plan-item.active .plan-selector-container:before {
    content: " ";
    position: absolute;
    left: 50%;
    height: 2.5rem;
    width: 2.5rem;
    bottom: -1.3rem;
    background: #fff;
    box-shadow: 4px 4px 10px -2px #a3a3a3;
    transform: translateX(-50%) rotate(45deg);
    border-right: 1px solid #a3a3a3;
    border-bottom: 1px solid #a3a3a3;
    z-index: -1
}

.ant-alphabet-tabs-body ul li,[data-uxd-button-selector-carousel-cmp] .tcp-plan-item .brand-img-wrapper {
    margin-bottom: .5rem
}

[data-uxd-button-selector-carousel-cmp] .tcp-plan-item .brand-img-wrapper img {
    width: 100%;
    max-width: 250px;
    padding: .5rem
}

[data-uxd-data-display-carousel-cmp] .carousel-content-container ul {
    display: flex
}

[data-uxd-data-display-carousel-cmp] .carousel-content-container ul>.button-select-item {
    min-width: 100%;
    margin: 0
}

@media screen and (min-width: 480px) {
    [data-uxd-data-display-carousel-cmp] .carousel-content-container ul>.button-select-item {
        width:49%;
        min-width: 49%
    }

    [data-uxd-data-display-carousel-cmp] .carousel-content-container ul>.button-select-item:first-child:nth-last-child(1) {
        width: 32.33%;
        margin: 0;
        min-width: 32.33%
    }

    [data-uxd-data-display-carousel-cmp] .carousel-content-container ul .button-select-item {
        margin: 0 .5%
    }

    [data-uxd-data-display-carousel-cmp] .carousel-content-container ul .button-select-item:last-child {
        margin-right: 0
    }
}

@media screen and (min-width: 1024px) {
    [data-uxd-data-display-carousel-cmp] .carousel-content-container ul>.button-select-item {
        width:33.3333%;
        min-width: 32.333%
    }

    [data-uxd-data-display-carousel-cmp] .carousel-content-container ul>.button-select-item:first-child:nth-last-child(1) {
        width: 32.33%;
        margin: 0;
        min-width: 32.33%
    }

    [data-uxd-data-display-carousel-cmp] .carousel-content-container ul>.button-select-item:first-child:nth-last-child(2),[data-uxd-data-display-carousel-cmp] .carousel-content-container ul>.button-select-item:first-child:nth-last-child(2)~.button-select-item {
        min-width: 32.33%;
        width: 32.33%
    }

    [data-uxd-data-display-carousel-cmp] .carousel-content-container ul .button-select-item {
        margin: 0 .5%
    }

    [data-uxd-data-display-carousel-cmp] .carousel-content-container ul .button-select-item:last-child {
        margin-right: 0
    }
}

[data-uxd-data-display-carousel-cmp] .carousel-content-container ul>.button-select-item li {
    margin: 0;
    width: 98%
}

[data-uxd-data-display-carousel-cmp] .fa {
    padding: .75rem 0
}

.carousel-selector-cmp .tab-transform-carousel-wrapper .carousel-content-container {
    padding: 0
}

.carousel-selector-cmp .tab-transform-carousel-wrapper .carousel-content-container ul>.default-select-item-container {
    width: 100%;
    min-height: 492px;
    z-index: -9999;
    background-color: #0079c2;
    color: #fff;
    margin: 0
}

.carousel-selector-cmp .tab-transform-carousel-wrapper .carousel-content-container ul>.default-select-item-container .default-select-item {
    width: 88%;
    padding: 1rem 1rem 3rem;
    position: relative;
    transform: none;
    top: 0;
    left: 0
}

.carousel-selector-cmp .tab-transform-carousel-wrapper .carousel-right-control {
    right: 0
}

.carousel-selector-cmp .tab-transform-carousel-wrapper .carousel-left-control {
    left: 0
}

.carousel-selector-cmp .tab-transform-carousel-wrapper .carousel-left-control,.carousel-selector-cmp .tab-transform-carousel-wrapper .carousel-right-control {
    width: 6%;
    top: 0;
    bottom: 0;
    cursor: pointer;
    transform: none
}

.carousel-selector-cmp .tab-transform-carousel-wrapper .carousel-left-control a,.carousel-selector-cmp .tab-transform-carousel-wrapper .carousel-right-control a {
    width: 32.5px;
    margin: 0 auto;
    display: block
}

.carousel-selector-cmp .tab-transform-carousel-wrapper .fa {
    color: #fff;
    position: absolute;
    top: 50%
}

.carousel-selector-cmp .tab-transform-carousel-wrapper .closeCarousel {
    cursor: pointer;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    z-index: 9999
}

.carousel-selector-cmp .tab-transform-carousel-wrapper .closeCarousel span {
    position: absolute;
    transform: rotate(-45deg);
    color: #fff;
    top: 5px;
    right: 8px;
    padding: 1rem
}

.carousel-selector-cmp .tab-transform-carousel-wrapper .carousel-indicators {
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    left: 0
}

.carousel-selector-cmp .tab-transform-carousel-wrapper .carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 0 5px
}

.carousel-selector-cmp .tab-transform-carousel-wrapper .carousel-indicators li.active {
    background-color: #fff
}

.tab-transform-color-boxes-wrapper .color-boxes-container {
    position: relative;
    background-color: #00609a;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    padding: 35px 10px;
    cursor: pointer
}

.tab-content>.tab-pane {
    padding: 10px
}

.tab-controls-container {
    margin-bottom: 50px
}

.tab-controls-container ul {
    text-align: center
}

.tab-item-control {
    border-bottom: 5px solid transparent;
    margin: 10px 10px -3px;
    display: inline-block;
    width: 160px;
    padding-bottom: 10px;
    font-weight: 400
}

@media (min-width: 1024px) {
    .tab-item-control {
        margin:20px 20px -3px;
        width: 195px
    }
}

@media (min-width: 1200px) {
    .tab-item-control {
        margin:20px 20px -3px;
        width: 220px
    }
}

.nav-pills li.active,.tab-item-control.active-control {
    position: relative
}

.tab-item-control span.tab-label,.tab-item-control.active-control h2.tab-label {
    display: table-cell
}

.tab-item-control.active-control span.tab-label {
    display: none
}

.tab-item-control.active-control .tab-label {
    font-weight: 600
}

.tab-item-control .tab-label {
    font-size: 18px;
    vertical-align: middle;
    height: 65px;
    display: table-cell;
    text-align: center;
    width: 220px
}

@media screen and (min-width: 800px) {
    .tab-item-control .tab-label {
        padding-top:1.375rem
    }
}

@media screen and (min-width: 1024px) {
    .tab-item-control .tab-label {
        padding-top:1.222rem;
        height: 75px
    }
}

.tab-item-control h2.tab-label {
    display: none;
    line-height: 1.45em
}

.tab-item-control .fa {
    font-size: 44px;
    display: block;
    text-align: center;
    margin: 10px 0 0;
    position: relative
}

.tab-item-control .fa-envelope {
    font-size: 42px
}

.tab-item-control .fa-lock:before {
    font-size: 52px;
    top: 8px;
    position: relative
}

.tab-content-container {
    clear: both
}

.tab-item {
    display: none
}

.tab-item.active-item {
    display: block
}

.accordion-item-control {
    margin: 0;
    padding: 2rem 1rem 2rem 0;
    position: relative;
    cursor: pointer
}

.item-control-inner,.mbr-bottom-of-page #footer-block-3 li {
    display: table-row
}

.item-control-inner span,.mbr-bottom-of-page #footer-block-3 li span {
    display: table-cell;
    vertical-align: middle
}

.accordion-item-control.active-control {
    cursor: auto
}

.accordion-item-control.active-control+.tab-item {
    max-height: 0;
    padding: 0;
    overflow: hidden;
    visibility: hidden;
    transition: max-height .35s ease-out,visibility .35s ease-out,padding .35s ease-out .35s
}

.accordion-item-control.active-control.open+.tab-item {
    max-height: 20000px;
    padding: 2rem .6rem 1.111rem;
    visibility: visible;
    transition: max-height .35s ease-in,visibility .35s ease-in
}

.accordion-item-control .accordion-label {
    font-size: 1.285rem
}

.accordion-item-control .fa {
    font-size: 1.714rem;
    text-align: center;
    width: 85px
}

.accordion-item.active-item,.ant-menu-visible .mbr-top-of-page-wrapper .ant-nav-col.ant-menu-expanded>ul {
    padding-bottom: 20px
}

.accordion-item.active-item:last-child {
    border-bottom: 0 solid
}

@media screen and (min-width: 800px) {
    .accordion-item.active-item {
        border-bottom:0 solid
    }

    .accordion-item-control.active-control+.tab-item {
        visibility: visible;
        max-height: 3000px;
        padding: .3rem .6rem 1.111rem
    }
}

@media screen and (max-width: 800px) {
    .tab-item.active-item {
        padding:2rem 0
    }
}

.accordion-item-control span.clear {
    display: block;
    clear: both
}

.tabs.packed .tab-content {
    padding-bottom: 30px
}

@media (min-width: 801px) {
    .tabs.packed .tab-content {
        padding-left:8.3333333333%;
        padding-right: 8.3333333333%;
        padding-bottom: 60px
    }
}

@media (max-width: 800px) {
    .tabs.packed {
        margin-left:-15px;
        margin-right: -15px
    }

    .tabs.packed .tab-content {
        padding-left: 15px;
        padding-right: 15px
    }
}

.tabs.packed .nav-pills li {
    margin: 0;
    border: 0
}

.nav-pills li {
    flex: 1;
    display: flex;
    border-bottom: 0 solid
}

.nav-pills li a,.tab-wrapper ul {
    display: flex;
    justify-content: center
}

.nav-pills li a {
    padding: 20px 8px;
    line-height: 1.3;
    border-radius: 0;
    margin-bottom: 0;
    text-transform: capitalize;
    flex: 1;
    align-items: center;
    border-bottom: 0
}

.nav-pills li.active:after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: -15px;
    transform: rotate(45deg);
    margin-left: -15px;
    left: 50%
}

.tab-content {
    padding-top: 60px
}

.tab-pane {
    padding: 0 8px
}

.tab-label {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
    display: block
}

@media (max-width: 479px) {
    .tab-label {
        font-size:16px
    }
}

@media (max-width: 800px) {
    .mobile-tabs .text {
        text-align:left
    }
}

.tab-wrapper {
    margin: 20px 0 30px
}

.tab-wrapper ul {
    padding: 0;
    margin: 0
}

.tab-wrapper li {
    list-style: none;
    display: inline-block;
    width: 20%
}

.tab-wrapper .tab-tile {
    position: relative;
    cursor: pointer
}

.tab-wrapper .tab-tile h6 {
    position: relative;
    height: 130px
}

.tab-wrapper .tab-tile h6 span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center
}

.tab-wrapper .tab-body h5,.tab-wrapper .tab-tile h6 span.fa {
    font-size: 2rem
}

@media screen and (min-width: 800px) {
    .tab-wrapper .tab-tile h6 span.fa {
        visibility:hidden
    }
}

.tab-wrapper .tab-tile.active {
    cursor: default
}

.tab-wrapper .tab-tile:nth-child(n):before {
    display: block;
    content: " ";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    transition: top 250ms ease;
    z-index: 0
}

.tab-wrapper .tab-tile:nth-child(n).active span {
    padding-top: 30px;
    transition: padding-top 230ms ease-in
}

.tab-wrapper .tab-tile:nth-child(n).active:before {
    top: 0
}

.tab-wrapper .tab-tile:nth-child(n).active:after {
    display: block;
    content: " ";
    position: absolute;
    border-style: solid;
    border-width: 25px 25px 0;
    left: 50%;
    transform: translateX(-50%)
}

.tab-wrapper .tab-tile-label {
    display: none
}

@media screen and (min-width: 800px) {
    .tab-wrapper .tab-tile-label {
        display:inline-block
    }
}

.tab-wrapper .tab-body {
    display: none;
    margin-top: 40px
}

.tab-wrapper .tab-body.active,.tab-wrapper .tab-body:first-of-type {
    display: block
}

.tab-wrapper .tab-body.inactive,fieldset .care-gap-buttons label:before {
    display: none
}

@media screen and (min-width: 800px) {
    .tab-wrapper .tab-body h5 {
        display:none
    }
}

.tab-wrapper .tab-body div {
    font-size: 1rem
}

.tabs.teal .tab-content {
    padding-top: 30px
}

.tabs.teal .tab-content .tab-pane {
    padding: 0
}

.tabs.teal ul.nav-pills li {
    align-items: stretch;
    justify-content: center
}

.tabs.teal ul.nav-pills li.active:after {
    content: none
}

.tabs.teal ul.nav-pills li.active a {
    flex: initial
}

.tabs.teal ul.nav-pills li.active a:after {
    height: 4px;
    position: absolute;
    width: 100%;
    bottom: 0;
    content: " ";
    left: 0;
    right: 0
}

table {
    width: 100%;
    margin-bottom: 20px
}

fieldset.ant-progress-bar-cmp .ant-progress-bar-full {
    height: 20px;
    margin-bottom: 20px
}

fieldset.ant-progress-bar-cmp .ant-progress-bar {
    float: left;
    width: 0;
    height: 100%;
    line-height: 20px;
    text-align: center;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

fieldset.ant-progress-bar-cmp .ant-progress-bar .ant-value-info {
    position: relative;
    left: 100%;
    transform: translate(-50%);
    top: -22px;
    text-align: center;
    width: 80px
}

fieldset.ant-progress-bar-cmp .ant-progress-bar .ant-value-info .ant-progress-days,fieldset.ant-progress-bar-cmp .ant-value-yearly .ant-progress-days {
    margin-top: 25px
}

fieldset.ant-progress-bar-cmp .ant-value-yearly {
    float: right;
    position: relative;
    right: 10px;
    top: -22px;
    text-align: center;
    width: 100px
}

fieldset.ant-progress-bar-cmp .ant-progress-bar-thirty {
    width: 14%;
    position: relative;
    z-index: 10
}

@media screen and (min-width: 801px) {
    fieldset.ant-progress-bar-cmp .ant-progress-bar-thirty {
        width:8%
    }
}

fieldset.ant-progress-bar-cmp .ant-progress-disclaimer {
    margin-top: 45px;
    text-align: center;
    margin-bottom: 45px
}

fieldset.ant-progress-bar-cmp .ant-progress-disclaimer p {
    font-style: italic
}

fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container {
    margin: 0;
    min-height: 44px;
    padding: 0
}

fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container:nth-of-type(4n+1) label.focus,fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container:nth-of-type(4n+2) label.focus,fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container:nth-of-type(4n+3) label.focus,fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container:nth-of-type(4n+4) label.focus {
    padding-top: 8px
}

fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container:nth-of-type(4n+1) li:focus label,fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container:nth-of-type(4n+2) li:focus label,fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container:nth-of-type(4n+3) li:focus label,fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container:nth-of-type(4n+4) li:focus label {
    padding-top: 8px
}

fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container .select-item {
    float: left;
    left: 0;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    transform: none;
    width: 100%
}

fieldset .care-gap-buttons label {
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    padding: 3px 15px;
    position: relative;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    background-color: #fff;
    border-bottom-style: solid;
    border-bottom-width: 10px;
    border-left: solid 1px #666;
    border-top: solid 1px #666;
    border-radius: 0;
    color: #666;
    font-size: 16px;
    font-weight: 400
}

.mbr-page-wrapper {
    width: 100%;
    overflow-x: hidden;
    position: relative;
    left: 0;
    z-index: 0
}

.mbr-top-of-page {
    position: fixed;
    width: 100%;
    height: 70px;
    z-index: 1
}

.mbr-top-of-page .ant-menu-button {
    transition: transform .5s;
    transform: rotateX(0deg);
    position: relative;
    height: 70px;
    max-width: 150px
}

.mbr-top-of-page .ant-menu-button .ant-active,.mbr-top-of-page .ant-menu-button .ant-inactive {
    height: 100%;
    width: 100%;
    position: absolute
}

.mbr-top-of-page .ant-menu-button .ant-inactive {
    z-index: 1010;
    transition: z-index .5s
}

.mbr-top-of-page .ant-menu-button .ant-active {
    z-index: 1000;
    transform: rotateX(180deg)
}

.mbr-top-of-page .ant-menu-button .ant-menu-icon-burger {
    font-size: 36px;
    top: 18px;
    position: relative;
    padding: 0 1px
}

.mbr-top-of-page .ant-menu-button .ant-menu-icon-close {
    position: relative;
    padding: 0 1px;
    font-size: 40px;
    top: 15px
}

.mbr-top-of-page .ant-menu-button .ant-menu-label {
    font-size: 26px;
    position: relative;
    top: 17px;
    left: 5px
}

.mbr-top-of-page .ant-menu-button .ant-menu-label-close {
    font-size: 26px;
    position: relative;
    left: 5px;
    top: 12px
}

.mbr-top-of-page a.ant-menu-toggle,.mbr-top-of-page a.ant-menu-toggle-open {
    display: block;
    border-bottom: none
}

.mbr-top-of-page a.ant-menu-toggle-open:focus,.mbr-top-of-page a.ant-menu-toggle-open:hover,.mbr-top-of-page a.ant-menu-toggle:focus,.mbr-top-of-page a.ant-menu-toggle:hover {
    text-decoration: none;
    border-bottom: none
}

.mbr-top-of-page .ant-logo-wrapper img {
    width: 160px;
    margin: 18px auto;
    display: block
}

.mbr-top-of-page .ant-task-bar {
    float: right;
    padding: 0;
    margin: 0
}

.mbr-top-of-page .ant-task-bar-item {
    float: left;
    list-style-type: none
}

.mbr-top-of-page a.ant-task-bar-icon {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: inline-block;
    margin: 25px 0 25px 15px;
    text-align: center
}

.mbr-top-of-page a.ant-task-bar-icon .fa {
    font-size: 30px;
    top: 10px;
    position: relative
}

.mbr-top-of-page a.ant-task-bar-icon .fa-th {
    top: 11px;
    left: 1px
}

.mbr-top-of-page a.ant-task-bar-icon:hover .fa.active,.mbr-top-of-page a.ant-task-bar-icon:hover .fa:hover {
    border: 1px solid
}

.mbr-top-of-page a.ant-task-bar-icon:hover .fa .badge {
    position: absolute;
    right: -5px;
    padding: 4px 7px
}

.mbr-top-of-page a.ant-task-bar-icon .ant-task-bar-widget {
    position: relative
}

.mbr-top-of-page a.ant-task-bar-icon .mbr-top-of-page-wrapper .ant-task-item {
    display: block;
    float: left;
    width: 50%;
    text-align: center;
    margin-top: 25px
}

.mbr-top-of-page a.ant-task-bar-icon .mbr-top-of-page-wrapper .ant-task-item a:hover {
    text-decoration: none;
    border-bottom: none
}

.mbr-top-of-page a.ant-task-bar-icon .mbr-top-of-page-wrapper .ant-task-item span.fa {
    display: block;
    color: #fe5e3c;
    font-size: 40px;
    padding-bottom: 10px
}

.mbr-top-of-page a.ant-task-bar-icon .mbr-top-of-page-wrapper .ant-task-item span+span,.mbr-top-of-page-wrapper .ant-task-item span+span {
    display: block;
    text-align: center
}

@media screen and (min-width: 480px) {
    .mbr-top-of-page a.ant-task-bar-icon .ant-task-bar-content {
        width:480px
    }

    .mbr-top-of-page a.ant-task-bar-icon .ant-task-item {
        width: 33.33%
    }
}

.mbr-top-of-page a.ant-task-bar-icon .ant-navigation-wrapper {
    display: none
}

.mbr-top-of-page a.ant-task-bar-icon .ant-nav-primary {
    width: 100%;
    max-width: 960px;
    margin: auto;
    padding: 0
}

.mbr-top-of-page a.ant-task-bar-icon .ant-nav-primary li {
    list-style: none;
    display: block;
    float: left;
    width: 33.33%;
    border-left: 1px solid #4da1d4;
    border-right: 1px solid #00609a
}

.mbr-top-of-page a.ant-task-bar-icon .ant-nav-primary li:first-child {
    border-left: 1px solid #0079c2
}

.mbr-top-of-page a.ant-task-bar-icon .ant-nav-primary li:last-child {
    border-right: 1px solid #0079c2
}

.mbr-top-of-page a.ant-task-bar-icon .ant-nav-primary li a {
    display: block;
    text-align: center;
    padding: 20px 0;
    border-bottom: 0
}

.ant-app-promo .ant-app-link span:focus,.ant-app-promo .ant-app-link span:hover,.mbr-top-of-page a.ant-task-bar-icon .ant-nav-primary li a:focus,.mbr-top-of-page a.ant-task-bar-icon .ant-nav-primary li a:hover {
    text-decoration: none
}

.ant-footer-link-list li a,.ant-footer-link-list li a:hover,.mbr-bottom-of-page a:hover,.mbr-page-footer a:hover,.mbr-top-of-page a.ant-task-bar-icon .ant-nav-primary li.ant-active a,.mbr-top-of-page a.ant-task-bar-icon .ant-side-navigation-wrapper .ant-social a,.mbr-top-of-page a.ant-task-bar-icon .ant-side-navigation-wrapper .ant-social a:hover {
    text-decoration: none
}

.mbr-top-of-page a.ant-task-bar-icon .ant-navigation-main {
    background-color: #fff;
    border-bottom: 2px solid #0079c2;
    padding-bottom: 30px
}

.mbr-top-of-page a.ant-task-bar-icon .ant-navigation-main h2 {
    font-size: 24px;
    margin-bottom: 8px;
    font-weight: 400
}

.mbr-top-of-page a.ant-task-bar-icon .ant-navigation-main-inner {
    width: 100%;
    max-width: 960px;
    margin: auto;
    padding: 40px 0
}

.mbr-top-of-page a.ant-task-bar-icon .ant-nav-secondary {
    margin: 0 0 30px;
    padding: 0
}

.mbr-top-of-page a.ant-task-bar-icon .ant-nav-secondary li,.mbr-top-of-page a.ant-task-bar-icon .ant-side-navigation-wrapper>ul>li {
    list-style: none
}

.mbr-top-of-page a.ant-task-bar-icon .ant-nav-secondary li a {
    text-decoration: none;
    border-bottom: none;
    padding: 12px 0;
    display: block;
    font-size: 20px
}

.mbr-top-of-page a.ant-task-bar-icon .ant-side-navigation-wrapper {
    display: block;
    width: 320px;
    position: absolute;
    left: -320px;
    background-color: #0079c2;
    transition: left .5s;
    top: 71px;
    box-shadow: 1px 1px 3px -1px #666;
    color: #fff;
    font-size: 24px
}

.mbr-top-of-page a.ant-task-bar-icon .ant-side-navigation-wrapper .fa {
    color: #fff
}

.mbr-top-of-page a.ant-task-bar-icon .ant-side-navigation-wrapper .ant-search-form {
    padding: 15px 20px 10px
}

.mbr-top-of-page a.ant-task-bar-icon .ant-side-navigation-wrapper .ant-search-form label {
    font-weight: 300;
    display: inline-block;
    font-size: 24px
}

.mbr-top-of-page a.ant-task-bar-icon .ant-side-navigation-wrapper ul {
    margin: 0;
    padding: 0
}

.mbr-top-of-page a.ant-task-bar-icon .ant-side-navigation-wrapper>ul>li>a {
    border-bottom: none;
    padding: 18px 20px;
    display: block;
    font-weight: 400
}

.mbr-top-of-page a.ant-task-bar-icon .ant-side-navigation-wrapper>ul>li>a .fa {
    font-size: 38px;
    position: relative;
    color: #fff
}

.mbr-top-of-page a.ant-task-bar-icon .ant-side-navigation-wrapper>ul>li>a .fa-angle-down {
    transform: rotateX(180deg);
    transition: transform .5s
}

.mbr-bottom-of-page h3 a.collapsed .fa,.mbr-top-of-page a.ant-task-bar-icon .ant-side-navigation-wrapper>ul>li>a.collapsed .fa {
    font-size: 38px;
    transform: rotateX(0deg)
}

.mbr-top-of-page a.ant-task-bar-icon .ant-side-navigation-wrapper .ant-social .fa {
    margin: 0 10px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    padding-top: 8px
}

.mbr-top-of-page a.ant-task-bar-icon .ant-side-navigation-wrapper>ul>li>ul {
    margin-bottom: 15px
}

.mbr-top-of-page a.ant-task-bar-icon .ant-side-navigation-wrapper>ul>li li {
    border-bottom: 0 solid
}

.mbr-top-of-page a.ant-task-bar-icon .ant-side-navigation-wrapper>ul>li li a {
    font-size: 16px;
    padding-left: 40px;
    display: block;
    border-bottom: none
}

.ant-menu-active .ant-side-navigation-wrapper {
    left: 0
}

.ant-menu-active .ant-menu-button,.mbr-top-of-page-wrapper .ant-nav-col.ant-menu-expanded .ant-heading-two .fa {
    transform: rotateX(180deg)
}

.ant-menu-active .ant-menu-button .ant-inactive {
    z-index: 990
}

@media screen and (min-width: 480px) {
    .mbr-top-of-page .ant-logo-wrapper img {
        margin:17px auto;
        width: 175px
    }
}

@media screen and (min-width: 801px) {
    .mbr-top-of-page .ant-side-navigation-wrapper {
        top:101px
    }

    .mbr-top-of-page .ant-logo-wrapper img {
        margin: 27px auto 26px;
        width: 250px
    }

    .mbr-top-of-page,.mbr-top-of-page .ant-menu-button {
        height: 100px
    }

    .mbr-top-of-page .ant-menu-button .ant-menu-icon-burger {
        font-size: 50px;
        top: 25px
    }

    .mbr-top-of-page .ant-menu-button .ant-menu-icon-close {
        font-size: 55px;
        top: 20px
    }
}

@media screen and (min-width: 1024px) {
    .mbr-top-of-page .ant-side-navigation-wrapper {
        display:none
    }

    .mbr-top-of-page .ant-navigation-wrapper {
        max-height: 0;
        overflow: hidden;
        transition: max-height .5s;
        display: block
    }

    .mbr-top-of-page .ant-logo-wrapper img {
        max-width: 100%
    }

    .ant-menu-active .ant-navigation-wrapper {
        max-height: 500px
    }

    .ant-menu-active .ant-side-navigation-wrapper {
        left: -320px
    }
}

.mbr-page-header {
    padding: 1.714rem 0
}

.mbr-page-header h1 {
    margin: auto
}

@media screen and (min-width: 800px) {
    .mbr-page-header {
        text-align:left;
        margin-top: 100px
    }

    .mbr-page-header h1 {
        float: left
    }

    .mbr-page-header .ant-help-container {
        display: block;
        float: right;
        clear: none;
        margin-top: 0
    }
}

.mbr-page-body {
    margin-top: 2rem
}

.tcp-middle-of-page {
    z-index: 0;
    position: relative
}

.footer-floater .fa {
    top: .1429rem;
    position: relative;
    float: left;
    margin-right: .5rem;
    width: 1.5rem
}

#california-grievance-form-floating-footer {
    margin-bottom: .8rem
}

.footer-floater-inner {
    overflow: hidden
}

.mbr-page-footer a {
    border-bottom: none
}

.mbr-bottom-of-page a,.mbr-page-footer a {
    text-decoration: none
}

.ant-footer-heading {
    text-align: center
}

.mbr-page-footer {
    position: relative;
    z-index: -1
}

.ant-footer-link-list {
    padding: 0;
    margin: 0;
    list-style: none
}

.ant-footer-link-list li li:last-child,.mbr-top-of-page-wrapper .ant-nav-col li:last-child {
    margin-bottom: 0
}

.ant-footer {
    z-index: -1;
    position: relative
}

[data-cns-language-dropdown-cmp] .dropdown-menu,[language-dropdown-cmp] .dropdown-menu {
    max-height: 300px;
    overflow-y: auto
}

[data-cns-language-dropdown-cmp] .psLabel:hover,[language-dropdown-cmp] .psLabel:hover {
    background: 0 0;
    color: inherit
}

.mbr-bottom-of-page {
    margin-top: 2rem
}

.mbr-bottom-of-page #footerBtnDdl .psLabel.amharic,.mbr-bottom-of-page #footerBtnDdl .psLabel.burmese {
    background-image: url(/member/assets/images/alt_languages.png);
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-size: 70%;
    background-clip: content-box
}

.mbr-bottom-of-page #footerBtnDdl .psLabel.burmese {
    background-position: 15px 8px
}

.mbr-bottom-of-page #footerBtnDdl .psLabel.amharic {
    background-position: 15px -31px
}

.mbr-bottom-of-page #footerBtnDdl li:hover .psLabel.burmese {
    background-position: 15px -12px
}

.mbr-bottom-of-page #footerBtnDdl li:hover .psLabel.amharic {
    background-position: 15px -50px
}

@media screen and (min-width: 480px) {
    .mbr-bottom-of-page #footerBtnDdl .psLabel.burmese {
        background-position:18px 8px
    }

    .mbr-bottom-of-page #footerBtnDdl .psLabel.amharic {
        background-position: 18px -41px
    }

    .mbr-bottom-of-page #footerBtnDdl li:hover .psLabel.burmese {
        background-position: 18px -16px
    }

    .mbr-bottom-of-page #footerBtnDdl li:hover .psLabel.amharic {
        background-position: 18px -62px
    }
}

@media screen and (min-width: 801px) {
    .mbr-bottom-of-page #footerBtnDdl .psLabel.burmese {
        background-position:18px 8px
    }

    .mbr-bottom-of-page #footerBtnDdl .psLabel.amharic {
        background-position: 18px -44px
    }

    .mbr-bottom-of-page #footerBtnDdl li:hover .psLabel.burmese {
        background-position: 18px -19px
    }

    .mbr-bottom-of-page #footerBtnDdl li:hover .psLabel.amharic {
        background-position: 18px -70px
    }
}

@media screen and (min-width: 1024px) {
    .mbr-bottom-of-page #footerBtnDdl li:hover .psLabel.burmese {
        background-position:18px -18px
    }
}

.mbr-bottom-of-page #footer-block-3 {
    text-align: center;
    margin: 0 auto;
    width: 13rem;
    padding-bottom: 1.142rem
}

@media screen and (min-width: 1024px) {
    .mbr-bottom-of-page #footer-block-3 {
        margin:0
    }
}

.mbr-bottom-of-page h3 a {
    display: block;
    padding: 15px 10%
}

.mbr-bottom-of-page h3 a .fa {
    font-size: 38px;
    position: relative;
    top: -5px
}

.mbr-bottom-of-page h3 a .fa-angle-down {
    transform: rotateX(180deg);
    transition: transform .5s
}

.mbr-bottom-of-page ul.panel-collapse {
    padding: 0 0 3.142rem
}

.mbr-bottom-of-page a {
    border-bottom: none
}

.mbr-bottom-of-page .ant-block-wrapper {
    position: relative
}

.mbr-bottom-of-page .ant-social {
    margin: 3rem 0;
    text-align: center;
    clear: both
}

.mbr-bottom-of-page .ant-social .fa {
    margin: 0 10px;
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
    text-align: center;
    font-size: 1.714rem;
    padding-top: .643rem
}

.mbr-bottom-of-page .ant-copyright {
    text-align: center;
    clear: both;
    font-size: .8571rem;
    font-weight: 300
}

@media screen and (min-width: 801px) {
    .mbr-bottom-of-page .ant-copyright {
        font-size:.7778rem
    }
}

.mbr-bottom-of-page .ant-heading-five {
    margin-bottom: 10px
}

.mbr-bottom-of-page .mbr-page-footer .ant-center-block {
    max-width: 300px;
    float: none;
    padding-top: 20px
}

.mbr-bottom-of-page .ant-center-block-wide {
    text-align: center
}

.ant-app-promo {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 50px
}

.ant-app-promo .media-body {
    width: auto
}

.ant-app-promo .ant-app-icon img {
    height: 3rem;
    width: 3rem;
    margin-right: 5px
}

.ant-app-promo .ant-app-link {
    text-decoration: none
}

.ant-app-promo .ant-app-link span {
    display: block;
    text-align: left
}

@media screen and (max-width: 575px) {
    .ant-app-promo {
        margin:3rem auto;
        clear: both;
        display: block;
        width: 268px
    }
}

@media screen and (min-width: 800px) {
    .mbr-bottom-of-page .ant-center-block {
        max-width:100%;
        float: left
    }

    .mbr-bottom-of-page .ant-center-block-wide {
        max-width: 100%;
        float: left;
        clear: none;
        text-align: left;
        padding-top: 0
    }

    .mbr-bottom-of-page ul.panel-collapse {
        padding: 10px 0
    }

    .mbr-bottom-of-page .ant-block-wrapper.first {
        border-top: 0 solid;
        border-bottom: 0 solid
    }

    .mbr-bottom-of-page .ant-block-wrapper {
        border-bottom: 0 solid;
        width: 100%;
        left: 0
    }
}

.ant-visible-public {
    display: none
}

.ant-hidden-public,.ant-public .ant-visible-public {
    display: block
}

.ant-public .ant-hidden-public {
    display: none
}

.ant-page-wrapper {
    position: relative;
    overflow-x: hidden
}

.mbr-top-of-page-wrapper {
    position: fixed;
    width: 100%;
    height: 65px;
    z-index: 500;
    transition: background-color .5s ease
}

.mbr-top-of-page-wrapper .ant-top-wrapper {
    transition: background-color .25s ease
}

.mbr-top-of-page-wrapper .ant-menu-button {
    font-size: 28px
}

.mbr-top-of-page-wrapper .ant-menu-label {
    top: 0
}

.mbr-top-of-page-wrapper .ant-menu-toggle,.mbr-top-of-page-wrapper .ant-menu-toggle:active,.mbr-top-of-page-wrapper .ant-menu-toggle:focus,.mbr-top-of-page-wrapper .ant-menu-toggle:hover {
    text-decoration: none;
    display: inline-block;
    border: 0;
    font-weight: 400;
    margin-top: 12px;
    padding: 5px 5px 5px 0
}

.mbr-top-of-page-wrapper .ant-menu-icon-container {
    position: relative;
    margin-right: 0;
    font-size: 2px;
    top: -8px
}

.mbr-top-of-page-wrapper .ant-menu-icon,.mbr-top-of-page-wrapper .ant-menu-icon:after,.mbr-top-of-page-wrapper .ant-menu-icon:before {
    height: 3px;
    width: 30px;
    position: relative;
    display: inline-block;
    transition-duration: .2s,.2s;
    transition-delay: .2s,0s
}

.mbr-top-of-page-wrapper .ant-menu-icon:before {
    top: -9px;
    content: " ";
    transform: rotate(0deg);
    transition-property: top,transform
}

.mbr-top-of-page-wrapper .ant-menu-icon:after {
    bottom: -5px;
    content: " ";
    transform: rotate(0deg);
    transition-property: bottom,transform
}

.mbr-top-of-page-wrapper .ant-logo-wrapper-col {
    display: block
}

.mbr-top-of-page-wrapper .ant-logo-wrapper-col a {
    display: block;
    border-bottom: none
}

.mbr-top-of-page-wrapper .ant-logo-wrapper {
    opacity: 1;
    transition: opacity .25s ease
}

.mbr-top-of-page-wrapper .ant-logo-wrapper img {
    width: 160px;
    margin: 17px auto;
    display: block
}

.mbr-top-of-page-wrapper .ant-task-bar-wrapper-col {
    display: none
}

.mbr-top-of-page-wrapper .ant-task-bar {
    float: right;
    padding: 0;
    margin: 0
}

.mbr-top-of-page-wrapper .ant-task-bar-item {
    float: left;
    list-style-type: none
}

.mbr-top-of-page-wrapper a.ant-task-bar-icon {
    border-radius: 50%;
    height: 41px;
    width: 41px;
    display: inline-block;
    margin: 13px 0 6px 12px;
    text-align: center;
    overflow: hidden
}

.mbr-top-of-page-wrapper a.ant-task-bar-icon .fa {
    font-size: 23px;
    top: 8px;
    position: relative
}

.mbr-top-of-page-wrapper a.ant-task-bar-icon.active,.mbr-top-of-page-wrapper a.ant-task-bar-icon:hover {
    cursor: pointer
}

.mbr-top-of-page-wrapper a.ant-task-bar-icon .fa-th {
    font-size: 27px;
    top: 7px
}

.mbr-top-of-page-wrapper a.ant-task-bar-icon .fa-user {
    font-size: 38px;
    top: 5px;
    left: 1px
}

.mbr-top-of-page-wrapper .ant-search .ant-task-bar-icon {
    float: left
}

.mbr-top-of-page-wrapper .ant-search-active .ant-search-field {
    max-width: 500px
}

.mbr-top-of-page-wrapper .ant-search-field {
    float: left;
    margin-top: 18px;
    border-radius: 5px;
    max-width: 0;
    overflow: hidden;
    transition: max-width .25s ease;
    padding: 5px 0
}

.mbr-top-of-page-wrapper .ant-search-field input {
    width: 140px;
    border: 0;
    background: 0 0;
    font-weight: 300;
    margin-left: 8px;
    font-size: 14px
}

.mbr-top-of-page-wrapper .ant-nav-search-button {
    border: 0;
    padding: 0 20px 0 0;
    margin: 0 -20px 0 0;
    width: 0;
    position: relative;
    left: -17px;
    background: 0 0;
    top: -2px
}

.mbr-top-of-page-wrapper .ant-nav-search-button .fa {
    font-size: 14px
}

.mbr-top-of-page-wrapper .ant-search-bkg {
    margin-bottom: 0
}

.mbr-top-of-page-wrapper a.ant-task-bar-icon .badge {
    position: absolute;
    right: -5px;
    padding: 4px 7px
}

.mbr-top-of-page-wrapper .ant-global-nav {
    padding: 0;
    margin: 0
}

.mbr-top-of-page-wrapper .ant-navigation-wrapper {
    max-height: 0;
    visibility: hidden
}

.mbr-top-of-page-wrapper .ant-navigation-wrapper ul {
    margin: 0;
    padding: 0
}

.mbr-top-of-page-wrapper .ant-navigation-wrapper ul ul {
    margin-top: 10px
}

.mbr-top-of-page-wrapper .ant-navigation-wrapper .ant-heading-two {
    font-weight: 300;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 20px;
    font-size: 32px;
    display: block;
    line-height: 1.1
}

.mbr-top-of-page-wrapper .ant-navigation-wrapper .ant-nav-col {
    padding-left: 0;
    padding-right: 17px;
    list-style: none;
    left: -1000px;
    position: relative;
    opacity: .05;
    border: 0 solid transparent;
    transition-property: border,left,opacity;
    transition-timing-function: ease-out,ease-out,ease-in;
    transition-delay: .3s,.15s,.1s;
    transition-duration: .35s,.45s,.15s
}

.mbr-top-of-page-wrapper .ant-nav-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 0;
    visibility: hidden;
    overflow: hidden;
    opacity: .1;
    transition: max-height .25s ease-out,opacity .25s ease-out,visibility 0s ease-out
}

.mbr-top-of-page-wrapper .ant-nav-col ul a {
    border: 0
}

.mbr-top-of-page-wrapper .ant-nav-col .ant-heading-two .fa {
    font-size: 40px;
    position: relative;
    top: -2px;
    transform: rotateX(0deg);
    transition: transform .35s ease;
    z-index: -1
}

.mbr-top-of-page-wrapper .ant-menu-expand {
    cursor: pointer;
    text-decoration: none;
    border: 0
}

.mbr-top-of-page-wrapper .ant-nav-col ul ul {
    max-height: 0
}

.mbr-top-of-page-wrapper .ant-nav-col li {
    font-weight: 600;
    margin: 10px 0 20px
}

.mbr-top-of-page-wrapper .ant-nav-col li li {
    font-weight: 400;
    margin: 10px 20px 0
}

.mbr-top-of-page-wrapper .ant-nav-col li li a {
    padding: 3px 0;
    display: inline-block
}

.mbr-top-of-page-wrapper .ant-navigation-wrapper {
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100vh - 65px)
}

.mbr-top-of-page-wrapper .ant-navigation-wrapper .ant-nav-col:first-child {
    transition-delay: .3s,0s,.1s;
    transition-duration: .35s,.45s,.15s
}

.mbr-top-of-page-wrapper .ant-navigation-wrapper .ant-nav-col:last-child {
    transition-delay: .3s,.3s,.1s;
    transition-duration: .35s,.45s,.15s
}

.ant-menu-visible,.ant-menu-visible .mbr-top-of-page-wrapper a.ant-task-bar-icon {
    overflow: hidden
}

.ant-menu-visible .mbr-top-of-page-wrapper {
    height: 100vh;
    transition: background-color .2s ease
}

.ant-menu-visible .mbr-top-of-page-wrapper .ant-top-wrapper {
    height: 65px
}

.open>div .dropdown-menu li a:focus .fa,.open>div .dropdown-menu li a:hover .fa,.open>div .dropdown-menu li.active a .fa,.open>div .dropdown-menu li:focus a .fa,.open>div .dropdown-menu li:hover a .fa {
    color: #fff
}

.ant-menu-visible .mbr-top-of-page-wrapper .ant-menu-icon {
    transition: background-color .2 ease
}

.ant-menu-visible .mbr-top-of-page-wrapper .ant-menu-icon:before {
    top: 0;
    transform: rotate(-45deg);
    transition-property: transform,top
}

.ant-menu-visible .mbr-top-of-page-wrapper .ant-menu-icon:after {
    bottom: 4px;
    transform: rotate(45deg);
    transition-property: transform,bottom
}

.ant-menu-visible .mbr-top-of-page-wrapper .ant-logo-wrapper-col,.ant-menu-visible .mbr-top-of-page-wrapper .ant-messages .ant-task-bar-widget,.ant-menu-visible .mbr-top-of-page-wrapper .ant-task-bar-wrapper-col .ant-messages,.ant-menu-visible .mbr-top-of-page-wrapper .ant-task-bar-wrapper-col .ant-tasks,.ant-menu-visible .mbr-top-of-page-wrapper .ant-tasks .ant-task-bar-widget {
    display: none
}

.ant-menu-visible .mbr-top-of-page-wrapper .ant-logo-wrapper {
    opacity: .05
}

.ant-menu-visible .mbr-top-of-page-wrapper .ant-task-bar-wrapper-col {
    display: block
}

.ant-menu-visible .mbr-top-of-page-wrapper .ant-search-field input {
    border-bottom: 1px solid;
    color: #fff
}

.ant-menu-visible .mbr-top-of-page-wrapper .ant-nav-search-button {
    background: 0 0
}

.ant-menu-visible .mbr-top-of-page-wrapper a.ant-task-bar-icon.active,.ant-menu-visible .mbr-top-of-page-wrapper a.ant-task-bar-icon:hover {
    cursor: pointer
}

.ant-menu-visible .mbr-top-of-page-wrapper .ant-navigation-wrapper {
    padding-top: 16px;
    display: block;
    max-height: 100%;
    background: 0 0;
    visibility: visible
}

.ant-menu-visible .mbr-top-of-page-wrapper .ant-nav-col.ant-menu-expanded>ul,.ant-menu-visible .mbr-top-of-page-wrapper .ant-nav-col.ant-menu-expanded>ul ul {
    max-height: 1000px;
    overflow: hidden;
    visibility: visible;
    opacity: 1
}

.ant-menu-visible .mbr-top-of-page-wrapper .ant-nav-col ul ul {
    max-height: 400px;
    overflow: hidden
}

.ant-menu-visible .mbr-top-of-page-wrapper .ant-navigation-wrapper .ant-nav-col {
    left: 0;
    padding-bottom: 6px;
    top: 0;
    opacity: 1
}

.ant-menu-visible .mbr-top-of-page-wrapper .ant-navigation-wrapper .ant-nav-col:first-of-type {
    border-top: 0 solid
}

.ant-menu-visible .mbr-top-of-page-wrapper .ant-navigation-wrapper .ant-nav-col:last-of-type {
    border-bottom: 0 solid
}

@media screen and (min-width: 480px) {
    .mbr-top-of-page-wrapper .ant-logo-wrapper img {
        margin:16px auto;
        width: 175px
    }

    .mbr-top-of-page-wrapper .ant-search-bkg {
        margin-bottom: 15px
    }

    .mbr-top-of-page-wrapper .ant-search-field {
        overflow: visible;
        width: 100%;
        max-width: 500px;
        margin: 10px 0
    }

    .mbr-top-of-page-wrapper .ant-search-field input {
        width: calc(100% - 60px);
        font-size: 24px
    }

    .mbr-top-of-page-wrapper .ant-nav-search-button {
        border: 0;
        padding: 0 40px 0 0;
        margin: 0 -40px 0 0;
        width: 0;
        position: relative;
        left: 14px;
        background: 0 0;
        top: -2px
    }

    .mbr-top-of-page-wrapper .ant-nav-search-button .fa {
        font-size: 28px
    }
}

@media screen and (min-width: 801px) {
    .mbr-top-of-page-wrapper .ant-menu-icon-container {
        position:relative;
        top: -5px
    }

    .mbr-top-of-page-wrapper .ant-logo-wrapper img {
        margin: 16px 0
    }

    .mbr-top-of-page-wrapper .ant-task-bar-wrapper-col {
        display: block
    }

    .mbr-top-of-page-wrapper .ant-menu-toggle,.mbr-top-of-page-wrapper .ant-menu-toggle:active,.mbr-top-of-page-wrapper .ant-menu-toggle:focus,.mbr-top-of-page-wrapper .ant-menu-toggle:hover {
        margin-top: 8px
    }

    .mbr-top-of-page-wrapper .ant-navigation-wrapper .ant-nav-col {
        padding-left: 50px;
        padding-right: 40px;
        margin-bottom: 20px;
        left: 0;
        top: -1000px;
        position: relative;
        opacity: .05;
        border: 0 solid transparent;
        transition-property: border,top,opacity;
        transition-timing-function: ease-out,ease-out,ease-in;
        transition-delay: 0s,.05s,.4s;
        transition-duration: .55s,.55s,.25s
    }

    .mbr-top-of-page-wrapper .ant-menu-expand {
        cursor: default
    }

    .mbr-top-of-page-wrapper .ant-navigation-wrapper {
        height: calc(100vh - 85px);
        clear: both
    }

    .mbr-top-of-page-wrapper .ant-navigation-wrapper .ant-nav-col:first-child {
        transition-delay: 0s,0s,.3s
    }

    .mbr-top-of-page-wrapper .ant-navigation-wrapper .ant-nav-col:last-child {
        transition-delay: 0s,.3s,.5s
    }

    .ant-menu-visible .mbr-top-of-page-wrapper .ant-logo-wrapper-col {
        display: block;
        visibility: hidden
    }

    .ant-menu-visible .mbr-top-of-page-wrapper a.ant-task-bar-icon:last-of-type {
        margin-right: 0
    }

    .ant-menu-visible .mbr-top-of-page-wrapper .ant-nav-col ul {
        max-height: 1000px;
        overflow: hidden;
        opacity: 1;
        visibility: visible
    }

    .ant-menu-visible .mbr-top-of-page-wrapper .ant-navigation-wrapper {
        padding-top: 50px
    }

    .ant-menu-visible .mbr-top-of-page-wrapper .ant-navigation-wrapper .ant-nav-col {
        border-top: 0 transparent;
        border-bottom: 0 transparent;
        border-right: 1px solid #69b3e7;
        border-left: 1px solid #69b3e7;
        margin-left: -1px;
        float: left;
        width: 34%
    }

    .ant-menu-visible .mbr-top-of-page-wrapper .ant-navigation-wrapper .ant-nav-col:first-of-type {
        border-left: 0 solid;
        margin-left: 0;
        padding-left: 0;
        width: 32%
    }

    .ant-menu-visible .mbr-top-of-page-wrapper .ant-navigation-wrapper .ant-nav-col:last-of-type {
        border-right: 0;
        padding-right: 0;
        width: 32%
    }
}

@media screen and (min-width: 1024px) {
    .mbr-top-of-page-wrapper {
        height:85px
    }

    .mbr-top-of-page-wrapper .ant-menu-icon-container {
        top: -5px;
        margin-right: 12px
    }

    .mbr-top-of-page-wrapper .ant-menu-toggle,.mbr-top-of-page-wrapper .ant-menu-toggle:active,.mbr-top-of-page-wrapper .ant-menu-toggle:focus,.mbr-top-of-page-wrapper .ant-menu-toggle:hover {
        margin-top: 18px
    }

    .mbr-top-of-page-wrapper .ant-logo-wrapper img {
        margin: 21px auto;
        width: 225px
    }

    .mbr-top-of-page-wrapper a.ant-task-bar-icon {
        margin: 22px 0 16px 15px
    }

    .mbr-top-of-page-wrapper .ant-search-field {
        margin-top: 27px
    }

    .ant-menu-visible .mbr-top-of-page-wrapper .ant-top-wrapper {
        height: 85px
    }

    .ant-menu-visible .mbr-top-of-page-wrapper .ant-navigation-wrapper .ant-heading-two {
        font-size: 36px
    }
}

.ant-menu-visible.ant-public .ant-navigation-wrapper {
    padding-top: 0
}

@media (min-width: 480px) {
    .ant-menu-visible.ant-public .ant-navigation-wrapper {
        padding-top:16px
    }
}

.mbr-top-of-page-wrapper .ant-task-bar-widget {
    position: relative
}

@media screen and (max-width: 480px) {
    .mbr-top-of-page-wrapper a.ant-task-bar-icon.not-open:focus:after,.mbr-top-of-page-wrapper a.ant-task-bar-icon.not-open:focus:before {
        border:0
    }

    .mbr-top-of-page-wrapper a.ant-task-bar-icon:focus:after,.mbr-top-of-page-wrapper a.ant-task-bar-icon:focus:before {
        bottom: -15px;
        right: -1px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        z-index: 1000
    }

    .mbr-top-of-page-wrapper a.ant-task-bar-icon:focus:before {
        border-color: transparent transparent #dcdcdc;
        border-width: 22px;
        margin-right: -1px
    }

    .mbr-top-of-page-wrapper a.ant-task-bar-icon:focus:after {
        border-color: transparent transparent #fff;
        border-width: 20px;
        margin-right: 3px
    }
}

.mbr-top-of-page-wrapper .ant-search a.ant-task-bar-icon:focus:after,.mbr-top-of-page-wrapper .ant-search a.ant-task-bar-icon:focus:before {
    bottom: 0
}

.mbr-top-of-page-wrapper .ant-task-bar-content {
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
    top: 78px;
    min-height: 150px;
    width: 95%;
    padding: 30px;
    z-index: 100
}

.mbr-top-of-page-wrapper #global-profileIcon {
    width: 300px
}

@media screen and (max-width: 480px) {
    .mbr-top-of-page-wrapper #global-profileIcon {
        width:95%
    }
}

@media screen and (max-height: 355px) {
    .mbr-top-of-page-wrapper #global-profileIcon .ant-nav-secondary li a {
        padding:8px 0
    }

    .mbr-top-of-page-wrapper #global-profileIcon .btn-pad {
        padding: 0 12px
    }

    .mbr-top-of-page-wrapper #global-profileIcon .btn {
        padding: 7px 25px 8px;
        min-width: 100px
    }
}

@media screen and (max-height: 440px) {
    .mbr-top-of-page-wrapper #global-profileIcon {
        padding:10px
    }

    .mbr-top-of-page-wrapper #global-profileIcon .ant-heading-two {
        padding-bottom: 0
    }

    .mbr-top-of-page-wrapper #global-profileIcon .ant-nav-secondary {
        margin: 0
    }

    .mbr-top-of-page-wrapper #global-profileIcon .btn-pad {
        padding: 0 12px
    }

    .mbr-top-of-page-wrapper #global-profileIcon .btn {
        font-size: 16px
    }
}

@media screen and (max-height: 519px) {
    .mbr-top-of-page-wrapper #global-profileIcon .ant-nav-secondary li a {
        font-size:16px
    }
}

.mbr-top-of-page-wrapper .ant-task-item {
    display: block;
    float: left;
    width: 50%;
    padding: 0 10px;
    text-align: center;
    margin-top: 20px
}

.mbr-top-of-page-wrapper .ant-task-item a {
    display: block;
    border-bottom: none
}

.mbr-top-of-page-wrapper .ant-task-item a:hover {
    text-decoration: none
}

.mbr-top-of-page-wrapper .ant-task-item span.fa {
    display: block;
    font-size: 40px;
    padding-bottom: 10px
}

.mbr-top-of-page-wrapper .ant-task-item span.fa.fa-list-alt {
    font-size: 25px;
    line-height: 40px;
    top: 1px;
    position: relative
}

@media screen and (min-width: 480px) {
    .mbr-top-of-page-wrapper .ant-task-bar-content {
        position:absolute;
        right: -97%;
        left: auto;
        margin: auto;
        width: 480px
    }

    .mbr-top-of-page-wrapper .ant-task-bar-content:after,.mbr-top-of-page-wrapper .ant-task-bar-content:before {
        bottom: 100%;
        right: 50px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none
    }

    .mbr-top-of-page-wrapper .ant-task-bar-content:after {
        border-width: 20px;
        margin-right: 3px
    }

    .mbr-top-of-page-wrapper .ant-task-bar-content:before {
        border-width: 22px;
        margin-right: -1px
    }

    .mbr-top-of-page-wrapper .ant-task-bar-content .ant-task-item {
        width: 33.33%;
        padding: 0
    }

    .mbr-top-of-page-wrapper .ant-task-bar-content.small-layout .ant-task-item {
        width: 50%
    }
}

@media screen and (min-width: 1024px) {
    .mbr-top-of-page-wrapper .ant-task-bar-content:before {
        margin-right:0
    }

    .mbr-top-of-page-wrapper .ant-task-bar-content:after {
        margin-right: 4px
    }
}

.mbr-top-of-page-wrapper .ant-nav-secondary li {
    list-style: none
}

.mbr-top-of-page-wrapper .ant-nav-secondary li a {
    text-decoration: none;
    border-bottom: none;
    padding: 12px 0;
    display: block;
    font-size: 20px
}

.mbr-top-of-page-wrapper .ant-nav-secondary {
    margin: 0 0 30px;
    padding: 0
}

.mbr-page-header {
    text-align: center;
    margin-top: 65px
}

@media screen and (min-width: 801px) {
    .mbr-top-of-page-wrapper #global-profileIcon {
        width:375px
    }
}

@media screen and (min-width: 1024px) {
    .mbr-top-of-page-wrapper .ant-task-bar-content {
        top:87px;
        right: -93%
    }

    .mbr-page-header {
        text-align: left;
        margin-top: 85px
    }
}

@media (max-width: 800px) {
    .ant-navigation-wrapper .ant-nav-col {
        height:auto!important
    }
}

.uxd-collapse-item-cmp.addStripe:nth-of-type(even) .ant-collapse-heading,.uxd-expand-collapse-wcs.addStripe:nth-of-type(even) .ant-collapse-heading,div[data-tcp-wcs-expand-collapse].addStripe:nth-of-type(even) .ant-collapse-heading {
    background: #eee
}

.uxd-collapse-item-cmp .ant-collapse-heading,.uxd-expand-collapse-wcs .ant-collapse-heading,div[data-tcp-wcs-expand-collapse] .ant-collapse-heading {
    padding: .6666666667rem 1rem;
    background: 0 0;
    border: 0
}

.uxd-collapse-item-cmp .ant-collapse-heading .collapsible-heading-text,.uxd-expand-collapse-wcs .ant-collapse-heading .collapsible-heading-text,div[data-tcp-wcs-expand-collapse] .ant-collapse-heading .collapsible-heading-text {
    font-weight: 300;
    font-size: 1.444rem
}

.uxd-collapse-item-cmp .ant-collapse-heading .ant-collapse-button,.uxd-expand-collapse-wcs .ant-collapse-heading .ant-collapse-button,div[data-tcp-wcs-expand-collapse] .ant-collapse-heading .ant-collapse-button {
    margin-right: 1rem
}

.uxd-collapse-item-cmp .ant-collapse-heading .ant-collapse-button .accordion-button-icon,.uxd-expand-collapse-wcs .ant-collapse-heading .ant-collapse-button .accordion-button-icon,div[data-tcp-wcs-expand-collapse] .ant-collapse-heading .ant-collapse-button .accordion-button-icon {
    font-family: "ant-classic-icons";
    font-size: 1.25rem;
    font-weight: 900;
    color: #fe5e3c
}

.uxd-collapse-item-cmp .ant-collapse-heading .ant-collapse-button .accordion-button-icon:before,.uxd-expand-collapse-wcs .ant-collapse-heading .ant-collapse-button .accordion-button-icon:before,div[data-tcp-wcs-expand-collapse] .ant-collapse-heading .ant-collapse-button .accordion-button-icon:before {
    content: "\f2c2"
}

.uxd-collapse-item-cmp .ant-collapse-heading .ant-collapse-button .fa,.uxd-expand-collapse-wcs .ant-collapse-heading .ant-collapse-button .fa,div[data-tcp-wcs-expand-collapse] .ant-collapse-heading .ant-collapse-button .fa {
    font-size: 1.25rem;
    font-weight: 900;
    color: #fe5e3c
}

.uxd-collapse-item-cmp .ant-collapse-heading .ant-collapse-button .fa:before,.uxd-expand-collapse-wcs .ant-collapse-heading .ant-collapse-button .fa:before,div[data-tcp-wcs-expand-collapse] .ant-collapse-heading .ant-collapse-button .fa:before {
    content: "\f2c2"
}

.uxd-collapse-item-cmp .ant-collapse-body .body-content,.uxd-expand-collapse-wcs .ant-collapse-body .body-content,div[data-tcp-wcs-expand-collapse] .ant-collapse-body .body-content {
    padding: .4444444444rem .6666666667rem 1.4444444444rem
}

.uxd-collapse-item-cmp .is-expanded .ant-collapse-heading .ant-collapse-button .accordion-button-icon::before,.uxd-expand-collapse-wcs .is-expanded .ant-collapse-heading .ant-collapse-button .accordion-button-icon::before,div[data-tcp-wcs-expand-collapse] .is-expanded .ant-collapse-heading .ant-collapse-button .accordion-button-icon::before {
    content: "\f28e"
}

.uxd-collapse-item-cmp .blue.ant-collapse .ant-collapse-heading,.uxd-expand-collapse-wcs .blue.ant-collapse .ant-collapse-heading,div[data-tcp-wcs-expand-collapse] .blue.ant-collapse .ant-collapse-heading {
    font-weight: 300;
    border-top: 2px solid #eee
}

.uxd-collapse-item-cmp .blue.ant-collapse .ant-collapse-heading .ant-collapse-button,.uxd-expand-collapse-wcs .blue.ant-collapse .ant-collapse-heading .ant-collapse-button,div[data-tcp-wcs-expand-collapse] .blue.ant-collapse .ant-collapse-heading .ant-collapse-button {
    flex-direction: row;
    justify-content: space-between;
    margin-right: 0
}

.uxd-collapse-item-cmp .blue.ant-collapse .ant-collapse-heading .ant-collapse-button .accordion-button-icon,.uxd-expand-collapse-wcs .blue.ant-collapse .ant-collapse-heading .ant-collapse-button .accordion-button-icon,div[data-tcp-wcs-expand-collapse] .blue.ant-collapse .ant-collapse-heading .ant-collapse-button .accordion-button-icon {
    order: 2;
    color: #0079c2
}

.uxd-collapse-item-cmp .blue.ant-collapse .ant-collapse-heading .ant-collapse-button .fa,.uxd-expand-collapse-wcs .blue.ant-collapse .ant-collapse-heading .ant-collapse-button .fa,div[data-tcp-wcs-expand-collapse] .blue.ant-collapse .ant-collapse-heading .ant-collapse-button .fa {
    color: #0079c2
}

.uxd-collapse-item-cmp:last-child .ant-collapse.blue,.uxd-expand-collapse-wcs:last-child .ant-collapse.blue,div[data-tcp-wcs-expand-collapse]:last-child .ant-collapse.blue {
    border-bottom: 2px solid #eee
}

.modal.ant-fullscreen-modal .modal-dialog .modal-content .modal-footer,.uxd-collapse-item-cmp .ant-mobile-collapse .ant-collapse-heading,.uxd-expand-collapse-wcs .ant-mobile-collapse .ant-collapse-heading,div[data-tcp-wcs-expand-collapse] .ant-mobile-collapse .ant-collapse-heading {
    background: #eee
}

.uxd-collapse-item-cmp .ant-mobile-collapse.blue .ant-collapse-heading,.uxd-expand-collapse-wcs .ant-mobile-collapse.blue .ant-collapse-heading,div[data-tcp-wcs-expand-collapse] .ant-mobile-collapse.blue .ant-collapse-heading {
    background: 0 0
}

@media (min-width: 801px) {
    .uxd-collapse-item-cmp .ant-mobile-collapse:last-child .ant-collapse-heading,.uxd-expand-collapse-wcs .ant-mobile-collapse:last-child .ant-collapse-heading,div[data-tcp-wcs-expand-collapse] .ant-mobile-collapse:last-child .ant-collapse-heading {
        border-bottom:none
    }

    .uxd-collapse-item-cmp .ant-mobile-collapse .ant-collapse,.uxd-expand-collapse-wcs .ant-mobile-collapse .ant-collapse,div[data-tcp-wcs-expand-collapse] .ant-mobile-collapse .ant-collapse {
        margin-top: 0
    }

    .uxd-collapse-item-cmp .ant-mobile-collapse .ant-collapse+.ant-collapse,.uxd-expand-collapse-wcs .ant-mobile-collapse .ant-collapse+.ant-collapse,div[data-tcp-wcs-expand-collapse] .ant-mobile-collapse .ant-collapse+.ant-collapse {
        margin-top: 1rem
    }

    .uxd-collapse-item-cmp .ant-mobile-collapse .ant-collapse-heading,.uxd-expand-collapse-wcs .ant-mobile-collapse .ant-collapse-heading,div[data-tcp-wcs-expand-collapse] .ant-mobile-collapse .ant-collapse-heading {
        background: 0 0;
        margin-bottom: 0
    }

    .uxd-collapse-item-cmp .ant-mobile-collapse .ant-collapse-heading .ant-collapse-button,.uxd-expand-collapse-wcs .ant-mobile-collapse .ant-collapse-heading .ant-collapse-button,div[data-tcp-wcs-expand-collapse] .ant-mobile-collapse .ant-collapse-heading .ant-collapse-button {
        display: none
    }

    .uxd-collapse-item-cmp .ant-mobile-collapse .ant-block-expanded .ant-collapse-heading,.uxd-expand-collapse-wcs .ant-mobile-collapse .ant-block-expanded .ant-collapse-heading,div[data-tcp-wcs-expand-collapse] .ant-mobile-collapse .ant-block-expanded .ant-collapse-heading {
        margin-bottom: 0
    }

    .uxd-collapse-item-cmp .ant-mobile-collapse .ant-block-expanded .ant-collapse-body,.uxd-collapse-item-cmp .ant-mobile-collapse .ant-collapse-body,.uxd-expand-collapse-wcs .ant-mobile-collapse .ant-block-expanded .ant-collapse-body,.uxd-expand-collapse-wcs .ant-mobile-collapse .ant-collapse-body,div[data-tcp-wcs-expand-collapse] .ant-mobile-collapse .ant-block-expanded .ant-collapse-body,div[data-tcp-wcs-expand-collapse] .ant-mobile-collapse .ant-collapse-body {
        max-height: 3000px;
        padding: 1.111rem 0;
        visibility: visible
    }
}

.uxd-expand-collapse-wcs .collapse-block .ant-collapse.blue div.ant-collapse-heading,div[data-tcp-wcs-expand-collapse] .collapse-block .ant-collapse.blue div.ant-collapse-heading {
    font-size: 1.25rem;
    padding: 1.2777777778rem 1rem;
    border-color: #a3a3a3
}

.modal.ant-fullscreen-modal .modal-dialog .modal-content .modal-top .close,.uxd-expand-collapse-wcs .collapse-block .ant-collapse.blue div.ant-collapse-heading .accordion-button-icon,.uxd-expand-collapse-wcs .collapse-block .ant-collapse.blue div.ant-collapse-heading .ant-collapse-button .fa,.uxd-expand-collapse-wcs .collapse-block .ant-collapse.blue div.ant-collapse-heading .fa,div[data-tcp-wcs-expand-collapse] .collapse-block .ant-collapse.blue div.ant-collapse-heading .accordion-button-icon,div[data-tcp-wcs-expand-collapse] .collapse-block .ant-collapse.blue div.ant-collapse-heading .ant-collapse-button .fa,div[data-tcp-wcs-expand-collapse] .collapse-block .ant-collapse.blue div.ant-collapse-heading .fa {
    color: #666
}

.uxd-expand-collapse-wcs:last-child .ant-collapse.blue,div[data-tcp-wcs-expand-collapse]:last-child .ant-collapse.blue {
    border-color: #a3a3a3
}

.alt-toggle-cmp .alt-toggle {
    overflow: hidden
}

.ant-alert {
    margin: 1rem 0
}

.ant-alert .ant-alert-left {
    background-color: #0079c2
}

.ant-alert .ant-alert-left span.alert-icon {
    color: #fff;
    padding: 15px;
    font-family: "ant-classic-icons"
}

.ant-alert .ant-alert-left span.alert-icon.alert-icon-positive::before,.dismiss-icon.dismiss-icon-positive::before {
    content: "\f17b"
}

.ant-alert .ant-alert-left span.alert-icon.alert-icon-negative::before,.dismiss-icon.dismiss-icon-negative::before {
    content: "\f1cd"
}

.ant-alert .ant-alert-left span.alert-icon.alert-icon-info::before,.dismiss-icon.dismiss-icon-info::before {
    content: "\f24a"
}

.ant-alert .ant-alert-main {
    background-color: #dcdcdc;
    padding: 12px 10px 12px 8px
}

.ant-alert .ant-alert-main .fa.fa-remove {
    font-size: 1.25rem
}

.ant-alert.ant-negative .ant-alert-left {
    background-color: #c03
}

.ant-alert.ant-positive .ant-alert-left {
    background-color: #0c3
}

.dismiss-icon {
    font-family: "ant-classic-icons";
    color: #fff;
    padding: 1rem;
    font-size: 1.5rem
}

.dismiss-icon.dismiss-icon-remove {
    color: #000
}

.dismiss-icon.dismiss-icon-remove::before {
    content: "\f191"
}

.modal .modal-header .close {
    background-color: #fff;
    color: #333;
    border: 1px solid #dcdcdc
}

.modal .modal-header .close .fa,a {
    color: #0079c2
}

.modal .modal-header .close:focus {
    box-shadow: 0 0 5px 2px #00609a
}

.modal .modal-footer {
    border-top: 0 solid #e5e5e5
}

.modal.ant-error-modal h2 {
    color: #c03
}

@media screen and (max-width: 479px) {
    .modal-dialog .close {
        background-color:#0079c2
    }

    .modal-dialog .close .fa {
        color: #fff
    }

    .modal-footer {
        background: #dedede
    }
}

@media (min-width: 480px) {
    .ant-fullscreen-modal .modal-dialog {
        box-shadow:1px 0 4px 1px rgba(0,0,0,.2)
    }
}

.popover {
    box-shadow: 1px 1px 3px 2px rgba(0,0,0,.15)
}

input+.popover>.popover-indicator {
    border: .9em solid #fff
}

.popover-content.error {
    color: #e82d05
}

.popover .popover-close {
    box-shadow: 8px 5px 5px -5px rgba(0,0,0,.1);
    background: #fff
}

.popover .popover-close a {
    color: #002e58
}

.popover .popover-close a:focus {
    box-shadow: 0 0 4px 1px #0079c2
}

.popover.bottom,.popover.left,.popover.right,.popover.top {
    box-shadow: 2px 2px 4px 2px #d0d0d0
}

.popover.top>.popover-indicator {
    border: .5em solid #fff;
    box-shadow: -2px 5px 4px -1px rgba(0,0,0,.1)
}

.carousel .carousel-control .popIcon span.left:before,.carousel .carousel-control .popIcon span.right:before,.checklist .popIcon li:before,.checklist-green .popIcon li:before,.error .popIcon li:before,.featured-carousel .arrows-section .popIcon .carousel-actions:before,.footer-links .blocked-link-list ul ul .popIcon li:after,.masthead .popIcon .page-breadcrumb:after,.medicare-quiz-container header .popIcon .back-arrow:after,.panel-group .panel-heading .popIcon a:before,.plan-carousel .plan-header .popIcon .carousel-actions:before,.popIcon .carousel .carousel-control span.left:before,.popIcon .carousel .carousel-control span.right:before,.popIcon .checklist li:before,.popIcon .checklist-green li:before,.popIcon .error li:before,.popIcon .fa,.popIcon .featured-carousel .arrows-section .carousel-actions:before,.popIcon .footer-links .blocked-link-list ul ul li:after,.popIcon .glyphicon,.popIcon .highlight-no:before,.popIcon .highlight-yes:before,.popIcon .masthead .page-breadcrumb:after,.popIcon .medicare-quiz-container header .back-arrow:after,.popIcon .panel-group .panel-heading a:before,.popIcon .plan-carousel .plan-header .carousel-actions:before,.popIcon .state-link:before,.popIcon .state-modal .states li a:after,.popIcon a.link:after,.popIcon a.prev-link:before,.state-modal .states li .popIcon a:after {
    color: #fe5e3c
}

.carousel .carousel-control .popIcon span.left:focus:before,.carousel .carousel-control .popIcon span.left:hover:before,.carousel .carousel-control .popIcon span.right:focus:before,.carousel .carousel-control .popIcon span.right:hover:before,.checklist .popIcon li:focus:before,.checklist .popIcon li:hover:before,.checklist-green .popIcon li:focus:before,.checklist-green .popIcon li:hover:before,.error .popIcon li:focus:before,.error .popIcon li:hover:before,.featured-carousel .arrows-section .popIcon .carousel-actions:focus:before,.featured-carousel .arrows-section .popIcon .carousel-actions:hover:before,.footer-links .blocked-link-list ul ul .popIcon li:focus:after,.footer-links .blocked-link-list ul ul .popIcon li:hover:after,.masthead .popIcon .page-breadcrumb:focus:after,.masthead .popIcon .page-breadcrumb:hover:after,.medicare-quiz-container header .popIcon .back-arrow:focus:after,.medicare-quiz-container header .popIcon .back-arrow:hover:after,.panel-group .panel-heading .popIcon a:focus:before,.panel-group .panel-heading .popIcon a:hover:before,.plan-carousel .plan-header .popIcon .carousel-actions:focus:before,.plan-carousel .plan-header .popIcon .carousel-actions:hover:before,.popIcon .carousel .carousel-control span.left:focus:before,.popIcon .carousel .carousel-control span.left:hover:before,.popIcon .carousel .carousel-control span.right:focus:before,.popIcon .carousel .carousel-control span.right:hover:before,.popIcon .checklist li:focus:before,.popIcon .checklist li:hover:before,.popIcon .checklist-green li:focus:before,.popIcon .checklist-green li:hover:before,.popIcon .error li:focus:before,.popIcon .error li:hover:before,.popIcon .fa:focus,.popIcon .fa:hover,.popIcon .featured-carousel .arrows-section .carousel-actions:focus:before,.popIcon .featured-carousel .arrows-section .carousel-actions:hover:before,.popIcon .footer-links .blocked-link-list ul ul li:focus:after,.popIcon .footer-links .blocked-link-list ul ul li:hover:after,.popIcon .glyphicon:focus,.popIcon .glyphicon:hover,.popIcon .highlight-no:focus:before,.popIcon .highlight-no:hover:before,.popIcon .highlight-yes:focus:before,.popIcon .highlight-yes:hover:before,.popIcon .masthead .page-breadcrumb:focus:after,.popIcon .masthead .page-breadcrumb:hover:after,.popIcon .medicare-quiz-container header .back-arrow:focus:after,.popIcon .medicare-quiz-container header .back-arrow:hover:after,.popIcon .panel-group .panel-heading a:focus:before,.popIcon .panel-group .panel-heading a:hover:before,.popIcon .plan-carousel .plan-header .carousel-actions:focus:before,.popIcon .plan-carousel .plan-header .carousel-actions:hover:before,.popIcon .state-link:focus:before,.popIcon .state-link:hover:before,.popIcon .state-modal .states li a:focus:after,.popIcon .state-modal .states li a:hover:after,.popIcon a.link:focus:after,.popIcon a.link:hover:after,.popIcon a.prev-link:focus:before,.popIcon a.prev-link:hover:before,.state-modal .states li .popIcon a:focus:after,.state-modal .states li .popIcon a:hover:after {
    color: #e82d05
}

.progress {
    color: #444
}

.progress .complete {
    background: #ffc03f;
    color: #444
}

.progress .remaining {
    background: #fedf9f;
    color: #444
}

.popover.bottom>.popover-indicator {
    box-shadow: 2px -2px 4px 0 rgba(0,0,0,.1)
}

.ant-ui-widget-overlay {
    background-color: #000
}

.ant-ajax-load {
    background-color: #fff;
    padding: 15px
}

.ant-ajax-load .ant-ajax-text {
    margin-top: 20px;
    margin-left: 20px
}

.ant-ajax-load .sk-spinner-wave div {
    background: #0079c2
}

.ant-data-load {
    outline: 0;
    overflow: hidden;
    padding: 50px 15px;
    text-align: center;
    background-color: #f9f9f9
}

.ant-data-load .ant-data-spin,.ant-data-load .ant-data-text {
    float: left;
    width: 100%;
    display: block
}

.ant-data-load .sk-spinner-wave div {
    background-color: #ccc
}

.sk-spinner-wave.sk-spinner {
    font-size: 10px;
    height: 60px;
    margin: 0 auto;
    text-align: center
}

.sk-spinner-wave div {
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
    background-color: #0079c2;
    display: inline-block;
    height: 100%;
    margin: 0 1px;
    width: 6px
}

.sk-spinner-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.sk-spinner-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.sk-spinner-wave .sk-rect4 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.sk-spinner-wave .sk-rect5 {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

.btn {
    background-color: #fe5e3c;
    color: #fff;
    border: 1px solid #fe5e3c;
    padding: .6667rem 2rem;
    font-size: 1rem
}

.btn:active,.btn:active:focus,.btn:focus,.btn:hover {
    background-color: #e82d05;
    color: #fff;
    border-color: #e82d05
}

.btn-group-sm>.btn,.btn-sm {
    padding: .3333rem 1.111rem;
    font-size: .8889rem
}

.btn-default,.btn-primary {
    background-color: #fe5e3c;
    color: #fff;
    border: 1px solid #fe5e3c
}

.btn-default:active,.btn-default:active:focus,.btn-default:focus,.btn-default:hover,.btn-primary:active,.btn-primary:active:focus,.btn-primary:focus,.btn-primary:hover,.btn-secondary:active,.btn-secondary:active:focus,.btn-secondary:focus,.btn-secondary:hover {
    background-color: #e82d05;
    color: #fff;
    border-color: #e82d05
}

.btn-secondary {
    background-color: #fff;
    color: #fe5e3c;
    border: 1px solid #fe5e3c
}

.btn-secondary-dk {
    background-color: transparent;
    color: #fff;
    border-color: #fff
}

.btn-secondary-dk:active,.btn-secondary-dk:active:focus,.btn-secondary-dk:focus,.btn-secondary-dk:hover {
    background-color: #fff;
    color: #00609a;
    border-color: #fff
}

.btn-secondary-dk-alt {
    background-color: #fff;
    color: #00609a;
    border-color: #00609a
}

.btn-secondary-dk-alt:active,.btn-secondary-dk-alt:active:focus,.btn-secondary-dk-alt:focus,.btn-secondary-dk-alt:hover {
    background-color: #eee;
    color: #00609a;
    border-color: #00609a
}

.btn-naked-dropdown.dropdown-toggle .buttonMain {
    padding-left: 5px;
    color: #00609a
}

.btn-naked-dropdown.dropdown-toggle .fa {
    color: #00609a
}

.btn.btn-secondary-alt {
    color: #333;
    background-color: #fff;
    border: 2px solid #eee
}

.btn.btn-secondary-alt:active,.btn.btn-secondary-alt:active:focus,.btn.btn-secondary-alt:focus,.btn.btn-secondary-alt:hover {
    color: #333;
    background-color: #eee;
    border: 2px solid #eee
}

.btn.btn-secondary-alt.dropdown-toggle .fa {
    color: #006eb9
}

.btn.dropdown-toggle .buttonMain {
    padding: .75rem 1rem .8rem
}

.btn.dropdown-toggle .fa {
    padding: .6rem 1rem 0 0;
    font-size: 1.667rem
}

.btn.dropdown-toggle.btn-select-style {
    background: #fff;
    border: 1px solid #666;
    color: #666
}

.btn.dropdown-toggle.btn-select-style .buttonMain {
    padding: 11px
}

.btn.dropdown-toggle.btn-select-style .fa {
    padding: 11px 15px;
    font-size: 30px
}

.btn.dropdown-toggle.btn-select-style:focus {
    border: 1px solid #69b3e7
}

.btn.dropdown-toggle.btn-select-style:focus .fa {
    border-left: 1px solid #69b3e7
}

.btn.dropdown-toggle.btn-select-style .fa {
    color: #0079c2;
    border-left: 1px solid #666
}

.open>div .dropdown-menu {
    font-size: 1rem
}

.open>div .dropdown-menu .fa {
    padding-right: 10px
}

.open>div .dropdown-menu li.active a,.open>div .dropdown-menu li:focus a,.open>div .dropdown-menu li:hover a {
    color: #fff;
    background: #337ab7
}

.open>div .dropdown-menu li a {
    padding: .5556rem .8333rem;
    border-bottom: 0 solid transparent
}

.open>div .dropdown-menu li a:focus,.open>div .dropdown-menu li a:hover {
    background: #337ab7
}

.btn-default:disabled,.btn-default:disabled:focus,.btn-default:disabled:hover,.btn-ghost:disabled,.btn-ghost:disabled:focus,.btn-ghost:disabled:hover,.btn-primary:disabled,.btn-primary:disabled:focus,.btn-primary:disabled:hover,.btn-secondary:disabled,.btn-secondary:disabled:focus,.btn-secondary:disabled:hover,button:disabled,button:disabled:focus,button:disabled:hover {
    background-color: #dcdcdc;
    border-color: #dcdcdc
}

.btn-icon,.btn-icon:focus,.btn-icon:hover {
    color: #0079c2;
    padding: 0 5px
}

.btn-icon .fa,.btn-icon-sm .fa {
    margin-right: 10px;
    color: #fe5e3c
}

.btn-icon-sm,.btn-icon-sm:focus,.btn-icon-sm:hover {
    color: #0079c2;
    padding: 0 5px
}

.btn-group.link-style {
    padding: 9px 0 7px
}

.btn-group.link-style button,.btn-group.link-style button.btn:first-child {
    color: #fe5e3c;
    padding: 3px 0;
    margin-left: 10px
}

.btn-group.link-style li a.icon-item {
    background-color: transparent;
    color: #fe5e3c;
    margin-bottom: 5px
}

a.ant-action-link {
    font-size: .857rem
}

a.ant-action-link .fa {
    padding-right: .6666666667rem;
    font-size: 1.714rem
}

a.ant-action-link .fa.fa-file-excel-o {
    font-size: 1.286rem
}

a[rel=external] {
    margin-right: 1.6666666667rem
}

a[rel=external]:after {
    color: #a3a3a3
}

a.ant-arrow-previous:before {
    color: #fe5e3c;
    padding-right: .2222222222rem
}

a.ant-arrow-down:after,a.ant-arrow-next:after,a.ant-arrow-up:after {
    color: #fe5e3c;
    padding-left: .2222222222rem
}

a:focus,a:hover {
    color: #002e58
}

.ant-heading-one,h1 {
    margin: 0;
    padding: 0;
    font-size: 1.8rem;
    font-weight: 300
}

.ant-heading-two,h2 {
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    font-weight: 400
}

.ant-heading-four,.ant-heading-three,h3,h4 {
    margin: 0;
    padding: 0;
    font-size: 1.25rem;
    font-weight: 400
}

.ant-heading-four,h4 {
    font-weight: 300
}

.ant-heading-five,h5 {
    margin: 0;
    padding: 0;
    font-size: 1.11rem;
    font-weight: 400
}

.ant-heading-six,h6 {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-weight: 600
}

.fa {
    color: #0079c2;
    background: 0 0
}

.fa.green {
    color: #0c3
}

.fa-file-pdf-o,.fa.salmon,.footer-links .headline-half+ul li:after {
    color: #fe5e3c
}

.fa.red {
    color: #e82d05
}

.fa.teal {
    color: #06a59d
}

.fa.white {
    color: #fff
}

.fa.gray,.ui-datepicker td a,.ui-datepicker td span {
    color: #666
}

.fa.yellow {
    color: #ffd76e
}

.fa.green-outline {
    color: #fff;
    text-shadow: 1px 1px 0 #690,-1px -1px 0 #690,1px -1px 0 #690,-1px 1px 0 #690
}

.fa.gray-outline {
    color: #fff;
    text-shadow: 2px 2px 0 #666,-2px -2px 0 #666,2px -2px 0 #666,-2px 2px 0 #666
}

.fa.xs {
    font-size: 1.286rem
}

.fa.sm {
    font-size: 1.571rem
}

.fa.md {
    font-size: 1.857rem
}

.fa.lg {
    font-size: 2rem
}

.fa.xl {
    font-size: 2.222rem
}

.fa.jumbo {
    font-size: 4rem
}

.fa-leaf {
    -webkit-transform: rotate(20deg) rotateY(180deg);
    -ms-transform: rotate(20deg) rotateY(180deg);
    transform: rotate(20deg) rotateY(180deg)
}

.fa.fa-stack-2x {
    font-size: 29px;
    line-height: 29px
}

.fa.fa-stack-1x {
    font-size: 24px;
    line-height: 28px
}

.fa.fa-external-link {
    padding-left: 5px;
    top: 2px;
    position: relative
}

@media (min-width: 801px) {
    .tcp-horizontal-pipe-list li {
        border-right:1px solid #a3a3a3
    }
}

.ant-blue,.ant-lt-blue {
    background-color: #0079c2;
    color: #fff
}

.ant-blue {
    background-color: #00609a
}

.ant-dk-blue {
    background-color: #002e58;
    color: #fff
}

.ant-white-space {
    background-color: #fff;
    color: #333;
    border: 1px solid
}

.ant-dk-gray,.ant-gray {
    background-color: #333;
    color: #fff
}

.ant-gray {
    background-color: #666
}

.ant-gray-2 {
    background-color: #a3a3a3;
    color: #fff
}

.ant-md-gray {
    background-color: #dcdcdc;
    color: #333
}

.ant-lt-gray {
    background-color: #eee;
    color: #333
}

.ant-accent-salmon {
    background-color: #fe5e3c;
    color: #fff
}

.ant-accent-red {
    background-color: #e82d05;
    color: #fff
}

.ant-accent-teal {
    background-color: #06a59d;
    color: #fff
}

.ant-accent-blue {
    background-color: #69b3e7;
    color: #333
}

.ant-accent-green {
    background-color: #0c3;
    color: #fff
}

.ant-accent-magenta {
    background-color: #c03;
    color: #fff
}

.ant-error-message {
    color: #333;
    background-color: #fff0fa
}

.ant-neutral-message {
    color: #333;
    background-color: #e9f4fb
}

.ant-success-message {
    color: #333;
    background-color: #f6ffe5
}

.text-positive {
    color: #0c3
}

.has-error label,.text-negative {
    color: #c03
}

.row.dividers>div[class^=col-],.tabs.teal ul.nav-pills {
    border-bottom: 1px solid #a3a3a3
}

@media screen and (min-width: 800px) {
    .row.dividers>div[class^=col-] {
        border-right:1px solid #a3a3a3;
        border-left: 1px solid #a3a3a3
    }
}

.disabled .fa {
    color: #ccc
}

p {
    margin-bottom: 1em;
    line-height: 1.5
}

a {
    border-bottom: 1px solid;
    text-decoration: none
}

a.glossary-term {
    border-bottom: 1px dashed
}

a:focus,a:hover {
    text-decoration: none
}

.tcp-horizontal-pipe-list {
    padding: 0
}

.tcp-horizontal-pipe-list li {
    padding: 0 0 15px;
    list-style: none
}

@media (min-width: 801px) {
    .tcp-horizontal-pipe-list li {
        display:inline-block;
        padding: 0 25px 0 0;
        margin-right: 25px
    }

    .tcp-horizontal-pipe-list li:last-of-type {
        border-right: none;
        padding-right: 0;
        margin-right: 0
    }
}

.ant-no-bullets,.ant-plan-tools-list {
    margin: 0;
    padding: 0
}

.ant-no-bullets li,.ant-plan-tools-list li {
    list-style: none;
    margin: 0 0 1.2rem
}

.ant-span-label {
    font-size: 1rem;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    max-width: 100%
}

.ant-inLine {
    display: inline-block
}

.ant-font-lt {
    font-weight: 300
}

.ant-font-r {
    font-weight: 400
}

.ant-font-sb {
    font-weight: 600
}

.ant-font-b,fieldset.ant-progress-bar-cmp .ant-progress-bar .ant-value-info .ant-progress-saved {
    font-weight: 700
}

.ant-marg-top-20,.ant-margin-top-20 {
    margin-top: 20px
}

.ant-margin-bot-20 {
    margin-bottom: 20px
}

.ant-margin-bot-10 {
    margin-bottom: 10px
}

.ant-margin-top-10 {
    margin-top: 10px
}

.ant-margin-bot-15 {
    margin-bottom: 15px
}

.ant-margin-top-15 {
    margin-top: 15px
}

.ant-margin-bot-5 {
    margin-bottom: 5px
}

.ant-margin-top-5 {
    margin-top: 5px
}

.ant-margin-bot-0 {
    margin-bottom: 0
}

.ant-margin-top-0 {
    margin-top: 0
}

.row.dividers>div[class^=col-] {
    border-right: 0 solid transparent;
    border-left: 0 solid transparent;
    padding-bottom: 40px;
    margin-bottom: 40px
}

.row.dividers>div[class^=col-]:last-of-type {
    border-bottom: 0 solid transparent;
    margin-bottom: 0
}

@media screen and (min-width: 800px) {
    .row.dividers>div[class^=col-] {
        border-bottom:0 solid transparent;
        padding-right: 50px;
        padding-left: 50px;
        margin-left: -1px
    }

    .row.dividers>div[class^=col-]:first-of-type {
        border-left: 0 solid transparent;
        padding-left: 15px;
        margin-left: 0
    }

    .row.dividers>div[class^=col-]:last-of-type {
        border-right: 0 solid transparent;
        padding-right: 15px
    }
}

@media (min-width: 480px) {
    .ant-multi-row-helper div[class~=col-xs-2]:nth-child(6n+1),.ant-multi-row-helper div[class~=col-xs-3]:nth-child(4n+1),.ant-multi-row-helper div[class~=col-xs-4]:nth-child(3n+1),.ant-multi-row-helper div[class~=col-xs-6]:nth-child(2n+1) {
        clear:left
    }
}

@media (min-width: 801px) {
    .ant-multi-row-helper.row>div[class*=col-xs-] {
        clear:none
    }

    .ant-multi-row-helper div[class~=col-sm-2]:nth-child(6n+1),.ant-multi-row-helper div[class~=col-sm-3]:nth-child(4n+1),.ant-multi-row-helper div[class~=col-sm-4]:nth-child(3n+1),.ant-multi-row-helper div[class~=col-sm-6]:nth-child(2n+1) {
        clear: left
    }
}

@media (min-width: 1024px) {
    .ant-multi-row-helper.row>div[class*=col-sm-] {
        clear:none
    }

    .ant-multi-row-helper div[class~=col-md-2]:nth-child(6n+1),.ant-multi-row-helper div[class~=col-md-3]:nth-child(4n+1),.ant-multi-row-helper div[class~=col-md-4]:nth-child(3n+1),.ant-multi-row-helper div[class~=col-md-6]:nth-child(2n+1) {
        clear: left
    }
}

.ant-widget-wrapper {
    margin-bottom: 4rem
}

.ant-widget-heading {
    margin-bottom: .714rem
}

.mockPreTagStyles {
    margin-bottom: 20px
}

.disabled {
    pointer-events: none;
    cursor: default;
    opacity: .5
}

.change-angular-version-link {
    position: absolute;
    color: #fff;
    top: 20px;
    left: 20px;
    z-index: 2;
    min-width: 0;
    padding: 3px 10px;
    font-size: 14px
}

.item-inner dt {
    font-size: .9rem;
    font-weight: 600
}

.clearfix:after,.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.sixteen-nine {
    position: relative
}

.sixteen-nine:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%
}

.sixteen-nine>.ratio-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.tab-example,.tab-json {
    width: 75%;
    float: left
}

.tab-json {
    width: 25%;
    padding-left: 1rem
}

.codeNotes {
    clear: both
}

.mockPreTagStyles {
    background: #eee;
    border: 1px solid #ccc;
    border-radius: .3em
}

fieldset.ant-progress-bar-cmp .ant-progress-bar-full {
    background-color: #ab46bc;
    box-shadow: inset 0 1px 2px transparent
}

fieldset.ant-progress-bar-cmp .ant-progress-bar {
    border-right: solid 2px #fff;
    font-size: 14px;
    color: #fff;
    -webkit-box-shadow: inset 0 -1px 0 transparent;
    box-shadow: inset 0 -1px 0 transparent
}

fieldset.ant-progress-bar-cmp .ant-progress-bar .ant-value-info,fieldset.ant-progress-bar-cmp .ant-value-yearly {
    color: #666;
    font-size: 12px
}

@media screen and (min-width: 801px) {
    fieldset.ant-progress-bar-cmp .ant-progress-bar .ant-value-info {
        font-size:14px
    }
}

@media screen and (min-width: 801px) {
    fieldset.ant-progress-bar-cmp .ant-value-yearly {
        font-size:14px
    }
}

fieldset.ant-progress-bar-cmp .ant-value-yearly .ant-progress-saved {
    color: #ab46bc;
    font-weight: 700
}

fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container {
    background-color: transparent
}

fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container:nth-of-type(4n+1) label {
    border-bottom-color: #ab46bc
}

fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container:nth-of-type(4n+1) label:hover {
    background-color: #ab46bc;
    border-bottom-color: #ab46bc;
    color: #fff
}

fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container:nth-of-type(4n+1) label.focus {
    background-color: #ab46bc;
    border-bottom-width: 5px;
    color: #fff
}

fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container:nth-of-type(4n+1) li:focus label {
    background-color: #ab46bc;
    border-bottom-width: 5px;
    color: #fff
}

fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container:nth-of-type(4n+3) label {
    border-bottom-color: #39f
}

fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container:nth-of-type(4n+3) label:hover {
    background-color: #39f;
    border-bottom-color: #39f;
    color: #fff
}

fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container:nth-of-type(4n+3) label.focus {
    background-color: #39f;
    border-bottom-width: 5px;
    color: #fff
}

fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container:nth-of-type(4n+3) li:focus label {
    background-color: #39f;
    border-bottom-width: 5px;
    color: #fff
}

fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container:nth-of-type(4n+2) label {
    border-bottom-color: #0079c2
}

fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container:nth-of-type(4n+2) label:hover {
    background-color: #0079c2;
    border-bottom-color: #0079c2;
    color: #fff
}

fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container:nth-of-type(4n+2) label.focus {
    background-color: #0079c2;
    border-bottom-width: 5px;
    color: #fff
}

fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container:nth-of-type(4n+2) li:focus label {
    background-color: #0079c2;
    border-bottom-width: 5px;
    color: #fff
}

fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container:nth-of-type(4n+4) label {
    border-bottom-color: #339
}

fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container:nth-of-type(4n+4) label:hover {
    background-color: #339;
    border-bottom-color: #339;
    color: #fff
}

fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container:nth-of-type(4n+4) label.focus {
    background-color: #339;
    border-bottom-width: 5px;
    color: #fff
}

fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container:nth-of-type(4n+4) li:focus label {
    background-color: #339;
    border-bottom-width: 5px;
    color: #fff
}

fieldset.ant-progress-bar-cmp div .carousel-selector-cmp .carousel-content-container ul .default-select-item-container:last-of-type label {
    border-right: solid 1px #666
}

fieldset.color0 .ant-progress-bar-full {
    background-color: #ab46bc
}

fieldset.color0 .ant-progress-bar-full .ant-progress-saved {
    color: #ab46bc
}

fieldset.color1 .ant-progress-bar-full {
    background-color: #0079c2
}

fieldset.color1 .ant-progress-bar-full .ant-progress-saved {
    color: #0079c2
}

fieldset.color2 .ant-progress-bar-full {
    background-color: #39f
}

fieldset.color2 .ant-progress-bar-full .ant-progress-saved {
    color: #39f
}

fieldset.color3 .ant-progress-bar-full {
    background-color: #339
}

fieldset.color3 .ant-progress-bar-full .ant-progress-saved {
    color: #339
}

.ant-classic .ant-datepicker {
    font-family: "ant-classic-icons"
}

.ant-classic .ant-datepicker .datepicker-icon.datepicker-icon-calendar::before,.ui-datepicker-trigger span.ant-calendar-icon.ant-calendar-calendar:before {
    content: "\f15c"
}

.ant-classic .ant-datepicker .datepicker-icon.datepicker-icon-close::before,.ui-datepicker-trigger span.ant-calendar-icon.ant-calendar-remove:before {
    content: "\f191"
}

label {
    font-size: 1rem;
    font-weight: 600
}

.ant-text-input {
    padding: .3rem .5rem;
    width: 225px;
    font-size: 1rem;
    border-radius: 4px;
    border: 1px solid #666;
    color: #666
}

.ant-text-input:focus {
    border: 1px solid #69b3e7
}

.ant-input-short {
    width: 100px
}

.ant-input-med {
    width: 250px
}

.ant-input-long {
    width: 600px
}

.has-error .uxd-btn-ddl .psButton,.has-error .uxd-btn-ddl .psButton .psArrow,.has-error input {
    border-color: #c03
}

.has-error input:focus {
    border-color: #c03
}

.has-error .ant-form-item-error,.has-error .uxd-btn-ddl legend,.has-error legend {
    color: #c03
}

.has-error .prLabel:before {
    border: 1px solid #c03
}

.has-error .pcLabel::before {
    border: 1px solid #c03;
    background-color: #fff0fa
}

.ant-form-item-valid {
    color: #0c3;
    font-weight: 400;
    font-size: 1rem
}

.ant-form-item-valid:before {
    margin-right: 10px;
    font-size: 22px
}

.form-item .ant-form-item-error {
    font-size: 1rem
}

.ant-data-security-mask {
    display: inline-block;
    position: static
}

.ant-data-security-mask .ant-security-mask-btn {
    border: 0;
    background: 0 0
}

.ant-data-security-mask .ant-security-mask-icon {
    font-family: "ant-classic-icons"
}

.ant-data-security-mask .ant-security-mask-icon::after {
    display: block;
    content: "\f1d5"
}

.ant-data-security-mask .ant-security-mask-icon.is-masked::after {
    content: "\f1d4"
}

.uxd-text-input {
    color: #333
}

.uxd-text-input .uxd-error-message {
    color: #e82d05;
    font-size: .8571rem;
    font-weight: 400;
    margin-top: .5rem
}

.uxd-text-input label.uxd-text-input__label span {
    align-self: flex-end
}

.uxd-text-input .bottom-bar {
    border-bottom: 1px solid #333
}

.uxd-text-input .bottom-bar:before {
    border-color: #0079c2
}

.uxd-text-input input[type=password],.uxd-text-input input[type=text] {
    font-size: 1rem;
    padding: .3rem .1666666667rem .3rem .6666666667rem
}

[data-uxd-auto-suggest-cmp] .psDropdown label.active {
    background: #00609a;
    color: #fff
}

[data-uxd-auto-suggest-cmp].ant-lg-select .ant-text-input {
    width: 600px;
    max-width: 100%
}

[data-uxd-auto-suggest-cmp].ant-lg-select .psDropdown {
    width: calc(100% - 4px);
    max-width: 596px
}

.prLabel {
    font-size: 1rem;
    padding-left: 35px;
    margin-right: 10px
}

.prLabel:before {
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid #666;
    box-shadow: inset 0 0 1px #ccc
}

.prLabel.active:before {
    background: -moz-radial-gradient(center,ellipse cover,#00609a 30%,#fff 35%);
    background: -webkit-gradient(radial,center center,0,center center,100%,color-stop(30%,#00609a),color-stop(35%,#fff));
    background: -webkit-radial-gradient(center,ellipse cover,#00609a 30%,#fff 35%);
    background: -o-radial-gradient(center,ellipse cover,#00609a 30%,#fff 35%);
    background: -ms-radial-gradient(center,ellipse cover,#00609a 30%,#fff 35%);
    background: radial-gradient(ellipse at center,#00609a 30%,#fff 35%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$primary-color-blue", endColorstr="$white", GradientType=1)
}

.prLabel.focus:before {
    box-shadow: 0 0 3px #00609a
}

.prLabel.prDisabled:before {
    background-color: #dcdcdc
}

.prLabel.ant-error-state:before {
    border: 1px solid #c03
}

.pfSelect {
    position: relative
}

.psButton span {
    display: inline-block;
    top: 0
}

.psButton span.psActiveOption {
    width: calc(100% - 2.65rem);
    text-align: left;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.pfSelect .pfSelect-legend {
    margin-bottom: .7143rem;
    font-size: 1rem;
    font-weight: 600
}

.pfSelect .psButton {
    border: 1px solid #666;
    background: #fff;
    color: #666;
    font-size: 1rem
}

.pfSelect .psButton:active {
    background-color: #fff
}

.pfSelect .psButton:focus {
    border: 1px solid #69b3e7
}

.pfSelect .psButton:focus .psArrow {
    border-left: 1px solid #69b3e7
}

.pfSelect .psActiveOption {
    display: inline-block;
    top: 0;
    width: calc(100% - 2.65rem);
    text-align: left;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.pfSelect .psArrow {
    border-left: 1px solid #666;
    color: #0079c2;
    font-size: 1.5rem;
    width: 1.75rem;
    padding: 0 .6rem;
    font-family: "ant-classic-icons"
}

.pfSelect .psArrow::before,.psButton .psArrow.dropdown-icon::before {
    content: "\f0d7"
}

.pfSelect .psLabel.active,.pfSelect .psLabel.focus,.pfSelect .psLabel:hover {
    background: #00609a;
    color: #fff
}

.pfSelect .psLabel.psDisabled {
    background: #dcdcdc;
    color: #666
}

.ant-sm-select .pfSelect.borderless .psDropdown {
    width: 156px
}

.ant-md-select .pfSelect.borderless .psDropdown {
    width: 246px
}

.ant-lg-select .pfSelect.borderless .psDropdown {
    width: 596px;
    max-width: 90vw
}

.psDropdown {
    background: #fff
}

.psDropdown.active {
    border: 1px solid #dcdcdc;
    max-height: 11.2rem
}

.psDropdown li {
    overflow: hidden;
    display: block
}

.psLabel {
    font-size: 1rem;
    padding: 8px 1rem;
    font-weight: 400
}

.psLabel.focus,.psLabel:hover,.psOption.focus+.psLabel {
    background: #00609a;
    color: #fff
}

.psLabel.psDisabled {
    background: #dcdcdc;
    color: #666
}

.pfCheckbox,.pfRadio legend,.pfSelect legend,.pfToggleB legend,.pfToggleSwitch legend {
    margin-bottom: .7143rem;
    font-size: 1rem;
    font-weight: 600
}

.ant-error-state .pfSelect button,.ant-error-state .pfSelect button:focus,.ant-error-state .pfSelect button:hover {
    border: 1px solid #c03;
    background-color: #fff0fa
}

.ant-sm-select .pfSelect .psButton {
    width: 160px
}

.ant-sm-select .pfSelect .psDropdown {
    width: 156px
}

.ant-md-select .pfSelect .psButton {
    width: 250px;
    max-width: 100%
}

.ant-md-select .pfSelect .psDropdown {
    width: calc(100% - 4px);
    max-width: 246px
}

.ant-lg-select .pfSelect .psButton {
    width: 600px;
    max-width: 100%
}

.ant-lg-select .pfSelect .psDropdown {
    width: calc(100% - 4px);
    max-width: 596px
}

.psButton .psArrow.dropdown-icon {
    font-family: "ant-classic-icons"
}

.pfSelect.borderless .btn {
    color: #0072ab;
    padding-right: 1rem;
    padding-left: .3rem;
    margin-left: -.3rem
}

.pfSelect.borderless .btn:active,.pfSelect.borderless .btn:focus,.pfSelect.borderless .btn:focus:active {
    box-shadow: 0 0 2px #00609a
}

.ant-ddl-alt .pfSelect button {
    border: 2px solid #eee
}

.ant-ddl-alt .psArrow {
    border-left: 0 solid #666
}

.pcLabel::before {
    border: 1px solid #666;
    box-shadow: inset 0 0 1px #ccc;
    color: #0079c2;
    font-size: .9rem;
    height: 1rem;
    width: 1rem;
    margin-right: 10px;
    line-height: 1em;
    font-weight: 400;
    font-family: "ant-classic-icons";
    content: "\f17b"
}

.pcLabel.focus::before {
    box-shadow: 0 0 3px #0079c2
}

.pcLabel.pcDisabled:before {
    background-color: #dcdcdc
}

.pcLabel {
    font-size: 1rem;
    margin-right: 10px
}

.ant-text-input.ant-error-state,.pcLabel.ant-error-state::before {
    border: 1px solid #c03;
    background-color: #fff0fa
}

.ant-form-item-error {
    color: #c03;
    font-size: 1rem;
    margin-top: .25rem;
    font-weight: 400
}

.ant-form-item-error:before {
    margin-right: 10px;
    font-size: 22px
}

.pfToggleB .ptLabel {
    background: #fff;
    border: 1px solid #666;
    box-shadow: inset 1px 1px 3px #dcdcdc;
    width: 40px;
    height: 24px
}

.pfToggleB .ptLabel:before {
    content: " ";
    height: 24px;
    width: 24px;
    border: 1px solid #666;
    background: #eee;
    background: -moz-radial-gradient(center,ellipse cover,#666 25%,#fff 30%);
    background: -webkit-gradient(radial,center center,0,center center,100%,color-stop(25%,#666),color-stop(30%,#fff));
    background: -webkit-radial-gradient(center,ellipse cover,#666 25%,#fff 30%);
    background: -o-radial-gradient(center,ellipse cover,#666 25%,#fff 30%);
    background: -ms-radial-gradient(center,ellipse cover,#666 25%,#fff 30%);
    background: radial-gradient(ellipse at center,#666 25%,#fff 30%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#444444", endColorstr="#ffffff", GradientType=1);
    box-shadow: inset 0 -1px 3px #dcdcdc
}

.pfToggleB .ptOption+.ptLabel.active {
    background-color: #0079c2;
    box-shadow: inset 1px 1px 3px #666
}

.pfToggleB .ptOption+.ptLabel.active:before {
    margin: -1px 15px
}

.pfToggleB .optionWrapper {
    margin: 20px 0;
    height: 35px;
    padding-top: 3px
}

.pfToggleB .ptOption+.ptLabel.focus {
    box-shadow: 0 0 5px #0079c2
}

.ptLabel.ptDisabled {
    background-color: #dadada!important
}

.pfToggleSwitch .ptLabel {
    border-color: #000;
    padding: 2px 12px 1px;
    font-size: .9rem;
    font-weight: 400;
    margin-bottom: 15px
}

.pfToggleSwitch .optionWrapper:last-of-type .ptLabel {
    border-right: 1px solid #000
}

.pfToggleSwitch .ptLabel.active,.pfToggleSwitch .ptLabel.focus {
    background-color: #0079c2;
    color: #fff
}

.pfToggleSwitch .ptLabel.focus {
    box-shadow: 0 0 3px #00609a
}

.ui-datepicker {
    border-color: #69b3e7 #dcdcdc #dcdcdc
}

.ui-datepicker-header {
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span {
    margin-left: -8px;
    margin-top: -8px
}

.ui-datepicker td a:hover,.ui-datepicker td.ui-datepicker-current-day a,.ui-datepicker-header {
    background: #0079c2 0 0;
    color: #fff
}

td.ui-datepicker-unselectable span {
    color: #dcdcdc
}

.ui-datepicker-next::before,.ui-datepicker-prev::before {
    color: #fff
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ant-search-button,.mbr-top-of-page a.ant-task-bar-icon:hover .fa,.mbr-top-of-page-wrapper a.ant-task-bar-icon:hover .fa,.ui-datepicker-trigger {
    color: #0079c2
}

.hasDatepicker.focus,.hasDatepicker.focus+.ui-datepicker-trigger .fa {
    border-color: #69b3e7
}

.ui-datepicker-trigger span.fa {
    color: #0079c2;
    border-left: 1px solid #666
}

.ui-datepicker-next::before,.ui-datepicker-prev::before,.ui-datepicker-trigger span.ant-calendar-icon {
    font-family: "ant-classic-icons"
}

.ui-datepicker-prev::before {
    content: "\f0d9"
}

.ui-datepicker-next::before {
    content: "\f0da"
}

.ant-search-button span.fa {
    color: #0079c2;
    border-left: 1px solid #666
}

.ant-search-input:focus+.ant-search-button span.fa {
    border-left-color: #0079c2
}

.data-uxd-card,.footer-links .headline-half+ul li a {
    color: #666
}

.data-uxd-card:not(.content-container) {
    background-color: #fff
}

.data-uxd-card .card-title:after {
    background: #41c0b8
}

.back-to-top-dir {
    line-height: 1.2em;
    color: #fff;
    font-weight: 600;
    background-color: #00609a;
    font-size: 0;
    border-color: #00609a;
    padding: 10px 15px
}

@media screen and (min-width: 480px) {
    .back-to-top-dir {
        font-size:14px
    }
}

.back-to-top-dir .fa.black {
    font-size: 14px
}

@media screen and (max-width: 799px) {
    .back-to-top-mobile .round-button:focus,.back-to-top-mobile .round-button:hover {
        background-color:#fff;
        border: 1px solid #fff;
        color: #00609a
    }
}

.back-to-top-dir:focus,.back-to-top-dir:hover {
    background: #fff;
    color: #00609a
}

.ant-pattern-library-sub-nav .ant-sub-navigation a,.ant-pattern-library-sub-nav .ant-sub-navigation ul li .fa,.ant-sub-navigation-container .ant-sub-navigation a,.ant-sub-navigation-container .ant-sub-navigation ul li .fa,.fa.black {
    color: #fff
}

.back-to-top-dir:focus>.fa.black,.back-to-top-dir:hover>.fa.black {
    color: #00609a
}

.footer-links .headline-half {
    color: #0f8acb
}

.footer-links .headline-half+ul li {
    border-bottom: 2px solid #dcdcdc
}

.footer-links .headline-half+ul li:first-child {
    border-top: 2px solid #dcdcdc
}

.footer-links .headline-half+ul li a:focus,.footer-links .headline-half+ul li a:hover,.mbr-top-of-page a.ant-menu-toggle-open:focus,.mbr-top-of-page a.ant-menu-toggle-open:hover,.mbr-top-of-page a.ant-menu-toggle:focus,.mbr-top-of-page a.ant-menu-toggle:hover {
    color: #0079c2
}

.ant-pattern-library-sub-nav,.ant-sub-navigation-container {
    background: #0079c2
}

.ant-pattern-library-sub-nav .ant-sub-navigation ul li:not(:last-of-type),.ant-sub-navigation-container .ant-sub-navigation ul li:not(:last-of-type) {
    border-right: 1px solid #fff
}

.wide-block .headline-underline:after,.wide-container {
    background: #fff
}

.content-container,.masthead .headline-underline:after {
    background-color: #fff
}

.content-container.bordered {
    border-top: 8px solid #41c0b8
}

.hr-container {
    border-bottom: 1px solid #dcdcdc
}

.masthead header,.wide-block {
    color: #fff
}

@media (max-width: 479px) {
    .masthead.black-text header {
        background-color:rgba(255,255,255,.4)
    }
}

.masthead.black-text header {
    color: #333
}

.masthead.black-text .headline-underline:after {
    background: #06a59d
}

.masthead .headline-underline:after,.mbr-top-of-page .ant-menu-button .ant-active,.mbr-top-of-page .ant-menu-button .ant-inactive {
    background: #fff
}

.headline-underline:after,.tabs.teal ul.nav-pills li.active a:after {
    background-color: #06a59d
}

.ant-member-secure .bkg-gray {
    background: #eee
}

.ant-masthead-content,.ant-masthead-content-two {
    background-color: #fff
}

.ant-masthead-content-border {
    border-top: solid 1px #eee
}

.mbr-top-of-page {
    background-color: #fff
}

.mbr-top-of-page a.ant-task-bar-icon,.mbr-top-of-page-wrapper a.ant-task-bar-icon {
    color: #fff;
    background-color: #0079c2;
    border: 1px solid #0079c2
}

.mbr-page-header h1,.mbr-top-of-page .ant-side-navigation-wrapper .fa,.mbr-top-of-page .ant-side-navigation-wrapper>ul>li li a,.mbr-top-of-page .ant-side-navigation-wrapper>ul>li>a,.mbr-top-of-page .ant-side-navigation-wrapper>ul>li>a .fa,.mbr-top-of-page a.ant-task-bar-icon .fa {
    color: #fff
}

.mbr-top-of-page a.ant-task-bar-icon.active,.mbr-top-of-page a.ant-task-bar-icon:hover {
    color: #0079c2;
    background-color: #fff
}

.mbr-top-of-page a.ant-task-bar-icon .badge {
    background-color: #e82d05
}

.mbr-top-of-page .mbr-top-of-page-wrapper .ant-task-item span.fa,.mbr-top-of-page-wrapper .ant-task-item span.fa {
    color: #fe5e3c
}

.mbr-top-of-page,.mbr-top-of-page .ant-navigation-wrapper {
    box-shadow: 1px 1px #dcdcdc
}

.mbr-top-of-page .ant-navigation-top {
    background-color: #0079c2;
    color: #fff
}

.mbr-top-of-page .ant-nav-primary li {
    border-left: 1px solid #4da1d4;
    border-right: 1px solid #00609a
}

.mbr-top-of-page .ant-nav-primary li:first-child {
    border-left: 1px solid #0079c2
}

.mbr-top-of-page .ant-nav-primary li:last-child {
    border-right: 1px solid #0079c2
}

.mbr-top-of-page .ant-nav-primary li a {
    color: #fff;
    border-top: 5px solid #0079c2
}

.mbr-top-of-page .ant-nav-primary li a:focus,.mbr-top-of-page .ant-nav-primary li a:hover {
    color: #333;
    border-top: 5px solid #fe5e3c;
    background-color: #fff
}

.mbr-top-of-page .ant-nav-primary li.ant-active a {
    color: #333;
    border-top: 5px solid #fe5e3c;
    background-color: #fff
}

.mbr-top-of-page .ant-navigation-main {
    background-color: #fff;
    border-bottom: 2px solid #0079c2
}

.mbr-top-of-page .ant-nav-secondary li,.mbr-top-of-page-wrapper .ant-nav-secondary li {
    border-bottom: 1px solid #eee
}

.mbr-top-of-page .ant-side-navigation-wrapper {
    background-color: #0079c2;
    box-shadow: 1px 1px 3px -1px #666;
    color: #fff
}

.ant-alphabet-tabs-container .ant-alphabet-tabs ul li.active,.ant-alphabet-tabs-container .ant-alphabet-tabs ul li:hover,.mbr-top-of-page .ant-side-navigation-wrapper .ant-search-form {
    background-color: #00609a
}

.mbr-top-of-page .ant-side-navigation-wrapper>ul>li {
    border-bottom: 1px solid #69b3e7
}

.mbr-top-of-page .ant-side-navigation-wrapper .ant-social .fa {
    background-color: #fff;
    color: #0079c2
}

@media screen and (min-width: 1024px) {
    .mbr-top-of-page .ant-navigation-wrapper {
        background:#fff
    }
}

.footer-floater .fa {
    color: #fe5e3c;
    font-size: 1.285rem
}

.mbr-bottom-of-page,.mbr-page-footer {
    padding: 2rem 0 3.142rem;
    color: #fff
}

.ant-footer-heading {
    margin-bottom: 30px;
    margin-top: 30px
}

.mbr-page-footer h3 .fa {
    color: #fff;
    padding-right: 10px
}

.mbr-page-footer .ant-footer-link-list {
    font-weight: 600
}

.ant-footer-link-list li {
    margin-bottom: 1.071rem
}

.ant-app-promo .ant-app-link,.ant-footer-link-list li a,.ant-footer-link-list li a:hover,.mbr-bottom-of-page h3 a,.mbr-bottom-of-page h3 a .fa,.mbr-top-of-page-wrapper a.ant-task-bar-icon .fa {
    color: #fff
}

.ant-footer {
    margin-top: 2rem
}

.mbr-bottom-of-page .ant-block-wrapper.open {
    background-color: rgba(255,255,255,.1)
}

.mbr-bottom-of-page .ant-social .fa {
    background-color: #fff;
    color: #0079c2
}

@media screen and (min-width: 800px) {
    .mbr-bottom-of-page h3.ant-expandable {
        border-top:0 solid #69b3e7
    }

    .mbr-bottom-of-page ul.panel-collapse {
        border-bottom: 0 solid #69b3e7
    }
}

.mbr-top-of-page-wrapper {
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    background-color: transparent
}

.mbr-top-of-page-wrapper .ant-top-wrapper {
    background-color: #fff
}

.mbr-top-of-page-wrapper .ant-menu-toggle,.mbr-top-of-page-wrapper .ant-menu-toggle:active,.mbr-top-of-page-wrapper .ant-menu-toggle:focus,.mbr-top-of-page-wrapper .ant-menu-toggle:hover {
    color: #0079c2
}

.mbr-top-of-page-wrapper .ant-menu-icon,.mbr-top-of-page-wrapper .ant-menu-icon:after,.mbr-top-of-page-wrapper .ant-menu-icon:before {
    background-color: #0079c2
}

.mbr-top-of-page-wrapper a.ant-task-bar-icon.active,.mbr-top-of-page-wrapper a.ant-task-bar-icon:hover {
    color: #0079c2;
    background-color: #fff;
    border: 1px solid #0079c2
}

.ant-menu-visible .mbr-top-of-page-wrapper a.ant-task-bar-icon .fa,.mbr-top-of-page-wrapper .ant-search-active .ant-search-field {
    color: #0079c2
}

.mbr-top-of-page-wrapper .ant-search-field input {
    color: #0079c2;
    border-bottom: 1px solid
}

.mbr-top-of-page-wrapper ::-webkit-input-placeholder {
    color: #0079c2
}

.mbr-top-of-page-wrapper :-moz-placeholder {
    color: #0079c2
}

.mbr-top-of-page-wrapper ::-moz-placeholder {
    color: #0079c2
}

.mbr-top-of-page-wrapper :-ms-input-placeholder {
    color: #0079c2
}

.mbr-top-of-page-wrapper a.ant-task-bar-icon .badge {
    background-color: #e82d05
}

.mbr-top-of-page-wrapper .ant-nav-col .ant-heading-two .fa,.mbr-top-of-page-wrapper .ant-navigation-wrapper,.mbr-top-of-page-wrapper .ant-navigation-wrapper a {
    color: #fff
}

.ant-menu-visible .mbr-top-of-page-wrapper {
    background-color: rgba(0,121,194,.97)
}

.ant-menu-visible .mbr-top-of-page-wrapper .ant-top-wrapper {
    background-color: rgba(255,255,255,.03)
}

.ant-menu-visible .mbr-top-of-page-wrapper .ant-menu-toggle,.ant-menu-visible .mbr-top-of-page-wrapper .ant-menu-toggle:active,.ant-menu-visible .mbr-top-of-page-wrapper .ant-menu-toggle:focus,.ant-menu-visible .mbr-top-of-page-wrapper .ant-menu-toggle:hover {
    color: #fff
}

.ant-menu-visible .mbr-top-of-page-wrapper .ant-menu-icon,.ant-menu-visible .mbr-top-of-page-wrapper .ant-menu-icon:after,.ant-menu-visible .mbr-top-of-page-wrapper .ant-menu-icon:before {
    background-color: #fff
}

.ant-menu-visible .mbr-top-of-page-wrapper ::-webkit-input-placeholder {
    color: #fff
}

.ant-menu-visible .mbr-top-of-page-wrapper :-moz-placeholder {
    color: #fff
}

.ant-menu-visible .mbr-top-of-page-wrapper ::-moz-placeholder {
    color: #fff
}

.ant-menu-visible .mbr-top-of-page-wrapper :-ms-input-placeholder {
    color: #fff
}

.ant-menu-visible .mbr-top-of-page-wrapper .ant-nav-search-button .fa,.ant-menu-visible .mbr-top-of-page-wrapper a.ant-task-bar-icon:hover .fa,.mbr-page-header,.tab-wrapper .tab-tile.active span {
    color: #fff
}

.ant-menu-visible .mbr-top-of-page-wrapper a.ant-task-bar-icon {
    color: rgba(0,121,194,.95);
    background-color: #fff;
    border: 1px solid #fff
}

.ant-menu-visible .mbr-top-of-page-wrapper a.ant-task-bar-icon.active,.ant-menu-visible .mbr-top-of-page-wrapper a.ant-task-bar-icon:hover {
    color: #fff;
    background-color: #0079c2;
    border: 1px solid
}

@media screen and (min-width: 480px) {
    .mbr-top-of-page-wrapper .ant-search-bkg {
        background-color:rgba(0,0,0,.25)
    }

    .mbr-top-of-page-wrapper .ant-nav-search-button .fa {
        color: #fff
    }
}

@media screen and (min-width: 801px) {
    .ant-menu-visible .mbr-top-of-page-wrapper .ant-navigation-wrapper .ant-nav-col {
        border-top:0 transparent;
        border-bottom: 0 transparent;
        border-right: 1px solid #69b3e7;
        border-left: 1px solid #69b3e7
    }
}

@media screen and (max-width: 480px) {
    .mbr-top-of-page-wrapper a.ant-task-bar-icon:focus:before {
        border-color:transparent transparent #dcdcdc
    }

    .mbr-top-of-page-wrapper a.ant-task-bar-icon:focus:after {
        border-color: transparent transparent #fff
    }
}

.mbr-top-of-page-wrapper .ant-task-bar-content {
    border: 1px solid #dcdcdc;
    background-color: #fff;
    box-shadow: 1px 1px 3px -1px #666
}

@media screen and (min-width: 480px) {
    .mbr-top-of-page-wrapper .ant-task-bar-content:after {
        border-color:transparent transparent #fff
    }

    .mbr-top-of-page-wrapper .ant-task-bar-content:before {
        border-color: transparent transparent #dcdcdc
    }
}

html .body-lg {
    font-size: 1.143rem
}

html .body-sm {
    font-size: .8571rem
}

@media screen and (min-width: 800px) {
    html .body-lg {
        font-size:1.111rem
    }

    html .body-sm {
        font-size: .7778rem
    }
}

body {
    font-size: 18px;
    font-family: "Open Sans","open-sans",sans-serif;
    font-weight: 400;
    padding: 0;
    margin: 0
}

.ant-alphabet-tabs-container {
    margin-bottom: 1rem
}

.ant-alphabet-tabs-container .ant-alphabet-tabs ul li {
    min-width: 100px;
    height: 50px;
    font-size: 1.111rem;
    font-weight: 600;
    border-right: 1px solid #fff;
    background-color: #0079c2
}

.ant-alphabet-tabs-container .ant-alphabet-tabs ul li a {
    color: #fff;
    line-height: 50px
}

.ant-alphabet-tabs-body ul {
    padding-left: .5rem
}

.alt-toggle-cmp {
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee
}

.tab-controls-container ul {
    border-bottom: 1px solid #dcdcdc
}

.tab-item-control.active-control {
    background: #fff;
    border-bottom: 4px solid #fe5e3c
}

.tab-item-control.active-control .tab-label,.tab-wrapper .tab-tile a,.tab-wrapper .tab-tile a:hover,body {
    color: #333
}

.tab-item-control .tab-label {
    color: #0079c2
}

.tab-item-control .fa {
    color: #fe5e3c
}

.accordion-item-control {
    border-bottom: 2px solid #dcdcdc
}

.accordion-item-control.active-control.open {
    border-bottom: 2px solid #fe5e3c
}

.accordion-item-control .accordion-label,.tabs.teal ul.nav-pills li.active a {
    color: #0079c2
}

.accordion-item-control .fa {
    color: #fe5e3c
}

.accordion-item.active-item {
    border-bottom: 2px solid #dcdcdc
}

.tabs.packed .nav-pills,.tabs.packed .tab-content {
    background: #f5f5f5
}

.nav-pills {
    display: flex
}

.nav-pills li:nth-of-type(1) {
    border-right: 1px solid #fff
}

.nav-pills li:nth-of-type(3),.nav-pills li:nth-of-type(4) {
    border-left: 1px solid #fff
}

.tab-wrapper .tab-tile {
    border-right: 1px solid #fff;
    background-color: #eee
}

.tab-wrapper .tab-tile h6 span.fa {
    color: #000
}

.tab-wrapper .tab-tile:nth-child(n):nth-child(5n+1) h6 {
    border-bottom: 30px solid #0079c2
}

.tab-wrapper .tab-tile:nth-child(n):nth-child(5n+1).active:after {
    border-color: #0079c2 transparent transparent
}

.carousel-content-container ul .color-select-item-container:nth-child(5n+1).active .select-item:before,.tab-wrapper .tab-tile:nth-child(n):nth-child(5n+1):before {
    background-color: #0079c2
}

.tab-wrapper .tab-tile:nth-child(n):nth-child(5n+2) h6 {
    border-bottom: 30px solid #00609a
}

.tab-wrapper .tab-tile:nth-child(n):nth-child(5n+2).active:after {
    border-color: #00609a transparent transparent
}

.carousel-content-container ul .color-select-item-container:nth-child(5n+2).active .select-item:before,.tab-wrapper .tab-tile:nth-child(n):nth-child(5n+2):before {
    background-color: #00609a
}

.tab-wrapper .tab-tile:nth-child(n):nth-child(5n+3) h6 {
    border-bottom: 30px solid #683c7a
}

.tab-wrapper .tab-tile:nth-child(n):nth-child(5n+3).active:after {
    border-color: #683c7a transparent transparent
}

.carousel-content-container ul .color-select-item-container:nth-child(5n+3).active .select-item:before,.tab-wrapper .tab-tile:nth-child(n):nth-child(5n+3):before {
    background-color: #683c7a
}

.tab-wrapper .tab-tile:nth-child(n):nth-child(5n+4) h6 {
    border-bottom: 30px solid #a21851
}

.tab-wrapper .tab-tile:nth-child(n):nth-child(5n+4).active:after {
    border-color: #a21851 transparent transparent
}

.carousel-content-container ul .color-select-item-container:nth-child(5n+4).active .select-item:before,.tab-wrapper .tab-tile:nth-child(n):nth-child(5n+4):before {
    background-color: #a21851
}

.tab-wrapper .tab-tile:nth-child(n):nth-child(5n+5) h6 {
    border-bottom: 30px solid #c03
}

.tab-wrapper .tab-tile:nth-child(n):nth-child(5n+5).active:after {
    border-color: #c03 transparent transparent
}

.carousel-content-container ul .color-select-item-container:nth-child(5n+5).active .select-item:before,.tab-wrapper .tab-tile:nth-child(n):nth-child(5n+5):before {
    background-color: #c03
}

[data-uxd-tabbed-tiles-cmp].tab-wrapper .ant-blue-tabs .tab-tile h6,[data-uxd-tabbed-tiles-cmp].tab-wrapper .ant-blue-tabs .tab-tile.active h6 {
    border-color: #00609a
}

[data-uxd-tabbed-tiles-cmp].tab-wrapper .ant-blue-tabs .tab-tile.active:before,[data-uxd-tabbed-tiles-cmp].tab-wrapper .ant-blue-tabs .tab-tile:before {
    background-color: #00609a
}

[data-uxd-tabbed-tiles-cmp].tab-wrapper .ant-blue-tabs .tab-tile.active:after {
    border-color: #00609a transparent transparent
}

.nav-pills li {
    background: #dcdcdc
}

.nav-pills li a {
    color: #2d2d2d;
    font-weight: 600
}

.nav-pills li.active a,.nav-pills li.active a:active,.nav-pills li.active a:focus,.nav-pills li.active a:hover {
    background: #00609a;
    color: #fff
}

.nav-pills li.active:after {
    background: #00609a
}

.tabs.teal ul.nav-pills li,.tabs.teal ul.nav-pills li.active {
    background: 0 0
}

.tabs.teal ul.nav-pills li a {
    background: 0 0;
    color: #0079c2;
    font-weight: 400
}

.carousel-content-container ul .button-select-item .button-select-content-container {
    background: #fff
}

.carousel-content-container ul .button-select-item.active .button-select-content-container {
    border: 1px solid #a3a3a3;
    box-shadow: 0 2px 10px -1px #a3a3a3
}

.carousel-content-container ul .button-select-item.active .button-select-content-container:before {
    background: #fff;
    box-shadow: 4px 4px 10px -2px #a3a3a3;
    border-right: 1px solid #a3a3a3;
    border-bottom: 1px solid #a3a3a3
}

.carousel-content-container ul .color-select-item-container>.select-item:hover,.carousel-content-container ul .default-select-item-container {
    background-color: #dcdcdc
}

.carousel-content-container ul .default-select-item-container:hover {
    background-color: #eee
}

.carousel-content-container ul .default-select-item-container.active {
    color: #fff;
    background-color: #0079c2
}

.carousel-content-container ul .color-select-item-container>.select-item {
    background-color: #eee
}

.carousel-content-container ul .color-select-item-container.active {
    color: #fff
}

.carousel-content-container ul .color-select-item-container:nth-child(5n+1) .select-item:before {
    border-color: #0079c2
}

.carousel-content-container ul .color-select-item-container:nth-child(5n+1).active:after {
    border-color: #0079c2 transparent transparent
}

.carousel-content-container ul .color-select-item-container:nth-child(5n+2) .select-item:before {
    border-color: #00609a
}

.carousel-content-container ul .color-select-item-container:nth-child(5n+2).active:after {
    border-color: #00609a transparent transparent
}

.carousel-content-container ul .color-select-item-container:nth-child(5n+3) .select-item:before {
    border-color: #683c7a
}

.carousel-content-container ul .color-select-item-container:nth-child(5n+3).active:after {
    border-color: #683c7a transparent transparent
}

.carousel-content-container ul .color-select-item-container:nth-child(5n+4) .select-item:before {
    border-color: #a21851
}

.carousel-content-container ul .color-select-item-container:nth-child(5n+4).active:after {
    border-color: #a21851 transparent transparent
}

.carousel-content-container ul .color-select-item-container:nth-child(5n+5) .select-item:before {
    border-color: #c03
}

.carousel-content-container ul .color-select-item-container:nth-child(5n+5).active:after {
    border-color: #c03 transparent transparent
}

[data-uxd-data-display-carousel-cmp] [data-uxd-data-display-tile-carousel-cmp] {
    border: 1px solid #dcdcdc
}

[data-uxd-data-display-carousel-cmp] .fa {
    color: #fff;
    background: #fe5e3c
}

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

a {
    background-color: transparent
}

a:active,a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

legend,td,th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes fadeInOut {
    0%,to {
        opacity: 0
    }

    15%,85% {
        opacity: 1
    }
}

@-webkit-keyframes link-slide-dn {
    0% {
        opacity: .5;
        -webkit-transform: translateY(-100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes link-slide-dn {
    0% {
        opacity: .5;
        -moz-transform: translateY(-100%)
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-webkit-keyframes link-slide {
    0% {
        opacity: .5;
        -webkit-transform: translateY(100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes link-slide {
    0% {
        opacity: .5;
        -moz-transform: translateY(100%)
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@keyframes FadeInOut {
    0%,17%,to {
        opacity: 1
    }

    25%,92% {
        opacity: 0
    }
}

@keyframes waveStretchDelay {
    0%,40%,to {
        transform: scaleY(.4)
    }

    20% {
        transform: scaleY(1)
    }
}

@media print {
    *,:after,:before {
        background: 0 0!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }

    a,a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,a[href^="javascript:"]:after {
        content: ""
    }

    blockquote,pre {
        border: 1px solid #999
    }

    thead {
        display: table-header-group
    }

    blockquote,img,pre,tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100%!important
    }

    h2,h3,p {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn>.caret,.dropup>.btn>.caret {
        border-top-color: #000!important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse!important
    }

    .table td,.table th {
        background-color: #fff!important
    }

    .table-bordered td,.table-bordered th {
        border: 1px solid #ddd!important
    }
}

@font-face {
    font-family: "Glyphicons Halflings";
    src: url(../../fonts/glyphicons-halflings-regular.eot);
    src: url(../../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"),url(../../fonts/glyphicons-halflings-regular.woff2) format("woff2"),url(../../fonts/glyphicons-halflings-regular.woff) format("woff"),url(../../fonts/glyphicons-halflings-regular.ttf) format("truetype"),url(../../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")
}

.glyphicon-asterisk:before {
    content: "*"
}

.glyphicon-plus:before {
    content: "+"
}

.glyphicon-eur:before,.glyphicon-euro:before {
    content: "€"
}

.glyphicon-minus:before {
    content: "−"
}

.glyphicon-cloud:before {
    content: "☁"
}

.glyphicon-envelope:before {
    content: "✉"
}

.glyphicon-pencil:before {
    content: "✏"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "⛺"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "⌛"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before,.glyphicon-btc:before,.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-jpy:before,.glyphicon-yen:before {
    content: "¥"
}

.glyphicon-rub:before,.glyphicon-ruble:before {
    content: "₽"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

*,:after,:before,input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    background-color: #fff;
    background: #eee;
    font-family: "Open Sans","open-sans",sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.42;
    color: #2d2d2d;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

button,input {
    font-size: inherit
}

button,input,select,textarea {
    font-family: inherit;
    line-height: inherit
}

a {
    color: #0079c2;
    text-decoration: none
}

a:focus,a:hover {
    color: #5009b5;
    text-decoration: underline
}

a:focus,input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    border: 0;
    border-top: 1px solid #eee;
    margin: 0 0 60px;
    border-color: #666
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-top-wrapper .ant-top-nav ul li,[role=button] {
    cursor: pointer
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    font-family: inherit;
    line-height: 1.1;
    color: inherit
}

.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1,.h2,.h3,.h4,.h5,.h6 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small {
    font-size: 65%
}

.h4,.h5,.h6 {
    margin-top: 10px
}

.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
    font-size: 75%
}

p {
    display: block;
    margin: 0 0 40px;
    line-height: 1.8
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 801px) {
    .lead {
        font-size:21px
    }
}

.small,small {
    font-size: 85%
}

.mark,mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left,th {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.initialism,.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:focus,a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:focus,a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus,a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus,a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus,a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:focus,a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus,a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus,a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus,a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus,a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

dl,ol,ul {
    margin-top: 0
}

dl,ol {
    margin-bottom: 10px
}

ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0
}

.list-inline,.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-bottom: 20px
}

dd,dt {
    line-height: 1.42857
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

.dl-horizontal dd:after,.dl-horizontal dd:before {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

@media (min-width: 801px) {
    .dl-horizontal dt {
        float:left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title],abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

.definition-list dd p:last-child,blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small,blockquote footer,blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777
}

blockquote .small:before,blockquote footer:before,blockquote small:before {
    content: "— "
}

.blockquote-reverse,blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,.checklist li ul li:before,.checklist-green li ul li:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before {
    content: ""
}

.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after {
    content: " —"
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857
}

code,kbd,pre,samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace
}

code,kbd,pre {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container:after,.container:before {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media (min-width: 801px) {
    .container {
        width:750px
    }
}

@media (min-width: 1024px) {
    .container {
        width:970px
    }
}

@media (min-width: 1200px) {
    .container {
        width:1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container-fluid:after,.container-fluid:before {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row:after,.row:before {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.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-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-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-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xxs-1,.col-xxs-10,.col-xxs-11,.col-xxs-12,.col-xxs-2,.col-xxs-3,.col-xxs-4,.col-xxs-5,.col-xxs-6,.col-xxs-7,.col-xxs-8,.col-xxs-9 {
    float: left
}

.col-xxs-1 {
    width: 8.33333%
}

.col-xxs-2 {
    width: 16.66667%
}

.col-xxs-3 {
    width: 25%
}

.col-xxs-4 {
    width: 33.33333%
}

.col-xxs-5 {
    width: 41.66667%
}

.col-xxs-6 {
    width: 50%
}

.col-xxs-7 {
    width: 58.33333%
}

.col-xxs-8 {
    width: 66.66667%
}

.col-xxs-9 {
    width: 75%
}

.col-xxs-10 {
    width: 83.33333%
}

.col-xxs-11 {
    width: 91.66667%
}

.col-xxs-12 {
    width: 100%
}

.col-xxs-pull-0 {
    right: auto
}

.col-xxs-pull-1 {
    right: 8.33333%
}

.col-xxs-pull-2 {
    right: 16.66667%
}

.col-xxs-pull-3 {
    right: 25%
}

.col-xxs-pull-4 {
    right: 33.33333%
}

.col-xxs-pull-5 {
    right: 41.66667%
}

.col-xxs-pull-6 {
    right: 50%
}

.col-xxs-pull-7 {
    right: 58.33333%
}

.col-xxs-pull-8 {
    right: 66.66667%
}

.col-xxs-pull-9 {
    right: 75%
}

.col-xxs-pull-10 {
    right: 83.33333%
}

.col-xxs-pull-11 {
    right: 91.66667%
}

.col-xxs-pull-12 {
    right: 100%
}

.col-xxs-push-0 {
    left: auto
}

.col-xxs-push-1 {
    left: 8.33333%
}

.col-xxs-push-2 {
    left: 16.66667%
}

.col-xxs-push-3 {
    left: 25%
}

.col-xxs-push-4 {
    left: 33.33333%
}

.col-xxs-push-5 {
    left: 41.66667%
}

.col-xxs-push-6 {
    left: 50%
}

.col-xxs-push-7 {
    left: 58.33333%
}

.col-xxs-push-8 {
    left: 66.66667%
}

.col-xxs-push-9 {
    left: 75%
}

.col-xxs-push-10 {
    left: 83.33333%
}

.col-xxs-push-11 {
    left: 91.66667%
}

.col-xxs-push-12 {
    left: 100%
}

.col-xxs-offset-0 {
    margin-left: 0
}

.col-xxs-offset-1 {
    margin-left: 8.33333%
}

.col-xxs-offset-2 {
    margin-left: 16.66667%
}

.col-xxs-offset-3 {
    margin-left: 25%
}

.col-xxs-offset-4 {
    margin-left: 33.33333%
}

.col-xxs-offset-5 {
    margin-left: 41.66667%
}

.col-xxs-offset-6 {
    margin-left: 50%
}

.col-xxs-offset-7 {
    margin-left: 58.33333%
}

.col-xxs-offset-8 {
    margin-left: 66.66667%
}

.col-xxs-offset-9 {
    margin-left: 75%
}

.col-xxs-offset-10 {
    margin-left: 83.33333%
}

.col-xxs-offset-11 {
    margin-left: 91.66667%
}

.col-xxs-offset-12 {
    margin-left: 100%
}

@media (min-width: 480px) {
    .col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
        float:left
    }

    .col-xs-1 {
        width: 8.33333%
    }

    .col-xs-2 {
        width: 16.66667%
    }

    .col-xs-3 {
        width: 25%
    }

    .col-xs-4 {
        width: 33.33333%
    }

    .col-xs-5 {
        width: 41.66667%
    }

    .col-xs-6 {
        width: 50%
    }

    .col-xs-7 {
        width: 58.33333%
    }

    .col-xs-8 {
        width: 66.66667%
    }

    .col-xs-9 {
        width: 75%
    }

    .col-xs-10 {
        width: 83.33333%
    }

    .col-xs-11 {
        width: 91.66667%
    }

    .col-xs-12 {
        width: 100%
    }

    .col-xs-pull-0 {
        right: auto
    }

    .col-xs-pull-1 {
        right: 8.33333%
    }

    .col-xs-pull-2 {
        right: 16.66667%
    }

    .col-xs-pull-3 {
        right: 25%
    }

    .col-xs-pull-4 {
        right: 33.33333%
    }

    .col-xs-pull-5 {
        right: 41.66667%
    }

    .col-xs-pull-6 {
        right: 50%
    }

    .col-xs-pull-7 {
        right: 58.33333%
    }

    .col-xs-pull-8 {
        right: 66.66667%
    }

    .col-xs-pull-9 {
        right: 75%
    }

    .col-xs-pull-10 {
        right: 83.33333%
    }

    .col-xs-pull-11 {
        right: 91.66667%
    }

    .col-xs-pull-12 {
        right: 100%
    }

    .col-xs-push-0 {
        left: auto
    }

    .col-xs-push-1 {
        left: 8.33333%
    }

    .col-xs-push-2 {
        left: 16.66667%
    }

    .col-xs-push-3 {
        left: 25%
    }

    .col-xs-push-4 {
        left: 33.33333%
    }

    .col-xs-push-5 {
        left: 41.66667%
    }

    .col-xs-push-6 {
        left: 50%
    }

    .col-xs-push-7 {
        left: 58.33333%
    }

    .col-xs-push-8 {
        left: 66.66667%
    }

    .col-xs-push-9 {
        left: 75%
    }

    .col-xs-push-10 {
        left: 83.33333%
    }

    .col-xs-push-11 {
        left: 91.66667%
    }

    .col-xs-push-12 {
        left: 100%
    }

    .col-xs-offset-0 {
        margin-left: 0
    }

    .col-xs-offset-1 {
        margin-left: 8.33333%
    }

    .col-xs-offset-2 {
        margin-left: 16.66667%
    }

    .col-xs-offset-3 {
        margin-left: 25%
    }

    .col-xs-offset-4 {
        margin-left: 33.33333%
    }

    .col-xs-offset-5 {
        margin-left: 41.66667%
    }

    .col-xs-offset-6 {
        margin-left: 50%
    }

    .col-xs-offset-7 {
        margin-left: 58.33333%
    }

    .col-xs-offset-8 {
        margin-left: 66.66667%
    }

    .col-xs-offset-9 {
        margin-left: 75%
    }

    .col-xs-offset-10 {
        margin-left: 83.33333%
    }

    .col-xs-offset-11 {
        margin-left: 91.66667%
    }

    .col-xs-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 801px) {
    .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 {
        float:left
    }

    .col-sm-1 {
        width: 8.33333%
    }

    .col-sm-2 {
        width: 16.66667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333%
    }

    .col-sm-5 {
        width: 41.66667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333%
    }

    .col-sm-8 {
        width: 66.66667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333%
    }

    .col-sm-11 {
        width: 91.66667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.33333%
    }

    .col-sm-pull-2 {
        right: 16.66667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.33333%
    }

    .col-sm-pull-5 {
        right: 41.66667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.33333%
    }

    .col-sm-pull-8 {
        right: 66.66667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.33333%
    }

    .col-sm-pull-11 {
        right: 91.66667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.33333%
    }

    .col-sm-push-2 {
        left: 16.66667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.33333%
    }

    .col-sm-push-5 {
        left: 41.66667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.33333%
    }

    .col-sm-push-8 {
        left: 66.66667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.33333%
    }

    .col-sm-push-11 {
        left: 91.66667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1024px) {
    .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 {
        float:left
    }

    .col-md-1 {
        width: 8.33333%
    }

    .col-md-2 {
        width: 16.66667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333%
    }

    .col-md-5 {
        width: 41.66667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333%
    }

    .col-md-8 {
        width: 66.66667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333%
    }

    .col-md-11 {
        width: 91.66667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.33333%
    }

    .col-md-pull-2 {
        right: 16.66667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.33333%
    }

    .col-md-pull-5 {
        right: 41.66667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.33333%
    }

    .col-md-pull-8 {
        right: 66.66667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.33333%
    }

    .col-md-pull-11 {
        right: 91.66667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.33333%
    }

    .col-md-push-2 {
        left: 16.66667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.33333%
    }

    .col-md-push-5 {
        left: 41.66667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.33333%
    }

    .col-md-push-8 {
        left: 66.66667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.33333%
    }

    .col-md-push-11 {
        left: 91.66667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.33333%
    }

    .col-md-offset-2 {
        margin-left: 16.66667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333%
    }

    .col-md-offset-5 {
        margin-left: 41.66667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.33333%
    }

    .col-md-offset-8 {
        margin-left: 66.66667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333%
    }

    .col-md-offset-11 {
        margin-left: 91.66667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1200px) {
    .col-lg-1,.col-lg-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 {
        float:left
    }

    .col-lg-1 {
        width: 8.33333%
    }

    .col-lg-2 {
        width: 16.66667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333%
    }

    .col-lg-5 {
        width: 41.66667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333%
    }

    .col-lg-8 {
        width: 66.66667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333%
    }

    .col-lg-11 {
        width: 91.66667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.33333%
    }

    .col-lg-pull-2 {
        right: 16.66667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.33333%
    }

    .col-lg-pull-5 {
        right: 41.66667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.33333%
    }

    .col-lg-pull-8 {
        right: 66.66667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.33333%
    }

    .col-lg-pull-11 {
        right: 91.66667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.33333%
    }

    .col-lg-push-2 {
        left: 16.66667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.33333%
    }

    .col-lg-push-5 {
        left: 41.66667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.33333%
    }

    .col-lg-push-8 {
        left: 66.66667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.33333%
    }

    .col-lg-push-11 {
        left: 91.66667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

pre code,table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857;
    border-top: 1px solid #ddd
}

.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th,.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered,.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover,.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-],table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width: 800px) {
    .table-responsive {
        width:100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

fieldset,legend {
    padding: 0;
    border: 0
}

fieldset {
    margin: 0;
    min-width: 0
}

legend {
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=checkbox],input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px \9 ;
    line-height: normal
}

input[type=file],legend,output {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],select[size] {
    height: auto
}

output {
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555
}

.form-control,select,textarea {
    height: 34px;
    font-size: 14px;
    color: #555;
    border-radius: 4px
}

.form-control,input[type=email]:not(.ant-text-input),input[type=password]:not(.ant-text-input),input[type=text]:not(.ant-text-input),select,textarea {
    display: block;
    width: 100%;
    padding: 6px 12px;
    line-height: 1.42857;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

.form-control:focus,input[type=email]:focus:not(.ant-text-input),input[type=password]:focus:not(.ant-text-input),input[type=text]:focus:not(.ant-text-input),select:focus,textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

.form-control::-moz-placeholder,input[type=email]:not(.ant-text-input)::-moz-placeholder,input[type=password]:not(.ant-text-input)::-moz-placeholder,input[type=text]:not(.ant-text-input)::-moz-placeholder,select::-moz-placeholder,textarea::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder,input[type=email]:-ms-input-placeholder:not(.ant-text-input),input[type=password]:-ms-input-placeholder:not(.ant-text-input),input[type=text]:-ms-input-placeholder:not(.ant-text-input),select:-ms-input-placeholder,textarea:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder,input[type=email]:not(.ant-text-input)::-webkit-input-placeholder,input[type=password]:not(.ant-text-input)::-webkit-input-placeholder,input[type=text]:not(.ant-text-input)::-webkit-input-placeholder,select::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand,input[type=email]:not(.ant-text-input)::-ms-expand,input[type=password]:not(.ant-text-input)::-ms-expand,input[type=text]:not(.ant-text-input)::-ms-expand,select::-ms-expand,textarea::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control,fieldset[disabled] input[type=email]:not(.ant-text-input),fieldset[disabled] input[type=password]:not(.ant-text-input),fieldset[disabled] input[type=text]:not(.ant-text-input),fieldset[disabled] select,fieldset[disabled] textarea,input[disabled][type=email]:not(.ant-text-input),input[disabled][type=password]:not(.ant-text-input),input[disabled][type=text]:not(.ant-text-input),input[readonly][type=email]:not(.ant-text-input),input[readonly][type=password]:not(.ant-text-input),input[readonly][type=text]:not(.ant-text-input),select[disabled],select[readonly],textarea[disabled],textarea[readonly] {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],fieldset[disabled] .form-control,fieldset[disabled] input[type=email]:not(.ant-text-input),fieldset[disabled] input[type=password]:not(.ant-text-input),fieldset[disabled] input[type=text]:not(.ant-text-input),fieldset[disabled] select,fieldset[disabled] textarea,input[disabled][type=email]:not(.ant-text-input),input[disabled][type=password]:not(.ant-text-input),input[disabled][type=text]:not(.ant-text-input),select[disabled],textarea[disabled] {
    cursor: not-allowed
}

textarea,textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date].form-control,input[type=date][type=email]:not(.ant-text-input),input[type=date][type=password]:not(.ant-text-input),input[type=date][type=text]:not(.ant-text-input),input[type=datetime-local].form-control,input[type=datetime-local][type=email]:not(.ant-text-input),input[type=datetime-local][type=password]:not(.ant-text-input),input[type=datetime-local][type=text]:not(.ant-text-input),input[type=month].form-control,input[type=month][type=email]:not(.ant-text-input),input[type=month][type=password]:not(.ant-text-input),input[type=month][type=text]:not(.ant-text-input),input[type=time].form-control,input[type=time][type=email]:not(.ant-text-input),input[type=time][type=password]:not(.ant-text-input),input[type=time][type=text]:not(.ant-text-input) {
        line-height:34px
    }

    .input-group-sm input[type=date],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],.input-group-sm input[type=time],.input-group-sm>.input-group-btn>input[type=date].btn,.input-group-sm>.input-group-btn>input[type=datetime-local].btn,.input-group-sm>.input-group-btn>input[type=month].btn,.input-group-sm>.input-group-btn>input[type=time].btn,.input-group-sm>input[type=date].form-control,.input-group-sm>input[type=date].input-group-addon,.input-group-sm>input[type=datetime-local].form-control,.input-group-sm>input[type=datetime-local].input-group-addon,.input-group-sm>input[type=month].form-control,.input-group-sm>input[type=month].input-group-addon,.input-group-sm>input[type=time].form-control,.input-group-sm>input[type=time].input-group-addon,input[type=date].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm,input[type=time].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],.input-group-lg input[type=time],.input-group-lg>.input-group-btn>input[type=date].btn,.input-group-lg>.input-group-btn>input[type=datetime-local].btn,.input-group-lg>.input-group-btn>input[type=month].btn,.input-group-lg>.input-group-btn>input[type=time].btn,.input-group-lg>input[type=date].form-control,.input-group-lg>input[type=date].input-group-addon,.input-group-lg>input[type=datetime-local].form-control,.input-group-lg>input[type=datetime-local].input-group-addon,.input-group-lg>input[type=month].form-control,.input-group-lg>input[type=month].input-group-addon,.input-group-lg>input[type=time].form-control,.input-group-lg>input[type=time].input-group-addon,input[type=date].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg,input[type=time].input-lg {
        line-height: 46px
    }
}

.checkbox,.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label {
    padding-left: 20px
}

.checkbox label,.radio label {
    min-height: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.radio input[type=radio] {
    margin-left: -20px
}

.radio input[type=radio],.radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px \9
}

.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

.checkbox+.checkbox,.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,.radio-inline {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    cursor: pointer
}

.checkbox-inline {
    padding-left: 20px;
    font-weight: 400
}

.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.checkbox-inline.disabled,.checkbox.disabled label,.radio-inline.disabled,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio label,fieldset[disabled] .radio-inline,fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled] {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

.form-control-static.input-lg,.form-control-static.input-sm,.input-group-lg>.form-control-static.form-control,.input-group-lg>.form-control-static.input-group-addon,.input-group-lg>.input-group-btn>.form-control-static.btn,.input-group-lg>input.form-control-static[type=email]:not(.ant-text-input),.input-group-lg>input.form-control-static[type=password]:not(.ant-text-input),.input-group-lg>input.form-control-static[type=text]:not(.ant-text-input),.input-group-lg>select.form-control-static,.input-group-lg>textarea.form-control-static,.input-group-sm>.form-control-static.form-control,.input-group-sm>.form-control-static.input-group-addon,.input-group-sm>.input-group-btn>.form-control-static.btn,.input-group-sm>input.form-control-static[type=email]:not(.ant-text-input),.input-group-sm>input.form-control-static[type=password]:not(.ant-text-input),.input-group-sm>input.form-control-static[type=text]:not(.ant-text-input),.input-group-sm>select.form-control-static,.input-group-sm>textarea.form-control-static {
    padding-left: 0;
    padding-right: 0
}

.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn,.input-group-sm>input[type=email]:not(.ant-text-input),.input-group-sm>input[type=password]:not(.ant-text-input),.input-group-sm>input[type=text]:not(.ant-text-input),.input-group-sm>select,.input-group-sm>textarea,.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.input-group-sm>.input-group-btn>select.btn,.input-group-sm>select,.input-group-sm>select.form-control,.input-group-sm>select.input-group-addon,select.input-sm {
    height: 30px;
    line-height: 30px
}

.input-group-sm>.input-group-btn>select[multiple].btn,.input-group-sm>.input-group-btn>textarea.btn,.input-group-sm>select[multiple],.input-group-sm>select[multiple].form-control,.input-group-sm>select[multiple].input-group-addon,.input-group-sm>textarea,.input-group-sm>textarea.form-control,.input-group-sm>textarea.input-group-addon,select[multiple].input-sm,textarea.input-sm {
    height: auto
}

.form-group-sm .form-control,.form-group-sm input[type=email]:not(.ant-text-input),.form-group-sm input[type=password]:not(.ant-text-input),.form-group-sm input[type=text]:not(.ant-text-input),.form-group-sm select,.form-group-sm textarea {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select,.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple],.form-group-sm select[multiple].form-control,.form-group-sm textarea,.form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn,.input-group-lg>input[type=email]:not(.ant-text-input),.input-group-lg>input[type=password]:not(.ant-text-input),.input-group-lg>input[type=text]:not(.ant-text-input),.input-group-lg>select,.input-group-lg>textarea,.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px
}

.input-group-lg>.input-group-btn>select.btn,.input-group-lg>select,.input-group-lg>select.form-control,.input-group-lg>select.input-group-addon,select.input-lg {
    height: 46px;
    line-height: 46px
}

.input-group-lg>.input-group-btn>select[multiple].btn,.input-group-lg>.input-group-btn>textarea.btn,.input-group-lg>select[multiple],.input-group-lg>select[multiple].form-control,.input-group-lg>select[multiple].input-group-addon,.input-group-lg>textarea,.input-group-lg>textarea.form-control,.input-group-lg>textarea.input-group-addon,select[multiple].input-lg,textarea.input-lg {
    height: auto
}

.form-group-lg .form-control,.form-group-lg input[type=email]:not(.ant-text-input),.form-group-lg input[type=password]:not(.ant-text-input),.form-group-lg input[type=text]:not(.ant-text-input),.form-group-lg select,.form-group-lg textarea {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px
}

.form-group-lg select,.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.color-boxes div h5,.form-group-lg select[multiple],.form-group-lg select[multiple].form-control,.form-group-lg textarea,.form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.33333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control,.has-feedback input[type=email]:not(.ant-text-input),.has-feedback input[type=password]:not(.ant-text-input),.has-feedback input[type=text]:not(.ant-text-input),.has-feedback select,.has-feedback textarea {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,.form-group-lg input[type=email]:not(.ant-text-input)+.form-control-feedback,.form-group-lg input[type=password]:not(.ant-text-input)+.form-control-feedback,.form-group-lg input[type=text]:not(.ant-text-input)+.form-control-feedback,.form-group-lg select+.form-control-feedback,.form-group-lg textarea+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-group-lg>.form-control+.form-control-feedback,.input-group-lg>.input-group-addon+.form-control-feedback,.input-group-lg>.input-group-btn>.btn+.form-control-feedback,.input-group-lg>input[type=email]:not(.ant-text-input)+.form-control-feedback,.input-group-lg>input[type=password]:not(.ant-text-input)+.form-control-feedback,.input-group-lg>input[type=text]:not(.ant-text-input)+.form-control-feedback,.input-group-lg>select+.form-control-feedback,.input-group-lg>textarea+.form-control-feedback,.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,.form-group-sm input[type=email]:not(.ant-text-input)+.form-control-feedback,.form-group-sm input[type=password]:not(.ant-text-input)+.form-control-feedback,.form-group-sm input[type=text]:not(.ant-text-input)+.form-control-feedback,.form-group-sm select+.form-control-feedback,.form-group-sm textarea+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-group-sm>.form-control+.form-control-feedback,.input-group-sm>.input-group-addon+.form-control-feedback,.input-group-sm>.input-group-btn>.btn+.form-control-feedback,.input-group-sm>input[type=email]:not(.ant-text-input)+.form-control-feedback,.input-group-sm>input[type=password]:not(.ant-text-input)+.form-control-feedback,.input-group-sm>input[type=text]:not(.ant-text-input)+.form-control-feedback,.input-group-sm>select+.form-control-feedback,.input-group-sm>textarea+.form-control-feedback,.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control,.has-success input[type=email]:not(.ant-text-input),.has-success input[type=password]:not(.ant-text-input),.has-success input[type=text]:not(.ant-text-input),.has-success select,.has-success textarea {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-success .form-control:focus,.has-success input[type=email]:focus:not(.ant-text-input),.has-success input[type=password]:focus:not(.ant-text-input),.has-success input[type=text]:focus:not(.ant-text-input),.has-success select:focus,.has-success textarea:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control,.has-warning input[type=email]:not(.ant-text-input),.has-warning input[type=password]:not(.ant-text-input),.has-warning input[type=text]:not(.ant-text-input),.has-warning select,.has-warning textarea {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-warning .form-control:focus,.has-warning input[type=email]:focus:not(.ant-text-input),.has-warning input[type=password]:focus:not(.ant-text-input),.has-warning input[type=text]:focus:not(.ant-text-input),.has-warning select:focus,.has-warning textarea:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control,.has-error input[type=email]:not(.ant-text-input),.has-error input[type=password]:not(.ant-text-input),.has-error input[type=text]:not(.ant-text-input),.has-error select,.has-error textarea {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-error .form-control:focus,.has-error input[type=email]:focus:not(.ant-text-input),.has-error input[type=password]:focus:not(.ant-text-input),.has-error input[type=text]:focus:not(.ant-text-input),.has-error select:focus,.has-error textarea:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 801px) {
    .form-inline .form-group {
        display:inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control,.form-inline input[type=email]:not(.ant-text-input),.form-inline input[type=password]:not(.ant-text-input),.form-inline input[type=text]:not(.ant-text-input),.form-inline select,.form-inline textarea {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group input[type=email]:not(.ant-text-input),.form-inline .input-group input[type=password]:not(.ant-text-input),.form-inline .input-group input[type=text]:not(.ant-text-input),.form-inline .input-group select,.form-inline .input-group textarea {
        width: auto
    }

    .form-inline .input-group>.form-control,.form-inline .input-group>input[type=email]:not(.ant-text-input),.form-inline .input-group>input[type=password]:not(.ant-text-input),.form-inline .input-group>input[type=text]:not(.ant-text-input),.form-inline .input-group>select,.form-inline .input-group>textarea {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox,.form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label,.form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox,.form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.btn-toolbar:after,.btn-toolbar:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before {
    content: " ";
    display: table
}

.btn-toolbar:after,.form-horizontal .form-group:after {
    clear: both
}

@media (min-width: 801px) {
    .form-horizontal .control-label {
        text-align:right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width: 801px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top:11px;
        font-size: 18px
    }

    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    line-height: 1.42857;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus,.btn:focus,.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,.btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled,fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default.active,.btn-default:active,.btn-default:hover,.open>.btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:hover,.open>.btn-default.dropdown-toggle.focus,.open>.btn-default.dropdown-toggle:focus,.open>.btn-default.dropdown-toggle:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.active,.btn-default:active,.open>.btn-default.dropdown-toggle {
    background-image: none
}

.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary.active,.btn-primary:active,.btn-primary:hover,.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:hover,.open>.btn-primary.dropdown-toggle.focus,.open>.btn-primary.dropdown-toggle:focus,.open>.btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary.active,.btn-primary:active,.open>.btn-primary.dropdown-toggle {
    background-image: none
}

.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.focus,.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success.active,.btn-success:active,.btn-success:hover,.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.btn-success.dropdown-toggle.focus,.open>.btn-success.dropdown-toggle:focus,.open>.btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.active,.btn-success:active,.open>.btn-success.dropdown-toggle {
    background-image: none
}

.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info.focus,.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info.active,.btn-info:active,.btn-info:hover,.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.btn-info.dropdown-toggle.focus,.open>.btn-info.dropdown-toggle:focus,.open>.btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.active,.btn-info:active,.open>.btn-info.dropdown-toggle {
    background-image: none
}

.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.focus,.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning.active,.btn-warning:active,.btn-warning:hover,.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.btn-warning.dropdown-toggle.focus,.open>.btn-warning.dropdown-toggle:focus,.open>.btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.active,.btn-warning:active,.open>.btn-warning.dropdown-toggle {
    background-image: none
}

.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.focus,.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger.active,.btn-danger:active,.btn-danger:hover,.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.btn-danger.dropdown-toggle.focus,.open>.btn-danger.dropdown-toggle:focus,.open>.btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.active,.btn-danger:active,.open>.btn-danger.dropdown-toggle {
    background-image: none
}

.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #337ab7;
    font-weight: 400;
    border-radius: 0
}

.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,.btn-link:hover {
    color: #5009b5;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-group-lg>.btn,.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px
}

.btn-group-sm>.btn,.btn-group-xs>.btn,.btn-sm,.btn-xs {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs>.btn,.btn-xs {
    padding: 1px 5px
}

.btn-block {
    display: block;
    width: 100%
}

.alert>p+p,.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height,visibility;
    transition-property: height,visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9 ;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown,.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7
}

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9 ;
    content: ""
}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 801px) {
    .navbar-right .dropdown-menu {
        right:0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group,.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group>.btn {
    float: left
}

.btn-group-vertical>.btn,.btn-group>.btn {
    position: relative
}

.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: 2
}

.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group-lg.btn-group>.btn+.dropdown-toggle,.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-group-lg>.btn .caret,.btn-lg .caret {
    border-width: 5px 5px 0
}

.dropup .btn-group-lg>.btn .caret,.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn {
    display: block;
    width: 100%;
    max-width: 100%;
    float: none
}

.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.nav:after,.nav:before {
    content: " ";
    display: table
}

.btn-group-vertical>.btn-group:after,.nav:after {
    clear: both
}

.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn,.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified,.input-group {
    display: table;
    border-collapse: separate
}

.btn-group-justified {
    width: 100%;
    table-layout: fixed
}

.btn-group-justified>.btn,.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

.input-group {
    position: relative
}

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control,.input-group input[type=email]:not(.ant-text-input),.input-group input[type=password]:not(.ant-text-input),.input-group input[type=text]:not(.ant-text-input),.input-group select,.input-group textarea {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus,.input-group input[type=email]:focus:not(.ant-text-input),.input-group input[type=password]:focus:not(.ant-text-input),.input-group input[type=text]:focus:not(.ant-text-input),.input-group select:focus,.input-group textarea:focus {
    z-index: 3
}

.input-group .form-control,.input-group input[type=email]:not(.ant-text-input),.input-group input[type=password]:not(.ant-text-input),.input-group input[type=text]:not(.ant-text-input),.input-group select,.input-group textarea,.input-group-addon,.input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),.input-group input[type=email]:not(:first-child):not(:last-child):not(.ant-text-input),.input-group input[type=password]:not(:first-child):not(:last-child):not(.ant-text-input),.input-group input[type=text]:not(:first-child):not(:last-child):not(.ant-text-input),.input-group select:not(:first-child):not(:last-child),.input-group textarea:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon {
    white-space: nowrap
}

.input-group-addon,.input-group-btn {
    width: 1%;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.ingeniorx-wrapper .mbr-top-of-page-wrapper .ant-navigation-wrapper ul ul.ant-menu-column,.input-group-addon input[type=checkbox],.input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:first-child,.input-group input[type=email]:first-child:not(.ant-text-input),.input-group input[type=password]:first-child:not(.ant-text-input),.input-group input[type=text]:first-child:not(.ant-text-input),.input-group select:first-child,.input-group textarea:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,.input-group input[type=email]:last-child:not(.ant-text-input),.input-group input[type=password]:last-child:not(.ant-text-input),.input-group input[type=text]:last-child:not(.ant-text-input),.input-group select:last-child,.input-group textarea:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    font-size: 0;
    white-space: nowrap
}

.input-group-btn,.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover {
    z-index: 2
}

.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav>li,.nav>li>a {
    position: relative;
    display: block
}

.nav>li>a {
    padding: 10px 15px
}

.nav>li>a:focus,.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:focus,.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,.nav .open>a:focus,.nav .open>a:hover {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #337ab7
}

.nav-justified>li,.nav-stacked>li,.nav-tabs.nav-justified>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified,.nav-tabs.nav-justified {
    width: 100%
}

.nav-justified>li>a,.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 801px) {
    .nav-justified>li,.nav-tabs.nav-justified>li {
        display:table-cell;
        width: 1%
    }

    .nav-justified>li>a,.nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified,.nav-tabs.nav-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width: 801px) {
    .nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a {
        border-bottom:1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.navbar-brand>img,.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

.navbar:after,.navbar:before {
    content: " ";
    display: table
}

.navbar:after {
    clear: both
}

@media (min-width: 801px) {
    .navbar {
        border-radius:4px
    }
}

.navbar-header:after,.navbar-header:before {
    content: " ";
    display: table
}

.navbar-header:after {
    clear: both
}

@media (min-width: 801px) {
    .navbar-header {
        float:left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse:after,.navbar-collapse:before {
    content: " ";
    display: table
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 801px) {
    .navbar-collapse {
        width:auto;
        border-top: 0;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width: 480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse {
        max-height:200px
    }
}

.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 801px) {
    .container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header {
        margin-right:0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 801px) {
    .navbar-static-top {
        border-radius:0
    }
}

.navbar-fixed-bottom,.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width: 801px) {
    .navbar-fixed-bottom,.navbar-fixed-top {
        border-radius:0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}

.navbar-brand:focus,.navbar-brand:hover {
    text-decoration: none
}

@media (min-width: 801px) {
    .navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand {
        margin-left:-15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width: 801px) {
    .navbar-toggle {
        display:none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width: 800px) {
    .navbar-nav .open .dropdown-menu {
        position:static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media (min-width: 801px) {
    .navbar-nav {
        float:left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    margin: 8px -15px
}

@media (min-width: 801px) {
    .navbar-form .form-group {
        display:inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control,.navbar-form input[type=email]:not(.ant-text-input),.navbar-form input[type=password]:not(.ant-text-input),.navbar-form input[type=text]:not(.ant-text-input),.navbar-form select,.navbar-form textarea {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group input[type=email]:not(.ant-text-input),.navbar-form .input-group input[type=password]:not(.ant-text-input),.navbar-form .input-group input[type=text]:not(.ant-text-input),.navbar-form .input-group select,.navbar-form .input-group textarea {
        width: auto
    }

    .navbar-form .input-group>.form-control,.navbar-form .input-group>input[type=email]:not(.ant-text-input),.navbar-form .input-group>input[type=password]:not(.ant-text-input),.navbar-form .input-group>input[type=text]:not(.ant-text-input),.navbar-form .input-group>select,.navbar-form .input-group>textarea {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox,.navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox label,.navbar-form .radio label {
        padding-left: 0
    }

    .navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width: 800px) {
    .navbar-form .form-group {
        margin-bottom:5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 801px) {
    .navbar-form {
        width:auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.btn-group-sm>.navbar-btn.btn,.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.btn-group-xs>.navbar-btn.btn,.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width: 801px) {
    .navbar-text {
        float:left;
        margin-left: 15px;
        margin-right: 15px
    }

    .navbar-left {
        float: left!important
    }

    .navbar-right {
        float: right!important;
        margin-right: -15px
    }

    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand,.navbar-default .navbar-nav>li>a,.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover {
    color: #555
}

.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover {
    color: #555
}

@media (max-width: 800px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color:#777
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .btn-link,.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover,a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading {
    color: #333
}

.navbar-default .btn-link:focus,.navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909
}

.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav>li>a,.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #090909
}

.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #090909;
    color: #fff
}

@media (max-width: 800px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color:#090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .btn-link,.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li,.pagination {
    display: inline-block
}

.breadcrumb>li+li:before {
    content: "/ ";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pager li,.pagination>li {
    display: inline
}

.pagination>li>a,.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default
}

.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg>li>a,.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm>li>a,.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

.pager:after,.pager:before {
    content: " ";
    display: table
}

.pager:after {
    clear: both
}

.pager li>a,.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:focus,.pager li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,.pager .next>span {
    float: right
}

.pager .previous>a,.pager .previous>span {
    float: left
}

.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

a.badge:focus,a.badge:hover,a.label:focus,a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #777
}

.label-default[href]:focus,.label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:focus,.label-primary[href]:hover {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus,.label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus,.label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus,.label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus,.label-danger[href]:hover {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs>.btn .badge,.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

.list-group-item.active>.badge,.nav-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    background-color: #eee
}

.jumbotron,.jumbotron .h1,.jumbotron h1,a.list-group-item-danger .list-group-item-heading,a.list-group-item-info .list-group-item-heading,a.list-group-item-success .list-group-item-heading,a.list-group-item-warning .list-group-item-heading,button.list-group-item-danger .list-group-item-heading,button.list-group-item-info .list-group-item-heading,button.list-group-item-success .list-group-item-heading,button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,.container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px
}

.jumbotron .container,img {
    max-width: 100%
}

@media screen and (min-width: 801px) {
    .jumbotron {
        padding-top:48px;
        padding-bottom: 48px
    }

    .container .jumbotron,.container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }

    .jumbotron .h1,.jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail a>img,.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover {
    border-color: #337ab7
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,.alert>ul {
    margin-bottom: 0
}

.alert-dismissable,.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped,.progress-striped .progress-bar {
    background-image: -webkit-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-image: -o-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-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: 40px 40px
}

.progress-bar.active,.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-danger,.progress-striped .progress-bar-info,.progress-striped .progress-bar-success,.progress-striped .progress-bar-warning {
    background-image: -webkit-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-image: -o-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-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)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-bar-danger {
    background-color: #d9534f
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,.media-body {
    zoom:1;overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,.media>.pull-right {
    padding-left: 10px
}

.media-left,.media>.pull-left {
    padding-right: 10px
}

.media-body,.media-left,.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item,button.list-group-item {
    color: #555
}

a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small {
    color: inherit
}

.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05)
}

.panel-body {
    padding: 15px
}

.panel-body:after,.panel-body:before {
    content: " ";
    display: table
}

.panel-body:after {
    clear: both
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle,.panel-title,.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group,.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel>.table-responsive:first-child>.table:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body,.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table-bordered,.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group .panel {
    margin-bottom: 0
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default,.well blockquote {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}

.well blockquote {
    border-color: rgba(0,0,0,.15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:focus,.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal,.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header:after,.modal-header:before {
    content: " ";
    display: table
}

.modal-header:after {
    clear: both
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:after,.modal-footer:before {
    content: " ";
    display: table
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 801px) {
    .modal-dialog {
        width:600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 1024px) {
    .modal-lg {
        width:900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow,.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px
}

.tooltip.top-right .tooltip-arrow {
    left: 5px
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2)
}

.popover.top {
    margin-top: -10px
}

.ant-menu-visible .ingeniorx-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-main-nav ul li ul.menu-contents li ul.ant-menu-column,.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    bottom: -11px
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25)
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
    top: -11px
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25)
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.carousel,.carousel-inner {
    position: relative
}

.carousel-inner {
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,.carousel-inner>.item>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -moz-transition: -moz-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner>.item.active.right,.carousel-inner>.item.next {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        left: 0
    }

    .carousel-inner>.item.active.left,.carousel-inner>.item.prev {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        left: 0
    }

    .carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        left: 0
    }
}

.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active,.carousel-inner>.next.left,.carousel-inner>.prev.right {
    left: 0
}

.carousel-control,.carousel-inner>.next,.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.active.left,.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: transparent
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1)
}

.carousel-control:focus,.carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block
}

.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: "‹"
}

.carousel-control .icon-next:before {
    content: "›"
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9 ;
    background-color: transparent
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width: 801px) {
    .carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
        width:30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:after,.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none!important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-xxs,.visible-xxs-block,.visible-xxs-inline,.visible-xxs-inline-block {
    display: none!important
}

@media (max-width: 479px) {
    .visible-xxs,.visible-xxs-block {
        display:block!important
    }

    table.visible-xxs {
        display: table!important
    }

    tr.visible-xxs {
        display: table-row!important
    }

    td.visible-xxs,th.visible-xxs {
        display: table-cell!important
    }

    .visible-xxs-inline {
        display: inline!important
    }

    .visible-xxs-inline-block {
        display: inline-block!important
    }
}

@media (min-width: 480px) and (max-width:800px) {
    .visible-xs {
        display:block!important
    }

    table.visible-xs {
        display: table!important
    }

    tr.visible-xs {
        display: table-row!important
    }

    td.visible-xs,th.visible-xs {
        display: table-cell!important
    }
}

@media (max-width: 800px) {
    .visible-xs-block {
        display:block!important
    }

    .visible-xs-inline {
        display: inline!important
    }

    .visible-xs-inline-block {
        display: inline-block!important
    }
}

@media (min-width: 801px) and (max-width:1023px) {
    .visible-sm,.visible-sm-block {
        display:block!important
    }

    table.visible-sm {
        display: table!important
    }

    tr.visible-sm {
        display: table-row!important
    }

    td.visible-sm,th.visible-sm {
        display: table-cell!important
    }

    .visible-sm-inline {
        display: inline!important
    }

    .visible-sm-inline-block {
        display: inline-block!important
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    .visible-md,.visible-md-block {
        display:block!important
    }

    table.visible-md {
        display: table!important
    }

    tr.visible-md {
        display: table-row!important
    }

    td.visible-md,th.visible-md {
        display: table-cell!important
    }

    .visible-md-inline {
        display: inline!important
    }

    .visible-md-inline-block {
        display: inline-block!important
    }
}

@media (min-width: 1200px) {
    .visible-lg,.visible-lg-block {
        display:block!important
    }

    table.visible-lg {
        display: table!important
    }

    tr.visible-lg {
        display: table-row!important
    }

    td.visible-lg,th.visible-lg {
        display: table-cell!important
    }

    .visible-lg-inline {
        display: inline!important
    }

    .visible-lg-inline-block {
        display: inline-block!important
    }
}

@media (max-width: 479px) {
    .hidden-xxs {
        display:none!important
    }
}

@media (min-width: 480px) and (max-width:800px) {
    .hidden-xs {
        display:none!important
    }
}

@media (min-width: 801px) and (max-width:1023px) {
    .hidden-sm {
        display:none!important
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    .hidden-md {
        display:none!important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display:none!important
    }
}

.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }

    table.visible-print {
        display: table!important
    }

    tr.visible-print {
        display: table-row!important
    }

    td.visible-print,th.visible-print {
        display: table-cell!important
    }
}

.visible-print-block {
    display: none!important
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

.visible-print-inline {
    display: none!important
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

.visible-print-inline-block {
    display: none!important
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }

    .hidden-print {
        display: none!important
    }
}

.definition-list dd,.headline {
    margin-bottom: 60px
}

.headline-half {
    margin-bottom: 30px
}

.headline-top {
    margin-top: 60px
}

.headline-half-top {
    margin-top: 30px
}

.headline-underline:after {
    background-color: #41c0b8;
    content: "";
    display: block;
    height: 4px;
    margin: 30px auto 60px;
    position: relative;
    width: 0;
    transition: 1500ms cubic-bezier(.87,-.41,.19,1.44)
}

.headline-underline.animate:after {
    width: 108px
}

.headline-underline-full {
    margin-top: 60px
}

.headline-underline-full:after {
    background-color: #0079c2;
    content: "";
    display: block;
    height: 4px;
    margin-top: 30px;
    position: relative;
    width: 100%
}

.block {
    display: block
}

ul.ant-list-1,ul.ant-list-2 {
    text-align: left;
    line-height: 1.8
}

ul.ant-list-1 li,ul.ant-list-2 li {
    margin: 0 0 20px 10px
}

@media screen and (min-width: 801px) {
    ul.ant-list-1 li:nth-last-of-type(1),ul.ant-list-2 li:nth-last-of-type(1) {
        margin:0 0 0 10px
    }
}

@media screen and (max-width: 800px) {
    ul.ant-list-1 li:nth-last-of-type(1) {
        margin:0 0 10px 10px
    }
}

ul.link-list-1,ul.link-list-2 {
    list-style: none;
    margin: 0;
    padding: 0
}

ul.link-list-1 li {
    margin-bottom: 30px
}

.block-gray img,.content-container.newsContainer fieldset.pfSelect,.discount-subsidy-results strong,.links-toc link,.tab-carousel .tab-wrapper div.tab-body p,ul.link-list-2 li {
    margin-bottom: 20px
}

.links-toc a {
    margin-bottom: 15px
}

.form-step .edit,.highlight {
    color: #fe5e3c
}

.highlight-blue,.masthead .page-breadcrumb.breadcrumb-blue:hover a,.masthead .page-breadcrumb.breadcrumb-blue:hover:after {
    color: #00609a
}

.highlight-error {
    color: #c03;
    font-weight: 400
}

.highlight-yes {
    color: #099b92
}

.highlight-yes:before {
    content: "\e084";
    margin-right: 20px
}

.highlight-no {
    color: #e5270a
}

.highlight-no:before {
    content: "\e083";
    margin-right: 20px
}

.border-box {
    border: 2px solid #666;
    margin: 60px 0;
    padding: 30px
}

@media (max-width: 479px) {
    .border-box {
        text-align:left
    }
}

.block-gray {
    background-color: #eee;
    padding: 30px;
    width: 100%;
    text-align: center;
    min-height: 270px;
    margin-bottom: 30px
}

@media (min-width: 480px) and (max-width:800px) {
    .block-gray {
        min-height:368px
    }
}

.block-blue {
    background: #0079c2;
    height: 200px;
    width: 100%;
    text-align: center;
    margin-bottom: 30px
}

.block-blue:hover {
    background: #00609a
}

.block-blue a {
    display: flex;
    width: 100%;
    height: 100%;
    color: #fff;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 40px 10px
}

.block-blue a:hover {
    color: #fff;
    text-decoration: none
}

.block-blue a .h5 {
    margin-top: -23px
}

.block-blue a .h6 {
    position: absolute;
    bottom: 23px;
    left: 0;
    width: 100%;
    text-align: center
}

.block-blue a .h6:after {
    content: "FAQs";
    position: relative;
    left: 5px
}

.support-faqs p,.support-faqs span {
    margin: 20px 0!important;
    display: block
}

@media (max-width: 479px) {
    .support-faqs .button-group {
        flex-direction:column
    }
}

@media (max-width: 800px) {
    .support-faqs .button-group {
        flex-direction:row
    }
}

@media (min-width: 480px) and (max-width:800px) {
    .support-faqs .button-group {
        width:100%;
        display: block
    }

    .support-faqs .button-group .btn {
        width: 180px;
        float: left;
        margin-right: 10px
    }
}

.disclaimer-copy {
    background: #006ebb;
    color: #fff;
    padding: 60px 0;
    font-weight: 300
}

.disclaimer-copy hr {
    border-color: #fff
}

.disclaimer-copy ol {
    font-size: 16px;
    margin: 30px 0 0;
    padding-left: 20px
}

.disclaimer-copy li {
    margin-bottom: 10px;
    padding-left: 10px
}

.btn+a {
    display: block;
    margin-top: 30px
}

.discount-subsidy-form label,.nowrap-mobile {
    white-space: nowrap
}

.desktop-center {
    text-align: center
}

@media (max-width: 800px) {
    .desktop-center {
        text-align:left
    }
}

.checklist,.checklist-green {
    list-style: none;
    margin-left: 10px
}

.checklist li,.checklist-green li {
    position: relative;
    padding: 0 40px 20px 0
}

.checklist li:before,.checklist-green li:before {
    content: "\e084";
    color: #0079c2;
    font-size: 22px;
    position: absolute!important;
    left: -30px
}

.checklist li ul li,.checklist-green li ul li {
    list-style-type: disc;
    margin-left: 25px;
    padding-bottom: 0
}

.checklist-green li:before {
    color: #02958d
}

@media (min-width: 801px) {
    .middle-column-helper {
        padding:0 15px
    }
}

.show-mobile {
    display: none
}

@media (max-width: 800px) {
    .show-mobile {
        display:block
    }
}

.show-desktop {
    display: none
}

@media (min-width: 801px) {
    .show-desktop {
        display:block
    }
}

.glyphicon-print {
    color: #fe5e3c;
    font-size: 26px
}

.black {
    background: #000
}

.green {
    background: green
}

.red {
    background: red
}

.white {
    background: #fff
}

@media (max-width: 479px) {
    body {
        font-size:16px
    }
}

.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav.menu-options a:hover,.state-link {
    position: relative
}

.state-link:before {
    font-size: 16px;
    padding-right: 8px;
    content: "\e062";
    color: #fff
}

h1,h2,h3,h4,h5,h6 {
    margin: 0
}

.h1,h1 {
    font-size: 48px;
    font-weight: 300
}

@media (max-width: 479px) {
    .h1,h1 {
        font-size:28px
    }
}

.h2,h2 {
    font-size: 40px;
    font-weight: 300
}

@media (max-width: 479px) {
    .h2,h2 {
        font-size:28px
    }
}

.h3,h3 {
    font-size: 36px;
    font-weight: 300
}

@media (max-width: 479px) {
    .h3,h3 {
        font-size:28px
    }
}

.h4,h4 {
    font-size: 32px;
    font-weight: 400
}

@media (max-width: 479px) {
    .h4,h4 {
        font-size:28px
    }
}

.h5,h5 {
    font-size: 26px;
    font-weight: 400
}

@media (max-width: 479px) {
    .h5,h5 {
        font-size:28px
    }
}

.h6,h6 {
    font-size: 16px;
    font-weight: 400
}

@media (max-width: 479px) {
    .h6,h6 {
        font-size:16px
    }
}

strong {
    font-weight: 600
}

ul {
    padding-left: 20px;
    margin-bottom: 40px
}

.col-xxs-1,.col-xxs-10,.col-xxs-11,.col-xxs-12,.col-xxs-2,.col-xxs-3,.col-xxs-4,.col-xxs-5,.col-xxs-6,.col-xxs-7,.col-xxs-8,.col-xxs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.carousel .carousel-control span.left:before,.carousel .carousel-control span.right:before,.error li:before,.glyphicon,.panel-group .panel-heading a:before {
    position: relative;
    top: 1px;
    font-weight: 400
}

.medicare-quiz-container header .back-arrow:after {
    top: 1px;
    font-weight: 400
}

.featured-carousel .arrows-section .carousel-actions:before,.plan-carousel .plan-header .carousel-actions:before {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.footer-links .blocked-link-list ul ul li:after,.state-modal .states li a:after {
    font-weight: 400
}

.carousel .carousel-control span.left:before,.carousel .carousel-control span.right:before,.error li:before,.footer-links .blocked-link-list ul ul li:after,.glyphicon,.masthead .page-breadcrumb:after,.medicare-quiz-container header .back-arrow:after,.panel-group .panel-heading a:before,.state-modal .states li a:after,a.prev-link:before {
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a.prev-link:before {
    position: relative;
    top: 1px;
    font-weight: 400
}

a.link:after {
    font-size: 16px;
    content: "\e258";
    padding-left: 2px;
    color: #fe5e3c;
    width: 0;
    top: 2px
}

.highlight-no:before,.highlight-yes:before,a.link:after {
    position: relative
}

.checklist li:before,.checklist-green li:before,.highlight-no:before,.highlight-yes:before,.state-link:before,a.link:after {
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.checklist li:before,.checklist-green li:before,.highlight-no:before,.highlight-yes:before,.state-link:before {
    top: 1px
}

.state-link:before {
    position: relative
}

.heading-prefix {
    font-size: 1rem;
    display: block;
    font-weight: 400
}

a:hover {
    color: #00609a;
    text-decoration: none
}

a.underline {
    text-decoration: underline;
    border: 0
}

a.link {
    border: 0
}

a.link,a.link:hover,a.white-text {
    text-decoration: none
}

a.link.highlight-white,a.link.highlight-white:after,a.link.white-text,a.link.white-text:after {
    color: #fff
}

@media (min-width: 1024px) {
    a.link:after {
        padding-left:4px
    }
}

a.prev-link:before {
    font-size: 16px;
    content: "\e257";
    padding-right: 8px;
    color: #fe5e3c
}

a.white-text {
    background: 0 0;
    color: #fff
}

.back-to-top-dir:focus>.fa.black,.back-to-top-dir:hover>.fa.black {
    color: #00609a;
    background: 0 0
}

.back-to-top-dir .fa.black {
    color: #fff;
    transition: all .2s ease-in-out 0s;
    background: 0 0
}

.shop-plans-btn {
    display: block;
    max-width: 200px;
    margin: 40px 0
}

.ant-app-promo.media {
    margin: 0 0 0 50px
}

@media (max-width: 479px) {
    .ant-app-promo.media {
        margin:20px 50px
    }
}

#footerBtnDdl .dropdown-menu {
    overflow: auto;
    max-height: 300px
}

.eyebrow-title {
    padding-top: 20px
}

.chevronLeft::before,.chevronRight::before {
    top: -8px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left-color: gray;
    border-width: 10px 20px
}

.chevronLeft::before {
    left: 69px
}

.chevronRight::before {
    right: -40px;
    z-index: 1
}

.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav li .menu-contents,.rodLeft,.rodRight {
    display: none
}

@media screen and (min-width: 801px) {
    .rodLeft,.rodRight {
        display:block;
        position: absolute;
        height: 0;
        border-bottom: 4px solid gray;
        width: 70px;
        top: 50px
    }

    .rodLeft {
        left: -50px
    }

    .rodRight {
        right: -35px
    }
}

@media screen and (min-width: 1024px) {
    .chevronLeft::before {
        left:104px
    }

    .chevronRight::right {
        right: -40px
    }

    .rodLeft {
        width: 110px;
        left: -69px
    }

    .rodRight {
        width: 103px;
        right: -50px
    }
}

.mbr-bottom-of-page #footerBtnDdl .btn {
    font-weight: 300;
    font-size: 1rem
}

.mbr-bottom-of-page #footerBtnDdl .psLabel.amharic,.mbr-bottom-of-page #footerBtnDdl .psLabel.burmese {
    background-image: url(../images/alt_languages.png)
}

.social-media-headline {
    margin-bottom: 40px;
    margin-top: 100px
}

@media (min-width: 801px) {
    .social-media-headline {
        margin-bottom:60px;
        margin-top: 120px
    }
}

.masthead-wrapper .news-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    background: linear-gradient(to bottom,rgba(0,121,194,.75) 0,rgba(0,121,194,.85) 25%,rgba(0,121,194,.95) 50%,rgba(0,121,194,.99) 75%,#0079c2 100%)
}

.masthead-wrapper .news-container a {
    margin: 15px 0 15px 60px
}

@media (max-width: 800px) {
    .masthead-wrapper .news-container a {
        margin:15px 0
    }
}

.masthead-wrapper .news-container a,.masthead-wrapper .news-container p {
    display: block;
    line-height: 1
}

.masthead-wrapper .news-container ul {
    position: relative;
    height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 70vw;
    margin: 15px 0 15px 15vw
}

@media (min-width: 801px) {
    .masthead-wrapper .news-container ul {
        width:100%;
        margin: 15px 0
    }
}

.masthead-wrapper .news-container strong {
    position: absolute;
    top: 15px
}

.masthead-wrapper .news-container li {
    position: absolute;
    top: -15px
}

@media (max-width: 800px) {
    .masthead-wrapper .news-container li {
        left:120%;
        margin-left: 200vw;
        transition: left 7s linear
    }

    .masthead-wrapper .news-container li.active {
        left: -185%;
        margin-left: 0;
        opacity: 1
    }
}

@media (min-width: 801px) {
    .masthead-wrapper .news-container li {
        left:60px;
        opacity: 1
    }

    .masthead-wrapper .news-container li.active {
        animation: fadeInOut 7s;
        opacity: 1
    }
}

.masthead-wrapper .news-container a {
    float: right;
    color: #fff
}

@media screen and (min-width: 480px) {
    .masthead-wrapper .news-container ul {
        height:29px
    }

    .masthead-wrapper .news-container li {
        top: -11px;
        opacity: 0
    }
}

.article-social-icons a,.prev-link {
    border: 0
}

.anchorPt a {
    display: block;
    position: relative;
    top: -70px;
    visibility: hidden
}

@media (min-width: 1024px) {
    .anchorPt a {
        top:-90px
    }
}

.main-header {
    text-align: center;
    position: fixed;
    z-index: 9;
    width: 100%;
    top: 0;
    height: 81px;
    background: #fff url(../images/ui/header-mobile.jpg) no-repeat top center
}

@media (min-width: 480px) {
    .main-header {
        background:#fff url(../images/ui/header-tablet.jpg) no-repeat top center
    }
}

@media (min-width: 801px) {
    .main-header {
        background:#fff url(../images/ui/header.jpg) no-repeat top center
    }
}

.main-header a {
    display: block;
    height: 100%
}

.main-footer {
    height: 420px
}

.ant-application-footer {
    padding-bottom: 30px;
    padding-top: 30px
}

.footer-description {
    padding-bottom: 20px;
    text-align: center
}

@media screen and (min-width: 801px) {
    .footer-description {
        padding-bottom:0;
        text-align: left
    }
}

.footer-actions,.masthead header {
    text-align: center
}

@media screen and (min-width: 801px) {
    .footer-actions {
        text-align:right
    }
}

.ant-full-bkg,.masthead {
    background-repeat: no-repeat;
    background-size: cover
}

.masthead {
    position: relative;
    background-position: top center
}

@media (max-width: 479px) {
    .masthead.black-text {
        background-position:top right
    }

    .masthead.black-text header {
        background-color: rgba(255,255,255,.4)
    }
}

.masthead header {
    align-items: center;
    display: flex;
    justify-content: center;
    color: #fff;
    padding-bottom: 6rem
}

@media (min-width: 801px) {
    .masthead header {
        padding-bottom:10rem
    }
}

.masthead.black-text header {
    color: #333
}

.masthead.black-text .headline-underline:after {
    margin-bottom: 0;
    background: #06a59d
}

.masthead.no-header {
    padding-top: 120px
}

.masthead .headline-underline:after {
    margin-bottom: 0;
    background: #fff
}

.masthead .page-breadcrumb {
    position: relative;
    top: 2.75vh;
    left: 52px;
    line-height: 1.2;
    cursor: pointer;
    font-weight: 400
}

@media (max-width: 800px) {
    .masthead .page-breadcrumb {
        top:1.75vh;
        left: 25px
    }
}

@media (min-width: 1024px) {
    .masthead .page-breadcrumb {
        padding-bottom:20px;
        position: absolute;
        left: 50%;
        transform: translateX(-87.8%);
        width: 512px;
        z-index: 10
    }
}

@media (min-width: 1200px) {
    .masthead .page-breadcrumb {
        transform:translateX(-94%);
        width: 585px
    }
}

.masthead .page-breadcrumb a {
    color: #fff
}

.masthead .page-breadcrumb:hover:after {
    color: #eee
}

.masthead .page-breadcrumb .h6 {
    font-weight: 400;
    display: block;
    margin-top: 2px
}

@media (max-width: 479px) {
    .masthead .page-breadcrumb .h6 {
        font-size:14px
    }
}

@media (min-width: 480px) {
    .masthead .page-breadcrumb .h6 {
        font-size:18px;
        margin-top: 6px
    }
}

.masthead .page-breadcrumb:after {
    content: "\e257";
    color: #fff;
    position: absolute;
    left: -42px;
    top: -10px;
    font-size: 18px;
    font-weight: 400
}

@media (max-width: 479px) {
    .masthead .page-breadcrumb:after {
        font-size:14px;
        left: -22px;
        top: 2px
    }
}

@media (min-width: 480px) {
    .masthead .page-breadcrumb:after {
        font-size:18px;
        left: -22px;
        top: 1px
    }
}

@media (min-width: 1024px) {
    .masthead .page-breadcrumb:after {
        top:6px
    }
}

.masthead .page-breadcrumb.breadcrumb-blue a,.masthead .page-breadcrumb.breadcrumb-blue:after {
    color: #0079c2
}

.ant-full-bkg {
    background-position: 60% top;
    border: 0 solid transparent
}

@media screen and (min-width: 801px) {
    .ant-full-bkg {
        background-position:top left;
        border-top: 0
    }
}

@media screen and (max-width: 800px) {
    .ant-full-bkg.bkg-1 {
        background-position:top right;
        border-top: 0
    }

    .ant-full-bkg.bkg-2 {
        background-position: 60% -100px;
        border-top: 0
    }

    .ant-full-bkg.bkg-3 {
        background-position: 80%;
        border-top: 0
    }

    .ant-full-bkg.bkg-4 {
        background-position: 70%;
        border-top: 0;
        padding-top: 140px
    }
}

.ant-masthead-content {
    background-color: #fff;
    margin: 250px 0 30px;
    padding: 10px 15px 1px;
    text-align: center
}

@media screen and (min-width: 801px) {
    .ant-masthead-content {
        margin-bottom:30px;
        margin-top: 30px
    }

    .ant-masthead-content.emp-mast-call {
        margin-bottom: 70px;
        margin-top: 70px
    }
}

.ant-masthead-content-two {
    background-color: #fff;
    margin-bottom: 30px;
    padding-top: 10px;
    text-align: center
}

.ant-masthead-content-border {
    border-top: solid 1px #eee;
    padding: 25px 30px
}

.subhd-thin {
    font-weight: 300
}

a.linkd:hover,a.linkd:link {
    color: #0079c2;
    text-decoration: none;
    border-bottom: none
}

a.linkd:hover {
    color: #00609a
}

.banner-content {
    position: relative;
    line-height: 1.25;
    z-index: 1;
    text-align: center;
    margin-top: 60px;
    padding: 15px 0 0
}

@media screen and (min-width: 801px) {
    .banner-content {
        background:#fff;
        margin-top: 120px;
        padding: 20px 10px
    }

    .banner-content.fixed-margin {
        margin-top: 175px
    }
}

@media screen and (min-width: 1024px) {
    .banner-content {
        margin-top:140px
    }

    .banner-content.fixed-margin {
        margin-top: 190px
    }
}

.banner-content div {
    font-size: 1.35rem;
    font-weight: 500;
    line-height: 26px;
    color: #0079c2;
    padding-bottom: 15px
}

@media screen and (min-width: 480px) {
    .banner-content div {
        padding-bottom:5px
    }
}

.banner-content p {
    font-size: .85rem;
    line-height: 22px;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px
}

@media screen and (min-width: 480px) {
    .banner-content p {
        font-size:.7778rem
    }
}

@media screen and (min-width: 801px) {
    .banner-content p {
        font-size:14px
    }
}

@media screen and (min-width: 1024px) {
    .banner-content p {
        padding-left:15px;
        padding-right: 15px
    }
}

@media screen and (min-width: 801px) {
    .banner-content p a span {
        font-size:16px
    }
}

.banner-content .start-content {
    display: block;
    color: #000;
    padding-top: 10px
}

@media screen and (min-width: 1024px) {
    .banner-content .start-content {
        padding-top:20px
    }
}

.partner-login-content .partner-login-banner {
    background-color: #fff;
    padding: 10px 15px 0;
    margin-top: 10px
}

@media screen and (min-width: 801px) {
    .partner-login-content .partner-login-banner {
        padding:15px 15px 5px
    }
}

.partner-login-content .partner-login-banner h2 {
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    margin: 0
}

.partner-login-content .partner-login-links {
    background: #fff;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 15px
}

.partner-login-content .partner-login-links a {
    font-size: .8rem
}

.state-header {
    margin-top: 62.1761658031px
}

@media (min-width: 801px) {
    .state-header {
        margin-top:100px
    }
}

@media (min-width: 1024px) {
    .state-header {
        margin-top:120px
    }
}

.ant-menu-visible .ingeniorx-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-main-nav ul li ul.menu-contents li a,.state-header .selected-state {
    font-weight: 600
}

.state-header .select-state strong {
    font-weight: 600;
    font-size: 18px;
    display: block
}

@media (min-width: 801px) {
    .state-header .select-state strong {
        line-height:1
    }
}

.state-header .select-state p {
    font-weight: 300;
    margin-bottom: 0;
    font-size: 16px
}

.state-header header {
    align-items: center;
    margin: 30px 0;
    text-align: center
}

@media (min-width: 801px) {
    .state-header header {
        display:flex
    }
}

.state-header .description {
    padding: 0
}

@media (min-width: 801px) {
    .state-header .description {
        text-align:left
    }
}

.state-header .actions {
    padding: 30px 0 0
}

@media (min-width: 801px) {
    .state-header .actions {
        padding:0;
        text-align: right
    }
}

@media screen and (max-width: 800px) {
    .state-modal .modal-dialog {
        margin:0;
        padding: 0
    }
}

.state-modal .modal-content {
    width: auto
}

@media screen and (max-width: 800px) {
    .state-modal .modal-body {
        padding-left:12%;
        padding-right: 12%
    }
}

.state-modal .close {
    background: 0 0;
    opacity: 1;
    border: 0;
    position: static
}

.state-modal .close i {
    font-size: 48px;
    color: #fe5e3c;
    left: -2.3px;
    top: -2px
}

.state-modal .close i:hover {
    color: #e82d05
}

.state-modal .modal-header {
    border: 0
}

.state-modal .modal-header .close {
    margin-right: 0;
    margin-top: 5px;
    max-height: 44px;
    max-width: 45px;
    padding: 0;
    text-shadow: 0 0 0;
    position: static
}

.state-modal .states {
    overflow: hidden;
    padding-left: 0
}

.state-modal .states li {
    list-style: none
}

.state-modal .states li a {
    display: block;
    line-height: 1.3;
    padding: 15px 0;
    position: relative
}

@media (min-width: 801px) {
    .state-modal .states li a {
        width:80%
    }
}

.state-modal .states li a:after {
    content: "\e258";
    color: #fe5e3c;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 42%
}

.ant-anthem-alert.ant-dismissable {
    margin-top: 71px
}

@media (min-width: 801px) {
    .ant-anthem-alert.ant-dismissable {
        margin-top:107px
    }
}

@media (min-width: 1024px) {
    .ant-anthem-alert.ant-dismissable {
        margin-top:127px
    }
}

.cols {
    text-align: left;
    display: table;
    width: 100%
}

.cols:after,.cols:before {
    content: " ";
    display: table
}

.cols:after {
    clear: both
}

.cols .col {
    padding: 0
}

@media (min-width: 801px) {
    .cols .col {
        float:none;
        display: table-cell
    }
}

.cols .col ul {
    margin-bottom: 0
}

@media (min-width: 801px) {
    .cols .col {
        padding-left:30px;
        padding-right: 30px
    }
}

@media (min-width: 480px) and (max-width:800px) {
    .cols .col.force-tablet:first-child {
        padding-right:20px
    }

    .cols .col.force-tablet:first-child.has-border {
        border-right: 1px solid #dcdcdc
    }

    .cols .col.force-tablet:last-child {
        padding-left: 20px
    }
}

.cols.cols3 .col {
    padding-left: 30px;
    padding-right: 30px
}

.cols.cols38 {
    display: block
}

.cols.cols38 .col {
    display: initial;
    float: left
}

.cols.cols38 .col:first-child {
    padding-right: 0
}

@media (max-width: 800px) {
    .cols.cols38 .col:first-child {
        padding-bottom:0
    }
}

.cols.cols38 .col:last-child {
    padding-left: 0
}

@media (max-width: 800px) {
    .cols.cols38 .col:last-child {
        padding-top:0
    }
}

.cols.cols38 .col-border {
    border: 0
}

@media (max-width: 1024px) {
    .cols .small-cols {
        padding-left:0;
        display: block
    }

    .cols .small-cols:first-child {
        margin-bottom: 60px
    }

    .cols .small-cols.col-border {
        padding-bottom: 60px;
        border-right: 0;
        border-bottom: 1px solid #dcdcdc
    }
}

@media (max-width: 479px) {
    .cols .small-cols:first-child {
        margin-bottom:0
    }
}

@media (min-width: 801px) {
    .cols .col:first-child {
        padding-left:0
    }

    .cols .col:last-child {
        padding-right: 0
    }

    .cols .col.featured-news-item:nth-of-type(2) {
        padding: 0 15px
    }
}

@media (max-width: 800px) {
    .cols.has-border .col:first-child {
        padding-bottom:30px
    }

    .cols.has-border .col:last-child {
        padding-top: 30px
    }

    .cols:not(.has-border) .col {
        padding-top: 0;
        padding-bottom: 40px
    }

    .cols:not(.has-border) .col.contd {
        padding-bottom: 0
    }

    .cols:not(.has-border) .col:last-child {
        padding-bottom: 0
    }

    .cols .col-border {
        border-bottom: 1px solid #dcdcdc
    }
}

@media (min-width: 801px) {
    .cols .col-border {
        border-right:1px solid #dcdcdc
    }
}

.cols .h4,.cols h3,.cols h4,.cols h5 {
    margin-bottom: 30px
}

.cols .price {
    margin: -20px 0 40px;
    font-weight: 600;
    display: block
}

.cols .price .month {
    font-size: 18px;
    font-weight: 400
}

.cols .plan-hr {
    margin: 30px auto;
    width: 42%
}

.banner {
    position: relative;
    overflow: hidden;
    height: 220px
}

@media (min-width: 480px) {
    .banner {
        min-height:350px;
        height: 33.5vw
    }
}

@media (min-width: 801px) {
    .banner {
        min-height:475px
    }
}

@media (min-width: 480px) {
    .banner .banner-tall {
        min-height:525px
    }
}

.banner .banner-img {
    transition: all 815ms ease-out;
    transform-origin: center center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 110%;
    height: 100%
}

.banner.animate .banner-img,.featured-carousel .carousel-cols .col img {
    width: 100%
}

.home-banner {
    height: 300px
}

@media (min-width: 480px) {
    .home-banner {
        min-height:500px;
        height: 50vw
    }
}

.definition-list {
    text-align: left;
    margin: 30px 0
}

@media (min-width: 801px) {
    .definition-list {
        margin:60px 0
    }
}

.definition-list dt {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: left
}

.definition-list dd p+ol {
    margin-bottom: 40px
}

.definition-list dfn {
    font-style: normal
}

.definition-list dfn.ant-glossary-letter {
    background-color: #0079c2;
    color: #fff;
    padding: 10px 40px
}

.footer-links {
    padding-top: 10px;
    padding-bottom: 40px
}

.footer-links h4 {
    color: #0f8acb;
    padding-top: 40px
}

.footer-links ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.footer-links li:first-child {
    border-top: 2px solid #dcdcdc
}

.footer-links li {
    padding: 0;
    border-bottom: 2px solid #dcdcdc;
    position: relative
}

@media (min-width: 801px) {
    .footer-links li {
        width:93%
    }
}

.footer-links li:after {
    content: "\e924";
    color: #fe5e3c;
    font-family: "ant-classic-icons";
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.footer-links li a {
    display: block;
    line-height: 1.3;
    padding: 30px 20px 30px 0;
    border: 0;
    color: #666;
    font-weight: 600
}

.footer-links li a small {
    display: block;
    font-weight: 400;
    margin-top: 4px
}

.footer-links li a:focus,.footer-links li a:hover {
    text-decoration: none;
    color: #0079c2
}

.footer-links .blocked-link-list ul {
    font-size: 18px;
    font-weight: 300
}

.footer-links .blocked-link-list ul h4 {
    color: #333;
    padding-top: 40px
}

.footer-links .blocked-link-list ul ul li {
    border-bottom-color: #000;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-size: 18px;
    font-weight: 400;
    list-style: none;
    position: relative;
    text-align: left;
    padding-right: 8%;
    margin-bottom: 6%;
    padding-bottom: 6%
}

.footer-links .blocked-link-list ul li {
    padding: 0;
    border-bottom: 1px solid #000;
    border-top: none;
    border-top-style: none;
    position: relative
}

@media (min-width: 801px) {
    .footer-links .blocked-link-list ul li {
        width:85%
    }
}

.footer-links .blocked-link-list ul ul li:first-child {
    border-top-style: none
}

.footer-links .blocked-link-list ul ul li:last-child {
    border-bottom-style: none
}

.footer-links .blocked-link-list ul ul li:after {
    content: "\e258";
    color: #fe5e3c;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 30%
}

@media only screen and (max-width: 480px) {
    .footer-links .blocked-link-list ul ul li:last-child {
        padding:0;
        border-bottom: 1px solid #000;
        position: relative
    }
}

.footer-links .blocked-link-list .stnd-aln-lnk a {
    text-decoration: none;
    color: #0079c2;
    font-weight: 600
}

.footer-links .blocked-link-list .stnd-aln-lnk a:focus,.footer-links .blocked-link-list .stnd-aln-lnk a:hover {
    text-decoration: none;
    color: #666
}

.mbr-top-of-page-wrapper {
    height: auto;
    box-shadow: none
}

.mbr-top-of-page-wrapper.ant-new-nav-wrapper {
    top: 0
}

.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-logo-wrapper {
    height: 63px
}

@media screen and (min-width: 801px) {
    .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-logo-wrapper {
        height:61px
    }
}

@media screen and (min-width: 1024px) {
    .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-logo-wrapper {
        height:79px
    }
}

.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-logo-wrapper a img {
    margin: 0;
    height: 63px;
    padding: 13px 0;
    max-width: 160px;
    width: 100%
}

@media screen and (min-width: 801px) {
    .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-logo-wrapper a img {
        height:61px;
        padding: 14px 0;
        max-width: 175px
    }
}

@media screen and (min-width: 1024px) {
    .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-logo-wrapper a img {
        height:79px;
        padding: 15px 0;
        max-width: 210px
    }
}

.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-logo-wrapper a.empire-logo {
    position: absolute;
    left: -25px;
    width: 210px
}

@media screen and (min-width: 801px) {
    .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-logo-wrapper a.empire-logo {
        left:-36px
    }
}

.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-logo-wrapper a.abc-logo {
    position: absolute;
    left: -12px;
    width: 210px
}

@media screen and (min-width: 801px) {
    .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-logo-wrapper a.abc-logo {
        left:-16px
    }
}

@media screen and (min-width: 1024px) {
    .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-logo-wrapper a.abc-logo {
        left:-22px
    }
}

.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-logo-wrapper a.unicare-logo {
    position: absolute;
    left: -20px;
    top: -6px
}

@media screen and (min-width: 801px) {
    .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-logo-wrapper a.unicare-logo {
        left:-28px
    }
}

@media screen and (min-width: 1024px) {
    .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-logo-wrapper a.unicare-logo {
        left:-34px
    }
}

.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-logo-wrapper a.unicare-logo img {
    height: 75px
}

@media screen and (min-width: 1024px) {
    .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-logo-wrapper a.unicare-logo img {
        height:90px
    }
}

.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-task-bar-search-content {
    border-bottom: solid 1px #dcdcdc
}

@media screen and (min-width: 801px) {
    .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-task-bar-search-content {
        float:right;
        height: 30px;
        position: relative;
        top: 15px;
        width: 250px
    }
}

@media screen and (min-width: 1024px) {
    .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-task-bar-search-content {
        top:30px
    }
}

.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-task-bar-search-content input {
    border: 0;
    color: #666;
    -webkit-box-shadow: inset 0 0 0 transparent;
    box-shadow: inset 0 0 0 transparent;
    font-size: 14px;
    line-height: 18px;
    position: relative;
    top: -5px;
    left: -10px
}

@media screen and (min-width: 801px) {
    .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-task-bar-search-content input {
        top:-2px
    }
}

.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-task-bar-search-content span.fa {
    color: #666;
    float: right;
    position: relative;
    top: -25px;
    transform: rotateY(180deg)
}

.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-spanish-link a {
    border: 0;
    color: #333;
    font-size: 12px;
    padding: 5px 10px
}

.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav ul li a:hover,.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-spanish-link a:hover {
    color: #0079c2
}

@media screen and (min-width: 1024px) {
    .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-spanish-link a {
        font-size:14px
    }
}

@media screen and (min-width: 801px) {
    .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-spanish-link a:last-of-type {
        margin-left:15px
    }
}

@media screen and (min-width: 1024px) {
    .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-spanish-link a:last-of-type {
        margin-left:25px
    }
}

.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-spanish-link a:first-of-type {
    display: none
}

@media screen and (min-width: 801px) {
    .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-spanish-link a:first-of-type {
        display:inline-block
    }
}

.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-top-wrapper {
    background-color: #fff;
    height: auto
}

@media screen and (min-width: 801px) {
    .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-top-wrapper {
        position:relative;
        z-index: 5
    }
}

.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-top-wrapper .ant-spanish-link {
    margin-top: 22px
}

.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav li.active .menu-contents a:focus,.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-top-wrapper .ant-spanish-link:focus,.mbr-top-of-page-wrapper.ant-new-nav-wrapper a.ant-close-btn:focus {
    outline-color: #fff
}

@media screen and (min-width: 801px) {
    .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-top-wrapper .ant-spanish-link {
        margin-top:5px;
        display: flex;
        padding: 0
    }
}

@media screen and (min-width: 1024px) {
    .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-top-wrapper .ant-spanish-link {
        display:inline
    }
}

.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-top-wrapper .ant-top-nav {
    pointer-events: auto
}

@media screen and (min-width: 801px) {
    .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-top-wrapper .ant-top-nav ul {
        display:flex;
        flex-direction: row;
        justify-content: left
    }
}

.mbr-top-of-page-wrapper.ant-new-nav-wrapper a.ant-close-btn {
    padding: 0;
    float: right;
    border-bottom: none;
    font-size: 35px
}

.mbr-top-of-page-wrapper.ant-new-nav-wrapper a.ant-close-btn:hover {
    background: rgba(255,255,255,.85);
    height: 35px;
    color: #0079c2
}

.mbr-top-of-page-wrapper.ant-new-nav-wrapper a.ant-close-btn:first-of-type {
    display: none
}

@media screen and (min-width: 801px) {
    .mbr-top-of-page-wrapper.ant-new-nav-wrapper a.ant-close-btn:first-of-type {
        display:inline-block;
        position: absolute;
        top: 0;
        right: 10px
    }
}

.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-menu-button {
    margin-top: 12px;
    height: 40px;
    overflow: hidden
}

.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-menu-button .ant-menu-toggle {
    margin: 0;
    display: initial
}

.ingeniorx-wrapper .mbr-top-of-page-wrapper .ant-navigation-wrapper ul ul ul,.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-menu-button .ant-menu-toggle:hover {
    margin: 0
}

.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-menu-button .ant-menu-toggle:focus {
    margin: 0
}

.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-menu-button .ant-menu-toggle .ant-menu-icon,.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-menu-button .ant-menu-toggle .ant-menu-icon:after,.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-menu-button .ant-menu-toggle .ant-menu-icon:before {
    background-color: #333
}

.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav {
    padding-top: 15px
}

@media screen and (min-width: 801px) {
    .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav {
        padding:0
    }
}

.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav.menu-options a {
    padding: 5px 10px;
    margin: 0 -10px
}

.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav.menu-options a:hover:after {
    content: " ";
    border-bottom: solid 2px #0079c2;
    position: absolute;
    bottom: -4px;
    height: 3px;
    width: 100%;
    left: 0;
    transition: width .5s ease
}

@media screen and (min-width: 801px) {
    .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav.menu-options {
        margin-left:-10px
    }
}

@media screen and (min-width: 1024px) {
    .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav.menu-options {
        margin-left:-20px
    }
}

.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav li.active {
    background-color: #0079c2
}

.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav li.active .menu-contents {
    display: block
}

@media screen and (min-width: 801px) {
    .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav li.active .menu-contents {
        width:90%
    }
}

@media screen and (min-width: 1024px) {
    .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav li.active .menu-contents {
        width:75%
    }
}

@media screen and (min-width: 1200px) {
    .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav li.active .menu-contents {
        width:76%
    }
}

@media screen and (min-width: 801px) {
    .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav li.five-col-layout.active .menu-contents {
        width:100%
    }

    .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav li.five-col-layout.active .menu-contents li.ant-nav-col {
        width: 20%;
        margin: 0
    }

    .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav li.five-col-layout.active .menu-contents li.ant-nav-col .ant-menu-title {
        font-size: 16px
    }
}

@media screen and (min-width: 801px) and (min-width:1024px) {
    .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav li.five-col-layout.active .menu-contents li.ant-nav-col .ant-menu-title {
        font-size:18px
    }
}

@media screen and (min-width: 801px) {
    .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav ul {
        margin:0;
        padding: 0
    }
}

.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav ul li {
    display: block;
    padding: 5px 0
}

@media screen and (min-width: 801px) {
    .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav ul li {
        display:inline-block;
        margin: 0;
        padding: 5px 10px 7px
    }
}

@media screen and (min-width: 1024px) {
    .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav ul li {
        margin:0;
        padding: 5px 20px 7px
    }
}

@media screen and (min-width: 801px) {
    .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav ul li:first-of-type {
        margin-left:0
    }

    .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav ul li:last-of-type {
        margin-right: 0
    }
}

.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav ul li a {
    font-size: 16px;
    display: inline-block
}

@media screen and (min-width: 801px) {
    .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav ul li a {
        color:#333;
        border: 0;
        font-size: 12px
    }
}

@media screen and (min-width: 1024px) {
    .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav ul li a {
        font-size:14px
    }
}

@media screen and (min-width: 801px) {
    .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav ul li a:after {
        content:" ";
        width: 0
    }
}

.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav ul li.active>a {
    background-color: #0079c2;
    color: #fff;
    position: relative
}

@media screen and (min-width: 801px) {
    .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-main-nav ul li.active>a:after {
        content:" ";
        border-bottom: solid 2px #fff;
        position: absolute;
        bottom: -4px;
        height: 3px;
        width: 100%;
        left: 0;
        transition: width .5s ease
    }
}

.mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper {
    pointer-events: auto
}

@media screen and (min-width: 801px) {
    .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper {
        height:0;
        position: relative;
        top: 0;
        transition: top 0s;
        -webkit-transition: top 0s;
        z-index: 1;
        max-width: 1200px;
        margin: 0 auto
    }

    .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .container {
        position: relative
    }
}

.ant-main-nav-container {
    max-width: 1200px;
    margin: auto
}

.ant-menu-visible .ingeniorx-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper {
    background-color: transparent;
    height: auto
}

.ant-menu-visible .ingeniorx-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-top-wrapper {
    background-color: #fff!important
}

.ant-menu-visible .ingeniorx-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-logo-wrapper-col {
    display: block;
    visibility: visible
}

.ant-menu-visible .ingeniorx-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-logo-wrapper {
    opacity: 1
}

.ant-menu-visible .ingeniorx-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-task-bar-search-content {
    margin: 0 15px
}

@media screen and (min-width: 801px) {
    .ant-menu-visible .ingeniorx-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-task-bar-search-content {
        margin:0
    }
}

.ant-menu-visible .ingeniorx-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-top-nav {
    background-color: #fff
}

.ant-menu-visible .ingeniorx-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper a .ant-menu-icon {
    background-color: transparent
}

@media screen and (min-width: 801px) {
    .ant-menu-visible .ingeniorx-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper a .ant-menu-icon {
        color:#0079c2
    }
}

.ant-menu-visible .ingeniorx-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper {
    background-color: #fff;
    padding: 15px 0 30px;
    width: 100%;
    height: auto;
    position: fixed;
    max-height: calc(100% - 65px);
    -webkit-overflow-scrolling: touch
}

@media screen and (min-width: 801px) {
    .ant-menu-visible .ingeniorx-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper {
        position:relative;
        background-color: #0079c2;
        top: 0;
        transition: top 0s;
        -webkit-transition: top 0s
    }

    .ant-menu-visible .ingeniorx-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-nav-col {
        width: 25%
    }
}

@media screen and (min-width: 1024px) {
    .ant-menu-visible .ingeniorx-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-nav-col {
        margin-right:39px;
        width: 22%
    }
}

@media screen and (min-width: 1200px) {
    .ant-menu-visible .ingeniorx-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-nav-col {
        margin-right:110px;
        width: 19%
    }
}

@media screen and (min-width: 801px) {
    .ant-menu-visible .ingeniorx-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-nav-col:nth-of-type(2) {
        width:40%
    }
}

@media screen and (min-width: 1024px) {
    .ant-menu-visible .ingeniorx-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-nav-col:nth-of-type(2) {
        margin-right:39px;
        width: 34%
    }
}

@media screen and (min-width: 1200px) {
    .ant-menu-visible .ingeniorx-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-nav-col:nth-of-type(2) {
        margin-right:85px;
        width: 31%
    }
}

@media screen and (min-width: 801px) {
    .ant-menu-visible .ingeniorx-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-nav-col:last-of-type {
        width:35%
    }
}

@media screen and (min-width: 1024px) {
    .ant-menu-visible .ingeniorx-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-nav-col:last-of-type {
        margin:0;
        width: 33%
    }
}

@media screen and (min-width: 1200px) {
    .ant-menu-visible .ingeniorx-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-nav-col:last-of-type {
        margin:0;
        width: 28%
    }
}

.ant-menu-visible .ingeniorx-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-nav-col.ant-menu-expanded ul {
    padding-bottom: 0
}

@media screen and (min-width: 801px) {
    .ant-menu-visible .ingeniorx-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-main-nav ul li {
        display:block;
        padding: 0
    }
}

.ant-menu-visible .ingeniorx-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-main-nav ul li a {
    border: 0;
    color: #333
}

@media screen and (min-width: 801px) {
    .ant-menu-visible .ingeniorx-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-main-nav ul li a:hover {
        color:#0079c2
    }
}

.ant-menu-visible .ingeniorx-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-main-nav ul li a span.fa {
    color: #333;
    transition: transform .5s;
    -webkit-transition: transform .5s
}

.ant-menu-visible .ingeniorx-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-main-nav ul li.active a,.ant-menu-visible .ingeniorx-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-main-nav ul li.active a span.fa {
    color: #fff
}

.ant-menu-visible .ingeniorx-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-main-nav ul li.active.ant-menu-expanded>a span.fa {
    transform: rotateX(180deg);
    transition: transform .5s;
    -webkit-transition: transform .5s
}

.ant-menu-visible .ingeniorx-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-main-nav ul li ul.menu-contents li.ant-landing-link {
    border-bottom: solid 1px rgba(255,255,255,.8);
    margin: 0 15px
}

@media screen and (min-width: 801px) {
    .ant-menu-visible .ingeniorx-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-main-nav ul li ul.menu-contents li.ant-landing-link {
        margin-bottom:30px
    }
}

.ant-menu-visible .ingeniorx-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-main-nav ul li ul.menu-contents li.ant-landing-link a {
    border: 0;
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0
}

@media screen and (min-width: 801px) {
    .ant-menu-visible .ingeniorx-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-main-nav ul li ul.menu-contents li.ant-landing-link a {
        display:inline-block;
        font-size: 14px;
        padding: 5px 15px;
        margin-bottom: 10px;
        margin-left: -15px
    }

    .ant-menu-visible .ingeniorx-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-main-nav ul li ul.menu-contents li.ant-landing-link a:hover {
        background-color: rgba(255,255,255,.85);
        color: #0079c2
    }
}

.ant-menu-visible .ingeniorx-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-main-nav ul li ul.menu-contents li.ant-menu-expanded a span.fa {
    transform: rotateX(180deg)
}

.ant-menu-visible .ingeniorx-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-main-nav ul li ul.menu-contents li a span.fa {
    transform: rotateX(0deg);
    transition: transform .5s;
    -webkit-transition: transform .5s
}

@media screen and (min-width: 801px) {
    .ant-menu-visible .ingeniorx-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-main-nav ul li ul.menu-contents li ul.ant-menu-column {
        margin-left:0
    }
}

.ant-menu-visible .ingeniorx-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-main-nav ul li ul.menu-contents li ul.ant-menu-column li {
    margin-left: 0;
    margin-right: 0;
    padding: 0
}

.ant-menu-visible .ingeniorx-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-main-nav ul li ul.menu-contents li ul.ant-menu-column li a {
    padding: 5px 10px;
    background-color: transparent;
    display: block;
    font-weight: 400;
    font-size: 14px
}

.ant-menu-visible .ingeniorx-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-main-nav ul li ul.menu-contents li ul.ant-menu-column li a:hover {
    background-color: rgba(255,255,255,.85);
    color: #0079c2
}

.ant-menu-visible .ingeniorx-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-main-nav ul li ul.menu-contents li ul.ant-menu-column li ul {
    margin-left: 15px
}

.ant-menu-visible .ingeniorx-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-main-nav ul li ul.menu-contents li ul.ant-menu-column li ul li a {
    padding-bottom: 3px;
    padding-top: 3px
}

@media screen and (min-width: 801px) {
    .ant-menu-visible .ingeniorx-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-main-nav ul li ul.menu-contents li ul.ant-menu-column li ul li a {
        padding-bottom:5px;
        padding-top: 5px
    }
}

.ant-menu-visible .ingeniorx-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-nav-col,.tab-carousel .carousel-left-control a,.tab-carousel .carousel-right-control a {
    border: 0
}

.ant-menu-visible .ingeniorx-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-nav-col .ant-menu-title {
    display: block;
    margin-bottom: 10px;
    margin-left: 15px
}

.ant-menu-visible .ingeniorx-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-nav-col li {
    margin: 5px 0
}

.ant-menu-visible .ingeniorx-wrapper .mbr-top-of-page-wrapper.ant-new-nav-wrapper .ant-navigation-wrapper .ant-nav-col li li {
    margin: 0 0 0 15px
}

.nav-overflow {
    overflow: visible
}

.wide-block .headline-underline:after,.wide-container {
    background: #fff
}

.wide-container .content-container {
    margin-bottom: 0
}

@media (max-width: 800px) {
    .wide-block+.container .content-container {
        margin-top:-120px
    }
}

.content-container {
    position: relative;
    z-index: 3;
    background-color: #fff;
    margin: -120px auto 60px;
    padding-top: 30px;
    padding-bottom: 30px
}

.content-container:after,.content-container:before {
    content: " ";
    display: table
}

.content-container:after {
    clear: both
}

@media (max-width: 800px) {
    .content-container {
        margin-top:-60px;
        margin-bottom: 30px
    }
}

@media (min-width: 801px) {
    .content-container {
        padding-top:60px;
        padding-bottom: 60px
    }
}

.content-container.static {
    margin-top: 0
}

.content-container.bordered {
    border-top: 8px solid #41c0b8
}

.content-container p:last-child {
    margin: 0
}

.content {
    text-align: center;
    padding: 0
}

@media (max-width: 479px) {
    .content {
        text-align:left
    }

    .content .headline,.content .headline-underline {
        text-align: center
    }
}

.content.tighttop {
    margin-top: -40px
}

@media (max-width: 800px) {
    .content.tighttop {
        margin-top:-20px
    }
}

.header-container {
    padding: 60px 0;
    text-align: center
}

.hr-container {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 30px;
    margin-bottom: 30px
}

@media (min-width: 801px) {
    .hr-container {
        padding-bottom:60px;
        margin-bottom: 60px
    }
}

.hr-container:last-child {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 30px;
    margin-bottom: 0
}

@media screen and (min-width: 801px) {
    .hr-container:last-child {
        padding-bottom:60px
    }
}

.border-well h3,.border-well h5,.mobile-carousel img,.wide-container-spacer {
    margin-bottom: 30px
}

@media (min-width: 801px) {
    .wide-container-spacer {
        margin-bottom:60px
    }
}

.wide-container-image {
    background-size: auto 250%;
    background-position: right top;
    background-repeat: no-repeat
}

@media (min-width: 801px) {
    .wide-container-image {
        background-size:cover
    }
}

.ant-banner-right {
    background-size: auto 250%
}

@media screen and (min-width: 801px) {
    .ant-banner-right {
        background-size:100% auto
    }
}

.wide-block {
    max-width: 1290px;
    color: #fff;
    margin: 0 auto 60px
}

.wide-block .container {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px
}

.wide-block .content {
    text-align: center
}

.border-well {
    position: relative;
    padding: 30px 0;
    border: 15px solid #eee
}

.border-well:after,.border-well:before,.plan-carousel .plan-header .titles:after,.plan-carousel .plan-header .titles:before {
    content: " ";
    display: table
}

.border-well:after,.plan-carousel .plan-header .titles:after {
    clear: both
}

@media (min-width: 801px) {
    .border-well {
        border:30px solid #eee;
        padding: 60px 0
    }
}

.border-well.border-well-thin {
    border: 7.5px solid #eee
}

@media (min-width: 801px) {
    .border-well.border-well-thin {
        border:15px solid #eee
    }
}

.border-well.spacing {
    margin-top: 30px
}

@media (min-width: 801px) {
    .border-well.spacing {
        margin-top:60px
    }
}

@media (max-width: 800px) {
    .mobile-accordion .col {
        padding-bottom:5px!important
    }
}

.mobile-accordion .panel-group {
    margin-top: 0
}

@media (max-width: 800px) {
    .mobile-accordion .panel-group h3 {
        margin-bottom:0
    }
}

@media (min-width: 801px) {
    .mobile-accordion .panel-group h3 a {
        font-size:36px;
        color: #00609a;
        font-weight: 300;
        height: auto
    }

    .mobile-accordion .panel-group h3 a:hover {
        color: #00609a
    }

    .mobile-accordion .panel-group h3 a:before {
        display: none
    }

    .mobile-accordion .panel {
        border: 0;
        box-shadow: none
    }

    .mobile-accordion .panel:last-child .panel-body {
        margin-bottom: 0
    }

    .mobile-accordion .panel-heading {
        background: 0 0;
        border: 0;
        padding: 0
    }

    .mobile-accordion .panel-body {
        border-top: 0!important;
        padding: 0;
        margin-bottom: 40px
    }
}

.mobile-carousel.home {
    display: none
}

@media (max-width: 479px) {
    .mobile-carousel.home {
        display:block
    }
}

.mobile-carousel.home .next,.mobile-carousel.home .previous {
    top: 30%
}

.mobile-carousel.home .dots {
    width: 100px
}

@media (max-width: 800px) {
    .mobile-carousel {
        position:relative;
        overflow: hidden
    }

    .mobile-carousel .carousel-container {
        transition: all 230ms
    }

    .mobile-carousel .carousel-container h5,.mobile-carousel .carousel-container p {
        text-align: left
    }
}

@media (max-width: 800px) and (max-width:800px) {
    .mobile-carousel .carousel-container h5,.mobile-carousel .carousel-container p {
        text-align:center
    }
}

@media (max-width: 800px) {
    .mobile-carousel .dots {
        margin:0 auto 30px;
        padding: 0;
        display: block;
        width: 70px
    }

    .mobile-carousel .dots li {
        margin: 0 4px;
        text-decoration: none;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        border: 1px solid #333;
        display: inline-block
    }

    .mobile-carousel .dots li.active {
        background-color: #333
    }

    .mobile-carousel .previous {
        position: absolute;
        top: 40px;
        left: 10px
    }

    .mobile-carousel .next {
        position: absolute;
        top: 40px;
        right: 10px
    }

    .mobile-carousel .disabled {
        opacity: .3
    }
}

@media (min-width: 801px) {
    .dots {
        display:none
    }
}

.featured-carousel,.plan-carousel {
    margin: 0
}

.plan-carousel .carousel-cols {
    margin: 0;
    padding-bottom: 30px;
    transition: all 230ms ease
}

@media (min-width: 801px) {
    .plan-carousel .carousel-cols {
        padding-bottom:60px
    }
}

.plan-carousel .carousel-cols .col {
    padding: 20px 30px 0
}

@media (min-width: 801px) {
    .plan-carousel .carousel-cols .col:first-child {
        padding-left:20px
    }

    .plan-carousel .carousel-cols .col:last-child {
        padding-right: 20px
    }
}

.plan-carousel .carousel-cols .col.col-border {
    border-bottom: 0
}

.plan-carousel .carousel-cols .col.table-col {
    padding-top: 0
}

.plan-carousel .carousel-container {
    overflow: hidden
}

@media (min-width: 801px) {
    .plan-carousel .carousel-container .title {
        min-height:105px
    }

    .plan-carousel .stickied+.carousel-container {
        padding-top: 188px
    }
}

.plan-carousel .plan-header {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-top: 5px solid #0079c2;
    border-right: 1px solid #eee;
    min-height: 60px
}

.plan-carousel .plan-header .titles {
    display: none;
    background: #eee;
    padding: 0 0 30px
}

.plan-carousel .plan-header .titles .title {
    color: #00609a;
    font-weight: 300;
    font-size: 28px;
    padding-top: 10px;
    line-height: 1.2;
    text-align: left
}

@media (min-width: 801px) {
    .plan-carousel .plan-header .titles .title {
        text-align:center;
        min-height: 108px;
        font-size: 26px;
        border-right: 1px solid #dcdcdc;
        display: flex;
        justify-content: center;
        align-items: center
    }
}

.plan-carousel .plan-header .titles .title:last-child {
    border-right: 0
}

.plan-carousel .plan-header.stickied {
    position: fixed;
    z-index: 9
}

.plan-carousel .plan-header.stickied .titles {
    display: block
}

@media (max-width: 800px) {
    .plan-carousel .plan-header.stickied .tiles {
        padding:0
    }

    .plan-carousel .plan-header.stickied .paging,.plan-carousel .plan-header.stickied .title {
        padding-bottom: 0
    }
}

.plan-carousel .plan-header .paging {
    background: #eee;
    display: flex;
    justify-content: center;
    padding: 15px 0
}

.plan-carousel .plan-header .paging:after,.plan-carousel .plan-header .paging:before {
    content: " ";
    display: table
}

.plan-carousel .plan-header .paging:after {
    clear: both
}

.featured-carousel .plan-header .paging ul,.plan-carousel .plan-header .paging ul {
    padding: 0;
    margin: 0
}

.featured-carousel .plan-header .paging li,.plan-carousel .plan-header .paging li {
    list-style: none;
    float: left
}

.plan-carousel .plan-header .paging li.active a {
    background: #333
}

.plan-carousel .plan-header .paging a {
    margin: 0 4px;
    text-decoration: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #333;
    display: inline-block
}

.plan-carousel .plan-header .paging a:hover {
    border-color: #0d0d0d
}

.plan-carousel .plan-header .carousel-actions {
    position: absolute;
    height: 57px;
    width: 42px;
    z-index: 3;
    border: 0
}

@media (max-width: 800px) {
    .plan-carousel .plan-header .carousel-actions {
        top:-7px
    }
}

.featured-carousel .arrows-section .carousel-actions:before,.plan-carousel .plan-header .carousel-actions:before {
    color: #00609a;
    font-size: 26px;
    line-height: 2.5
}

.plan-carousel .plan-header .carousel-actions.disabled:before,.plan-carousel .plan-header .carousel-actions.disabled:hover:before {
    color: #dcdcdc
}

.plan-carousel .plan-header .carousel-actions:hover {
    text-decoration: none
}

.plan-carousel .plan-header .carousel-actions:hover:before {
    color: #002e58
}

.plan-carousel .plan-header .carousel-actions[data-action=prev] {
    left: 8px;
    text-align: left
}

.plan-carousel .plan-header .carousel-actions[data-action=prev]:before {
    content: "\e257"
}

.plan-carousel .plan-header .carousel-actions[data-action=next] {
    right: 8px;
    text-align: right
}

.plan-carousel .plan-header .carousel-actions[data-action=next]:before {
    content: "\e258"
}

.featured-carousel .news-item-category {
    padding-top: 2.2rem;
    color: #a3a3a3;
    float: none
}

@media (max-width: 479px) {
    .featured-carousel .news-item-category {
        padding-top:1rem
    }
}

.featured-carousel .news-item-headline {
    font-size: 1.3rem;
    font-weight: 400
}

.featured-carousel .arrows-section {
    display: inline-block;
    width: 30px;
    position: relative;
    left: -5px;
    text-align: center;
    min-height: 265px
}

@media (max-width: 800px) {
    .featured-carousel .arrows-section {
        min-height:210px
    }
}

@media (max-width: 479px) {
    .featured-carousel .arrows-section {
        visibility:hidden
    }
}

.featured-carousel .arrows-section:first-child {
    left: 8px
}

.featured-carousel .arrows-section .carousel-actions {
    border: 0;
    position: absolute;
    bottom: 0;
    left: 0
}

.featured-carousel .arrows-section .carousel-actions.disabled,.featured-carousel .arrows-section .carousel-actions.disabled:hover {
    pointer-events: none
}

.featured-carousel .arrows-section .carousel-actions.disabled:before,.featured-carousel .arrows-section .carousel-actions.disabled:hover:before {
    color: #dcdcdc
}

.featured-carousel .arrows-section .carousel-actions:hover {
    text-decoration: none
}

.featured-carousel .arrows-section .carousel-actions:hover:before {
    color: #002e58
}

.featured-carousel .arrows-section .carousel-actions[data-action=prev]:before {
    content: "\e257"
}

.featured-carousel .arrows-section .carousel-actions[data-action=next]:before {
    content: "\e258"
}

.featured-carousel .carousel-cols {
    margin: 0;
    transition: all 230ms ease
}

.featured-carousel .carousel-cols .col {
    padding: 0 10px!important
}

.featured-carousel .carousel-cols .col.col-border {
    border-bottom: 0
}

.featured-carousel .carousel-cols .col.table-col {
    padding-top: 0
}

.featured-carousel .c-container {
    float: left
}

.featured-carousel .c-container,.featured-carousel .c-container .carousel-container {
    overflow: hidden;
    display: inline-block
}

.featured-carousel .c-container .carousel-container .title {
    border-bottom: none
}

@media (min-width: 801px) {
    .featured-carousel .c-container .carousel-container .title {
        min-height:105px
    }

    .featured-carousel .stickied+.carousel-container {
        padding-top: 188px
    }
}

.featured-carousel .plan-header .titles {
    display: none;
    background: #eee;
    padding: 0 0 30px
}

.featured-carousel .plan-header .titles:after,.featured-carousel .plan-header .titles:before {
    content: " ";
    display: table
}

.featured-carousel .plan-header,.featured-carousel .plan-header .titles:after {
    clear: both
}

.featured-carousel .plan-header .titles .title {
    color: #00609a;
    font-weight: 300;
    font-size: 28px;
    padding-top: 10px;
    line-height: 1.2;
    text-align: left
}

@media (min-width: 801px) {
    .featured-carousel .plan-header .titles .title {
        text-align:center;
        min-height: 108px;
        font-size: 26px;
        border-right: 1px solid #dcdcdc;
        display: flex;
        justify-content: center;
        align-items: center
    }
}

.featured-carousel .plan-header .titles .title:last-child {
    border-right: 0
}

.featured-carousel .plan-header.stickied {
    position: fixed;
    z-index: 9
}

.featured-carousel .plan-header.stickied .titles {
    display: block
}

@media (max-width: 800px) {
    .featured-carousel .plan-header.stickied .tiles {
        padding:0
    }

    .featured-carousel .plan-header.stickied .paging,.featured-carousel .plan-header.stickied .title {
        padding-bottom: 0
    }
}

.featured-carousel .plan-header .paging {
    display: flex;
    justify-content: center
}

.featured-carousel .plan-header .paging:after,.featured-carousel .plan-header .paging:before {
    content: " ";
    display: table
}

.featured-carousel .plan-header .paging:after {
    clear: both
}

.featured-carousel .plan-header .paging li.active a {
    background: #6e6d6d;
    color: #6e6d6d
}

.featured-carousel .plan-header .paging a {
    margin: 0 4px;
    text-decoration: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #d5d1d1;
    color: #d5d1d1;
    display: inline-block
}

.tab-carousel {
    position: relative
}

.tab-carousel .tab-wrapper {
    padding: 0 2rem
}

.tab-carousel .tab-wrapper ul {
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    text-align: center;
    display: block;
    min-height: 175px;
    font-size: 0
}

@media (max-width: 800px) {
    .tab-carousel .tab-wrapper ul {
        min-height:100px
    }
}

.tab-carousel .tab-wrapper ul .tab-tile {
    transition: left .5s;
    width: 25%;
    white-space: normal
}

.tab-carousel .tab-wrapper ul .tab-tile:focus {
    outline: -webkit-focus-ring-color auto 5px
}

.tab-carousel .tab-wrapper ul .tab-tile h6 {
    height: 150px;
    border-width: 35px
}

@media (max-width: 800px) {
    .tab-carousel .tab-wrapper ul .tab-tile h6 {
        height:85px;
        border-width: 15px
    }

    .tab-carousel .tab-wrapper ul .tab-tile:nth-child(n):before {
        display: block;
        content: " ";
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        transition: top 250ms ease;
        z-index: 0
    }

    .tab-carousel .tab-wrapper ul .tab-tile:nth-child(n).active {
        outline: -webkit-focus-ring-color auto 5px
    }

    .tab-carousel .tab-wrapper ul .tab-tile:nth-child(n).active span {
        color: #fff;
        transition: padding-top 230ms ease-in;
        padding-top: 15px
    }

    .tab-carousel .tab-wrapper ul .tab-tile:nth-child(n).active:before {
        top: 0
    }

    .tab-carousel .tab-wrapper ul .tab-tile:nth-child(n).active:after {
        display: block;
        content: " ";
        position: absolute;
        border-style: solid;
        left: 50%;
        transform: translateX(-50%);
        border-width: 13px 13px 0
    }
}

.tab-carousel .tab-wrapper ul .tab-tile .fa {
    color: #666
}

.tab-carousel .tab-wrapper ul .tab-tile-label {
    font-size: 1rem
}

.tab-carousel .tab-wrapper div.tab-body:nth-child(5n+1) .fa {
    background-color: #0079c2
}

.tab-carousel .tab-wrapper div.tab-body:nth-child(5n+2) .fa {
    background-color: #00609a
}

.tab-carousel .tab-wrapper div.tab-body:nth-child(5n+3) .fa {
    background-color: #683c7a
}

.tab-carousel .tab-wrapper div.tab-body:nth-child(5n+4) .fa {
    background-color: #a21851
}

.tab-carousel .tab-wrapper div.tab-body:nth-child(5n+5) .fa {
    background-color: #c03
}

.tab-carousel .tab-wrapper div.tab-body h5 {
    display: block;
    font-size: 1.5rem;
    margin-bottom: 30px
}

.tab-carousel .tab-wrapper div.tab-body .fa {
    font-size: 3rem;
    padding: 10px;
    color: #fff;
    margin-bottom: 2rem
}

@media (max-width: 800px) {
    .tab-carousel .tab-wrapper div.tab-body .fa {
        display:none
    }

    .tab-carousel .tab-wrapper div.tab-body {
        text-align: left
    }
}

.tab-carousel .carousel-left-control,.tab-carousel .carousel-right-control {
    display: inline-block;
    position: absolute;
    top: 75px;
    transform: translateY(-50%)
}

.tab-carousel .carousel-left-control::after,.tab-carousel .carousel-right-control::after {
    font-size: 30px;
    width: auto
}

@media (max-width: 800px) {
    .tab-carousel .carousel-left-control,.tab-carousel .carousel-right-control {
        top:35px
    }

    .tab-carousel .carousel-left-control::after,.tab-carousel .carousel-right-control::after {
        font-size: 22px
    }
}

.tab-carousel .carousel-left-control .fa,.tab-carousel .carousel-right-control .fa {
    font-size: 1.75rem
}

.tab-carousel .carousel-right-control {
    right: 3px
}

.tab-carousel .carousel-left-control {
    left: 3px
}

.tab-carousel .carousel-left-control::after {
    transform: rotateY(-180deg)
}

@media (max-width: 479px) {
    .flip-container {
        margin:0 .5rem
    }
}

@media only screen and (max-width: 1024px) {
    .flip-container .flipper-container {
        width:100%;
        display: block;
        min-height: 260px;
        margin-top: 1rem
    }
}

@media only screen and (max-width: 1024px) {
    .flip-container .flipper-container .flipper .front {
        min-height:260px
    }

    .flip-container .flipper-container .flipper .front h4 {
        font-size: 24px
    }
}

@media only screen and (max-width: 1024px) {
    .flip-container .flipper-container .flipper .back {
        min-height:260px;
        padding: 2rem
    }
}

.plans {
    overflow-x: hidden
}

.plan-block {
    position: relative;
    margin-bottom: 60px
}

@media (min-width: 801px) {
    .plan-block {
        margin-bottom:120px
    }
}

.plan-block .info a,.plan-block .info a:hover,.plan-block .link:after {
    color: #fff
}

.plan-block .plan-image {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 40%;
    background-repeat: no-repeat
}

@media (min-width: 801px) {
    .plan-block .plan-image {
        height:100%
    }
}

.plan-block:nth-child(odd) .plan-image {
    left: 0;
    top: 0;
    background-position: 0 -50px
}

@media (min-width: 801px) {
    .plan-block:nth-child(odd) .plan-image {
        background-position:-50px -50px
    }
}

.plan-block:nth-child(even) .plan-image {
    right: 0;
    top: 0;
    background-position: 100% 0
}

@media (max-width: 479px) {
    .plan-block:nth-child(even) .plan-image {
        top:0
    }
}

@media (min-width: 480px) {
    .plan-block:nth-child(even) .plan-image {
        top:0
    }
}

.plan-block .plan {
    position: relative
}

.plan-block .plan:after,.plan-block .plan:before {
    content: " ";
    display: table
}

.plan-block .plan:after {
    clear: both
}

@media (max-width: 800px) {
    .plan-block .plan {
        padding-bottom:30px
    }
}

@media (min-width: 801px) {
    .plan-block .plan {
        background-repeat:no-repeat;
        background-size: cover;
        height: 350px
    }
}

.plan-block .info {
    padding-top: 110px;
    color: #fff
}

.plan-block .info .h1 {
    text-align: left;
    margin: 10px 0 15px
}

.plan-block .info span,label {
    font-size: 16px
}

.plan-block .block-well {
    position: relative;
    margin-top: 30px
}

@media (min-width: 801px) {
    .plan-block .block-well {
        margin-top:0;
        top: 60px
    }
}

.plan-block .block-well .well-content {
    background: #fff;
    padding: 30px
}

.plan-block .block-well p:last-child {
    margin-bottom: 60px
}

@media (max-width: 479px) {
    .plan-block {
        left:-8.3333333333%
    }

    .plan-block .block-well {
        left: 8.3333333333%;
        padding: 0
    }

    .plan-block .info {
        padding-left: 0;
        position: relative;
        left: 16.6666666667%;
        width: 84%
    }

    .plan-block:nth-child(even),.plan-block:nth-child(even) .info {
        left: 8.3333333333%
    }

    .plan-block:nth-child(even) .block-well {
        left: -8.3333333333%
    }
}

@media (max-width: 800px) {
    .plan-block {
        left:-16.6666666667%
    }

    .plan-block .block-well {
        left: 18%;
        padding: 0
    }

    .plan-block .info {
        position: relative;
        left: 25%
    }

    .plan-block:nth-child(even) {
        left: 16.6666666667%
    }

    .plan-block:nth-child(even) .info {
        left: 8.3333333333%;
        width: 84%
    }

    .plan-block:nth-child(even) .block-well {
        left: -18%
    }
}

.home-plan-block .content-container {
    padding-bottom: 0
}

.home-plan-block .main-content {
    padding: 0 60px 30px
}

.home-plan-block .main-content .image-container img {
    margin: auto;
    display: block
}

@media (max-width: 800px) {
    .home-plan-block .main-content .image-container img {
        width:40%
    }
}

.home-plan-block .main-content .image-container.align-right {
    float: right
}

@media (max-width: 800px) {
    .home-plan-block .main-content .plan-content {
        padding-top:30px
    }

    .home-plan-block .main-content .plan-content a {
        left: 50%;
        transform: translateX(-50%);
        position: relative;
        text-align: center;
        display: inline-block
    }

    .home-plan-block .main-content .plan-content a.plan-link-inline {
        display: inline;
        left: 0
    }
}

.home-plan-block .main-content .triangle {
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    border-style: solid;
    border-width: 25px 25px 0;
    border-color: #fff transparent transparent
}

.home-plan-block .footer {
    background-size: cover
}

.home-plan-block .footer .footer-content {
    padding: 60px 30px 30px;
    color: #fff
}

@media (max-width: 800px) {
    .home-plan-block .footer .footer-content {
        padding:60px 15px 30px
    }
}

.ac-container {
    padding: 0
}

.ac-accordion {
    background: rgba(0,0,128,.125);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 0;
    min-height: 0;
    max-width: 1300px;
    margin: 0 auto
}

@media (min-width: 801px) {
    .ac-accordion {
        flex-direction:row;
        height: 650px
    }
}

.ac-accordion .ac-panel-footer {
    line-height: 1.5;
    max-height: 0;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 80%
}

.ac-accordion .banner-img {
    background-position: top center;
    bottom: 0;
    height: 600px;
    left: 0;
    margin-top: -300px;
    right: 0;
    top: 50%;
    position: absolute;
    z-index: 0
}

@media (min-width: 768px) {
    .ac-accordion .banner-img {
        filter:blur(15px);
        -webkit-filter: blur(15px);
        transition: filter .65s ease-in-out
    }
}

@media (min-width: 801px) {
    .ac-accordion .banner-img {
        height:650px;
        left: 50%;
        margin-left: -750px;
        margin-top: auto;
        top: 20px;
        width: 1500px
    }
}

.ac-header {
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px
}

@media (min-width: 801px) {
    .ac-header {
        margin-top:0;
        margin-bottom: 0
    }
}

.ac-header:after {
    background-color: #fff;
    content: "";
    display: block;
    height: 4px;
    margin: 15px 0;
    position: relative;
    width: 100px
}

@media (min-width: 768px) {
    .ac-header:after {
        background-color:#41c0b8
    }
}

@media (min-width: 801px) {
    .ac-header:after {
        margin-bottom:0;
        width: 84px
    }
}

.slide-2 .ac-header {
    color: #333
}

@media (min-width: 768px) {
    .slide-2 .ac-header {
        color:#fff
    }
}

.ac-body,.ac-header {
    position: relative;
    text-align: left;
    z-index: 1
}

.ac-body {
    display: none;
    font-size: 14px;
    line-height: 1.5;
    width: 100%
}

@media (min-width: 768px) {
    .ac-body {
        color:#333
    }
}

@media (min-width: 801px) {
    .ac-body {
        font-size:18px;
        line-height: 1.4
    }
}

.ac-body,.ac-body .fa,.ac-body p {
    color: #fff
}

@media (min-width: 768px) {
    .ac-body,.ac-body .fa,.ac-body p {
        color:#333
    }
}

.ac-body .ac-link {
    border: 0;
    color: #fff;
    display: inline-block;
    margin: 20px 0;
    text-decoration: none
}

@media (min-width: 768px) {
    .ac-body .ac-link {
        color:#333
    }
}

.ac-body .ac-link i {
    position: relative;
    top: .175rem
}

.ac-body .btn {
    border-radius: 0;
    font-size: 14px;
    padding: 10px 20px
}

@media (min-width: 991px) {
    .ac-body .btn {
        font-size:18px;
        margin-bottom: 10px
    }
}

.ac-body .btn {
    background-color: transparent;
    border: solid 1px #fff;
    color: #fff;
    display: inline-block;
    font-weight: 300;
    line-height: 1.33333;
    text-decoration: none
}

@media (min-width: 768px) {
    .ac-body .btn {
        background-color:#fe5e3c;
        border: 1px solid #fe5e3c
    }
}

.ac-section {
    align-items: center;
    display: flex;
    overflow: hidden;
    padding: 15px 15px 0;
    position: relative;
    transition: all .4s ease-in-out
}

.ac-section:before {
    content: "";
    height: 100%;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

@media (min-width: 768px) {
    .ac-section:before {
        background-color:#686868
    }
}

@media (min-width: 801px) {
    .ac-section {
        padding:0 15px;
        width: 15%
    }
}

@media (min-width: 1200px) {
    .ac-section {
        width:200px
    }
}

.ac-section:nth-child(2) .ac-header:after {
    background-color: #fff
}

@media (min-width: 768px) {
    .ac-section:nth-child(2) .ac-header:after {
        background-color:#fe5e3c
    }
}

.ac-section:last-child .ac-header:after {
    background-color: #fff
}

@media (min-width: 768px) {
    .ac-section:last-child .ac-header:after {
        background-color:#0079c2
    }
}

.ac-section:hover {
    cursor: pointer
}

.ac-section .slide-1 {
    background-color: #41c0b8
}

@media (min-width: 768px) {
    .ac-section .slide-1 {
        background-color:transparent;
        background-image: url(/dam/images/mastheads/B1_MEDICAL_PLANS_MASTHEAD_blurred.jpg);
        background-size: cover
    }
}

.ac-section .slide-2 {
    background-color: #69b3e7
}

@media (min-width: 768px) {
    .ac-section .slide-2 {
        background-color:transparent;
        background-image: url(/dam/images/banners/offset_252422_F.jpg);
        background-size: cover
    }
}

.ac-section .slide-3,.vertical-carousel ul li.filled {
    background-color: #0079c2
}

@media (min-width: 768px) {
    .ac-section .slide-3 {
        background-color:transparent;
        background-image: url(/dam/images/banners/offset_578039.jpg);
        background-size: cover
    }
}

.ac-section.expanded {
    height: auto;
    padding: 15px 15px 0;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    align-items: initial
}

@media (min-width: 801px) {
    .ac-section.expanded {
        padding:40px 15px 15px 40px;
        width: 70%
    }
}

@media (min-width: 991px) {
    .ac-section.expanded {
        padding:40px 15px 15px 40px
    }
}

@media (min-width: 1200px) {
    .ac-section.expanded {
        padding:60px 15px 15px 60px;
        width: 770px
    }
}

.ac-section.expanded:before {
    display: none
}

.ac-section.expanded:hover {
    cursor: default
}

.ac-section.expanded .ac-section-wrap {
    width: 75%
}

@media (min-width: 768px) {
    .ac-section.expanded .ac-section-wrap {
        width:60%
    }
}

.ac-section.expanded .ac-panel-footer {
    font-size: 11px;
    max-height: 165px;
    color: #fff
}

.ac-section.expanded .ac-panel-footer a,.ac-section.expanded .ac-panel-footer p,.news-ticker-container .all-news-link a.link:after {
    color: #fff
}

@media (min-width: 768px) {
    .ac-section.expanded .ac-panel-footer,.ac-section.expanded .ac-panel-footer a,.ac-section.expanded .ac-panel-footer p {
        color:#333
    }

    .ac-section.expanded .ac-panel-footer {
        max-height: 120px;
        margin-top: 30px
    }
}

@media (min-width: 991px) {
    .ac-section.expanded .ac-panel-footer {
        font-size:16px;
        max-height: 165px;
        margin-top: 0
    }
}

@media (min-width: 1025px) {
    .ac-section.expanded .ac-panel-footer {
        margin-top:30px
    }
}

.ac-section.expanded .banner-img {
    filter: blur(0);
    top: 0;
    margin-top: 0;
    -webkit-filter: blur(0)
}

@media (min-width: 801px) {
    .ac-section.expanded .banner-img {
        background-position-x:250px;
        left: 0;
        margin-left: auto;
        top: 0
    }
}

@media (min-width: 1200px) {
    .ac-section.expanded .banner-img {
        background-position-x:right
    }
}

@media (min-width: 768px) {
    .ac-section.expanded .slide-1 {
        background-position-x:-130px;
        background-position-y: -140px
    }
}

@media (min-width: 801px) {
    .ac-section.expanded .slide-1 {
        background-position-y:-150px;
        background-position-x: 400px;
        background-size: auto
    }
}

@media (min-width: 768px) {
    .ac-section.expanded .slide-2 {
        background-position-x:-50px;
        background-position-y: -100px
    }
}

@media (min-width: 801px) {
    .ac-section.expanded .slide-2 {
        background-position-y:-66px;
        background-position-x: 635px;
        background-size: auto
    }
}

@media (min-width: 991px) {
    .ac-section.expanded .slide-2 {
        background-position-x:600px
    }
}

@media (min-width: 768px) {
    .ac-section.expanded .slide-3 {
        background-position-x:-50px;
        background-position-y: -180px
    }
}

@media (min-width: 801px) {
    .ac-section.expanded .slide-3 {
        background-position-y:-90px;
        background-position-x: 500px;
        background-size: auto
    }
}

@media (min-width: 991px) {
    .ac-section.expanded .slide-3 {
        background-position-x:400px
    }
}

.ac-section.expanded .ac-header {
    color: #fff;
    font-size: 28px;
    line-height: 30px;
    float: none
}

@media (min-width: 768px) {
    .ac-section.expanded .ac-header {
        color:#333
    }
}

@media (min-width: 801px) {
    .ac-section.expanded .ac-header {
        font-size:34px;
        line-height: 1.1;
        margin-bottom: 0
    }
}

@media (min-width: 991px) {
    .ac-section.expanded .ac-header {
        font-size:48px
    }
}

.ac-section.expanded .ac-header:after {
    margin: 20px 0;
    width: 80px
}

@media (min-width: 801px) {
    .ac-section.expanded .ac-header:after {
        margin-bottom:25px;
        width: 140px
    }
}

.ac-section.expanded .ac-body,.news-ticker-container .news-headline li.active,.news-ticker-container .news-headline li.singleActive {
    display: block
}

@media (min-width: 801px) {
    .ac-section.expanded .ac-body {
        font-size:15px
    }
}

@media (min-width: 991px) {
    .ac-section.expanded .ac-body {
        font-size:18px
    }
}

@media (min-width: 1024px) {
    .ac-section.expanded .ac-body {
        padding-right:110px
    }
}

.masthead-wrapper {
    pointer-events: auto;
    position: relative;
    min-height: 420px;
    height: 90vh;
    box-shadow: inset 0 40vh 15vh -15vh #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

@media (max-width: 479px) {
    .masthead-wrapper {
        height:420px;
        box-shadow: inset 0 320px 112px -112px #fff
    }
}

.masthead-wrapper h2 {
    margin: 90px 0 15px
}

.masthead-wrapper .news-ticker-container {
    bottom: 0;
    left: 0;
    position: absolute
}

.news-ticker-container {
    color: #fff;
    background: linear-gradient(to bottom,rgba(0,121,194,.75) 0,rgba(0,121,194,.85) 25%,rgba(0,121,194,.95) 50%,rgba(0,121,194,.99) 75%,#0079c2 100%);
    width: 100%
}

.news-ticker-container .news-headline {
    float: left;
    width: 100%
}

@media screen and (min-width: 801px) {
    .news-ticker-container .news-headline {
        width:calc(100% - 175px);
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }
}

.news-ticker-container .all-news-link {
    display: none;
    float: left;
    text-align: right;
    width: 125px;
    line-height: 1.5;
    margin: 1.1rem 20px 1.1rem 0
}

.news-ticker-container .all-news-link a {
    color: #fff;
    font-weight: 600
}

@media screen and (min-width: 801px) {
    .news-ticker-container .all-news-link {
        display:block;
        float: right;
        position: relative;
        left: 8px
    }
}

.news-ticker-container .news-headline .news-label {
    float: left;
    display: block;
    width: 3.25rem;
    margin: 1.1rem 0;
    color: #fff;
    font-weight: 600;
    line-height: 1.5
}

.news-ticker-container .news-headline ul {
    float: left;
    display: block;
    width: calc(100% - 3.25rem);
    margin: 0;
    line-height: 1
}

.news-ticker-container .news-headline li {
    line-height: 1.5;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    display: none
}

@media screen and (min-width: 801px) {
    .news-ticker-container .news-headline li {
        margin:1.1rem 0
    }
}

.news-ticker-container .news-headline li a.link:after {
    content: ""
}

@media screen and (max-width: 800px) {
    li.ticker-item {
        height:40px;
        overflow: hidden;
        position: relative;
        vertical-align: bottom;
        width: 100%;
        margin: 0;
        top: .3rem
    }

    .ticker-item a {
        bottom: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        margin: 0;
        line-height: 50px;
        text-align: center;
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -moz-animation: ticker-item 7s linear infinite;
        -webkit-animation: ticker-item 7s linear infinite;
        animation: ticker-item 7s linear infinite
    }

    @-moz-keyframes ticker-item {
        to {
            -moz-transform: translateX(0)
        }

        0% {
            -moz-transform: translateX(100%)
        }
    }

    @-webkit-keyframes ticker-item {
        to {
            -webkit-transform: translateX(0)
        }

        0% {
            -webkit-transform: translateX(100%)
        }
    }

    @keyframes ticker-item {
        to {
            -moz-transform: translateX(0);
            -webkit-transform: translateX(-100%);
            transform: translateX(-100%)
        }

        0% {
            -moz-transform: translateX(100%);
            -webkit-transform: translateX(100%);
            transform: translateX(100%)
        }
    }
}

@media screen and (max-width: 479px) {
    li.ticker-item {
        top:.15rem
    }

    li.ticker-item a {
        width: auto
    }
}

@media screen and (min-width: 801px) {
    .news-ticker-container .news-headline li {
        -moz-animation:fade 7s linear infinite;
        -webkit-animation: fade 7s linear infinite;
        animation: fade 7s linear infinite
    }

    @keyframes fade {
        0%,to {
            opacity: 0
        }

        50% {
            opacity: 1
        }
    }

    .news-ticker-container .news-headline li.singleActive {
        opacity: 1;
        display: block;
        animation: initial
    }
}

.enroll-inputs,.guidelines-inputs {
    text-align: center
}

.enroll-inputs .form-group,.guidelines-inputs .form-group {
    text-align: center;
    margin-bottom: 30px
}

.enroll-inputs .btn-group,.guidelines-inputs .btn-group {
    display: block
}

.enroll-inputs .btn-group:after,.enroll-inputs .btn-group:before,.glossary-pagination:after,.glossary-pagination:before,.guidelines-inputs .btn-group:after,.guidelines-inputs .btn-group:before {
    content: " ";
    display: table
}

.enroll-inputs .btn-group:after,.glossary-pagination:after,.guidelines-inputs .btn-group:after {
    clear: both
}

@media (min-width: 801px) {
    .enroll-inputs .btn-group,.guidelines-inputs .btn-group {
        width:60%;
        display: inline-block
    }
}

.enroll-inputs .btn-group span,.guidelines-inputs .btn-group span {
    font-weight: 600;
    font-size: 16px
}

.enroll-inputs label:not(.btn),.guidelines-inputs label:not(.btn) {
    margin-bottom: 30px;
    display: block
}

.enroll-inputs label.btn,.guidelines-inputs label.btn {
    background: #00609a;
    color: #fff;
    border-color: #fff;
    padding-left: 0;
    padding-right: 0;
    width: 50%
}

.enroll-inputs label.btn:hover,.guidelines-inputs label.btn:hover {
    border: 1px solid #fff
}

@media (max-width: 800px) {
    .enroll-inputs label.btn span,.guidelines-inputs label.btn span {
        min-height:45px;
        display: flex;
        justify-content: center;
        align-items: center;
        white-space: normal
    }
}

.enroll-inputs label.btn .radio,.guidelines-inputs label.btn .radio {
    text-align: center;
    margin-bottom: 0
}

.enroll-inputs label.btn .radio:before,.guidelines-inputs label.btn .radio:before {
    display: inline-block;
    height: 23px;
    width: 23px;
    content: "";
    border-radius: 15px;
    border: 1px solid #fff;
    box-shadow: inset 0 0 1px #ccc
}

.enroll-inputs label.btn.active,.enroll-inputs label.btn:active,.guidelines-inputs label.btn.active,.guidelines-inputs label.btn:active {
    background: #002e58;
    color: #fff
}

.enroll-inputs label.btn.active .radio:before,.enroll-inputs label.btn:active .radio:before,.guidelines-inputs label.btn.active .radio:before,.guidelines-inputs label.btn:active .radio:before {
    background: radial-gradient(ellipse at center,#fff 0,#fff 25%,#002e58 35%)
}

.enroll-inputs label.btn.active .radio:focus:before,.enroll-inputs label.btn:active .radio:focus:before,.guidelines-inputs label.btn.active .radio:focus:before,.guidelines-inputs label.btn:active .radio:focus:before {
    box-shadow: 0 0 3px #00f
}

.enroll-inputs label.btn.active .radio:active:before,.enroll-inputs label.btn:active .radio:active:before,.guidelines-inputs label.btn.active .radio:active:before,.guidelines-inputs label.btn:active .radio:active:before {
    box-shadow: 0 0 3px #00f
}

.enroll-inputs input[type=text],.enroll-inputs select,.guidelines-inputs input[type=text],.guidelines-inputs select {
    display: inline-block;
    border: 1px solid #000;
    padding: 8px;
    text-align: center;
    width: 100%
}

@media (min-width: 801px) {
    .enroll-inputs input[type=text],.enroll-inputs select,.guidelines-inputs input[type=text],.guidelines-inputs select {
        width:42%
    }
}

.enroll-inputs .error-states,.guidelines-inputs .error-states,.medicare-quiz .quiz-title {
    display: none
}

.medicare-quiz-container header {
    position: relative;
    text-align: center
}

@media (max-width: 479px) {
    .medicare-quiz-container header {
        padding-left:4px
    }
}

@media (max-width: 800px) {
    .medicare-quiz-container header {
        padding-left:23px
    }
}

.medicare-quiz-container header .back-arrow {
    position: absolute;
    left: 0;
    margin-top: 2px;
    background: 0 0;
    border: 0
}

.medicare-quiz-container header .back-arrow:after {
    content: "\e257";
    color: #e82d05;
    font-size: 36px;
    position: absolute;
    left: 0
}

.medicare-quiz-container header .back-arrow:hover:after {
    color: #9d1e03
}

.medicare-quiz {
    position: relative;
    overflow: hidden
}

.medicare-quiz .questions {
    overflow: hidden;
    transition: all 230ms ease
}

.medicare-quiz .question {
    border: 1px solid;
    overflow: hidden;
    color: #fff;
    float: left;
    text-align: center
}

.medicare-quiz .question div {
    background: #06a59d;
    padding: 30px
}

@media (min-width: 801px) {
    .medicare-quiz .question div {
        padding:20px
    }
}

@media (max-width: 800px) {
    .medicare-quiz .question div {
        border-bottom:1px solid #fff
    }
}

@media (min-width: 801px) {
    .medicare-quiz .question div {
        border-right:1px solid #fff
    }
}

.medicare-quiz .question div:hover {
    background: #00847a
}

.medicare-quiz .question div:last-child {
    border: 0
}

.medicare-quiz .question p {
    height: 64px;
    line-height: 1.2;
    display: flex;
    margin-bottom: 15px;
    align-items: center;
    font-weight: 300;
    font-size: 16px
}

@media (min-width: 801px) {
    .medicare-quiz .question p {
        font-size:22px;
        height: 108px;
        width: 84%;
        margin-left: auto;
        margin-right: auto
    }
}

.medicare-quiz .question .btn {
    margin-bottom: 20px;
    color: #06a59d;
    position: relative;
    z-index: 3;
    border: 1px solid #fff
}

.medicare-quiz .question .btn:hover {
    color: #fff;
    background: #06a59d
}

.medicare-quiz .or {
    position: absolute;
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    top: calc(50% - 26px);
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
    text-transform: uppercase;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    letter-spacing: -.042em
}

@media (min-width: 801px) {
    .medicare-quiz .or {
        font-size:18px;
        width: 75px;
        height: 75px
    }
}

.medicare-quiz .paging {
    text-align: center;
    margin-top: 20px
}

.medicare-quiz .paging .dot {
    width: 12px;
    height: 12px;
    border: 1px solid #00847a;
    border-radius: 50%;
    margin: 4px;
    display: inline-block
}

.medicare-quiz .paging .dot.finished {
    background: #000;
    border-color: #000
}

.medicare-quiz .paging .dot.active {
    background: #06a59d;
    border-color: #06a59d
}

.color-boxes {
    margin: 40px 0 0;
    position: relative
}

.color-boxes div {
    position: relative;
    background-color: #00609a;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    padding: 35px 10px;
    cursor: pointer
}

@media (min-width: 480px) {
    .color-boxes div {
        height:9.375rem
    }
}

@media (min-width: 480px) {
    .color-boxes div h5 {
        left:0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%)
    }
}

@media (min-width: 1024px) {
    .color-boxes div h5 {
        height:auto
    }
}

@media (max-width: 479px) {
    .color-boxes div h5 {
        font-size:16px;
        font-weight: 700
    }
}

.color-boxes div:nth-child(2) {
    background-color: #0073b9
}

.color-boxes div:nth-child(3) {
    background-color: #007dc8
}

.color-boxes div:nth-child(4) {
    background-color: #0086d7
}

.color-boxes div:nth-child(5) {
    background-color: #0090e7
}

.color-boxes div:nth-child(6) {
    background-color: #0099f6
}

.color-boxes div span {
    position: absolute;
    transform: rotate(-45deg);
    top: 10px;
    right: 10px
}

.slider .tab-tile-icon {
    position: relative;
    font-size: 32px;
    font-weight: 600;
    color: #666;
    display: none;
    margin-bottom: 50px
}

@media screen and (max-width: 1023px) {
    .slider .tab-tile-icon {
        margin:25%;
        display: block;
        text-align: center
    }
}

.slider>div:first-of-type ul.triangles,.slider>div:first-of-type ul:first-of-type {
    margin: 0
}

.slider.ant-slider-checkmark>div:first-of-type ul:first-of-type li,.slider>div:first-of-type ul:first-of-type li {
    position: relative;
    cursor: pointer;
    padding: 0;
    border-right: 1px solid #fff;
    background-color: #eee;
    height: auto
}

.slider.ant-slider-checkmark>div:first-of-type ul:first-of-type li span.ant-slider-icon:nth-child(1) .info>li>ul>li.filled,.slider>div:first-of-type ul:first-of-type li:nth-child(1) div,.slider>div:first-of-type ul:first-of-type li:nth-child(1):before {
    background-color: #0079c2
}

.slider.ant-slider-checkmark>div:first-of-type ul:first-of-type li span.ant-slider-icon:nth-child(2) .info>li>ul>li.filled,.slider>div:first-of-type ul.slider-blue-tabs:first-of-type li:nth-child(n) div,.slider>div:first-of-type ul.slider-blue-tabs:first-of-type li:nth-child(n):before,.slider>div:first-of-type ul:first-of-type li:nth-child(2) div,.slider>div:first-of-type ul:first-of-type li:nth-child(2):before {
    background-color: #00609a
}

.slider.ant-slider-checkmark>div:first-of-type ul:first-of-type li span.ant-slider-icon:nth-child(3) .info>li>ul>li.filled,.slider>div:first-of-type ul:first-of-type li:nth-child(3) div,.slider>div:first-of-type ul:first-of-type li:nth-child(3):before {
    background-color: #683c7a
}

.slider.ant-slider-checkmark>div:first-of-type ul:first-of-type li span.ant-slider-icon:nth-child(4) .info>li>ul>li.filled,.slider>div:first-of-type ul:first-of-type li:nth-child(4) div,.slider>div:first-of-type ul:first-of-type li:nth-child(4):before {
    background-color: #a21851
}

.slider.ant-slider-checkmark>div:first-of-type ul:first-of-type li span.ant-slider-icon:nth-child(5) .info>li>ul>li.filled,.slider>div:first-of-type ul:first-of-type li:nth-child(5) div,.slider>div:first-of-type ul:first-of-type li:nth-child(5):before {
    background-color: #c03
}

@media screen and (min-width: 1024px) {
    .slider>div:first-of-type ul:first-of-type li:nth-child(1)>span {
        background-color:#0079c2
    }

    .slider>div:first-of-type ul:first-of-type li:nth-child(2)>span {
        background-color: #00609a
    }

    .slider>div:first-of-type ul:first-of-type li:nth-child(3)>span {
        background-color: #683c7a
    }

    .slider>div:first-of-type ul:first-of-type li:nth-child(4)>span {
        background-color: #a21851
    }

    .slider>div:first-of-type ul:first-of-type li:nth-child(5)>span {
        background-color: #c03
    }
}

.slider>div:first-of-type ul:first-of-type li:before {
    content: "";
    position: absolute;
    background-color: #0079c2;
    bottom: 0;
    left: 0;
    right: 0;
    top: 100%;
    transition: top 230ms ease-in
}

.slider>div:first-of-type ul:first-of-type li.active:before {
    top: 0
}

.slider.ant-slider-checkmark>div:first-of-type ul:first-of-type li.active span.ant-slider-icon span.fa,.slider>div:first-of-type ul:first-of-type li.active h6 {
    color: #fff
}

.slider>div:first-of-type ul:first-of-type li.active h6 span div,.slider>div:first-of-type ul:first-of-type li.active h6 strong {
    margin-top: 15px
}

@media (max-width: 800px) {
    .slider>div:first-of-type ul:first-of-type li.active h6 strong {
        margin-top:7.5px
    }
}

@media (max-width: 800px) {
    .slider>div:first-of-type ul:first-of-type li.active h6 span div {
        margin-top:7.5px
    }
}

.slider>div:first-of-type ul:first-of-type li.active .tab-tile-icon {
    color: #fff;
    top: 8px
}

.slider>div:first-of-type ul:first-of-type li h6 {
    position: relative;
    height: 40px
}

@media (min-width: 801px) {
    .slider>div:first-of-type ul:first-of-type li h6 {
        height:100px
    }
}

.slider>div:first-of-type ul:first-of-type li h6.sqrico {
    height: 0
}

@media (min-width: 1024px) {
    .slider>div:first-of-type ul:first-of-type li h6.sqrico {
        height:100px
    }
}

@media (max-width: 800px) {
    .slider>div:first-of-type ul:first-of-type li h6.tab-tile-label {
        height:0
    }
}

.slider>div:first-of-type ul:first-of-type li h6 strong {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: margin-top 230ms ease-in;
    width: 70%;
    display: none
}

@media (min-width: 1024px) {
    .slider>div:first-of-type ul:first-of-type li h6 strong {
        display:block
    }
}

.slider>div:first-of-type ul:first-of-type li div {
    margin: auto;
    width: 100%;
    height: 15px
}

@media (min-width: 801px) {
    .slider>div:first-of-type ul:first-of-type li div {
        width:100%;
        height: 30px
    }
}

.slider>div:first-of-type ul.triangles li>div,.slider>div:first-of-type ul.triangles li>span>div {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    border-style: solid;
    border-width: 25px 25px 0;
    border-color: #0079c2 transparent transparent
}

@media (max-width: 800px) {
    .slider>div:first-of-type ul.triangles li>div,.slider>div:first-of-type ul.triangles li>span>div {
        border-width:15px 15px 0;
        bottom: -10px
    }
}

.slider>div:first-of-type ul.triangles li:nth-child(1) div {
    border-top-color: #0079c2
}

.slider>div:first-of-type ul.triangles li:nth-child(2) div {
    border-top-color: #00609a
}

.slider>div:first-of-type ul.triangles li:nth-child(3) div {
    border-top-color: #683c7a
}

.slider>div:first-of-type ul.triangles li:nth-child(4) div {
    border-top-color: #a21851
}

.slider>div:first-of-type ul.triangles li:nth-child(5) div {
    border-top-color: #c03
}

.slider>div:first-of-type ul.triangles li.active>div,.slider>div:first-of-type ul.triangles li.active>span>div {
    display: block
}

@media (max-width: 800px) {
    .slider>div:first-of-type ul.triangles {
        display:block!important
    }
}

.slider>div:first-of-type ul.triangles-blue {
    margin: 0
}

.slider>div:first-of-type ul.triangles-blue li>div,.slider>div:first-of-type ul.triangles-blue li>span>div {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    border-style: solid;
    border-width: 25px 25px 0;
    border-color: #0079c2 transparent transparent
}

@media (max-width: 800px) {
    .slider>div:first-of-type ul.triangles-blue li>div,.slider>div:first-of-type ul.triangles-blue li>span>div {
        border-width:15px 15px 0;
        bottom: -10px
    }
}

.slider>div:first-of-type ul.triangles-blue li:nth-child(n) div {
    border-top-color: #00609a
}

.slider>div:first-of-type ul.triangles-blue li.active>div,.slider>div:first-of-type ul.triangles-blue li.active>span>div {
    display: block
}

@media (max-width: 800px) {
    .slider>div:first-of-type ul.triangles-blue {
        display:block!important
    }
}

.slider>div:nth-of-type(2) {
    padding: 0 0 20px
}

@media (min-width: 801px) {
    .slider>div:nth-of-type(2) {
        padding:40px 0
    }
}

.slider>div:nth-of-type(2) p {
    display: block;
    margin: 0 auto 20px
}

.slider>div:nth-of-type(2) .slide {
    display: none
}

@media (max-width: 800px) {
    .slider>div:nth-of-type(2) .slide {
        margin-top:30px
    }
}

.slider>div:nth-of-type(2) .slide:nth-child(1) .info>li>ul>li.filled {
    background-color: #0079c2
}

.slider>div:nth-of-type(2) .slide:nth-child(2) .info>li>ul>li.filled {
    background-color: #00609a
}

.slider>div:nth-of-type(2) .slide:nth-child(3) .info>li>ul>li.filled {
    background-color: #683c7a
}

.slider>div:nth-of-type(2) .slide:nth-child(4) .info>li>ul>li.filled {
    background-color: #a21851
}

.slider>div:nth-of-type(2) .slide:nth-child(5) .info>li>ul>li.filled {
    background-color: #c03
}

.slider>div:nth-of-type(2) .slide.active {
    display: block
}

.slider>div:nth-of-type(2) .slide .info>li {
    margin-top: 10px
}

.slider>div:nth-of-type(2) .slide .info>li h6 {
    padding: 0;
    text-align: right;
    margin: 2px 0 0
}

@media (min-width: 480px) {
    .slider>div:nth-of-type(2) .slide .info>li h6 {
        text-align:center;
        margin: 0 0 5px
    }
}

@media (min-width: 801px) {
    .slider>div:nth-of-type(2) .slide .info>li {
        margin:40px 0 0
    }
}

.slider>div:nth-of-type(2) .slide .info>li ul {
    float: right;
    padding: 0
}

.slider>div:nth-of-type(2) .slide .info>li ul>li {
    width: 18px;
    height: 18px;
    margin: 2px;
    border-radius: 50%;
    background-color: #dcdcdc
}

@media (min-width: 801px) {
    .slider>div:nth-of-type(2) .slide .info>li ul>li {
        margin:4px
    }
}

.slider.ant-slider-checkmark>div:first-of-type ul:first-of-type li span.ant-slider-icon,.slider.ant-slider-checkmark>div:first-of-type ul:first-of-type li.active span.ant-slider-icon {
    background-color: #0079c2 #00609a #683c7a #a21851 #c03;
    border-radius: 50%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 50px;
    height: 50px;
    z-index: 1
}

@media screen and (min-width: 801px) {
    .slider.ant-slider-checkmark>div:first-of-type ul:first-of-type li.active span.ant-slider-icon {
        top:-1px;
        display: block;
        z-index: 10
    }
}

@media screen and (min-width: 1024px) {
    .slider.ant-slider-checkmark>div:first-of-type ul:first-of-type li.active span.ant-slider-icon {
        width:60px;
        height: 60px
    }
}

.slider.ant-slider-checkmark>div:first-of-type ul:first-of-type li span.ant-slider-icon {
    transform: translateY(-65%)
}

@media screen and (min-width: 801px) {
    .slider.ant-slider-checkmark>div:first-of-type ul:first-of-type li span.ant-slider-icon {
        z-index:-1;
        transition: top ease-in .25s
    }
}

.slider.ant-slider-checkmark>div:first-of-type ul:first-of-type li span.ant-slider-icon span.fa {
    color: #4a4a4a;
    font-size: 20px;
    line-height: 48px
}

@media screen and (min-width: 480px) {
    .slider.ant-slider-checkmark>div:first-of-type ul:first-of-type li span.ant-slider-icon span.fa {
        font-size:35px
    }
}

@media screen and (min-width: 801px) {
    .slider.ant-slider-checkmark>div:first-of-type ul:first-of-type li span.ant-slider-icon span.fa {
        color:transparent;
        font-size: 30px;
        line-height: 50px
    }
}

@media screen and (min-width: 1024px) {
    .slider.ant-slider-checkmark>div:first-of-type ul:first-of-type li span.ant-slider-icon span.fa {
        line-height:60px
    }
}

.plan-tiers .nav-pills li a {
    flex-direction: column
}

.plan-tiers .nav-pills li a strong,.providerManualsContainer .manual-provider-wrapper .manuals-item-wrapper span.manuals-effective-date {
    display: block;
    margin-top: 10px
}

@media (min-width: 801px) {
    .plan-tiers .tabs {
        min-height:300px
    }
}

.plan-tiers .tab-content {
    padding-top: 40px
}

.plan-tiers .chart {
    min-height: 200px;
    position: relative;
    padding-left: 30px;
    margin: 40px 0 108px
}

@media (min-width: 801px) {
    .plan-tiers .chart {
        margin-top:60px;
        padding-left: 60px
    }
}

.plan-tiers .chart hr {
    border-color: #b6b6b6
}

.plan-tiers .cost {
    position: absolute;
    left: 0;
    text-align: center;
    font-weight: 600;
    transform: rotate(270deg);
    transform-origin: 50% 50%;
    top: 42%;
    padding-top: 10px
}

@media (max-width: 479px) {
    .plan-tiers .cost {
        padding-top:0;
        left: -15px
    }
}

.plan-tiers .bar-containers {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0
}

@media (max-width: 479px) {
    .plan-tiers .bar-containers {
        left:42px
    }
}

@media (max-width: 330px) {
    .plan-tiers .bar-containers {
        left:30px
    }
}

.plan-tiers .bar-container {
    position: relative;
    display: inline-block;
    height: 100%;
    width: 60px;
    margin-right: 20px
}

@media (min-width: 1024px) {
    .plan-tiers .bar-container {
        width:90px;
        margin-right: 90px
    }
}

@media (max-width: 330px) {
    .plan-tiers .bar-container {
        width:55px;
        margin-right: 15px
    }
}

.plan-tiers .bar-container .bar {
    width: 100%;
    position: absolute;
    bottom: 0;
    transition: height 230ms ease-out;
    height: 0
}

.plan-tiers .bar-container strong {
    position: absolute;
    bottom: -60px;
    left: 0;
    text-align: center
}

@media (max-width: 479px) {
    .plan-tiers .bar-container strong {
        font-size:14px
    }
}

.vertical-carousel {
    position: relative
}

.vertical-carousel ul {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
    margin: 0;
    padding: 0;
    list-style-type: none
}

@media (min-width: 801px) {
    .vertical-carousel ul {
        left:-75px
    }
}

.vertical-carousel ul li {
    margin: 10px 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #eee
}

.vertical-carousel .image-content {
    position: absolute;
    left: 0
}

.vertical-carousel .image-content .image-slide {
    background-size: 100%;
    background-repeat: no-repeat;
    height: 40vw;
    max-height: 500px;
    overflow: hidden;
    transition: background-position 400ms ease-in-out;
    background-position: 0 -80px;
    transform: translate3d(0,0,0)
}

.vertical-carousel .image-content.stick {
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%!important;
    position: fixed
}

.vertical-carousel .image-content.stick img {
    position: absolute;
    top: 0;
    left: 0
}

.vertical-carousel .app-loaded .image-content .image-slide {
    background-image: url(../images/blocks/slide-stack.jpg)
}

.vertical-carousel .carousel-content {
    height: 80vh
}

@media (min-width: 480px) {
    .vertical-carousel .carousel-content .center-content {
        position:absolute;
        top: 50%;
        transform: translateY(-50%)
    }
}

@media only screen and (min-width: 481px) and (max-width:800px) and (orientation:landscape) {
    .vertical-carousel .carousel-content .center-content {
        width:40vw
    }

    .vertical-carousel .carousel-content .center-content a,.vertical-carousel .carousel-content .center-content h3 {
        margin-bottom: 10px
    }

    .vertical-carousel .carousel-content .center-content p {
        line-height: 1.2;
        margin-bottom: 10px
    }
}

@media (max-width: 479px) {
    .vertical-carousel {
        display:none
    }
}

@media (max-width: 800px) {
    .best-fit-quiz .range-sliders .range-slider {
        margin-bottom:30px
    }
}

.best-fit-quiz .range-sliders .headline {
    min-height: 100px;
    text-align: center
}

.best-fit-quiz .range-sliders label {
    width: 100%;
    min-height: 95px;
    text-align: center;
    font-size: 26px;
    color: #0079c2;
    font-weight: 400
}

@media (max-width: 800px) {
    .best-fit-quiz .range-sliders label {
        font-size:28px
    }
}

.best-fit-quiz .plan-badge strong {
    text-transform: capitalize
}

.best-fit-quiz .range-indicators {
    position: relative
}

.best-fit-quiz .indicator {
    pointer-events: none;
    position: absolute;
    top: -23px;
    width: 10px
}

.best-fit-quiz .indicator:first-child {
    left: 5%
}

.best-fit-quiz .indicator:last-child {
    left: 95%
}

.best-fit-quiz .indicator:before {
    content: "";
    width: 2px;
    height: 25px;
    background: #fff;
    display: block;
    position: relative;
    left: 0
}

.best-fit-quiz .indicator:after {
    content: "";
    width: 2px;
    height: 8px;
    background: #0079c2;
    display: block
}

.best-fit-quiz input[type=range] {
    -webkit-appearance: none;
    cursor: pointer
}

.best-fit-quiz input[type=range]:focus {
    outline: 0
}

.best-fit-quiz input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border-radius: 50%;
    border: 4px solid #0079c2;
    width: 30px;
    height: 30px;
    margin-top: -8px;
    position: relative;
    z-index: 3;
    background: #fff
}

.best-fit-quiz input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    border-radius: 50%;
    border: 4px solid #0079c2;
    width: 30px;
    height: 30px;
    margin-top: -8px;
    position: relative;
    z-index: 3;
    background: #fff
}

.best-fit-quiz input[type=range]::-ms-thumb {
    -webkit-appearance: none;
    border-radius: 50%;
    border: 4px solid #0079c2;
    width: 30px;
    height: 30px;
    margin-top: -8px;
    position: relative;
    z-index: 3;
    background: #fff
}

.best-fit-quiz input[type=range]::-webkit-slider-runnable-track {
    height: 10px;
    border-radius: 15px;
    background: #dcdcdc
}

.best-fit-quiz input[type=range]::-moz-range-track {
    height: 10px;
    border-radius: 15px;
    background: #dcdcdc
}

.best-fit-quiz input[type=range]::-ms-track {
    border-radius: 15px;
    background: #dcdcdc;
    border: 23px solid transparent;
    background: 0 0;
    height: 0
}

.best-fit-quiz input[type=range]::-ms-fill-lower {
    height: 10px;
    border-radius: 15px;
    background: #dcdcdc
}

.best-fit-quiz input[type=range]::-ms-fill-upper {
    height: 10px;
    border-radius: 15px;
    background: #dcdcdc
}

.best-fit-quiz .ie .range-indicators {
    top: -56px
}

.best-fit-quiz .ie .indicator:first-child,.best-fit-quiz .ie .indicator:last-child {
    display: none
}

@media (max-width: 800px) {
    .discount-subsidy-results .col:first-child {
        border-bottom:1px solid #dcdcdc;
        padding-bottom: 30px
    }
}

@media (min-width: 801px) {
    .discount-subsidy-results .col:first-child {
        border-right:1px solid #dcdcdc;
        padding-right: 30px
    }
}

@media (max-width: 800px) {
    .discount-subsidy-results .col:last-child {
        padding-top:30px
    }
}

.in-out-network .img-container {
    position: relative;
    width: 80px;
    display: inline-block
}

.in-out-network .person {
    position: relative;
    z-index: 2;
    width: 52px;
    height: 66px;
    max-width: none;
    transition: left 420ms cubic-bezier(.87,-.41,.19,1.44);
    left: 0
}

.in-out-network .person-bg {
    position: relative;
    margin-top: -93px;
    width: 80px;
    height: 80px;
    max-width: none
}

.in-out-network .animate .person {
    left: -76px
}

.in-out-network .text {
    text-align: center
}

@media (min-width: 801px) {
    .in-out-network .text {
        text-align:left
    }
}

@media (max-width: 800px) {
    .expenses-over-year .cols {
        width:72%;
        float: left;
        padding-left: 20px
    }

    .expenses-over-year .cols .col {
        text-align: center;
        padding: 0 0 25px;
        min-height: 180px
    }
}

.row .expenses-over-year {
    text-align: left
}

@media (min-width: 801px) {
    .row .expenses-over-year .cols.col3.exspense-over-year-wrapper {
        margin-bottom:30px
    }
}

.dental-light-blue {
    background: #0079c2
}

.dental-mid-blue,.glossary-pagination li.active,.glossary-pagination li:hover {
    background: #00609a
}

.dental-dark-blue {
    background: #002e58
}

.dental-light-blue img {
    position: absolute;
    bottom: 0;
    left: 10px
}

.dental-dark-blue img {
    position: absolute;
    bottom: 0;
    right: 10px
}

.cost-over-year {
    height: 44px;
    position: relative
}

.exspense-over-year-wrapper .col-sm-4,.glossary-pagination ul {
    padding: 0
}

.cost-over-year img {
    height: 40px;
    width: 40px
}

@media (min-width: 801px) {
    .expenses-over-year h3 {
        font-size:24px
    }
}

@media (max-width: 800px) {
    .expenses-over-year .exspense-over-year-wrapper {
        float:left;
        padding: 0 0 0 15px;
        width: 15%
    }

    .cost-over-year {
        height: 180px;
        position: relative;
        float: left;
        width: 61px
    }

    .cost-over-year-info .col-sm-4 {
        padding: 0 0 25px 20px;
        min-height: 180px
    }

    .dental-light-blue img {
        top: 10px;
        left: 10px
    }

    .dental-dark-blue img {
        left: 10px;
        bottom: 10px
    }

    .cost-over-year-info {
        float: left;
        width: 72%
    }
}

.glossary-pagination {
    overflow-x: auto;
    overflow-y: hidden;
    margin-right: -30px
}

@media (max-width: 800px) {
    .glossary-pagination {
        -webkit-overflow-scrolling:touch;
        -ms-overflow-style: none
    }
}

.glossary-pagination::-webkit-scrollbar {
    display: none
}

@media (max-width: 800px) {
    .glossary-pagination ul {
        min-width:600px
    }
}

.glossary-pagination li {
    list-style: none;
    border-right: 1px solid #fff;
    background: #0079c2;
    width: 11%;
    height: 50px;
    float: left
}

@media screen and (max-width: 480px) {
    .glossary-pagination li:last-of-type:after {
        content:" ";
        padding-right: 30px;
        right: -60px;
        position: relative
    }
}

.glossary-pagination li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 50px;
    color: #fff;
    position: relative;
    font-weight: 600;
    text-align: center
}

.glossary-pagination li a:hover {
    color: #fff;
    text-decoration: none
}

.article-header,.tab-pane h5 {
    margin-bottom: 30px
}

.article-header:after,.article-header:before {
    content: " ";
    display: table
}

.article h1.news-article-headline,.article-header:after {
    clear: both
}

@media (min-width: 801px) {
    .article-header .info {
        float:left
    }
}

.article-header .info h6 {
    line-height: 42px
}

@media (max-width: 800px) {
    .article-header .info {
        text-align:center
    }
}

@media (min-width: 801px) {
    .article-header .selects {
        float:right
    }
}

@media (max-width: 800px) {
    .article-header select {
        margin-bottom:20px
    }
}

@media (min-width: 801px) {
    .article-header select {
        width:230px;
        display: inline-block
    }

    .article-header select:last-child {
        margin-right: 0
    }
}

@media (min-width: 480px) {
    .article-social-icons {
        float:right
    }
}

@media (max-width: 479px) {
    .article-social-icons {
        margin-bottom:-30px;
        text-align: right
    }
}

.article-social-icons a {
    margin-right: 10px
}

.article {
    text-align: left
}

.article .title {
    font-weight: 20px
}

.article .image-container {
    margin-top: 30px;
    margin-bottom: 60px;
    position: relative
}

.article .image-container .social-share {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 100%
}

.article .image-container .social-share a {
    position: absolute;
    bottom: 0;
    right: 0;
    transition: 420ms cubic-bezier(.87,-.41,.19,1.44)
}

.article .image-container .social-share.active .tw {
    bottom: 50px
}

.article .image-container .social-share.active .fb {
    bottom: 100px
}

.article .image-container .social-share.active .in {
    bottom: 150px
}

.article .image-container .social-share.active .close {
    z-index: 2
}

.article .image-container .social-share.active .go {
    display: none
}

.article blockquote {
    color: #002e58;
    font-size: 26px;
    line-height: 2.5;
    text-align: center;
    padding: 60px 0;
    border: 0;
    border-top: 2px solid #dcdcdc;
    border-bottom: 2px solid #dcdcdc;
    margin: 30px 0 60px
}

.article blockquote .share-quote {
    display: block;
    text-align: right;
    margin-top: -42px
}

.article-title,.search-article {
    padding: 60px 0;
    border-top: 2px solid #dcdcdc;
    text-align: left
}

.search-article:last-child {
    border-bottom: 2px solid #dcdcdc
}

.search-article a {
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden
}

.search-article .title {
    font-size: 20px
}

.search-input .input-group-addon {
    background: #fff
}

.carousel .carousel-control .search-input span.left:before,.carousel .carousel-control .search-input span.right:before,.checklist .search-input li:before,.checklist-green .search-input li:before,.error .search-input li:before,.featured-carousel .arrows-section .search-input .carousel-actions:before,.footer-links .blocked-link-list ul ul .search-input li:after,.masthead .search-input .page-breadcrumb:after,.medicare-quiz-container header .search-input .back-arrow:after,.panel-group .panel-heading .search-input a:before,.plan-carousel .plan-header .search-input .carousel-actions:before,.search-input .carousel .carousel-control span.left:before,.search-input .carousel .carousel-control span.right:before,.search-input .checklist li:before,.search-input .checklist-green li:before,.search-input .error li:before,.search-input .featured-carousel .arrows-section .carousel-actions:before,.search-input .footer-links .blocked-link-list ul ul li:after,.search-input .glyphicon,.search-input .highlight-no:before,.search-input .highlight-yes:before,.search-input .masthead .page-breadcrumb:after,.search-input .medicare-quiz-container header .back-arrow:after,.search-input .panel-group .panel-heading a:before,.search-input .plan-carousel .plan-header .carousel-actions:before,.search-input .state-link:before,.search-input .state-modal .states li a:after,.search-input a.link:after,.search-input a.prev-link:before,.state-modal .states li .search-input a:after {
    color: #0079c2;
    font-size: 20px
}

.article-title:after,.article-title:before,.form-content figure:after,.form-content figure:before {
    content: " ";
    display: table
}

.article-title:after {
    clear: both
}

.article-title:last-child {
    border-bottom: 2px solid #dcdcdc
}

@media (min-width: 1024px) {
    .article-title .has-image {
        width:60%;
        float: left
    }
}

@media (min-width: 801px) {
    .article-title .has-image {
        width:55%;
        float: left
    }
}

.article-title .headline,.article-title .headline-half {
    text-align: left
}

.article-title a {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    display: inline-block
}

.article-title img {
    border: 10px solid #eee
}

@media (min-width: 801px) {
    .article-title img {
        float:right;
        vertical-align: top
    }
}

@media (max-width: 800px) {
    .article-title img {
        margin-top:20px
    }
}

.article-pagination {
    margin-top: 30px;
    text-align: left
}

@media (min-width: 480px) {
    .article-pagination .pagination {
        float:left
    }

    .article-pagination .info {
        padding-top: 30px;
        float: right
    }
}

.site-map {
    text-align: left
}

.site-map ul {
    list-style: none;
    padding-left: 0
}

.checkbox label,.site-map ul ul {
    padding-left: 30px
}

.site-map ul ul ul {
    margin: 20px 0 30px
}

.site-map ul h5+ul {
    margin-top: -8px
}

.site-map ul li {
    margin-bottom: 10px
}

.site-map a {
    text-decoration: underline
}

.ant-task-bar {
    position: relative
}

[placeholder] {
    text-overflow: ellipsis
}

.ant-search {
    width: 57px
}

.ant-search-open .ant-profile,.ant-search-open .ant-spanish {
    display: none
}

.ant-search-open .ant-search {
    position: absolute;
    right: 0;
    width: 260px;
    background: 0 0;
    visibility: visible;
    transition: all .3s ease
}

@media screen and (min-width: 375px) {
    .ant-search-open .ant-search {
        width:311px
    }
}

#global-search {
    visibility: hidden;
    float: left;
    margin-top: 14px;
    height: 0;
    overflow: hidden;
    width: 0
}

#global-search input[type=text] {
    display: block;
    float: left;
    width: 144px;
    margin-left: 10px;
    margin-right: -1px
}

@media screen and (min-width: 375px) {
    #global-search input[type=text] {
        width:180px;
        margin-left: 15px
    }
}

#global-search input[type=submit] {
    display: block;
    float: left;
    padding: 10px 8px
}

.ant-search-open #global-search {
    visibility: visible;
    height: 39px;
    overflow: hidden;
    width: 207px;
    transition: width .3s ease
}

@media screen and (min-width: 375px) {
    .ant-search-open #global-search {
        width:255px
    }
}

@media screen and (min-width: 1024px) {
    #global-search {
        margin-top:23px
    }
}

.results-filter {
    width: 100%
}

#results-count {
    margin-bottom: 2rem
}

@media screen and (min-width: 801px) {
    #results-count {
        margin-bottom:.5rem
    }
}

.search-results-filter {
    padding-bottom: 30px
}

.search-results-filter h2 {
    line-height: 1.5rem;
    margin-bottom: .5rem
}

.search-results-filter h3 {
    font-size: .8rem;
    margin-bottom: 10px
}

.search-results-filter a.showTopic {
    font-size: .8rem;
    position: relative;
    display: block;
    padding-bottom: 40px;
    background-color: #fff;
    -webkit-animation: link-slide-dn .5s ease-out;
    -moz-animation: link-slide-dn .5s ease-out;
    animation: link-slide-dn .5s ease-out
}

.search-results-filter a.showTopic::after {
    font-size: 14px;
    transform: rotate(270deg);
    top: 12px;
    left: 10px
}

.search-results-filter a.showTopic.collapsed {
    -webkit-animation: link-slide .5s ease-out;
    -moz-animation: link-slide .5s ease-out;
    animation: link-slide .5s ease-out
}

.search-results-filter a.showTopic.collapsed::after {
    transform: rotate(90deg);
    top: -7px
}

#search-no-results-wrapper p {
    margin-bottom: .5rem
}

.search-suggestions {
    padding: 30px 0;
    margin-bottom: 60px
}

@media screen and (min-width: 801px) {
    .search-suggestions {
        padding:30px
    }

    #results-count,#search-no-results-wrapper p {
        margin-left: 30px
    }

    .results-filter button {
        display: none
    }

    .results-filter .dropdown-menu,.results-filter .dropdown-menu-2 {
        display: block;
        position: relative;
        min-width: 0;
        width: calc(100% + 15px);
        box-shadow: none;
        border-radius: 0
    }

    .results-filter .dropdown-menu {
        margin: 0;
        padding: 0;
        border-color: #eee
    }

    .results-filter .dropdown-menu a {
        border-bottom-color: #eee
    }

    .results-filter .dropdown-menu a.active {
        background-color: #00609a
    }

    .results-filter .dropdown-menu a.active span {
        color: #fff
    }

    .results-filter .dropdown-menu a:hover {
        color: #fff;
        background-color: #00609a
    }

    .results-filter .dropdown-menu a>span {
        padding: 7px 0;
        font-size: .8rem;
        display: inline-block
    }

    .results-filter .dropdown-menu-2 {
        padding: 10px 0;
        border-top: #eee solid 1px;
        list-style: none;
        margin: 0 0 5px;
        min-height: 75px
    }

    .results-filter .dropdown-menu-2 li:last-of-type {
        border-bottom: #eee solid 1px;
        padding-bottom: 10px
    }

    .results-filter .dropdown-menu-2 li.expanded {
        -webkit-animation: slide-down .5s ease-out;
        -moz-animation: slide-down .5s ease-out;
        animation: slide-down .5s ease-out
    }

    @-webkit-keyframes slide-down {
        0% {
            opacity: 0;
            -webkit-transform: translateY(-100%)
        }

        to {
            opacity: 1;
            -webkit-transform: translateY(0)
        }
    }

    @-moz-keyframes slide-down {
        0% {
            opacity: 0;
            -moz-transform: translateY(-100%)
        }

        to {
            opacity: 1;
            -moz-transform: translateY(0)
        }
    }

    .results-filter .dropdown-menu-2 a {
        color: #333;
        display: block;
        line-height: 1.5rem;
        border: 0
    }

    .results-filter .dropdown-menu-2 a.active span {
        color: #00609a;
        font-weight: 600
    }

    .results-filter .dropdown-menu-2 a:hover {
        color: #0079c2
    }

    .results-filter .dropdown-menu-2 a>span {
        padding: 0;
        font-size: .8rem;
        display: inline-block;
        margin-left: 20px
    }

    #search-form-results-page input[type=text] {
        width: 400px
    }
}

@media screen and (min-width: 801px) and (min-width:1200px) {
    #search-form-results-page input[type=text] {
        width:490px
    }
}

.enrollmentContainer .providerContainer .checkPageContainer fieldset legend,.search-results-wrapper {
    text-align: left
}

.search-results-wrapper p {
    margin-bottom: 0;
    line-height: 1.5rem
}

#search-main-results .search-results-item {
    margin: 30px 0 0
}

#search-main-results .search-results-item em {
    font-weight: 700;
    font-style: normal
}

#search-featured-results {
    background: #eee;
    padding: 30px 0
}

#search-featured-results h2 {
    padding: 0 30px;
    font-size: 1.3rem
}

#search-featured-results .search-results-item {
    margin: 30px 0 0;
    padding: 0 30px
}

#search-form-results-page {
    margin-bottom: 40px
}

#searchPolicyContainer #search-form-results-page input[type=text] {
    display: block;
    margin-right: -1px;
    width: calc(100% - 70px);
    float: left
}

@media screen and (min-width: 801px) {
    #searchPolicyContainer #search-form-results-page input[type=text] {
        width:400px
    }
}

#search-form-results-page input[type=submit] {
    float: none;
    display: inline-block;
    margin-bottom: 1.6rem;
    padding: 11px 12px
}

@media screen and (min-width: 480px) {
    #search-form-results-page input[type=submit] {
        padding:10px 12px
    }
}

.result-heading {
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.5rem
}

.result-url {
    color: #05ac99;
    margin-top: 0;
    word-wrap: break-word
}

#search-main-results .search-results-item {
    border-bottom: 2px solid #eee;
    padding-bottom: 30px
}

.pager-wrapper {
    position: relative
}

.pager-wrapper ul {
    margin: 30px auto;
    padding: 0 0 60px
}

.pager-link {
    display: block;
    float: left;
    font-weight: 700;
    background-color: #006eb9;
    margin: 0 1px
}

.pager-link a {
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-bottom: none
}

.pager-link a .fa {
    color: #fff;
    line-height: inherit
}

.pager-link.current-page {
    background-color: #00568f;
    text-decoration: underline
}

.pager-link:hover {
    background-color: #00568f
}

#search-no-results-wrapper {
    padding-top: 2rem;
    margin-top: 2rem
}

.search-suggestions h2 {
    font-size: 24px;
    margin-bottom: 1rem
}

.search-suggestions li ul {
    margin-top: 1rem
}

.pager-link,.search-suggestions li li {
    list-style: none
}

#search-results-pager-sm {
    display: block;
    float: right
}

#search-results-pager-lg,.search-auto-suggest .ant-lg-select .tcp-auto-suggest legend {
    display: none
}

@media screen and (min-width: 801px) {
    #search-results-pager-sm {
        display:none
    }

    #search-results-pager-lg {
        display: block;
        float: right
    }

    #search-main-results .search-results-item {
        margin: 30px 0 0;
        padding: 0 30px 30px
    }
}

.search-auto-suggest {
    position: relative;
    z-index: 1005
}

.search-auto-suggest span.fa-search {
    border-left: none;
    transform: rotateY(180deg);
    position: relative;
    float: right;
    bottom: 22px;
    left: -15px;
    z-index: 2;
    color: #666
}

.search-auto-suggest .ant-lg-select {
    display: inline-block
}

.search-auto-suggest .ant-lg-select.global-header {
    display: block
}

.search-auto-suggest .ant-lg-select .tcp-auto-suggest {
    display: inline-block;
    text-align: left
}

.search-auto-suggest .ant-lg-select .tcp-auto-suggest .psDropdown {
    margin-top: 3.1rem;
    width: 100%;
    margin-left: 0
}

.search-auto-suggest .ant-lg-select .tcp-auto-suggest .psDropdown.active {
    overflow-y: auto
}

.search-auto-suggest .ant-lg-select .tcp-auto-suggest .psDropdown.active>div {
    position: relative;
    overflow-y: auto
}

@media screen and (min-width: 480px) {
    .search-auto-suggest .ant-lg-select .tcp-auto-suggest .psDropdown {
        margin-top:2.5rem
    }
}

@media screen and (min-width: 800px) {
    .search-auto-suggest .ant-lg-select .tcp-auto-suggest .psDropdown {
        margin-top:2.1rem
    }
}

.search-auto-suggest .ant-lg-select .tcp-auto-suggest .ant-text-input {
    width: 100%;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-top: .65rem;
    padding-bottom: .65rem;
    position: relative;
    top: 5px
}

@media screen and (min-width: 480px) {
    .search-auto-suggest .ant-lg-select .tcp-auto-suggest .ant-text-input {
        padding-top:.5rem;
        padding-bottom: .45rem;
        top: 3px
    }
}

@media screen and (min-width: 800px) {
    .search-auto-suggest .ant-lg-select .tcp-auto-suggest .ant-text-input {
        padding-top:.35rem;
        padding-bottom: .3rem;
        width: 400px;
        top: 0
    }
}

.search-auto-suggest .ant-lg-select .tcp-auto-suggest .no-suggestions {
    padding: 8px 1rem
}

.content-container.newsContainer .nav-pills li.active:after,.search-auto-suggest .ant-lg-select .ant-search-button {
    display: none
}

.search-auto-suggest .ant-lg-select.global-header {
    position: relative;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0 15px;
    width: 100%
}

.search-auto-suggest .ant-lg-select.global-header .tcp-auto-suggest {
    display: block
}

.search-auto-suggest .ant-lg-select.global-header .tcp-auto-suggest .psDropdown {
    margin-top: 3rem;
    color: #333
}

@media screen and (min-width: 480px) {
    .search-auto-suggest .ant-lg-select.global-header .tcp-auto-suggest .psDropdown {
        margin-top:2.5rem
    }
}

@media screen and (min-width: 801px) {
    .search-auto-suggest .ant-lg-select.global-header {
        padding:0;
        top: 13px;
        width: 250px
    }

    .search-auto-suggest .ant-lg-select.global-header .tcp-auto-suggest .psDropdown {
        margin-top: 1.7rem
    }
}

@media screen and (min-width: 1024px) {
    .search-auto-suggest .ant-lg-select.global-header {
        top:25px
    }
}

.search-auto-suggest .ant-lg-select.global-header .ant-search-input {
    border: 0;
    border-bottom: solid 1px #dcdcdc;
    border-radius: 0;
    padding-left: 0;
    padding-right: 30px;
    width: 100%
}

@media screen and (min-width: 801px) {
    .search-auto-suggest .ant-lg-select.global-header .ant-search-input {
        font-size:14px;
        float: right;
        width: 250px
    }
}

.search-auto-suggest .ant-lg-select.global-header .ant-search-input::placeholder {
    color: #666
}

@media screen and (min-width: 801px) {
    .search-auto-suggest .ant-lg-select.global-header {
        position:absolute
    }
}

@media screen and (min-width: 801px) {
    .search-auto-suggest span.fa-search {
        bottom:-1.15rem;
        left: 0
    }
}

@media screen and (min-width: 1024px) {
    .search-auto-suggest span.fa-search {
        bottom:-1.7rem
    }
}

.content-container.featured-container {
    margin-bottom: 2px;
    padding-bottom: 30px;
    margin-left: -15px;
    margin-right: -15px
}

.content-container.featured-container .feature-img {
    width: 100%;
    height: 246px;
    display: block;
    background-position: 50% top;
    background-size: cover
}

@media (max-width: 800px) {
    .content-container.featured-container .feature-img {
        height:180px
    }
}

@media (max-width: 479px) {
    .content-container.featured-container .feature-img {
        height:115px
    }
}

.content-container.newsContainer {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
    margin-top: 0
}

.content-container.newsContainer .no-articles-message {
    clear: both;
    padding: 2rem 1rem
}

.content-container.newsContainer .ajaxLoader {
    margin: 1rem
}

.content-container.newsContainer .nav-pills li {
    min-height: 48px
}

.content-container.newsContainer .nav-pills li a {
    padding: 5px;
    font-size: 14px;
    font-weight: 400
}

.content-container.newsContainer .nav-pills li:not(:last-child) {
    margin-right: 5px
}

.content-container.newsContainer h3 {
    padding-bottom: 32px;
    text-align: center;
    font-weight: 400
}

.content-container.newsContainer .news-item-wrapper {
    padding-top: 3rem;
    clear: both
}

.content-container.newsContainer .news-item-wrapper .news-item-image {
    width: 100%;
    height: 430px;
    background-repeat: no-repeat;
    background-size: cover
}

.content-container.newsContainer .articleInfo:after,.content-container.newsContainer .news-item-wrapper:after {
    content: "";
    border-bottom: 5px solid #eee;
    width: 1200px;
    margin: 0 -60px;
    display: block;
    padding-top: 3rem
}

@media screen and (min-width: 1024px) {
    .content-container.newsContainer fieldset.pfSelect {
        margin-bottom:0
    }
}

.content-container.newsContainer fieldset.pfSelect button:focus,.flex-container .state-select-dropdown .pfSelect button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.content-container.newsContainer .ant-md-select {
    display: inline-block
}

@media screen and (min-width: 801px) {
    .content-container.newsContainer .ant-md-select {
        float:left
    }
}

@media screen and (min-width: 480px) {
    .content-container.newsContainer .pretend-pagination {
        position:relative
    }
}

.content-container.newsContainer .pretend-pagination ul {
    float: right;
    margin: 32px 0 0;
    padding: 0
}

.content-container.newsContainer .pretend-pagination ul li.pager-link {
    font-weight: 400;
    margin-left: 8px
}

.content-container.newsContainer .pretend-pagination ul li.pager-link.current-page {
    background-color: #002e58;
    text-decoration: none
}

.content-container.newsContainer .pretend-pagination ul li.pager-link a {
    height: 46px;
    width: 46px;
    line-height: 46px
}

.content-container.newsContainer .pretend-pagination ul li.pager-link a .fa,.pressRoomContainer .pager-wrapper .pager-link a .fa,.zip-section-container .panel-content #zipCountyContainer .tab-content .flex-container>div .form-item .ant-md-select.no-border .pfSelect button .psArrow::before {
    line-height: inherit
}

.content-container.newsContainer .articleInfo {
    margin-top: 15px
}

.content-container.newsContainer .clearFloat,.form-content figure:after {
    clear: both
}

@media screen and (min-width: 1024px) {
    #news-category-toggle {
        margin-bottom:4rem
    }

    #news-category-toggle label {
        font-size: 14px
    }
}

.featured-news-item {
    margin-bottom: 3rem
}

@media screen and (min-width: 801px) {
    .featured-news-item {
        margin-bottom:0
    }
}

.featured-news-item:last-of-type {
    margin-bottom: 0
}

.featured-news-item p {
    display: block;
    padding-top: .5rem;
    margin-bottom: 0
}

.featured-news-image {
    width: 100%;
    margin-bottom: .5rem
}

.news-item-body {
    width: 100%
}

.news-item-category {
    display: block;
    color: #a3a3a3;
    text-align: left;
    margin-bottom: .5rem
}

.news-item-headline {
    color: #0079c2;
    margin-top: 1rem;
    font-size: 2rem;
    line-height: 1.3
}

.news-item-headline a {
    border-bottom: none;
    word-wrap: break-word
}

.news-item-date {
    color: #a3a3a3;
    margin-top: 2rem;
    font-size: 1rem
}

@media screen and (min-width: 801px) {
    .news-item-body {
        float:left;
        width: 70%;
        padding-right: 30px
    }

    .news-item-date {
        display: block;
        margin-top: 1rem
    }
}

.news-filters-section {
    display: inline-block;
    position: relative;
    width: 100%
}

@media (max-width: 800px) {
    .content-container.newsContainer {
        padding:60px 15px 0
    }

    .content-container.newsContainer .news-item-wrapper .news-item-image {
        background-size: cover;
        background-position: 50% 50%
    }
}

@media (max-width: 479px) {
    .content-container.newsContainer {
        padding-top:48px;
        padding-right: 0;
        padding-left: 0
    }

    .content-container.newsContainer .news-item-wrapper .news-item-image {
        height: 200px
    }

    .content-container.newsContainer .news-item-wrapper .news-item-headline {
        font-size: 1.2rem
    }

    .content-container.newsContainer .news-item-wrapper .news-item-date {
        margin-top: 2rem
    }

    .content-container.newsContainer .pretend-pagination ul li.pager-link a {
        height: 25px;
        width: 25px;
        line-height: 25px
    }

    .content-container.newsContainer .articleInfo {
        margin-top: 15px
    }

    .content-container.newsContainer .ant-md-select .pfSelect .psButton {
        width: 100%
    }

    .content-container.newsContainer .ant-md-select .pfSelect .psDropdown {
        max-width: 100%
    }
}

.ant-blog-hero {
    background-position: 50% top;
    background-size: cover;
    margin: 10px 25px 20px;
    padding: 10px 30px 50px
}

.ant-blog-hero .news-item-category {
    color: #333;
    font-weight: 400;
    margin: 0
}

.ant-blog-hero a.title {
    color: #333
}

.ant-blog-hero a.title h1 {
    font-weight: 400;
    margin-top: 0
}

@media screen and (min-width: 801px) {
    .ant-blog-hero {
        margin-top:-20px;
        min-height: 450px;
        padding: 30px 50px 50px
    }
}

.pressRoomContainer .news-filters-section {
    border-bottom: 2px solid #eee;
    padding-bottom: 1.5rem
}

.pressRoomContainer .news-filters-section .ant-md-select {
    display: inline-block
}

.pressRoomContainer .news-filters-section fieldset.pfSelect {
    margin-bottom: 20px
}

.pressRoomContainer .news-filters-section .pretend-pagination {
    display: block
}

.pressRoomContainer .news-item-wrapper {
    border-bottom: 2px solid #eee;
    padding: 2rem 0;
    clear: both
}

.pressRoomContainer .news-item-wrapper h2.press-room-headline {
    line-height: 1.7;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 0;
    padding-right: 0
}

.pressRoomContainer .news-item-wrapper h2 a,.pressRoomContainer .news-item-wrapper h2 a:active,.pressRoomContainer .news-item-wrapper h2 a:focus,.pressRoomContainer .news-item-wrapper h2 a:hover {
    text-decoration: none
}

.pressRoomContainer .ant-press-room-item-date {
    position: relative;
    left: 3px
}

@media screen and (min-width: 480px) {
    .pressRoomContainer .news-filters-section .pretend-pagination {
        position:relative
    }
}

@media screen and (min-width: 801px) {
    .pressRoomContainer .news-item-wrapper h2.press-room-headline {
        padding-right:150px
    }

    .pressRoomContainer .ant-press-room-item-date {
        left: auto;
        padding-top: 5px;
        position: absolute;
        right: 0
    }

    .pressRoomContainer .news-filters-section .ant-md-select {
        float: left;
        width: 50%
    }

    .pressRoomContainer .news-filters-section .pretend-pagination {
        bottom: 19%;
        float: right;
        padding-top: 0;
        position: absolute;
        right: 0;
        text-align: right;
        width: 50%
    }
}

@media screen and (min-width: 1024px) {
    .pressRoomContainer .news-filters-section fieldset.pfSelect {
        margin-bottom:0
    }

    .pressRoomContainer .news-filters-section .ant-md-select {
        width: 33%
    }

    .pressRoomContainer .news-filters-section .pretend-pagination {
        bottom: 22px;
        width: 33%
    }
}

.enrollmentContainer .providerContainer .checkPageContainer ::-ms-clear {
    width: 0;
    height: 0
}

.enrollmentContainer .providerContainer .checkPageContainer fieldset {
    display: inline
}

.enrollmentContainer .providerContainer .checkPageContainer fieldset .psDropdown {
    text-align: left
}

.enrollmentContainer .providerContainer .checkPageContainer .availity-radio {
    margin-top: 3rem
}

.enrollmentContainer .providerContainer .checkPageContainer .availity-radio fieldset {
    width: 600px;
    max-width: 100%
}

.enrollmentContainer .providerContainer .checkPageContainer .availity-radio fieldset legend {
    margin-bottom: .7143rem;
    border: 0;
    font-size: 1rem;
    font-weight: 600
}

.enrollmentContainer .providerContainer .checkPageContainer .availity-radio fieldset span {
    display: block;
    width: 193px;
    margin: auto;
    position: absolute;
    left: -1.5rem;
    right: 0
}

@media screen and (min-width: 801px) {
    .enrollmentContainer .providerContainer .checkPageContainer .availity-radio fieldset span {
        width:203px
    }
}

@media (max-width: 800px) {
    .enrollmentContainer .providerContainer .checkPageContainer fieldset {
        display:block
    }
}

@media (max-width: 479px) {
    .redirectModel,.redirectModel .modal-dialog,.redirectModel .modal-dialog .modal-content {
        height:100%
    }
}

.redirectModel .modal-dialog {
    width: auto;
    text-align: center
}

@media (min-width: 801px) {
    .redirectModel .modal-dialog .modal-content {
        padding:40px 100px 50px
    }
}

.redirectModel .modal-dialog .modal-content .modal-header {
    border: 0
}

.flex-container .state-select-dropdown legend,.redirectModel .modal-dialog .modal-content .modal-header .close {
    display: none
}

.redirectModel .modal-dialog .modal-content .modal-footer {
    border: 0;
    margin-top: 1rem
}

.redirectModel .modal-dialog .modal-content .modal-footer .modal-component-footer .btn-secondary {
    border: 1px solid #e82d05
}

.ant-provider-task-icon a:focus span,.ant-provider-task-icon a:hover span,.redirectModel .modal-dialog .modal-content .modal-footer .modal-component-footer .btn-secondary:active,.redirectModel .modal-dialog .modal-content .modal-footer .modal-component-footer .btn-secondary:active:focus,.redirectModel .modal-dialog .modal-content .modal-footer .modal-component-footer .btn-secondary:focus,.redirectModel .modal-dialog .modal-content .modal-footer .modal-component-footer .btn-secondary:hover {
    color: #fff
}

.ant-provider-task-icon {
    padding: 30px 0
}

@media screen and (min-width: 801px) {
    .ant-provider-task-icon {
        padding:60px 0;
        text-align: center
    }
}

.ant-provider-task-icon div {
    display: block;
    margin-bottom: 15px
}

@media screen and (min-width: 801px) {
    .ant-provider-task-icon div {
        display:inline-block;
        margin: 0 30px
    }

    .ant-provider-task-icon div:first-of-type {
        margin-left: 0
    }
}

.ant-provider-task-icon div:last-of-type {
    margin-bottom: 0
}

@media screen and (min-width: 801px) {
    .ant-provider-task-icon div:last-of-type {
        margin-right:0
    }
}

.ant-provider-task-icon a {
    background-color: #fff;
    border: solid 2px #0079c2;
    color: #0079c2;
    display: block;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 40px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: auto;
    max-width: 250px
}

@media screen and (min-width: 801px) {
    .ant-provider-task-icon a {
        border-width:4px;
        display: inline-block;
        font-size: 14px;
        height: 15px;
        padding: 55px 5px 30px;
        width: 120px
    }
}

@media screen and (min-width: 1024px) {
    .ant-provider-task-icon a {
        font-size:18px;
        padding-bottom: 40px;
        padding-top: 75px;
        width: 155px
    }
}

.ant-provider-task-icon a:focus,.ant-provider-task-icon a:hover {
    background-color: #0079c2;
    color: #fff
}

.ant-provider-task-icon a span {
    color: #fe5e3c;
    content: " ";
    font-size: 30px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%)
}

@media screen and (min-width: 801px) {
    .ant-provider-task-icon a span {
        font-size:40px;
        left: 0;
        right: 0;
        top: 30px;
        transform: translateY(-50%)
    }
}

@media screen and (min-width: 1024px) {
    .ant-provider-task-icon a span {
        font-size:50px;
        top: 42px
    }
}

.providerManualsContainer {
    position: relative
}

@media screen and (min-width: 801px) {
    .providerManualsContainer span.pretend-pagination {
        position:absolute;
        bottom: 12px;
        right: 0
    }
}

.providerManualsContainer .manual-provider-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: flex-start;
    position: relative;
    margin-top: 1rem
}

.providerManualsContainer .manual-provider-wrapper .manuals-item-wrapper {
    border-bottom: solid 2px #eee;
    position: relative;
    padding: 2rem 0;
    width: 100%
}

@media screen and (min-width: 801px) {
    .providerManualsContainer .manual-provider-wrapper .manuals-item-wrapper {
        width:45%
    }

    .providerManualsContainer .manual-provider-wrapper .manuals-item-wrapper:nth-of-type(2) {
        border-top: solid 2px #eee
    }
}

.providerManualsContainer .manual-provider-wrapper .manuals-item-wrapper:nth-of-type(1) {
    border-top: solid 2px #eee
}

.providerManualsContainer .manual-provider-wrapper .manuals-item-wrapper h2 a {
    font-weight: 300;
    line-height: 1.7;
    border-bottom: solid 1px
}

.providerManualsContainer .manual-provider-wrapper .manuals-item-wrapper .ant-action-link .fa {
    transform: rotateX(180deg);
    font-size: inherit;
    padding-left: 5px
}

.providerManualsContainer .manual-provider-wrapper .manuals-item-wrapper .ant-action-link.collapsed .fa {
    transform: rotateX(0deg)
}

.providerManualsContainer .manual-provider-wrapper .manuals-item-wrapper .base-toggle-body a {
    margin-left: 10px;
    line-height: 1.5rem
}

.providerManualsContainer .manual-provider-wrapper .manuals-item-wrapper .tabs.teal .tab-content {
    padding-top: 10px
}

.flip-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 2rem
}

@media (max-width: 479px) {
    .flip-container {
        margin:0 .5rem
    }
}

.flip-container .flipper-container {
    perspective: 1000px;
    transform-style: preserve-3d;
    width: 49%;
    min-height: 310px;
    margin-top: 3rem
}

.flip-container .flipper-container.flip .flipper .back {
    transform: rotateY(0deg)
}

.flip-container .flipper-container.flip .flipper .front {
    transform: rotateY(180deg)
}

@media only screen and (max-width: 1024px) {
    .flip-container .flipper-container {
        width:100%;
        display: block;
        min-height: 260px;
        margin-top: 1rem
    }
}

.flip-container .flipper-container .flipper {
    transition: .6s;
    position: relative;
    text-align: center;
    transform-style: preserve-3d;
    color: #fff
}

.flip-container .flipper-container .flipper .fa-refresh {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    color: #fff
}

.flip-container .flipper-container .flipper .back,.flip-container .flipper-container .flipper .front {
    cursor: pointer;
    backface-visibility: hidden;
    position: absolute;
    transition: .6s;
    transform-style: preserve-3d;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 320px;
    background-color: #00609a;
    margin-bottom: 15px;
    padding: 2rem;
    height: auto
}

.flip-container .flipper-container .flipper .back.center,.flip-container .flipper-container .flipper .front.center {
    display: flex;
    justify-content: center;
    flex-flow: column
}

.flip-container .flipper-container .flipper .back div,.flip-container .flipper-container .flipper .back h4,.flip-container .flipper-container .flipper .front div,.flip-container .flipper-container .flipper .front h4 {
    font-weight: 300
}

.flip-container .flipper-container .flipper .front {
    z-index: 2;
    transform: rotateY(0deg)
}

.flip-container .flipper-container .flipper .front div {
    padding: 2rem 0 0
}

.flip-container .flipper-container .flipper .front .glyphicon-arrow-left {
    transform: rotate(-135deg)
}

@media only screen and (max-width: 1024px) {
    .flip-container .flipper-container .flipper .front {
        min-height:260px
    }

    .flip-container .flipper-container .flipper .front h4 {
        font-size: 24px
    }
}

.flip-container .flipper-container .flipper .back {
    transform: rotateY(-180deg)
}

@media only screen and (max-width: 1024px) {
    .flip-container .flipper-container .flipper .back {
        min-height:260px;
        padding: 2rem
    }
}

.icon-rotate-right:after {
    transform: rotate(90deg);
    transition: transform .25s ease-out;
    transform-origin: 10px
}

.photo-scroll {
    height: 100vh
}

@media screen and (min-width: 801px) {
    .photo-scroll {
        height:680px
    }
}

.photo-scroll.masthead-wrapper {
    height: 100vh;
    position: relative;
    z-index: 2
}

@media screen and (min-width: 801px) {
    .photo-scroll.masthead-wrapper {
        height:auto;
        padding: 0 0 80px;
        min-height: 600px
    }
}

.photo-scroll .image-mobile {
    text-align: center;
    position: absolute;
    background-size: auto 100%;
    background-position: 80% 100%;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    top: 0;
    display: block
}

@media screen and (min-width: 801px) {
    .photo-scroll .image-mobile {
        display:none
    }
}

.photo-scroll .scroll-images {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    display: none;
    height: 100%
}

.photo-scroll .scroll-images.animate .img {
    animation-name: FadeInOut;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 40s
}

.photo-scroll .scroll-images.animate .img:nth-of-type(1) {
    animation-delay: 32s
}

.photo-scroll .scroll-images.animate .img:nth-of-type(2) {
    animation-delay: 25s
}

.photo-scroll .scroll-images.animate .img:nth-of-type(3) {
    animation-delay: 16s
}

.photo-scroll .scroll-images.animate .img:nth-of-type(4) {
    animation-delay: 8s
}

.photo-scroll .scroll-images.animate .img:nth-of-type(5) {
    animation-delay: 0
}

.photo-scroll .scroll-images .img {
    background-size: cover;
    position: absolute;
    background-position: 80% 50%;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

@media screen and (min-width: 801px) {
    .photo-scroll .scroll-images {
        display:block
    }

    .photo-scroll .scroll-images .img {
        background-size: cover;
        background-position: 75% 100%
    }
}

@media screen and (min-width: 1200px) {
    .photo-scroll .scroll-images .img {
        background-position:100% 60%
    }
}

.login-mode .photo-scroll.masthead-wrapper {
    height: auto;
    overflow: hidden;
    padding-bottom: 75px;
    background: #fff
}

@media (min-width: 1024px) {
    .content-container.slide-container {
        padding-bottom:0;
        margin-bottom: 15px
    }

    .slide-content {
        width: 100%
    }
}

@media (min-width: 801px) {
    .clearfix.slide-container {
        margin-bottom:-40px
    }
}

@media (min-width: 480px) {
    .slide-content,.slide-content .slide-content-text {
        padding-left:0
    }

    .slide-content,.slide-content .image-container {
        padding-right: 0
    }
}

.ant-icon-row {
    text-align: center;
    display: flex;
    flex-direction: column;
    margin: 30px 0;
    background: #f3f3f3;
    padding: 20px 0
}

@media (min-width: 801px) {
    .ant-icon-row {
        flex-direction:row
    }
}

.ant-icon-row .img {
    padding: 15px;
    width: 100%
}

@media (min-width: 801px) {
    .ant-icon-row .img {
        width:30%
    }
}

@media (min-width: 1024px) {
    .ant-icon-row .img {
        width:20%
    }
}

.ant-icon-row .text {
    padding: 15px 20px;
    width: 100%
}

@media (min-width: 801px) {
    .ant-icon-row .text {
        width:70%;
        text-align: left
    }
}

@media (min-width: 1024px) {
    .ant-icon-row .text {
        width:80%
    }
}

.ant-icon-row h4 {
    margin-bottom: 20px;
    font-weight: 550
}

.ant-icon-row:last-child {
    margin-bottom: 0
}

.panel-table {
    font-size: 14px;
    padding-bottom: 40px
}

.panel-table .panel {
    background-color: #fff
}

@media screen and (min-width: 801px) {
    .panel-table .panel:nth-of-type(even) {
        background-color:#eee
    }
}

.panel-table .panel-question {
    padding: 15px
}

.panel-table .panel-question-first {
    padding-left: 0;
    padding-top: 15px
}

.panel-table .accordion-alternate .panel-heading {
    background: 0 0;
    border: 0;
    padding-bottom: 0;
    padding-right: 0
}

@media screen and (min-width: 801px) {
    .panel-table .accordion-alternate .panel-heading a {
        pointer-events:none
    }

    .panel-table .accordion-alternate .panel-heading a:after {
        display: none
    }
}

.panel-table .accordion-alternate .panel {
    border-top: solid 1px #eee
}

@media screen and (min-width: 801px) {
    .panel-table .accordion-alternate .panel {
        border:0
    }
}

.panel-table .accordion-alternate .panel:last-of-type {
    border-bottom: solid 1px #eee
}

@media screen and (min-width: 801px) {
    .panel-table .accordion-alternate .panel:last-of-type {
        border-bottom:0
    }

    .panel-table .accordion-alternate .panel-title {
        border: 0;
        padding-left: 10px;
        padding-right: 15px;
        padding-top: 30px
    }
}

.panel-table .accordion-alternate .panel-body {
    padding-bottom: 0
}

@media screen and (min-width: 801px) {
    .panel-table .accordion-alternate .collapse {
        display:inline-table;
        height: auto
    }
}

.panel-table .panel-group .panel-heading a {
    font-size: 18px
}

@media screen and (min-width: 801px) {
    .panel-table .panel-group .panel-heading a {
        font-size:14px;
        font-weight: 600;
        line-height: 20px
    }
}

.panel-table .panel-group .panel+.panel {
    margin-top: 0
}

.panel-table a small,.panel-table p {
    font-size: 14px
}

@media screen and (min-width: 801px) {
    .panel-table a small {
        display:block;
        font-size: 10px;
        font-weight: 600;
        line-height: 12px;
        margin-top: 15px
    }
}

.panel-table li {
    font-size: 14px;
    font-weight: 100;
    margin-bottom: 15px
}

.panel-table .panel-table-content {
    padding-top: 30px
}

@media screen and (min-width: 801px) {
    .panel-table .panel-table-content {
        flex:1;
        border-left: solid 1px #fff
    }
}

.panel-table .panel-mobile-title {
    margin-bottom: 20px
}

@media screen and (min-width: 801px) {
    .panel-table .panel-body {
        display:-webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        padding-bottom: 0;
        padding-right: 0;
        width: 100%
    }

    .panel-table .panel-primary {
        border: 0
    }
}

.panel-table .panel-group .panel-heading+.panel-collapse>.panel-body,.panel-table .panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border: 0;
    padding-bottom: 0;
    padding-right: 0
}

.zip-section-container.wide-container {
    padding: 0
}

.zip-section-container .panel-heading {
    font-size: 16px;
    padding: 30px 15px
}

.zip-section-container .panel-content #zipCountyContainer .tab-content .flex-container>div .form-item .ant-md-select.no-border .pfSelect button .psArrow,.zip-section-container .panel-heading a,.zip-section-container .panel-heading a:hover {
    border: 0
}

.zip-section-container .panel-heading .collapsed .fa {
    transform: rotate(180deg)
}

.zip-section-container .panel-heading .fa {
    transition: 500ms transform;
    color: #fff;
    position: relative;
    top: 2px
}

.zip-section-container .panel-content.in,.zip-section-container .panel-heading div {
    display: inline-block
}

.zip-section-container .panel-content #zipCountyContainer {
    padding: 60px 0 40px
}

.zip-section-container .panel-content #zipCountyContainer .tab-content .flex-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap
}

.zip-section-container .panel-content #zipCountyContainer .tab-content .flex-container>div {
    align-self: flex-start;
    padding: 0 10px
}

.zip-section-container .panel-content #zipCountyContainer .tab-content .flex-container>div:last-child.form-item {
    margin-top: 26px
}

.zip-section-container .panel-content #zipCountyContainer .tab-content .flex-container>div .form-item>label {
    margin-bottom: .7143rem
}

.zip-section-container .panel-content #zipCountyContainer .tab-content .flex-container>div .form-item .ant-md-select.no-border .pfSelect legend {
    color: #0079c2;
    margin-bottom: .29rem
}

.zip-section-container .panel-content #zipCountyContainer .tab-content .flex-container>div .form-item .ant-md-select.no-border .pfSelect button {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #000;
    background-color: transparent
}

.zip-section-container .panel-content #zipCountyContainer .tab-content .flex-container>div .form-item .ant-md-select.no-border .pfSelect button:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    text-decoration: none
}

.zip-section-container .panel-content #zipCountyContainer .tab-content .flex-container>div .form-item.has-error .ant-md-select.no-border .pfSelect .psButton {
    border: 1px solid #c03
}

.zip-section-container .panel-content #zipCountyContainer .tab-content .flex-container>div .form-item .text-negative {
    margin-bottom: 1rem
}

.zip-section-container .panel-content #zipCountyContainer .tab-content .flex-container .text-input,.zip-section-container .panel-content #zipCountyContainer .tab-content .flex-container>div.ant-input-short {
    width: 180px
}

.zip-section-container .panel-content #zipCountyContainer .tab-content .flex-container .text-input label {
    display: block;
    color: #0079c2;
    font-weight: 600
}

.zip-section-container .panel-content #zipCountyContainer .tab-content .flex-container .text-input .ant-input-short {
    width: 180px;
    border: 0;
    border-bottom: 1px solid #333;
    border-radius: 0
}

.zip-section-container .panel-content #zipCountyContainer .tab-content .flex-container .has-error .uxd-text-input .bottom-bar::before,.zip-section-container .panel-content #zipCountyContainer .tab-content .flex-container .text-input .has-error .ant-input-short {
    border-color: #c03
}

.zip-section-container .panel-content #zipCountyContainer .tab-content .flex-container .uxd-text-input {
    display: block;
    top: 3px
}

.zip-section-container .panel-content #zipCountyContainer .tab-content .flex-container .uxd-text-input label {
    color: #666;
    bottom: -2.3rem
}

.zip-section-container .panel-content #zipCountyContainer .tab-content .flex-container .uxd-text-input label.is-focused {
    bottom: 3px;
    padding-left: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #0079c2
}

.zip-section-container .panel-content #zipCountyContainer .tab-content .flex-container .uxd-text-input .ant-text-input {
    margin-top: 10px
}

.zip-section-container .panel-content #zipCountyContainer .tab-content .flex-container .uxd-text-input .bottom-bar {
    border-bottom: 1px solid #333
}

.zip-section-container .panel-content #zipCountyContainer .tab-content .flex-container .uxd-text-input .text-negative {
    margin-bottom: 1rem
}

.zip-section-container .panel-content #zipCountyContainer .tab-content .flex-container .has-error .uxd-text-input .bottom-bar {
    border-bottom: 1px solid #c03
}

.flex-container .state-select-dropdown {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 40px;
    padding-top: 40px
}

@media screen and (min-width: 801px) {
    .flex-container .state-select-dropdown {
        flex-direction:row;
        padding-top: 0
    }
}

.flex-container .state-select-dropdown .state-selector-dropdown-main {
    align-self: center
}

@media screen and (min-width: 801px) {
    .flex-container .state-select-dropdown .state-selector-dropdown-main {
        align-self:flex-end
    }
}

.flex-container .state-select-dropdown .pfSelect button {
    border: 0;
    border-bottom: solid 2px #c3c1c2;
    border-radius: 0;
    color: #0079c2
}

.flex-container .state-select-dropdown .pfSelect button.psButton span.psActiveOption {
    width: calc(100% - 30px)
}

.flex-container .state-select-dropdown .pfSelect button .psArrow {
    border: 0;
    color: #4a4a4a
}

.flex-container .state-select-dropdown .pfSelect .psLabel {
    text-align: left
}

.flex-container .state-select-dropdown .state-selector-info-btn {
    padding-top: 40px;
    align-self: center
}

@media screen and (min-width: 801px) {
    .flex-container .state-select-dropdown .state-selector-info-btn {
        padding-left:60px
    }
}

.panel-group {
    margin-top: 30px;
    margin-bottom: 0
}

.panel-group .panel {
    border-radius: 0
}

.panel-group .panel-heading {
    background: #00609a;
    border-color: #2d2d2d;
    padding: 0 20px;
    text-align: left;
    border-radius: 0
}

.panel-group .panel-heading a {
    font-size: 16px;
    display: flex;
    height: 80px;
    text-decoration: none;
    align-items: center;
    border: 0
}

@media (min-width: 801px) {
    .panel-group .panel-heading a {
        font-size:22px
    }
}

.panel-group .panel-heading a:hover {
    color: inherit
}

.panel-group .panel-heading a:before {
    font-size: 36px;
    padding-right: 20px;
    float: left;
    content: "\e082"
}

.panel-group .panel-heading a.collapsed:before {
    content: "\e081"
}

.panel-group .panel-body,.tabular-data h6,.tabular-data p {
    text-align: left
}

@media (min-width: 801px) {
    .panel-group .panel-body {
        padding:30px 8.3333333333%
    }
}

.accordion-alternate .panel {
    border: 0;
    box-shadow: none
}

.accordion-alternate .panel:last-child {
    border-bottom: 2px solid #dcdcdc
}

.accordion-alternate .panel-heading {
    padding: 0;
    background: #fff;
    color: #2d2d2d;
    border: 0;
    border-top: 2px solid #dcdcdc;
    position: relative
}

.accordion-alternate .panel-heading a {
    border-bottom: 0;
    line-height: 1.5;
    height: auto
}

.accordion-alternate .panel-heading a:after {
    font-size: 36px;
    font-family: "FontAwesome";
    content: "−";
    position: absolute;
    right: 0;
    top: 33%;
    transform: translateY(-33%);
    color: #00609a
}

.accordion-alternate .panel-heading a.collapsed:after {
    content: "+"
}

.accordion-alternate .panel-heading a:before {
    display: none
}

.accordion-alternate a.smllr-ico a:after {
    font-size: 32px
}

@media (max-width: 800px) {
    .accordion-alternate a.smllr-ico a:after {
        font-size:24.9027237354px
    }
}

.accordion-alternate .panel-title {
    font-weight: 600;
    padding: 20px 40px 20px 0
}

@media (min-width: 1024px) {
    .accordion-alternate .panel-title {
        font-weight:400;
        padding-right: 50px
    }
}

.accordion-alternate .panel-body {
    padding-left: 0;
    padding-right: 30px;
    padding-top: 0
}

@media (max-width: 800px) {
    .accordion-alternate .panel-body {
        padding-right:0
    }
}

.accordion-alternate .collapsing .panel-body,.accordion-alternate .in .panel-body {
    border-top: 0!important
}

.btn {
    border-radius: 0;
    border: 0;
    font-size: 16px;
    padding: 12px 20px 13px;
    text-decoration: none;
    font-weight: 700
}

@media (min-width: 480px) {
    .btn {
        padding:12px 40px 13px;
        font-size: 18px
    }
}

@media (max-width: 800px) {
    .btn.center-btn {
        margin-left:auto;
        margin-right: auto
    }
}

.btn-primary {
    border: 1px solid #fe5e3c;
    color: #fff;
    background-color: #fe5e3c
}

.btn-primary:active,.btn-primary:active:focus,.btn-primary:focus,.btn-primary:hover {
    background-color: #e82d05;
    border-color: #e82d05;
    color: #fff
}

.btn-scndry-brdr {
    border: 1px solid #fe5e3c;
    color: #fe5e3c;
    background-color: #fff;
    border-radius: 0
}

.btn-scndry-brdr:active,.btn-scndry-brdr:active:focus,.btn-scndry-brdr:focus,.btn-scndry-brdr:hover {
    background-color: #fe5e3c;
    border-color: #fe5e3c;
    color: #fff
}

.btn-default {
    color: #fe5e3c;
    background-color: #fff;
    border: 1px solid #fe5e3c
}

.btn-default:active,.btn-default:active:focus,.btn-default:focus,.btn-default:hover {
    background-color: #e82d05;
    border-color: #e82d05;
    color: #fff
}

.btn-info {
    color: #fff;
    background-color: #00609a;
    border: 0
}

.carousel {
    display: none
}

.carousel.visible {
    display: block
}

.carousel .carousel-indicators {
    bottom: 40px
}

@media (max-width: 800px) {
    .carousel .carousel-indicators {
        bottom:10px
    }
}

.carousel .carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 0 3px
}

.carousel .carousel-inner {
    background-color: #000;
    margin: 40px 0 0;
    height: 492px
}

@media (max-width: 479px) {
    .carousel .carousel-inner {
        height:620px
    }
}

@media (min-width: 801px) {
    .carousel .carousel-inner {
        height:492px
    }
}

.carousel .carousel-inner .item {
    background-color: #00609a;
    position: absolute;
    height: 492px;
    width: 100%;
    transition: transform 230ms ease-in-out
}

@media (max-width: 479px) {
    .carousel .carousel-inner .item {
        height:620px
    }
}

@media (min-width: 801px) {
    .carousel .carousel-inner .item {
        height:492px
    }
}

.carousel .carousel-inner .item .carousel-caption {
    top: 40px;
    text-shadow: none
}

@media (max-width: 479px) {
    .carousel .carousel-inner .item .carousel-caption {
        top:20px
    }

    .carousel .carousel-inner .item .carousel-caption h5 {
        margin-bottom: 25px
    }
}

@media (max-width: 800px) {
    .carousel .carousel-inner .item .carousel-caption p {
        text-align:left
    }
}

.carousel .carousel-inner .item .carousel-caption a {
    color: #fff
}

.carousel .carousel-inner .item:nth-child(2) {
    background-color: #0073b9
}

.carousel .carousel-inner .item:nth-child(3) {
    background-color: #007dc8
}

.carousel .carousel-inner .item:nth-child(4) {
    background-color: #0086d7
}

.carousel .carousel-inner .item:nth-child(5) {
    background-color: #0090e7
}

.carousel .carousel-inner .item:nth-child(6) {
    background-color: #0099f6
}

.carousel .carousel-control {
    background-image: none
}

.carousel .carousel-control span {
    text-shadow: none
}

@media (max-width: 800px) {
    .carousel .carousel-control span {
        bottom:23px;
        top: initial
    }
}

.carousel .carousel-control span.right:before {
    content: "\e258"
}

.carousel .carousel-control span.left:before {
    content: "\e257"
}

.carousel .close-carousel {
    cursor: pointer;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0
}

.carousel .close-carousel span {
    position: absolute;
    transform: rotate(-45deg);
    color: #fff;
    top: 10px;
    right: 10px
}

.tabs.packed .nav-pills,.tabs.packed .tab-content {
    background: #f5f5f5
}

.tabs.packed .nav-pills p:last-of-type,.tabs.packed .tab-content p:last-of-type {
    margin: 0
}

.tabs.packed .tab-content {
    padding-bottom: 30px
}

@media (min-width: 801px) {
    .tabs.packed .tab-content {
        padding-left:8.3333333333%;
        padding-right: 8.3333333333%
    }
}

@media (max-width: 800px) {
    .tabs.packed {
        margin-left:-15px;
        margin-right: -15px
    }

    .tabs.packed .tab-content {
        padding-left: 15px;
        padding-right: 15px
    }
}

.tabs.packed .nav-pills li {
    margin: 0;
    border: 0
}

.nav-pills {
    display: flex
}

.nav-pills li {
    flex: 1;
    display: flex;
    background: #dcdcdc
}

.nav-pills li a {
    font-weight: 600;
    padding: 20px 8px;
    line-height: 1.3;
    color: #2d2d2d;
    border-radius: 0;
    margin-bottom: 0;
    text-transform: capitalize;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    border: 0
}

.nav-pills li.active {
    position: relative
}

.nav-pills li.active a,.nav-pills li.active a:active,.nav-pills li.active a:focus,.nav-pills li.active a:hover {
    background: #00609a
}

.nav-pills li.active:after {
    content: "";
    width: 30px;
    height: 30px;
    background: #00609a;
    position: absolute;
    bottom: -15px;
    transform: rotate(45deg);
    margin-left: -15px;
    left: 50%
}

.nav-pills li+li {
    margin: 0
}

.nav-pills li:nth-of-type(1) {
    border-right: 1px solid #fff
}

.nav-pills li:nth-of-type(3),.nav-pills li:nth-of-type(4) {
    border-left: 1px solid #fff
}

.tab-content {
    padding-top: 60px
}

.tab-content .tab-pane p~ul {
    margin-top: -20px
}

.alert-error div,.tab-content>.tab-pane,.tab-pane,form .tab-content>.tab-pane {
    padding: 0
}

.tab-pane .h4 {
    margin-top: 0
}

.tab-label {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
    display: block
}

@media (max-width: 479px) {
    .tab-label {
        font-size:16px
    }
}

@media (max-width: 800px) {
    .mobile-tabs .text {
        text-align:left
    }
}

.acc-table .row {
    border-bottom: 1px solid #dcdcdc
}

.acc-table .row:last-child {
    border-bottom: 0
}

.acc-table .td {
    font-size: 16px;
    text-align: left;
    border-top: 0!important;
    padding: 15px;
    line-height: 1.2
}

.acc-table .td:first-child {
    border-right: 1px solid #dcdcdc;
    vertical-align: middle
}

.tabular-data h6 {
    text-transform: uppercase
}

@media (max-width: 479px) {
    .tabular-data h6 {
        text-align:center;
        color: #0079c2;
        font-weight: 700
    }
}

.tabular-data ul {
    list-style-type: none;
    margin-bottom: 0
}

.tabular-data ul li {
    text-align: left
}

@media (max-width: 479px) {
    .tabular-data tr td {
        padding:15px
    }

    .tabular-data tr td:first-of-type {
        background-color: #eee
    }

    .tabular-data tr td:last-of-type ul {
        list-style-type: disc
    }
}

@media (min-width: 480px) {
    .tabular-data tr:nth-of-type(even) {
        background-color:#eee
    }
}

.tabular-data td {
    padding: 30px
}

@media (max-width: 479px) {
    .tabular-data td {
        display:block!important
    }
}

.tabular-data:first-of-type {
    margin-bottom: 60px
}

.table-header,.tabular-data-header a.link,.tabular-data-header h2,.tabular-data-header h3 {
    text-align: center
}

@media (max-width: 800px) {
    .tabular-data-header a.link {
        display:block
    }
}

.tabular-data-header h3.sticky {
    background-color: #fff;
    padding-top: 60px
}

.tabular-data-header h3.sticky.stickied {
    display: block;
    position: fixed;
    margin: auto;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1
}

.table-header {
    background: #eee;
    color: #0079c2;
    padding: 30px 0;
    margin-left: -30px;
    margin-right: -30px
}

@media (min-width: 801px) {
    .hide-table-header .table-header strong {
        visibility:hidden
    }
}

.col:first-child .table-header {
    margin-left: -20px
}

.col:last-child .table-header {
    margin-right: -20px
}

.table-content {
    padding: 30px 0;
    text-align: left
}

@media (min-width: 480px) and (max-width:800px) {
    .force-tablet .table-header {
        position:relative;
        min-height: 85px
    }

    .force-tablet .table-header strong {
        display: none
    }

    .force-tablet.first strong {
        display: block;
        position: absolute;
        width: 93vw;
        z-index: 3;
        left: 100%;
        transform: translateX(-50%)
    }

    .force-tablet.first .table-header {
        margin-left: -30px
    }
}

.form-group {
    margin-bottom: 40px;
    text-align: left
}

@media (min-width: 801px) {
    .form-group {
        min-height:72px
    }
}

.form-group.text-center {
    text-align: center
}

.form-group.text-right {
    text-align: right
}

.form-group.headline {
    text-align: left
}

.form-content .tabs .form-group:first-child {
    padding-left: 0
}

.form-content .tabs .form-group:last-child {
    padding-right: 0
}

@media (max-width: 800px) {
    .form-content .tabs .form-group {
        padding:0
    }
}

.form-content figure {
    margin-bottom: 30px;
    text-align: center
}

@media (max-width: 800px) {
    .form-content figure {
        text-align:left
    }
}

.form-content figure hr {
    border-color: #dcdcdc;
    margin-top: 30px
}

.contact-form .inline-radios {
    margin-bottom: 40px
}

input[type=email]:not(.ant-text-input),input[type=password]:not(.ant-text-input),input[type=text]:not(.ant-text-input) {
    border-radius: 2px;
    color: #666;
    font-size: 18px;
    height: auto
}

@media (min-width: 801px) {
    label {
        font-size:18px
    }
}

.checkbox label input[type=checkbox],.radio-inline input[type=radio] {
    height: 23px;
    width: 23px;
    margin-left: -30px;
    margin-top: 0
}

select {
    color: #666;
    font-size: 18px;
    height: 39px
}

@media (max-width: 800px) {
    select[name*=question] {
        margin-bottom:-30px
    }

    select.select-nowrap {
        height: auto;
        white-space: normal
    }
}

textarea {
    font-size: 18px;
    border: 1px solid #dcdcdc;
    padding: 8px;
    min-height: 200px;
    resize: none
}

.inline-radios {
    margin-bottom: 0
}

.radio-inline {
    font-weight: 600;
    width: 172px;
    padding-left: 40px;
    padding-top: 10px;
    text-align: left;
    margin-left: 0!important;
    margin-right: 0!important
}

.radio-inline input[type=radio] {
    margin-left: -40px
}

@media (max-width: 800px) {
    .radio-inline+.radio-inline {
        margin-left:0!important
    }
}

.error {
    color: #c03;
    display: none;
    font-size: 16px
}

.error ul {
    padding-top: 4px;
    padding-left: 0
}

.error li {
    list-style: none
}

.error li:before {
    padding-right: 8px
}

.error li.success {
    color: #00609a
}

.error li.success:before {
    content: "\e013"
}

.error li.fail,.error span,.form-group.show-errors label {
    color: #c03
}

.error li.fail:before {
    content: "\e014"
}

.alert-error {
    background: #ffedf9;
    font-weight: 600;
    display: none
}

.alert-error:after,.alert-error:before {
    content: " ";
    display: table
}

.alert-error:after {
    clear: both
}

.alert-error i {
    font-size: 26px;
    position: relative;
    top: 5px;
    color: #c03;
    border-radius: 50%;
    border: 1px solid #fff
}

.error[data-error=usage] a {
    display: inline-block;
    margin-right: 10px
}

.alert-error,.form-group.show-errors input,.form-group.show-errors select,.form-group.show-errors textarea {
    border-color: #c03
}

.form-group.show-errors .error,.form-step.active .form-content,.form-step.finished .edit {
    display: block
}

@media (min-width: 801px) {
    .account-form .form-group {
        min-height:95px
    }
}

.form-step {
    transition: all 230ms
}

.form-step .headline-underline:after {
    width: 0;
    margin: 0;
    transition: width 815ms cubic-bezier(.87,-.41,.19,1.44) 420ms
}

.form-step .edit {
    display: none;
    text-decoration: underline;
    margin-top: 30px
}

.form-step .form-content,.form-step.active.finished .edit {
    display: none
}

.form-step.active .headline-underline:after {
    margin: 30px auto 60px;
    width: 108px
}

.button-group {
    margin: 20px auto 30px;
    width: 84%;
    display: flex
}

.button-group:after,.button-group:before {
    content: " ";
    display: table
}

.button-group:after {
    clear: both
}

@media (min-width: 801px) {
    .button-group {
        width:100%
    }
}

@media (max-width: 800px) {
    .button-group {
        flex-direction:column-reverse
    }

    .button-group .btn {
        margin-bottom: 10px
    }
}

@media (min-width: 801px) {
    .button-group .btn {
        flex:1
    }

    .button-group .btn:first-child {
        margin-right: 10px
    }
}

.button-group-2 {
    margin: 20px auto 30px;
    width: 90%;
    display: flex
}

.button-group-2:after,.button-group-2:before {
    content: " ";
    display: table
}

.button-group-2:after {
    clear: both
}

@media (min-width: 801px) {
    .button-group-2 {
        width:100%
    }
}

@media (max-width: 800px) {
    .button-group-2 {
        flex-direction:column
    }

    .button-group-2 .btn {
        margin-bottom: 10px
    }
}

@media (min-width: 801px) {
    .button-group-2 .btn:first-child {
        margin-right:10px
    }
}

.btn-center {
    display: flex;
    justify-content: space-evenly
}

.btn-options .btn-sm-group {
    margin-top: 0;
    padding: 5px 10px
}

.loading-wave {
    margin: 20px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px
}

.loading-wave .rect {
    background-color: #0079c2;
    height: 100%;
    width: 6px;
    display: inline-block;
    animation: waveStretchDelay 1.2s infinite ease-in-out
}

.loading-wave .rect.rect1 {
    animation-delay: -1.2s
}

.loading-wave .rect.rect2 {
    animation-delay: -1.1s
}

.loading-wave .rect.rect3 {
    animation-delay: -1s
}

.loading-wave .rect.rect4 {
    animation-delay: -.9s
}

.loading-wave .rect.rect5 {
    animation-delay: -.8s
}

.form-loading-content {
    position: absolute;
    top: 35%;
    text-align: center;
    width: 100%
}
